From owner-cvs-all@FreeBSD.ORG Sun May 14 00:02:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 229A716A400; Sun, 14 May 2006 00:02:54 +0000 (UTC) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD04943D45; Sun, 14 May 2006 00:02:53 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E02mW0068231; Sun, 14 May 2006 00:02:48 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E02mIO068230; Sun, 14 May 2006 00:02:48 GMT (envelope-from tegge) Message-Id: <200605140002.k4E02mIO068230@repoman.freebsd.org> From: Tor Egge Date: Sun, 14 May 2006 00:02:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 00:02:54 -0000 tegge 2006-05-14 00:02:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_snapshot.c Log: MFC: Detect the snapshot file being prematurely unlinked. Revision Changes Path 1.103.2.9 +10 -0 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-all@FreeBSD.ORG Sun May 14 00:10:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B12AE16A4D7; Sun, 14 May 2006 00:10:54 +0000 (UTC) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D87143D46; Sun, 14 May 2006 00:10:54 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E0An1i069703; Sun, 14 May 2006 00:10:49 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E0AnC3069702; Sun, 14 May 2006 00:10:49 GMT (envelope-from tegge) Message-Id: <200605140010.k4E0AnC3069702@repoman.freebsd.org> From: Tor Egge Date: Sun, 14 May 2006 00:10:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys mount.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 00:10:54 -0000 tegge 2006-05-14 00:10:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys mount.h Log: MFC: Avoid dereferencing NULL pointer. Revision Changes Path 1.197.2.4 +3 -1 src/sys/sys/mount.h From owner-cvs-all@FreeBSD.ORG Sun May 14 00:18:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 230E216A44A; Sun, 14 May 2006 00:18:47 +0000 (UTC) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9436643D96; Sun, 14 May 2006 00:18:23 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E0IIWF069994; Sun, 14 May 2006 00:18:18 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E0IImc069993; Sun, 14 May 2006 00:18:18 GMT (envelope-from tegge) Message-Id: <200605140018.k4E0IImc069993@repoman.freebsd.org> From: Tor Egge Date: Sun, 14 May 2006 00:18:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 00:18:50 -0000 tegge 2006-05-14 00:18:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_vnops.c Log: MFC: Avoid locking overhead when snapshots are disabled. Revision Changes Path 1.157.2.3 +4 -0 src/sys/ufs/ffs/ffs_vnops.c From owner-cvs-all@FreeBSD.ORG Sun May 14 00:23:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 052EB16A42B; Sun, 14 May 2006 00:23:33 +0000 (UTC) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B111F43D46; Sun, 14 May 2006 00:23:32 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E0NRtU070281; Sun, 14 May 2006 00:23:27 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E0NRlq070280; Sun, 14 May 2006 00:23:27 GMT (envelope-from tegge) Message-Id: <200605140023.k4E0NRlq070280@repoman.freebsd.org> From: Tor Egge Date: Sun, 14 May 2006 00:23:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c src/sys/ufs/ufs ufs_quota.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 00:23:33 -0000 tegge 2006-05-14 00:23:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_snapshot.c sys/ufs/ufs ufs_quota.c Log: MFC: Turn off disk quotas for snapshot files. Revision Changes Path 1.103.2.10 +21 -0 src/sys/ufs/ffs/ffs_snapshot.c 1.74.2.4 +17 -0 src/sys/ufs/ufs/ufs_quota.c From owner-cvs-all@FreeBSD.ORG Sun May 14 00:46:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A14B16A401; Sun, 14 May 2006 00:46:19 +0000 (UTC) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA5DF43D45; Sun, 14 May 2006 00:46:18 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E0kDAm071158; Sun, 14 May 2006 00:46:13 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E0kDvD071157; Sun, 14 May 2006 00:46:13 GMT (envelope-from tegge) Message-Id: <200605140046.k4E0kDvD071157@repoman.freebsd.org> From: Tor Egge Date: Sun, 14 May 2006 00:46:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_exec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 00:46:19 -0000 tegge 2006-05-14 00:46:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_exec.c Log: MFC: Temporarily unlock vnode for new image being executed to avoid lock order reversals that can lead to deadlocks. Normally vn_close(), namei() or vrele() should not be called while holding vnode locks. Revision Changes Path 1.275.2.5 +6 -0 src/sys/kern/kern_exec.c From owner-cvs-all@FreeBSD.ORG Sun May 14 00:49:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E75316A401; Sun, 14 May 2006 00:49:40 +0000 (UTC) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2858B43D46; Sun, 14 May 2006 00:49:40 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E0nZE9078948; Sun, 14 May 2006 00:49:35 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E0nZ77078947; Sun, 14 May 2006 00:49:35 GMT (envelope-from tegge) Message-Id: <200605140049.k4E0nZ77078947@repoman.freebsd.org> From: Tor Egge Date: Sun, 14 May 2006 00:49:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_rawread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 00:49:40 -0000 tegge 2006-05-14 00:49:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_rawread.c Log: MFC: Return error if vnode was reclaimed while it was temporarily unlocked. Add missing calls to vn_finished_write() in error handling. Revision Changes Path 1.25.2.3 +11 -1 src/sys/ufs/ffs/ffs_rawread.c From owner-cvs-all@FreeBSD.ORG Sun May 14 00:55:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79BD516A401; Sun, 14 May 2006 00:55:26 +0000 (UTC) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35E2943D48; Sun, 14 May 2006 00:55:26 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E0tLKO079319; Sun, 14 May 2006 00:55:21 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E0tLI2079318; Sun, 14 May 2006 00:55:21 GMT (envelope-from tegge) Message-Id: <200605140055.k4E0tLI2079318@repoman.freebsd.org> From: Tor Egge Date: Sun, 14 May 2006 00:55:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 00:55:26 -0000 tegge 2006-05-14 00:55:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_softdep.c Log: MFC: Try harder to flush first block of new subdirectory to get rid of MKDIR_BODY dependency. Revision Changes Path 1.181.2.9 +46 -0 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-all@FreeBSD.ORG Sun May 14 01:07:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE59116A40B; Sun, 14 May 2006 01:07:53 +0000 (UTC) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 782BA43D48; Sun, 14 May 2006 01:07:53 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E17mp7081082; Sun, 14 May 2006 01:07:48 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E17mFv081081; Sun, 14 May 2006 01:07:48 GMT (envelope-from tegge) Message-Id: <200605140107.k4E17mFv081081@repoman.freebsd.org> From: Tor Egge Date: Sun, 14 May 2006 01:07:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 01:07:55 -0000 tegge 2006-05-14 01:07:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_sig.c Log: MFC: Call vn_finished_write() before calling the coredump handler which will indirectly call vn_start_write() as necessary for each write. Revision Changes Path 1.306.2.4 +1 -1 src/sys/kern/kern_sig.c From owner-cvs-all@FreeBSD.ORG Sun May 14 01:10:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C7A416A403; Sun, 14 May 2006 01:10:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FF8743D5E; Sun, 14 May 2006 01:10:16 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E1AAYb081157; Sun, 14 May 2006 01:10:10 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E1AA8p081156; Sun, 14 May 2006 01:10:10 GMT (envelope-from edwin) Message-Id: <200605140110.k4E1AA8p081156@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 14 May 2006 01:10:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/tex Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 01:10:21 -0000 edwin 2006-05-14 01:10:10 UTC FreeBSD ports repository Modified files: print/tex Makefile Log: [PATCH] print/tex: portlint(1) fixes too bad Donald Knuth doesn't offer awards for portlint fixing the TeX port... Port maintainer (jmz@FreeBSD.org) is cc'd. PR: ports/95838 Submitted by: Alexander Botero-Lowry Approved by: maintainer timeout Revision Changes Path 1.60 +3 -3 ports/print/tex/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 01:12:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B18716A447; Sun, 14 May 2006 01:12:45 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD79743D70; Sun, 14 May 2006 01:12:40 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E1CZcD081346; Sun, 14 May 2006 01:12:35 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E1CZFD081344; Sun, 14 May 2006 01:12:35 GMT (envelope-from edwin) Message-Id: <200605140112.k4E1CZFD081344@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 14 May 2006 01:12:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/latex Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 01:12:47 -0000 edwin 2006-05-14 01:12:34 UTC FreeBSD ports repository Modified files: print/latex Makefile Log: [PATCH] print/latex2e: portlint(1) fixes - Whitespace fixes - Order of variables fixes PR: ports/95837 Submitted by: Alexander Botero-Lowry Revision Changes Path 1.55 +5 -5 ports/print/latex/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 01:13:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96B2516A503; Sun, 14 May 2006 01:13:01 +0000 (UTC) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 510B743D46; Sun, 14 May 2006 01:13:01 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E1Cuhu081383; Sun, 14 May 2006 01:12:56 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E1CuFt081382; Sun, 14 May 2006 01:12:56 GMT (envelope-from tegge) Message-Id: <200605140112.k4E1CuFt081382@repoman.freebsd.org> From: Tor Egge Date: Sun, 14 May 2006 01:12:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ufs ufs_inode.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 01:13:05 -0000 tegge 2006-05-14 01:12:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ufs ufs_inode.c Log: MFC: Bring the call to softdep_releasefile() within the region protected by vn_start_secondary_write() since it might cause file system write activity (e.g. ffs_snapremove()). Revision Changes Path 1.63.2.3 +7 -3 src/sys/ufs/ufs/ufs_inode.c From owner-cvs-all@FreeBSD.ORG Sun May 14 01:13:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5701916A460; Sun, 14 May 2006 01:13:36 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B559E43D4C; Sun, 14 May 2006 01:13:35 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E1DU1D081440; Sun, 14 May 2006 01:13:30 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E1DUhY081439; Sun, 14 May 2006 01:13:30 GMT (envelope-from edwin) Message-Id: <200605140113.k4E1DUhY081439@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 14 May 2006 01:13:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/shells/tcshrc pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 01:13:38 -0000 edwin 2006-05-14 01:13:30 UTC FreeBSD ports repository Modified files: shells/tcshrc pkg-plist Log: shells/tcshrc: - Use DATADIR macro PR: ports/95836 Submitted by: Alexander Botero-Lowry Approved by: maintainer timeout Revision Changes Path 1.3 +9 -9 ports/shells/tcshrc/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 01:13:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FCBC16A412; Sun, 14 May 2006 01:13:44 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1EFF43D49; Sun, 14 May 2006 01:13:43 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E1Dcdl081474; Sun, 14 May 2006 01:13:38 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E1DcBg081473; Sun, 14 May 2006 01:13:38 GMT (envelope-from itetcu) Message-Id: <200605140113.k4E1DcBg081473@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 14 May 2006 01:13:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/classpath Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 01:13:45 -0000 itetcu 2006-05-14 01:13:38 UTC FreeBSD ports repository Modified files: java/classpath Makefile distinfo Added files: java/classpath pkg-plist Log: - Update to 0.90 - Pass maintainership to submiter PR: ports/97150 Submitted by: Rainer Alves Approved by: lawrance (metor) Revision Changes Path 1.23 +4 -23 ports/java/classpath/Makefile 1.9 +3 -3 ports/java/classpath/distinfo 1.1 +167 -0 ports/java/classpath/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun May 14 01:14:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 434DE16A407; Sun, 14 May 2006 01:14:28 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0E4F43D49; Sun, 14 May 2006 01:14:27 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E1EMtE081522; Sun, 14 May 2006 01:14:22 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E1EMh9081521; Sun, 14 May 2006 01:14:22 GMT (envelope-from edwin) Message-Id: <200605140114.k4E1EMh9081521@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 14 May 2006 01:14:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/xcompmgr Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 01:14:28 -0000 edwin 2006-05-14 01:14:22 UTC FreeBSD ports repository Modified files: x11-wm/xcompmgr Makefile Log: [PATCH] x11-wm/xcompmgr: portlint(1) fixes - Make IGNORE such that potlint won't complain about it PR: ports/95832 Submitted by: Alexander Botero-Lowry Approved by: maintainer timeout Revision Changes Path 1.5 +1 -1 ports/x11-wm/xcompmgr/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 01:17:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58C3B16A407; Sun, 14 May 2006 01:17:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0013F43D5F; Sun, 14 May 2006 01:17:08 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E1H37j081677; Sun, 14 May 2006 01:17:03 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E1H3Uh081676; Sun, 14 May 2006 01:17:03 GMT (envelope-from edwin) Message-Id: <200605140117.k4E1H3Uh081676@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 14 May 2006 01:17:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/python Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 01:17:11 -0000 edwin 2006-05-14 01:17:03 UTC FreeBSD ports repository Modified files: lang/python Makefile Log: [PATCH] lang/python: Some portlint fixes - Fix tab/space issues PR: ports/95779 Submitted by: Alexander Botero-Lowry Approved by: maintainer timeout Revision Changes Path 1.152 +3 -3 ports/lang/python/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 01:19:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36AB916A403; Sun, 14 May 2006 01:19:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC08443D4C; Sun, 14 May 2006 01:19:10 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E1J5DT081779; Sun, 14 May 2006 01:19:05 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E1J5CJ081778; Sun, 14 May 2006 01:19:05 GMT (envelope-from edwin) Message-Id: <200605140119.k4E1J5CJ081778@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 14 May 2006 01:19:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/fvwm2-devel Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 01:19:11 -0000 edwin 2006-05-14 01:19:05 UTC FreeBSD ports repository Modified files: x11-wm/fvwm2-devel Makefile pkg-plist Log: [PATCH] x11-wm/fvwm: portlint(1) fixes - use @dirrmtry - Remove an extra blank line that annoyed portlint PR: ports/95831 Submitted by: Alexander Botero-Lowry Approved by: maintainer timeout Revision Changes Path 1.90 +0 -1 ports/x11-wm/fvwm2-devel/Makefile 1.40 +2 -2 ports/x11-wm/fvwm2-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 01:40:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB1FE16A401; Sun, 14 May 2006 01:40:46 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75F2A43D46; Sun, 14 May 2006 01:40:46 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E1efrN082672; Sun, 14 May 2006 01:40:41 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E1efUV082671; Sun, 14 May 2006 01:40:41 GMT (envelope-from gnn) Message-Id: <200605140140.k4E1efUV082671@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Sun, 14 May 2006 01:40:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/conf GENERIC GENERIC.hints NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 01:40:46 -0000 gnn 2006-05-14 01:40:41 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC GENERIC.hints NOTES Log: Prefer the le device driver for Lance (AMD7990 et al) hardware over the older, and less capable lnc driver. Reviewed by: imp Revision Changes Path 1.445 +1 -1 src/sys/i386/conf/GENERIC 1.15 +0 -5 src/sys/i386/conf/GENERIC.hints 1.1225 +1 -6 src/sys/i386/conf/NOTES From owner-cvs-all@FreeBSD.ORG Sun May 14 01:47:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EE8C16A405; Sun, 14 May 2006 01:47:57 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D76643D48; Sun, 14 May 2006 01:47:57 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E1lqt7083038; Sun, 14 May 2006 01:47:52 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E1lqGD083037; Sun, 14 May 2006 01:47:52 GMT (envelope-from gnn) Message-Id: <200605140147.k4E1lqGD083037@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Sun, 14 May 2006 01:47:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/lnc if_lnc.c if_lnc_cbus.c if_lnc_isa.c if_lnc_pci.c if_lncreg.h if_lncvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 01:47:57 -0000 gnn 2006-05-14 01:47:52 UTC FreeBSD src repository Removed files: sys/dev/lnc if_lnc.c if_lnc_cbus.c if_lnc_isa.c if_lnc_pci.c if_lncreg.h if_lncvar.h Log: Remove the old, and now deprecated lnc driver. The Lance style hardware is supported by the le and pnc drivers. Reviewed by: jmg Revision Changes Path 1.116 +0 -1560 src/sys/dev/lnc/if_lnc.c (dead) 1.13 +0 -307 src/sys/dev/lnc/if_lnc_cbus.c (dead) 1.21 +0 -278 src/sys/dev/lnc/if_lnc_isa.c (dead) 1.38 +0 -213 src/sys/dev/lnc/if_lnc_pci.c (dead) 1.8 +0 -209 src/sys/dev/lnc/if_lncreg.h (dead) 1.29 +0 -266 src/sys/dev/lnc/if_lncvar.h (dead) From owner-cvs-all@FreeBSD.ORG Sun May 14 01:48:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7D7016A423; Sun, 14 May 2006 01:48:05 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8595043D45; Sun, 14 May 2006 01:48:05 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E1m0qC083082; Sun, 14 May 2006 01:48:00 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E1m0lj083081; Sun, 14 May 2006 01:48:00 GMT (envelope-from jylefort) Message-Id: <200605140148.k4E1m0lj083081@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sun, 14 May 2006 01:48:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 01:48:06 -0000 jylefort 2006-05-14 01:48:00 UTC FreeBSD ports repository Modified files: . UPDATING Log: Note that the ata(4) device ABI has changed in FreeBSD 6.1. Revision Changes Path 1.326 +9 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Sun May 14 01:51:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BB9C16A403; Sun, 14 May 2006 01:51:44 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9C4743D53; Sun, 14 May 2006 01:51:43 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E1pc6t083291; Sun, 14 May 2006 01:51:38 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E1pcl2083290; Sun, 14 May 2006 01:51:38 GMT (envelope-from rodrigc) Message-Id: <200605140151.k4E1pcl2083290@repoman.freebsd.org> From: Craig Rodrigues Date: Sun, 14 May 2006 01:51:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 01:51:45 -0000 rodrigc 2006-05-14 01:51:38 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: For nmount(), if "rw" is specified as a mount option, add "noro" to the list of mount options. This allows a read-only mount to be converted to read-write via: mount -u -o rw Requested by: kris Revision Changes Path 1.222 +25 -3 src/sys/kern/vfs_mount.c From owner-cvs-all@FreeBSD.ORG Sun May 14 01:55:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 580BE16A404; Sun, 14 May 2006 01:55:12 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E37BD43D45; Sun, 14 May 2006 01:55:11 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E1t6Tk083447; Sun, 14 May 2006 01:55:06 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E1t60K083446; Sun, 14 May 2006 01:55:06 GMT (envelope-from simon) Message-Id: <200605140155.k4E1t60K083446@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 14 May 2006 01:55:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 01:55:12 -0000 simon 2006-05-14 01:55:06 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: Remove autogeneration of lnc(4) hardware notes before gnn blows it away. Revision Changes Path 1.301 +0 -2 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.84 +0 -1 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Sun May 14 01:55:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB79216A419; Sun, 14 May 2006 01:55:28 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C46743D46; Sun, 14 May 2006 01:55:25 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E1tK17083473; Sun, 14 May 2006 01:55:20 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E1tKl7083472; Sun, 14 May 2006 01:55:20 GMT (envelope-from gnn) Message-Id: <200605140155.k4E1tKl7083472@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Sun, 14 May 2006 01:55:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4/man4.i386 lnc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 01:55:29 -0000 gnn 2006-05-14 01:55:20 UTC FreeBSD src repository Removed files: share/man/man4/man4.i386 lnc.4 Log: Remove documentation for the deprecated lnc driver. Reviewed By: simon Revision Changes Path 1.31 +0 -168 src/share/man/man4/man4.i386/lnc.4 (dead) From owner-cvs-all@FreeBSD.ORG Sun May 14 01:59:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5E9916A400; Sun, 14 May 2006 01:59:19 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7193F43D46; Sun, 14 May 2006 01:59:19 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E1xE8r083733; Sun, 14 May 2006 01:59:14 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E1xE5E083732; Sun, 14 May 2006 01:59:14 GMT (envelope-from gnn) Message-Id: <200605140159.k4E1xE5E083732@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Sun, 14 May 2006 01:59:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files files.i386 files.pc98 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 01:59:19 -0000 gnn 2006-05-14 01:59:13 UTC FreeBSD src repository Modified files: sys/conf files files.i386 files.pc98 Log: Removed the deprecated lance driver, lnc, from files. Revision Changes Path 1.1117 +0 -2 src/sys/conf/files 1.559 +0 -1 src/sys/conf/files.i386 1.342 +0 -1 src/sys/conf/files.pc98 From owner-cvs-all@FreeBSD.ORG Sun May 14 02:02:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7161F16A402; Sun, 14 May 2006 02:02:05 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DF6543D45; Sun, 14 May 2006 02:02:05 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E220L8084020; Sun, 14 May 2006 02:02:00 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E220dl084019; Sun, 14 May 2006 02:02:00 GMT (envelope-from gnn) Message-Id: <200605140202.k4E220dl084019@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Sun, 14 May 2006 02:02:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4/man4.i386 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 02:02:05 -0000 gnn 2006-05-14 02:01:59 UTC FreeBSD src repository Modified files: share/man/man4/man4.i386 Makefile Log: Remove the documentation from the Makefile as well. Revision Changes Path 1.184 +0 -1 src/share/man/man4/man4.i386/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 02:03:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20D6116A41F; Sun, 14 May 2006 02:03:26 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 577A243D58; Sun, 14 May 2006 02:03:23 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 34BD11A3C28; Sat, 13 May 2006 19:03:23 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2F8F3515BB; Sat, 13 May 2006 22:03:22 -0400 (EDT) Date: Sat, 13 May 2006 22:03:21 -0400 From: Kris Kennaway To: Craig Rodrigues Message-ID: <20060514020321.GB60598@xor.obsecurity.org> References: <200605140151.k4E1pcl2083290@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3lcZGd9BuhuYXNfi" Content-Disposition: inline In-Reply-To: <200605140151.k4E1pcl2083290@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 02:03:26 -0000 --3lcZGd9BuhuYXNfi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 14, 2006 at 01:51:38AM +0000, Craig Rodrigues wrote: > rodrigc 2006-05-14 01:51:38 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/kern vfs_mount.c=20 > Log: > For nmount(), if "rw" is specified as a mount option, > add "noro" to the list of mount options. This allows > a read-only mount to be converted to read-write via: > mount -u -o rw > =20 > Requested by: kris Thanks very much! Kris --3lcZGd9BuhuYXNfi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEZo/pWry0BWjoQKURAlrVAJ0XPZTXw9ommTuLjc+te2M81c570gCdEqzx 3nK8j8/Bh/4c6USHQ1//ud0= =klHa -----END PGP SIGNATURE----- --3lcZGd9BuhuYXNfi-- From owner-cvs-all@FreeBSD.ORG Sun May 14 02:04:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D81216A452; Sun, 14 May 2006 02:04:49 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6404243D6D; Sun, 14 May 2006 02:04:48 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E24h3B085331; Sun, 14 May 2006 02:04:43 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E24hJp085330; Sun, 14 May 2006 02:04:43 GMT (envelope-from edwin) Message-Id: <200605140204.k4E24hJp085330@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 14 May 2006 02:04:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/links1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 02:04:49 -0000 edwin 2006-05-14 02:04:43 UTC FreeBSD ports repository Modified files: www/links1 Makefile Log: [PATCH] www/links1: drop bad MASTER_SITES, add new ones. Drop 2 bad sites, and make use of sourceforge mirrors. [1] As a note, there is a links-0.99pre6.tar.gz version, but I guess (since we also have www/links) there's a good reason to keep 0.98 for links1 Reported by: fenner's distfiles survey [1] PR: ports/95737 Submitted by: Ion-Mihai "IOnut" Tetcu Approved by: maintainer timeout Revision Changes Path 1.5 +2 -3 ports/www/links1/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 02:07:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1337916A407; Sun, 14 May 2006 02:07:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCB1543D46; Sun, 14 May 2006 02:07:28 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E27NZH085497; Sun, 14 May 2006 02:07:23 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E27NqN085496; Sun, 14 May 2006 02:07:23 GMT (envelope-from edwin) Message-Id: <200605140207.k4E27NqN085496@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 14 May 2006 02:07:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/cups-pdf Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 02:07:29 -0000 edwin 2006-05-14 02:07:23 UTC FreeBSD ports repository Modified files: print/cups-pdf Makefile distinfo pkg-descr Log: print/cups-pdf: update to 2.2.0, chase MASTER_SITES name change As reported by the "Unfetchable distfiles reminder" eMail, the distfile for print/cups-pdf is not fetchable. The last successful attempt points back to Wed Apr 5 10:35:47 2006 UTC. While i'm here, - update to the latest version - update MASTER_SITES and WWW line PR: ports/96908 Submitted by: Joerg Pulz Approved by: maintainer timeout Revision Changes Path 1.6 +2 -2 ports/print/cups-pdf/Makefile 1.6 +3 -3 ports/print/cups-pdf/distinfo 1.2 +1 -1 ports/print/cups-pdf/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun May 14 02:11:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D84D116A42A; Sun, 14 May 2006 02:11:55 +0000 (UTC) (envelope-from mat@mat.cc) Received: from plouf.absolight.net (plouf.absolight.net [193.30.224.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F74443D72; Sun, 14 May 2006 02:11:50 +0000 (GMT) (envelope-from mat@mat.cc) Received: from localhost (unknown [IPv6:2002:c11e:e088:2::1]) (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 DB32C4B0686; Sun, 14 May 2006 04:11:47 +0200 (CEST) Date: Sat, 13 May 2006 22:11:46 -0400 From: Mathieu Arnold To: Max Laier , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: In-Reply-To: <200605130608.k4D68PqK064233@repoman.freebsd.org> References: <200605130608.k4D68PqK064233@repoman.freebsd.org> X-Mailer: Mulberry/4.0.4 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Re: cvs commit: src UPDATING src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 02:11:56 -0000 +-Le 13/05/06 06:08 +0000, Max Laier a dit : | mlaier 2006-05-13 06:08:25 UTC | | FreeBSD src repository | | Modified files: | . UPDATING | sys/sys param.h | Log: | Update UPDATING and bump __FreeBSD_version for the ip6fw removal. I think that you forgot this : Index: NOTES =================================================================== RCS file: /home/ncvs/src/sys/conf/NOTES,v retrieving revision 1.1362 diff -u -b -w -r1.1362 NOTES --- NOTES 12 May 2006 10:25:54 -0000 1.1362 +++ NOTES 14 May 2006 02:10:51 -0000 @@ -738,10 +738,6 @@ options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default options IPFIREWALL_FORWARD #packet destination changes options IPFIREWALL_FORWARD_EXTENDED #all packet dest changes -options IPV6FIREWALL #firewall for IPv6 -options IPV6FIREWALL_VERBOSE -options IPV6FIREWALL_VERBOSE_LIMIT=100 -options IPV6FIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT #divert sockets options IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter logging -- Mathieu Arnold From owner-cvs-all@FreeBSD.ORG Sun May 14 02:15:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25E4916A446; Sun, 14 May 2006 02:15:04 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD7A843D46; Sun, 14 May 2006 02:15:03 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E2Ewml085762; Sun, 14 May 2006 02:14:58 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E2EwT5085761; Sun, 14 May 2006 02:14:58 GMT (envelope-from edwin) Message-Id: <200605140214.k4E2EwT5085761@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 14 May 2006 02:14:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/xrmap Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 02:15:04 -0000 edwin 2006-05-14 02:14:58 UTC FreeBSD ports repository Modified files: astro/xrmap Makefile distinfo pkg-plist Log: astro/xrmap, unfetchable distfile one of the nine distfiles was unfetchable, a second was out of date, this Makefile patch corrects the problem From: serge.gagnon@b2b2c.ca (Serge Gagnon) I approved submiter's patch, but added other change-> - Bump PORTREVISION - Patch plist - Patch distinfo You'll find submiter and new change in the patch attached to this email. PR: ports/96933 Submitted by: Paul Schmehl Approved by: serge.gagnon@b2b2c.ca (Serge Gagnon) Revision Changes Path 1.22 +2 -2 ports/astro/xrmap/Makefile 1.14 +6 -6 ports/astro/xrmap/distinfo 1.10 +20 -8 ports/astro/xrmap/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 02:24:04 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A43016A401; Sun, 14 May 2006 02:24:04 +0000 (UTC) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74F1A43D46; Sun, 14 May 2006 02:24:03 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.13.6/8.13.6/ZEIST.DE) with ESMTP id k4E2O13v010727; Sun, 14 May 2006 04:24:01 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.13.6/8.13.6/Submit) id k4E2NuPg010726; Sun, 14 May 2006 04:23:56 +0200 (CEST) (envelope-from marius) Date: Sun, 14 May 2006 04:23:56 +0200 From: Marius Strobl To: "George V. Neville-Neil" Message-ID: <20060514042356.A24904@newtrinity.zeist.de> References: <200605140147.k4E1lqGD083037@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200605140147.k4E1lqGD083037@repoman.freebsd.org>; from gnn@freebsd.org on Sun, May 14, 2006 at 01:47:52AM +0000 X-AntiVirus-modified: yes X-AntiVirus: checked by AntiVir Milter (version: 1.1.2-1; AVE: 6.34.1.29; VDF: 6.34.1.77; host: newtrinity.zeist.de) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/lnc if_lnc.c if_lnc_cbus.c if_lnc_isa.c if_lnc_pci.c if_lncreg.h if_lncvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 02:24:04 -0000 On Sun, May 14, 2006 at 01:47:52AM +0000, George V. Neville-Neil wrote: > gnn 2006-05-14 01:47:52 UTC > > FreeBSD src repository > > Removed files: > sys/dev/lnc if_lnc.c if_lnc_cbus.c if_lnc_isa.c > if_lnc_pci.c if_lncreg.h if_lncvar.h > Log: > Remove the old, and now deprecated lnc driver. The Lance style hardware > is supported by the le and pnc drivers. > Regarding i386 and PC98 le(4) currently is actually less capable than lnc(4) as the former doesn't have C-bus and ISA front-ends, yet. I have them ready and plan to commit them once I'm done with some final tests of fixes and improvemnts for the le(4) core. It would have been nice if you had asked me what my plans regarding the lnc(4) to le(4) transition are before just nuking lnc(4)... Marius -- This mail was scanned by AntiVir Milter. This product is licensed for non-commercial use. See www.antivir.de for details. From owner-cvs-all@FreeBSD.ORG Sun May 14 02:38:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F07F816A431; Sun, 14 May 2006 02:38:01 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA80A43D46; Sun, 14 May 2006 02:38:01 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E2bupG086635; Sun, 14 May 2006 02:37:56 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E2bu9N086634; Sun, 14 May 2006 02:37:56 GMT (envelope-from mat) Message-Id: <200605140237.k4E2bu9N086634@repoman.freebsd.org> From: Mathieu Arnold Date: Sun, 14 May 2006 02:37:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 02:38:02 -0000 mat 2006-05-14 02:37:56 UTC FreeBSD src repository (ports committer) Modified files: sys/conf NOTES Log: Remove the ipfw6 config from NOTES Forgotten by: mlaier Approved by: mlaier Pointy hat to: mlaier :-) Revision Changes Path 1.1363 +0 -4 src/sys/conf/NOTES From owner-cvs-all@FreeBSD.ORG Sun May 14 03:24:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9500E16A407; Sun, 14 May 2006 03:24:05 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50C0843D46; Sun, 14 May 2006 03:24:05 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E3NxAT091213; Sun, 14 May 2006 03:23:59 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E3NxVL091212; Sun, 14 May 2006 03:23:59 GMT (envelope-from kensmith) Message-Id: <200605140323.k4E3NxVL091212@repoman.freebsd.org> From: Ken Smith Date: Sun, 14 May 2006 03:23:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_5 Cc: Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 03:24:05 -0000 kensmith 2006-05-14 03:23:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_5) sys/conf newvers.sh Log: Ready for RC1 builds... Approved by: re (implicit) Revision Changes Path 1.62.2.21.2.1 +1 -1 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Sun May 14 03:43:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEC6A16A403; Sun, 14 May 2006 03:43:16 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3062D43D68; Sun, 14 May 2006 03:43:11 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E3h69G091897; Sun, 14 May 2006 03:43:06 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E3h62s091896; Sun, 14 May 2006 03:43:06 GMT (envelope-from mnag) Message-Id: <200605140343.k4E3h62s091896@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 14 May 2006 03:43:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/ruby-log4r Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 03:43:17 -0000 mnag 2006-05-14 03:43:06 UTC FreeBSD ports repository Modified files: sysutils/ruby-log4r Makefile distinfo pkg-plist Log: - Update to 1.0.5 PR: 97215 Submitted by: Rui Lopes Revision Changes Path 1.9 +1 -1 ports/sysutils/ruby-log4r/Makefile 1.8 +3 -3 ports/sysutils/ruby-log4r/distinfo 1.7 +79 -91 ports/sysutils/ruby-log4r/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 03:53:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C56F516A409; Sun, 14 May 2006 03:53:10 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E2EA43D48; Sun, 14 May 2006 03:53:10 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E3r4IE092328; Sun, 14 May 2006 03:53:04 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E3r4Ze092327; Sun, 14 May 2006 03:53:04 GMT (envelope-from mlaier) Message-Id: <200605140353.k4E3r4Ze092327@repoman.freebsd.org> From: Max Laier Date: Sun, 14 May 2006 03:53:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 03:53:12 -0000 mlaier 2006-05-14 03:53:04 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: For src/dest parsing take off the netmask before checking for AF with inet_pton. This fixes cases like "fe02::/16". PR: bin/91245 Reported by: Fredrik Lindberge Revision Changes Path 1.88 +31 -15 src/sbin/ipfw/ipfw2.c From owner-cvs-all@FreeBSD.ORG Sun May 14 03:54:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 734EB16A419; Sun, 14 May 2006 03:54:58 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D4B343D45; Sun, 14 May 2006 03:54:58 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E3sq8b092421; Sun, 14 May 2006 03:54:52 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E3sqoJ092420; Sun, 14 May 2006 03:54:52 GMT (envelope-from mnag) Message-Id: <200605140354.k4E3sqoJ092420@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 14 May 2006 03:54:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/phpldapadmin Makefile distinfo ports/net/phpldapadmin/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 03:54:59 -0000 mnag 2006-05-14 03:54:52 UTC FreeBSD ports repository Modified files: net/phpldapadmin Makefile distinfo net/phpldapadmin/files pkg-message.in Log: - Update to 1.0.1 PR: 97211 Submitted by: maintainer Revision Changes Path 1.18 +6 -3 ports/net/phpldapadmin/Makefile 1.11 +3 -3 ports/net/phpldapadmin/distinfo 1.2 +14 -5 ports/net/phpldapadmin/files/pkg-message.in From owner-cvs-all@FreeBSD.ORG Sun May 14 03:55:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFBC716A4D6; Sun, 14 May 2006 03:55:36 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96BBA43D46; Sun, 14 May 2006 03:55:36 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E3tViZ092528; Sun, 14 May 2006 03:55:31 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E3tV6t092527; Sun, 14 May 2006 03:55:31 GMT (envelope-from mnag) Message-Id: <200605140355.k4E3tV6t092527@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 14 May 2006 03:55:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/phpldapadmin098 Makefile distinfo ports/net/phpldapadmin098/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 03:55:37 -0000 mnag 2006-05-14 03:55:31 UTC FreeBSD ports repository Modified files: net/phpldapadmin098 Makefile distinfo net/phpldapadmin098/files pkg-message.in Log: - Update to 0.9.8.3 PR: 97212 Submitted by: maintainer Security: http://www.vuxml.org/freebsd/6d78202e-e2f9-11da-8674-00123ffe8333.html Revision Changes Path 1.18 +7 -4 ports/net/phpldapadmin098/Makefile 1.11 +3 -3 ports/net/phpldapadmin098/distinfo 1.3 +14 -5 ports/net/phpldapadmin098/files/pkg-message.in From owner-cvs-all@FreeBSD.ORG Sun May 14 03:56:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D98816A406; Sun, 14 May 2006 03:56:14 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCD6143D4C; Sun, 14 May 2006 03:56:13 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E3u8KI092595; Sun, 14 May 2006 03:56:08 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E3u8JV092594; Sun, 14 May 2006 03:56:08 GMT (envelope-from mnag) Message-Id: <200605140356.k4E3u8JV092594@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 14 May 2006 03:56:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 03:56:14 -0000 mnag 2006-05-14 03:56:08 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: phpldapadmin -- Cross-Site Scripting and Script Insertion Revision Changes Path 1.1035 +41 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun May 14 03:56:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E9EA16A424; Sun, 14 May 2006 03:56:34 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA2ED43D45; Sun, 14 May 2006 03:56:31 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E3uQld092639; Sun, 14 May 2006 03:56:26 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E3uQFT092638; Sun, 14 May 2006 03:56:26 GMT (envelope-from ahze) Message-Id: <200605140356.k4E3uQFT092638@repoman.freebsd.org> From: Michael Johnson Date: Sun, 14 May 2006 03:56:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/qdbm Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 03:56:34 -0000 ahze 2006-05-14 03:56:26 UTC FreeBSD ports repository Modified files: databases/qdbm Makefile distinfo pkg-plist Log: - Update to 1.8.53 Revision Changes Path 1.63 +1 -1 ports/databases/qdbm/Makefile 1.57 +3 -3 ports/databases/qdbm/distinfo 1.32 +1 -1 ports/databases/qdbm/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 03:57:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0701816A42D; Sun, 14 May 2006 03:57:20 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99FCA43D55; Sun, 14 May 2006 03:57:19 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E3vENp092679; Sun, 14 May 2006 03:57:14 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E3vEnF092678; Sun, 14 May 2006 03:57:14 GMT (envelope-from mnag) Message-Id: <200605140357.k4E3vEnF092678@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 14 May 2006 03:57:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 03:57:23 -0000 mnag 2006-05-14 03:57:14 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Add vulnerabilities in last topic. Revision Changes Path 1.1036 +2 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun May 14 04:03:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F286F16A407; Sun, 14 May 2006 04:03:56 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23F2043D58; Sun, 14 May 2006 04:03:56 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E43oua094111; Sun, 14 May 2006 04:03:50 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E43oSp094110; Sun, 14 May 2006 04:03:50 GMT (envelope-from ahze) Message-Id: <200605140403.k4E43oSp094110@repoman.freebsd.org> From: Michael Johnson Date: Sun, 14 May 2006 04:03:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/hyperestraier Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 04:03:57 -0000 ahze 2006-05-14 04:03:50 UTC FreeBSD ports repository Modified files: textproc/hyperestraier Makefile distinfo pkg-plist Log: - Update to 1.2.6 Revision Changes Path 1.23 +1 -1 ports/textproc/hyperestraier/Makefile 1.20 +3 -3 ports/textproc/hyperestraier/distinfo 1.18 +5 -4 ports/textproc/hyperestraier/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 06:16:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 058EA16A405; Sun, 14 May 2006 06:16:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B435B43D45; Sun, 14 May 2006 06:16:10 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E6G4Ii008970; Sun, 14 May 2006 06:16:04 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E6G402008969; Sun, 14 May 2006 06:16:04 GMT (envelope-from edwin) Message-Id: <200605140616.k4E6G402008969@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 14 May 2006 06:16:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/mecab Makefile pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 06:16:11 -0000 edwin 2006-05-14 06:16:04 UTC FreeBSD ports repository Modified files: japanese/mecab Makefile pkg-plist Added files: japanese/mecab pkg-message Log: [PATCH] japanese/mecab: fix pkg-plist and pkg-message - fix pkg-plist - add pkg-message PR: ports/97195 Submitted by: TAKATSU Tomonari Revision Changes Path 1.16 +2 -0 ports/japanese/mecab/Makefile 1.1 +6 -0 ports/japanese/mecab/pkg-message (new) 1.4 +1 -0 ports/japanese/mecab/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 06:23:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B22C16A400; Sun, 14 May 2006 06:23:42 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25F3A43D48; Sun, 14 May 2006 06:23:42 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E6NaA3009289; Sun, 14 May 2006 06:23:36 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E6NaL4009288; Sun, 14 May 2006 06:23:36 GMT (envelope-from dinoex) Message-Id: <200605140623.k4E6NaL4009288@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 14 May 2006 06:23:36 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 06:23:43 -0000 dinoex 2006-05-14 06:23:36 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - add Stefan Tell for bsdforen-firefox-searchplugin Revision Changes Path 1.555 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Sun May 14 06:27:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3D8C16A401; Sun, 14 May 2006 06:27:19 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B063743D45; Sun, 14 May 2006 06:27:19 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E6RDdq009444; Sun, 14 May 2006 06:27:13 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E6RDRt009443; Sun, 14 May 2006 06:27:13 GMT (envelope-from dinoex) Message-Id: <200605140627.k4E6RDRt009443@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 14 May 2006 06:27:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/netpbm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 06:27:20 -0000 dinoex 2006-05-14 06:27:13 UTC FreeBSD ports repository Modified files: graphics/netpbm Makefile distinfo Log: - update to 10.26.28 Revision Changes Path 1.126 +1 -1 ports/graphics/netpbm/Makefile 1.75 +3 -3 ports/graphics/netpbm/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 06:52:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B66A916A437; Sun, 14 May 2006 06:52:30 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86DC543D49; Sun, 14 May 2006 06:52:30 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E6qO4h010497; Sun, 14 May 2006 06:52:24 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E6qOtO010496; Sun, 14 May 2006 06:52:24 GMT (envelope-from krion) Message-Id: <200605140652.k4E6qOtO010496@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 14 May 2006 06:52:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/add add.h main.c perform.c pkg_add.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 06:53:01 -0000 krion 2006-05-14 06:52:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/add add.h main.c perform.c pkg_add.1 Log: MFC: add.h: 1.14, main.c: 1.67, perform.c: 1.80, pkg_add.1: 1.71 date: 2006/03/09 14:49:19; author: phk; state: Exp; lines: +6 -1 Add -F option to not fail on already installed packages. Submitted by: Eugene Grosbein Revision Changes Path 1.11.8.3 +1 -0 src/usr.sbin/pkg_install/add/add.h 1.61.2.6 +6 -1 src/usr.sbin/pkg_install/add/main.c 1.77.8.3 +3 -3 src/usr.sbin/pkg_install/add/perform.c 1.66.2.4 +3 -1 src/usr.sbin/pkg_install/add/pkg_add.1 From owner-cvs-all@FreeBSD.ORG Sun May 14 06:58:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EDCF16A401; Sun, 14 May 2006 06:58:05 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEEB943D45; Sun, 14 May 2006 06:58:04 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E6vw3B010722; Sun, 14 May 2006 06:57:58 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E6vwDx010721; Sun, 14 May 2006 06:57:58 GMT (envelope-from krion) Message-Id: <200605140657.k4E6vwDx010721@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 14 May 2006 06:57:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/sign sign.c x509.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 06:58:05 -0000 krion 2006-05-14 06:57:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/sign sign.c x509.c Log: MFC: sign.c: 1.5, x509.c: 1.5 date: 2006/03/15 01:19:23; author: krion; state: Exp; lines: +13 -10 Close descriptor in retrieve_x509_marker function. PR: bin/71594 Submitted by: Dan Lukes Revision Changes Path 1.4.8.1 +3 -0 src/usr.sbin/pkg_install/sign/sign.c 1.4.8.1 +13 -10 src/usr.sbin/pkg_install/sign/x509.c From owner-cvs-all@FreeBSD.ORG Sun May 14 06:59:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F15D616A401; Sun, 14 May 2006 06:59:29 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB80A43D5D; Sun, 14 May 2006 06:59:29 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E6xNYJ010794; Sun, 14 May 2006 06:59:23 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E6xNNi010793; Sun, 14 May 2006 06:59:23 GMT (envelope-from jmg) Message-Id: <200605140659.k4E6xNNi010793@repoman.freebsd.org> From: John-Mark Gurney Date: Sun, 14 May 2006 06:59:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/ffsrecov Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 06:59:30 -0000 jmg 2006-05-14 06:59:23 UTC FreeBSD ports repository (src committer) Removed files: sysutils/ffsrecov Makefile distinfo pkg-descr Log: remove this port, it's long overdue... Prodded by: kris, linimon Revision Changes Path 1.16 +0 -29 ports/sysutils/ffsrecov/Makefile (dead) 1.5 +0 -3 ports/sysutils/ffsrecov/distinfo (dead) 1.2 +0 -4 ports/sysutils/ffsrecov/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Sun May 14 07:01:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 682DB16A403; Sun, 14 May 2006 07:01:54 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 240F843D45; Sun, 14 May 2006 07:01:54 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E71mGx010945; Sun, 14 May 2006 07:01:48 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E71mQn010944; Sun, 14 May 2006 07:01:48 GMT (envelope-from krion) Message-Id: <200605140701.k4E71mQn010944@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 14 May 2006 07:01:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/create main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 07:01:54 -0000 krion 2006-05-14 07:01:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/create main.c Log: MFC: main.c: 1.38 date: 2006/04/17 10:58:45; author: krion; state: Exp; lines: +6 -1 Use bzip2(1) by default to compress package tarball on __FreeBSD_version >= 500039. Submitted by: Alex Lyashkov Revision Changes Path 1.36.2.2 +6 -1 src/usr.sbin/pkg_install/create/main.c From owner-cvs-all@FreeBSD.ORG Sun May 14 07:06:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FD6516A416; Sun, 14 May 2006 07:06:44 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B01B43D45; Sun, 14 May 2006 07:06:44 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E76cne012340; Sun, 14 May 2006 07:06:38 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E76cf6012339; Sun, 14 May 2006 07:06:38 GMT (envelope-from krion) Message-Id: <200605140706.k4E76cf6012339@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 14 May 2006 07:06:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/lib lib.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 07:06:44 -0000 krion 2006-05-14 07:06:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/lib lib.h Log: MFC: lib.h: 1.58 date: 2006/04/17 11:15:29; author: krion; state: Exp; lines: +5 -3 Add INDEX-7 and remove trailing spaces. Revision Changes Path 1.56.2.2 +5 -3 src/usr.sbin/pkg_install/lib/lib.h From owner-cvs-all@FreeBSD.ORG Sun May 14 07:11:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBF0216A40A; Sun, 14 May 2006 07:11:43 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BF2743D62; Sun, 14 May 2006 07:11:34 +0000 (GMT) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E7BSMu012718; Sun, 14 May 2006 07:11:28 GMT (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E7BSAC012717; Sun, 14 May 2006 07:11:28 GMT (envelope-from benno) Message-Id: <200605140711.k4E7BSAC012717@repoman.freebsd.org> From: Benno Rice Date: Sun, 14 May 2006 07:11:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern init_main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 07:11:45 -0000 benno 2006-05-14 07:11:28 UTC FreeBSD src repository Modified files: sys/kern init_main.c Log: The VERBOSE_SYSINIT stuff sees the DDB define a lot better if we include opt_ddb.h. Spotted by: benno Pointy hat to: benno Revision Changes Path 1.264 +1 -0 src/sys/kern/init_main.c From owner-cvs-all@FreeBSD.ORG Sun May 14 07:23:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC77B16A403; Sun, 14 May 2006 07:23:31 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BBC843D45; Sun, 14 May 2006 07:23:31 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E7NP4c013288; Sun, 14 May 2006 07:23:25 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E7NPxd013287; Sun, 14 May 2006 07:23:25 GMT (envelope-from sat) Message-Id: <200605140723.k4E7NPxd013287@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 07:23:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc Makefile ports/irc/p5-POE-Filter-IRCD Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 07:23:31 -0000 sat 2006-05-14 07:23:25 UTC FreeBSD ports repository Modified files: irc Makefile Added files: irc/p5-POE-Filter-IRCD Makefile distinfo pkg-descr pkg-plist Log: Add p5-POE-Filter-IRCD: A POE-based parser for the IRC protocol PR: ports/96848 Submitted by: sat Approved by: krion (mentor) Revision Changes Path 1.136 +1 -0 ports/irc/Makefile 1.1 +24 -0 ports/irc/p5-POE-Filter-IRCD/Makefile (new) 1.1 +3 -0 ports/irc/p5-POE-Filter-IRCD/distinfo (new) 1.1 +5 -0 ports/irc/p5-POE-Filter-IRCD/pkg-descr (new) 1.1 +4 -0 ports/irc/p5-POE-Filter-IRCD/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun May 14 07:24:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6304716A404; Sun, 14 May 2006 07:24:36 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20A0C43D45; Sun, 14 May 2006 07:24:36 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E7OTR2013343; Sun, 14 May 2006 07:24:29 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E7OTnC013342; Sun, 14 May 2006 07:24:29 GMT (envelope-from sat) Message-Id: <200605140724.k4E7OTnC013342@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 07:24:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 07:24:36 -0000 sat 2006-05-14 07:24:29 UTC FreeBSD ports repository Modified files: . modules Log: p5-POE-Filter-IRCD --> ports/irc/p5-POE-Filter-IRCD Revision Changes Path 1.14938 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun May 14 07:26:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4C5616A403; Sun, 14 May 2006 07:26:08 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7169C43D48; Sun, 14 May 2006 07:26:08 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E7Q2nE013513; Sun, 14 May 2006 07:26:02 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E7Q2Qt013512; Sun, 14 May 2006 07:26:02 GMT (envelope-from nyan) Message-Id: <200605140726.k4E7Q2Qt013512@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 14 May 2006 07:26:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/pc98 Makefile src/sys/boot/pc98/cdboot Makefile cdboot.s src/sys/boot/pc98/libpc98 bioscd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 07:26:08 -0000 nyan 2006-05-14 07:26:02 UTC FreeBSD src repository Modified files: sys/boot/pc98 Makefile Added files: sys/boot/pc98/cdboot Makefile cdboot.s sys/boot/pc98/libpc98 bioscd.c Log: Add a bootable CD support. Revision Changes Path 1.9 +1 -1 src/sys/boot/pc98/Makefile 1.1 +13 -0 src/sys/boot/pc98/cdboot/Makefile (new) 1.1 +811 -0 src/sys/boot/pc98/cdboot/cdboot.s (new) 1.1 +344 -0 src/sys/boot/pc98/libpc98/bioscd.c (new) From owner-cvs-all@FreeBSD.ORG Sun May 14 08:00:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55B7116A53F; Sun, 14 May 2006 08:00:55 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C4A043D58; Sun, 14 May 2006 08:00:55 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E80mwv015066; Sun, 14 May 2006 08:00:48 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E80m0l015065; Sun, 14 May 2006 08:00:48 GMT (envelope-from sat) Message-Id: <200605140800.k4E80m0l015065@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 08:00:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/dopewars Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 08:00:55 -0000 sat 2006-05-14 08:00:48 UTC FreeBSD ports repository Modified files: games/dopewars Makefile pkg-plist Log: - Fix plist - Remove an obsolete master site Reported by: pointyhat via kris Approved by: krion (mentor) Revision Changes Path 1.33 +2 -3 ports/games/dopewars/Makefile 1.18 +4 -0 ports/games/dopewars/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 08:01:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC14416A404; Sun, 14 May 2006 08:01:52 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7435543D76; Sun, 14 May 2006 08:01:51 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E81jDS015138; Sun, 14 May 2006 08:01:45 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E81jh8015137; Sun, 14 May 2006 08:01:45 GMT (envelope-from sat) Message-Id: <200605140801.k4E81jh8015137@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 08:01:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/p5-POE-Filter-IRCD Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 08:01:53 -0000 sat 2006-05-14 08:01:45 UTC FreeBSD ports repository Modified files: irc/p5-POE-Filter-IRCD Makefile distinfo Log: - Update to 1.7 Approved by: krion (mentor) Revision Changes Path 1.2 +1 -1 ports/irc/p5-POE-Filter-IRCD/Makefile 1.2 +3 -3 ports/irc/p5-POE-Filter-IRCD/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 08:12:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C270A16A408; Sun, 14 May 2006 08:12:44 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7095143D46; Sun, 14 May 2006 08:12:44 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E8CcVl016794; Sun, 14 May 2006 08:12:38 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E8CccM016793; Sun, 14 May 2006 08:12:38 GMT (envelope-from kensmith) Message-Id: <200605140812.k4E8CccM016793@repoman.freebsd.org> From: Ken Smith Date: Sun, 14 May 2006 08:12:37 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 08:12:44 -0000 kensmith 2006-05-14 08:12:37 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document FreeBSD_versions 505000 and 505100. Prodded by: Bill "annoying reminder guy" Fenner :-) Revision Changes Path 1.706 +8 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sun May 14 09:15:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E25D816A441; Sun, 14 May 2006 09:15:47 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD89843D46; Sun, 14 May 2006 09:15:47 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E9FfwU028058; Sun, 14 May 2006 09:15:41 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E9FfCc028057; Sun, 14 May 2006 09:15:41 GMT (envelope-from sat) Message-Id: <200605140915.k4E9FfCc028057@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 09:15:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/p5-POE-Component-Client-Ident Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 09:15:48 -0000 sat 2006-05-14 09:15:41 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-POE-Component-Client-Ident Makefile distinfo pkg-descr pkg-plist Log: Add p5-POE-Component-Client-Ident: POE component for non-blocking ident lookups Approved by: krion (mentor) Revision Changes Path 1.1659 +1 -0 ports/net/Makefile 1.1 +27 -0 ports/net/p5-POE-Component-Client-Ident/Makefile (new) 1.1 +3 -0 ports/net/p5-POE-Component-Client-Ident/distinfo (new) 1.1 +9 -0 ports/net/p5-POE-Component-Client-Ident/pkg-descr (new) 1.1 +8 -0 ports/net/p5-POE-Component-Client-Ident/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun May 14 09:16:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F5F716A401; Sun, 14 May 2006 09:16:30 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C99543D45; Sun, 14 May 2006 09:16:30 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E9GNYH028124; Sun, 14 May 2006 09:16:23 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E9GNLs028123; Sun, 14 May 2006 09:16:23 GMT (envelope-from sat) Message-Id: <200605140916.k4E9GNLs028123@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 09:16:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 09:16:30 -0000 sat 2006-05-14 09:16:23 UTC FreeBSD ports repository Modified files: . modules Log: p5-POE-Component-Client-Ident --> ports/net/p5-POE-Component-Client-Ident Revision Changes Path 1.14939 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun May 14 09:33:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9CAD16A400; Sun, 14 May 2006 09:33:34 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5117443D53; Sun, 14 May 2006 09:33:34 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E9XR8Y028853; Sun, 14 May 2006 09:33:27 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E9XRUJ028852; Sun, 14 May 2006 09:33:27 GMT (envelope-from joel) Message-Id: <200605140933.k4E9XRUJ028852@repoman.freebsd.org> From: Joel Dahl Date: Sun, 14 May 2006 09:33:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/portmgr policies_releng_4.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 09:33:34 -0000 joel 2006-05-14 09:33:27 UTC FreeBSD doc repository Modified files: en/portmgr policies_releng_4.sgml Log: Fix typo. Revision Changes Path 1.2 +2 -2 www/en/portmgr/policies_releng_4.sgml From owner-cvs-all@FreeBSD.ORG Sun May 14 09:34:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9CC116A404; Sun, 14 May 2006 09:34:01 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 834C343D58; Sun, 14 May 2006 09:34:01 +0000 (GMT) (envelope-from wosch@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E9Xs01028878; Sun, 14 May 2006 09:33:54 GMT (envelope-from wosch@repoman.freebsd.org) Received: (from wosch@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E9Xsgi028877; Sun, 14 May 2006 09:33:54 GMT (envelope-from wosch) Message-Id: <200605140933.k4E9Xsgi028877@repoman.freebsd.org> From: Wolfram Schneider Date: Sun, 14 May 2006 09:33:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/commercial consult.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 09:34:02 -0000 wosch 2006-05-14 09:33:54 UTC FreeBSD doc repository Modified files: en/commercial consult.xml Log: Potential Technologies has recently been disbanded. Submitted by: Bill Moran Revision Changes Path 1.71 +1 -16 www/en/commercial/consult.xml From owner-cvs-all@FreeBSD.ORG Sun May 14 09:57:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A9B916A400; Sun, 14 May 2006 09:57:37 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8B7A43D46; Sun, 14 May 2006 09:57:36 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E9vUI0029794; Sun, 14 May 2006 09:57:30 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E9vU1V029793; Sun, 14 May 2006 09:57:30 GMT (envelope-from gerald) Message-Id: <200605140957.k4E9vU1V029793@repoman.freebsd.org> From: Gerald Pfeifer Date: Sun, 14 May 2006 09:57:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc42 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 09:57:37 -0000 gerald 2006-05-14 09:57:30 UTC FreeBSD ports repository Modified files: lang/gcc42 Makefile distinfo Log: Update to the 20060513 snapshot of GCC 4.2.0. Revision Changes Path 1.264 +1 -1 ports/lang/gcc42/Makefile 1.156 +15 -15 ports/lang/gcc42/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 09:58:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9F0516A400; Sun, 14 May 2006 09:58:29 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2E0443D45; Sun, 14 May 2006 09:58:29 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E9wNMw029852; Sun, 14 May 2006 09:58:23 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E9wN8l029851; Sun, 14 May 2006 09:58:23 GMT (envelope-from joel) Message-Id: <200605140958.k4E9wN8l029851@repoman.freebsd.org> From: Joel Dahl Date: Sun, 14 May 2006 09:58:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.committers.sgml contrib.develalumni.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 09:58:30 -0000 joel 2006-05-14 09:58:23 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml contrib.develalumni.sgml Log: Move robert and sheldonh to the Development Team Alumni. Revision Changes Path 1.127 +0 -8 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml 1.21 +8 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.develalumni.sgml From owner-cvs-all@FreeBSD.ORG Sun May 14 10:01:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22FFC16A51E; Sun, 14 May 2006 10:01:11 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0814043D77; Sun, 14 May 2006 10:01:07 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EA11h4030015; Sun, 14 May 2006 10:01:01 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EA11QR030014; Sun, 14 May 2006 10:01:01 GMT (envelope-from joel) Message-Id: <200605141001.k4EA11QR030014@repoman.freebsd.org> From: Joel Dahl Date: Sun, 14 May 2006 10:01:01 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects/busdma index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 10:01:14 -0000 joel 2006-05-14 10:01:01 UTC FreeBSD doc repository Modified files: en/projects/busdma index.sgml Log: Remove if_lnc. Revision Changes Path 1.133 +1 -12 www/en/projects/busdma/index.sgml From owner-cvs-all@FreeBSD.ORG Sun May 14 10:04:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00A9816A403; Sun, 14 May 2006 10:04:52 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD0C943D45; Sun, 14 May 2006 10:04:51 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EA4jQ9031370; Sun, 14 May 2006 10:04:45 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EA4jdC031369; Sun, 14 May 2006 10:04:45 GMT (envelope-from sat) Message-Id: <200605141004.k4EA4jdC031369@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 10:04:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese Makefile ports/japanese/ja6 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 10:04:52 -0000 sat 2006-05-14 10:04:45 UTC FreeBSD ports repository Modified files: japanese Makefile Added files: japanese/ja6 Makefile distinfo pkg-descr pkg-plist Log: Ja6 is a Japanese Symbols Trainer that includes Hiragana, Katakana and Kanji symbols. It has been conceived for terminal and console use, displaying symbols as normal C ASCII text output. PR: ports/95585 Submitted by: Nicola Vitale Approved by: krion (mentor) Revision Changes Path 1.624 +1 -0 ports/japanese/Makefile 1.1 +32 -0 ports/japanese/ja6/Makefile (new) 1.1 +3 -0 ports/japanese/ja6/distinfo (new) 1.1 +8 -0 ports/japanese/ja6/pkg-descr (new) 1.1 +1378 -0 ports/japanese/ja6/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun May 14 10:05:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 821D716A435; Sun, 14 May 2006 10:05:23 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B10C43D45; Sun, 14 May 2006 10:05:23 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EA5G3F031460; Sun, 14 May 2006 10:05:16 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EA5GOB031459; Sun, 14 May 2006 10:05:16 GMT (envelope-from gerald) Message-Id: <200605141005.k4EA5GOB031459@repoman.freebsd.org> From: Gerald Pfeifer Date: Sun, 14 May 2006 10:05:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc41 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 10:05:23 -0000 gerald 2006-05-14 10:05:16 UTC FreeBSD ports repository Modified files: lang/gcc41 Makefile distinfo Log: Update to the 20060512 snapshot of GCC 4.1.1. Revision Changes Path 1.265 +1 -1 ports/lang/gcc41/Makefile 1.155 +18 -18 ports/lang/gcc41/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 10:05:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DEA716A406; Sun, 14 May 2006 10:05:38 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48E1143D45; Sun, 14 May 2006 10:05:38 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EA5VPZ031502; Sun, 14 May 2006 10:05:31 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EA5V9T031501; Sun, 14 May 2006 10:05:31 GMT (envelope-from sat) Message-Id: <200605141005.k4EA5V9T031501@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 10:05:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 10:05:38 -0000 sat 2006-05-14 10:05:31 UTC FreeBSD ports repository Modified files: . modules Log: ja-ja6 --> ports/japanese/ja6 Revision Changes Path 1.14940 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun May 14 10:06:57 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3743816A42A for ; Sun, 14 May 2006 10:06:57 +0000 (UTC) (envelope-from caelian@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CD6F43D5D for ; Sun, 14 May 2006 10:06:42 +0000 (GMT) (envelope-from caelian@gmail.com) Received: by py-out-1112.google.com with SMTP id e30so876503pya for ; Sun, 14 May 2006 03:06:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=dl95eyzy1KwHL9IS7cndybyU8GGedthxRp59XsARyX4LuMJriby1J1NBjuJv8Vsn//3sRDYIXVkj6CF0oNQl75PL1/egGwMCDyzUgZSwzYfcZSzSGWnoNdriXHlMgvaqhU8rLCoyxXz9CCD5LW65D74Vj769fKn9Lbi/ka3Ggq0= Received: by 10.35.36.13 with SMTP id o13mr1643528pyj; Sun, 14 May 2006 03:06:41 -0700 (PDT) Received: from synergy.odyssey.homeunix.org ( [68.190.230.198]) by mx.gmail.com with ESMTP id f20sm1756337pyf.2006.05.14.03.06.40; Sun, 14 May 2006 03:06:41 -0700 (PDT) From: Pascal Hofstee To: Marcus Alves Grando In-Reply-To: <200605130356.k4D3uGZV034400@repoman.freebsd.org> References: <200605130356.k4D3uGZV034400@repoman.freebsd.org> Content-Type: text/plain Date: Sun, 14 May 2006 03:06:38 -0700 Message-Id: <1147601198.25766.3.camel@synergy.odyssey.homeunix.org> Mime-Version: 1.0 X-Mailer: Evolution 2.7.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/file Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 10:06:57 -0000 On Sat, 2006-05-13 at 03:56 +0000, Marcus Alves Grando wrote: > mnag 2006-05-13 03:56:16 UTC > > FreeBSD ports repository > > Modified files: > sysutils/file Makefile distinfo > Log: > - Update to 4.17 This update breaks the build on machines with MALLOC_OPTIONS set to AJ (which is the default on CURRENT) because of an assumption made that malloc-ed memory will automatically be initialized to 0x0. Below is the contents of patch-src_apprentice.c which fixes the build on my amd64 7.0-CURRENT system. --- src/apprentice.c.orig Sun May 14 02:57:19 2006 +++ src/apprentice.c Sun May 14 02:57:49 2006 @@ -386,6 +386,7 @@ file_oomem(ms); return -1; } + memset(marray, 0, maxmagic * sizeof(*marray)); marraycount = 0; /* print silly verbose header for USG compat. */ -- Pascal Hofstee From owner-cvs-all@FreeBSD.ORG Sun May 14 10:08:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A67116A456; Sun, 14 May 2006 10:08:09 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0737943D6B; Sun, 14 May 2006 10:08:09 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EA82qt031680; Sun, 14 May 2006 10:08:02 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EA82N2031679; Sun, 14 May 2006 10:08:02 GMT (envelope-from vs) Message-Id: <200605141008.k4EA82N2031679@repoman.freebsd.org> From: Volker Stolz Date: Sun, 14 May 2006 10:08:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/exmh2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 10:08:09 -0000 vs 2006-05-14 10:08:02 UTC FreeBSD ports repository Modified files: mail/exmh2 Makefile Log: - Use full TCLTK mirror list - portlint PR: ports/97016 Submitted by: Shaun Amott Revision Changes Path 1.57 +2 -1 ports/mail/exmh2/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 10:14:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF4DD16A408; Sun, 14 May 2006 10:14:00 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABB1D43D45; Sun, 14 May 2006 10:14:00 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EADslO031919; Sun, 14 May 2006 10:13:54 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EADsKw031918; Sun, 14 May 2006 10:13:54 GMT (envelope-from vs) Message-Id: <200605141013.k4EADsKw031918@repoman.freebsd.org> From: Volker Stolz Date: Sun, 14 May 2006 10:13:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/hs-cpphs distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 10:14:01 -0000 vs 2006-05-14 10:13:53 UTC FreeBSD ports repository Modified files: devel/hs-cpphs distinfo Log: Chase rerolled tarball: Mostly whitespace/docs diffs Revision Changes Path 1.9 +3 -3 ports/devel/hs-cpphs/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 10:30:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBD1B16A40D; Sun, 14 May 2006 10:30:18 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62B4343D5D; Sun, 14 May 2006 10:30:13 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EAU6TI032617; Sun, 14 May 2006 10:30:06 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EAU6QA032616; Sun, 14 May 2006 10:30:06 GMT (envelope-from vs) Message-Id: <200605141030.k4EAU6QA032616@repoman.freebsd.org> From: Volker Stolz Date: Sun, 14 May 2006 10:30:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/ingo Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 10:30:18 -0000 vs 2006-05-14 10:30:06 UTC FreeBSD ports repository Modified files: mail/ingo Makefile distinfo pkg-plist Log: - Update to 1.1.1 Full ChangeLog here: http://cvs.horde.org/diff.php/ingo/docs/CHANGES?r1=1.55.2.39&r2=1.55.2.49&ty=h PR: ports/96795 Submitted by: maintainer Revision Changes Path 1.11 +2 -3 ports/mail/ingo/Makefile 1.6 +3 -3 ports/mail/ingo/distinfo 1.7 +10 -1 ports/mail/ingo/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 11:06:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A6A016A433; Sun, 14 May 2006 11:06:13 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D853643D49; Sun, 14 May 2006 11:06:12 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EB66V9036386; Sun, 14 May 2006 11:06:06 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EB66sq036380; Sun, 14 May 2006 11:06:06 GMT (envelope-from lawrance) Message-Id: <200605141106.k4EB66sq036380@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 11:06:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/nightfall Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 11:06:13 -0000 lawrance 2006-05-14 11:06:05 UTC FreeBSD ports repository Modified files: astro/nightfall Makefile distinfo Log: Update to 1.52. PR: ports/97216 Submitted by: Ports Fury Revision Changes Path 1.16 +1 -2 ports/astro/nightfall/Makefile 1.10 +3 -3 ports/astro/nightfall/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 11:06:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F19C516A40B; Sun, 14 May 2006 11:06:47 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A868043D4C; Sun, 14 May 2006 11:06:47 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EB6e4O036469; Sun, 14 May 2006 11:06:40 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EB6eQt036468; Sun, 14 May 2006 11:06:40 GMT (envelope-from lawrance) Message-Id: <200605141106.k4EB6eQt036468@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 11:06:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/bochs Makefile pkg-message ports/emulators/bochs/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 11:06:48 -0000 lawrance 2006-05-14 11:06:40 UTC FreeBSD ports repository Modified files: emulators/bochs Makefile Added files: emulators/bochs/files pkg-message.in Removed files: emulators/bochs pkg-message Log: Use SUB_FILES instead of pre-patch commands. PR: port/97217 Submitted by: Ports Fury Revision Changes Path 1.73 +2 -6 ports/emulators/bochs/Makefile 1.1 +7 -0 ports/emulators/bochs/files/pkg-message.in (new) 1.11 +0 -3 ports/emulators/bochs/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Sun May 14 11:07:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB3E116A404; Sun, 14 May 2006 11:07:02 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F0B43D49; Sun, 14 May 2006 11:07:02 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EB6tld036516; Sun, 14 May 2006 11:06:55 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EB6tQ7036515; Sun, 14 May 2006 11:06:55 GMT (envelope-from lawrance) Message-Id: <200605141106.k4EB6tQ7036515@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 11:06:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/ulxmlrpcpp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 11:07:03 -0000 lawrance 2006-05-14 11:06:55 UTC FreeBSD ports repository Modified files: net/ulxmlrpcpp Makefile distinfo Log: Update to 1.5.2. PR: ports/97218 Submitted by: Ports Fury Revision Changes Path 1.12 +1 -1 ports/net/ulxmlrpcpp/Makefile 1.10 +3 -3 ports/net/ulxmlrpcpp/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 11:07:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 701D316A400; Sun, 14 May 2006 11:07:24 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24B0343D4C; Sun, 14 May 2006 11:07:24 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EB7HCE036601; Sun, 14 May 2006 11:07:17 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EB7HbE036600; Sun, 14 May 2006 11:07:17 GMT (envelope-from lawrance) Message-Id: <200605141107.k4EB7HbE036600@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 11:07:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/cdrtools-devel Makefile pkg-message ports/sysutils/cdrtools-devel/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 11:07:24 -0000 lawrance 2006-05-14 11:07:17 UTC FreeBSD ports repository Modified files: sysutils/cdrtools-devel Makefile Added files: sysutils/cdrtools-devel/files pkg-message.in Removed files: sysutils/cdrtools-devel pkg-message Log: Use SUB_FILES instead of post-patch commands. PR: ports/97219 Submitted by: Ports Fury Revision Changes Path 1.79 +3 -5 ports/sysutils/cdrtools-devel/Makefile 1.1 +13 -0 ports/sysutils/cdrtools-devel/files/pkg-message.in (new) 1.2 +0 -13 ports/sysutils/cdrtools-devel/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Sun May 14 11:07:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FE0216A409; Sun, 14 May 2006 11:07:40 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB19643D4C; Sun, 14 May 2006 11:07:39 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EB7X3L036645; Sun, 14 May 2006 11:07:33 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EB7Xvs036644; Sun, 14 May 2006 11:07:33 GMT (envelope-from lawrance) Message-Id: <200605141107.k4EB7Xvs036644@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 11:07:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/tct Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 11:07:40 -0000 lawrance 2006-05-14 11:07:33 UTC FreeBSD ports repository Modified files: sysutils/tct Makefile distinfo pkg-plist Removed files: sysutils/tct pkg-message Log: Update to 1.15. PR: ports/97220 Submitted by: Ports Fury Revision Changes Path 1.11 +49 -42 ports/sysutils/tct/Makefile 1.5 +3 -3 ports/sysutils/tct/distinfo 1.2 +0 -4 ports/sysutils/tct/pkg-message (dead) 1.5 +77 -75 ports/sysutils/tct/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 11:07:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B65916A4E0; Sun, 14 May 2006 11:07:54 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B33543D58; Sun, 14 May 2006 11:07:54 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EB7lkx036687; Sun, 14 May 2006 11:07:47 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EB7lY4036686; Sun, 14 May 2006 11:07:47 GMT (envelope-from lawrance) Message-Id: <200605141107.k4EB7lY4036686@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 11:07:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/wsdlpull Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 11:07:54 -0000 lawrance 2006-05-14 11:07:47 UTC FreeBSD ports repository Modified files: www/wsdlpull Makefile distinfo Log: Update to 1.11. PR: ports/97221 Submitted by: Ports Fury Revision Changes Path 1.9 +1 -1 ports/www/wsdlpull/Makefile 1.5 +3 -3 ports/www/wsdlpull/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 11:08:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCE7D16A446; Sun, 14 May 2006 11:08:14 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 952F343D49; Sun, 14 May 2006 11:08:14 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EB87Ld036725; Sun, 14 May 2006 11:08:07 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EB87wu036724; Sun, 14 May 2006 11:08:07 GMT (envelope-from lawrance) Message-Id: <200605141108.k4EB87wu036724@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 11:08:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xdialog Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 11:08:15 -0000 lawrance 2006-05-14 11:08:07 UTC FreeBSD ports repository Modified files: x11/xdialog Makefile distinfo Log: Update to 2.2.1. PR: ports/97222 Submitted by: Ports Fury Revision Changes Path 1.28 +1 -2 ports/x11/xdialog/Makefile 1.17 +3 -3 ports/x11/xdialog/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 11:08:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1755916A404; Sun, 14 May 2006 11:08:33 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C24F143D49; Sun, 14 May 2006 11:08:32 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EB8P78036784; Sun, 14 May 2006 11:08:25 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EB8Plp036783; Sun, 14 May 2006 11:08:25 GMT (envelope-from lawrance) Message-Id: <200605141108.k4EB8Plp036783@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 11:08:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/gsfonts Makefile pkg-message ports/print/gsfonts/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 11:08:33 -0000 lawrance 2006-05-14 11:08:25 UTC FreeBSD ports repository Modified files: print/gsfonts Makefile Added files: print/gsfonts/files pkg-message.in Removed files: print/gsfonts pkg-message Log: Use SUB_FILES instead of post-patch commands. PR: ports/97223 Submitted by: Ports Fury Revision Changes Path 1.18 +6 -4 ports/print/gsfonts/Makefile 1.1 +16 -0 ports/print/gsfonts/files/pkg-message.in (new) 1.2 +0 -12 ports/print/gsfonts/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Sun May 14 11:08:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82EDE16A40E; Sun, 14 May 2006 11:08:45 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C69C43D49; Sun, 14 May 2006 11:08:45 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EB8cIk036843; Sun, 14 May 2006 11:08:38 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EB8c32036842; Sun, 14 May 2006 11:08:38 GMT (envelope-from lawrance) Message-Id: <200605141108.k4EB8c32036842@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 11:08:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/xmms-volnorm Makefile distinfo ports/audio/xmms-volnorm/files patch-Makefile.in patch-ltmain.sh patch-src::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 11:08:45 -0000 lawrance 2006-05-14 11:08:38 UTC FreeBSD ports repository Modified files: audio/xmms-volnorm Makefile distinfo Removed files: audio/xmms-volnorm/files patch-Makefile.in patch-ltmain.sh patch-src::Makefile.in Log: Update to 0.8.3. PR: ports/97224 Submitted by: Ports Fury Revision Changes Path 1.16 +13 -6 ports/audio/xmms-volnorm/Makefile 1.4 +3 -3 ports/audio/xmms-volnorm/distinfo 1.2 +0 -11 ports/audio/xmms-volnorm/files/patch-Makefile.in (dead) 1.5 +0 -28 ports/audio/xmms-volnorm/files/patch-ltmain.sh (dead) 1.2 +0 -17 ports/audio/xmms-volnorm/files/patch-src::Makefile.in (dead) From owner-cvs-all@FreeBSD.ORG Sun May 14 11:09:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BDE316A42A; Sun, 14 May 2006 11:09:00 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 795C343D4C; Sun, 14 May 2006 11:08:59 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EB8qW7036901; Sun, 14 May 2006 11:08:52 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EB8qUk036900; Sun, 14 May 2006 11:08:52 GMT (envelope-from lawrance) Message-Id: <200605141108.k4EB8qUk036900@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 11:08:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/cdrtools Makefile pkg-message ports/sysutils/cdrtools/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 11:09:00 -0000 lawrance 2006-05-14 11:08:52 UTC FreeBSD ports repository Modified files: sysutils/cdrtools Makefile Added files: sysutils/cdrtools/files pkg-message.in Removed files: sysutils/cdrtools pkg-message Log: Use SUB_FILES instead of post-patch commands. PR: ports/97225 Submitted by: Ports Fury Revision Changes Path 1.67 +2 -4 ports/sysutils/cdrtools/Makefile 1.1 +13 -0 ports/sysutils/cdrtools/files/pkg-message.in (new) 1.2 +0 -13 ports/sysutils/cdrtools/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Sun May 14 12:13:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A72E016A400; Sun, 14 May 2006 12:13:26 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B281743D79; Sun, 14 May 2006 12:13:21 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ECDESh040443; Sun, 14 May 2006 12:13:14 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ECDExG040442; Sun, 14 May 2006 12:13:14 GMT (envelope-from itetcu) Message-Id: <200605141213.k4ECDExG040442@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 14 May 2006 12:13:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-rlcompleter2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 12:13:27 -0000 itetcu 2006-05-14 12:13:14 UTC FreeBSD ports repository Modified files: devel/py-rlcompleter2 Makefile distinfo Log: - Update to 0.96 - Pass maintainership to submitter PR: ports/97250 Submitted by: Alexander Botero-Lowry Approved by: lawrance (mentor) Revision Changes Path 1.2 +2 -2 ports/devel/py-rlcompleter2/Makefile 1.4 +3 -3 ports/devel/py-rlcompleter2/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 12:23:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E33A116A402; Sun, 14 May 2006 12:23:29 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D23443D45; Sun, 14 May 2006 12:23:29 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ECNMmf040884; Sun, 14 May 2006 12:23:22 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ECNMX8040883; Sun, 14 May 2006 12:23:22 GMT (envelope-from itetcu) Message-Id: <200605141223.k4ECNMX8040883@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 14 May 2006 12:23:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/vtk43 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 12:23:30 -0000 itetcu 2006-05-14 12:23:22 UTC FreeBSD ports repository Modified files: math/vtk43 Makefile pkg-plist Log: - Fix plist. - Depend on gcc 3.3+ since there's no need to use older ggc's on 6, 7. PR: ports/96986 Submitted by: Jason Bacon (maintianer) [1] itetcu (me) [2] Approved by: maintainer [2], lawrance (mentor) Revision Changes Path 1.38 +4 -3 ports/math/vtk43/Makefile 1.9 +4 -0 ports/math/vtk43/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 12:31:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB6BD16A408; Sun, 14 May 2006 12:31:00 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F1FC43D53; Sun, 14 May 2006 12:31:00 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ECUrXs041174; Sun, 14 May 2006 12:30:53 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ECUr3U041173; Sun, 14 May 2006 12:30:53 GMT (envelope-from itetcu) Message-Id: <200605141230.k4ECUr3U041173@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 14 May 2006 12:30:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/graphviz Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 12:31:01 -0000 itetcu 2006-05-14 12:30:53 UTC FreeBSD ports repository Modified files: graphics/graphviz Makefile pkg-descr pkg-plist Log: - Fix plist and use vars from bsd.tcl.mk in Makefile [1] - Fix WWW [2] PR: ports/97176 Submitted by: Shaun Amott (maintainer) [1] Adi Pircalabu [2] Approved by: maintainer [2], lawrance (mentor) Revision Changes Path 1.69 +12 -12 ports/graphics/graphviz/Makefile 1.6 +3 -3 ports/graphics/graphviz/pkg-descr 1.31 +5 -0 ports/graphics/graphviz/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 12:36:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C11316A402; Sun, 14 May 2006 12:36:27 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A418443D46; Sun, 14 May 2006 12:36:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ECaJh9041455; Sun, 14 May 2006 12:36:19 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ECaJe5041454; Sun, 14 May 2006 12:36:19 GMT (envelope-from pav) Message-Id: <200605141236.k4ECaJe5041454@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 14 May 2006 12:36:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/lua50-posix Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 12:36:27 -0000 pav 2006-05-14 12:36:19 UTC FreeBSD ports repository Modified files: devel/lua50-posix Makefile Log: - Update MASTER_SITES Reported by: krismail Revision Changes Path 1.3 +1 -1 ports/devel/lua50-posix/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 12:38:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB26D16A404; Sun, 14 May 2006 12:38:42 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C026643D70; Sun, 14 May 2006 12:38:37 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ECcUjt041547; Sun, 14 May 2006 12:38:30 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ECcUDq041546; Sun, 14 May 2006 12:38:30 GMT (envelope-from itetcu) Message-Id: <200605141238.k4ECcUDq041546@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 14 May 2006 12:38:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/redland Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 12:38:42 -0000 itetcu 2006-05-14 12:38:30 UTC FreeBSD ports repository Modified files: textproc/redland Makefile distinfo pkg-plist Log: Update to 1.0.4, release notes: http://librdf.org/RELEASE.html [1] Bring Makefile in line with lastest :) infrasctructure changes: USE_BDB, USE_MYSQL,OPTIONS [2] PR: ports/96978 [1] Submitted by: Hirohisa Yamaguchi [1] itetcu (me) [2] Approved by: maintainer, lawrance (mentor) Revision Changes Path 1.28 +23 -28 ports/textproc/redland/Makefile 1.16 +3 -2 ports/textproc/redland/distinfo 1.12 +2 -0 ports/textproc/redland/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 12:43:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3AAB16A44B; Sun, 14 May 2006 12:43:35 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4DDE43D60; Sun, 14 May 2006 12:43:34 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EChI0s041747; Sun, 14 May 2006 12:43:18 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EChIt5041746; Sun, 14 May 2006 12:43:18 GMT (envelope-from itetcu) Message-Id: <200605141243.k4EChIt5041746@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 14 May 2006 12:43:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/redland-bindings Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 12:43:42 -0000 itetcu 2006-05-14 12:43:18 UTC FreeBSD ports repository Modified files: textproc/redland-bindings Makefile distinfo Log: Update to 1.0.4.1 [1] and unbreak. Use vars from bsd.tcl.mk PR: ports/96998 [2], ports/96979 [3] Submitted by: Charles Swiger [2], Hirohisa Yamaguchi [3] Approved by: lawrance (mentor) Revision Changes Path 1.11 +4 -7 ports/textproc/redland-bindings/Makefile 1.6 +3 -3 ports/textproc/redland-bindings/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 13:02:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A77B616A403; Sun, 14 May 2006 13:02:36 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C53443D45; Sun, 14 May 2006 13:02:36 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ED2T8i050401; Sun, 14 May 2006 13:02:29 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ED2Spm050399; Sun, 14 May 2006 13:02:28 GMT (envelope-from vs) Message-Id: <200605141302.k4ED2Spm050399@repoman.freebsd.org> From: Volker Stolz Date: Sun, 14 May 2006 13:02:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gccxml Makefile ports/devel/gccxml/files patch-GCC::gcc::config.gcc patch-GCC::gcc::config::freebsd7.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 13:02:36 -0000 vs 2006-05-14 13:02:28 UTC FreeBSD ports repository Modified files: devel/gccxml Makefile Added files: devel/gccxml/files patch-GCC::gcc::config.gcc patch-GCC::gcc::config::freebsd7.h Log: Enable build on FreeBSD7 Submitted by: Arseny Nasokin Revision Changes Path 1.10 +0 -4 ports/devel/gccxml/Makefile 1.1 +10 -0 ports/devel/gccxml/files/patch-GCC::gcc::config.gcc (new) 1.1 +25 -0 ports/devel/gccxml/files/patch-GCC::gcc::config::freebsd7.h (new) From owner-cvs-all@FreeBSD.ORG Sun May 14 13:07:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ADB516A410; Sun, 14 May 2006 13:07:58 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C96543D4C; Sun, 14 May 2006 13:07:58 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ED7orn051865; Sun, 14 May 2006 13:07:50 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ED7oqA051864; Sun, 14 May 2006 13:07:50 GMT (envelope-from lbr) Message-Id: <200605141307.k4ED7oqA051864@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Sun, 14 May 2006 13:07:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Sub-Install Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 13:07:58 -0000 lbr 2006-05-14 13:07:50 UTC FreeBSD ports repository Modified files: devel/p5-Sub-Install Makefile distinfo Log: Up to 0.92 Approved by: erwin (mentor) Revision Changes Path 1.3 +1 -1 ports/devel/p5-Sub-Install/Makefile 1.2 +3 -3 ports/devel/p5-Sub-Install/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 13:09:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D69416A41F; Sun, 14 May 2006 13:09:01 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8753343D6E; Sun, 14 May 2006 13:08:57 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ED8oXO051917; Sun, 14 May 2006 13:08:50 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ED8oqM051916; Sun, 14 May 2006 13:08:50 GMT (envelope-from lbr) Message-Id: <200605141308.k4ED8oqM051916@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Sun, 14 May 2006 13:08:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Sub-Exporter Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 13:09:01 -0000 lbr 2006-05-14 13:08:50 UTC FreeBSD ports repository Modified files: devel/p5-Sub-Exporter Makefile distinfo Log: Up to 0.954 Approved by: erwin (mentor) Revision Changes Path 1.4 +3 -3 ports/devel/p5-Sub-Exporter/Makefile 1.3 +3 -3 ports/devel/p5-Sub-Exporter/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 13:16:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D3DF16A406; Sun, 14 May 2006 13:16:27 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBAD643D45; Sun, 14 May 2006 13:16:26 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EDGJvl052234; Sun, 14 May 2006 13:16:19 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EDGJwi052233; Sun, 14 May 2006 13:16:19 GMT (envelope-from pjd) Message-Id: <200605141316.k4EDGJwi052233@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 14 May 2006 13:16:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/time time.1 time.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 13:16:27 -0000 pjd 2006-05-14 13:16:19 UTC FreeBSD src repository Modified files: usr.bin/time time.1 time.c Log: Handle SIGINFO in time(1) by printing the time the given command is running. I find it quite handy to just hit ^T and see the time. Revision Changes Path 1.25 +9 -0 src/usr.bin/time/time.1 1.29 +63 -37 src/usr.bin/time/time.c From owner-cvs-all@FreeBSD.ORG Sun May 14 13:17:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2E2916A400; Sun, 14 May 2006 13:17:29 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7333843D45; Sun, 14 May 2006 13:17:29 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EDHMVX052316; Sun, 14 May 2006 13:17:22 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EDHMbX052315; Sun, 14 May 2006 13:17:22 GMT (envelope-from lawrance) Message-Id: <200605141317.k4EDHMbX052315@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 13:17:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xmangekyou Makefile pkg-descr pkg-plist ports/x11/xmangekyou/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 13:17:30 -0000 lawrance 2006-05-14 13:17:22 UTC FreeBSD ports repository Modified files: x11/xmangekyou Makefile pkg-descr Removed files: x11/xmangekyou pkg-plist x11/xmangekyou/files patch-aa Log: Update mastersites. Make compliant with CC/CFLAGS/X11BASE. Add WWW link. PR: ports/96221 Submitted by: Ports Fury Revision Changes Path 1.11 +23 -3 ports/x11/xmangekyou/Makefile 1.4 +0 -8 ports/x11/xmangekyou/files/patch-aa (dead) 1.4 +2 -0 ports/x11/xmangekyou/pkg-descr 1.2 +0 -6 ports/x11/xmangekyou/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun May 14 13:19:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9498716A43B; Sun, 14 May 2006 13:19:17 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EC2143D5D; Sun, 14 May 2006 13:19:16 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EDJ82g052385; Sun, 14 May 2006 13:19:08 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EDJ8II052384; Sun, 14 May 2006 13:19:08 GMT (envelope-from lawrance) Message-Id: <200605141319.k4EDJ8II052384@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 13:19:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/xfce4-media/files patch-src_remote.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 13:19:41 -0000 lawrance 2006-05-14 13:19:08 UTC FreeBSD ports repository Added files: multimedia/xfce4-media/files patch-src_remote.c Log: Patch to chase dbus update, thus fixing the build. PR: ports/95966 Submitted by: Stephen Hurd Obtained from: pkgsrc multimedia/xfmedia, where the same issue was fixed by Joerg Sonnenberger Revision Changes Path 1.1 +12 -0 ports/multimedia/xfce4-media/files/patch-src_remote.c (new) From owner-cvs-all@FreeBSD.ORG Sun May 14 13:21:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B764D16A402; Sun, 14 May 2006 13:21:38 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C1AC43D45; Sun, 14 May 2006 13:21:38 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 587F717660; Sun, 14 May 2006 16:21:37 +0300 (EEST) Date: Sun, 14 May 2006 16:21:37 +0300 From: Ion-Mihai Tetcu To: Ion-Mihai Tetcu Message-ID: <20060514162137.66b6990d@it.buh.tecnik93.com> In-Reply-To: <200605141223.k4ECNMX8040883@repoman.freebsd.org> References: <200605141223.k4ECNMX8040883@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 2.1.1 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/math/vtk43 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 13:21:38 -0000 On Sun, 14 May 2006 12:23:22 +0000 (UTC) Ion-Mihai Tetcu wrote: > itetcu 2006-05-14 12:23:22 UTC > > FreeBSD ports repository > > Modified files: > math/vtk43 Makefile pkg-plist > Log: > - Fix plist. [1] > - Depend on gcc 3.3+ since there's no need to use older ggc's on 6, 7. [2] > > PR: ports/96986 > Submitted by: Jason Bacon (maintianer) [1] > itetcu (me) [2] > Approved by: maintainer [2], lawrance (mentor) > > Revision Changes Path > 1.38 +4 -3 ports/math/vtk43/Makefile > 1.9 +4 -0 ports/math/vtk43/pkg-plist > -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #417: Computer room being moved. Our systems are down for the weekend. From owner-cvs-all@FreeBSD.ORG Sun May 14 13:26:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA3E516A501; Sun, 14 May 2006 13:26:28 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D65243D48; Sun, 14 May 2006 13:26:28 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EDQLw5052813; Sun, 14 May 2006 13:26:21 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EDQK5Y052812; Sun, 14 May 2006 13:26:20 GMT (envelope-from lawrance) Message-Id: <200605141326.k4EDQK5Y052812@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 13:26:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/hackedbox Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 13:26:31 -0000 lawrance 2006-05-14 13:26:20 UTC FreeBSD ports repository Modified files: x11-wm/hackedbox Makefile distinfo Log: Update to 0.8.4. PR: ports/96278 Submitted by: Martin Wilke Approved by: dominic.marks@btinternet.com (maintainer, timeout 3 weeks) Revision Changes Path 1.57 +1 -1 ports/x11-wm/hackedbox/Makefile 1.36 +3 -3 ports/x11-wm/hackedbox/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 13:30:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C22EB16A40A; Sun, 14 May 2006 13:30:31 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D1B243D45; Sun, 14 May 2006 13:30:31 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EDUO2g053006; Sun, 14 May 2006 13:30:24 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EDUOIg053005; Sun, 14 May 2006 13:30:24 GMT (envelope-from garga) Message-Id: <200605141330.k4EDUOIg053005@repoman.freebsd.org> From: Renato Botelho Date: Sun, 14 May 2006 13:30:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/ucspi-tcp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 13:30:31 -0000 garga 2006-05-14 13:30:24 UTC FreeBSD ports repository Modified files: sysutils/ucspi-tcp Makefile Log: - Move SSL block after bsd.port.pre.mk - Remove USE_REINPLACE - Unquote NO_PACKAGE PR: ports/97179 Approved by: maintainer Revision Changes Path 1.24 +3 -5 ports/sysutils/ucspi-tcp/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 13:31:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A522C16A40B; Sun, 14 May 2006 13:31:34 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E63D43D48; Sun, 14 May 2006 13:31:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EDVR76053140; Sun, 14 May 2006 13:31:27 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EDVRrK053139; Sun, 14 May 2006 13:31:27 GMT (envelope-from pav) Message-Id: <200605141331.k4EDVRrK053139@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 14 May 2006 13:31:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/5.5R schedule.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 13:31:35 -0000 pav 2006-05-14 13:31:27 UTC FreeBSD doc repository Modified files: en/releases/5.5R schedule.sgml Log: - Fill in dates of branch and RC1 build Revision Changes Path 1.7 +3 -3 www/en/releases/5.5R/schedule.sgml From owner-cvs-all@FreeBSD.ORG Sun May 14 13:32:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F87C16A423; Sun, 14 May 2006 13:32:07 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A56D43D5A; Sun, 14 May 2006 13:32:06 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EDVxjj053255; Sun, 14 May 2006 13:31:59 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EDVxwG053254; Sun, 14 May 2006 13:31:59 GMT (envelope-from lawrance) Message-Id: <200605141331.k4EDVxwG053254@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 13:31:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/ipmitool Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 13:32:07 -0000 lawrance 2006-05-14 13:31:59 UTC FreeBSD ports repository Modified files: sysutils/ipmitool Makefile Log: Add option WITH_IPMI_KMOD, allowing ipmitool to work with the ipmi-kmod port (for FreeBSD 6.x systems). PR: ports/96333 Submitted by: Nick Barkas Approved by: frolov@riss-telecom.ru (maintainer) Revision Changes Path 1.9 +5 -3 ports/sysutils/ipmitool/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 13:35:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4649616A406; Sun, 14 May 2006 13:35:01 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E949F43D46; Sun, 14 May 2006 13:35:00 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EDYr0n053388; Sun, 14 May 2006 13:34:53 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EDYrNx053387; Sun, 14 May 2006 13:34:53 GMT (envelope-from kensmith) Message-Id: <200605141334.k4EDYrNx053387@repoman.freebsd.org> From: Ken Smith Date: Sun, 14 May 2006 13:34:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/snapshots index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 13:35:01 -0000 kensmith 2006-05-14 13:34:53 UTC FreeBSD doc repository Modified files: en/snapshots index.sgml Log: The May 2006 snapshots are starting to appear. Note the new directory name. Revision Changes Path 1.17 +3 -2 www/en/snapshots/index.sgml From owner-cvs-all@FreeBSD.ORG Sun May 14 13:36:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA32016A401; Sun, 14 May 2006 13:36:21 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 915B443D45; Sun, 14 May 2006 13:36:21 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EDaEuJ053566; Sun, 14 May 2006 13:36:14 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EDaEkd053565; Sun, 14 May 2006 13:36:14 GMT (envelope-from lawrance) Message-Id: <200605141336.k4EDaEkd053565@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 13:36:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/mDNSResponder Makefile distinfo pkg-plist ports/net/mDNSResponder/files patch-mDNSPosix_Makefile patch-mDNSPosix_mDNSUNP.c patch-mDNSShared::dns_sd.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 13:36:21 -0000 lawrance 2006-05-14 13:36:14 UTC FreeBSD ports repository Modified files: net/mDNSResponder Makefile distinfo pkg-plist net/mDNSResponder/files patch-mDNSPosix_Makefile patch-mDNSShared::dns_sd.h Removed files: net/mDNSResponder/files patch-mDNSPosix_mDNSUNP.c Log: - Update to 107.5 (fixes broken mDNSProxyResponderPosix utility) [1] - Install mDNSResponder.8 manpage as mDNSResponderPosix.8 to avoid conflict with net/howl [2] - Unquote COMMENT. PR: ports/94303 [1], ports/96126 [2] Submitted by: Bruce Walker [1] Eric P. Scott [2] Revision Changes Path 1.15 +8 -5 ports/net/mDNSResponder/Makefile 1.5 +3 -3 ports/net/mDNSResponder/distinfo 1.2 +6 -9 ports/net/mDNSResponder/files/patch-mDNSPosix_Makefile 1.2 +0 -11 ports/net/mDNSResponder/files/patch-mDNSPosix_mDNSUNP.c (dead) 1.3 +5 -5 ports/net/mDNSResponder/files/patch-mDNSShared::dns_sd.h 1.6 +1 -0 ports/net/mDNSResponder/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 13:38:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3645B16A402; Sun, 14 May 2006 13:38:25 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F1943D58; Sun, 14 May 2006 13:38:24 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EDcHWi053668; Sun, 14 May 2006 13:38:17 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EDcHx7053667; Sun, 14 May 2006 13:38:17 GMT (envelope-from kensmith) Message-Id: <200605141338.k4EDcHx7053667@repoman.freebsd.org> From: Ken Smith Date: Sun, 14 May 2006 13:38:17 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/snapshots index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 13:38:25 -0000 kensmith 2006-05-14 13:38:17 UTC FreeBSD doc repository Modified files: en/snapshots index.sgml Log: Adjust template for adding new entries. I don't think we do the release notes any more, and change example to the new directory naming scheme. Revision Changes Path 1.18 +3 -7 www/en/snapshots/index.sgml From owner-cvs-all@FreeBSD.ORG Sun May 14 13:40:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3481116A402; Sun, 14 May 2006 13:40:52 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3D3343D45; Sun, 14 May 2006 13:40:51 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EDei3R053805; Sun, 14 May 2006 13:40:44 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EDeij0053804; Sun, 14 May 2006 13:40:44 GMT (envelope-from dinoex) Message-Id: <200605141340.k4EDeij0053804@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 14 May 2006 13:40:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/geolizer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 13:40:52 -0000 dinoex 2006-05-14 13:40:44 UTC FreeBSD ports repository Modified files: www/geolizer Makefile Log: - fix categories Submitted by: Denis Peplin Revision Changes Path 1.11 +1 -1 ports/www/geolizer/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 14:12:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 628B116A4FE; Sun, 14 May 2006 14:12:09 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E66B43D67; Sun, 14 May 2006 14:12:01 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EEBseS056120; Sun, 14 May 2006 14:11:54 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EEBsgQ056119; Sun, 14 May 2006 14:11:54 GMT (envelope-from bms) Message-Id: <200605141411.k4EEBsgQ056119@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 14 May 2006 14:11:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/netinet/ipsockopt ipsockopt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 14:12:09 -0000 bms 2006-05-14 14:11:54 UTC FreeBSD src repository Modified files: tools/regression/netinet/ipsockopt ipsockopt.c Log: Add multicast group join/leave functionality to IPv4 regression test suite. Revision Changes Path 1.5 +68 -10 src/tools/regression/netinet/ipsockopt/ipsockopt.c From owner-cvs-all@FreeBSD.ORG Sun May 14 14:13:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 978C916A405; Sun, 14 May 2006 14:13:38 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5005943D60; Sun, 14 May 2006 14:13:38 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EEDUC1056207; Sun, 14 May 2006 14:13:30 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EEDUOb056206; Sun, 14 May 2006 14:13:30 GMT (envelope-from bms) Message-Id: <200605141413.k4EEDUOb056206@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 14 May 2006 14:13:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ip.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 14:13:38 -0000 bms 2006-05-14 14:13:30 UTC FreeBSD src repository Modified files: share/man/man4 ip.4 Log: Don't quote IP_MAX_MEMBERSHIPS as 20 any more. Revision Changes Path 1.47 +2 -3 src/share/man/man4/ip.4 From owner-cvs-all@FreeBSD.ORG Sun May 14 14:22:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9141416A46D; Sun, 14 May 2006 14:22:57 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F79A43D6B; Sun, 14 May 2006 14:22:57 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EEMnuw056705; Sun, 14 May 2006 14:22:49 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EEMnmC056704; Sun, 14 May 2006 14:22:49 GMT (envelope-from bms) Message-Id: <200605141422.k4EEMnmC056704@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 14 May 2006 14:22:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet in.h ip_output.c ip_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 14:22:57 -0000 bms 2006-05-14 14:22:49 UTC FreeBSD src repository Modified files: sys/netinet in.h ip_output.c ip_var.h Log: Fix a long-standing limitation in IPv4 multicast group membership. By making the imo_membership array a dynamically allocated vector, this minimizes disruption to existing IPv4 multicast code. This change breaks the ABI for the kernel module ip_mroute.ko, and may cause a small amount of churn for folks working on the IGMPv3 merge. Previously, sockets were subject to a compile-time limitation on the number of IPv4 group memberships, which was hard-coded to 20. The imo_membership relationship, however, is 1:1 with regards to a tuple of multicast group address and interface address. Users who ran routing protocols such as OSPF ran into this limitation on machines with a large system interface tree. Revision Changes Path 1.96 +8 -1 src/sys/netinet/in.h 1.256 +29 -1 src/sys/netinet/ip_output.c 1.98 +3 -2 src/sys/netinet/ip_var.h From owner-cvs-all@FreeBSD.ORG Sun May 14 14:23:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B13F16A47B; Sun, 14 May 2006 14:23:00 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0561C43D5C; Sun, 14 May 2006 14:23:00 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EEMqQZ056732; Sun, 14 May 2006 14:22:52 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EEMqBR056731; Sun, 14 May 2006 14:22:52 GMT (envelope-from aaron) Message-Id: <200605141422.k4EEMqBR056731@repoman.freebsd.org> From: Aaron Dalton Date: Sun, 14 May 2006 14:22:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/libdungeonmaker Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 14:23:00 -0000 aaron 2006-05-14 14:22:52 UTC FreeBSD ports repository Modified files: games/libdungeonmaker Makefile Log: - Add USE_GCC to remove from unbuildable ports list Approved by: tobez (implicit) Revision Changes Path 1.2 +1 -0 ports/games/libdungeonmaker/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 14:31:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 388C116A424; Sun, 14 May 2006 14:31:57 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B610243D58; Sun, 14 May 2006 14:31:56 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EEVn7s057962; Sun, 14 May 2006 14:31:49 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EEVnAR057961; Sun, 14 May 2006 14:31:49 GMT (envelope-from vs) Message-Id: <200605141431.k4EEVnAR057961@repoman.freebsd.org> From: Volker Stolz Date: Sun, 14 May 2006 14:31:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/splashsetter Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 14:31:58 -0000 vs 2006-05-14 14:31:48 UTC FreeBSD ports repository Modified files: deskutils/splashsetter Makefile distinfo Log: Update to 0.6.5.2 PR: ports/96670 Submitted by: maintainer Revision Changes Path 1.11 +1 -1 ports/deskutils/splashsetter/Makefile 1.9 +3 -3 ports/deskutils/splashsetter/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 14:35:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52C2016A407; Sun, 14 May 2006 14:35:27 +0000 (UTC) (envelope-from bms@spc.org) Received: from mindfull.spc.org (mindfull.spc.org [83.167.185.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0F6043D46; Sun, 14 May 2006 14:35:26 +0000 (GMT) (envelope-from bms@spc.org) Received: from arginine.spc.org ([83.167.185.2]) by mindfull.spc.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.52) id 1FfHgo-00063U-Ld; Sun, 14 May 2006 15:35:22 +0100 Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 0F32E65499; Sun, 14 May 2006 15:35:25 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17486-03; Sun, 14 May 2006 15:35:22 +0100 (BST) Received: by arginine.spc.org (Postfix, from userid 1078) id 8FEDF653F9; Sun, 14 May 2006 15:35:22 +0100 (BST) Date: Sun, 14 May 2006 15:35:22 +0100 From: Bruce M Simpson To: Bruce M Simpson Message-ID: <20060514143522.GF46921@spc.org> Mail-Followup-To: Bruce M Simpson , Bruce M Simpson , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200605141422.k4EEMnmC056704@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605141422.k4EEMnmC056704@repoman.freebsd.org> User-Agent: Mutt/1.4.1i Organization: Incunabulum X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mindfull.spc.org X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spc.org X-Source: X-Source-Args: X-Source-Dir: Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in.h ip_output.c ip_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 14:35:27 -0000 On Sun, May 14, 2006 at 02:22:49PM +0000, Bruce M Simpson wrote: > By making the imo_membership array a dynamically allocated vector, > this minimizes disruption to existing IPv4 multicast code. This > change breaks the ABI for the kernel module ip_mroute.ko, and may > cause a small amount of churn for folks working on the IGMPv3 merge. The inpcb lock is held during re-allocation, via the use of the INP_LOCK() macro. I believe that this is enough to cover the reallocation, based on regression testing on my own SMP machine. Given that realloc(9) potentially changes the address of a previously allocated structure, locking is necessary to protect the input and output paths from the IP_ADD_MEMBERSHIP path, to prevent a race between the user adding a new group and a packet being demux'd from further down in the stack for udp or raw delivery. Regards, BMS From owner-cvs-all@FreeBSD.ORG Sun May 14 14:36:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 494AB16A401; Sun, 14 May 2006 14:36:38 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E8843D45; Sun, 14 May 2006 14:36:38 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EEaUtJ058198; Sun, 14 May 2006 14:36:30 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EEaUE8058197; Sun, 14 May 2006 14:36:30 GMT (envelope-from lawrance) Message-Id: <200605141436.k4EEaUE8058197@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 14:36:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/tileworld Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 14:36:38 -0000 lawrance 2006-05-14 14:36:30 UTC FreeBSD ports repository Modified files: games/tileworld Makefile distinfo pkg-plist Log: Update to 1.3.0. PR: ports/96021 Submitted by: Martin Wilke Approved by: sec@42.org (maintainer, timeout 3 weeks) Revision Changes Path 1.9 +2 -1 ports/games/tileworld/Makefile 1.4 +3 -3 ports/games/tileworld/distinfo 1.2 +42 -41 ports/games/tileworld/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 14:41:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1F2F16A40A; Sun, 14 May 2006 14:41:41 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BF8E43D46; Sun, 14 May 2006 14:41:41 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EEfXRe058461; Sun, 14 May 2006 14:41:33 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EEfX8o058460; Sun, 14 May 2006 14:41:33 GMT (envelope-from aaron) Message-Id: <200605141441.k4EEfX8o058460@repoman.freebsd.org> From: Aaron Dalton Date: Sun, 14 May 2006 14:41:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/p5-Image-Info/files 5.005-Info.pm.tmpl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 14:41:52 -0000 aaron 2006-05-14 14:41:33 UTC FreeBSD ports repository Modified files: graphics/p5-Image-Info/files 5.005-Info.pm.tmpl Log: - Repair patch files to remove port from unbuildable ports list. - Make test still has some issues however. Approved by: tobez (implicit) Revision Changes Path 1.2 +2 -2 ports/graphics/p5-Image-Info/files/5.005-Info.pm.tmpl From owner-cvs-all@FreeBSD.ORG Sun May 14 14:42:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01B2F16A43D; Sun, 14 May 2006 14:42:10 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF8EA43D46; Sun, 14 May 2006 14:42:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EEg2qw058498; Sun, 14 May 2006 14:42:02 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EEg2Wr058497; Sun, 14 May 2006 14:42:02 GMT (envelope-from pav) Message-Id: <200605141442.k4EEg2Wr058497@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 14 May 2006 14:42:02 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 14:42:12 -0000 pav 2006-05-14 14:42:02 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Fix the description of what maintainer-update really is Pointed out by: Boris Samorodov Revision Changes Path 1.707 +1 -2 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sun May 14 14:46:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 034C516A45A; Sun, 14 May 2006 14:46:49 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C570543D45; Sun, 14 May 2006 14:46:48 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EEkfa8058714; Sun, 14 May 2006 14:46:41 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EEkfhF058713; Sun, 14 May 2006 14:46:41 GMT (envelope-from aaron) Message-Id: <200605141446.k4EEkfhF058713@repoman.freebsd.org> From: Aaron Dalton Date: Sun, 14 May 2006 14:46:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Data-TreeDumper Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 14:46:49 -0000 aaron 2006-05-14 14:46:41 UTC FreeBSD ports repository Modified files: devel/p5-Data-TreeDumper Makefile distinfo pkg-plist Log: - Updated from 0.27 to 0.31 0.31 FIXED: DTD wouldn't iterate in terminal node (hashes, arrays without elements are terminal) ADDED: filter argument ($setup->{FILTER_ARGUMENT}) ADDED: path elements ($setup->{__PATH_ELEMENTS}) ADDED: $setup->{__PATH_ELEMENTS} example to filter.pl ADDED: scalar_and_origine.pl 0.30 ADDED: Accept scalar variables ADDED: documentation for $Data::TreeDumper::Displaycallerlocation ADDED: PrintTree and display of caller locations 0.29 ADDED: object underlying type is displayed in the type tag FIXED; typos O for 0 and inversly 0.28 REMOVED: Allocation of console in Win32 that displayed a console for GUI apps ADDED: WRAP_WIDTH CHANGED: refactored code and merged changes with Diff module Approved by: tobez (implicit) Revision Changes Path 1.8 +1 -1 ports/devel/p5-Data-TreeDumper/Makefile 1.8 +3 -3 ports/devel/p5-Data-TreeDumper/distinfo 1.4 +1 -0 ports/devel/p5-Data-TreeDumper/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 14:53:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BD0F16A425; Sun, 14 May 2006 14:53:11 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 233B843D5C; Sun, 14 May 2006 14:53:08 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EEr1DZ058958; Sun, 14 May 2006 14:53:01 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EEr1G3058957; Sun, 14 May 2006 14:53:01 GMT (envelope-from itetcu) Message-Id: <200605141453.k4EEr1G3058957@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 14 May 2006 14:53:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/news/newsgrab Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 14:53:12 -0000 itetcu 2006-05-14 14:53:01 UTC FreeBSD ports repository Modified files: news/newsgrab Makefile Log: - Pass maintainership to submitter. - Keep pkg-plist and use DOCSDIR macro. PR: ports/96289 Submitted by: Shaun Amott Approved by: lawrance (mentor) Revision Changes Path 1.17 +1 -1 ports/news/newsgrab/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 14:55:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 060D816A409; Sun, 14 May 2006 14:55:35 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2FE043D45; Sun, 14 May 2006 14:55:34 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EEtRrr059104; Sun, 14 May 2006 14:55:27 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EEtRna059103; Sun, 14 May 2006 14:55:27 GMT (envelope-from lawrance) Message-Id: <200605141455.k4EEtRna059103@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 14:55:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/erc Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 14:55:37 -0000 lawrance 2006-05-14 14:55:27 UTC FreeBSD ports repository Modified files: irc/erc Makefile distinfo pkg-plist Log: Update to 5.1.2. PR: ports/95941 Submitted by: Martin Wilke Approved by: karma@ez.pereslavl.ru (maintainer, timeout 3 weeks) Revision Changes Path 1.8 +1 -1 ports/irc/erc/Makefile 1.7 +3 -3 ports/irc/erc/distinfo 1.4 +4 -0 ports/irc/erc/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 14:55:37 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5A4B16A40A; Sun, 14 May 2006 14:55:36 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EBEB43D46; Sun, 14 May 2006 14:55:35 +0000 (GMT) (envelope-from dfr@rabson.org) Received: from herring.rabson.org (herring.rabson.org [80.177.232.250]) by itchy.rabson.org (8.13.3/8.13.3) with ESMTP id k4EEtK1X007269; Sun, 14 May 2006 15:55:22 +0100 (BST) (envelope-from dfr@rabson.org) From: Doug Rabson To: Andrew Gallatin Date: Sun, 14 May 2006 15:55:16 +0100 User-Agent: KMail/1.8.3 References: <200605112225.k4BMPSEn082214@repoman.freebsd.org> <20060512141627.A25397@grasshopper.cs.duke.edu> In-Reply-To: <20060512141627.A25397@grasshopper.cs.duke.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605141555.17996.dfr@rabson.org> X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on itchy.rabson.org X-Virus-Scanned: ClamAV 0.87.1/1461/Fri May 12 22:19:37 2006 on itchy.rabson.org X-Virus-Status: Clean Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, John Baldwin Subject: Re: cvs commit: src/sys/alpha Makefile src/sys/alpha/alpha api_up1000.c atomic.s autoconf.c busdma_machdep.c busspace.c clock.c clock_if.m cpuconf.c db_disasm.c db_instruction.h db_interface.c db_trace.c dec_1000a.c dec_2100_a50.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 14:55:37 -0000 On Friday 12 May 2006 19:16, Andrew Gallatin wrote: > John Baldwin [jhb@FreeBSD.org] wrote: > > First pass at removing Alpha kernel support. > > Thanks for giving it a clean death, and not letting it linger any > longer.. Its still sad to see it go though :-(. From owner-cvs-all@FreeBSD.ORG Sun May 14 14:55:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2560F16A410; Sun, 14 May 2006 14:55:39 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D28A043D45; Sun, 14 May 2006 14:55:38 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EEtViq059136; Sun, 14 May 2006 14:55:31 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EEtVfv059135; Sun, 14 May 2006 14:55:31 GMT (envelope-from garga) Message-Id: <200605141455.k4EEtVfv059135@repoman.freebsd.org> From: Renato Botelho Date: Sun, 14 May 2006 14:55:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libslang Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 14:55:39 -0000 garga 2006-05-14 14:55:31 UTC FreeBSD ports repository Modified files: devel/libslang Makefile distinfo Log: Add optional UTF-8 support PR: ports/97241 Submitted by: Rong-En Fan Revision Changes Path 1.39 +11 -0 ports/devel/libslang/Makefile 1.18 +3 -0 ports/devel/libslang/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 14:59:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BD3716A425; Sun, 14 May 2006 14:59:59 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 156F743D45; Sun, 14 May 2006 14:59:59 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EExpNw059356; Sun, 14 May 2006 14:59:51 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EExpmH059355; Sun, 14 May 2006 14:59:51 GMT (envelope-from itetcu) Message-Id: <200605141459.k4EExpmH059355@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 14 May 2006 14:59:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBD-Google Makefile ports/devel/p5-File-Tail Makefile ports/misc/geekcode Makefile ports/net/GeoIP Makefile ports/games/tuxracer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 14:59:59 -0000 itetcu 2006-05-14 14:59:51 UTC FreeBSD ports repository Modified files: databases/p5-DBD-Google Makefile devel/p5-File-Tail Makefile misc/geekcode Makefile net/GeoIP Makefile games/tuxracer Makefile Log: Pass maintainership to Shaun Amott PR: ports/96289 Submitted by: Shaun Amott Approved by: lawrance (mentor) Revision Changes Path 1.2 +1 -1 ports/databases/p5-DBD-Google/Makefile 1.10 +1 -1 ports/devel/p5-File-Tail/Makefile 1.21 +1 -1 ports/games/tuxracer/Makefile 1.17 +1 -1 ports/misc/geekcode/Makefile 1.28 +1 -1 ports/net/GeoIP/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 15:00:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0500716A475; Sun, 14 May 2006 15:00:45 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46A9843D60; Sun, 14 May 2006 15:00:12 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EF04lg059422; Sun, 14 May 2006 15:00:04 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EF04aW059421; Sun, 14 May 2006 15:00:04 GMT (envelope-from lawrance) Message-Id: <200605141500.k4EF04aW059421@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 15:00:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/bpm Makefile ports/sysutils/bpm/files patch-src_install.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 15:00:46 -0000 lawrance 2006-05-14 15:00:04 UTC FreeBSD ports repository Modified files: sysutils/bpm Makefile Added files: sysutils/bpm/files patch-src_install.c Log: Make bpm capable of handling ports with OPTIONS by using zenity to display them. PR: ports/96149 Submitted by: Panagiotis Astithas Approved by: Seth Kingsley (maintainer) Revision Changes Path 1.14 +3 -2 ports/sysutils/bpm/Makefile 1.1 +19 -0 ports/sysutils/bpm/files/patch-src_install.c (new) From owner-cvs-all@FreeBSD.ORG Sun May 14 15:00:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3670D16A481; Sun, 14 May 2006 15:00:46 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBA9C43D66; Sun, 14 May 2006 15:00:21 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EF0E48059449; Sun, 14 May 2006 15:00:14 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EF0Epk059448; Sun, 14 May 2006 15:00:14 GMT (envelope-from blackend) Message-Id: <200605141500.k4EF0Epk059448@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 14 May 2006 15:00:13 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/flyer flyer.tex X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 15:00:47 -0000 blackend 2006-05-14 15:00:13 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/flyer flyer.tex Log: Update the number of ports. Revision Changes Path 1.13 +1 -1 doc/en_US.ISO8859-1/flyer/flyer.tex From owner-cvs-all@FreeBSD.ORG Sun May 14 15:14:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3185B16A401; Sun, 14 May 2006 15:14:22 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E03E943D48; Sun, 14 May 2006 15:14:21 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EFEE6o061263; Sun, 14 May 2006 15:14:14 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EFEERg061261; Sun, 14 May 2006 15:14:14 GMT (envelope-from itetcu) Message-Id: <200605141514.k4EFEERg061261@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 14 May 2006 15:14:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/miau Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 15:14:22 -0000 itetcu 2006-05-14 15:14:14 UTC FreeBSD ports repository Modified files: irc/miau Makefile distinfo Log: Update to 0.6.1 PR: ports/97246 Submitted by: Martin Wilke Approved by: Frank Laszlo (maintainer), lawrance (mentor) Revision Changes Path 1.10 +1 -1 ports/irc/miau/Makefile 1.6 +3 -3 ports/irc/miau/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 15:17:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAB7516A400; Sun, 14 May 2006 15:17:07 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79DBE43D45; Sun, 14 May 2006 15:17:07 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EFGxJo061420; Sun, 14 May 2006 15:16:59 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EFGxco061419; Sun, 14 May 2006 15:16:59 GMT (envelope-from stefan) Message-Id: <200605141516.k4EFGxco061419@repoman.freebsd.org> From: Stefan Walter Date: Sun, 14 May 2006 15:16:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/trimines Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 15:17:08 -0000 stefan 2006-05-14 15:16:59 UTC FreeBSD ports repository Modified files: games/trimines Makefile distinfo pkg-plist Log: Update to 1.3.0 PR: 97230 Submitted by: Dmitry Marakasov (maintainer) Approved by: arved (mentor) Revision Changes Path 1.3 +5 -4 ports/games/trimines/Makefile 1.2 +3 -3 ports/games/trimines/distinfo 1.2 +69 -61 ports/games/trimines/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 15:19:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3717516A411; Sun, 14 May 2006 15:19:39 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E42C143D46; Sun, 14 May 2006 15:19:38 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EFJV7o061529; Sun, 14 May 2006 15:19:31 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EFJV4E061528; Sun, 14 May 2006 15:19:31 GMT (envelope-from stefan) Message-Id: <200605141519.k4EFJV4E061528@repoman.freebsd.org> From: Stefan Walter Date: Sun, 14 May 2006 15:19:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/javacc Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 15:19:40 -0000 stefan 2006-05-14 15:19:31 UTC FreeBSD ports repository Modified files: textproc/javacc Makefile distinfo pkg-descr pkg-plist Log: - Update to 4.0. - Assign maintainership to submitter. PR: 97226 Submitted by: Rainer Alves Approved by: arved (mentor) Revision Changes Path 1.12 +21 -18 ports/textproc/javacc/Makefile 1.6 +3 -3 ports/textproc/javacc/distinfo 1.3 +8 -11 ports/textproc/javacc/pkg-descr 1.6 +10 -2 ports/textproc/javacc/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 15:24:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F7FC16A406; Sun, 14 May 2006 15:24:31 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD36543D45; Sun, 14 May 2006 15:24:30 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EFONxm061761; Sun, 14 May 2006 15:24:23 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EFON2e061760; Sun, 14 May 2006 15:24:23 GMT (envelope-from vs) Message-Id: <200605141524.k4EFON2e061760@repoman.freebsd.org> From: Volker Stolz Date: Sun, 14 May 2006 15:24:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/visionegg Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 15:24:36 -0000 vs 2006-05-14 15:24:23 UTC FreeBSD ports repository Modified files: graphics/visionegg Makefile distinfo pkg-plist Log: Update to 0.9.9. Pass maintainership to submitter PR: ports/95927 Submitted by: Martin Wilke Revision Changes Path 1.7 +2 -3 ports/graphics/visionegg/Makefile 1.5 +3 -3 ports/graphics/visionegg/distinfo 1.3 +38 -45 ports/graphics/visionegg/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 15:44:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0699216A40F; Sun, 14 May 2006 15:44:21 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B67D043D45; Sun, 14 May 2006 15:44:20 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EFiDpR062586; Sun, 14 May 2006 15:44:13 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EFiD2p062585; Sun, 14 May 2006 15:44:13 GMT (envelope-from netchild) Message-Id: <200605141544.k4EFiD2p062585@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 14 May 2006 15:44:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/linux_base-fc3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 15:44:21 -0000 netchild 2006-05-14 15:44:11 UTC FreeBSD ports repository Modified files: emulators/linux_base-fc3 Makefile Log: Only extract the binary RPM's, not the source ones. Submitted by: Boris Samorodov Revision Changes Path 1.5 +2 -1 ports/emulators/linux_base-fc3/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 15:45:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D0F716A456; Sun, 14 May 2006 15:45:52 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 196B643D45; Sun, 14 May 2006 15:45:52 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EFjisV062695; Sun, 14 May 2006 15:45:44 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EFji62062694; Sun, 14 May 2006 15:45:44 GMT (envelope-from brueffer) Message-Id: <200605141545.k4EFji62062694@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 14 May 2006 15:45:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 15:45:52 -0000 brueffer 2006-05-14 15:45:44 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Log: Add if_* MLINKS for bce(4) and le(4). MFC after: 3 days Revision Changes Path 1.349 +2 -0 src/share/man/man4/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 15:53:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C969616A400; Sun, 14 May 2006 15:53:56 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81A0643D45; Sun, 14 May 2006 15:53:56 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EFrmu7062996; Sun, 14 May 2006 15:53:48 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EFrmIN062995; Sun, 14 May 2006 15:53:48 GMT (envelope-from itetcu) Message-Id: <200605141553.k4EFrmIN062995@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 14 May 2006 15:53:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/wzip Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 15:53:56 -0000 itetcu 2006-05-14 15:53:43 UTC FreeBSD ports repository Modified files: archivers/wzip Makefile distinfo Removed files: archivers/wzip pkg-plist Log: - update to 1.1.1 - remove pkg-plist and add PLIST_FILES in the Makefile PR: ports/97245 Submitted by: Martin Wilke Approved by: "Jonatan B" (maintainer), lawrance (mentor) Revision Changes Path 1.6 +3 -2 ports/archivers/wzip/Makefile 1.5 +3 -3 ports/archivers/wzip/distinfo 1.2 +0 -2 ports/archivers/wzip/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun May 14 15:54:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2C3E16A401; Sun, 14 May 2006 15:54:05 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DAF143D46; Sun, 14 May 2006 15:54:05 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EFrvA4063023; Sun, 14 May 2006 15:53:57 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EFrvfT063022; Sun, 14 May 2006 15:53:57 GMT (envelope-from brueffer) Message-Id: <200605141553.k4EFrvfT063022@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 14 May 2006 15:53:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 15:54:06 -0000 brueffer 2006-05-14 15:53:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 acpi.4 Log: MFC: rev. 1.55 Correct the interrupt override information. Revision Changes Path 1.52.2.2 +5 -3 src/share/man/man4/acpi.4 From owner-cvs-all@FreeBSD.ORG Sun May 14 16:21:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 541E216A416; Sun, 14 May 2006 16:21:08 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC95143D5D; Sun, 14 May 2006 16:21:01 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EGKrlR065536; Sun, 14 May 2006 16:20:53 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EGKrHr065535; Sun, 14 May 2006 16:20:53 GMT (envelope-from lawrance) Message-Id: <200605141620.k4EGKrHr065535@repoman.freebsd.org> From: Sam Lawrance Date: Sun, 14 May 2006 16:20:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/gq Makefile distinfo pkg-plist ports/net/gq/files patch-configure patch-icons-Makefile.in patch-icons::Makefile.in patch-src-xmlparse.c patch-src::util.c patch-src::xmlparse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 16:21:08 -0000 lawrance 2006-05-14 16:20:53 UTC FreeBSD ports repository Modified files: net/gq Makefile distinfo pkg-plist Added files: net/gq/files patch-icons-Makefile.in patch-src-xmlparse.c Removed files: net/gq/files patch-configure patch-icons::Makefile.in patch-src::util.c patch-src::xmlparse.c Log: Update to 1.0rc1. Submitter takes maintainership. PR: ports/96035 Submitted by: Dryice Liu Revision Changes Path 1.32 +8 -7 ports/net/gq/Makefile 1.8 +3 -3 ports/net/gq/distinfo 1.2 +0 -11 ports/net/gq/files/patch-configure (dead) 1.1 +11 -0 ports/net/gq/files/patch-icons-Makefile.in (new) 1.2 +0 -11 ports/net/gq/files/patch-icons::Makefile.in (dead) 1.1 +24 -0 ports/net/gq/files/patch-src-xmlparse.c (new) 1.2 +0 -20 ports/net/gq/files/patch-src::util.c (dead) 1.2 +0 -24 ports/net/gq/files/patch-src::xmlparse.c (dead) 1.4 +10 -9 ports/net/gq/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 16:43:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0449A16A400; Sun, 14 May 2006 16:43:51 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5A6543D46; Sun, 14 May 2006 16:43:50 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EGhghK066399; Sun, 14 May 2006 16:43:42 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EGhglb066398; Sun, 14 May 2006 16:43:42 GMT (envelope-from itetcu) Message-Id: <200605141643.k4EGhglb066398@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 14 May 2006 16:43:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/dovecot Makefile distinfo pkg-message pkg-plist ports/mail/dovecot/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 16:43:51 -0000 itetcu 2006-05-14 16:43:42 UTC FreeBSD ports repository Modified files: mail/dovecot Makefile distinfo pkg-plist Added files: mail/dovecot/files pkg-message.in Removed files: mail/dovecot pkg-message Log: Update the mail/dovecot to 1.0.b8, which addresses numerous problems (including proper kqueue support -- that means us, BSD folks! ;) ), the most important of which is a security hole (individuals are allowed to list other users' mailboxes). [1] Also move pkg-message --> files/pkg-message.in, list it in SUB_FILES and get rid of custom hack in Makefile [2] PR: ports/97193 [1] Submitted by: Jeremy Chadwick [1] itetcu (me) [2] Approved by: Robin Breathe (maintainer), lawrance (mentor) Security: http://www.securityfocus.com/archive/1/433878 [1] Security: http://www.dovecot.org/list/dovecot-news/2006-May/000006.html [1] Revision Changes Path 1.46 +3 -7 ports/mail/dovecot/Makefile 1.25 +3 -3 ports/mail/dovecot/distinfo 1.1 +18 -0 ports/mail/dovecot/files/pkg-message.in (new) 1.7 +0 -18 ports/mail/dovecot/pkg-message (dead) 1.18 +2 -1 ports/mail/dovecot/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 16:48:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7E9016A401; Sun, 14 May 2006 16:48:21 +0000 (UTC) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 490BB43D62; Sun, 14 May 2006 16:48:15 +0000 (GMT) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EGm7eH074230; Sun, 14 May 2006 16:48:07 GMT (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EGm7EX074229; Sun, 14 May 2006 16:48:07 GMT (envelope-from jdp) Message-Id: <200605141648.k4EGm7EX074229@repoman.freebsd.org> From: John Polstra Date: Sun, 14 May 2006 16:48:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/spice/files patch-src_lib_inp_inpptree_c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 16:48:22 -0000 jdp 2006-05-14 16:48:07 UTC FreeBSD ports repository Added files: cad/spice/files patch-src_lib_inp_inpptree_c Log: The spice3 "^" operator (power) did not work properly unless its right-hand operand was a constant, because of a bug in the code to take the derivative of an expression. Add a patch to fix that. Revision Changes Path 1.1 +34 -0 ports/cad/spice/files/patch-src_lib_inp_inpptree_c (new) From owner-cvs-all@FreeBSD.ORG Sun May 14 16:49:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC0F916A42C; Sun, 14 May 2006 16:49:31 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D284043D5C; Sun, 14 May 2006 16:49:25 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EGn79t074280; Sun, 14 May 2006 16:49:07 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EGn7Li074279; Sun, 14 May 2006 16:49:07 GMT (envelope-from arved) Message-Id: <200605141649.k4EGn7Li074279@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 14 May 2006 16:49:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/springgraph Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 16:49:31 -0000 arved 2006-05-14 16:49:07 UTC FreeBSD ports repository Modified files: graphics/springgraph Makefile distinfo Log: Update to 0.88 Pass Maintainership to submitter PR: 95928 Submitted by: Martin Wilke Revision Changes Path 1.9 +2 -2 ports/graphics/springgraph/Makefile 1.5 +3 -3 ports/graphics/springgraph/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 16:59:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CBD416A42C; Sun, 14 May 2006 16:59:37 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE8DD43D45; Sun, 14 May 2006 16:59:36 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EGxTmB075831; Sun, 14 May 2006 16:59:29 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EGxTaC075830; Sun, 14 May 2006 16:59:29 GMT (envelope-from arved) Message-Id: <200605141659.k4EGxTaC075830@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 14 May 2006 16:59:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-Oryx Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 16:59:37 -0000 arved 2006-05-14 16:59:28 UTC FreeBSD ports repository Modified files: databases/p5-Oryx Makefile distinfo Log: Update to 0.23 PR: 97204 Submitted by: hideo Revision Changes Path 1.3 +1 -1 ports/databases/p5-Oryx/Makefile 1.3 +3 -3 ports/databases/p5-Oryx/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 17:19:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D51516A408; Sun, 14 May 2006 17:19:24 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4802043D45; Sun, 14 May 2006 17:19:24 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EHJGIL077720; Sun, 14 May 2006 17:19:16 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EHJG3m077719; Sun, 14 May 2006 17:19:16 GMT (envelope-from leeym) Message-Id: <200605141719.k4EHJG3m077719@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 14 May 2006 17:19:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBD-Pg Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 17:19:24 -0000 leeym 2006-05-14 17:19:16 UTC FreeBSD ports repository Modified files: databases/p5-DBD-Pg Makefile distinfo Log: - update to 1.49 Revision Changes Path 1.69 +1 -1 ports/databases/p5-DBD-Pg/Makefile 1.26 +3 -3 ports/databases/p5-DBD-Pg/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 17:24:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 627F216A447; Sun, 14 May 2006 17:24:34 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5234243D6B; Sun, 14 May 2006 17:24:30 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EHOMi5078010; Sun, 14 May 2006 17:24:22 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EHOMXl078009; Sun, 14 May 2006 17:24:22 GMT (envelope-from leeym) Message-Id: <200605141724.k4EHOMXl078009@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 14 May 2006 17:24:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-HTML-EscapeEvil Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 17:24:36 -0000 leeym 2006-05-14 17:24:22 UTC FreeBSD ports repository Modified files: textproc/p5-HTML-EscapeEvil Makefile distinfo Log: - update to 0.05 - refine COMMENT Revision Changes Path 1.3 +2 -2 ports/textproc/p5-HTML-EscapeEvil/Makefile 1.3 +3 -3 ports/textproc/p5-HTML-EscapeEvil/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 17:39:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA7016A404; Sun, 14 May 2006 17:39:38 +0000 (UTC) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D04B443D45; Sun, 14 May 2006 17:39:37 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EHdTsT078692; Sun, 14 May 2006 17:39:29 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EHdTJU078691; Sun, 14 May 2006 17:39:29 GMT (envelope-from jeh) Message-Id: <200605141739.k4EHdTJU078691@repoman.freebsd.org> From: "James E. Housley" Date: Sun, 14 May 2006 17:39:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports LEGAL MOVED ports/security/uvscan-dat Makefile distinfo pkg-descr pkg-message pkg-plist ports/security/uvscan-dat/files update_dat X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 17:39:38 -0000 jeh 2006-05-14 17:39:29 UTC FreeBSD ports repository Modified files: . modules . LEGAL MOVED Removed files: security/uvscan-dat Makefile distinfo pkg-descr pkg-message pkg-plist security/uvscan-dat/files update_dat Log: Remove the DAT only port since it is now brough in live in the scanner port Revision Changes Path 1.14941 +0 -1 CVSROOT/modules 1.475 +3 -3 ports/LEGAL 1.987 +2 -1 ports/MOVED 1.542 +0 -40 ports/security/uvscan-dat/Makefile (dead) 1.537 +0 -3 ports/security/uvscan-dat/distinfo (dead) 1.12 +0 -31 ports/security/uvscan-dat/files/update_dat (dead) 1.5 +0 -4 ports/security/uvscan-dat/pkg-descr (dead) 1.2 +0 -3 ports/security/uvscan-dat/pkg-message (dead) 1.3 +0 -10 ports/security/uvscan-dat/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun May 14 17:42:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB3B116A401; Sun, 14 May 2006 17:42:41 +0000 (UTC) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55AC143D5C; Sun, 14 May 2006 17:42:41 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EHgXbw078874; Sun, 14 May 2006 17:42:33 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EHgXGW078873; Sun, 14 May 2006 17:42:33 GMT (envelope-from jeh) Message-Id: <200605141742.k4EHgXGW078873@repoman.freebsd.org> From: "James E. Housley" Date: Sun, 14 May 2006 17:42:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports LEGAL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 17:42:41 -0000 jeh 2006-05-14 17:42:33 UTC FreeBSD ports repository Modified files: . LEGAL Log: Fix file order that I messed up with the last commit Revision Changes Path 1.476 +3 -3 ports/LEGAL From owner-cvs-all@FreeBSD.ORG Sun May 14 17:47:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99B3316A401; Sun, 14 May 2006 17:47:20 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id E78A243D49; Sun, 14 May 2006 17:47:19 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip70-177-190-239.dc.dc.cox.net [70.177.190.239]) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id k4EIpLHr003129 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 14 May 2006 14:51:22 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Sun, 14 May 2006 13:47:17 -0400 From: Tom Rhodes To: "Greg 'groggy' Lehey" Message-Id: <20060514134717.5a956c38.trhodes@FreeBSD.org> In-Reply-To: <20060512161321.GA1396@eucla.lemis.com> References: <200605110630.k4B6UJso049475@repoman.freebsd.org> <20060511160759.2bdb8063.trhodes@FreeBSD.org> <20060512120809.GB1683@eucla.lemis.com> <20060512161321.GA1396@eucla.lemis.com> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cjc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/traceroute traceroute.8 traceroute.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 17:47:20 -0000 On Fri, 12 May 2006 12:13:21 -0400 "Greg 'groggy' Lehey" wrote: > On Friday, 12 May 2006 at 8:08:09 -0400, Greg 'groggy' Lehey wrote: > > On Thursday, 11 May 2006 at 16:07:59 -0400, Tom Rhodes wrote: > >> On Thu, 11 May 2006 06:30:19 +0000 (UTC) > >> "Crist J. Clark" wrote: > >> > >>> cjc 2006-05-11 06:30:19 UTC > >>> > >>> FreeBSD src repository > >>> > >>> Modified files: > >>> contrib/traceroute traceroute.8 traceroute.c > >>> Log: > >>> Option for setting a fixed destination port. This is useful for tracing > >>> to a host behind a firewall where only specific services are allowed. > >>> For example, to trace the hops to an HTTP server behind a firewall, > >>> > >>> $ traceroute -e -P tcp -p 80 www-firewalled.example.com > >> > >> Wow, you're still alive! I was wondering what happened to you. :) > > > > He's just trying to avoid losing his commit bit :-) > > In case anybody gets the wrong impression, I think this was an > appropriate response (not to mention a neat addition to traceroute). > I was just drawing attention to the difference from a recent response > to a commit from a committer we haven't seen for a while. No "wrong impression" here man. Actually, I've spoken to Crist a number of times before and never meant this as a "you don't commit enough" blast. And I know Crist knows better. ;) -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Sun May 14 18:14:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD27416A42C; Sun, 14 May 2006 18:14:59 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1948643D6A; Sun, 14 May 2006 18:14:56 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EIElPe081225; Sun, 14 May 2006 18:14:47 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EIElhW081224; Sun, 14 May 2006 18:14:47 GMT (envelope-from leeym) Message-Id: <200605141814.k4EIElhW081224@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 14 May 2006 18:14:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Test-Harness Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 18:15:00 -0000 leeym 2006-05-14 18:14:47 UTC FreeBSD ports repository Modified files: devel/p5-Test-Harness Makefile distinfo pkg-plist Log: - update to 2.58 Revision Changes Path 1.23 +3 -2 ports/devel/p5-Test-Harness/Makefile 1.16 +3 -3 ports/devel/p5-Test-Harness/distinfo 1.9 +1 -0 ports/devel/p5-Test-Harness/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 18:31:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52B0216A41A; Sun, 14 May 2006 18:31:51 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71CB043D66; Sun, 14 May 2006 18:31:42 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EIVYTM081891; Sun, 14 May 2006 18:31:34 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EIVYaT081890; Sun, 14 May 2006 18:31:34 GMT (envelope-from delphij) Message-Id: <200605141831.k4EIVYaT081890@repoman.freebsd.org> From: Xin LI Date: Sun, 14 May 2006 18:31:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 18:31:51 -0000 delphij 2006-05-14 18:31:34 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Fix build (unhook lnc). Submitted by: David H. Wolfskill Revision Changes Path 1.494 +0 -3 src/sys/modules/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 18:35:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F6B916A40E; Sun, 14 May 2006 18:35:06 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E319043D48; Sun, 14 May 2006 18:35:05 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EIYvkr082027; Sun, 14 May 2006 18:34:57 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EIYvFb082026; Sun, 14 May 2006 18:34:57 GMT (envelope-from aaron) Message-Id: <200605141834.k4EIYvFb082026@repoman.freebsd.org> From: Aaron Dalton Date: Sun, 14 May 2006 18:34:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils Makefile ports/deskutils/p5-Goo Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 18:35:06 -0000 aaron 2006-05-14 18:34:57 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/p5-Goo Makefile distinfo pkg-descr pkg-plist Log: Adding port p5-Goo, an interactive shell designed to help you more efficiently work with different, but related files. Approved by: tobez (implicit) Revision Changes Path 1.225 +1 -0 ports/deskutils/Makefile 1.1 +176 -0 ports/deskutils/p5-Goo/Makefile (new) 1.1 +3 -0 ports/deskutils/p5-Goo/distinfo (new) 1.1 +15 -0 ports/deskutils/p5-Goo/pkg-descr (new) 1.1 +177 -0 ports/deskutils/p5-Goo/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun May 14 18:35:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC9DA16A407; Sun, 14 May 2006 18:35:15 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AF3643D45; Sun, 14 May 2006 18:35:15 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EIZ7Um082118; Sun, 14 May 2006 18:35:07 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EIZ7j5082117; Sun, 14 May 2006 18:35:07 GMT (envelope-from aaron) Message-Id: <200605141835.k4EIZ7j5082117@repoman.freebsd.org> From: Aaron Dalton Date: Sun, 14 May 2006 18:35:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 18:35:16 -0000 aaron 2006-05-14 18:35:07 UTC FreeBSD ports repository Modified files: . modules Log: p5-Goo --> ports/deskutils/p5-Goo Revision Changes Path 1.14942 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun May 14 18:37:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCA5816A402; Sun, 14 May 2006 18:37:11 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A09A43D45; Sun, 14 May 2006 18:37:11 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EIb3qa082253; Sun, 14 May 2006 18:37:03 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EIb37j082252; Sun, 14 May 2006 18:37:03 GMT (envelope-from scottl) Message-Id: <200605141837.k4EIb37j082252@repoman.freebsd.org> From: Scott Long Date: Sun, 14 May 2006 18:37:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/lnc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 18:37:11 -0000 scottl 2006-05-14 18:37:03 UTC FreeBSD src repository Removed files: sys/modules/lnc Makefile Log: Remove the lnc module Makefile. Revision Changes Path 1.8 +0 -17 src/sys/modules/lnc/Makefile (dead) From owner-cvs-all@FreeBSD.ORG Sun May 14 18:49:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24ECF16A400; Sun, 14 May 2006 18:49:34 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7909D43D4C; Sun, 14 May 2006 18:49:33 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EInPTt082828; Sun, 14 May 2006 18:49:25 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EInPdu082827; Sun, 14 May 2006 18:49:25 GMT (envelope-from marius) Message-Id: <200605141849.k4EInPdu082827@repoman.freebsd.org> From: Marius Strobl Date: Sun, 14 May 2006 18:49:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/conf NOTES src/sys/i386/conf PAE X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 18:49:34 -0000 marius 2006-05-14 18:49:25 UTC FreeBSD src repository Modified files: sys/amd64/conf NOTES sys/i386/conf PAE Log: Remove some remnants of lnc(4). Revision Changes Path 1.55 +0 -4 src/sys/amd64/conf/NOTES 1.22 +0 -1 src/sys/i386/conf/PAE From owner-cvs-all@FreeBSD.ORG Sun May 14 18:56:49 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7747D16A403 for ; Sun, 14 May 2006 18:56:49 +0000 (UTC) (envelope-from cokane@ramen.cokane.org) Received: from smtp1.fuse.net (mail-out1.fuse.net [216.68.8.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 169C843D55 for ; Sun, 14 May 2006 18:56:47 +0000 (GMT) (envelope-from cokane@ramen.cokane.org) Received: from gx4.fuse.net ([66.117.224.249]) by smtp1.fuse.net (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20060514185646.IYTE3018.smtp1.fuse.net@gx4.fuse.net> for ; Sun, 14 May 2006 14:56:46 -0400 Received: from ramen.cokane.org ([66.117.224.249]) by gx4.fuse.net (InterMail vG.1.02.00.02 201-2136-104-102-20041210) with SMTP id <20060514185646.DJBL14894.gx4.fuse.net@ramen.cokane.org> for ; Sun, 14 May 2006 14:56:46 -0400 Received: (qmail 17217 invoked by uid 1001); 14 May 2006 18:56:52 -0000 Date: Sun, 14 May 2006 18:56:52 +0000 From: Coleman Kane To: Doug Rabson Message-ID: <20060514185652.GA17166@ramen.coleyandcheryl> References: <200605112225.k4BMPSEn082214@repoman.freebsd.org> <20060512141627.A25397@grasshopper.cs.duke.edu> <200605141555.17996.dfr@rabson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605141555.17996.dfr@rabson.org> User-Agent: Mutt/1.4.1i Cc: cvs-src@freebsd.org, cvs-all@freebsd.org, src-committers@freebsd.org, Andrew Gallatin , John Baldwin Subject: Re: cvs commit: src/sys/alpha Makefile src/sys/alpha/alpha api_up1000.c atomic.s autoconf.c busdma_machdep.c busspace.c clock.c clock_if.m cpuconf.c db_disasm.c db_instruction.h db_interface.c db_trace.c dec_1000a.c dec_2100_a50.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 18:56:49 -0000 On Sun, May 14, 2006 at 03:55:16PM +0100, Doug Rabson wrote, and it was proclaimed: > On Friday 12 May 2006 19:16, Andrew Gallatin wrote: > > John Baldwin [jhb@FreeBSD.org] wrote: > > > First pass at removing Alpha kernel support. > > > > Thanks for giving it a clean death, and not letting it linger any > > longer.. > > Its still sad to see it go though :-(. Too bad. I still have an AS500/333 running 5.2.1 at the University. It's been with us for almost 4 years now. -- Coleman From owner-cvs-all@FreeBSD.ORG Sun May 14 19:04:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BABF16A40D; Sun, 14 May 2006 19:04:21 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC96F43D48; Sun, 14 May 2006 19:04:20 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EJ4Cdx084578; Sun, 14 May 2006 19:04:12 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EJ4Ca6084577; Sun, 14 May 2006 19:04:12 GMT (envelope-from marius) Message-Id: <200605141904.k4EJ4Ca6084577@repoman.freebsd.org> From: Marius Strobl Date: Sun, 14 May 2006 19:04:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/forth loader.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 19:04:21 -0000 marius 2006-05-14 19:04:12 UTC FreeBSD src repository Modified files: sys/boot/forth loader.conf Log: - Replace the entry for the no longer existing lnc(4) module with an entry for the replacement le(4) module. - Add an entry for the gem(4) module. - Remove gratuitous whitespace in the description of the hme(4) entry. Revision Changes Path 1.106 +3 -2 src/sys/boot/forth/loader.conf From owner-cvs-all@FreeBSD.ORG Sun May 14 19:14:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E736F16A404; Sun, 14 May 2006 19:14:48 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2626843D69; Sun, 14 May 2006 19:14:43 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EJEZZC085060; Sun, 14 May 2006 19:14:35 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EJEZa7085059; Sun, 14 May 2006 19:14:35 GMT (envelope-from naddy) Message-Id: <200605141914.k4EJEZa7085059@repoman.freebsd.org> From: Christian Weisgerber Date: Sun, 14 May 2006 19:14:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/openntpd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 19:14:49 -0000 naddy 2006-05-14 19:14:35 UTC FreeBSD ports repository Modified files: net/openntpd Makefile distinfo Log: Update to OpenNTPD 3.9p1 (as of OpenBSD 3.9). Revision Changes Path 1.14 +1 -1 ports/net/openntpd/Makefile 1.11 +3 -3 ports/net/openntpd/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 19:16:36 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E595F16A40E; Sun, 14 May 2006 19:16:36 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82EAC43D55; Sun, 14 May 2006 19:16:36 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id EE7DA48A; Sun, 14 May 2006 14:16:35 -0500 (CDT) Date: Sun, 14 May 2006 14:16:35 -0500 To: Doug Rabson Message-ID: <20060514191635.GB15257@soaustin.net> References: <200605112225.k4BMPSEn082214@repoman.freebsd.org> <20060512141627.A25397@grasshopper.cs.duke.edu> <200605141555.17996.dfr@rabson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605141555.17996.dfr@rabson.org> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Andrew Gallatin , cvs-all@freebsd.org, John Baldwin Subject: Re: cvs commit: src/sys/alpha Makefile src/sys/alpha/alpha api_up1000.c atomic.s autoconf.c busdma_machdep.c busspace.c clock.c clock_if.m cpuconf.c db_disasm.c db_instruction.h db_interface.c db_trace.c dec_1000a.c dec_2100_a50.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 19:16:41 -0000 On Sun, May 14, 2006 at 03:55:16PM +0100, Doug Rabson wrote: > Its still sad to see it go though :-(. Indeed. It simply fell below critical mass. I've always been a fan of the architecture. I don't think anyone is really "happy" about this, btw. mcl From owner-cvs-all@FreeBSD.ORG Sun May 14 19:23:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B05DC16A424; Sun, 14 May 2006 19:23:16 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CBA743D49; Sun, 14 May 2006 19:23:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EJN3DI085463; Sun, 14 May 2006 19:23:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EJN3BM085462; Sun, 14 May 2006 19:23:03 GMT (envelope-from pav) Message-Id: <200605141923.k4EJN3BM085462@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 14 May 2006 19:23:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man5 libmap.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 19:23:21 -0000 pav 2006-05-14 19:23:03 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man5 libmap.conf.5 Log: MFC 1.13, 1.14: - Document libmap32.conf Revision Changes Path 1.9.2.2 +9 -1 src/share/man/man5/libmap.conf.5 From owner-cvs-all@FreeBSD.ORG Sun May 14 19:25:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAC5816A402; Sun, 14 May 2006 19:25:45 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7640E43D53; Sun, 14 May 2006 19:25:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EJPb5C085611; Sun, 14 May 2006 19:25:37 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EJPbSE085610; Sun, 14 May 2006 19:25:37 GMT (envelope-from pav) Message-Id: <200605141925.k4EJPbSE085610@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 14 May 2006 19:25:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/libexec/rtld-elf rtld.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 19:25:46 -0000 pav 2006-05-14 19:25:37 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) libexec/rtld-elf rtld.1 Log: MFC 1.41: - Document LD_32_* environment variables - Mention 32-bit files in FILES section Revision Changes Path 1.40.2.1 +9 -2 src/libexec/rtld-elf/rtld.1 From owner-cvs-all@FreeBSD.ORG Sun May 14 20:03:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D670C16A406; Sun, 14 May 2006 20:03:11 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9521A43D48; Sun, 14 May 2006 20:03:11 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EK33EJ088273; Sun, 14 May 2006 20:03:03 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EK33kK088272; Sun, 14 May 2006 20:03:03 GMT (envelope-from sat) Message-Id: <200605142003.k4EK33kK088272@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 20:03:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:03:12 -0000 sat 2006-05-14 20:03:03 UTC FreeBSD ports repository Modified files: . modules Log: p5-Template-Provider-Encoding --> ports/www/p5-Template-Provider-Encoding Revision Changes Path 1.14943 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun May 14 20:11:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABF2F16A409; Sun, 14 May 2006 20:11:59 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 674F443D46; Sun, 14 May 2006 20:11:59 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKBoLG088739; Sun, 14 May 2006 20:11:50 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKBoax088738; Sun, 14 May 2006 20:11:50 GMT (envelope-from thierry) Message-Id: <200605142011.k4EKBoax088738@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 14 May 2006 20:11:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/gmsh Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:11:59 -0000 thierry 2006-05-14 20:11:50 UTC FreeBSD ports repository Modified files: cad/gmsh Makefile distinfo Log: Upgrade to 1.65.0. Changelog at . Revision Changes Path 1.42 +1 -2 ports/cad/gmsh/Makefile 1.29 +3 -3 ports/cad/gmsh/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 14 20:15:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A7B716A400; Sun, 14 May 2006 20:15:01 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C76143D46; Sun, 14 May 2006 20:15:01 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKEqnV088879; Sun, 14 May 2006 20:14:52 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKEqmi088878; Sun, 14 May 2006 20:14:52 GMT (envelope-from sat) Message-Id: <200605142014.k4EKEqmi088878@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 20:14:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/p5-Template-Provider-Encoding Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:15:01 -0000 sat 2006-05-14 20:14:52 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Template-Provider-Encoding Makefile distinfo pkg-descr pkg-plist Log: Add p5-Template-Provider-Encoding: Template plugin to specify encoding PR: ports/94066 Submitted by: TAKAHASHI Kaoru Approved by: krion (mentor) Revision Changes Path 1.1401 +1 -0 ports/www/Makefile 1.1 +26 -0 ports/www/p5-Template-Provider-Encoding/Makefile (new) 1.1 +3 -0 ports/www/p5-Template-Provider-Encoding/distinfo (new) 1.1 +8 -0 ports/www/p5-Template-Provider-Encoding/pkg-descr (new) 1.1 +13 -0 ports/www/p5-Template-Provider-Encoding/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun May 14 20:19:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC4C416A402; Sun, 14 May 2006 20:19:48 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E98243D45; Sun, 14 May 2006 20:19:48 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKJewS089125; Sun, 14 May 2006 20:19:40 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKJds8089124; Sun, 14 May 2006 20:19:39 GMT (envelope-from sat) Message-Id: <200605142019.k4EKJds8089124@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 20:19:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/p5-HTML-Template-Pluggable Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:19:48 -0000 sat 2006-05-14 20:19:39 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-HTML-Template-Pluggable Makefile distinfo pkg-descr pkg-plist Log: Add p5-HTML-Template-Pluggable: Extends HTML::Template with plugin support PR: ports/94444 (based on) Submitted by: Espen Tagestad Approved by: krion (mentor) Revision Changes Path 1.1402 +1 -0 ports/www/Makefile 1.1 +35 -0 ports/www/p5-HTML-Template-Pluggable/Makefile (new) 1.1 +3 -0 ports/www/p5-HTML-Template-Pluggable/distinfo (new) 1.1 +12 -0 ports/www/p5-HTML-Template-Pluggable/pkg-descr (new) 1.1 +5 -0 ports/www/p5-HTML-Template-Pluggable/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun May 14 20:20:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BAE116A401; Sun, 14 May 2006 20:20:52 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D007743D46; Sun, 14 May 2006 20:20:51 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKKhMR089248; Sun, 14 May 2006 20:20:43 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKKhom089247; Sun, 14 May 2006 20:20:43 GMT (envelope-from sat) Message-Id: <200605142020.k4EKKhom089247@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 20:20:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:20:52 -0000 sat 2006-05-14 20:20:43 UTC FreeBSD ports repository Modified files: . modules Log: p5-HTML-Template-Pluggable --> ports/www/p5-HTML-Template-Pluggable Revision Changes Path 1.14944 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun May 14 20:22:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40EEB16A40F; Sun, 14 May 2006 20:22:31 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4150543D76; Sun, 14 May 2006 20:22:30 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKMLDL089381; Sun, 14 May 2006 20:22:21 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKMLtN089380; Sun, 14 May 2006 20:22:21 GMT (envelope-from stefan) Message-Id: <200605142022.k4EKMLtN089380@repoman.freebsd.org> From: Stefan Walter Date: Sun, 14 May 2006 20:22:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/btqueue Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:22:32 -0000 stefan 2006-05-14 20:22:21 UTC FreeBSD ports repository Modified files: net-p2p/btqueue Makefile distinfo pkg-plist Log: Update to 0.1.2 Approved by: arved (mentor) Revision Changes Path 1.13 +1 -1 ports/net-p2p/btqueue/Makefile 1.10 +3 -3 ports/net-p2p/btqueue/distinfo 1.8 +0 -9 ports/net-p2p/btqueue/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 20:23:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2465116A42D; Sun, 14 May 2006 20:23:13 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBC8943D45; Sun, 14 May 2006 20:23:09 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKN1Ng089428; Sun, 14 May 2006 20:23:01 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKN1Lb089427; Sun, 14 May 2006 20:23:01 GMT (envelope-from krion) Message-Id: <200605142023.k4EKN1Lb089427@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 14 May 2006 20:23:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/find extern.h find.c find.h function.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:23:14 -0000 krion 2006-05-14 20:23:01 UTC FreeBSD src repository Modified files: usr.bin/find extern.h find.c find.h function.c Log: The last execution of -exec {} + is not done if the -exec primary is not on the top-level -and sequence, e.g. inside of ! or -or. Create a separate linked list of all active -exec {} + primaries and do the last execution for all at termination. PR: bin/79263 Submitted by: Jilles Tjoelker MFC after: 7 days Revision Changes Path 1.23 +1 -0 src/usr.bin/find/extern.h 1.18 +1 -4 src/usr.bin/find/find.c 1.19 +2 -0 src/usr.bin/find/find.h 1.56 +17 -0 src/usr.bin/find/function.c From owner-cvs-all@FreeBSD.ORG Sun May 14 20:23:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20CAC16A440; Sun, 14 May 2006 20:23:39 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 167CD43D5A; Sun, 14 May 2006 20:23:33 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKNPlZ089489; Sun, 14 May 2006 20:23:25 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKNPN2089488; Sun, 14 May 2006 20:23:25 GMT (envelope-from sat) Message-Id: <200605142023.k4EKNPN2089488@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 20:23:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/p5-CGI-Application-Plugin-HTDot Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:23:44 -0000 sat 2006-05-14 20:23:25 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-CGI-Application-Plugin-HTDot Makefile distinfo pkg-descr pkg-plist Log: Add p5-CGI-Application-Plugin-HTDot: Enable "magic dot" notation in CGI::Application-derived applications PR: ports/94444 (based on) Submitted by: Espen Tagestad Approved by: krion (mentor) Revision Changes Path 1.1403 +1 -0 ports/www/Makefile 1.1 +34 -0 ports/www/p5-CGI-Application-Plugin-HTDot/Makefile (new) 1.1 +3 -0 ports/www/p5-CGI-Application-Plugin-HTDot/distinfo (new) 1.1 +8 -0 ports/www/p5-CGI-Application-Plugin-HTDot/pkg-descr (new) 1.1 +6 -0 ports/www/p5-CGI-Application-Plugin-HTDot/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun May 14 20:24:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FB5816A405; Sun, 14 May 2006 20:24:25 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EE0C43D53; Sun, 14 May 2006 20:24:25 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKOGd1089541; Sun, 14 May 2006 20:24:16 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKOGR5089540; Sun, 14 May 2006 20:24:16 GMT (envelope-from sat) Message-Id: <200605142024.k4EKOGR5089540@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 20:24:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:24:28 -0000 sat 2006-05-14 20:24:16 UTC FreeBSD ports repository Modified files: . modules Log: p5-CGI-Application-Plugin-HTDot --> ports/www/p5-CGI-Application-Plugin-HTDot Revision Changes Path 1.14945 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun May 14 20:27:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C2E316A42B; Sun, 14 May 2006 20:27:16 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D10B43D5C; Sun, 14 May 2006 20:27:16 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKR7KL089719; Sun, 14 May 2006 20:27:07 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKR7hn089718; Sun, 14 May 2006 20:27:07 GMT (envelope-from sat) Message-Id: <200605142027.k4EKR7hn089718@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 20:27:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Data-Structure-Util Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:27:16 -0000 sat 2006-05-14 20:27:07 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Data-Structure-Util Makefile distinfo pkg-descr pkg-plist Log: Add p5-Data-Structure-Util: Perl5 module to change the nature of data within a structure PR: ports/95551 Submitted by: Jon Nistor Approved by: krion (mentor) Revision Changes Path 1.2209 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-Data-Structure-Util/Makefile (new) 1.1 +3 -0 ports/devel/p5-Data-Structure-Util/distinfo (new) 1.1 +12 -0 ports/devel/p5-Data-Structure-Util/pkg-descr (new) 1.1 +8 -0 ports/devel/p5-Data-Structure-Util/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun May 14 20:28:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48D6C16A413; Sun, 14 May 2006 20:28:04 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0783143D45; Sun, 14 May 2006 20:28:04 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKRttf089783; Sun, 14 May 2006 20:27:55 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKRtJY089782; Sun, 14 May 2006 20:27:55 GMT (envelope-from sat) Message-Id: <200605142027.k4EKRtJY089782@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 20:27:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:28:06 -0000 sat 2006-05-14 20:27:55 UTC FreeBSD ports repository Modified files: . modules Log: p5-Data-Structure-Util --> ports/devel/p5-Data-Structure-Util Revision Changes Path 1.14946 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun May 14 20:30:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BAC716A427; Sun, 14 May 2006 20:30:12 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B88643D55; Sun, 14 May 2006 20:30:11 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKU2FA089917; Sun, 14 May 2006 20:30:02 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKU2R0089916; Sun, 14 May 2006 20:30:02 GMT (envelope-from sat) Message-Id: <200605142030.k4EKU2R0089916@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 20:30:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese Makefile ports/japanese/kana-no-quiz Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:30:25 -0000 sat 2006-05-14 20:30:01 UTC FreeBSD ports repository Modified files: japanese Makefile Added files: japanese/kana-no-quiz Makefile distinfo pkg-descr pkg-plist Log: Add ja-kana-no-quiz: A little tool to memorize Japanese KANA (Hiragana/Katakana) PR: ports/95583 (based on) Submitted by: Nicola Vitale Approved by: krion (mentor) Revision Changes Path 1.625 +1 -0 ports/japanese/Makefile 1.1 +28 -0 ports/japanese/kana-no-quiz/Makefile (new) 1.1 +3 -0 ports/japanese/kana-no-quiz/distinfo (new) 1.1 +8 -0 ports/japanese/kana-no-quiz/pkg-descr (new) 1.1 +295 -0 ports/japanese/kana-no-quiz/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun May 14 20:31:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A32616A44F; Sun, 14 May 2006 20:31:12 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B11443D45; Sun, 14 May 2006 20:31:12 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKV363090037; Sun, 14 May 2006 20:31:03 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKV3wG090036; Sun, 14 May 2006 20:31:03 GMT (envelope-from sat) Message-Id: <200605142031.k4EKV3wG090036@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 20:31:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:31:15 -0000 sat 2006-05-14 20:31:03 UTC FreeBSD ports repository Modified files: . modules Log: ja-kana-no-quiz --> ports/japanese/kana-no-quiz Revision Changes Path 1.14947 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun May 14 20:31:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A997D16A401; Sun, 14 May 2006 20:31:41 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F36D43D45; Sun, 14 May 2006 20:31:41 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKVWMt090144; Sun, 14 May 2006 20:31:32 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKVWKe090143; Sun, 14 May 2006 20:31:32 GMT (envelope-from brueffer) Message-Id: <200605142031.k4EKVWKe090143@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 14 May 2006 20:31:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/ja_JP.eucJP/hardware/common dev.sgml src/release/doc/ru_RU.KOI8-R/hardware/common dev.sgml src/release/doc/zh_CN.GB2312/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:31:41 -0000 brueffer 2006-05-14 20:31:32 UTC FreeBSD src repository Modified files: release/doc/ja_JP.eucJP/hardware/common dev.sgml release/doc/ru_RU.KOI8-R/hardware/common dev.sgml release/doc/zh_CN.GB2312/hardware/common dev.sgml Log: Remove autogeneration of the lnc(4) hardware list to fix the build. Revision Changes Path 1.32 +0 -2 src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml 1.17 +0 -2 src/release/doc/ru_RU.KOI8-R/hardware/common/dev.sgml 1.9 +0 -2 src/release/doc/zh_CN.GB2312/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Sun May 14 20:32:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C58716A42B; Sun, 14 May 2006 20:32:19 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DAED43D6D; Sun, 14 May 2006 20:32:16 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKW7Si090197; Sun, 14 May 2006 20:32:07 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKW7f5090196; Sun, 14 May 2006 20:32:07 GMT (envelope-from sat) Message-Id: <200605142032.k4EKW7f5090196@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 20:32:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zope-zwiki Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:32:19 -0000 sat 2006-05-14 20:32:07 UTC FreeBSD ports repository Modified files: www/zope-zwiki Makefile distinfo pkg-descr pkg-message pkg-plist Log: - Update to 0.53.0 PR: ports/96867 Submitted by: HAYASHI Yasushi Approved by: krion (mentor) Revision Changes Path 1.21 +4 -4 ports/www/zope-zwiki/Makefile 1.18 +3 -3 ports/www/zope-zwiki/distinfo 1.3 +0 -1 ports/www/zope-zwiki/pkg-descr 1.4 +3 -0 ports/www/zope-zwiki/pkg-message 1.17 +79 -77 ports/www/zope-zwiki/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 20:34:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 116A516A435; Sun, 14 May 2006 20:34:25 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5F6A43D48; Sun, 14 May 2006 20:34:24 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKYGAu090317; Sun, 14 May 2006 20:34:16 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKYGxC090316; Sun, 14 May 2006 20:34:16 GMT (envelope-from sat) Message-Id: <200605142034.k4EKYGxC090316@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 20:34:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/gekko Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:34:29 -0000 sat 2006-05-14 20:34:16 UTC FreeBSD ports repository Modified files: www/gekko Makefile pkg-plist Log: - Change the installation directory PR: ports/97146 Submitted by: Jose Alonso Cardenas Marquez (maintainer) Approved by: krion (mentor) Revision Changes Path 1.8 +2 -1 ports/www/gekko/Makefile 1.7 +0 -1 ports/www/gekko/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 20:35:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE6E216A405; Sun, 14 May 2006 20:35:57 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BA8243D46; Sun, 14 May 2006 20:35:57 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKZmIf090461; Sun, 14 May 2006 20:35:48 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKZmsG090460; Sun, 14 May 2006 20:35:48 GMT (envelope-from sat) Message-Id: <200605142035.k4EKZmsG090460@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 20:35:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/gekko-modules Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:35:57 -0000 sat 2006-05-14 20:35:48 UTC FreeBSD ports repository Modified files: www/gekko-modules Makefile pkg-plist Log: - Change the installation directory PR: ports/97147 Submitted by: Jose Alonso Cardenas Marquez (maintainer) Approved by: krion (mentor) Revision Changes Path 1.5 +3 -2 ports/www/gekko-modules/Makefile 1.5 +9 -9 ports/www/gekko-modules/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 20:38:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEC1E16A445; Sun, 14 May 2006 20:38:27 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6BEE43D70; Sun, 14 May 2006 20:38:26 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKcIlq090566; Sun, 14 May 2006 20:38:18 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKcIJp090565; Sun, 14 May 2006 20:38:18 GMT (envelope-from sat) Message-Id: <200605142038.k4EKcIJp090565@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 20:38:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/xpi-flashblock Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:38:30 -0000 sat 2006-05-14 20:38:18 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-flashblock Makefile distinfo pkg-descr Log: Add xpi-flashblock: Replaces Flash objects with a button you can click to view them PR: ports/97255 Submitted by: Simon Olofsson Approved by: krion (mentor) Revision Changes Path 1.1404 +1 -0 ports/www/Makefile 1.1 +21 -0 ports/www/xpi-flashblock/Makefile (new) 1.1 +3 -0 ports/www/xpi-flashblock/distinfo (new) 1.1 +7 -0 ports/www/xpi-flashblock/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sun May 14 20:39:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF66E16A400; Sun, 14 May 2006 20:39:26 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FEED43D45; Sun, 14 May 2006 20:39:26 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKdHM2090672; Sun, 14 May 2006 20:39:17 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKdHHd090667; Sun, 14 May 2006 20:39:17 GMT (envelope-from sat) Message-Id: <200605142039.k4EKdHHd090667@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 14 May 2006 20:39:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:39:31 -0000 sat 2006-05-14 20:39:17 UTC FreeBSD ports repository Modified files: . modules Log: xpi-flashblock --> ports/www/xpi-flashblock Revision Changes Path 1.14948 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun May 14 20:43:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7B2816A454; Sun, 14 May 2006 20:43:41 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A43B43D49; Sun, 14 May 2006 20:43:41 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKhWgH090905; Sun, 14 May 2006 20:43:32 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKhWHs090904; Sun, 14 May 2006 20:43:32 GMT (envelope-from blackend) Message-Id: <200605142043.k4EKhWHs090904@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 14 May 2006 20:43:32 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/docproj current.sgml todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:43:41 -0000 blackend 2006-05-14 20:43:32 UTC FreeBSD doc repository Modified files: en/docproj current.sgml todo.sgml Log: Update the TODO list and move some items from current.sgml to todo.sgml Revision Changes Path 1.87 +1 -20 www/en/docproj/current.sgml 1.6 +28 -9 www/en/docproj/todo.sgml From owner-cvs-all@FreeBSD.ORG Sun May 14 20:54:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD00316A404; Sun, 14 May 2006 20:54:54 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BFF943D46; Sun, 14 May 2006 20:54:54 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EKsktE098876; Sun, 14 May 2006 20:54:46 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EKskls098875; Sun, 14 May 2006 20:54:46 GMT (envelope-from brueffer) Message-Id: <200605142054.k4EKskls098875@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 14 May 2006 20:54:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:54:55 -0000 brueffer 2006-05-14 20:54:45 UTC FreeBSD src repository Modified files: . UPDATING Log: Fix typo. Revision Changes Path 1.448 +1 -1 src/UPDATING From owner-cvs-all@FreeBSD.ORG Sun May 14 21:02:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0AFB16A426; Sun, 14 May 2006 21:02:35 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F36E43D4C; Sun, 14 May 2006 21:02:35 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EL2Q6a099261; Sun, 14 May 2006 21:02:26 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EL2QfU099260; Sun, 14 May 2006 21:02:26 GMT (envelope-from brueffer) Message-Id: <200605142102.k4EL2QfU099260@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 14 May 2006 21:02:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 21:02:36 -0000 brueffer 2006-05-14 21:02:26 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: - cpufreq(4) support for VIA C7-M processors - lnc(4) removed - ip6fw(8) removed Revision Changes Path 1.930 +11 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Sun May 14 21:08:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1A8C16A504; Sun, 14 May 2006 21:08:57 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14A5543D76; Sun, 14 May 2006 21:08:57 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EL8m0d000783; Sun, 14 May 2006 21:08:48 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EL8ma9000782; Sun, 14 May 2006 21:08:48 GMT (envelope-from brueffer) Message-Id: <200605142108.k4EL8ma9000782@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 14 May 2006 21:08:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/mplayer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 21:09:06 -0000 brueffer 2006-05-14 21:08:48 UTC FreeBSD ports repository (src,doc committer) Modified files: multimedia/mplayer Makefile Log: Fix typos in comments. Revision Changes Path 1.135 +3 -3 ports/multimedia/mplayer/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 21:46:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B302416A401; Sun, 14 May 2006 21:46:03 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FDC643D45; Sun, 14 May 2006 21:46:03 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ELjs7m002250; Sun, 14 May 2006 21:45:54 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ELjsau002249; Sun, 14 May 2006 21:45:54 GMT (envelope-from ceri) Message-Id: <200605142145.k4ELjsau002249@repoman.freebsd.org> From: Ceri Davies Date: Sun, 14 May 2006 21:45:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/find find.1 find.h function.c option.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 21:46:03 -0000 ceri 2006-05-14 21:45:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/find find.1 find.h function.c option.c Log: MFC the birthtime related primaries. Revision Changes Path 1.73.2.1 +38 -5 src/usr.bin/find/find.1 1.17.8.1 +2 -0 src/usr.bin/find/find.h 1.53.2.1 +13 -4 src/usr.bin/find/function.c 1.23.8.1 +11 -0 src/usr.bin/find/option.c From owner-cvs-all@FreeBSD.ORG Sun May 14 21:48:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA57616A400; Sun, 14 May 2006 21:48:40 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FFFD43D4C; Sun, 14 May 2006 21:48:40 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ELmVlP002362; Sun, 14 May 2006 21:48:31 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ELmVWh002361; Sun, 14 May 2006 21:48:31 GMT (envelope-from marcus) Message-Id: <200605142148.k4ELmVWh002361@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 14 May 2006 21:48:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/sawfish2/files patch-functions.c patch-sawmill.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 21:48:41 -0000 marcus 2006-05-14 21:48:31 UTC FreeBSD ports repository Modified files: x11-wm/sawfish2/files patch-functions.c patch-sawmill.h Log: Correct last patch by using proper tabs instead of spaces. Submitted by: Yoshiaki Kasahara Revision Changes Path 1.2 +10 -13 ports/x11-wm/sawfish2/files/patch-functions.c 1.2 +2 -2 ports/x11-wm/sawfish2/files/patch-sawmill.h From owner-cvs-all@FreeBSD.ORG Sun May 14 22:03:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03BEF16A400; Sun, 14 May 2006 22:03:10 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B70A43D46; Sun, 14 May 2006 22:03:09 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EM30UM002978; Sun, 14 May 2006 22:03:00 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EM30Hv002946; Sun, 14 May 2006 22:03:00 GMT (envelope-from maxim) Message-Id: <200605142203.k4EM30Hv002946@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 14 May 2006 22:03:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/netinet/rawconnect Makefile rawconnect.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 22:03:10 -0000 maxim 2006-05-14 22:03:00 UTC FreeBSD src repository Added files: tools/regression/netinet/rawconnect Makefile rawconnect.c Log: o A tiny regression test exposes bug in rip_disconnect(). Revision Changes Path 1.1 +8 -0 src/tools/regression/netinet/rawconnect/Makefile (new) 1.1 +77 -0 src/tools/regression/netinet/rawconnect/rawconnect.c (new) From owner-cvs-all@FreeBSD.ORG Sun May 14 22:06:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7C8216A40B; Sun, 14 May 2006 22:06:38 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86C5D43D46; Sun, 14 May 2006 22:06:38 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EM6T0k004306; Sun, 14 May 2006 22:06:29 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EM6Tv6004305; Sun, 14 May 2006 22:06:29 GMT (envelope-from hq) Message-Id: <200605142206.k4EM6Tv6004305@repoman.freebsd.org> From: Herve Quiroz Date: Sun, 14 May 2006 22:06:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/cocoon Makefile pkg-plist ports/www/cocoon/files cocoonctl.in patch-cocoon.sh upstreams-cocoon.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 22:06:38 -0000 hq 2006-05-14 22:06:29 UTC FreeBSD ports repository Modified files: www/cocoon Makefile pkg-plist www/cocoon/files cocoonctl.in Added files: www/cocoon/files upstreams-cocoon.sh.in Removed files: www/cocoon/files patch-cocoon.sh Log: Fix packing list PR: 97023 Submitted by: maintainer Reported by: pointyhat Revision Changes Path 1.35 +2 -2 ports/www/cocoon/Makefile 1.2 +2 -2 ports/www/cocoon/files/cocoonctl.in 1.3 +0 -32 ports/www/cocoon/files/patch-cocoon.sh (dead) 1.1 +209 -0 ports/www/cocoon/files/upstreams-cocoon.sh.in (new) 1.14 +2 -1 ports/www/cocoon/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 22:19:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21DF616A404; Sun, 14 May 2006 22:19:22 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4ABB43D45; Sun, 14 May 2006 22:19:21 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EMJDs5004771; Sun, 14 May 2006 22:19:13 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EMJCsU004770; Sun, 14 May 2006 22:19:12 GMT (envelope-from wilko) Message-Id: <200605142219.k4EMJCsU004770@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 14 May 2006 22:19:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 fxp.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 22:19:22 -0000 wilko 2006-05-14 22:19:12 UTC FreeBSD src repository Modified files: share/man/man4 fxp.4 Log: With the demise of Alpha, remove Alpha specific diagnostic. Revision Changes Path 1.38 +0 -7 src/share/man/man4/fxp.4 From owner-cvs-all@FreeBSD.ORG Sun May 14 22:19:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A15016A401; Sun, 14 May 2006 22:19:47 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4683243D45; Sun, 14 May 2006 22:19:47 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EMJc3g004802; Sun, 14 May 2006 22:19:38 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EMJc66004801; Sun, 14 May 2006 22:19:38 GMT (envelope-from emax) Message-Id: <200605142219.k4EMJc66004801@repoman.freebsd.org> From: Maksim Yevmenkin Date: Sun, 14 May 2006 22:19:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/bluetooth/sdpd server.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 22:19:47 -0000 emax 2006-05-14 22:19:38 UTC FreeBSD src repository Modified files: usr.sbin/bluetooth/sdpd server.c Log: Fix formatting. Add missing break; Submitted by: Iain Hibbert MFC after: 3 days Revision Changes Path 1.4 +3 -2 src/usr.sbin/bluetooth/sdpd/server.c From owner-cvs-all@FreeBSD.ORG Sun May 14 23:38:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6496116A403; Sun, 14 May 2006 23:38:40 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BBCA43D45; Sun, 14 May 2006 23:38:40 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ENcV9e009242; Sun, 14 May 2006 23:38:31 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ENcUZC009241; Sun, 14 May 2006 23:38:30 GMT (envelope-from maho) Message-Id: <200605142338.k4ENcUZC009241@repoman.freebsd.org> From: Maho Nakata Date: Sun, 14 May 2006 23:38:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/ooo-build Makefile distinfo ports/editors/ooo-build/files cairo-patch ooo-build-patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 23:38:41 -0000 maho 2006-05-14 23:38:30 UTC FreeBSD ports repository Modified files: editors/ooo-build Makefile distinfo editors/ooo-build/files ooo-build-patch Removed files: editors/ooo-build/files cairo-patch Log: Update to 2.0.2.9 Revision Changes Path 1.10 +11 -11 ports/editors/ooo-build/Makefile 1.7 +3 -3 ports/editors/ooo-build/distinfo 1.2 +0 -45 ports/editors/ooo-build/files/cairo-patch (dead) 1.7 +12 -8 ports/editors/ooo-build/files/ooo-build-patch From owner-cvs-all@FreeBSD.ORG Sun May 14 23:39:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D33F16A402; Sun, 14 May 2006 23:39:24 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 670C443D49; Sun, 14 May 2006 23:39:23 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ENdEW5009287; Sun, 14 May 2006 23:39:14 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ENdExk009286; Sun, 14 May 2006 23:39:14 GMT (envelope-from maho) Message-Id: <200605142339.k4ENdExk009286@repoman.freebsd.org> From: Maho Nakata Date: Sun, 14 May 2006 23:39:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/ooo-build Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 23:39:26 -0000 maho 2006-05-14 23:39:14 UTC FreeBSD ports repository Modified files: editors/ooo-build Makefile Log: remove conflicts Revision Changes Path 1.11 +0 -4 ports/editors/ooo-build/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 14 23:42:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 169BC16A408; Sun, 14 May 2006 23:42:34 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C50BB43D46; Sun, 14 May 2006 23:42:33 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ENgOEc009467; Sun, 14 May 2006 23:42:24 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ENgOli009466; Sun, 14 May 2006 23:42:24 GMT (envelope-from mlaier) Message-Id: <200605142342.k4ENgOli009466@repoman.freebsd.org> From: Max Laier Date: Sun, 14 May 2006 23:42:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 23:42:39 -0000 mlaier 2006-05-14 23:42:24 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: Use only lower 64bit of src/dest (and src/dest port) for hashing of IPv6 connections and get rid of the flow_id as it is not guaranteed to be stable some (most?) current implementations seem to just zero it out. PR: kern/88664 Reported by: jylefort Submitted by: Joost Bekkers (w/ changes) Tested by "regisr" Revision Changes Path 1.131 +4 -4 src/sys/netinet/ip_fw2.c From owner-cvs-all@FreeBSD.ORG Sun May 14 23:48:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEFED16A401; Sun, 14 May 2006 23:48:16 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D4EA43D45; Sun, 14 May 2006 23:48:16 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ENm7s7009782; Sun, 14 May 2006 23:48:07 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ENm7gg009781; Sun, 14 May 2006 23:48:07 GMT (envelope-from itetcu) Message-Id: <200605142348.k4ENm7gg009781@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 14 May 2006 23:48:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/dspam Makefile distinfo pkg-plist ports/mail/dspam/files UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 23:48:16 -0000 itetcu 2006-05-14 23:48:07 UTC FreeBSD ports repository Modified files: mail/dspam Makefile distinfo pkg-plist mail/dspam/files UPDATING Log: Update to dspam-3.6.6 release: Removed feature: - Phased out deprecated Berkeley DB drivers - Phased out legacy tools (dspam_corpus, dspam_genaliases) Bugfixes: - trainPristine preference turned "off" now overrides config turned "on" - segfault fix for when correcting messages using UIDInSignature with MySQL - when using logfile, write errors result in segfault Approved by: lawrance (mentor) Revision Changes Path 1.52 +8 -21 ports/mail/dspam/Makefile 1.29 +3 -3 ports/mail/dspam/distinfo 1.24 +13 -1 ports/mail/dspam/files/UPDATING 1.20 +0 -2 ports/mail/dspam/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 15 00:00:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 970D316A400; Mon, 15 May 2006 00:00:17 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33ABF43D45; Mon, 15 May 2006 00:00:17 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F008ON010231; Mon, 15 May 2006 00:00:08 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F007gD010230; Mon, 15 May 2006 00:00:07 GMT (envelope-from jylefort) Message-Id: <200605150000.k4F007gD010230@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 15 May 2006 00:00:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gnomepanel Makefile ports/x11/gnomepanel/files patch-applets_notification__area_eggtraymanager.c patch-applets_notification__area_main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 00:00:18 -0000 jylefort 2006-05-15 00:00:07 UTC FreeBSD ports repository Modified files: x11/gnomepanel Makefile Added files: x11/gnomepanel/files patch-applets_notification__area_eggtraymanager.c patch-applets_notification__area_main.c Log: Allow notification icons which use a hacked eggtrayicon.c to have a transparent background. Obtained from: Debian package via Bernat Tallaferro Revision Changes Path 1.66 +1 -1 ports/x11/gnomepanel/Makefile 1.1 +48 -0 ports/x11/gnomepanel/files/patch-applets_notification__area_eggtraymanager.c (new) 1.1 +73 -0 ports/x11/gnomepanel/files/patch-applets_notification__area_main.c (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 00:02:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8039B16A401; Mon, 15 May 2006 00:02:30 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 385B543D45; Mon, 15 May 2006 00:02:30 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F02Lnn010380; Mon, 15 May 2006 00:02:21 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F02LEF010379; Mon, 15 May 2006 00:02:21 GMT (envelope-from itetcu) Message-Id: <200605150002.k4F02LEF010379@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Mon, 15 May 2006 00:02:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pwlib/files patch-plugins-vidinput_bsd-vidinput_bsd.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 00:02:30 -0000 itetcu 2006-05-15 00:02:20 UTC FreeBSD ports repository Modified files: devel/pwlib/files patch-plugins-vidinput_bsd-vidinput_bsd.h Log: Fix build on 4.x PR: ports/97258 Submitted by: Tod McQuillin Approved by: maintainer, lawrance (mentor) Revision Changes Path 1.2 +13 -8 ports/devel/pwlib/files/patch-plugins-vidinput_bsd-vidinput_bsd.h From owner-cvs-all@FreeBSD.ORG Mon May 15 00:17:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DA1916A401; Mon, 15 May 2006 00:17:37 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB66343D45; Mon, 15 May 2006 00:17:36 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F0HRgH012134; Mon, 15 May 2006 00:17:27 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F0HR7S012133; Mon, 15 May 2006 00:17:27 GMT (envelope-from cognet) Message-Id: <200605150017.k4F0HR7S012133@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 15 May 2006 00:17:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys user.h src/sys/arm/include _types.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 00:17:37 -0000 cognet 2006-05-15 00:17:27 UTC FreeBSD src repository Modified files: sys/sys user.h sys/arm/include _types.h Log: Switch to a 64bit time_t, while it's not a big problem to do so. Suggested by: imp Revision Changes Path 1.9 +1 -1 src/sys/arm/include/_types.h 1.69 +1 -1 src/sys/sys/user.h From owner-cvs-all@FreeBSD.ORG Mon May 15 00:40:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A115D16A401; Mon, 15 May 2006 00:40:38 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F12143D45; Mon, 15 May 2006 00:40:38 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F0eTeB013030; Mon, 15 May 2006 00:40:29 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F0eTAK013029; Mon, 15 May 2006 00:40:29 GMT (envelope-from itetcu) Message-Id: <200605150040.k4F0eTAK013029@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Mon, 15 May 2006 00:40:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/german/bsdforen-firefox-searchplugin Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 00:40:38 -0000 itetcu 2006-05-15 00:40:29 UTC FreeBSD ports repository Modified files: german/bsdforen-firefox-searchplugin Makefile distinfo pkg-descr pkg-plist Log: Update to 0.2 [1] Fix firefox dependency. [2] PR: ports/97249 [1] Submitted by: Stefan 'Steve' Tell (maintainer) [1] itetcu (me) [2] Approved by: lawrance (mentor) Revision Changes Path 1.2 +11 -4 ports/german/bsdforen-firefox-searchplugin/Makefile 1.2 +6 -0 ports/german/bsdforen-firefox-searchplugin/distinfo 1.2 +2 -1 ports/german/bsdforen-firefox-searchplugin/pkg-descr 1.2 +2 -0 ports/german/bsdforen-firefox-searchplugin/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 15 00:44:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB52816A403; Mon, 15 May 2006 00:44:00 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A57A343D45; Mon, 15 May 2006 00:44:00 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F0hp7w013147; Mon, 15 May 2006 00:43:51 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F0hp1o013146; Mon, 15 May 2006 00:43:51 GMT (envelope-from itetcu) Message-Id: <200605150043.k4F0hp1o013146@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Mon, 15 May 2006 00:43:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/dolly Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 00:44:01 -0000 itetcu 2006-05-15 00:43:51 UTC FreeBSD ports repository Modified files: sysutils/dolly Makefile distinfo Log: - Update to 0.58C - Fix OPTIONS handleing - silence portlint PR: ports/97280 Submitted by: Shaun Amott Approved by: lawrance (mentor) Revision Changes Path 1.5 +8 -8 ports/sysutils/dolly/Makefile 1.3 +3 -3 ports/sysutils/dolly/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 15 00:47:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F7FE16A400; Mon, 15 May 2006 00:47:14 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CC7E43D45; Mon, 15 May 2006 00:47:14 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F0l5xn016907; Mon, 15 May 2006 00:47:05 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F0l5Zv016846; Mon, 15 May 2006 00:47:05 GMT (envelope-from itetcu) Message-Id: <200605150047.k4F0l5Zv016846@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Mon, 15 May 2006 00:47:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/dspam-devel Makefile distinfo pkg-plist ports/mail/dspam-devel/files UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 00:47:14 -0000 itetcu 2006-05-15 00:47:04 UTC FreeBSD ports repository Modified files: mail/dspam-devel Makefile distinfo pkg-plist mail/dspam-devel/files UPDATING Log: Update to 3.6.6 (stable) release. (At this moment it should be indentical to mail/dspam.) Removed features: - Phased out deprecated Berkeley DB drivers Bugfixes: - when using logfile, write errors result in segfault Approved by: lawrance (mentor) Revision Changes Path 1.55 +6 -19 ports/mail/dspam-devel/Makefile 1.33 +3 -3 ports/mail/dspam-devel/distinfo 1.27 +11 -1 ports/mail/dspam-devel/files/UPDATING 1.33 +0 -1 ports/mail/dspam-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 14 21:49:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5A1416A401; Sun, 14 May 2006 21:49:07 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7700743D45; Sun, 14 May 2006 21:49:07 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.1.73] (S0106000f3d63befd.vs.shawcable.net [70.71.19.119]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k4ELn4O2006572 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 14 May 2006 14:49:05 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <4467A5CE.7070900@FreeBSD.org> Date: Sun, 14 May 2006 14:49:02 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: "George V. Neville-Neil" References: <200605140147.k4E1lqGD083037@repoman.freebsd.org> In-Reply-To: <200605140147.k4E1lqGD083037@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 15 May 2006 01:28:17 +0000 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/lnc if_lnc.c if_lnc_cbus.c if_lnc_isa.c if_lnc_pci.c if_lncreg.h if_lncvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 21:49:08 -0000 Does it work on VmWare? -Maxim George V. Neville-Neil wrote: > gnn 2006-05-14 01:47:52 UTC > > FreeBSD src repository > > Removed files: > sys/dev/lnc if_lnc.c if_lnc_cbus.c if_lnc_isa.c > if_lnc_pci.c if_lncreg.h if_lncvar.h > Log: > Remove the old, and now deprecated lnc driver. The Lance style hardware > is supported by the le and pnc drivers. > > Reviewed by: jmg > > Revision Changes Path > 1.116 +0 -1560 src/sys/dev/lnc/if_lnc.c (dead) > 1.13 +0 -307 src/sys/dev/lnc/if_lnc_cbus.c (dead) > 1.21 +0 -278 src/sys/dev/lnc/if_lnc_isa.c (dead) > 1.38 +0 -213 src/sys/dev/lnc/if_lnc_pci.c (dead) > 1.8 +0 -209 src/sys/dev/lnc/if_lncreg.h (dead) > 1.29 +0 -266 src/sys/dev/lnc/if_lncvar.h (dead) > > From owner-cvs-all@FreeBSD.ORG Mon May 15 01:33:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 252A816A44F; Mon, 15 May 2006 01:33:33 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D573543D6B; Mon, 15 May 2006 01:33:32 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F1XNPj023857; Mon, 15 May 2006 01:33:23 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F1XN0F023856; Mon, 15 May 2006 01:33:23 GMT (envelope-from jkoshy) Message-Id: <200605150133.k4F1XN0F023856@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 15 May 2006 01:33:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 hwpmc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 01:33:33 -0000 jkoshy 2006-05-15 01:33:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 hwpmc.4 Log: MFC r1.13 (-mdoc sweep). Revision Changes Path 1.6.2.4 +2 -2 src/share/man/man4/hwpmc.4 From owner-cvs-all@FreeBSD.ORG Mon May 15 01:37:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E1E216A408; Mon, 15 May 2006 01:37:56 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35C0D43D46; Mon, 15 May 2006 01:37:56 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F1bkbB024055; Mon, 15 May 2006 01:37:46 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F1bkB4024054; Mon, 15 May 2006 01:37:46 GMT (envelope-from mnag) Message-Id: <200605150137.k4F1bkB4024054@repoman.freebsd.org> From: Marcus Alves Grando Date: Mon, 15 May 2006 01:37:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/boxbackup Makefile ports/sysutils/boxbackup/files patch-configure.ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 01:37:57 -0000 mnag 2006-05-15 01:37:46 UTC FreeBSD ports repository Modified files: sysutils/boxbackup Makefile Added files: sysutils/boxbackup/files patch-configure.ac Log: - Add autoconf patches - Reorganize Makefile PR: 96692 Submitted by: maintainer Revision Changes Path 1.7 +20 -17 ports/sysutils/boxbackup/Makefile 1.1 +35 -0 ports/sysutils/boxbackup/files/patch-configure.ac (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 01:44:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1306A16A401; Mon, 15 May 2006 01:44:04 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0EFC43D45; Mon, 15 May 2006 01:44:03 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F1hsIo024298; Mon, 15 May 2006 01:43:54 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F1hsJB024297; Mon, 15 May 2006 01:43:54 GMT (envelope-from jkoshy) Message-Id: <200605150143.k4F1hsJB024297@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 15 May 2006 01:43:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 hwpmc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 01:44:04 -0000 jkoshy 2006-05-15 01:43:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 hwpmc.4 Log: MFC {r1.14--r1.16}: - Spelling/grammar fixes. - Typo fix: "ing" -> "in". - Document the EOPNOTSUPP returned by hwpmc(4) if a sampling mode PMC is requested on a CPU without an APIC. Bump document date. Revision Changes Path 1.6.2.5 +15 -13 src/share/man/man4/hwpmc.4 From owner-cvs-all@FreeBSD.ORG Mon May 15 01:47:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D088216A404; Mon, 15 May 2006 01:47:44 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D14E43D46; Mon, 15 May 2006 01:47:44 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F1lZBF024514; Mon, 15 May 2006 01:47:35 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F1lYKD024513; Mon, 15 May 2006 01:47:35 GMT (envelope-from jkoshy) Message-Id: <200605150147.k4F1lYKD024513@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 15 May 2006 01:47:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/fetch fetch.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 01:47:45 -0000 jkoshy 2006-05-15 01:47:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/fetch fetch.1 Log: MFC r1.67: Fix a typo. Revision Changes Path 1.66.2.1 +2 -2 src/usr.bin/fetch/fetch.1 From owner-cvs-all@FreeBSD.ORG Mon May 15 02:09:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87B2716A401; Mon, 15 May 2006 02:09:51 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42CB043D46; Mon, 15 May 2006 02:09:51 +0000 (GMT) (envelope-from cokane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F29f1d026555; Mon, 15 May 2006 02:09:41 GMT (envelope-from cokane@repoman.freebsd.org) Received: (from cokane@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F29f7K026554; Mon, 15 May 2006 02:09:41 GMT (envelope-from cokane) Message-Id: <200605150209.k4F29f7K026554@repoman.freebsd.org> From: Coleman Kane Date: Mon, 15 May 2006 02:09:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/bin/pax pax.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 02:09:51 -0000 cokane 2006-05-15 02:09:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/pax pax.1 Log: MFC: rev. 1.36 The -b parameter incorrectly stated that pax archives over ~32kB violate POSIX. Fixed to describe that block size larger than 32256 bytes are actually what violates POSIX. PR: docs/97059 Reviewed by: Giorgos Keramidas Revision Changes Path 1.35.2.1 +3 -2 src/bin/pax/pax.1 From owner-cvs-all@FreeBSD.ORG Mon May 15 02:27:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CBA116A404; Mon, 15 May 2006 02:27:59 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14D1443D46; Mon, 15 May 2006 02:27:59 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F2Rn3l027265; Mon, 15 May 2006 02:27:49 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F2RnbZ027264; Mon, 15 May 2006 02:27:49 GMT (envelope-from mnag) Message-Id: <200605150227.k4F2RnbZ027264@repoman.freebsd.org> From: Marcus Alves Grando Date: Mon, 15 May 2006 02:27:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/gss Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 02:27:59 -0000 mnag 2006-05-15 02:27:49 UTC FreeBSD ports repository Modified files: security/gss Makefile distinfo pkg-plist Log: - Update to 0.0.17 PR: 97268 Submitted by: Martin Wilke Revision Changes Path 1.14 +2 -3 ports/security/gss/Makefile 1.11 +3 -3 ports/security/gss/distinfo 1.7 +19 -9 ports/security/gss/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 15 02:45:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D96D16A4A0; Mon, 15 May 2006 02:45:21 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BA0743D46; Mon, 15 May 2006 02:45:21 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F2jBSY027976; Mon, 15 May 2006 02:45:11 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F2jBl9027975; Mon, 15 May 2006 02:45:11 GMT (envelope-from clsung) Message-Id: <200605150245.k4F2jBl9027975@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 15 May 2006 02:45:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ruby-gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 02:45:21 -0000 clsung 2006-05-15 02:45:11 UTC FreeBSD ports repository Modified files: devel/ruby-gettext Makefile Log: - Fix shebang in bin/rgettext. PR: ports/97170 Submitted by: IWATSUKI Hiroyuki Revision Changes Path 1.27 +1 -1 ports/devel/ruby-gettext/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 15 02:57:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCD1016A62E; Mon, 15 May 2006 02:57:31 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 912CB43D62; Mon, 15 May 2006 02:57:31 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F2vLDi028430; Mon, 15 May 2006 02:57:21 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F2vLcj028429; Mon, 15 May 2006 02:57:21 GMT (envelope-from jkoshy) Message-Id: <200605150257.k4F2vLcj028429@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 15 May 2006 02:57:21 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 02:57:32 -0000 jkoshy 2006-05-15 02:57:21 UTC FreeBSD doc repository Modified files: en/news press.xml Log: Add BSDTalk's interview with Karl Lehenbauer of Flightaware.com. Link to AMD's press release on the same subject. PR: www/97285 Submitted by: lawrance Revision Changes Path 1.191 +15 -1 www/en/news/press.xml From owner-cvs-all@FreeBSD.ORG Mon May 15 03:07:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF56516A409; Mon, 15 May 2006 03:07:12 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C02C43D45; Mon, 15 May 2006 03:07:12 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F372Mq030127; Mon, 15 May 2006 03:07:02 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F372Wr030126; Mon, 15 May 2006 03:07:02 GMT (envelope-from clsung) Message-Id: <200605150307.k4F372Wr030126@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 15 May 2006 03:07:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/p5-Image-ExifTool Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 03:07:16 -0000 clsung 2006-05-15 03:07:02 UTC FreeBSD ports repository Modified files: graphics/p5-Image-ExifTool Makefile distinfo pkg-plist Log: - update to 6.17 - from submitter: This has been designated a production release by the author and includes the very useful functionality of being able to write the virtual "FileName" and "Directory" tags - allowing bulk moving and/or renaming of files according to a pattern derived from the other tags in the files. PR: ports/97267 Submitted by: rsm Reviewed by: maintainer (Tod McQuillin) Approved by: maintainer Revision Changes Path 1.21 +7 -7 ports/graphics/p5-Image-ExifTool/Makefile 1.21 +3 -3 ports/graphics/p5-Image-ExifTool/distinfo 1.16 +7 -0 ports/graphics/p5-Image-ExifTool/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 15 03:32:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1B7F16A400; Mon, 15 May 2006 03:32:38 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7947343D45; Mon, 15 May 2006 03:32:38 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F3WSoR031275; Mon, 15 May 2006 03:32:28 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F3WSDY031274; Mon, 15 May 2006 03:32:28 GMT (envelope-from clsung) Message-Id: <200605150332.k4F3WSDY031274@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 15 May 2006 03:32:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/ruby-bitset Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 03:32:38 -0000 clsung 2006-05-15 03:32:28 UTC FreeBSD ports repository Modified files: math/ruby-bitset Makefile distinfo pkg-descr Log: - update to 1.0 - refine WWW in pkg-descr Revision Changes Path 1.4 +1 -1 ports/math/ruby-bitset/Makefile 1.5 +3 -3 ports/math/ruby-bitset/distinfo 1.2 +1 -1 ports/math/ruby-bitset/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon May 15 03:41:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1651916A403; Mon, 15 May 2006 03:41:05 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F4143D46; Mon, 15 May 2006 03:41:04 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F3esjK031612; Mon, 15 May 2006 03:40:54 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F3estF031611; Mon, 15 May 2006 03:40:54 GMT (envelope-from clsung) Message-Id: <200605150340.k4F3estF031611@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 15 May 2006 03:40:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/ruby-raspell Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 03:41:05 -0000 clsung 2006-05-15 03:40:54 UTC FreeBSD ports repository Modified files: textproc/ruby-raspell Makefile distinfo Log: - update to 0.2 Revision Changes Path 1.5 +1 -2 ports/textproc/ruby-raspell/Makefile 1.4 +3 -3 ports/textproc/ruby-raspell/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 15 04:10:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBDB716A401; Mon, 15 May 2006 04:10:20 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A5A643D45; Mon, 15 May 2006 04:10:20 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F4AAa8033799; Mon, 15 May 2006 04:10:10 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F4AALt033798; Mon, 15 May 2006 04:10:10 GMT (envelope-from adamw) Message-Id: <200605150410.k4F4AALt033798@repoman.freebsd.org> From: Adam Weinberger Date: Mon, 15 May 2006 04:10:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/moztraybiff Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 04:10:21 -0000 adamw 2006-05-15 04:10:10 UTC FreeBSD ports repository Modified files: mail/moztraybiff Makefile distinfo Log: Update to 1.2.2 and unbreak. This works courtesy of Laszlo Karoly who pointed me towards defining MOZ_TRUNK=0. Revision Changes Path 1.17 +2 -4 ports/mail/moztraybiff/Makefile 1.6 +3 -3 ports/mail/moztraybiff/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 15 04:50:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28EDB16A400; Mon, 15 May 2006 04:50:44 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D428043D46; Mon, 15 May 2006 04:50:43 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F4oXq4042912; Mon, 15 May 2006 04:50:33 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F4oXPX042911; Mon, 15 May 2006 04:50:33 GMT (envelope-from yongari) Message-Id: <200605150450.k4F4oXPX042911@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 15 May 2006 04:50:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 04:50:44 -0000 yongari 2006-05-15 04:50:33 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c if_skreg.h Log: Re-wrok PHY setup, media handling and dual-port detection. With this change SysKonnect SK-9521 v2.0 and SK-9821 v2.0 adapter now works. Obtained from: OpenBSD Reported by: Ganbold ganbold ! micom ( mng $ net Tested by: Ganbold ganbold ! micom ( mng $ net Revision Changes Path 1.124 +12 -37 src/sys/dev/sk/if_sk.c 1.36 +1 -0 src/sys/dev/sk/if_skreg.h From owner-cvs-all@FreeBSD.ORG Mon May 15 05:35:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2ACC16A403; Mon, 15 May 2006 05:35:13 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7539A43D49; Mon, 15 May 2006 05:35:12 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F5Z2BS045715; Mon, 15 May 2006 05:35:02 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F5Z2xT045714; Mon, 15 May 2006 05:35:02 GMT (envelope-from clsung) Message-Id: <200605150535.k4F5Z2xT045714@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 15 May 2006 05:35:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/freeimage Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 05:35:14 -0000 clsung 2006-05-15 05:35:02 UTC FreeBSD ports repository Modified files: graphics/freeimage Makefile distinfo pkg-plist Log: - update to 3.8.0 PR: ports/97200 Submitted by: Martin Wilke Approved by: maintainer (Choe, Cheng-Dae) Revision Changes Path 1.2 +1 -1 ports/graphics/freeimage/Makefile 1.3 +3 -3 ports/graphics/freeimage/distinfo 1.2 +0 -1 ports/graphics/freeimage/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 15 05:40:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 450A416A402; Mon, 15 May 2006 05:40:49 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEC2A43D45; Mon, 15 May 2006 05:40:48 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F5ecD1045960; Mon, 15 May 2006 05:40:38 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F5ec2i045959; Mon, 15 May 2006 05:40:38 GMT (envelope-from clsung) Message-Id: <200605150540.k4F5ec2i045959@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 15 May 2006 05:40:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/py-freeimagepy Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 05:40:49 -0000 clsung 2006-05-15 05:40:38 UTC FreeBSD ports repository Modified files: graphics/py-freeimagepy Makefile distinfo pkg-plist Log: - update to 1.2.4 PR: ports/97201 Submitted by: Martin Wilke Approved by: maintainer (Choe, Cheng-Dae) Revision Changes Path 1.2 +2 -2 ports/graphics/py-freeimagepy/Makefile 1.3 +3 -3 ports/graphics/py-freeimagepy/distinfo 1.2 +20 -20 ports/graphics/py-freeimagepy/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 15 05:58:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23C3A16A400; Mon, 15 May 2006 05:58:38 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D107743D45; Mon, 15 May 2006 05:58:37 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F5wRhU046600; Mon, 15 May 2006 05:58:27 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F5wR0X046599; Mon, 15 May 2006 05:58:27 GMT (envelope-from vd) Message-Id: <200605150558.k4F5wR0X046599@repoman.freebsd.org> From: Vasil Dimov Date: Mon, 15 May 2006 05:58:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 05:58:38 -0000 vd 2006-05-15 05:58:27 UTC FreeBSD ports repository Modified files: sysutils Makefile Log: Remove ffsrecov (and thus unbreak INDEX) Hmmz, noone fixed this in 23 hours... Forgotten by: jmg Revision Changes Path 1.781 +0 -1 ports/sysutils/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 15 06:11:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EBB616A42F; Mon, 15 May 2006 06:11:50 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 668D443D64; Mon, 15 May 2006 06:11:47 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F6BbN3048341; Mon, 15 May 2006 06:11:37 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F6Bbr8048340; Mon, 15 May 2006 06:11:37 GMT (envelope-from aaron) Message-Id: <200605150611.k4F6Bbr8048340@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 06:11:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Math-Symbolic Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 06:11:51 -0000 aaron 2006-05-15 06:11:37 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-Symbolic Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Math-Symbolic, a library for dealing with symbolic math. Approved by: tobez (implicit) Revision Changes Path 1.367 +1 -0 ports/math/Makefile 1.1 +51 -0 ports/math/p5-Math-Symbolic/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-Symbolic/distinfo (new) 1.1 +52 -0 ports/math/p5-Math-Symbolic/pkg-descr (new) 1.1 +24 -0 ports/math/p5-Math-Symbolic/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 06:12:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD2F816A465; Mon, 15 May 2006 06:12:07 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 874C543D72; Mon, 15 May 2006 06:12:07 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F6BvlL048386; Mon, 15 May 2006 06:11:57 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F6Bvcq048385; Mon, 15 May 2006 06:11:57 GMT (envelope-from aaron) Message-Id: <200605150611.k4F6Bvcq048385@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 06:11:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 06:12:09 -0000 aaron 2006-05-15 06:11:57 UTC FreeBSD ports repository Modified files: . modules Log: p5-Math-Symbolic --> ports/math/p5-Math-Symbolic Revision Changes Path 1.14949 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 06:27:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37B6916A404; Mon, 15 May 2006 06:27:37 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E914443D58; Mon, 15 May 2006 06:27:36 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F6RQ1H048996; Mon, 15 May 2006 06:27:26 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F6RQme048995; Mon, 15 May 2006 06:27:26 GMT (envelope-from aaron) Message-Id: <200605150627.k4F6RQme048995@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 06:27:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Math-Symbolic-Custom-Contains Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 06:27:37 -0000 aaron 2006-05-15 06:27:26 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-Symbolic-Custom-Contains Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Math-Symbolic-Custom-Contains, Find subtrees in Math::Symbolic expressions Approved by: tobez (implicit) Revision Changes Path 1.368 +1 -0 ports/math/Makefile 1.1 +31 -0 ports/math/p5-Math-Symbolic-Custom-Contains/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-Symbolic-Custom-Contains/distinfo (new) 1.1 +6 -0 ports/math/p5-Math-Symbolic-Custom-Contains/pkg-descr (new) 1.1 +9 -0 ports/math/p5-Math-Symbolic-Custom-Contains/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 06:27:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41C3216A4FA; Mon, 15 May 2006 06:27:44 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A3CE43D62; Mon, 15 May 2006 06:27:43 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F6RW6U049040; Mon, 15 May 2006 06:27:32 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F6RWN2049039; Mon, 15 May 2006 06:27:32 GMT (envelope-from aaron) Message-Id: <200605150627.k4F6RWN2049039@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 06:27:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 06:27:44 -0000 aaron 2006-05-15 06:27:32 UTC FreeBSD ports repository Modified files: . modules Log: p5-Math-Symbolic-Custom-Contains --> ports/math/p5-Math-Symbolic-Custom-Contains Revision Changes Path 1.14950 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 06:30:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A310916A405; Mon, 15 May 2006 06:30:02 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27AAB43D4C; Mon, 15 May 2006 06:30:02 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F6TpUB049173; Mon, 15 May 2006 06:29:51 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F6TpVt049172; Mon, 15 May 2006 06:29:51 GMT (envelope-from vd) Message-Id: <200605150629.k4F6TpVt049172@repoman.freebsd.org> From: Vasil Dimov Date: Mon, 15 May 2006 06:29:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 06:30:02 -0000 vd 2006-05-15 06:29:51 UTC FreeBSD ports repository Modified files: . modules Log: Remove ffsrecov since the relevant ports/sysutils/ffsrecov has been removed yesterday Forgotten by: jmg Revision Changes Path 1.14951 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 06:36:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6622316A400; Mon, 15 May 2006 06:36:27 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 315DF43D48; Mon, 15 May 2006 06:36:27 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F6aGdX049495; Mon, 15 May 2006 06:36:16 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F6aG0C049494; Mon, 15 May 2006 06:36:16 GMT (envelope-from aaron) Message-Id: <200605150636.k4F6aG0C049494@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 06:36:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Math-SymbolicX-Inline Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 06:36:27 -0000 aaron 2006-05-15 06:36:16 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-SymbolicX-Inline Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Math-SymbolicX-Inline, Inlined Math::Symbolic functions Approved by: tobez (implicit) Revision Changes Path 1.369 +1 -0 ports/math/Makefile 1.1 +32 -0 ports/math/p5-Math-SymbolicX-Inline/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-SymbolicX-Inline/distinfo (new) 1.1 +10 -0 ports/math/p5-Math-SymbolicX-Inline/pkg-descr (new) 1.1 +7 -0 ports/math/p5-Math-SymbolicX-Inline/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 06:36:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A26D16A400; Mon, 15 May 2006 06:36:35 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29A2D43D45; Mon, 15 May 2006 06:36:35 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F6aOTl049539; Mon, 15 May 2006 06:36:24 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F6aOjT049538; Mon, 15 May 2006 06:36:24 GMT (envelope-from aaron) Message-Id: <200605150636.k4F6aOjT049538@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 06:36:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 06:36:35 -0000 aaron 2006-05-15 06:36:24 UTC FreeBSD ports repository Modified files: . modules Log: p5-Math-SymbolicX-Inline --> ports/math/p5-Math-SymbolicX-Inline Revision Changes Path 1.14952 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 06:38:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BE6216A43B; Mon, 15 May 2006 06:38:33 +0000 (UTC) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 642DF43D48; Mon, 15 May 2006 06:38:29 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id 4A44DB859; Mon, 15 May 2006 09:38:28 +0300 (EEST) Received: (nullmailer pid 32816 invoked by uid 1002); Mon, 15 May 2006 06:38:28 -0000 Date: Mon, 15 May 2006 09:38:28 +0300 From: Vasil Dimov To: John-Mark Gurney Message-ID: <20060515063828.GA32713@qlovarnika.bg.datamax> References: <200605140659.k4E6xNNi010793@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: <200605140659.k4E6xNNi010793@repoman.freebsd.org> X-OS: FreeBSD 6.1-STABLE User-Agent: Mutt/1.5.11 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/ffsrecov Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 06:38:37 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 14, 2006 at 06:59:23AM +0000, John-Mark Gurney wrote: > jmg 2006-05-14 06:59:23 UTC >=20 > FreeBSD ports repository (src committer) >=20 > Removed files: > sysutils/ffsrecov Makefile distinfo pkg-descr=20 > Log: > remove this port, it's long overdue... > =20 > Prodded by: kris, linimon > =20 > Revision Changes Path > 1.16 +0 -29 ports/sysutils/ffsrecov/Makefile (dead) > 1.5 +0 -3 ports/sysutils/ffsrecov/distinfo (dead) > 1.2 +0 -4 ports/sysutils/ffsrecov/pkg-descr (dead) To avoid breakages: If you feel uncertain about something in the ports collection feel free to ask some ports committer (IRC #bsdports @ efnet, IM or ports-developers@) or even request a ports committer to do the commit instead of you. In this particular case there is a also a FAQ what should be done when removing a port: http://www.freebsd.org/doc/en/articles/committers-guide/ports.html#Q12.2.1. --=20 Vasil Dimov gro.DSBeerF@dv Testing can show the presence of bugs, but not their absence. -- Edsger W. Dijkstra --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQFEaCHkFw6SP/bBpCARAqu6AKCEuZzUAJdQDUPn3uTXm2QOMzI7MACgvWEm xeDm8E5ydMbSp/M1FPAsDEM= =5beJ -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-cvs-all@FreeBSD.ORG Mon May 15 06:46:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DE7F16A422; Mon, 15 May 2006 06:46:45 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6052243D5A; Mon, 15 May 2006 06:46:37 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F6kR2Q049986; Mon, 15 May 2006 06:46:27 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F6kRsO049985; Mon, 15 May 2006 06:46:27 GMT (envelope-from aaron) Message-Id: <200605150646.k4F6kRsO049985@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 06:46:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Math-Symbolic-Custom-CCompiler Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 06:46:47 -0000 aaron 2006-05-15 06:46:27 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-Symbolic-Custom-CCompiler Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Math-Symbolic-Custom-CCompiler, Compile Math::Symbolic trees to C Approved by: tobez (implicit) Revision Changes Path 1.370 +1 -0 ports/math/Makefile 1.1 +32 -0 ports/math/p5-Math-Symbolic-Custom-CCompiler/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-Symbolic-Custom-CCompiler/distinfo (new) 1.1 +21 -0 ports/math/p5-Math-Symbolic-Custom-CCompiler/pkg-descr (new) 1.1 +9 -0 ports/math/p5-Math-Symbolic-Custom-CCompiler/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 06:46:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C2C516A41B; Mon, 15 May 2006 06:46:49 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2389143D68; Mon, 15 May 2006 06:46:45 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F6kYpe050030; Mon, 15 May 2006 06:46:34 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F6kYd9050029; Mon, 15 May 2006 06:46:34 GMT (envelope-from aaron) Message-Id: <200605150646.k4F6kYd9050029@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 06:46:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 06:46:51 -0000 aaron 2006-05-15 06:46:34 UTC FreeBSD ports repository Modified files: . modules Log: p5-Math-Symbolic-Custom-CCompiler --> ports/math/p5-Math-Symbolic-Custom-CCompiler Revision Changes Path 1.14953 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 06:52:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF15516A412; Mon, 15 May 2006 06:52:17 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 6F42943D46; Mon, 15 May 2006 06:52:16 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 15 May 2006 07:52:15 +0100 (BST) Date: Mon, 15 May 2006 07:52:14 +0100 From: David Malone To: Max Laier Message-ID: <20060515065214.GA63472@walton.maths.tcd.ie> References: <200605142342.k4ENgOli009466@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605142342.k4ENgOli009466@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 06:52:17 -0000 On Sun, May 14, 2006 at 11:42:24PM +0000, Max Laier wrote: > Use only lower 64bit of src/dest (and src/dest port) for hashing of IPv6 > connections and get rid of the flow_id as it is not guaranteed to be stable > some (most?) current implementations seem to just zero it out. I had a look at how constant the IPv6 Flow ID is with Orla McGann about a year ago: http://www.maths.tcd.ie/~dwmalone/p/ec2nd05.pdf We used to screw up the setting of it on SYN|ACK packets, but we should do it right now. I think NetBSD had a very similar looking bug. When I last checked OpenBSD just set it to zero. I think Solaris DTRT. David. From owner-cvs-all@FreeBSD.ORG Mon May 15 06:53:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1176E16A44F; Mon, 15 May 2006 06:53:22 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB66343D66; Mon, 15 May 2006 06:53:21 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F6rBnb050335; Mon, 15 May 2006 06:53:11 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F6rBMD050334; Mon, 15 May 2006 06:53:11 GMT (envelope-from lawrance) Message-Id: <200605150653.k4F6rBMD050334@repoman.freebsd.org> From: Sam Lawrance Date: Mon, 15 May 2006 06:53:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/poptop Makefile ports/net/poptop/files patch-pptpctrl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 06:53:25 -0000 lawrance 2006-05-15 06:53:11 UTC FreeBSD ports repository Modified files: net/poptop Makefile net/poptop/files patch-pptpctrl.c Log: Patch pptpctrl.c so that it does not pass bogus parameters to ppp. Bump PORTREVISION for the change above. PR: ports/96386 Submitted by: Stefan Bethke Approved by: olmi@rentech.ru (maintainer, timeout 2 weeks) Revision Changes Path 1.24 +1 -0 ports/net/poptop/Makefile 1.3 +16 -4 ports/net/poptop/files/patch-pptpctrl.c From owner-cvs-all@FreeBSD.ORG Mon May 15 06:53:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D39B16A44C; Mon, 15 May 2006 06:53:45 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B48EB43D6B; Mon, 15 May 2006 06:53:37 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F6rRFA050400; Mon, 15 May 2006 06:53:27 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F6rRSF050399; Mon, 15 May 2006 06:53:27 GMT (envelope-from aaron) Message-Id: <200605150653.k4F6rRSF050399@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 06:53:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Math-SymbolicX-ParserExtensionFactory Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 06:53:45 -0000 aaron 2006-05-15 06:53:27 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-SymbolicX-ParserExtensionFactory Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Math-SymbolicX-ParserExtensionFactory, Generate parser extensions Approved by: tobez (implicit) Revision Changes Path 1.371 +1 -0 ports/math/Makefile 1.1 +31 -0 ports/math/p5-Math-SymbolicX-ParserExtensionFactory/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-SymbolicX-ParserExtensionFactory/distinfo (new) 1.1 +38 -0 ports/math/p5-Math-SymbolicX-ParserExtensionFactory/pkg-descr (new) 1.1 +7 -0 ports/math/p5-Math-SymbolicX-ParserExtensionFactory/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 06:53:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D226616A488; Mon, 15 May 2006 06:53:54 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E098B43D53; Mon, 15 May 2006 06:53:49 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F6rdcm050449; Mon, 15 May 2006 06:53:39 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F6rdcf050448; Mon, 15 May 2006 06:53:39 GMT (envelope-from aaron) Message-Id: <200605150653.k4F6rdcf050448@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 06:53:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 06:53:55 -0000 aaron 2006-05-15 06:53:39 UTC FreeBSD ports repository Modified files: . modules Log: p5-Math-SymbolicX-ParserExtensionFactory --> ports/math/p5-Math-SymbolicX-ParserExtensionFactory Revision Changes Path 1.14954 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 06:56:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9D5216A40A; Mon, 15 May 2006 06:56:22 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E14043D49; Mon, 15 May 2006 06:56:22 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F6uBpJ050615; Mon, 15 May 2006 06:56:11 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F6uBGN050614; Mon, 15 May 2006 06:56:11 GMT (envelope-from lawrance) Message-Id: <200605150656.k4F6uBGN050614@repoman.freebsd.org> From: Sam Lawrance Date: Mon, 15 May 2006 06:56:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/eventwatcher Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 06:56:23 -0000 lawrance 2006-05-15 06:56:11 UTC FreeBSD ports repository Modified files: sysutils/eventwatcher Makefile distinfo Log: Update to 0.4.2. PR: ports/95940 Submitted by: Martin Wilke Approved by: lauri@kde.org (maintainer, timeout 3 weeks) Revision Changes Path 1.7 +1 -2 ports/sysutils/eventwatcher/Makefile 1.3 +3 -3 ports/sysutils/eventwatcher/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 15 06:58:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8895916A40B; Mon, 15 May 2006 06:58:19 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 383A143D53; Mon, 15 May 2006 06:58:19 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F6w8ba050678; Mon, 15 May 2006 06:58:08 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F6w85e050677; Mon, 15 May 2006 06:58:08 GMT (envelope-from lawrance) Message-Id: <200605150658.k4F6w85e050677@repoman.freebsd.org> From: Sam Lawrance Date: Mon, 15 May 2006 06:58:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/kde-windeco-activeheart Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 06:58:19 -0000 lawrance 2006-05-15 06:58:08 UTC FreeBSD ports repository Modified files: x11-themes/kde-windeco-activeheart Makefile pkg-descr Log: Add kde to CATEGORIES. Update MASTERSITE. Use PKGNAMEPREFIX like other theme ports. Remove INSTALLS_SHLIB. Update WWW: line. PR: ports/94630 Submitted by: Shane Approved by: asm@asm.kiev.ua (maintainer, timeout 7 weeks) Revision Changes Path 1.4 +3 -3 ports/x11-themes/kde-windeco-activeheart/Makefile 1.2 +1 -1 ports/x11-themes/kde-windeco-activeheart/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon May 15 07:02:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C5B816A41F; Mon, 15 May 2006 07:02:28 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 073DE43D48; Mon, 15 May 2006 07:02:28 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F72HvO050907; Mon, 15 May 2006 07:02:17 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F72HoU050906; Mon, 15 May 2006 07:02:17 GMT (envelope-from lawrance) Message-Id: <200605150702.k4F72HoU050906@repoman.freebsd.org> From: Sam Lawrance Date: Mon, 15 May 2006 07:02:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/beacon Makefile distinfo pkg-plist ports/net/beacon/files patch-NMB-Makefile.in patch-src_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 07:02:33 -0000 lawrance 2006-05-15 07:02:17 UTC FreeBSD ports repository Modified files: net/beacon Makefile distinfo pkg-plist net/beacon/files patch-src_Makefile.in Removed files: net/beacon/files patch-NMB-Makefile.in Log: Update to 1.3. PR: ports/96503 Submitted by: Antonio Querubin Approved by: janos.mohacsi@bsd.hu (maintainer, timeout 4 weeks) Revision Changes Path 1.13 +12 -7 ports/net/beacon/Makefile 1.5 +2 -3 ports/net/beacon/distinfo 1.2 +0 -11 ports/net/beacon/files/patch-NMB-Makefile.in (dead) 1.2 +7 -10 ports/net/beacon/files/patch-src_Makefile.in 1.6 +1 -2 ports/net/beacon/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 15 07:25:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A88DD16A401; Mon, 15 May 2006 07:25:12 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ED9043D46; Mon, 15 May 2006 07:25:12 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F7P1Vf053014; Mon, 15 May 2006 07:25:01 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F7P1Bc053013; Mon, 15 May 2006 07:25:01 GMT (envelope-from lawrance) Message-Id: <200605150725.k4F7P1Bc053013@repoman.freebsd.org> From: Sam Lawrance Date: Mon, 15 May 2006 07:25:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/vmware3 Makefile distinfo ports/emulators/vmware3/files 001.vmware.sh 001.vmware.sh.in config config.in pkg-message.in vmware vmware-wizard vmware-wizard.in vmware.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 07:25:12 -0000 lawrance 2006-05-15 07:25:01 UTC FreeBSD ports repository Modified files: emulators/vmware3 Makefile distinfo emulators/vmware3/files pkg-message.in Added files: emulators/vmware3/files 001.vmware.sh.in config.in vmware-wizard.in vmware.in Removed files: emulators/vmware3/files 001.vmware.sh config vmware vmware-wizard Log: Add SHA256 checksums. Make use of SUB_FILES. Use REINPLACE_CMD instead of perl. Miscellaneous other cleanups. PR: ports/96491 Submitted by: edwin Approved by: orlando@break.net (maintainer, timeout 2 weeks) Revision Changes Path 1.92 +16 -34 ports/emulators/vmware3/Makefile 1.20 +3 -0 ports/emulators/vmware3/distinfo 1.3 +0 -151 ports/emulators/vmware3/files/001.vmware.sh (dead) 1.1 +151 -0 ports/emulators/vmware3/files/001.vmware.sh.in (new) 1.7 +0 -9 ports/emulators/vmware3/files/config (dead) 1.1 +9 -0 ports/emulators/vmware3/files/config.in (new) 1.2 +2 -2 ports/emulators/vmware3/files/pkg-message.in 1.6 +0 -26 ports/emulators/vmware3/files/vmware (dead) 1.2 +0 -26 ports/emulators/vmware3/files/vmware-wizard (dead) 1.1 +26 -0 ports/emulators/vmware3/files/vmware-wizard.in (new) 1.1 +26 -0 ports/emulators/vmware3/files/vmware.in (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 07:33:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49CE116A408; Mon, 15 May 2006 07:33:13 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01F7243D46; Mon, 15 May 2006 07:33:13 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F7X2Qo053335; Mon, 15 May 2006 07:33:02 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F7X2K3053334; Mon, 15 May 2006 07:33:02 GMT (envelope-from lawrance) Message-Id: <200605150733.k4F7X2K3053334@repoman.freebsd.org> From: Sam Lawrance Date: Mon, 15 May 2006 07:33:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/gifsicle Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 07:33:15 -0000 lawrance 2006-05-15 07:33:02 UTC FreeBSD ports repository Modified files: graphics/gifsicle Makefile distinfo Log: Update to 1.44. PR: ports/96230 Submitted by: Martin Wilke Approved by: bradh@uunet.co.za (maintainer, timeout 3 weeks) Revision Changes Path 1.20 +1 -1 ports/graphics/gifsicle/Makefile 1.14 +3 -3 ports/graphics/gifsicle/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 15 07:37:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64ECD16A402; Mon, 15 May 2006 07:37:36 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 193CB43D45; Mon, 15 May 2006 07:37:36 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F7bPWt053565; Mon, 15 May 2006 07:37:25 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F7bPLS053564; Mon, 15 May 2006 07:37:25 GMT (envelope-from lawrance) Message-Id: <200605150737.k4F7bPLS053564@repoman.freebsd.org> From: Sam Lawrance Date: Mon, 15 May 2006 07:37:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/jday Makefile distinfo pkg-plist ports/astro/jday/files patch-jday.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 07:37:36 -0000 lawrance 2006-05-15 07:37:25 UTC FreeBSD ports repository Modified files: astro/jday Makefile distinfo Removed files: astro/jday pkg-plist astro/jday/files patch-jday.c Log: Update to 2.4. Submitter takes maintainership. PR: ports/96061 Submitted by: Frank Laszlo Revision Changes Path 1.7 +10 -3 ports/astro/jday/Makefile 1.5 +3 -3 ports/astro/jday/distinfo 1.2 +0 -14 ports/astro/jday/files/patch-jday.c (dead) 1.3 +0 -6 ports/astro/jday/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon May 15 07:58:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67A3016A402; Mon, 15 May 2006 07:58:07 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F60243D46; Mon, 15 May 2006 07:58:07 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F7vuT1054409; Mon, 15 May 2006 07:57:56 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F7vuKO054408; Mon, 15 May 2006 07:57:56 GMT (envelope-from tobez) Message-Id: <200605150757.k4F7vuKO054408@repoman.freebsd.org> From: Anton Berezin Date: Mon, 15 May 2006 07:57:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-Jifty Makefile Makefile.man distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 07:58:07 -0000 tobez 2006-05-15 07:57:56 UTC FreeBSD ports repository Modified files: www/p5-Jifty Makefile Makefile.man distinfo pkg-plist Log: Update to 0.60507. Revision Changes Path 1.5 +22 -21 ports/www/p5-Jifty/Makefile 1.2 +10 -4 ports/www/p5-Jifty/Makefile.man 1.4 +3 -3 ports/www/p5-Jifty/distinfo 1.4 +225 -196 ports/www/p5-Jifty/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 15 08:20:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD16016A402; Mon, 15 May 2006 08:20:49 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9924943D48; Mon, 15 May 2006 08:20:49 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F8KcYd056412; Mon, 15 May 2006 08:20:38 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F8KcVR056411; Mon, 15 May 2006 08:20:38 GMT (envelope-from maxim) Message-Id: <200605150820.k4F8KcVR056411@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 15 May 2006 08:20:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/ipcs ipcs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 08:20:50 -0000 maxim 2006-05-15 08:20:38 UTC FreeBSD src repository Modified files: usr.bin/ipcs ipcs.c Log: o Fix typo in a comment. PR: bin/97292 Submitted by: clsung MFC after: 3 days Revision Changes Path 1.29 +1 -1 src/usr.bin/ipcs/ipcs.c From owner-cvs-all@FreeBSD.ORG Mon May 15 08:24:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 277F516A40A; Mon, 15 May 2006 08:24:38 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20EA043D48; Mon, 15 May 2006 08:24:37 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id E6542118AA; Mon, 15 May 2006 10:24:32 +0200 (CEST) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 63277-08; Mon, 15 May 2006 10:24:25 +0200 (CEST) Received: from cream.stl.xbsd.org (unknown [193.120.13.130]) by smtp.xbsd.org (Postfix) with ESMTP id 69B2A116F1; Mon, 15 May 2006 10:24:24 +0200 (CEST) From: Florent Thoumie To: Pyun YongHyeon In-Reply-To: <200605150450.k4F4oXPX042911@repoman.freebsd.org> References: <200605150450.k4F4oXPX042911@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-7zxBcvqbOjLVxhcv31EO" Date: Mon, 15 May 2006 10:24:16 +0100 Message-Id: <1147685056.1214.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port X-Virus-Scanned: amavisd-new at xbsd.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 08:24:41 -0000 --=-7zxBcvqbOjLVxhcv31EO Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2006-05-15 at 04:50 +0000, Pyun YongHyeon wrote: > Obtained from: OpenBSD > Reported by: Ganbold ganbold ! micom ( mng $ net > Tested by: Ganbold ganbold ! micom ( mng $ net What the hell is that? :-) --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --=-7zxBcvqbOjLVxhcv31EO Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEaEjAMxEkbVFH3PQRAthrAJ9TLwdKie7RSViwz3BWrvLzMKJxVwCfSxt+ GrZiVPDaS463/J6gj0Er9Vg= =NQOh -----END PGP SIGNATURE----- --=-7zxBcvqbOjLVxhcv31EO-- From owner-cvs-all@FreeBSD.ORG Mon May 15 08:42:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F3616A404; Mon, 15 May 2006 08:42:01 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0556143D5A; Mon, 15 May 2006 08:41:55 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F8fieK057252; Mon, 15 May 2006 08:41:44 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F8fieW057251; Mon, 15 May 2006 08:41:44 GMT (envelope-from lth) Message-Id: <200605150841.k4F8fieW057251@repoman.freebsd.org> From: Lars Thegler Date: Mon, 15 May 2006 08:41:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-POE-Component-Server-SOAP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 08:42:11 -0000 lth 2006-05-15 08:41:44 UTC FreeBSD ports repository Modified files: www/p5-POE-Component-Server-SOAP Makefile distinfo Log: - Update to 1.09 - Removed obsolete code Revision Changes Path 1.2 +1 -6 ports/www/p5-POE-Component-Server-SOAP/Makefile 1.3 +3 -3 ports/www/p5-POE-Component-Server-SOAP/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 15 08:48:24 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 787B716A53D for ; Mon, 15 May 2006 08:48:24 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id C721F43D88 for ; Mon, 15 May 2006 08:48:02 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by nz-out-0102.google.com with SMTP id o1so105342nzf for ; Mon, 15 May 2006 01:48:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=NSMd4f0ME87sm6bsTo83hkcDbzazP5zyenhr+nYuoKeeaTIQcJvYfhXW8a2pRB5uJ8YJF6y3TCxKjN5KV6yIvkcgIJTp3eX/+zWlWS+inZUGon7YNyrWuDTwDTyKTX5T657gLps+LHDB0hXwGe5VajSbnAMdIvMj18HNnk+tEhs= Received: by 10.37.21.1 with SMTP id y1mr1152118nzi; Mon, 15 May 2006 01:48:02 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.gmail.com with ESMTP id 5sm2327183nzk.2006.05.15.01.48.00; Mon, 15 May 2006 01:48:02 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id k4F8mrhc035077 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 May 2006 17:48:53 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k4F8mqPq035076; Mon, 15 May 2006 17:48:52 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 15 May 2006 17:48:52 +0900 From: Pyun YongHyeon To: Florent Thoumie Message-ID: <20060515084852.GF33019@cdnetworks.co.kr> References: <200605150450.k4F4oXPX042911@repoman.freebsd.org> <1147685056.1214.1.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1147685056.1214.1.camel@localhost> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Pyun YongHyeon Subject: Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 08:48:25 -0000 On Mon, May 15, 2006 at 10:24:16AM +0100, Florent Thoumie wrote: > On Mon, 2006-05-15 at 04:50 +0000, Pyun YongHyeon wrote: > > > Obtained from: OpenBSD > > Reported by: Ganbold ganbold ! micom ( mng $ net > > Tested by: Ganbold ganbold ! micom ( mng $ net > > What the hell is that? :-) > It's an email address of a tester. I think it would make automatic script hard to collect email address information from our logs. -- Regards, Pyun YongHyeon From owner-cvs-all@FreeBSD.ORG Mon May 15 08:51:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10E6016A53B; Mon, 15 May 2006 08:51:36 +0000 (UTC) (envelope-from bms@spc.org) Received: from mindfull.spc.org (mindfull.spc.org [83.167.185.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51A2143D66; Mon, 15 May 2006 08:51:35 +0000 (GMT) (envelope-from bms@spc.org) Received: from arginine.spc.org ([83.167.185.2]) by mindfull.spc.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.52) id 1FfYna-0007Yc-5K; Mon, 15 May 2006 09:51:31 +0100 Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 3C11065499; Mon, 15 May 2006 09:51:32 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24249-02; Mon, 15 May 2006 09:51:31 +0100 (BST) Received: by arginine.spc.org (Postfix, from userid 1078) id 1AA59653F9; Mon, 15 May 2006 09:51:31 +0100 (BST) Date: Mon, 15 May 2006 09:51:31 +0100 From: Bruce M Simpson To: Bruce M Simpson Message-ID: <20060515085131.GG46921@spc.org> Mail-Followup-To: Bruce M Simpson , Bruce M Simpson , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, pavlin@icir.org, atanu@icir.org, rwatson@FreeBSD.org References: <200605141422.k4EEMnmC056704@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605141422.k4EEMnmC056704@repoman.freebsd.org> User-Agent: Mutt/1.4.1i Organization: Incunabulum X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mindfull.spc.org X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spc.org X-Source: X-Source-Args: X-Source-Dir: Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, rwatson@FreeBSD.org, pavlin@icir.org, atanu@icir.org Subject: Re: cvs commit: src/sys/netinet in.h ip_output.c ip_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 08:51:40 -0000 [Cc: to Pavlin] On Sun, May 14, 2006 at 02:22:49PM +0000, Bruce M Simpson wrote: > By making the imo_membership array a dynamically allocated vector, > this minimizes disruption to existing IPv4 multicast code. This > change breaks the ABI for the kernel module ip_mroute.ko, and may > cause a small amount of churn for folks working on the IGMPv3 merge. I've just realized this change is incomplete with respect to options MROUTING, when reviewing it for impact on the ABI. What needs to be done in ip_mroute.c is for a temporary vector to be spoofed up in tbf_send_packet() before it enters ip_output(), when vif tunneling is not in use, and which then needs to be freed once ip_output() is done, as the ip_moptions struct there is allocated on the stack. I believe this is the right fix but would appreciate feedback from folks who know the MROUTING code. Given the low number of dynamic consumers (ip_mroute and if_carp, besides netinet itself) I would be inclined to MFC this to RELENG_6 if people are happy with the change overall and the fact that this breaks the ABI for those modules, though I wouldn't plan to do this for another 2 weeks. Regards, BMS From owner-cvs-all@FreeBSD.ORG Mon May 15 08:55:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBEF216A67A; Mon, 15 May 2006 08:55:22 +0000 (UTC) (envelope-from bms@spc.org) Received: from mindfull.spc.org (mindfull.spc.org [83.167.185.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id A764D43D62; Mon, 15 May 2006 08:55:09 +0000 (GMT) (envelope-from bms@spc.org) Received: from arginine.spc.org ([83.167.185.2]) by mindfull.spc.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.52) id 1FfYr4-0007a3-9m; Mon, 15 May 2006 09:55:06 +0100 Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 4908A6564E; Mon, 15 May 2006 09:55:08 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24277-02-2; Mon, 15 May 2006 09:55:07 +0100 (BST) Received: by arginine.spc.org (Postfix, from userid 1078) id 7943A65499; Mon, 15 May 2006 09:55:07 +0100 (BST) Date: Mon, 15 May 2006 09:55:07 +0100 From: Bruce M Simpson To: Bruce M Simpson , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, pavlin@icir.org, atanu@icir.org, rwatson@FreeBSD.org Message-ID: <20060515085507.GH46921@spc.org> Mail-Followup-To: Bruce M Simpson , Bruce M Simpson , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, pavlin@icir.org, atanu@icir.org, rwatson@FreeBSD.org References: <200605141422.k4EEMnmC056704@repoman.freebsd.org> <20060515085131.GG46921@spc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060515085131.GG46921@spc.org> User-Agent: Mutt/1.4.1i Organization: Incunabulum X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mindfull.spc.org X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spc.org X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: Re: cvs commit: src/sys/netinet in.h ip_output.c ip_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 08:55:25 -0000 Something like this: %%% --- ip_mroute.c.orig Mon May 15 09:52:41 2006 +++ ip_mroute.c Mon May 15 09:54:01 2006 @@ -2115,6 +2115,7 @@ ip_output(m, NULL, &vifp->v_route, IP_FORWARDING, NULL, NULL); else { struct ip_moptions imo; + struct in_multi *imm[2]; int error; static struct route ro; /* XXX check this */ @@ -2122,6 +2123,9 @@ imo.imo_multicast_ttl = mtod(m, struct ip *)->ip_ttl - 1; imo.imo_multicast_loop = 1; imo.imo_multicast_vif = -1; + imo.imo_num_memberships = 0; + imo.imo_max_memberships = 2; + imo.imo_membership = &imm[0]; /* * Re-entrancy should not be a problem here, because Exit 1 %%% From owner-cvs-all@FreeBSD.ORG Mon May 15 09:00:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8623716A4CB; Mon, 15 May 2006 09:00:15 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id C609743D69; Mon, 15 May 2006 09:00:14 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 5CA951188C; Mon, 15 May 2006 11:00:13 +0200 (CEST) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 64492-03; Mon, 15 May 2006 11:00:07 +0200 (CEST) Received: from mayday.esat.net (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id 66AB4116F1; Mon, 15 May 2006 11:00:06 +0200 (CEST) From: Florent Thoumie To: pyunyh@gmail.com In-Reply-To: <20060515084852.GF33019@cdnetworks.co.kr> References: <200605150450.k4F4oXPX042911@repoman.freebsd.org> <1147685056.1214.1.camel@localhost> <20060515084852.GF33019@cdnetworks.co.kr> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-CBMmn9vamDdkC1SgnCXX" Date: Mon, 15 May 2006 09:59:46 +0100 Message-Id: <1147683586.3260.0.camel@mayday.esat.net> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port X-Virus-Scanned: amavisd-new at xbsd.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Pyun YongHyeon Subject: Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 09:00:19 -0000 --=-CBMmn9vamDdkC1SgnCXX Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2006-05-15 at 17:48 +0900, Pyun YongHyeon wrote: > On Mon, May 15, 2006 at 10:24:16AM +0100, Florent Thoumie wrote: > > On Mon, 2006-05-15 at 04:50 +0000, Pyun YongHyeon wrote: > >=20 > > > Obtained from: OpenBSD > > > Reported by: Ganbold ganbold ! micom ( mng $ net > > > Tested by: Ganbold ganbold ! micom ( mng $ net > >=20 > > What the hell is that? :-) > >=20 >=20 > It's an email address of a tester. I think it would make automatic > script hard to collect email address information from our logs. I think it's easier for a script to understand the email address than it is for me :-) --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --=-CBMmn9vamDdkC1SgnCXX Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEaEMCMxEkbVFH3PQRAjj0AJ40ePCbBnCBa3JK5sPV+xMA57ya5ACeIvYU PvmLy8/nCqeI9Zt0XbHTuWE= =LfJb -----END PGP SIGNATURE----- --=-CBMmn9vamDdkC1SgnCXX-- From owner-cvs-all@FreeBSD.ORG Mon May 15 09:14:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2407416A585; Mon, 15 May 2006 09:14:46 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1C1743D46; Mon, 15 May 2006 09:14:45 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F9EYWg067211; Mon, 15 May 2006 09:14:34 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F9EYI5067210; Mon, 15 May 2006 09:14:34 GMT (envelope-from lawrance) Message-Id: <200605150914.k4F9EYI5067210@repoman.freebsd.org> From: Sam Lawrance Date: Mon, 15 May 2006 09:14:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/pgpool Makefile distinfo ports/databases/pgpool/files pgpool.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 09:14:46 -0000 lawrance 2006-05-15 09:14:34 UTC FreeBSD ports repository Modified files: databases/pgpool Makefile distinfo databases/pgpool/files pgpool.in Log: Update to 3.0.1. Run as 'nobody' rather than root. PR: ports/96637 Submitted by: Vivek Khera Approved by: Choe, Cheng-Dae (maintainer) Revision Changes Path 1.3 +4 -3 ports/databases/pgpool/Makefile 1.3 +3 -3 ports/databases/pgpool/distinfo 1.2 +3 -1 ports/databases/pgpool/files/pgpool.in From owner-cvs-all@FreeBSD.ORG Mon May 15 09:18:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C7C016A464; Mon, 15 May 2006 09:18:29 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1817943D4C; Mon, 15 May 2006 09:18:29 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F9IIFP067405; Mon, 15 May 2006 09:18:18 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F9IIAe067404; Mon, 15 May 2006 09:18:18 GMT (envelope-from lth) Message-Id: <200605150918.k4F9IIAe067404@repoman.freebsd.org> From: Lars Thegler Date: Mon, 15 May 2006 09:18:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Log-Dispatch-FileRotate Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 09:18:29 -0000 lth 2006-05-15 09:18:18 UTC FreeBSD ports repository Modified files: devel/p5-Log-Dispatch-FileRotate Makefile distinfo Log: Update to 1.15 Revision Changes Path 1.5 +1 -1 ports/devel/p5-Log-Dispatch-FileRotate/Makefile 1.6 +3 -3 ports/devel/p5-Log-Dispatch-FileRotate/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 15 09:29:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9C7116A6AF; Mon, 15 May 2006 09:29:10 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37A3B43D7B; Mon, 15 May 2006 09:29:08 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F9SvcO067880; Mon, 15 May 2006 09:28:57 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F9Svhq067879; Mon, 15 May 2006 09:28:57 GMT (envelope-from maxim) Message-Id: <200605150928.k4F9Svhq067879@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 15 May 2006 09:28:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet raw_ip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 09:29:11 -0000 maxim 2006-05-15 09:28:57 UTC FreeBSD src repository Modified files: sys/netinet raw_ip.c Log: o In rip_disconnect() do not call rip_abort(), just mark a socket as not connected. In soclose() case rip_detach() will kill inpcb for us later. It makes rawconnect regression test do not panic a system. Reviewed by: rwatson X-MFC after: with all 1th April inpcb changes Revision Changes Path 1.161 +11 -1 src/sys/netinet/raw_ip.c From owner-cvs-all@FreeBSD.ORG Mon May 15 09:29:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1C0716A9AF; Mon, 15 May 2006 09:29:36 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67C5A43D48; Mon, 15 May 2006 09:29:35 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F9TOCG067917; Mon, 15 May 2006 09:29:24 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F9TOnS067916; Mon, 15 May 2006 09:29:24 GMT (envelope-from lawrance) Message-Id: <200605150929.k4F9TOnS067916@repoman.freebsd.org> From: Sam Lawrance Date: Mon, 15 May 2006 09:29:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/wavpack/files patch-wvunpack.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 09:29:36 -0000 lawrance 2006-05-15 09:29:24 UTC FreeBSD ports repository Added files: audio/wavpack/files patch-wvunpack.c Log: Fix build on 4.x. PR: ports/97288 Submitted by: Shaun Amott Revision Changes Path 1.1 +20 -0 ports/audio/wavpack/files/patch-wvunpack.c (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 09:40:06 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCC3C16A423; Mon, 15 May 2006 09:40:05 +0000 (UTC) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw4.york.ac.uk (mail-gw4.york.ac.uk [144.32.128.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F6CC43D45; Mon, 15 May 2006 09:40:04 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from buffy.york.ac.uk (buffy-128.york.ac.uk [144.32.128.160]) by mail-gw4.york.ac.uk (8.13.6/8.13.6) with ESMTP id k4F9e0Y0015671; Mon, 15 May 2006 10:40:00 +0100 (BST) Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.13.6/8.13.6) with ESMTP id k4F9e0Th023543; Mon, 15 May 2006 10:40:00 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.13.6/8.13.6/Submit) id k4F9e0TD023542; Mon, 15 May 2006 10:40:00 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin.atkinson@ury.york.ac.uk using -f From: Gavin Atkinson To: Joseph Koshy In-Reply-To: <200605150257.k4F2vLcj028429@repoman.freebsd.org> References: <200605150257.k4F2vLcj028429@repoman.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Mon, 15 May 2006 10:39:59 +0100 Message-Id: <1147685999.23488.3.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 09:40:06 -0000 On Mon, 2006-05-15 at 02:57 +0000, Joseph Koshy wrote: > jkoshy 2006-05-15 02:57:21 UTC > > FreeBSD doc repository > > Modified files: > en/news press.xml > Log: > Add BSDTalk's interview with Karl Lehenbauer of Flightaware.com. Link > to AMD's press release on the same subject. > > PR: www/97285 > Submitted by: lawrance I wonder if it's also worth linking to the AMD press release? This is quite a nice example of what can be done, but at the same time, I suspect the fact that it is an mp3 will mean many people won't get to hear it. Also, I'm not convinced that blogs really provide what people see as "reliable" information. On the other hand, AMD having a press release saying "FreeBSD/amd64 is great" probably goes a long way. Gavin From owner-cvs-all@FreeBSD.ORG Mon May 15 09:55:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0415516A4D1; Mon, 15 May 2006 09:55:07 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F27943D53; Mon, 15 May 2006 09:55:07 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4F9suWu068895; Mon, 15 May 2006 09:54:56 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4F9suFH068894; Mon, 15 May 2006 09:54:56 GMT (envelope-from lawrance) Message-Id: <200605150954.k4F9suFH068894@repoman.freebsd.org> From: Sam Lawrance Date: Mon, 15 May 2006 09:54:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/dataplot Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 09:55:08 -0000 lawrance 2006-05-15 09:54:56 UTC FreeBSD ports repository Modified files: graphics/dataplot Makefile distinfo Log: Update to 20060425. Submitter takes maintainership. PR: ports/97290 Submitted by: Beech Rintoul Revision Changes Path 1.13 +6 -5 ports/graphics/dataplot/Makefile 1.8 +3 -3 ports/graphics/dataplot/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 15 10:03:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29E2416A4AB; Mon, 15 May 2006 10:03:21 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC80E43D46; Mon, 15 May 2006 10:03:20 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FA39vd070461; Mon, 15 May 2006 10:03:09 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FA3982070460; Mon, 15 May 2006 10:03:09 GMT (envelope-from maxim) Message-Id: <200605151003.k4FA3982070460@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 15 May 2006 10:03:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/libexec/rtld-elf rtld.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 10:03:22 -0000 maxim 2006-05-15 10:03:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) libexec/rtld-elf rtld.1 Log: MFC revs. 1.29, 1.30, a part of 1.36: the .Nm utility, filesystem -> file system, move rcs id tag. PR: docs/66264 Submitted by: Michel Lavondes Revision Changes Path 1.18.2.9 +9 -5 src/libexec/rtld-elf/rtld.1 From owner-cvs-all@FreeBSD.ORG Mon May 15 10:09:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34C9516A597; Mon, 15 May 2006 10:09:20 +0000 (UTC) (envelope-from matusita@jp.FreeBSD.org) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3775143D5E; Mon, 15 May 2006 10:09:18 +0000 (GMT) (envelope-from matusita@jp.FreeBSD.org) Received: from [192.168.120.243] (localhost [127.0.0.1]) by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3/smtpfeed 1.14) with ESMTP/inet id k4FA9GQ53019; Mon, 15 May 2006 19:09:16 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Message-ID: <4468534B.6050607@jp.FreeBSD.org> Date: Mon, 15 May 2006 19:09:15 +0900 From: Makoto Matsushita User-Agent: Thunderbird MIME-Version: 1.0 To: Maxim Sobolev References: <200605140147.k4E1lqGD083037@repoman.freebsd.org> <4467A5CE.7070900@FreeBSD.org> In-Reply-To: <4467A5CE.7070900@FreeBSD.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=KOI8-U Content-Transfer-Encoding: 7bit Cc: "George V. Neville-Neil" , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/lnc if_lnc.c if_lnc_cbus.c if_lnc_isa.c if_lnc_pci.c if_lncreg.h if_lncvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 10:09:20 -0000 > Does it work on VmWare? If my quick test (7-current, build a new kernel without lnc(4), boot -s, kldload if_le, and dhclient le0) is not wrong, le(4) works fine for me. -- Makoto `MAR' Matsushita From owner-cvs-all@FreeBSD.ORG Mon May 15 10:17:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 885F716A402; Mon, 15 May 2006 10:17:43 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 136D143D46; Mon, 15 May 2006 10:17:42 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 1815D2083; Mon, 15 May 2006 12:17:38 +0200 (CEST) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -2.4/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 975D12082; Mon, 15 May 2006 12:17:37 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 8268333CAD; Mon, 15 May 2006 12:17:37 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Florent Thoumie References: <200605150450.k4F4oXPX042911@repoman.freebsd.org> <1147685056.1214.1.camel@localhost> Date: Mon, 15 May 2006 12:17:37 +0200 In-Reply-To: <1147685056.1214.1.camel@localhost> (Florent Thoumie's message of "Mon, 15 May 2006 10:24:16 +0100") Message-ID: <868xp3618e.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Pyun YongHyeon Subject: Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 10:17:43 -0000 Florent Thoumie writes: > On Mon, 2006-05-15 at 04:50 +0000, Pyun YongHyeon wrote: > > Obtained from: OpenBSD > > Reported by: Ganbold ganbold ! micom ( mng $ net > > Tested by: Ganbold ganbold ! micom ( mng $ net > What the hell is that? :-) A stupid way of spelling by someone who thinks mangling email addresses is an effective anti-spam measure. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Mon May 15 10:19:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 759AF16A40D; Mon, 15 May 2006 10:19:52 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26D5343D4C; Mon, 15 May 2006 10:19:52 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FAJfCN071036; Mon, 15 May 2006 10:19:41 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FAJf8p071035; Mon, 15 May 2006 10:19:41 GMT (envelope-from erwin) Message-Id: <200605151019.k4FAJf8p071035@repoman.freebsd.org> From: Erwin Lansing Date: Mon, 15 May 2006 10:19:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Sub-Uplevel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 10:19:52 -0000 erwin 2006-05-15 10:19:40 UTC FreeBSD ports repository Modified files: devel/p5-Sub-Uplevel Makefile distinfo Log: Update to 0.12 Revision Changes Path 1.10 +1 -1 ports/devel/p5-Sub-Uplevel/Makefile 1.8 +3 -3 ports/devel/p5-Sub-Uplevel/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 15 10:40:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C851F16A406; Mon, 15 May 2006 10:40:48 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87DA943D49; Mon, 15 May 2006 10:40:48 +0000 (GMT) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FAebkv071997; Mon, 15 May 2006 10:40:37 GMT (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FAeb8Y071996; Mon, 15 May 2006 10:40:37 GMT (envelope-from benno) Message-Id: <200605151040.k4FAeb8Y071996@repoman.freebsd.org> From: Benno Rice Date: Mon, 15 May 2006 10:40:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 10:40:48 -0000 benno 2006-05-15 10:40:37 UTC FreeBSD src repository Modified files: sys/arm/arm machdep.c Log: Display real/avail memory as per other platforms. Approved by: cognet Revision Changes Path 1.23 +29 -3 src/sys/arm/arm/machdep.c From owner-cvs-all@FreeBSD.ORG Mon May 15 10:55:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D6F816A403; Mon, 15 May 2006 10:55:23 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1659B43D45; Mon, 15 May 2006 10:55:23 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FAtBAQ072596; Mon, 15 May 2006 10:55:11 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FAtBL9072595; Mon, 15 May 2006 10:55:11 GMT (envelope-from itetcu) Message-Id: <200605151055.k4FAtBL9072595@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Mon, 15 May 2006 10:55:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/rospell Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 10:55:23 -0000 itetcu 2006-05-15 10:55:11 UTC FreeBSD ports repository Modified files: editors/rospell Makefile distinfo Log: Update to 2006.00, bug-fix release. PR: ports/97269 Submitted by: Martin Wilke Approved by: itetcu (me, maintainer), lawrance (mentor) Revision Changes Path 1.5 +2 -3 ports/editors/rospell/Makefile 1.3 +3 -3 ports/editors/rospell/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 15 10:57:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 012D316A403; Mon, 15 May 2006 10:57:53 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C84643D46; Mon, 15 May 2006 10:57:52 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FAvfb3072763; Mon, 15 May 2006 10:57:41 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FAvfYU072762; Mon, 15 May 2006 10:57:41 GMT (envelope-from lth) Message-Id: <200605151057.k4FAvfYU072762@repoman.freebsd.org> From: Lars Thegler Date: Mon, 15 May 2006 10:57:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-Template-Plugin-Class Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 10:57:53 -0000 lth 2006-05-15 10:57:41 UTC FreeBSD ports repository Modified files: www/p5-Template-Plugin-Class Makefile distinfo Log: Update to 0.13 Revision Changes Path 1.2 +1 -1 ports/www/p5-Template-Plugin-Class/Makefile 1.3 +3 -3 ports/www/p5-Template-Plugin-Class/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 15 11:14:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7196616A406; Mon, 15 May 2006 11:14:36 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BB2F43D70; Mon, 15 May 2006 11:14:25 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.13.4/8.13.3) with ESMTP id k4FBEA8c071962; Mon, 15 May 2006 15:14:11 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Mon, 15 May 2006 15:14:10 +0400 (MSD) From: Maxim Konovalov To: Sam Leffler In-Reply-To: <44232AED.9020504@errno.com> Message-ID: <20060515145944.V71191@mp2.macomnet.net> References: <200603232306.k2NN6EVk018671@repoman.freebsd.org> <44232AED.9020504@errno.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/gdb gdb_cons.c gdb_int.h gdb_main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 11:14:38 -0000 Hi Sam, On Thu, 23 Mar 2006, 15:10-0800, Sam Leffler wrote: > Sam Leffler wrote: > > sam 2006-03-23 23:06:14 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/conf files sys/gdb gdb_int.h gdb_main.c > > Added files: > > sys/gdb gdb_cons.c Log: > > add support for copying console messages to a remote gdb > > To use this do something like: > > 1. add debug.gdbcons="1" in loader.conf > 2. boot -d; gdb; step > 3. attach gdb > > You'll see the boot messages and all console output. To turn this > on/off use the debug.gdbcons sysctl. Yes, it works: gdb% trf kdb_thr_from_pid (pid=0x0) at /usr/src/sys/kern/subr_kdb.c:394 394 { warning: Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and track explicitly loaded dynamic code. warning: shared library handler failed to enable breakpoint gdb% c Continuing. WARNING: R/W mount of / denied. Filesystem is not clean - run fsck WARNING: /home was not properly dismounted /home: mount pending error: blocks 600 files 6 WARNING: /usr was not properly dismounted /usr: mount pending error: blocks 36 files 14 WARNING: /vol0 was not properly dismounted wi0: mem 0xf8000000-0xf8000fff at device 2.0 on pci2 ... -- Maxim Konovalov From owner-cvs-all@FreeBSD.ORG Mon May 15 11:15:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 111CB16A405; Mon, 15 May 2006 11:15:47 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5D0C43D72; Mon, 15 May 2006 11:15:46 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FBFZHp074696; Mon, 15 May 2006 11:15:35 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FBFZWw074695; Mon, 15 May 2006 11:15:35 GMT (envelope-from nyan) Message-Id: <200605151115.k4FBFZWw074695@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 15 May 2006 11:15:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/conf GENERIC GENERIC.hints NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 11:15:47 -0000 nyan 2006-05-15 11:15:35 UTC FreeBSD src repository Modified files: sys/pc98/conf GENERIC GENERIC.hints NOTES Log: Switch from the lnc driver to the le driver. But C-NET(98)S support is dropped. Revision Changes Path 1.277 +1 -1 src/sys/pc98/conf/GENERIC 1.25 +0 -4 src/sys/pc98/conf/GENERIC.hints 1.76 +1 -6 src/sys/pc98/conf/NOTES From owner-cvs-all@FreeBSD.ORG Mon May 15 11:23:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A36216A400; Mon, 15 May 2006 11:23:44 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7E6943D48; Mon, 15 May 2006 11:23:43 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FBNWNc075056; Mon, 15 May 2006 11:23:32 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FBNWgT075055; Mon, 15 May 2006 11:23:32 GMT (envelope-from garga) Message-Id: <200605151123.k4FBNWgT075055@repoman.freebsd.org> From: Renato Botelho Date: Mon, 15 May 2006 11:23:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/pfw Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 11:23:44 -0000 garga 2006-05-15 11:23:32 UTC FreeBSD ports repository Modified files: security/pfw Makefile distinfo pkg-plist Log: - Update to 0.7.3 Full ChangeLog at: http://www.allard.nu/pfw/history Revision Changes Path 1.12 +1 -6 ports/security/pfw/Makefile 1.9 +3 -3 ports/security/pfw/distinfo 1.5 +2 -1 ports/security/pfw/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 15 11:23:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF5AE16A403; Mon, 15 May 2006 11:23:47 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A6AE43D48; Mon, 15 May 2006 11:23:47 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.13.4/8.13.3) with ESMTP id k4FBNgLO072167; Mon, 15 May 2006 15:23:42 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Mon, 15 May 2006 15:23:42 +0400 (MSD) From: Maxim Konovalov To: Sam Leffler In-Reply-To: <20060515145944.V71191@mp2.macomnet.net> Message-ID: <20060515152326.O71908@mp2.macomnet.net> References: <200603232306.k2NN6EVk018671@repoman.freebsd.org> <44232AED.9020504@errno.com> <20060515145944.V71191@mp2.macomnet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/gdb gdb_cons.c gdb_int.h gdb_main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 11:23:48 -0000 On Mon, 15 May 2006, 15:14+0400, Maxim Konovalov wrote: > Hi Sam, > > On Thu, 23 Mar 2006, 15:10-0800, Sam Leffler wrote: > > > Sam Leffler wrote: > > > sam 2006-03-23 23:06:14 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/conf files sys/gdb gdb_int.h gdb_main.c > > > Added files: > > > sys/gdb gdb_cons.c Log: > > > add support for copying console messages to a remote gdb > > > > To use this do something like: > > > > 1. add debug.gdbcons="1" in loader.conf > > 2. boot -d; gdb; step > > 3. attach gdb > > > > You'll see the boot messages and all console output. To turn this > > on/off use the debug.gdbcons sysctl. > > Yes, it works: I meant it works over firewire too. -- Maxim Konovalov From owner-cvs-all@FreeBSD.ORG Mon May 15 11:46:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CDB916A4F2; Mon, 15 May 2006 11:46:20 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4E5643D62; Mon, 15 May 2006 11:46:18 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FBk7rr075891; Mon, 15 May 2006 11:46:07 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FBk7Og075890; Mon, 15 May 2006 11:46:07 GMT (envelope-from des) Message-Id: <200605151146.k4FBk7Og075890@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 15 May 2006 11:46:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/nav Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 11:46:22 -0000 des 2006-05-15 11:46:07 UTC FreeBSD ports repository Modified files: net-mgmt/nav Makefile Log: Take over maintainership by agreement with anders@. Revision Changes Path 1.5 +1 -1 ports/net-mgmt/nav/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 15 11:46:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C58E16A710; Mon, 15 May 2006 11:46:59 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6B0C43D95; Mon, 15 May 2006 11:46:43 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FBkVl7075949; Mon, 15 May 2006 11:46:31 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FBkVsA075948; Mon, 15 May 2006 11:46:31 GMT (envelope-from dinoex) Message-Id: <200605151146.k4FBkVsA075948@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 15 May 2006 11:46:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_ruby Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 11:47:19 -0000 dinoex 2006-05-15 11:46:31 UTC FreeBSD ports repository Modified files: www/mod_ruby Makefile Log: - fix perl dependency when istalled by packages Revision Changes Path 1.57 +1 -0 ports/www/mod_ruby/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 15 11:48:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8105A16A571; Mon, 15 May 2006 11:48:17 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BCD143D4C; Mon, 15 May 2006 11:48:17 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FBm545076033; Mon, 15 May 2006 11:48:05 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FBm5Cc076032; Mon, 15 May 2006 11:48:05 GMT (envelope-from lawrance) Message-Id: <200605151148.k4FBm5Cc076032@repoman.freebsd.org> From: Sam Lawrance Date: Mon, 15 May 2006 11:48:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/pkg-orphan Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 11:48:18 -0000 lawrance 2006-05-15 11:48:05 UTC FreeBSD ports repository Modified files: sysutils/pkg-orphan Makefile distinfo pkg-descr Log: Update to 0.1.1. [1] Update maintainer's email address. PR: ports/96620 [1] Submitted by: Martin Wilke [1] Approved by: semionov@mail.bg (maintainer) Revision Changes Path 1.2 +2 -2 ports/sysutils/pkg-orphan/Makefile 1.2 +3 -3 ports/sysutils/pkg-orphan/distinfo 1.2 +1 -1 ports/sysutils/pkg-orphan/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon May 15 11:49:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6668716A4D3; Mon, 15 May 2006 11:49:13 +0000 (UTC) (envelope-from dhartmei@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 260BA43D49; Mon, 15 May 2006 11:49:13 +0000 (GMT) (envelope-from dhartmei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FBn1TO076077; Mon, 15 May 2006 11:49:01 GMT (envelope-from dhartmei@repoman.freebsd.org) Received: (from dhartmei@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FBn1qR076076; Mon, 15 May 2006 11:49:01 GMT (envelope-from dhartmei) Message-Id: <200605151149.k4FBn1qR076076@repoman.freebsd.org> From: Daniel Hartmeier Date: Mon, 15 May 2006 11:49:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_bridge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 11:49:15 -0000 dhartmei 2006-05-15 11:49:01 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: Recalculate IP checksum after running pfil hooks. Reviewed by: thompsa Tested by: Adam McDougall Revision Changes Path 1.60 +17 -2 src/sys/net/if_bridge.c From owner-cvs-all@FreeBSD.ORG Mon May 15 11:58:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A9FE16A417; Mon, 15 May 2006 11:58:25 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE06843D45; Mon, 15 May 2006 11:58:24 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FBwD6D076452; Mon, 15 May 2006 11:58:13 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FBwDhQ076451; Mon, 15 May 2006 11:58:13 GMT (envelope-from dinoex) Message-Id: <200605151158.k4FBwDhQ076451@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 15 May 2006 11:58:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/phppgadmin pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 11:58:25 -0000 dinoex 2006-05-15 11:58:13 UTC FreeBSD ports repository Modified files: databases/phppgadmin pkg-plist Log: - fix plist after apache update Revision Changes Path 1.20 +1 -0 ports/databases/phppgadmin/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 15 11:59:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23A5216A430; Mon, 15 May 2006 11:59:23 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D70C643D46; Mon, 15 May 2006 11:59:22 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FBxBk2076510; Mon, 15 May 2006 11:59:11 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FBxBE0076509; Mon, 15 May 2006 11:59:11 GMT (envelope-from dinoex) Message-Id: <200605151159.k4FBxBE0076509@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 15 May 2006 11:59:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/twig pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 11:59:23 -0000 dinoex 2006-05-15 11:59:11 UTC FreeBSD ports repository Modified files: www/twig pkg-plist Log: - fix plist after apache update Revision Changes Path 1.8 +1 -0 ports/www/twig/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 15 12:18:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BEE216A596; Mon, 15 May 2006 12:18:27 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FBA743D66; Mon, 15 May 2006 12:18:26 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FCIEib078414; Mon, 15 May 2006 12:18:15 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FCIEJN078409; Mon, 15 May 2006 12:18:14 GMT (envelope-from lawrance) Message-Id: <200605151218.k4FCIEJN078409@repoman.freebsd.org> From: Sam Lawrance Date: Mon, 15 May 2006 12:18:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports KNOBS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 12:18:31 -0000 lawrance 2006-05-15 12:18:14 UTC FreeBSD ports repository Modified files: . KNOBS Log: Add CLIENT and SERVER knobs, for controlling the respective components of a port which can build client and server components. Revision Changes Path 1.11 +3 -1 ports/KNOBS From owner-cvs-all@FreeBSD.ORG Mon May 15 12:23:55 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 729) id 6F27A16A5C0; Mon, 15 May 2006 12:23:55 +0000 (UTC) X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: Gavin Atkinson In-Reply-To: Message from Gavin Atkinson of "Mon, 15 May 2006 10:39:59 +0100." <1147685999.23488.3.camel@buffy.york.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Message-Id: <20060515122355.6F27A16A5C0@hub.freebsd.org> Date: Mon, 15 May 2006 12:23:55 +0000 (UTC) From: jkoshy@FreeBSD.ORG (Joseph Koshy) Cc: Joseph Koshy , doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 12:23:57 -0000 ga> I wonder if it's also worth linking to the AMD press release? This is ga> quite a nice example of what can be done, but at the same time, I ga> suspect the fact that it is an mp3 will mean many people won't get to ga> hear it. Also, I'm not convinced that blogs really provide what people ga> see as "reliable" information. On the other hand, AMD having a press ga> release saying "FreeBSD/amd64 is great" probably goes a long way. There is a link to the AMD press page in the text of the entry. Thanks, Koshy From owner-cvs-all@FreeBSD.ORG Mon May 15 12:40:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E44416A438; Mon, 15 May 2006 12:40:50 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEBA143D45; Mon, 15 May 2006 12:40:49 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FCec3P079356; Mon, 15 May 2006 12:40:38 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FCec0i079355; Mon, 15 May 2006 12:40:38 GMT (envelope-from garga) Message-Id: <200605151240.k4FCec0i079355@repoman.freebsd.org> From: Renato Botelho Date: Mon, 15 May 2006 12:40:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/libprelude Makefile ports/security/libprelude/files patch-src_include_libmissing.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 12:40:51 -0000 garga 2006-05-15 12:40:38 UTC FreeBSD ports repository Modified files: security/libprelude Makefile Added files: security/libprelude/files patch-src_include_libmissing.h Log: Fix build on 4.x Submitted by: maintainer and author by email Revision Changes Path 1.29 +0 -4 ports/security/libprelude/Makefile 1.1 +12 -0 ports/security/libprelude/files/patch-src_include_libmissing.h (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 12:42:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E00FB16A400; Mon, 15 May 2006 12:42:42 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A00E243D45; Mon, 15 May 2006 12:42:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FCgVwq079447; Mon, 15 May 2006 12:42:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FCgVeK079446; Mon, 15 May 2006 12:42:31 GMT (envelope-from pav) Message-Id: <200605151242.k4FCgVeK079446@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 15 May 2006 12:42:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/ruby18 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 12:42:43 -0000 pav 2006-05-15 12:42:31 UTC FreeBSD ports repository Modified files: lang/ruby18 Makefile Log: - Fix PKGNAMESUFFIX when both Oniguruma and pthreads are enabled PR: ports/97178 (based on) Submitted by: cokane Revision Changes Path 1.108 +1 -1 ports/lang/ruby18/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 15 12:49:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7CDE16A425; Mon, 15 May 2006 12:49:11 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CD0D43D53; Mon, 15 May 2006 12:49:11 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FCmxkv087288; Mon, 15 May 2006 12:48:59 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FCmxjt087287; Mon, 15 May 2006 12:48:59 GMT (envelope-from sem) Message-Id: <200605151248.k4FCmxjt087287@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 15 May 2006 12:48:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/whoson Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 12:49:12 -0000 sem 2006-05-15 12:48:59 UTC FreeBSD ports repository Modified files: mail/whoson Makefile Log: - COMMENT: fix typo and change quotations Revision Changes Path 1.2 +1 -1 ports/mail/whoson/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 15 12:52:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 105E416A51C; Mon, 15 May 2006 12:52:05 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEBC043D46; Mon, 15 May 2006 12:52:04 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FCpruo087671; Mon, 15 May 2006 12:51:53 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FCprOv087670; Mon, 15 May 2006 12:51:53 GMT (envelope-from ahze) Message-Id: <200605151251.k4FCprOv087670@repoman.freebsd.org> From: Michael Johnson Date: Mon, 15 May 2006 12:51:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/vlc-devel Makefile Makefile.inc distinfo ports/multimedia/vlc-devel/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 12:52:05 -0000 ahze 2006-05-15 12:51:53 UTC FreeBSD ports repository Modified files: multimedia/vlc-devel Makefile Makefile.inc distinfo multimedia/vlc-devel/files patch-configure Log: - Update to 0.8.6.20060514 - Add dbus support (WITHOUT_DBUS, enabled by default) Revision Changes Path 1.145 +9 -3 ports/multimedia/vlc-devel/Makefile 1.3 +5 -2 ports/multimedia/vlc-devel/Makefile.inc 1.37 +3 -3 ports/multimedia/vlc-devel/distinfo 1.13 +33 -6 ports/multimedia/vlc-devel/files/patch-configure From owner-cvs-all@FreeBSD.ORG Mon May 15 13:07:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BE8D16A65C; Mon, 15 May 2006 13:07:37 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6D6443D79; Mon, 15 May 2006 13:07:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FD7LaU089525; Mon, 15 May 2006 13:07:21 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FD7LR3089524; Mon, 15 May 2006 13:07:21 GMT (envelope-from pav) Message-Id: <200605151307.k4FD7LR3089524@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 15 May 2006 13:07:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/nagios-plugins Makefile distinfo pkg-plist ports/net-mgmt/nagios-plugins/files patch-Makefile.am patch-check_http.c patch-check_ircd.pl patch-check_nagios.c patch-check_ntp.pl patch-check_radius.c patch-check_snmp.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 13:07:52 -0000 pav 2006-05-15 13:07:21 UTC FreeBSD ports repository Modified files: net-mgmt/nagios-plugins Makefile distinfo pkg-plist net-mgmt/nagios-plugins/files patch-configure.in Added files: net-mgmt/nagios-plugins/files patch-plugins-scripts__check_ircd.pl patch-plugins-scripts__check_ntp.pl patch-plugins-scripts__utils.sh.in patch-plugins__Makefile.am patch-plugins__check_radius.c patch-plugins__check_snmp.c patch-plugins__check_tcp.c Removed files: net-mgmt/nagios-plugins/files patch-Makefile.am patch-check_http.c patch-check_ircd.pl patch-check_nagios.c patch-check_ntp.pl patch-check_radius.c patch-check_snmp.c patch-check_tcp.c patch-utils.sh.in Log: Update to Nagios Plugins 1.4.3: - Variable ordering and style realigned with bsd.port.mk - Moved manual pre-configure aclocal call to use bsd.autotools.mk (with manual tweak to ACLOCAL_ARGS required) - Listed resulting plug-in name in user configurable options - Removed remaining hard-coded variables including local state directory - Correctly identified location of Perl to configure script - Removed setlocale (LC_NUMERIC, "C") patch to plug-ins containing scanf(3) and an already defined LC_NUMERIC - Reworked all patches (named using make makepatch) - Corrected minor warning in check_ntp.pl regarding undefined use of $jitter PR: ports/97189 Submitted by: Jarrod Sayers (maintainer) Revision Changes Path 1.56 +53 -41 ports/net-mgmt/nagios-plugins/Makefile 1.19 +3 -3 ports/net-mgmt/nagios-plugins/distinfo 1.3 +0 -11 ports/net-mgmt/nagios-plugins/files/patch-Makefile.am (dead) 1.3 +0 -20 ports/net-mgmt/nagios-plugins/files/patch-check_http.c (dead) 1.2 +0 -10 ports/net-mgmt/nagios-plugins/files/patch-check_ircd.pl (dead) 1.4 +0 -53 ports/net-mgmt/nagios-plugins/files/patch-check_nagios.c (dead) 1.5 +0 -10 ports/net-mgmt/nagios-plugins/files/patch-check_ntp.pl (dead) 1.4 +0 -65 ports/net-mgmt/nagios-plugins/files/patch-check_radius.c (dead) 1.7 +0 -18 ports/net-mgmt/nagios-plugins/files/patch-check_snmp.c (dead) 1.5 +0 -11 ports/net-mgmt/nagios-plugins/files/patch-check_tcp.c (dead) 1.16 +107 -77 ports/net-mgmt/nagios-plugins/files/patch-configure.in 1.1 +10 -0 ports/net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ircd.pl (new) 1.1 +19 -0 ports/net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ntp.pl (new) 1.1 +15 -0 ports/net-mgmt/nagios-plugins/files/patch-plugins-scripts__utils.sh.in (new) 1.1 +11 -0 ports/net-mgmt/nagios-plugins/files/patch-plugins__Makefile.am (new) 1.1 +65 -0 ports/net-mgmt/nagios-plugins/files/patch-plugins__check_radius.c (new) 1.1 +18 -0 ports/net-mgmt/nagios-plugins/files/patch-plugins__check_snmp.c (new) 1.1 +11 -0 ports/net-mgmt/nagios-plugins/files/patch-plugins__check_tcp.c (new) 1.2 +0 -15 ports/net-mgmt/nagios-plugins/files/patch-utils.sh.in (dead) 1.17 +4 -2 ports/net-mgmt/nagios-plugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 15 13:08:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD24216A6B9; Mon, 15 May 2006 13:08:24 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F97843D60; Mon, 15 May 2006 13:08:24 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FD8CLW089561; Mon, 15 May 2006 13:08:12 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FD8CrD089560; Mon, 15 May 2006 13:08:12 GMT (envelope-from cognet) Message-Id: <200605151308.k4FD8CrD089560@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 15 May 2006 13:08:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/include atomic.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 13:08:27 -0000 cognet 2006-05-15 13:08:12 UTC FreeBSD src repository Modified files: sys/arm/include atomic.h Log: Add definitions for atomic_subtract_rel_32, atomic_add_rel_32 and atomic_load_acq_32, needed for hwpmc. Revision Changes Path 1.19 +3 -0 src/sys/arm/include/atomic.h From owner-cvs-all@FreeBSD.ORG Mon May 15 13:25:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86DF716A57A; Mon, 15 May 2006 13:25:02 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 148D243D48; Mon, 15 May 2006 13:25:02 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FDOoxP090248; Mon, 15 May 2006 13:24:50 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FDOoXo090247; Mon, 15 May 2006 13:24:50 GMT (envelope-from mbr) Message-Id: <200605151324.k4FDOoXo090247@repoman.freebsd.org> From: Martin Blapp Date: Mon, 15 May 2006 13:24:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_auth_mysql_another/files patch-strcat X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 13:25:05 -0000 mbr 2006-05-15 13:24:49 UTC FreeBSD ports repository Added files: www/mod_auth_mysql_another/files patch-strcat Log: Change ap_pstrcat to apr_pstrcat for the apache22 case. Revision Changes Path 1.1 +11 -0 ports/www/mod_auth_mysql_another/files/patch-strcat (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 13:26:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A37FD16A45F; Mon, 15 May 2006 13:26:13 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6071B43D49; Mon, 15 May 2006 13:26:13 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FDQ1CW090375; Mon, 15 May 2006 13:26:01 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FDQ1kg090374; Mon, 15 May 2006 13:26:01 GMT (envelope-from mbr) Message-Id: <200605151326.k4FDQ1kg090374@repoman.freebsd.org> From: Martin Blapp Date: Mon, 15 May 2006 13:26:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_auth_mysql_another Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 13:26:14 -0000 mbr 2006-05-15 13:26:01 UTC FreeBSD ports repository Modified files: www/mod_auth_mysql_another Makefile Log: Bump port revision after the last fix for apache2 Revision Changes Path 1.14 +1 -1 ports/www/mod_auth_mysql_another/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 15 13:27:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D357216A57A; Mon, 15 May 2006 13:27:43 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEFEB43D48; Mon, 15 May 2006 13:27:41 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FDRU8w090446; Mon, 15 May 2006 13:27:30 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FDRUH7090445; Mon, 15 May 2006 13:27:30 GMT (envelope-from sem) Message-Id: <200605151327.k4FDRUH7090445@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 15 May 2006 13:27:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/exilog Makefile ports/mail/exilog/files exilog.sh exilog.sh.in patch-exilog_sql.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 13:27:44 -0000 sem 2006-05-15 13:27:30 UTC FreeBSD ports repository Modified files: mail/exilog Makefile Added files: mail/exilog/files exilog.sh.in patch-exilog_sql.pm Removed files: mail/exilog/files exilog.sh Log: - Fix PostgreSQL support - Pet portlint - Unquote BROKEN message - Use modern USE_RC_SUBR style PR: ports/97213 Submitted by: maintainer Revision Changes Path 1.11 +5 -7 ports/mail/exilog/Makefile 1.3 +0 -25 ports/mail/exilog/files/exilog.sh (dead) 1.1 +25 -0 ports/mail/exilog/files/exilog.sh.in (new) 1.1 +11 -0 ports/mail/exilog/files/patch-exilog_sql.pm (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 13:40:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E35BB16A46F; Mon, 15 May 2006 13:40:50 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F31143D53; Mon, 15 May 2006 13:40:46 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FfdJU-000GQC-T8; Mon, 15 May 2006 14:40:44 +0100 Date: Mon, 15 May 2006 14:40:44 +0100 From: Ceri Davies To: Dag-Erling Sm?rgrav Message-ID: <20060515134044.GG55333@submonkey.net> Mail-Followup-To: Ceri Davies , Dag-Erling Sm?rgrav , Florent Thoumie , Pyun YongHyeon , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200605150450.k4F4oXPX042911@repoman.freebsd.org> <1147685056.1214.1.camel@localhost> <868xp3618e.fsf@xps.des.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yRA+Bmk8aPhU85Qt" Content-Disposition: inline In-Reply-To: <868xp3618e.fsf@xps.des.no> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.11 Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Florent Thoumie , Pyun YongHyeon Subject: Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 13:40:51 -0000 --yRA+Bmk8aPhU85Qt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 15, 2006 at 12:17:37PM +0200, Dag-Erling Sm?rgrav wrote: > Florent Thoumie writes: > > On Mon, 2006-05-15 at 04:50 +0000, Pyun YongHyeon wrote: > > > Obtained from: OpenBSD > > > Reported by: Ganbold ganbold ! micom ( mng $ net > > > Tested by: Ganbold ganbold ! micom ( mng $ net > > What the hell is that? :-) >=20 > A stupid way of spelling by someone who thinks > mangling email addresses is an effective anti-spam measure. Even so, spelling it out was rude. Perhaps the submitter requested this. Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --yRA+Bmk8aPhU85Qt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEaITcocfcwTS3JF8RAkHeAJ9m835WElDSQ90WdpEJjnJIo9h9gACgyGRT EwdFTgo0ShjvG9ksCpS1ayw= =aCzD -----END PGP SIGNATURE----- --yRA+Bmk8aPhU85Qt-- From owner-cvs-all@FreeBSD.ORG Mon May 15 13:40:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7117716A53D; Mon, 15 May 2006 13:40:54 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B42B43D62; Mon, 15 May 2006 13:40:52 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FDeeGF091153; Mon, 15 May 2006 13:40:40 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FDeeVh091152; Mon, 15 May 2006 13:40:40 GMT (envelope-from mux) Message-Id: <200605151340.k4FDeeVh091152@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 15 May 2006 13:40:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/csup GNUmakefile Makefile README TODO attrstack.c attrstack.h config.c config.h csup.1 detailer.c detailer.h diff.c diff.h fattr.c fattr.h fattr_bsd.h fattr_posix.h fixups.c fixups.h fnmatch.c fnmatch.h globtree.c globtree.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 13:40:54 -0000 mux 2006-05-15 13:40:40 UTC FreeBSD src repository Added files: (Branch: RELENG_6) contrib/csup GNUmakefile Makefile README TODO attrstack.c attrstack.h config.c config.h csup.1 detailer.c detailer.h diff.c diff.h fattr.c fattr.h fattr_bsd.h fattr_posix.h fixups.c fixups.h fnmatch.c fnmatch.h globtree.c globtree.h idcache.c idcache.h keyword.c keyword.h lister.c lister.h main.c main.h misc.c misc.h mux.c mux.h parse.y pathcomp.c pathcomp.h proto.c proto.h queue.h status.c status.h stream.c stream.h threads.c threads.h token.h token.l updater.c updater.h Log: MFC import of csup Revision Changes Path 1.1.1.2.2.1 +63 -0 src/contrib/csup/GNUmakefile (new) 1.1.1.2.2.1 +44 -0 src/contrib/csup/Makefile (new) 1.1.1.1.2.1 +39 -0 src/contrib/csup/README (new) 1.1.1.2.2.1 +31 -0 src/contrib/csup/TODO (new) 1.1.1.1.2.1 +90 -0 src/contrib/csup/attrstack.c (new) 1.1.1.1.2.1 +40 -0 src/contrib/csup/attrstack.h (new) 1.1.1.2.2.1 +584 -0 src/contrib/csup/config.c (new) 1.1.1.2.2.1 +126 -0 src/contrib/csup/config.h (new) 1.1.1.2.2.1 +899 -0 src/contrib/csup/csup.1 (new) 1.1.1.1.2.1 +339 -0 src/contrib/csup/detailer.c (new) 1.1.1.1.2.1 +33 -0 src/contrib/csup/detailer.h (new) 1.1.1.1.2.1 +214 -0 src/contrib/csup/diff.c (new) 1.1.1.1.2.1 +50 -0 src/contrib/csup/diff.h (new) 1.1.1.2.2.1 +938 -0 src/contrib/csup/fattr.c (new) 1.1.1.1.2.1 +115 -0 src/contrib/csup/fattr.h (new) 1.1.1.1.2.1 +52 -0 src/contrib/csup/fattr_bsd.h (new) 1.1.1.1.2.1 +48 -0 src/contrib/csup/fattr_posix.h (new) 1.1.1.1.2.1 +198 -0 src/contrib/csup/fixups.c (new) 1.1.1.1.2.1 +48 -0 src/contrib/csup/fixups.h (new) 1.1.1.1.2.1 +199 -0 src/contrib/csup/fnmatch.c (new) 1.1.1.1.2.1 +58 -0 src/contrib/csup/fnmatch.h (new) 1.1.1.2.2.1 +393 -0 src/contrib/csup/globtree.c (new) 1.1.1.1.2.1 +45 -0 src/contrib/csup/globtree.h (new) 1.1.1.1.2.1 +421 -0 src/contrib/csup/idcache.c (new) 1.1.1.1.2.1 +41 -0 src/contrib/csup/idcache.h (new) 1.1.1.1.2.1 +502 -0 src/contrib/csup/keyword.c (new) 1.1.1.1.2.1 +53 -0 src/contrib/csup/keyword.h (new) 1.1.1.2.2.1 +439 -0 src/contrib/csup/lister.c (new) 1.1.1.1.2.1 +33 -0 src/contrib/csup/lister.h (new) 1.1.1.2.2.1 +339 -0 src/contrib/csup/main.c (new) 1.1.1.1.2.1 +29 -0 src/contrib/csup/main.h (new) 1.1.1.3.2.1 +522 -0 src/contrib/csup/misc.c (new) 1.1.1.2.2.1 +130 -0 src/contrib/csup/misc.h (new) 1.1.1.1.2.1 +1201 -0 src/contrib/csup/mux.c (new) 1.1.1.1.2.1 +45 -0 src/contrib/csup/mux.h (new) 1.1.1.1.2.1 +91 -0 src/contrib/csup/parse.y (new) 1.1.1.1.2.1 +182 -0 src/contrib/csup/pathcomp.c (new) 1.1.1.1.2.1 +44 -0 src/contrib/csup/pathcomp.h (new) 1.1.1.2.2.1 +1020 -0 src/contrib/csup/proto.c (new) 1.1.1.1.2.1 +49 -0 src/contrib/csup/proto.h (new) 1.1.1.2.2.1 +227 -0 src/contrib/csup/queue.h (new) 1.1.1.1.2.1 +842 -0 src/contrib/csup/status.c (new) 1.1.1.1.2.1 +72 -0 src/contrib/csup/status.h (new) 1.1.1.1.2.1 +1080 -0 src/contrib/csup/stream.c (new) 1.1.1.1.2.1 +72 -0 src/contrib/csup/stream.h (new) 1.1.1.1.2.1 +176 -0 src/contrib/csup/threads.c (new) 1.1.1.1.2.1 +38 -0 src/contrib/csup/threads.h (new) 1.1.1.2.2.1 +49 -0 src/contrib/csup/token.h (new) 1.1.1.2.2.1 +80 -0 src/contrib/csup/token.l (new) 1.1.1.2.2.1 +1011 -0 src/contrib/csup/updater.c (new) 1.1.1.1.2.1 +33 -0 src/contrib/csup/updater.h (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 13:47:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E841D16A583; Mon, 15 May 2006 13:47:52 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99D8B43D5E; Mon, 15 May 2006 13:47:51 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FDld0Y091448; Mon, 15 May 2006 13:47:39 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FDld37091447; Mon, 15 May 2006 13:47:39 GMT (envelope-from mux) Message-Id: <200605151347.k4FDld37091447@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 15 May 2006 13:47:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/csup Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 13:47:54 -0000 mux 2006-05-15 13:47:39 UTC FreeBSD src repository Added files: (Branch: RELENG_6) usr.bin/csup Makefile Log: MFC make glue for building csup. Revision Changes Path 1.3.2.1 +36 -0 src/usr.bin/csup/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 13:55:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DF7216A45A; Mon, 15 May 2006 13:55:57 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A65D643D4C; Mon, 15 May 2006 13:55:56 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FDti3W091826; Mon, 15 May 2006 13:55:44 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FDtilA091825; Mon, 15 May 2006 13:55:44 GMT (envelope-from mux) Message-Id: <200605151355.k4FDtilA091825@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 15 May 2006 13:55:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 13:55:57 -0000 mux 2006-05-15 13:55:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin Makefile Log: MFC r1.288 and r1.289: Connect csup to the build. Revision Changes Path 1.279.2.2 +2 -0 src/usr.bin/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 15 14:01:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E754016A5AE; Mon, 15 May 2006 14:01:56 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E28543D55; Mon, 15 May 2006 14:01:56 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FE1ijg092151; Mon, 15 May 2006 14:01:44 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FE1i6l092150; Mon, 15 May 2006 14:01:44 GMT (envelope-from mux) Message-Id: <200605151401.k4FE1i6l092150@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 15 May 2006 14:01:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 14:01:57 -0000 mux 2006-05-15 14:01:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . Makefile.inc1 Log: MFC r1.542: Change the default SUP command to use csup instead of CVSup for "make update" when SUP_UPDATE is defined. Revision Changes Path 1.499.2.12 +2 -2 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Mon May 15 14:04:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F00A16A538; Mon, 15 May 2006 14:04:01 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0F1743D49; Mon, 15 May 2006 14:04:00 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FE3nod093404; Mon, 15 May 2006 14:03:49 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FE3neT093403; Mon, 15 May 2006 14:03:49 GMT (envelope-from mux) Message-Id: <200605151403.k4FE3neT093403@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 15 May 2006 14:03:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 14:04:06 -0000 mux 2006-05-15 14:03:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/examples/etc make.conf Log: MFC r1.275: Also refer to csup in the example SUP setting. Revision Changes Path 1.265.2.7 +1 -1 src/share/examples/etc/make.conf From owner-cvs-all@FreeBSD.ORG Mon May 15 14:08:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86F0916A400; Mon, 15 May 2006 14:08:56 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A650E43D70; Mon, 15 May 2006 14:08:53 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FE8fNq093653; Mon, 15 May 2006 14:08:41 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FE8f1f093652; Mon, 15 May 2006 14:08:41 GMT (envelope-from mux) Message-Id: <200605151408.k4FE8f1f093652@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 15 May 2006 14:08:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 make.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 14:08:57 -0000 mux 2006-05-15 14:08:41 UTC FreeBSD src repository Modified files: share/man/man5 make.conf.5 Log: Refer to csup in the make.conf(5) manpage. Insta-MFC to follow. Reminded by: ru (some time ago) Revision Changes Path 1.135 +2 -0 src/share/man/man5/make.conf.5 From owner-cvs-all@FreeBSD.ORG Mon May 15 14:11:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62A9C16A854; Mon, 15 May 2006 14:11:06 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB36543D6A; Mon, 15 May 2006 14:11:02 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FEAo3x093831; Mon, 15 May 2006 14:10:50 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FEAo20093830; Mon, 15 May 2006 14:10:50 GMT (envelope-from mux) Message-Id: <200605151410.k4FEAo20093830@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 15 May 2006 14:10:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man5 make.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 14:11:10 -0000 mux 2006-05-15 14:10:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man5 make.conf.5 Log: MFC r1.135: Refer to csup in the make.conf(5) manpage. Revision Changes Path 1.121.2.6 +2 -0 src/share/man/man5/make.conf.5 From owner-cvs-all@FreeBSD.ORG Mon May 15 14:11:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7305816A7D2; Mon, 15 May 2006 14:11:57 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from garek.tecnik93.com (garek.tecnik93.com [82.76.1.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE94B43D48; Mon, 15 May 2006 14:11:56 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from garek.tecnik93.com (localhost [127.0.0.1]) by garek.tecnik93.com (Postfix) with ESMTP id B7C7260BF; Mon, 15 May 2006 17:11:55 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by garek.tecnik93.com (Postfix) with ESMTP; Mon, 15 May 2006 17:11:55 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id 4FFC582; Mon, 15 May 2006 17:11:55 +0300 (EEST) Date: Mon, 15 May 2006 17:11:54 +0300 From: Ion-Mihai Tetcu To: Maxime Henrion Message-ID: <20060515171154.5dc68041@it.buh.cameradicommercio.ro> In-Reply-To: <200605151355.k4FDtilA091825@repoman.freebsd.org> References: <200605151355.k4FDtilA091825@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 2.1.1 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AV-Checked: on buh by ClamAV using ClamSMTP Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 14:11:58 -0000 On Mon, 15 May 2006 13:55:43 +0000 (UTC) Maxime Henrion wrote: > mux 2006-05-15 13:55:43 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > usr.bin Makefile > Log: > MFC r1.288 and r1.289: > Connect csup to the build. Yey :) Should the port be used on 6 and HEAD ? -- IOnut Unregistered ;) FreeBSD "user" From owner-cvs-all@FreeBSD.ORG Mon May 15 14:25:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC2AB16A6C9; Mon, 15 May 2006 14:25:37 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 863FA43D83; Mon, 15 May 2006 14:25:23 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from gothmog.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k4FEP3Gu004628 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 15 May 2006 17:25:09 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k4FERFe2001225; Mon, 15 May 2006 17:27:15 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k4FERFYE001224; Mon, 15 May 2006 17:27:15 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Mon, 15 May 2006 17:27:15 +0300 From: Giorgos Keramidas To: Poul-Henning Kamp , Pawel Jakub Dawidek Message-ID: <20060515142715.GA1188@gothmog.pc> References: <200605131158.k4DBwwv6094656@repoman.freebsd.org> <200605111725.k4BHPaqC002506@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605131158.k4DBwwv6094656@repoman.freebsd.org> <200605111725.k4BHPaqC002506@repoman.freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.999, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.40, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/adjkerntz adjkerntz.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 14:25:42 -0000 On 2006-05-11 17:25, Poul-Henning Kamp wrote: > phk 2006-05-11 17:25:36 UTC > > FreeBSD src repository > > Modified files: > sbin/adjkerntz adjkerntz.c > Log: > Use sysctlbyname > > Revision Changes Path > 1.30 +14 -25 src/sbin/adjkerntz/adjkerntz.c On 2006-05-13 11:58, Pawel Jakub Dawidek wrote: > pjd 2006-05-13 11:58:58 UTC > > FreeBSD src repository > > Modified files: > sbin/adjkerntz adjkerntz.c > Log: > Correct various mistakes in the last commit. > > Revision Changes Path > 1.31 +4 -4 src/sbin/adjkerntz/adjkerntz.c These changes make it impossible to run a new `adjkerntz' with an old kernel. Since adjkerntz is one of the first things that need to be run before `make installworld' in single-user mode, do you think we should add an UPDATING entry that after this change people should install a new adjkerntz before booting into single-user mode? Otherwise, running `make installworld' may install files with timestamps that are several hours in the future, depending on the local timezone settings. - Giorgos From owner-cvs-all@FreeBSD.ORG Mon May 15 14:26:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C98616A8D7; Mon, 15 May 2006 14:26:19 +0000 (UTC) (envelope-from mux@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40E1443D5A; Mon, 15 May 2006 14:26:19 +0000 (GMT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 1AA871A4DEC; Mon, 15 May 2006 07:26:19 -0700 (PDT) Date: Mon, 15 May 2006 16:26:18 +0200 From: Maxime Henrion To: Ion-Mihai Tetcu Message-ID: <20060515142618.GG2293@elvis.mu.org> References: <200605151355.k4FDtilA091825@repoman.freebsd.org> <20060515171154.5dc68041@it.buh.cameradicommercio.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060515171154.5dc68041@it.buh.cameradicommercio.ro> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 14:26:23 -0000 Ion-Mihai Tetcu wrote: > On Mon, 15 May 2006 13:55:43 +0000 (UTC) > Maxime Henrion wrote: > > > mux 2006-05-15 13:55:43 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > usr.bin Makefile > > Log: > > MFC r1.288 and r1.289: > > Connect csup to the build. > > Yey :) > > Should the port be used on 6 and HEAD ? Well there is now no reason to use the port on HEAD and RELENG_6. I will probably bump __FreeBSD_version so as to warn users that they already have csup in base if needed. Cheers, Maxime From owner-cvs-all@FreeBSD.ORG Mon May 15 14:41:52 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F90816A403; Mon, 15 May 2006 14:41:52 +0000 (UTC) (envelope-from ab@astralblue.net) Received: from purple.the-7.net (purple.the-7.net [207.158.28.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03C6943D66; Mon, 15 May 2006 14:41:51 +0000 (GMT) (envelope-from ab@astralblue.net) Received: from [10.0.0.11] ([10.0.0.11]) by purple.the-7.net (8.13.6/8.13.6) with ESMTP id k4FEfpel079383; Mon, 15 May 2006 07:41:51 -0700 (PDT) (envelope-from ab@astralblue.net) Authentication-Results: purple.the-7.net from=ab@astralblue.net; sender-id=softfail; spf=softfail Message-ID: <4468933B.8010103@astralblue.net> Date: Mon, 15 May 2006 07:42:03 -0700 From: "Eugene M. Kim" User-Agent: Thunderbird 1.5 (X11/20060124) MIME-Version: 1.0 To: Giorgos Keramidas References: <200605131158.k4DBwwv6094656@repoman.freebsd.org> <200605111725.k4BHPaqC002506@repoman.freebsd.org> <20060515142715.GA1188@gothmog.pc> In-Reply-To: <20060515142715.GA1188@gothmog.pc> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Pawel Jakub Dawidek , Poul-Henning Kamp , cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/adjkerntz adjkerntz.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 14:41:56 -0000 Giorgos Keramidas wrote: >> 1.30 +14 -25 src/sbin/adjkerntz/adjkerntz.c >> 1.31 +4 -4 src/sbin/adjkerntz/adjkerntz.c >> > > These changes make it impossible to run a new `adjkerntz' with an > old kernel. Since adjkerntz is one of the first things that need > to be run before `make installworld' in single-user mode, do you > think we should add an UPDATING entry that after this change > people should install a new adjkerntz before booting into > single-user mode? > > Otherwise, running `make installworld' may install files with > timestamps that are several hours in the future, depending on the > local timezone settings. I ran into the same problem this morning (which was fixed by running /usr/obj/usr/src/sbin/adjkerntz/adjkerntz -i instead), and the same thought instantly came to me: ‘Hmm, this deserves an entry in UPDATING.’ ;) Cheers, Eugene From owner-cvs-all@FreeBSD.ORG Mon May 15 14:47:32 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A6A316A76C; Mon, 15 May 2006 14:47:32 +0000 (UTC) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw4.york.ac.uk (mail-gw4.york.ac.uk [144.32.128.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8750743D58; Mon, 15 May 2006 14:47:31 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from buffy.york.ac.uk (buffy-128.york.ac.uk [144.32.128.160]) by mail-gw4.york.ac.uk (8.13.6/8.13.6) with ESMTP id k4FElPWM015841; Mon, 15 May 2006 15:47:25 +0100 (BST) Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.13.6/8.13.6) with ESMTP id k4FElPY8024482; Mon, 15 May 2006 15:47:25 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.13.6/8.13.6/Submit) id k4FElK7A024481; Mon, 15 May 2006 15:47:20 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin.atkinson@ury.york.ac.uk using -f From: Gavin Atkinson To: Maxime Henrion In-Reply-To: <20060515142618.GG2293@elvis.mu.org> References: <200605151355.k4FDtilA091825@repoman.freebsd.org> <20060515171154.5dc68041@it.buh.cameradicommercio.ro> <20060515142618.GG2293@elvis.mu.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Mon, 15 May 2006 15:47:19 +0100 Message-Id: <1147704439.23488.18.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk Cc: Ion-Mihai Tetcu , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 14:47:35 -0000 On Mon, 2006-05-15 at 16:26 +0200, Maxime Henrion wrote: > Ion-Mihai Tetcu wrote: > > On Mon, 15 May 2006 13:55:43 +0000 (UTC) > > Maxime Henrion wrote: > > > > > mux 2006-05-15 13:55:43 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: (Branch: RELENG_6) > > > usr.bin Makefile > > > Log: > > > MFC r1.288 and r1.289: > > > Connect csup to the build. > > > > Yey :) > > > > Should the port be used on 6 and HEAD ? > > Well there is now no reason to use the port on HEAD and RELENG_6. I > will probably bump __FreeBSD_version so as to warn users that they > already have csup in base if needed. Did I miss something? Last time I looked, csup didn't support CVS mode (only checkout mode) and therefore there is still a need for the port. If this is no longer the case, the man page needs updating. Other than that, it is excellent to see this in a production (well, almost!) branch. Many thanks for your work! Gavin From owner-cvs-all@FreeBSD.ORG Mon May 15 14:53:51 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCE5F16A786; Mon, 15 May 2006 14:53:51 +0000 (UTC) (envelope-from mux@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46B0A43D48; Mon, 15 May 2006 14:53:47 +0000 (GMT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 2F2D91A4DEA; Mon, 15 May 2006 07:53:47 -0700 (PDT) Date: Mon, 15 May 2006 16:53:47 +0200 From: Maxime Henrion To: Gavin Atkinson Message-ID: <20060515145347.GH2293@elvis.mu.org> References: <200605151355.k4FDtilA091825@repoman.freebsd.org> <20060515171154.5dc68041@it.buh.cameradicommercio.ro> <20060515142618.GG2293@elvis.mu.org> <1147704439.23488.18.camel@buffy.york.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1147704439.23488.18.camel@buffy.york.ac.uk> User-Agent: Mutt/1.4.2.1i Cc: Ion-Mihai Tetcu , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 14:53:59 -0000 Gavin Atkinson wrote: > On Mon, 2006-05-15 at 16:26 +0200, Maxime Henrion wrote: > > Ion-Mihai Tetcu wrote: > > > On Mon, 15 May 2006 13:55:43 +0000 (UTC) > > > Maxime Henrion wrote: > > > > > > > mux 2006-05-15 13:55:43 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: (Branch: RELENG_6) > > > > usr.bin Makefile > > > > Log: > > > > MFC r1.288 and r1.289: > > > > Connect csup to the build. > > > > > > Yey :) > > > > > > Should the port be used on 6 and HEAD ? > > > > Well there is now no reason to use the port on HEAD and RELENG_6. I > > will probably bump __FreeBSD_version so as to warn users that they > > already have csup in base if needed. > > Did I miss something? Last time I looked, csup didn't support CVS mode > (only checkout mode) and therefore there is still a need for the port. > If this is no longer the case, the man page needs updating. We're talking about the csup port versus csup that is now in base. Both don't support CVS mode and noone is saying to remove the CVSup port :-). > Other than that, it is excellent to see this in a production (well, > almost!) branch. Many thanks for your work! Thanks, Maxime From owner-cvs-all@FreeBSD.ORG Mon May 15 14:54:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2698616A786; Mon, 15 May 2006 14:54:42 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 092A043D6A; Mon, 15 May 2006 14:54:41 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FEsTo2095541; Mon, 15 May 2006 14:54:29 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FEsTkW095540; Mon, 15 May 2006 14:54:29 GMT (envelope-from aaron) Message-Id: <200605151454.k4FEsTkW095540@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 14:54:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Math-SymbolicX-BigNum Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 14:54:48 -0000 aaron 2006-05-15 14:54:29 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-SymbolicX-BigNum Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Math-SymbolicX-BigNum, Big number support for the Math::Symbolic parser Approved by: tobez (implicit) Revision Changes Path 1.372 +1 -0 ports/math/Makefile 1.1 +32 -0 ports/math/p5-Math-SymbolicX-BigNum/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-SymbolicX-BigNum/distinfo (new) 1.1 +8 -0 ports/math/p5-Math-SymbolicX-BigNum/pkg-descr (new) 1.1 +7 -0 ports/math/p5-Math-SymbolicX-BigNum/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 14:54:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 377A816A7C6; Mon, 15 May 2006 14:54:50 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EF9443D62; Mon, 15 May 2006 14:54:48 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FEsaFa095585; Mon, 15 May 2006 14:54:36 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FEsafL095584; Mon, 15 May 2006 14:54:36 GMT (envelope-from aaron) Message-Id: <200605151454.k4FEsafL095584@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 14:54:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 14:55:00 -0000 aaron 2006-05-15 14:54:36 UTC FreeBSD ports repository Modified files: . modules Log: p5-Math-SymbolicX-BigNum --> ports/math/p5-Math-SymbolicX-BigNum Revision Changes Path 1.14955 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 15:00:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5006A16A57E; Mon, 15 May 2006 15:00:49 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F8B343D45; Mon, 15 May 2006 15:00:41 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.13.4/8.13.3) with ESMTP id k4FF0bgx078381; Mon, 15 May 2006 19:00:41 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Mon, 15 May 2006 19:00:37 +0400 (MSD) From: Maxim Konovalov To: Giorgos Keramidas In-Reply-To: <20060515142715.GA1188@gothmog.pc> Message-ID: <20060515185920.G78343@mp2.macomnet.net> References: <200605131158.k4DBwwv6094656@repoman.freebsd.org> <200605111725.k4BHPaqC002506@repoman.freebsd.org> <20060515142715.GA1188@gothmog.pc> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , Poul-Henning Kamp , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/adjkerntz adjkerntz.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:00:53 -0000 On Mon, 15 May 2006, 17:27+0300, Giorgos Keramidas wrote: > On 2006-05-11 17:25, Poul-Henning Kamp wrote: > > phk 2006-05-11 17:25:36 UTC > > > > FreeBSD src repository > > > > Modified files: > > sbin/adjkerntz adjkerntz.c > > Log: > > Use sysctlbyname > > > > Revision Changes Path > > 1.30 +14 -25 src/sbin/adjkerntz/adjkerntz.c > > On 2006-05-13 11:58, Pawel Jakub Dawidek wrote: > > pjd 2006-05-13 11:58:58 UTC > > > > FreeBSD src repository > > > > Modified files: > > sbin/adjkerntz adjkerntz.c > > Log: > > Correct various mistakes in the last commit. > > > > Revision Changes Path > > 1.31 +4 -4 src/sbin/adjkerntz/adjkerntz.c > > These changes make it impossible to run a new `adjkerntz' with an > old kernel. Since adjkerntz is one of the first things that need > to be run before `make installworld' in single-user mode, do you > think we should add an UPDATING entry that after this change > people should install a new adjkerntz before booting into > single-user mode? > > Otherwise, running `make installworld' may install files with > timestamps that are several hours in the future, depending on the > local timezone settings. Huh. Saw this today 4am when reboot with new kernel and thought that was hallucination. -- Maxim Konovalov From owner-cvs-all@FreeBSD.ORG Mon May 15 15:02:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5FBE16A727; Mon, 15 May 2006 15:02:27 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23E8343D46; Mon, 15 May 2006 15:02:26 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FF2EbI095963; Mon, 15 May 2006 15:02:14 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FF2E3c095962; Mon, 15 May 2006 15:02:14 GMT (envelope-from aaron) Message-Id: <200605151502.k4FF2E3c095962@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 15:02:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Math-SymbolicX-Complex Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:02:31 -0000 aaron 2006-05-15 15:02:14 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-SymbolicX-Complex Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Math-SymbolicX-Complex, Complex number support for the Math::Symbolic parser Approved by: tobez (implicit) Revision Changes Path 1.373 +1 -0 ports/math/Makefile 1.1 +32 -0 ports/math/p5-Math-SymbolicX-Complex/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-SymbolicX-Complex/distinfo (new) 1.1 +8 -0 ports/math/p5-Math-SymbolicX-Complex/pkg-descr (new) 1.1 +7 -0 ports/math/p5-Math-SymbolicX-Complex/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 15:02:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 922E016A835; Mon, 15 May 2006 15:02:35 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DB0E43D76; Mon, 15 May 2006 15:02:33 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FF2LZi096007; Mon, 15 May 2006 15:02:21 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FF2LeT096006; Mon, 15 May 2006 15:02:21 GMT (envelope-from aaron) Message-Id: <200605151502.k4FF2LeT096006@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 15:02:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:02:37 -0000 aaron 2006-05-15 15:02:21 UTC FreeBSD ports repository Modified files: . modules Log: p5-Math-SymbolicX-Complex --> ports/math/p5-Math-SymbolicX-Complex Revision Changes Path 1.14956 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 15:09:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB47516A53C; Mon, 15 May 2006 15:09:32 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6671C43D8D; Mon, 15 May 2006 15:09:19 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FF95Mf097484; Mon, 15 May 2006 15:09:05 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FF95Ne097483; Mon, 15 May 2006 15:09:05 GMT (envelope-from aaron) Message-Id: <200605151509.k4FF95Ne097483@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 15:09:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Math-Symbolic-Custom-ErrorPropagation Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:09:47 -0000 aaron 2006-05-15 15:09:05 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-Symbolic-Custom-ErrorPropagation Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Math-Symbolic-Custom-ErrorPropagation, Calculate Gaussian Error Propagation Approved by: tobez (implicit) Revision Changes Path 1.374 +1 -0 ports/math/Makefile 1.1 +31 -0 ports/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-Symbolic-Custom-ErrorPropagation/distinfo (new) 1.1 +6 -0 ports/math/p5-Math-Symbolic-Custom-ErrorPropagation/pkg-descr (new) 1.1 +9 -0 ports/math/p5-Math-Symbolic-Custom-ErrorPropagation/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 15:09:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAFB416A7C3; Mon, 15 May 2006 15:09:40 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D840D43D8A; Mon, 15 May 2006 15:09:33 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FF9IPx097528; Mon, 15 May 2006 15:09:18 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FF9IPo097527; Mon, 15 May 2006 15:09:18 GMT (envelope-from aaron) Message-Id: <200605151509.k4FF9IPo097527@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 15:09:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:10:24 -0000 aaron 2006-05-15 15:09:18 UTC FreeBSD ports repository Modified files: . modules Log: p5-Math-Symbolic-Custom-ErrorPropagation --> ports/math/p5-Math-Symbolic-Custom-ErrorPropagation Revision Changes Path 1.14957 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 15:17:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB11816A798; Mon, 15 May 2006 15:17:01 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F89E43D5C; Mon, 15 May 2006 15:16:59 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from gothmog.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k4FFGe4f009648 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 15 May 2006 18:16:46 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k4FFIqFG011613; Mon, 15 May 2006 18:18:52 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k4FFIqAV011612; Mon, 15 May 2006 18:18:52 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Mon, 15 May 2006 18:18:52 +0300 From: Giorgos Keramidas To: Maxim Konovalov Message-ID: <20060515151852.GA10257@gothmog.pc> References: <200605131158.k4DBwwv6094656@repoman.freebsd.org> <200605111725.k4BHPaqC002506@repoman.freebsd.org> <20060515142715.GA1188@gothmog.pc> <20060515185920.G78343@mp2.macomnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060515185920.G78343@mp2.macomnet.net> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-4.001, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.40, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , Poul-Henning Kamp , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/adjkerntz adjkerntz.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:17:07 -0000 On 2006-05-15 19:00, Maxim Konovalov wrote: >On Mon, 15 May 2006, 17:27+0300, Giorgos Keramidas wrote: >> On 2006-05-11 17:25, Poul-Henning Kamp wrote: >> > 1.30 +14 -25 src/sbin/adjkerntz/adjkerntz.c >> >> On 2006-05-13 11:58, Pawel Jakub Dawidek wrote: >> > 1.31 +4 -4 src/sbin/adjkerntz/adjkerntz.c >> >> These changes make it impossible to run a new `adjkerntz' with >> an old kernel. Since adjkerntz is one of the first things >> that need to be run before `make installworld' in single-user >> mode, do you think we should add an UPDATING entry that after >> this change people should install a new adjkerntz before >> booting into single-user mode? >> >> Otherwise, running `make installworld' may install files with >> timestamps that are several hours in the future, depending on >> the local timezone settings. > > Huh. Saw this today 4am when reboot with new kernel and > thought that was hallucination. Heh! This is what you get for running installworlds at 4am or so, I guess. I get that too often lately, so don't worry :-) How about adding this to UPDATING then, everyone? %%% Index: UPDATING =================================================================== --- UPDATING (revision 75) +++ UPDATING (working copy) @@ -21,6 +21,21 @@ developers choose to disable these features on build machines to maximize performance. +20060511: + The machdep.* sysctls and the adjkerntz utility have been + modified bit bit. The new adjkerntz utility uses the new + sysctl names and sysctlbyname() calls, so it may be impossible + to run an old /sbin/adjkerntz utility in single-user mode + with a new kernel. Replace the `adjkerntz -i' step before + `make installworld' with: + + /usr/obj/usr/src/sbin/adjkerntz/adjkerntz -i + + and proceed as usual with the rest of the installworld-stage + steps. Otherwise, you risk installing binaries with their + timestamp set several hours in the future, especially if + you are running with local time set to GMT+X hours. + 20060412: The ip6fw utility has been removed. The behavior provided by ip6fw has been in ipfw2 for a good while and the rc.d scripts %%% From owner-cvs-all@FreeBSD.ORG Mon May 15 15:17:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 974EF16A7BE; Mon, 15 May 2006 15:17:05 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 425AB43D48; Mon, 15 May 2006 15:17:05 +0000 (GMT) (envelope-from sam@errno.com) Received: from [192.168.178.21] (theus.xs4all.nl [62.251.21.145]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id k4FFH13N006482 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 May 2006 08:17:03 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <44689B6F.2090402@errno.com> Date: Mon, 15 May 2006 17:17:03 +0200 From: Sam Leffler Organization: Errno Consulting User-Agent: Thunderbird 1.5.0.2 (Macintosh/20060308) MIME-Version: 1.0 To: Maxim Konovalov References: <200603232306.k2NN6EVk018671@repoman.freebsd.org> <44232AED.9020504@errno.com> <20060515145944.V71191@mp2.macomnet.net> <20060515152326.O71908@mp2.macomnet.net> In-Reply-To: <20060515152326.O71908@mp2.macomnet.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com 1328; Body=4 Fuz1=4 Fuz2=4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/gdb gdb_cons.c gdb_int.h gdb_main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:17:13 -0000 Maxim Konovalov wrote: > On Mon, 15 May 2006, 15:14+0400, Maxim Konovalov wrote: > >> Hi Sam, >> >> On Thu, 23 Mar 2006, 15:10-0800, Sam Leffler wrote: >> >>> Sam Leffler wrote: >>>> sam 2006-03-23 23:06:14 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> sys/conf files sys/gdb gdb_int.h gdb_main.c >>>> Added files: >>>> sys/gdb gdb_cons.c Log: >>>> add support for copying console messages to a remote gdb >>> To use this do something like: >>> >>> 1. add debug.gdbcons="1" in loader.conf >>> 2. boot -d; gdb; step >>> 3. attach gdb >>> >>> You'll see the boot messages and all console output. To turn this >>> on/off use the debug.gdbcons sysctl. >> Yes, it works: > > I meant it works over firewire too. > Excellent! Thank you. Sam From owner-cvs-all@FreeBSD.ORG Mon May 15 15:20:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBD5116A434; Mon, 15 May 2006 15:20:24 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A90D943D46; Mon, 15 May 2006 15:20:24 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FFKCJw098125; Mon, 15 May 2006 15:20:12 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FFKC75098124; Mon, 15 May 2006 15:20:12 GMT (envelope-from aaron) Message-Id: <200605151520.k4FFKC75098124@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 15:20:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Math-SymbolicX-Statistics-Distributions Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:20:27 -0000 aaron 2006-05-15 15:20:12 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-SymbolicX-Statistics-Distributions Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Math-SymbolicX-Statistics-Distributions, Statistical distributions for Math::Symbolic objects Approved by: tobez (implicit) Revision Changes Path 1.375 +1 -0 ports/math/Makefile 1.1 +32 -0 ports/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-SymbolicX-Statistics-Distributions/distinfo (new) 1.1 +21 -0 ports/math/p5-Math-SymbolicX-Statistics-Distributions/pkg-descr (new) 1.1 +9 -0 ports/math/p5-Math-SymbolicX-Statistics-Distributions/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 15:20:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D424116A8F5; Mon, 15 May 2006 15:20:32 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 593DE43D48; Mon, 15 May 2006 15:20:32 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FFKKew098185; Mon, 15 May 2006 15:20:20 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FFKKTA098184; Mon, 15 May 2006 15:20:20 GMT (envelope-from aaron) Message-Id: <200605151520.k4FFKKTA098184@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 15:20:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:20:35 -0000 aaron 2006-05-15 15:20:20 UTC FreeBSD ports repository Modified files: . modules Log: p5-Math-SymbolicX-Statistics-Distributions --> ports/math/p5-Math-SymbolicX-Statistics-Distributions Revision Changes Path 1.14958 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 15:26:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE54316A432; Mon, 15 May 2006 15:26:58 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 760DE43D45; Mon, 15 May 2006 15:26:58 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FFQku8098462; Mon, 15 May 2006 15:26:46 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FFQkXY098461; Mon, 15 May 2006 15:26:46 GMT (envelope-from aaron) Message-Id: <200605151526.k4FFQkXY098461@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 15:26:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Math-SymbolicX-NoSimplification Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:27:04 -0000 aaron 2006-05-15 15:26:46 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-SymbolicX-NoSimplification Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Math-SymbolicX-NoSimplification, Turn off Math::Symbolic simplification Approved by: tobez (implicit) Revision Changes Path 1.376 +1 -0 ports/math/Makefile 1.1 +31 -0 ports/math/p5-Math-SymbolicX-NoSimplification/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-SymbolicX-NoSimplification/distinfo (new) 1.1 +17 -0 ports/math/p5-Math-SymbolicX-NoSimplification/pkg-descr (new) 1.1 +7 -0 ports/math/p5-Math-SymbolicX-NoSimplification/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 15:27:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 709F016A617; Mon, 15 May 2006 15:27:22 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3061243D45; Mon, 15 May 2006 15:27:22 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FFRAeN098523; Mon, 15 May 2006 15:27:10 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FFRAX3098522; Mon, 15 May 2006 15:27:10 GMT (envelope-from aaron) Message-Id: <200605151527.k4FFRAX3098522@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 15:27:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:27:26 -0000 aaron 2006-05-15 15:27:10 UTC FreeBSD ports repository Modified files: . modules Log: p5-Math-SymbolicX-NoSimplification --> ports/math/p5-Math-SymbolicX-NoSimplification Revision Changes Path 1.14959 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 15:27:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 433BC16A406; Mon, 15 May 2006 15:27:57 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6547343D45; Mon, 15 May 2006 15:27:55 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.13.4/8.13.3) with ESMTP id k4FFRsNo078888; Mon, 15 May 2006 19:27:54 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Mon, 15 May 2006 19:27:54 +0400 (MSD) From: Maxim Konovalov To: Giorgos Keramidas In-Reply-To: <20060515151852.GA10257@gothmog.pc> Message-ID: <20060515192741.N78821@mp2.macomnet.net> References: <200605131158.k4DBwwv6094656@repoman.freebsd.org> <200605111725.k4BHPaqC002506@repoman.freebsd.org> <20060515142715.GA1188@gothmog.pc> <20060515185920.G78343@mp2.macomnet.net> <20060515151852.GA10257@gothmog.pc> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , Poul-Henning Kamp , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/adjkerntz adjkerntz.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:28:01 -0000 On Mon, 15 May 2006, 18:18+0300, Giorgos Keramidas wrote: > On 2006-05-15 19:00, Maxim Konovalov wrote: > >On Mon, 15 May 2006, 17:27+0300, Giorgos Keramidas wrote: > >> On 2006-05-11 17:25, Poul-Henning Kamp wrote: > >> > 1.30 +14 -25 src/sbin/adjkerntz/adjkerntz.c > >> > >> On 2006-05-13 11:58, Pawel Jakub Dawidek wrote: > >> > 1.31 +4 -4 src/sbin/adjkerntz/adjkerntz.c > >> > >> These changes make it impossible to run a new `adjkerntz' with > >> an old kernel. Since adjkerntz is one of the first things > >> that need to be run before `make installworld' in single-user > >> mode, do you think we should add an UPDATING entry that after > >> this change people should install a new adjkerntz before > >> booting into single-user mode? > >> > >> Otherwise, running `make installworld' may install files with > >> timestamps that are several hours in the future, depending on > >> the local timezone settings. > > > > Huh. Saw this today 4am when reboot with new kernel and > > thought that was hallucination. > > Heh! This is what you get for running installworlds at 4am or > so, I guess. I get that too often lately, so don't worry :-) > > How about adding this to UPDATING then, everyone? > > %%% > Index: UPDATING > =================================================================== > --- UPDATING (revision 75) > +++ UPDATING (working copy) > @@ -21,6 +21,21 @@ > developers choose to disable these features on build machines > to maximize performance. > > +20060511: > + The machdep.* sysctls and the adjkerntz utility have been > + modified bit bit. The new adjkerntz utility uses the new > + sysctl names and sysctlbyname() calls, so it may be impossible > + to run an old /sbin/adjkerntz utility in single-user mode > + with a new kernel. Replace the `adjkerntz -i' step before > + `make installworld' with: > + > + /usr/obj/usr/src/sbin/adjkerntz/adjkerntz -i > + > + and proceed as usual with the rest of the installworld-stage > + steps. Otherwise, you risk installing binaries with their > + timestamp set several hours in the future, especially if > + you are running with local time set to GMT+X hours. > + > 20060412: > The ip6fw utility has been removed. The behavior provided by > ip6fw has been in ipfw2 for a good while and the rc.d scripts > %%% Looks OK for me. -- Maxim Konovalov From owner-cvs-all@FreeBSD.ORG Mon May 15 15:30:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E31F916A64E; Mon, 15 May 2006 15:30:24 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 398A543D45; Mon, 15 May 2006 15:30:23 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1Fff1Y-0005N5-R2; Mon, 15 May 2006 16:30:20 +0100 Date: Mon, 15 May 2006 16:30:20 +0100 From: Ceri Davies To: Giorgos Keramidas Message-ID: <20060515153020.GI55333@submonkey.net> Mail-Followup-To: Ceri Davies , Giorgos Keramidas , Maxim Konovalov , Poul-Henning Kamp , Pawel Jakub Dawidek , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200605131158.k4DBwwv6094656@repoman.freebsd.org> <200605111725.k4BHPaqC002506@repoman.freebsd.org> <20060515142715.GA1188@gothmog.pc> <20060515185920.G78343@mp2.macomnet.net> <20060515151852.GA10257@gothmog.pc> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0XhtP95kHFp3KGBe" Content-Disposition: inline In-Reply-To: <20060515151852.GA10257@gothmog.pc> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.11 Sender: Ceri Davies Cc: src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Poul-Henning Kamp , Maxim Konovalov Subject: Re: cvs commit: src/sbin/adjkerntz adjkerntz.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:30:25 -0000 --0XhtP95kHFp3KGBe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 15, 2006 at 06:18:52PM +0300, Giorgos Keramidas wrote: > On 2006-05-15 19:00, Maxim Konovalov wrote: > >On Mon, 15 May 2006, 17:27+0300, Giorgos Keramidas wrote: > >> On 2006-05-11 17:25, Poul-Henning Kamp wrote: > >> > 1.30 +14 -25 src/sbin/adjkerntz/adjkerntz.c > >> > >> On 2006-05-13 11:58, Pawel Jakub Dawidek wrote: > >> > 1.31 +4 -4 src/sbin/adjkerntz/adjkerntz.c > >> > >> These changes make it impossible to run a new `adjkerntz' with > >> an old kernel. Since adjkerntz is one of the first things > >> that need to be run before `make installworld' in single-user > >> mode, do you think we should add an UPDATING entry that after > >> this change people should install a new adjkerntz before > >> booting into single-user mode? > >> > >> Otherwise, running `make installworld' may install files with > >> timestamps that are several hours in the future, depending on > >> the local timezone settings. > > > > Huh. Saw this today 4am when reboot with new kernel and > > thought that was hallucination. >=20 > Heh! This is what you get for running installworlds at 4am or > so, I guess. I get that too often lately, so don't worry :-) >=20 > How about adding this to UPDATING then, everyone? >=20 > %%% > Index: UPDATING > =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 > --- UPDATING (revision 75) > +++ UPDATING (working copy) > @@ -21,6 +21,21 @@ > developers choose to disable these features on build machines > to maximize performance. > =20 > +20060511: > + The machdep.* sysctls and the adjkerntz utility have been > + modified bit bit. The new adjkerntz utility uses the new ^^^^^^^ No cookie! The rest looks good. Ceri > + sysctl names and sysctlbyname() calls, so it may be impossible > + to run an old /sbin/adjkerntz utility in single-user mode > + with a new kernel. Replace the `adjkerntz -i' step before > + `make installworld' with: > + > + /usr/obj/usr/src/sbin/adjkerntz/adjkerntz -i > + > + and proceed as usual with the rest of the installworld-stage > + steps. Otherwise, you risk installing binaries with their > + timestamp set several hours in the future, especially if > + you are running with local time set to GMT+X hours. > + > 20060412: > The ip6fw utility has been removed. The behavior provided by > ip6fw has been in ipfw2 for a good while and the rc.d scripts > %%% --=20 That must be wonderful! I don't understand it at all. -- Moliere --0XhtP95kHFp3KGBe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEaJ6MocfcwTS3JF8RAuxOAJwNKpWvKnbR/fACvibaL6FrcNjYDwCeNLdi aZuvR2zEJ3AGyBhAGYrXYl8= =85t8 -----END PGP SIGNATURE----- --0XhtP95kHFp3KGBe-- From owner-cvs-all@FreeBSD.ORG Mon May 15 15:30:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D8CA16A618; Mon, 15 May 2006 15:30:28 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28F3643D48; Mon, 15 May 2006 15:30:28 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FFUG56098705; Mon, 15 May 2006 15:30:16 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FFUGSS098704; Mon, 15 May 2006 15:30:16 GMT (envelope-from vanilla) Message-Id: <200605151530.k4FFUGSS098704@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 15 May 2006 15:30:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/pecl-ctemplate Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:30:28 -0000 vanilla 2006-05-15 15:30:16 UTC FreeBSD ports repository Modified files: textproc/pecl-ctemplate Makefile distinfo Log: Upgrade to 0.3. Revision Changes Path 1.3 +1 -1 ports/textproc/pecl-ctemplate/Makefile 1.3 +3 -3 ports/textproc/pecl-ctemplate/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 15 15:35:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A56A716A5BD; Mon, 15 May 2006 15:35:35 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4330843D4C; Mon, 15 May 2006 15:35:35 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FFZNKH098886; Mon, 15 May 2006 15:35:23 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FFZNuM098885; Mon, 15 May 2006 15:35:23 GMT (envelope-from dinoex) Message-Id: <200605151535.k4FFZNuM098885@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 15 May 2006 15:35:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/spamilter Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:35:36 -0000 dinoex 2006-05-15 15:35:23 UTC FreeBSD ports repository Modified files: mail/spamilter Makefile Log: - fix build on FreeBSD 700014 Submitted by: Hajimu UMEMOTO Revision Changes Path 1.14 +1 -2 ports/mail/spamilter/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 15 15:36:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF2A016A479; Mon, 15 May 2006 15:36:43 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C7CF43D7B; Mon, 15 May 2006 15:36:43 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FFaVUO099000; Mon, 15 May 2006 15:36:31 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FFaVrh098999; Mon, 15 May 2006 15:36:31 GMT (envelope-from aaron) Message-Id: <200605151536.k4FFaVrh098999@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 15:36:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Math-Symbolic-Custom-LaTeXDumper Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:36:44 -0000 aaron 2006-05-15 15:36:31 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-Symbolic-Custom-LaTeXDumper Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Math-Symbolic-Custom-LaTeXDumper, Math::Symbolic LaTeX output Approved by: tobez (implicit) Revision Changes Path 1.377 +1 -0 ports/math/Makefile 1.1 +31 -0 ports/math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-Symbolic-Custom-LaTeXDumper/distinfo (new) 1.1 +10 -0 ports/math/p5-Math-Symbolic-Custom-LaTeXDumper/pkg-descr (new) 1.1 +9 -0 ports/math/p5-Math-Symbolic-Custom-LaTeXDumper/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 15:37:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E4B316A6E1; Mon, 15 May 2006 15:37:01 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57CA643D5C; Mon, 15 May 2006 15:36:55 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FFah5f099044; Mon, 15 May 2006 15:36:43 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FFahX9099043; Mon, 15 May 2006 15:36:43 GMT (envelope-from aaron) Message-Id: <200605151536.k4FFahX9099043@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 15:36:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:37:02 -0000 aaron 2006-05-15 15:36:43 UTC FreeBSD ports repository Modified files: . modules Log: p5-Math-Symbolic-Custom-LaTeXDumper --> ports/math/p5-Math-Symbolic-Custom-LaTeXDumper Revision Changes Path 1.14960 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 15:41:00 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2C7316A6AA; Mon, 15 May 2006 15:41:00 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id A737D43D46; Mon, 15 May 2006 15:40:59 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k4FFeiUE010610 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 15 May 2006 18:40:47 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k4FFgu7s019561; Mon, 15 May 2006 18:42:56 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k4FFgu1O019560; Mon, 15 May 2006 18:42:56 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Mon, 15 May 2006 18:42:56 +0300 From: Giorgos Keramidas To: Maxim Konovalov Message-ID: <20060515154256.GB19470@gothmog.pc> References: <200605131158.k4DBwwv6094656@repoman.freebsd.org> <200605111725.k4BHPaqC002506@repoman.freebsd.org> <20060515142715.GA1188@gothmog.pc> <20060515185920.G78343@mp2.macomnet.net> <20060515151852.GA10257@gothmog.pc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060515151852.GA10257@gothmog.pc> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-4.003, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.40, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Pawel Jakub Dawidek , Poul-Henning Kamp , cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/adjkerntz adjkerntz.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:41:00 -0000 On 2006-05-15 18:18, Giorgos Keramidas wrote: > How about adding this to UPDATING then, everyone? > > %%% > Index: UPDATING > =================================================================== > --- UPDATING (revision 75) > +++ UPDATING (working copy) > @@ -21,6 +21,21 @@ > developers choose to disable these features on build machines > to maximize performance. > > +20060511: > + The machdep.* sysctls and the adjkerntz utility have been > + modified bit bit. The new adjkerntz utility uses the new s/bit bit/a bit/, of course. From owner-cvs-all@FreeBSD.ORG Mon May 15 15:43:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CA0016A6C0; Mon, 15 May 2006 15:43:38 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7079643D48; Mon, 15 May 2006 15:43:37 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FFhP1w099327; Mon, 15 May 2006 15:43:25 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FFhPMm099326; Mon, 15 May 2006 15:43:25 GMT (envelope-from aaron) Message-Id: <200605151543.k4FFhPMm099326@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 15:43:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Math-Symbolic-Custom-Pattern Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:43:41 -0000 aaron 2006-05-15 15:43:24 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-Symbolic-Custom-Pattern Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Math-Symbolic-Custom-Pattern, Pattern matching on Math::Symbolic trees Approved by: tobez (implicit) Revision Changes Path 1.378 +1 -0 ports/math/Makefile 1.1 +33 -0 ports/math/p5-Math-Symbolic-Custom-Pattern/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-Symbolic-Custom-Pattern/distinfo (new) 1.1 +16 -0 ports/math/p5-Math-Symbolic-Custom-Pattern/pkg-descr (new) 1.1 +11 -0 ports/math/p5-Math-Symbolic-Custom-Pattern/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 15:43:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A29616A6C4; Mon, 15 May 2006 15:43:49 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC8CF43D49; Mon, 15 May 2006 15:43:43 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FFhV09099375; Mon, 15 May 2006 15:43:31 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FFhVws099374; Mon, 15 May 2006 15:43:31 GMT (envelope-from aaron) Message-Id: <200605151543.k4FFhVws099374@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 15:43:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:43:54 -0000 aaron 2006-05-15 15:43:31 UTC FreeBSD ports repository Modified files: . modules Log: p5-Math-Symbolic-Custom-Pattern --> ports/math/p5-Math-Symbolic-Custom-Pattern Revision Changes Path 1.14961 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 15:48:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55C0716A840; Mon, 15 May 2006 15:48:11 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6636B43DA4; Mon, 15 May 2006 15:47:57 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FFljpj099571; Mon, 15 May 2006 15:47:45 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FFljx0099570; Mon, 15 May 2006 15:47:45 GMT (envelope-from keramida) Message-Id: <200605151547.k4FFljx0099570@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 15 May 2006 15:47:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:48:13 -0000 keramida 2006-05-15 15:47:45 UTC FreeBSD src repository (doc committer) Modified files: . UPDATING Log: Note that an old adjkerntz is not really usable after the recent sysctlbyname() changes, so the new adjkerntz binary should be used while in single-user mode. Reviewed by: ceri, maxim Revision Changes Path 1.449 +15 -0 src/UPDATING From owner-cvs-all@FreeBSD.ORG Mon May 15 15:51:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B92A616A981; Mon, 15 May 2006 15:51:45 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8895143E84; Mon, 15 May 2006 15:51:11 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FFoW9r099772; Mon, 15 May 2006 15:50:32 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FFoWVb099771; Mon, 15 May 2006 15:50:32 GMT (envelope-from aaron) Message-Id: <200605151550.k4FFoWVb099771@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 15:50:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Math-Symbolic-Custom-Simplification Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:52:00 -0000 aaron 2006-05-15 15:50:32 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-Symbolic-Custom-Simplification Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Math-Symbolic-Custom-Simplification, User defined simplification routines Approved by: tobez (implicit) Revision Changes Path 1.379 +1 -0 ports/math/Makefile 1.1 +31 -0 ports/math/p5-Math-Symbolic-Custom-Simplification/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-Symbolic-Custom-Simplification/distinfo (new) 1.1 +20 -0 ports/math/p5-Math-Symbolic-Custom-Simplification/pkg-descr (new) 1.1 +9 -0 ports/math/p5-Math-Symbolic-Custom-Simplification/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 15:52:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE7AC16A9A2; Mon, 15 May 2006 15:51:48 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85D2443EA3; Mon, 15 May 2006 15:51:29 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FFoh4K099830; Mon, 15 May 2006 15:50:43 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FFohF4099829; Mon, 15 May 2006 15:50:43 GMT (envelope-from aaron) Message-Id: <200605151550.k4FFohF4099829@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 15:50:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:52:09 -0000 aaron 2006-05-15 15:50:43 UTC FreeBSD ports repository Modified files: . modules Log: p5-Math-Symbolic-Custom-Simplification --> ports/math/p5-Math-Symbolic-Custom-Simplification Revision Changes Path 1.14962 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 15:59:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF8B916AB26; Mon, 15 May 2006 15:59:17 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB5D43D5A; Mon, 15 May 2006 15:59:17 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FFx5Pp000274; Mon, 15 May 2006 15:59:05 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FFx4Zp000268; Mon, 15 May 2006 15:59:04 GMT (envelope-from aaron) Message-Id: <200605151559.k4FFx4Zp000268@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 15:59:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Math-Symbolic-Custom-Transformation Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:59:27 -0000 aaron 2006-05-15 15:59:04 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-Symbolic-Custom-Transformation Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Math-Symbolic-Custom-Transformation, Transform Math::Symbolic trees Approved by: tobez (implicit) Revision Changes Path 1.380 +1 -0 ports/math/Makefile 1.1 +32 -0 ports/math/p5-Math-Symbolic-Custom-Transformation/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-Symbolic-Custom-Transformation/distinfo (new) 1.1 +20 -0 ports/math/p5-Math-Symbolic-Custom-Transformation/pkg-descr (new) 1.1 +9 -0 ports/math/p5-Math-Symbolic-Custom-Transformation/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 15:59:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55F7116AB17; Mon, 15 May 2006 15:59:23 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 125C943D5E; Mon, 15 May 2006 15:59:23 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FFxAsM000321; Mon, 15 May 2006 15:59:10 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FFxAXL000320; Mon, 15 May 2006 15:59:10 GMT (envelope-from aaron) Message-Id: <200605151559.k4FFxAXL000320@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 15:59:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:59:41 -0000 aaron 2006-05-15 15:59:10 UTC FreeBSD ports repository Modified files: . modules Log: p5-Math-Symbolic-Custom-Transformation --> ports/math/p5-Math-Symbolic-Custom-Transformation Revision Changes Path 1.14963 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 16:01:25 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B81E116A54A; Mon, 15 May 2006 16:01:25 +0000 (UTC) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw4.york.ac.uk (mail-gw4.york.ac.uk [144.32.128.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB8EE43D86; Mon, 15 May 2006 15:59:32 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from buffy.york.ac.uk (buffy-128.york.ac.uk [144.32.128.160]) by mail-gw4.york.ac.uk (8.13.6/8.13.6) with ESMTP id k4FFxQtj001745; Mon, 15 May 2006 16:59:27 +0100 (BST) Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.13.6/8.13.6) with ESMTP id k4FFxQdB024697; Mon, 15 May 2006 16:59:26 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.13.6/8.13.6/Submit) id k4FFxLkK024696; Mon, 15 May 2006 16:59:21 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin.atkinson@ury.york.ac.uk using -f From: Gavin Atkinson To: Maxime Henrion In-Reply-To: <20060515145347.GH2293@elvis.mu.org> References: <200605151355.k4FDtilA091825@repoman.freebsd.org> <20060515171154.5dc68041@it.buh.cameradicommercio.ro> <20060515142618.GG2293@elvis.mu.org> <1147704439.23488.18.camel@buffy.york.ac.uk> <20060515145347.GH2293@elvis.mu.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Mon, 15 May 2006 16:59:21 +0100 Message-Id: <1147708761.23488.19.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk Cc: Ion-Mihai Tetcu , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 16:01:25 -0000 On Mon, 2006-05-15 at 16:53 +0200, Maxime Henrion wrote:> Other than that, it is excellent to see this in a production (well, > > almost!) branch. Many thanks for your work! > > Thanks, > Maxime > Gavin Atkinson wrote: > > Did I miss something? Last time I looked, csup didn't support CVS mode > > (only checkout mode) and therefore there is still a need for the port. > > If this is no longer the case, the man page needs updating. > > We're talking about the csup port versus csup that is now in base. > Both don't support CVS mode and noone is saying to remove the CVSup > port :-). Gah, sorry, of course. I blame the cold weather for brain-freeze. Gavin From owner-cvs-all@FreeBSD.ORG Mon May 15 16:01:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7774216AB6A; Mon, 15 May 2006 16:01:54 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ECE443D8D; Mon, 15 May 2006 16:01:49 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FG1bw9000530; Mon, 15 May 2006 16:01:37 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FG1bVJ000529; Mon, 15 May 2006 16:01:37 GMT (envelope-from jkoshy) Message-Id: <200605151601.k4FG1bVJ000529@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 15 May 2006 16:01:37 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 16:01:59 -0000 jkoshy 2006-05-15 16:01:36 UTC FreeBSD doc repository Modified files: en/news press.xml Log: Follow FDP recommendations for whitespace. Revision Changes Path 1.192 +22 -22 www/en/news/press.xml From owner-cvs-all@FreeBSD.ORG Mon May 15 16:15:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39FEE16A952; Mon, 15 May 2006 16:15:47 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43EF343D79; Mon, 15 May 2006 16:15:46 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FGFYXr002274; Mon, 15 May 2006 16:15:34 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FGFYHH002273; Mon, 15 May 2006 16:15:34 GMT (envelope-from aaron) Message-Id: <200605151615.k4FGFYHH002273@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 16:15:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Number-WithError Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 16:15:47 -0000 aaron 2006-05-15 16:15:34 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Number-WithError Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Number-WithError, Numbers with error propagation and scientific rounding Approved by: tobez (implicit) Revision Changes Path 1.381 +1 -0 ports/math/Makefile 1.1 +33 -0 ports/math/p5-Number-WithError/Makefile (new) 1.1 +3 -0 ports/math/p5-Number-WithError/distinfo (new) 1.1 +18 -0 ports/math/p5-Number-WithError/pkg-descr (new) 1.1 +5 -0 ports/math/p5-Number-WithError/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 16:15:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A65C816AD0E; Mon, 15 May 2006 16:15:54 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C95843D81; Mon, 15 May 2006 16:15:52 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FGFelW002319; Mon, 15 May 2006 16:15:40 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FGFewM002318; Mon, 15 May 2006 16:15:40 GMT (envelope-from aaron) Message-Id: <200605151615.k4FGFewM002318@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 16:15:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 16:15:54 -0000 aaron 2006-05-15 16:15:40 UTC FreeBSD ports repository Modified files: . modules Log: p5-Number-WithError --> ports/math/p5-Number-WithError Revision Changes Path 1.14964 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 16:17:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CF2D16AD0C; Mon, 15 May 2006 16:17:41 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C29443D53; Mon, 15 May 2006 16:17:40 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FGHRHG002395; Mon, 15 May 2006 16:17:27 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FGHRMW002394; Mon, 15 May 2006 16:17:27 GMT (envelope-from jkoshy) Message-Id: <200605151617.k4FGHRMW002394@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 15 May 2006 16:17:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 16:17:41 -0000 jkoshy 2006-05-15 16:17:27 UTC FreeBSD doc repository Modified files: en/news press.xml Log: - Wordsmithing of text [1]. - CNet article on FreeBSD on the desktop. - Softwareinreview.com review of FreeBSD 6.1. Submitted by: lawrance [1]. Revision Changes Path 1.193 +22 -2 www/en/news/press.xml From owner-cvs-all@FreeBSD.ORG Mon May 15 16:22:49 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9039C16AD6A; Mon, 15 May 2006 16:22:49 +0000 (UTC) (envelope-from ab@astralblue.net) Received: from purple.the-7.net (purple.the-7.net [207.158.28.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 047E143D6A; Mon, 15 May 2006 16:22:48 +0000 (GMT) (envelope-from ab@astralblue.net) Received: from [216.69.70.43] (bbq.nttmcl.com [216.69.70.43]) by purple.the-7.net (8.13.6/8.13.6) with ESMTP id k4FGMlWE088639; Mon, 15 May 2006 09:22:47 -0700 (PDT) (envelope-from ab@astralblue.net) Authentication-Results: purple.the-7.net from=ab@astralblue.net; sender-id=softfail; spf=softfail Message-ID: <4468AAD6.5040805@astralblue.net> Date: Mon, 15 May 2006 09:22:46 -0700 From: "Eugene M. Kim" User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Giorgos Keramidas References: <200605131158.k4DBwwv6094656@repoman.freebsd.org> <200605111725.k4BHPaqC002506@repoman.freebsd.org> <20060515142715.GA1188@gothmog.pc> <20060515185920.G78343@mp2.macomnet.net> <20060515151852.GA10257@gothmog.pc> In-Reply-To: <20060515151852.GA10257@gothmog.pc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: src-committers@freebsd.org, Pawel Jakub Dawidek , cvs-src@freebsd.org, cvs-all@freebsd.org, Poul-Henning Kamp , Maxim Konovalov Subject: Re: cvs commit: src/sbin/adjkerntz adjkerntz.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 16:22:49 -0000 Super, thanks! Cheers, Eugene Giorgos Keramidas wrote: > How about adding this to UPDATING then, everyone? > > %%% > Index: UPDATING > =================================================================== > --- UPDATING (revision 75) > +++ UPDATING (working copy) > @@ -21,6 +21,21 @@ > developers choose to disable these features on build machines > to maximize performance. > > +20060511: > + The machdep.* sysctls and the adjkerntz utility have been > + modified bit bit. The new adjkerntz utility uses the new > + sysctl names and sysctlbyname() calls, so it may be impossible > + to run an old /sbin/adjkerntz utility in single-user mode > + with a new kernel. Replace the `adjkerntz -i' step before > + `make installworld' with: > + > + /usr/obj/usr/src/sbin/adjkerntz/adjkerntz -i > + > + and proceed as usual with the rest of the installworld-stage > + steps. Otherwise, you risk installing binaries with their > + timestamp set several hours in the future, especially if > + you are running with local time set to GMT+X hours. > + > 20060412: > The ip6fw utility has been removed. The behavior provided by > ip6fw has been in ipfw2 for a good while and the rc.d scripts > %%% > From owner-cvs-all@FreeBSD.ORG Mon May 15 16:28:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4AF016A686; Mon, 15 May 2006 16:28:09 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DCAA43D48; Mon, 15 May 2006 16:27:43 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FGRKLi002875; Mon, 15 May 2006 16:27:20 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FGRKUS002874; Mon, 15 May 2006 16:27:20 GMT (envelope-from lbr) Message-Id: <200605151627.k4FGRKUS002874@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Mon, 15 May 2006 16:27:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-Catalyst-Plugin-FormValidator-Simple Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 16:28:14 -0000 lbr 2006-05-15 16:27:20 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-Plugin-FormValidator-Simple Makefile distinfo Log: Update to 0.10. Approved by: erwin (mentor) Revision Changes Path 1.5 +1 -1 ports/www/p5-Catalyst-Plugin-FormValidator-Simple/Makefile 1.4 +3 -3 ports/www/p5-Catalyst-Plugin-FormValidator-Simple/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 15 16:39:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB35816AF03; Mon, 15 May 2006 16:39:31 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25B5743D46; Mon, 15 May 2006 16:39:31 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FGdI2g003462; Mon, 15 May 2006 16:39:18 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FGdIs3003461; Mon, 15 May 2006 16:39:18 GMT (envelope-from aaron) Message-Id: <200605151639.k4FGdIs3003461@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 16:39:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-TeX-Encode Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 16:39:31 -0000 aaron 2006-05-15 16:39:18 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-TeX-Encode Makefile distinfo pkg-descr pkg-plist Log: Adding port textproc/p5-TeX-Encode, Encode/decode Perl utf-8 strings into TeX Approved by: tobez (implicit) Revision Changes Path 1.968 +1 -0 ports/textproc/Makefile 1.1 +32 -0 ports/textproc/p5-TeX-Encode/Makefile (new) 1.1 +3 -0 ports/textproc/p5-TeX-Encode/distinfo (new) 1.1 +17 -0 ports/textproc/p5-TeX-Encode/pkg-descr (new) 1.1 +8 -0 ports/textproc/p5-TeX-Encode/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 16:39:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37E0016AEF0; Mon, 15 May 2006 16:39:42 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3BBA43D45; Mon, 15 May 2006 16:39:41 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FGdTqM003506; Mon, 15 May 2006 16:39:29 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FGdT0Q003505; Mon, 15 May 2006 16:39:29 GMT (envelope-from aaron) Message-Id: <200605151639.k4FGdT0Q003505@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 16:39:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 16:39:43 -0000 aaron 2006-05-15 16:39:29 UTC FreeBSD ports repository Modified files: . modules Log: p5-TeX-Encode --> ports/textproc/p5-TeX-Encode Revision Changes Path 1.14965 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 16:48:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC14116A837; Mon, 15 May 2006 16:48:50 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FF4643D5D; Mon, 15 May 2006 16:48:50 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FGmc6V011540; Mon, 15 May 2006 16:48:38 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FGmc4r011539; Mon, 15 May 2006 16:48:38 GMT (envelope-from aaron) Message-Id: <200605151648.k4FGmc4r011539@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 16:48:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Number-WithError-LaTeX Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 16:48:52 -0000 aaron 2006-05-15 16:48:38 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Number-WithError-LaTeX Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Number-WithError-LaTeX, LaTeX output for Number::WithError Approved by: tobez (implicit) Revision Changes Path 1.382 +1 -0 ports/math/Makefile 1.1 +35 -0 ports/math/p5-Number-WithError-LaTeX/Makefile (new) 1.1 +3 -0 ports/math/p5-Number-WithError-LaTeX/distinfo (new) 1.1 +13 -0 ports/math/p5-Number-WithError-LaTeX/pkg-descr (new) 1.1 +7 -0 ports/math/p5-Number-WithError-LaTeX/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 16:49:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D344816B03E; Mon, 15 May 2006 16:49:15 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7180743D45; Mon, 15 May 2006 16:49:15 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FGn36S011597; Mon, 15 May 2006 16:49:03 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FGn3ID011595; Mon, 15 May 2006 16:49:03 GMT (envelope-from aaron) Message-Id: <200605151649.k4FGn3ID011595@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 16:49:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 16:49:19 -0000 aaron 2006-05-15 16:49:03 UTC FreeBSD ports repository Modified files: . modules Log: p5-Number-WithError-LaTeX --> ports/math/p5-Number-WithError-LaTeX Revision Changes Path 1.14966 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 16:53:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4755416A460; Mon, 15 May 2006 16:53:42 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1951643DDE; Mon, 15 May 2006 16:52:28 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FGqFMl011827; Mon, 15 May 2006 16:52:15 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FGqF0x011826; Mon, 15 May 2006 16:52:15 GMT (envelope-from emax) Message-Id: <200605151652.k4FGqF0x011826@repoman.freebsd.org> From: Maksim Yevmenkin Date: Mon, 15 May 2006 16:52:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/bluetooth/bthidd bthidd.c client.c hid.c server.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 16:53:53 -0000 emax 2006-05-15 16:52:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/bluetooth/bthidd bthidd.c client.c hid.c server.c Log: MFC: Teach bthidd(8) to reload its config when SIGHUP is received. Properly convert L2CAP PSM values in sockaddr_l2cap to LE16 byte order. Properly map mouse buttons. Fix typo. PR: bin/94577 Submitted by: Iain Hibbert, Krzysztof Jedruczyk Revision Changes Path 1.3.2.1 +27 -3 src/usr.sbin/bluetooth/bthidd/bthidd.c 1.2.2.1 +1 -1 src/usr.sbin/bluetooth/bthidd/client.c 1.2.2.1 +5 -2 src/usr.sbin/bluetooth/bthidd/hid.c 1.3.2.1 +2 -2 src/usr.sbin/bluetooth/bthidd/server.c From owner-cvs-all@FreeBSD.ORG Mon May 15 16:58:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9D6016B0BD; Mon, 15 May 2006 16:58:54 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91F6E43D45; Mon, 15 May 2006 16:58:54 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FGwgC9012112; Mon, 15 May 2006 16:58:42 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FGwgZV012111; Mon, 15 May 2006 16:58:42 GMT (envelope-from aaron) Message-Id: <200605151658.k4FGwgZV012111@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 16:58:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Math-SymbolicX-Error Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 16:58:55 -0000 aaron 2006-05-15 16:58:42 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-SymbolicX-Error Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Math-SymbolicX-Error, Parser extension for dealing with numeric errors Approved by: tobez (implicit) Revision Changes Path 1.383 +1 -0 ports/math/Makefile 1.1 +33 -0 ports/math/p5-Math-SymbolicX-Error/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-SymbolicX-Error/distinfo (new) 1.1 +9 -0 ports/math/p5-Math-SymbolicX-Error/pkg-descr (new) 1.1 +7 -0 ports/math/p5-Math-SymbolicX-Error/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 16:59:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3683416B0F3; Mon, 15 May 2006 16:59:07 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E928443D45; Mon, 15 May 2006 16:59:06 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FGwsD4012157; Mon, 15 May 2006 16:58:54 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FGwsQ2012156; Mon, 15 May 2006 16:58:54 GMT (envelope-from aaron) Message-Id: <200605151658.k4FGwsQ2012156@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 16:58:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 16:59:08 -0000 aaron 2006-05-15 16:58:54 UTC FreeBSD ports repository Modified files: . modules Log: p5-Math-SymbolicX-Error --> ports/math/p5-Math-SymbolicX-Error Revision Changes Path 1.14967 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 17:04:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6515E16B02B; Mon, 15 May 2006 17:04:41 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1FD343D67; Mon, 15 May 2006 17:04:40 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FH4SDP013598; Mon, 15 May 2006 17:04:28 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FH4Sob013597; Mon, 15 May 2006 17:04:28 GMT (envelope-from emax) Message-Id: <200605151704.k4FH4Sob013597@repoman.freebsd.org> From: Maksim Yevmenkin Date: Mon, 15 May 2006 17:04:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/bluetooth/sdpd server.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 17:04:41 -0000 emax 2006-05-15 17:04:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/bluetooth/sdpd server.c Log: MFC: Properly convert L2CAP PSM values in sockaddr_l2cap to LE16 byte order. Fix formatting. Add missing break; Submitted by: Iain Hibbert Revision Changes Path 1.1.8.2 +4 -3 src/usr.sbin/bluetooth/sdpd/server.c From owner-cvs-all@FreeBSD.ORG Mon May 15 17:13:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD48216B1F6; Mon, 15 May 2006 17:13:00 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93B6F43D78; Mon, 15 May 2006 17:13:00 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FHCm83013995; Mon, 15 May 2006 17:12:48 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FHCmOs013994; Mon, 15 May 2006 17:12:48 GMT (envelope-from aaron) Message-Id: <200605151712.k4FHCmOs013994@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 17:12:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Math-Sequence Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 17:13:02 -0000 aaron 2006-05-15 17:12:48 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-Sequence Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Math-SequenceE, a Perl extension dealing with mathematic sequences Approved by: tobez (implicit) Revision Changes Path 1.384 +1 -0 ports/math/Makefile 1.1 +31 -0 ports/math/p5-Math-Sequence/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-Sequence/distinfo (new) 1.1 +26 -0 ports/math/p5-Math-Sequence/pkg-descr (new) 1.1 +5 -0 ports/math/p5-Math-Sequence/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 17:13:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F55D16A4E3; Mon, 15 May 2006 17:13:07 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BE7443D64; Mon, 15 May 2006 17:13:07 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FHCsHk014039; Mon, 15 May 2006 17:12:54 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FHCsLs014038; Mon, 15 May 2006 17:12:54 GMT (envelope-from aaron) Message-Id: <200605151712.k4FHCsLs014038@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 17:12:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 17:13:08 -0000 aaron 2006-05-15 17:12:54 UTC FreeBSD ports repository Modified files: . modules Log: p5-Math-Sequence --> ports/math/p5-Math-Sequence Revision Changes Path 1.14968 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 17:18:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B02416B24B; Mon, 15 May 2006 17:18:22 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2490C43D46; Mon, 15 May 2006 17:18:22 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FHI9Jk014327; Mon, 15 May 2006 17:18:09 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FHI9Aw014326; Mon, 15 May 2006 17:18:09 GMT (envelope-from aaron) Message-Id: <200605151718.k4FHI9Aw014326@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 17:18:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Math-Series Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 17:18:24 -0000 aaron 2006-05-15 17:18:09 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-Series Makefile distinfo pkg-descr pkg-plist Log: Adding port math/p5-Math-Series, a Perl extension dealing with mathematic series Approved by: tobez (implicit) Revision Changes Path 1.385 +1 -0 ports/math/Makefile 1.1 +26 -0 ports/math/p5-Math-Series/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-Series/distinfo (new) 1.1 +28 -0 ports/math/p5-Math-Series/pkg-descr (new) 1.1 +5 -0 ports/math/p5-Math-Series/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 17:18:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4441616AA91; Mon, 15 May 2006 17:18:33 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB79D43D45; Mon, 15 May 2006 17:18:32 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FHIKw0014371; Mon, 15 May 2006 17:18:20 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FHIKmW014370; Mon, 15 May 2006 17:18:20 GMT (envelope-from aaron) Message-Id: <200605151718.k4FHIKmW014370@repoman.freebsd.org> From: Aaron Dalton Date: Mon, 15 May 2006 17:18:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 17:18:33 -0000 aaron 2006-05-15 17:18:20 UTC FreeBSD ports repository Modified files: . modules Log: p5-Math-Series --> ports/math/p5-Math-Series Revision Changes Path 1.14969 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 17:32:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A94D16A931; Mon, 15 May 2006 17:32:02 +0000 (UTC) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0725343D55; Mon, 15 May 2006 17:32:02 +0000 (GMT) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FHVnHu014862; Mon, 15 May 2006 17:31:49 GMT (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FHVnOX014861; Mon, 15 May 2006 17:31:49 GMT (envelope-from jdp) Message-Id: <200605151731.k4FHVnOX014861@repoman.freebsd.org> From: John Polstra Date: Mon, 15 May 2006 17:31:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/spice Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 17:32:02 -0000 jdp 2006-05-15 17:31:49 UTC FreeBSD ports repository Modified files: cad/spice Makefile Log: Bump PORTREVISION to reflect the "^" operator bugfix in patch-src_lib_inp_inpptree_c. Gently nudged by: kris Revision Changes Path 1.34 +1 -1 ports/cad/spice/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 15 17:44:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40DD716AB98; Mon, 15 May 2006 17:44:13 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49BA643D6B; Mon, 15 May 2006 17:44:04 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FHhqCR015285; Mon, 15 May 2006 17:43:52 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FHhqeZ015284; Mon, 15 May 2006 17:43:52 GMT (envelope-from matteo) Message-Id: <200605151743.k4FHhqeZ015284@repoman.freebsd.org> From: Matteo Riondato Date: Mon, 15 May 2006 17:43:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/examples/etc README.examples X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 17:44:13 -0000 matteo 2006-05-15 17:43:51 UTC FreeBSD src repository Modified files: share/examples/etc README.examples Log: Update README.examples according to the current state of the examples/etc directory PR: conf/97232 Revision Changes Path 1.15 +30 -18 src/share/examples/etc/README.examples From owner-cvs-all@FreeBSD.ORG Mon May 15 17:55:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FF1F16B245; Mon, 15 May 2006 17:55:35 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28D5843D62; Mon, 15 May 2006 17:55:31 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FHtIjp018819; Mon, 15 May 2006 17:55:18 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FHtI2U018818; Mon, 15 May 2006 17:55:18 GMT (envelope-from marcus) Message-Id: <200605151755.k4FHtI2U018818@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 15 May 2006 17:55:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/intltool Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 17:55:36 -0000 marcus 2006-05-15 17:55:18 UTC FreeBSD ports repository Modified files: textproc/intltool Makefile distinfo Log: Update to 0.35.0. Revision Changes Path 1.49 +2 -2 ports/textproc/intltool/Makefile 1.35 +3 -3 ports/textproc/intltool/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 15 18:34:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C37216B43B; Mon, 15 May 2006 18:34:21 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D13A843D70; Mon, 15 May 2006 18:34:18 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FIY6jE022737; Mon, 15 May 2006 18:34:06 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FIY6qQ022736; Mon, 15 May 2006 18:34:06 GMT (envelope-from ps) Message-Id: <200605151834.k4FIY6qQ022736@repoman.freebsd.org> From: Paul Saab Date: Mon, 15 May 2006 18:34:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c syscalls.master src/sys/kern uipc_syscalls.c src/sys/sys syscallsubr.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 18:34:28 -0000 ps 2006-05-15 18:34:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/freebsd32 freebsd32_misc.c syscalls.master sys/kern uipc_syscalls.c sys/sys syscallsubr.h Log: MFC: 32bit sendfile support Revision Changes Path 1.38.2.8 +64 -18 src/sys/compat/freebsd32/freebsd32_misc.c 1.50.2.5 +2 -2 src/sys/compat/freebsd32/syscalls.master 1.221.2.2 +55 -38 src/sys/kern/uipc_syscalls.c 1.31.2.2 +3 -0 src/sys/sys/syscallsubr.h From owner-cvs-all@FreeBSD.ORG Mon May 15 18:34:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22F2F16B458; Mon, 15 May 2006 18:34:36 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B82D43D6B; Mon, 15 May 2006 18:34:35 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FIYN1A022773; Mon, 15 May 2006 18:34:23 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FIYMFH022772; Mon, 15 May 2006 18:34:22 GMT (envelope-from oliver) Message-Id: <200605151834.k4FIYMFH022772@repoman.freebsd.org> From: Oliver Lehmann Date: Mon, 15 May 2006 18:34:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libzvbi Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 18:34:37 -0000 oliver 2006-05-15 18:34:22 UTC FreeBSD ports repository Modified files: devel/libzvbi Makefile distinfo Log: update to 0.2.21 Revision Changes Path 1.29 +1 -1 ports/devel/libzvbi/Makefile 1.18 +3 -3 ports/devel/libzvbi/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 15 18:34:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EDAC16B45B; Mon, 15 May 2006 18:34:53 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1273A43D6A; Mon, 15 May 2006 18:34:53 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FIYeAs022814; Mon, 15 May 2006 18:34:40 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FIYeeL022813; Mon, 15 May 2006 18:34:40 GMT (envelope-from ps) Message-Id: <200605151834.k4FIYeeL022813@repoman.freebsd.org> From: Paul Saab Date: Mon, 15 May 2006 18:34:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 18:34:56 -0000 ps 2006-05-15 18:34:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: MFC: regen for 32bit sendfile Revision Changes Path 1.38.2.5 +3 -3 src/sys/compat/freebsd32/freebsd32_proto.h 1.38.2.5 +1 -1 src/sys/compat/freebsd32/freebsd32_syscall.h 1.29.2.5 +1 -1 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.39.2.5 +1 -1 src/sys/compat/freebsd32/freebsd32_sysent.c From owner-cvs-all@FreeBSD.ORG Mon May 15 18:36:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C6CA16B477; Mon, 15 May 2006 18:36:31 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBA2543D7D; Mon, 15 May 2006 18:36:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FIaIoS023025; Mon, 15 May 2006 18:36:18 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FIaIAP023024; Mon, 15 May 2006 18:36:18 GMT (envelope-from pav) Message-Id: <200605151836.k4FIaIAP023024@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 15 May 2006 18:36:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/net Makefile ports/net/callgen Makefile distinfo pkg-descr ports/net/callgen323 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 18:36:33 -0000 pav 2006-05-15 18:36:18 UTC FreeBSD ports repository Modified files: . MOVED net Makefile net/callgen323 Makefile distinfo Removed files: net/callgen Makefile distinfo pkg-descr Log: - Update to 2.0.0 CVS - Move to net/callgen323 - Provide WITH_OPAL knob (net/opal instead of openh323) - Unbreak on FreeBSD >= 5.X - Take maintainership PR: ports/95488 Submitted by: Joerg Pulz Approved by: maintainer timeout (1 month) Revision Changes Path 1.988 +2 -1 ports/MOVED 1.1660 +1 -1 ports/net/Makefile 1.6 +0 -41 ports/net/callgen/Makefile (dead) 1.4 +0 -3 ports/net/callgen/distinfo (dead) 1.2 +0 -13 ports/net/callgen/pkg-descr (dead) 1.6 +23 -18 ports/net/callgen323/Makefile 1.4 +3 -3 ports/net/callgen323/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 15 18:38:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC78716B480; Mon, 15 May 2006 18:38:03 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 173AC43D68; Mon, 15 May 2006 18:37:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FIbZ3q023081; Mon, 15 May 2006 18:37:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FIbZ1j023080; Mon, 15 May 2006 18:37:35 GMT (envelope-from pav) Message-Id: <200605151837.k4FIbZ1j023080@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 15 May 2006 18:37:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 18:38:06 -0000 pav 2006-05-15 18:37:35 UTC FreeBSD ports repository Modified files: . modules Log: callgen is now callgen323 Revision Changes Path 1.14970 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 18:48:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDBFC16B4E0; Mon, 15 May 2006 18:48:13 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAAA843D5A; Mon, 15 May 2006 18:48:05 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FIlqfW023615; Mon, 15 May 2006 18:47:52 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FIlqw6023614; Mon, 15 May 2006 18:47:52 GMT (envelope-from ps) Message-Id: <200605151847.k4FIlqw6023614@repoman.freebsd.org> From: Paul Saab Date: Mon, 15 May 2006 18:47:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c syscalls.master src/sys/kern sysv_shm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 18:48:17 -0000 ps 2006-05-15 18:47:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/freebsd32 freebsd32_misc.c syscalls.master sys/kern sysv_shm.c Log: MFC: Properly support for FreeBSD 4 32bit System V shared memory. Submitted by: peter Revision Changes Path 1.38.2.9 +166 -4 src/sys/compat/freebsd32/freebsd32_misc.c 1.50.2.6 +4 -4 src/sys/compat/freebsd32/syscalls.master 1.102.2.1 +10 -0 src/sys/kern/sysv_shm.c From owner-cvs-all@FreeBSD.ORG Mon May 15 18:48:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02DF316B52B; Mon, 15 May 2006 18:48:37 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A00BF43D6E; Mon, 15 May 2006 18:48:36 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FImNwH023673; Mon, 15 May 2006 18:48:23 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FImNxO023672; Mon, 15 May 2006 18:48:23 GMT (envelope-from ps) Message-Id: <200605151848.k4FImNxO023672@repoman.freebsd.org> From: Paul Saab Date: Mon, 15 May 2006 18:48:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 18:48:44 -0000 ps 2006-05-15 18:48:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: MFC: regen for 32bit FreeBSD 4 System V shared memory Revision Changes Path 1.38.2.6 +10 -4 src/sys/compat/freebsd32/freebsd32_proto.h 1.38.2.6 +2 -2 src/sys/compat/freebsd32/freebsd32_syscall.h 1.29.2.6 +2 -2 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.39.2.6 +2 -2 src/sys/compat/freebsd32/freebsd32_sysent.c From owner-cvs-all@FreeBSD.ORG Mon May 15 18:52:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAA3F16B532; Mon, 15 May 2006 18:52:51 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B81EF43E27; Mon, 15 May 2006 18:51:50 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FIpQaC023858; Mon, 15 May 2006 18:51:26 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FIpQ81023857; Mon, 15 May 2006 18:51:26 GMT (envelope-from ps) Message-Id: <200605151851.k4FIpQ81023857@repoman.freebsd.org> From: Paul Saab Date: Mon, 15 May 2006 18:51:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 18:52:54 -0000 ps 2006-05-15 18:51:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 pmap.c Log: MFC: Fix the format/display descriptor of vm.kmem_size and vm.kmem_free Revision Changes Path 1.516.2.6 +2 -2 src/sys/amd64/amd64/pmap.c From owner-cvs-all@FreeBSD.ORG Mon May 15 18:53:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E177C16B610; Mon, 15 May 2006 18:53:41 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EEC843DC3; Mon, 15 May 2006 18:53:13 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FIr14J023915; Mon, 15 May 2006 18:53:01 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FIr1iJ023914; Mon, 15 May 2006 18:53:01 GMT (envelope-from ps) Message-Id: <200605151853.k4FIr1iJ023914@repoman.freebsd.org> From: Paul Saab Date: Mon, 15 May 2006 18:53:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 18:53:43 -0000 ps 2006-05-15 18:53:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_sig.c Log: MFC: rev 1.329 Don't try to kill embryonic processes in killpg1(). This prevents a race condition between fork() and kill(pid,sig) with pid < 0 that can cause a kernel panic. Revision Changes Path 1.306.2.5 +3 -2 src/sys/kern/kern_sig.c From owner-cvs-all@FreeBSD.ORG Mon May 15 19:00:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80DD816A6F1; Mon, 15 May 2006 19:00:51 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 045CE43D70; Mon, 15 May 2006 19:00:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FJ0YAQ024315; Mon, 15 May 2006 19:00:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FJ0XqI024314; Mon, 15 May 2006 19:00:33 GMT (envelope-from pav) Message-Id: <200605151900.k4FJ0XqI024314@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 15 May 2006 19:00:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/audio Makefile ports/audio/ruby-mp3info Makefile distinfo pkg-descr pkg-plist ports/audio/rubygem-mp3info Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 19:00:51 -0000 pav 2006-05-15 19:00:33 UTC FreeBSD ports repository Modified files: . MOVED audio Makefile audio/rubygem-mp3info Makefile distinfo pkg-plist Removed files: audio/ruby-mp3info Makefile distinfo pkg-descr pkg-plist Log: - Update ruby-mp3info to 0.5 and use rubygem version - Take maintainership PR: ports/97163 Submitted by: brad walker Revision Changes Path 1.989 +2 -1 ports/MOVED 1.725 +1 -1 ports/audio/Makefile 1.8 +0 -42 ports/audio/ruby-mp3info/Makefile (dead) 1.6 +0 -3 ports/audio/ruby-mp3info/distinfo (dead) 1.4 +0 -6 ports/audio/ruby-mp3info/pkg-descr (dead) 1.5 +0 -38 ports/audio/ruby-mp3info/pkg-plist (dead) 1.8 +11 -32 ports/audio/rubygem-mp3info/Makefile 1.6 +3 -3 ports/audio/rubygem-mp3info/distinfo 1.5 +52 -38 ports/audio/rubygem-mp3info/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 15 19:01:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97C7916A558; Mon, 15 May 2006 19:01:30 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1686E43D77; Mon, 15 May 2006 19:01:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FJ1HZ9024378; Mon, 15 May 2006 19:01:17 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FJ1HuH024377; Mon, 15 May 2006 19:01:17 GMT (envelope-from pav) Message-Id: <200605151901.k4FJ1HuH024377@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 15 May 2006 19:01:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 19:01:32 -0000 pav 2006-05-15 19:01:17 UTC FreeBSD ports repository Modified files: . modules Log: ruby-mp3info is now rubygem-mp3info Revision Changes Path 1.14971 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 19:34:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CCF516A8EC; Mon, 15 May 2006 19:34:08 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A82FD43D4C; Mon, 15 May 2006 19:34:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FJXs2W026950; Mon, 15 May 2006 19:33:54 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FJXsuU026949; Mon, 15 May 2006 19:33:54 GMT (envelope-from pav) Message-Id: <200605151933.k4FJXsuU026949@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 15 May 2006 19:33:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/audio Makefile ports/audio/ruby-mp3info Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 19:34:08 -0000 pav 2006-05-15 19:33:54 UTC FreeBSD ports repository Modified files: . MOVED audio Makefile Added files: audio/ruby-mp3info Makefile distinfo pkg-descr pkg-plist Log: - Revive audio/ruby-mp3info, other ports depends on it Reported by: INDEX build failure via cperciva Pointy hat to: pav Revision Changes Path 1.990 +1 -2 ports/MOVED 1.726 +1 -0 ports/audio/Makefile 1.9 +42 -0 ports/audio/ruby-mp3info/Makefile (new) 1.7 +3 -0 ports/audio/ruby-mp3info/distinfo (new) 1.5 +6 -0 ports/audio/ruby-mp3info/pkg-descr (new) 1.6 +38 -0 ports/audio/ruby-mp3info/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 19:34:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48A3C16A789; Mon, 15 May 2006 19:34:55 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBA3C43D5E; Mon, 15 May 2006 19:34:54 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FJYf6K026994; Mon, 15 May 2006 19:34:41 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FJYfRe026993; Mon, 15 May 2006 19:34:41 GMT (envelope-from pav) Message-Id: <200605151934.k4FJYfRe026993@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 15 May 2006 19:34:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 19:34:55 -0000 pav 2006-05-15 19:34:41 UTC FreeBSD ports repository Modified files: . modules Log: - readd ruby-mp3info Revision Changes Path 1.14972 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 19:40:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2AE016AF65; Mon, 15 May 2006 19:40:15 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7936943D45; Mon, 15 May 2006 19:40:15 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FJe28A027278; Mon, 15 May 2006 19:40:02 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FJe2Sk027277; Mon, 15 May 2006 19:40:02 GMT (envelope-from sat) Message-Id: <200605151940.k4FJe2Sk027277@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 15 May 2006 19:40:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/xpi-searchstatus Makefile distinfo pkg-descr ports/www/xpi-searchstatus/files chrome.manifest X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 19:40:18 -0000 sat 2006-05-15 19:40:02 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-searchstatus Makefile distinfo pkg-descr www/xpi-searchstatus/files chrome.manifest Log: Add xpi-searchstatus: Displays Google PageRank, Alexa popularity and other stats PR: ports/97294 Submitted by: Lapo Luchini Approved by: krion (mentor) Revision Changes Path 1.1405 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/xpi-searchstatus/Makefile (new) 1.1 +3 -0 ports/www/xpi-searchstatus/distinfo (new) 1.1 +5 -0 ports/www/xpi-searchstatus/files/chrome.manifest (new) 1.1 +9 -0 ports/www/xpi-searchstatus/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 19:40:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D81BF16B6F6; Mon, 15 May 2006 19:40:57 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D20E43D76; Mon, 15 May 2006 19:40:57 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FJei4L027404; Mon, 15 May 2006 19:40:44 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FJeiic027403; Mon, 15 May 2006 19:40:44 GMT (envelope-from sat) Message-Id: <200605151940.k4FJeiic027403@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 15 May 2006 19:40:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 19:40:58 -0000 sat 2006-05-15 19:40:44 UTC FreeBSD ports repository Modified files: . modules Log: xpi-searchstatus --> ports/www/xpi-searchstatus Revision Changes Path 1.14973 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 19:42:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0528016B864; Mon, 15 May 2006 19:42:25 +0000 (UTC) (envelope-from kbyanc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F0F543D64; Mon, 15 May 2006 19:42:23 +0000 (GMT) (envelope-from kbyanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FJgA35027552; Mon, 15 May 2006 19:42:10 GMT (envelope-from kbyanc@repoman.freebsd.org) Received: (from kbyanc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FJgA05027551; Mon, 15 May 2006 19:42:10 GMT (envelope-from kbyanc) Message-Id: <200605151942.k4FJgA05027551@repoman.freebsd.org> From: Kelly Yancey Date: Mon, 15 May 2006 19:42:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fdescfs fdesc_vfsops.c src/sys/fs/pseudofs pseudofs.c pseudofs.h src/sys/kern vfs_mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 19:42:28 -0000 kbyanc 2006-05-15 19:42:10 UTC FreeBSD src repository Modified files: sys/fs/fdescfs fdesc_vfsops.c sys/fs/pseudofs pseudofs.c pseudofs.h sys/kern vfs_mount.c Log: Restore the ability to mount procfs and fdescfs filesystems via the mount(2) system call: * Add cmount hook to fdescfs and pseudofs (and, by extension, procfs and linprocfs). This (mostly) restores the ability to mount these filesystems using the old mount(2) system call (see below for the rest of the fix). * Remove not-NULL check for the data argument from the mount(2) entry point. Per the mount(2) man page, it is up to the individual filesystem being mounted to verify data. Or, in the case of procfs, etc. the filesystem is free to ignore the data parameter if it does not use it. Enforcing data to be not-NULL in the mount(2) system call entry point prevented passing NULL to filesystems which ignored the data pointer value. Apparently, passing NULL was common practice in such cases, as even our own mount_std(8) used to do it in the pre-nmount(2) world. All userland programs in the tree were converted to nmount(2) long ago, but I've found at least one external program which broke due to this (presumably unintentional) mount(2) API change. One could argue that external programs should also be converted to nmount(2), but then there isn't much point in keeping the mount(2) interface for backward compatibility if it isn't backward compatible. Revision Changes Path 1.55 +11 -0 src/sys/fs/fdescfs/fdesc_vfsops.c 1.27 +9 -0 src/sys/fs/pseudofs/pseudofs.c 1.31 +4 -0 src/sys/fs/pseudofs/pseudofs.h 1.223 +0 -3 src/sys/kern/vfs_mount.c From owner-cvs-all@FreeBSD.ORG Mon May 15 19:45:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3766516B926; Mon, 15 May 2006 19:45:28 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C603D43D46; Mon, 15 May 2006 19:45:27 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FJjF2e027774; Mon, 15 May 2006 19:45:15 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FJjFbj027772; Mon, 15 May 2006 19:45:15 GMT (envelope-from sat) Message-Id: <200605151945.k4FJjFbj027772@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 15 May 2006 19:45:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt Makefile ports/net-mgmt/py-twistedSNMP Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 19:45:30 -0000 sat 2006-05-15 19:45:15 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/py-twistedSNMP Makefile distinfo pkg-descr pkg-plist Log: Add py-twistedSNMP: Twisted Python framework for doing SNMP stuff PR: ports/97051 Submitted by: kitsune Approved by: krion (mentor) Revision Changes Path 1.72 +1 -0 ports/net-mgmt/Makefile 1.1 +26 -0 ports/net-mgmt/py-twistedSNMP/Makefile (new) 1.1 +3 -0 ports/net-mgmt/py-twistedSNMP/distinfo (new) 1.1 +14 -0 ports/net-mgmt/py-twistedSNMP/pkg-descr (new) 1.1 +107 -0 ports/net-mgmt/py-twistedSNMP/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 19:47:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3500F16B91E; Mon, 15 May 2006 19:47:50 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A7043D46; Mon, 15 May 2006 19:47:46 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FJlXmW027962; Mon, 15 May 2006 19:47:33 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FJlXus027961; Mon, 15 May 2006 19:47:33 GMT (envelope-from sat) Message-Id: <200605151947.k4FJlXus027961@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 15 May 2006 19:47:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 19:47:54 -0000 sat 2006-05-15 19:47:33 UTC FreeBSD ports repository Modified files: . modules Log: py-twistedSNMP --> ports/net-mgmt/py-twistedSNMP Revision Changes Path 1.14974 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 19:55:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B20816BA1C; Mon, 15 May 2006 19:55:05 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26EC243D72; Mon, 15 May 2006 19:55:05 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FJsq9m028287; Mon, 15 May 2006 19:54:52 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FJsq75028286; Mon, 15 May 2006 19:54:52 GMT (envelope-from sat) Message-Id: <200605151954.k4FJsq75028286@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 15 May 2006 19:54:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/mplayer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 19:55:10 -0000 sat 2006-05-15 19:54:52 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile Log: - Provide a knob to build mplayer without ipv6 protocol family support PR: ports/96950 Submitted by: Thomas E. Zander (maintainer) Suggested by: Dennis Cabooter Approved by: krion (mentor) Revision Changes Path 1.136 +13 -1 ports/multimedia/mplayer/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 15 19:58:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CEF216B830; Mon, 15 May 2006 19:58:14 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FE0043D6D; Mon, 15 May 2006 19:58:12 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FJvxXk028445; Mon, 15 May 2006 19:57:59 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FJvxXO028444; Mon, 15 May 2006 19:57:59 GMT (envelope-from marius) Message-Id: <200605151957.k4FJvxXO028444@repoman.freebsd.org> From: Marius Strobl Date: Mon, 15 May 2006 19:57:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/boot/forth loader.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 19:58:15 -0000 marius 2006-05-15 19:57:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/forth loader.conf Log: MFC: 1.97, 1.98. 1.106 (partial) - Add if_arl_load, if_ath_load, if_axe_load, if_aue_load, if_cs_load, if_cue_load, if_gem_load, if_hme_load, if_le_load, if_nve_load, if_rue_load and if_udav_load to the Networking drivers section. - Remove trailing whitespace in the description of the kern.nbuf entry. Revision Changes Path 1.95.2.7 +13 -1 src/sys/boot/forth/loader.conf From owner-cvs-all@FreeBSD.ORG Mon May 15 20:03:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06D6016BB1A; Mon, 15 May 2006 20:03:24 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9655B43D46; Mon, 15 May 2006 20:03:23 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FK3A6Y029896; Mon, 15 May 2006 20:03:10 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FK3A8K029895; Mon, 15 May 2006 20:03:10 GMT (envelope-from marius) Message-Id: <200605152003.k4FK3A8K029895@repoman.freebsd.org> From: Marius Strobl Date: Mon, 15 May 2006 20:03:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:03:28 -0000 marius 2006-05-15 20:03:10 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Update the description of pcn(4) from pcn(4) vs. lnc(4) to pcn(4) vs. le(4) now that lnc(4) is removed and le(4) is going to replace it. Revision Changes Path 1.1364 +5 -3 src/sys/conf/NOTES From owner-cvs-all@FreeBSD.ORG Mon May 15 20:04:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCB9C16BA08; Mon, 15 May 2006 20:04:40 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE8C43D6B; Mon, 15 May 2006 20:04:37 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FK4PA6029969; Mon, 15 May 2006 20:04:25 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FK4PcH029968; Mon, 15 May 2006 20:04:25 GMT (envelope-from garga) Message-Id: <200605152004.k4FK4PcH029968@repoman.freebsd.org> From: Renato Botelho Date: Mon, 15 May 2006 20:04:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ncurses Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:04:43 -0000 garga 2006-05-15 20:04:25 UTC FreeBSD ports repository Modified files: devel/ncurses Makefile distinfo pkg-plist Log: - Update to 5.5 - Take maintainership Revision Changes Path 1.35 +28 -34 ports/devel/ncurses/Makefile 1.10 +3 -3 ports/devel/ncurses/distinfo 1.12 +69 -70 ports/devel/ncurses/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 15 20:07:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 131E816A9F3; Mon, 15 May 2006 20:07:38 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C378B43D45; Mon, 15 May 2006 20:07:37 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FK7Oth030172; Mon, 15 May 2006 20:07:24 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FK7OVq030171; Mon, 15 May 2006 20:07:24 GMT (envelope-from marius) Message-Id: <200605152007.k4FK7OVq030171@repoman.freebsd.org> From: Marius Strobl Date: Mon, 15 May 2006 20:07:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_pcn.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:07:41 -0000 marius 2006-05-15 20:07:24 UTC FreeBSD src repository Modified files: sys/pci if_pcn.c Log: Replace references to lnc(4) with references to le(4) (so far the notes still apply to le(4)) now that lnc(4) is removed and le(4) is going to replace it. Revision Changes Path 1.79 +4 -4 src/sys/pci/if_pcn.c From owner-cvs-all@FreeBSD.ORG Mon May 15 20:16:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5665F16A4FF; Mon, 15 May 2006 20:16:58 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 465E543D48; Mon, 15 May 2006 20:16:55 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FKGggW030648; Mon, 15 May 2006 20:16:42 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FKGgmS030647; Mon, 15 May 2006 20:16:42 GMT (envelope-from marius) Message-Id: <200605152016.k4FKGgmS030647@repoman.freebsd.org> From: Marius Strobl Date: Mon, 15 May 2006 20:16:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 altq.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:17:01 -0000 marius 2006-05-15 20:16:42 UTC FreeBSD src repository Modified files: share/man/man4 altq.4 Log: Now that lnc(4) is removed from the source tree, remove it from the list of drivers supporting ALTQ. Revision Changes Path 1.17 +1 -2 src/share/man/man4/altq.4 From owner-cvs-all@FreeBSD.ORG Mon May 15 20:19:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BB2A16A8BE; Mon, 15 May 2006 20:19:35 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC86443D49; Mon, 15 May 2006 20:19:34 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FKJMbF030744; Mon, 15 May 2006 20:19:22 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FKJLOH030743; Mon, 15 May 2006 20:19:21 GMT (envelope-from marius) Message-Id: <200605152019.k4FKJLOH030743@repoman.freebsd.org> From: Marius Strobl Date: Mon, 15 May 2006 20:19:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 altq.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:19:36 -0000 marius 2006-05-15 20:19:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 altq.4 Log: MFC: 1.15 Add le(4) to the list of drivers supporting ALTQ. Revision Changes Path 1.13.2.2 +2 -1 src/share/man/man4/altq.4 From owner-cvs-all@FreeBSD.ORG Mon May 15 20:25:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA1AE16A625; Mon, 15 May 2006 20:25:42 +0000 (UTC) (envelope-from ru@ip.net.ua) Received: from cielago.ip.net.ua (cielago.ip.net.ua [82.193.96.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3036F43D53; Mon, 15 May 2006 20:25:38 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by cielago.ip.net.ua (8.13.6/8.13.6) with ESMTP id k4FKNQtL053564 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 May 2006 23:23:26 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.6/8.13.6) id k4FKNtsM017750; Mon, 15 May 2006 23:23:55 +0300 (EEST) (envelope-from ru) Date: Mon, 15 May 2006 23:23:55 +0300 From: Ruslan Ermilov To: gnn@FreeBSD.org Message-ID: <20060515202355.GB16238@ip.net.ua> References: <200605152016.k4FKGgmS030647@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dc+cDN39EJAMEtIO" Content-Disposition: inline In-Reply-To: <200605152016.k4FKGgmS030647@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by amavisd-new Cc: cvs-src@FreeBSD.org, Marius Strobl , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 altq.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:25:48 -0000 --dc+cDN39EJAMEtIO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 15, 2006 at 08:16:42PM +0000, Marius Strobl wrote: > marius 2006-05-15 20:16:42 UTC >=20 > FreeBSD src repository >=20 > Modified files: > share/man/man4 altq.4=20 > Log: > Now that lnc(4) is removed from the source tree, remove it from the list > of drivers supporting ALTQ. > =20 > Revision Changes Path > 1.17 +1 -2 src/share/man/man4/altq.4 >=20 Anyone with the grep(1) utility installed, please do me a favour and run "grep -w lnc" over the source tree. :-) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --dc+cDN39EJAMEtIO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEaONbqRfpzJluFF4RAiXcAJ94ng9dL4YUxr3TPsZshaCjuCqAfACggwkN b9CgAYUi3igKB9+rjjjc6N8= =rH8S -----END PGP SIGNATURE----- --dc+cDN39EJAMEtIO-- From owner-cvs-all@FreeBSD.ORG Mon May 15 20:28:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E032A16B02E; Mon, 15 May 2006 20:28:31 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9090C43D5C; Mon, 15 May 2006 20:28:31 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FKSI0D031185; Mon, 15 May 2006 20:28:18 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FKSIiY031184; Mon, 15 May 2006 20:28:18 GMT (envelope-from marius) Message-Id: <200605152028.k4FKSIiY031184@repoman.freebsd.org> From: Marius Strobl Date: Mon, 15 May 2006 20:28:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ng_etf.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:28:33 -0000 marius 2006-05-15 20:28:18 UTC FreeBSD src repository Modified files: share/man/man4 ng_etf.4 Log: Now that lnc(4) is removed from the source tree, replace lnc0 in an example with fxp0 (fxp(4) was chosen as it's also used in a couple of examples in other man pages and as it has good grep(1)'ability). Revision Changes Path 1.8 +2 -2 src/share/man/man4/ng_etf.4 From owner-cvs-all@FreeBSD.ORG Mon May 15 20:32:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE6B216A942; Mon, 15 May 2006 20:32:15 +0000 (UTC) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3F7C43D46; Mon, 15 May 2006 20:32:14 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.13.6/8.13.6/ZEIST.DE) with ESMTP id k4FKWDcx077942; Mon, 15 May 2006 22:32:13 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.13.6/8.13.6/Submit) id k4FKW8cd077941; Mon, 15 May 2006 22:32:08 +0200 (CEST) (envelope-from marius) Date: Mon, 15 May 2006 22:32:08 +0200 From: Marius Strobl To: Ruslan Ermilov Message-ID: <20060515223208.E28951@newtrinity.zeist.de> References: <200605152016.k4FKGgmS030647@repoman.freebsd.org> <20060515202355.GB16238@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20060515202355.GB16238@ip.net.ua>; from ru@FreeBSD.org on Mon, May 15, 2006 at 11:23:55PM +0300 X-AntiVirus-modified: yes X-AntiVirus: checked by AntiVir Milter (version: 1.1.2-1; AVE: 6.34.1.29; VDF: 6.34.1.81; host: newtrinity.zeist.de) Cc: gnn@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 altq.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:32:18 -0000 On Mon, May 15, 2006 at 11:23:55PM +0300, Ruslan Ermilov wrote: > On Mon, May 15, 2006 at 08:16:42PM +0000, Marius Strobl wrote: > > marius 2006-05-15 20:16:42 UTC > > > > FreeBSD src repository > > > > Modified files: > > share/man/man4 altq.4 > > Log: > > Now that lnc(4) is removed from the source tree, remove it from the list > > of drivers supporting ALTQ. > > > > Revision Changes Path > > 1.17 +1 -2 src/share/man/man4/altq.4 > > > Anyone with the grep(1) utility installed, please do me a favour and > run "grep -w lnc" over the source tree. :-) > I think I just nuked the last reference to lnc(4) expect for in sys/boot/common/pnpdata, which I will update together with committing an ISA front-end for le(4). Marius -- This mail was scanned by AntiVir Milter. This product is licensed for non-commercial use. See www.antivir.de for details. From owner-cvs-all@FreeBSD.ORG Mon May 15 20:41:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 788FB16B154; Mon, 15 May 2006 20:41:28 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C46F243D58; Mon, 15 May 2006 20:41:24 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FKfBRQ031792; Mon, 15 May 2006 20:41:11 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FKfBhY031791; Mon, 15 May 2006 20:41:11 GMT (envelope-from maxim) Message-Id: <200605152041.k4FKfBhY031791@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 15 May 2006 20:41:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:41:28 -0000 maxim 2006-05-15 20:41:11 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: o Join "lnc(4) killers" gang and add lnc.4 man page to a list of obsoleted files. o Fix a timestamp in the previous revision: 20061205 -> 20060512. Revision Changes Path 1.35 +3 -1 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Mon May 15 20:43:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89D8616B07B; Mon, 15 May 2006 20:43:03 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5160043D68; Mon, 15 May 2006 20:42:55 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FKgguW031853; Mon, 15 May 2006 20:42:42 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FKggWu031852; Mon, 15 May 2006 20:42:42 GMT (envelope-from wilko) Message-Id: <200605152042.k4FKggWu031852@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 15 May 2006 20:42:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 dc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:43:09 -0000 wilko 2006-05-15 20:42:42 UTC FreeBSD src repository Modified files: share/man/man4 dc.4 Log: Remove reference to Alpha machine Revision Changes Path 1.39 +0 -2 src/share/man/man4/dc.4 From owner-cvs-all@FreeBSD.ORG Mon May 15 20:48:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 469E816A96E; Mon, 15 May 2006 20:48:32 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0228243D4C; Mon, 15 May 2006 20:48:32 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FKmJgM039714; Mon, 15 May 2006 20:48:19 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FKmJoX039713; Mon, 15 May 2006 20:48:19 GMT (envelope-from wilko) Message-Id: <200605152048.k4FKmJoX039713@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 15 May 2006 20:48:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 lmc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:48:32 -0000 wilko 2006-05-15 20:48:18 UTC FreeBSD src repository Modified files: share/man/man4 lmc.4 Log: Remove reference to Alpha. Revision Changes Path 1.9 +2 -2 src/share/man/man4/lmc.4 From owner-cvs-all@FreeBSD.ORG Mon May 15 20:51:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82B2116AB56; Mon, 15 May 2006 20:51:17 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19FE943D48; Mon, 15 May 2006 20:51:17 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FKp4p0039876; Mon, 15 May 2006 20:51:04 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FKp4Yc039875; Mon, 15 May 2006 20:51:04 GMT (envelope-from wilko) Message-Id: <200605152051.k4FKp4Yc039875@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 15 May 2006 20:51:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ddb.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:51:17 -0000 wilko 2006-05-15 20:51:04 UTC FreeBSD src repository Modified files: share/man/man4 ddb.4 Log: Remove reference to the Alpha architecture. Revision Changes Path 1.30 +1 -3 src/share/man/man4/ddb.4 From owner-cvs-all@FreeBSD.ORG Mon May 15 20:52:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7790C16AB7A; Mon, 15 May 2006 20:52:07 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08ECE43D53; Mon, 15 May 2006 20:52:07 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FKpsSK039922; Mon, 15 May 2006 20:51:54 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FKpsSq039921; Mon, 15 May 2006 20:51:54 GMT (envelope-from wilko) Message-Id: <200605152051.k4FKpsSq039921@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 15 May 2006 20:51:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 smp.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:52:07 -0000 wilko 2006-05-15 20:51:54 UTC FreeBSD src repository Modified files: share/man/man4 smp.4 Log: Remove reference to the Alpha architecture. Revision Changes Path 1.22 +2 -2 src/share/man/man4/smp.4 From owner-cvs-all@FreeBSD.ORG Mon May 15 20:53:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E15A16AB68; Mon, 15 May 2006 20:53:14 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A61F43D46; Mon, 15 May 2006 20:53:14 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FKr1jX039975; Mon, 15 May 2006 20:53:01 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FKr1AE039974; Mon, 15 May 2006 20:53:01 GMT (envelope-from maxim) Message-Id: <200605152053.k4FKr1AE039974@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 15 May 2006 20:53:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man7 build.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:53:14 -0000 maxim 2006-05-15 20:53:01 UTC FreeBSD src repository Modified files: share/man/man7 build.7 Log: o In the cross-build example replace alpha by sparc64. Revision Changes Path 1.41 +3 -3 src/share/man/man7/build.7 From owner-cvs-all@FreeBSD.ORG Mon May 15 20:54:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E07F16AB73; Mon, 15 May 2006 20:54:01 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E44943D5E; Mon, 15 May 2006 20:53:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FKridO040045; Mon, 15 May 2006 20:53:44 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FKriqM040044; Mon, 15 May 2006 20:53:44 GMT (envelope-from pav) Message-Id: <200605152053.k4FKriqM040044@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 15 May 2006 20:53:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/truss alpha-fbsd.c amd64-fbsd.c i386-fbsd.c i386-linux.c ia64-fbsd.c main.c sparc64-fbsd.c syscall.h syscalls.c truss.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:54:01 -0000 pav 2006-05-15 20:53:44 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) usr.bin/truss alpha-fbsd.c amd64-fbsd.c i386-fbsd.c i386-linux.c ia64-fbsd.c main.c sparc64-fbsd.c syscall.h syscalls.c truss.h Log: Sync with HEAD except for powerpc bits: - Add -s flag to limit the length of string fields in the output brian Jan 2, 2006 - Accept zero len sockaddr_in types alfred Oct 15, 2005 Approved by: alfred Revision Changes Path 1.18.8.1 +2 -2 src/usr.bin/truss/alpha-fbsd.c 1.3.8.1 +2 -2 src/usr.bin/truss/amd64-fbsd.c 1.23.8.1 +2 -2 src/usr.bin/truss/i386-fbsd.c 1.23.8.1 +2 -2 src/usr.bin/truss/i386-linux.c 1.7.8.1 +2 -2 src/usr.bin/truss/ia64-fbsd.c 1.40.2.1 +7 -3 src/usr.bin/truss/main.c 1.7.8.1 +2 -2 src/usr.bin/truss/sparc64-fbsd.c 1.15.8.1 +2 -2 src/usr.bin/truss/syscall.h 1.49.2.1 +73 -42 src/usr.bin/truss/syscalls.c 1.5.14.1 +1 -0 src/usr.bin/truss/truss.h From owner-cvs-all@FreeBSD.ORG Mon May 15 20:55:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 278A816A934; Mon, 15 May 2006 20:55:14 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3C9143D4C; Mon, 15 May 2006 20:55:13 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FKt0KX040161; Mon, 15 May 2006 20:55:00 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FKt0u4040160; Mon, 15 May 2006 20:55:00 GMT (envelope-from alepulver) Message-Id: <200605152055.k4FKt0u4040160@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 15 May 2006 20:55:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/alienarena-data Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:55:15 -0000 alepulver 2006-05-15 20:55:00 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/alienarena-data Makefile distinfo pkg-descr pkg-plist Log: AA2K6 is the latest in a series of standalone games based on a classic Sci-Fi theme with a modern, updated visual experience. With 25 levels, five modes of play, mutators, built-in bots, 9 characters, 8 weapons (3 with alt-fire modes), the game has an endless supply of replayability. Billed as the sequel to 2004's CodeRED: Alien Arena, AA2K6 is much more than that. With the trials and tribulations of software development, endless hours of playing, gathering feedback, COR Entertainment has been able to not only fine tune and perfect it's flagship game, but add completely new dimensions to it. Note: this port only contains the data needed to run AA2K6, shared by the Linux and native ports of the game engine. To play AA2K6 you have to install one of "games/alienarena" or "games/linux-alienarena". WWW: http://red.planetarena.org/ PR: ports/91802 Approved by: garga (mentor) Revision Changes Path 1.971 +1 -0 ports/games/Makefile 1.1 +46 -0 ports/games/alienarena-data/Makefile (new) 1.1 +6 -0 ports/games/alienarena-data/distinfo (new) 1.1 +14 -0 ports/games/alienarena-data/pkg-descr (new) 1.1 +2023 -0 ports/games/alienarena-data/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 20:55:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B63C716AC01; Mon, 15 May 2006 20:55:51 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 393DA43D76; Mon, 15 May 2006 20:55:49 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FKtarg040261; Mon, 15 May 2006 20:55:36 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FKtaZJ040260; Mon, 15 May 2006 20:55:36 GMT (envelope-from wilko) Message-Id: <200605152055.k4FKtaZJ040260@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 15 May 2006 20:55:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 make.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:55:52 -0000 wilko 2006-05-15 20:55:36 UTC FreeBSD src repository Modified files: share/man/man5 make.conf.5 Log: Remove reference to Alpha Revision Changes Path 1.136 +1 -1 src/share/man/man5/make.conf.5 From owner-cvs-all@FreeBSD.ORG Mon May 15 20:56:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46AAD16A7DA; Mon, 15 May 2006 20:56:44 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0049643D72; Mon, 15 May 2006 20:56:43 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FKuVXR040337; Mon, 15 May 2006 20:56:31 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FKuVB0040336; Mon, 15 May 2006 20:56:31 GMT (envelope-from alepulver) Message-Id: <200605152056.k4FKuVB0040336@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 15 May 2006 20:56:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:56:44 -0000 alepulver 2006-05-15 20:56:30 UTC FreeBSD ports repository Modified files: . modules Log: alienarena-data --> ports/games/alienarena-data Revision Changes Path 1.14975 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 20:57:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D23616AF47; Mon, 15 May 2006 20:57:59 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3786E43D60; Mon, 15 May 2006 20:57:55 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FKvgOs040405; Mon, 15 May 2006 20:57:42 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FKvgl3040404; Mon, 15 May 2006 20:57:42 GMT (envelope-from thierry) Message-Id: <200605152057.k4FKvgl3040404@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 15 May 2006 20:57:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/freefem++ Makefile distinfo ports/math/freefem++/files patch-src_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:57:59 -0000 thierry 2006-05-15 20:57:41 UTC FreeBSD ports repository Modified files: math/freefem++ Makefile distinfo math/freefem++/files patch-src_Makefile.in Log: Upgrade to 2.7-1. Revision Changes Path 1.41 +4 -4 ports/math/freefem++/Makefile 1.23 +3 -3 ports/math/freefem++/distinfo 1.3 +8 -8 ports/math/freefem++/files/patch-src_Makefile.in From owner-cvs-all@FreeBSD.ORG Mon May 15 20:58:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F6B816B888; Mon, 15 May 2006 20:58:19 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78C8D43D4C; Mon, 15 May 2006 20:58:18 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FKw5gd040451; Mon, 15 May 2006 20:58:05 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FKw5Vv040450; Mon, 15 May 2006 20:58:05 GMT (envelope-from wilko) Message-Id: <200605152058.k4FKw5Vv040450@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 15 May 2006 20:58:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 zero_copy.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:58:19 -0000 wilko 2006-05-15 20:58:05 UTC FreeBSD src repository Modified files: share/man/man9 zero_copy.9 Log: Remove reference to Alpha architecture. Revision Changes Path 1.8 +1 -2 src/share/man/man9/zero_copy.9 From owner-cvs-all@FreeBSD.ORG Mon May 15 21:03:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74ADC16ABA6; Mon, 15 May 2006 21:03:16 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97BFC43D5F; Mon, 15 May 2006 21:03:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FL327s041589; Mon, 15 May 2006 21:03:02 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FL32gP041561; Mon, 15 May 2006 21:03:02 GMT (envelope-from pav) Message-Id: <200605152103.k4FL32gP041561@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 15 May 2006 21:03:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/truss amd64-fbsd.c i386-linux.c ia64-fbsd.c sparc64-fbsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 21:03:16 -0000 pav 2006-05-15 21:03:02 UTC FreeBSD src repository (doc,ports committer) Modified files: usr.bin/truss amd64-fbsd.c i386-linux.c ia64-fbsd.c sparc64-fbsd.c Log: - Fix crash when hitting unknown syscall. Copied from i386-fbsd.c Approved by: alfred Revision Changes Path 1.5 +2 -1 src/usr.bin/truss/amd64-fbsd.c 1.25 +2 -1 src/usr.bin/truss/i386-linux.c 1.9 +2 -1 src/usr.bin/truss/ia64-fbsd.c 1.9 +2 -1 src/usr.bin/truss/sparc64-fbsd.c From owner-cvs-all@FreeBSD.ORG Mon May 15 21:10:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA06C16AC24; Mon, 15 May 2006 21:10:47 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7319843D48; Mon, 15 May 2006 21:10:47 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FLAYCZ042240; Mon, 15 May 2006 21:10:34 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FLAY3Z042239; Mon, 15 May 2006 21:10:34 GMT (envelope-from wilko) Message-Id: <200605152110.k4FLAY3Z042239@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 15 May 2006 21:10:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc README X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 21:10:48 -0000 wilko 2006-05-15 21:10:34 UTC FreeBSD src repository Modified files: release/doc README Log: s/alpha/sparc64/ in examples. Revision Changes Path 1.11 +5 -5 src/release/doc/README From owner-cvs-all@FreeBSD.ORG Mon May 15 21:12:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83DF816AABA; Mon, 15 May 2006 21:12:25 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BF3B43D48; Mon, 15 May 2006 21:12:25 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FLCCir042336; Mon, 15 May 2006 21:12:12 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FLCCLR042335; Mon, 15 May 2006 21:12:12 GMT (envelope-from wilko) Message-Id: <200605152112.k4FLCCLR042335@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 15 May 2006 21:12:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 21:12:25 -0000 wilko 2006-05-15 21:12:12 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware Makefile Log: Prepare to shoot my own dog, decouple the alpha docs from the build. Revision Changes Path 1.7 +1 -2 src/release/doc/en_US.ISO8859-1/hardware/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 15 21:14:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8D0D16AAC4; Mon, 15 May 2006 21:14:22 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3440C43D73; Mon, 15 May 2006 21:14:13 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FLDtLb042412; Mon, 15 May 2006 21:13:55 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FLDtkA042411; Mon, 15 May 2006 21:13:55 GMT (envelope-from wilko) Message-Id: <200605152113.k4FLDtkA042411@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 15 May 2006 21:13:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/alpha Makefile article.sgml proc-alpha.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 21:14:22 -0000 wilko 2006-05-15 21:13:55 UTC FreeBSD src repository Removed files: release/doc/en_US.ISO8859-1/hardware/alpha Makefile article.sgml proc-alpha.sgml Log: Shoot my own dog :-( Revision Changes Path 1.8 +0 -22 src/release/doc/en_US.ISO8859-1/hardware/alpha/Makefile (dead) 1.7 +0 -24 src/release/doc/en_US.ISO8859-1/hardware/alpha/article.sgml (dead) 1.80 +0 -2690 src/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml (dead) From owner-cvs-all@FreeBSD.ORG Mon May 15 21:20:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4313F16A456; Mon, 15 May 2006 21:20:40 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 694CE43D55; Mon, 15 May 2006 21:18:53 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FLIebK042682; Mon, 15 May 2006 21:18:40 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FLIexI042681; Mon, 15 May 2006 21:18:40 GMT (envelope-from barner) Message-Id: <200605152118.k4FLIexI042681@repoman.freebsd.org> From: Simon Barner Date: Mon, 15 May 2006 21:18:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/fetchmail Makefile pkg-install ports/mail/fetchmail/files fetchmail.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 21:20:40 -0000 barner 2006-05-15 21:18:40 UTC FreeBSD ports repository Modified files: mail/fetchmail Makefile pkg-install mail/fetchmail/files fetchmail.in Log: - Fix PID file for system-wide daemon mode - Fix package: Create /var/run/fetchmail in pkg-install instead of post-install target. - Bump PORTREVISION PR: ports/97283 Submitted by: Martin Jackson Revision Changes Path 1.173 +4 -2 ports/mail/fetchmail/Makefile 1.2 +2 -2 ports/mail/fetchmail/files/fetchmail.in 1.2 +3 -1 ports/mail/fetchmail/pkg-install From owner-cvs-all@FreeBSD.ORG Mon May 15 21:20:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB1B516B6CA; Mon, 15 May 2006 21:20:56 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6BCF43D7E; Mon, 15 May 2006 21:18:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FLISIQ042626; Mon, 15 May 2006 21:18:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FLIS3j042625; Mon, 15 May 2006 21:18:28 GMT (envelope-from pav) Message-Id: <200605152118.k4FLIS3j042625@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 15 May 2006 21:18:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/truss i386-fbsd.c main.c setup.c syscall.h syscalls.c truss.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 21:20:59 -0000 pav 2006-05-15 21:18:28 UTC FreeBSD src repository (doc,ports committer) Modified files: usr.bin/truss i386-fbsd.c main.c setup.c syscall.h syscalls.c truss.h Log: - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage, rename, __getcwd, shutdown, getrlimit, setrlimit, _umtx_lock, _umtx_unlock, pathconf, truncate, ftruncate, kill - Decode more arguments of open, mprot, *stat, and fcntl. - Convert all constant-macro and bitfield decoding to lookup tables; much cleaner than previous code. - Print the timestamp of process exit and signal reception when -d or -D are in use - Try six times with 1/2 second delay to debug the child PR: bin/52190 (updated) Submitted by: Dan Nelson Approved by: alfred Revision Changes Path 1.25 +16 -2 src/usr.bin/truss/i386-fbsd.c 1.43 +34 -0 src/usr.bin/truss/main.c 1.22 +27 -10 src/usr.bin/truss/setup.c 1.17 +16 -8 src/usr.bin/truss/syscall.h 1.52 +459 -131 src/usr.bin/truss/syscalls.c 1.7 +10 -0 src/usr.bin/truss/truss.h From owner-cvs-all@FreeBSD.ORG Mon May 15 21:26:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C00B316B93C; Mon, 15 May 2006 21:26:38 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F2AF43D9E; Mon, 15 May 2006 21:26:28 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FLQFS9043143; Mon, 15 May 2006 21:26:15 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FLQFbF043142; Mon, 15 May 2006 21:26:15 GMT (envelope-from lioux) Message-Id: <200605152126.k4FLQFbF043142@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 15 May 2006 21:26:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/mldonkey-devel Makefile ports/net-p2p/mldonkey-devel/files patch-src__daemon__common__commonSwarming.ml patch-src__daemon__driver__driverMain.ml patch-src__networks__bittorrent__bTClients.ml patch-src__networks__bittorrent__bTComplexOptions.ml patch-src__networks__bittorrent__bTGlobals.ml patch-src__networks__bittorrent__bTInteractive.ml patch-src__networks__donkey__donkeyClient.ml patch-src__networks__donkey__donkeyComplexOptions.ml patch-src__networks__donkey__donkeyGlobals.ml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 21:26:46 -0000 lioux 2006-05-15 21:26:15 UTC FreeBSD ports repository Modified files: net-p2p/mldonkey-devel Makefile net-p2p/mldonkey-devel/files patch-src__daemon__common__commonSwarming.ml patch-src__networks__bittorrent__bTClients.ml patch-src__networks__bittorrent__bTGlobals.ml patch-src__networks__bittorrent__bTInteractive.ml patch-src__networks__donkey__donkeyGlobals.ml patch-src__networks__donkey__donkeyInteractive.ml patch-src__networks__donkey__donkeyOneFile.ml patch-src__networks__fasttrack__fasttrackGlobals.ml patch-src__networks__fileTP__fileTPClients.ml patch-src__networks__fileTP__fileTPGlobals.ml patch-src__networks__gnutella__gnutellaClients.ml patch-src__networks__gnutella__gnutellaComplexOptions.ml patch-src__networks__gnutella__gnutellaGlobals.ml patch-src__networks__gnutella__gnutellaInteractive.ml Added files: net-p2p/mldonkey-devel/files patch-src__daemon__driver__driverMain.ml patch-src__networks__bittorrent__bTComplexOptions.ml patch-src__networks__donkey__donkeyClient.ml patch-src__networks__donkey__donkeyComplexOptions.ml patch-src__networks__donkey__donkeyShare.ml patch-src__networks__fileTP__fileTPComplexOptions.ml patch-src__networks__fileTP__fileTPInteractive.ml patch-src__utils__net__ip.ml Log: o Update WIP swarming patch to revision n o Save memory by using only 2 integers instead of 4 to record IPv4 addresses o Bump PORTREVISION Revision Changes Path 1.77 +2 -1 ports/net-p2p/mldonkey-devel/Makefile 1.3 +1711 -612 ports/net-p2p/mldonkey-devel/files/patch-src__daemon__common__commonSwarming.ml 1.1 +13 -0 ports/net-p2p/mldonkey-devel/files/patch-src__daemon__driver__driverMain.ml (new) 1.3 +46 -1 ports/net-p2p/mldonkey-devel/files/patch-src__networks__bittorrent__bTClients.ml 1.1 +20 -0 ports/net-p2p/mldonkey-devel/files/patch-src__networks__bittorrent__bTComplexOptions.ml (new) 1.3 +14 -1 ports/net-p2p/mldonkey-devel/files/patch-src__networks__bittorrent__bTGlobals.ml 1.2 +24 -1 ports/net-p2p/mldonkey-devel/files/patch-src__networks__bittorrent__bTInteractive.ml 1.1 +38 -0 ports/net-p2p/mldonkey-devel/files/patch-src__networks__donkey__donkeyClient.ml (new) 1.1 +20 -0 ports/net-p2p/mldonkey-devel/files/patch-src__networks__donkey__donkeyComplexOptions.ml (new) 1.3 +1 -1 ports/net-p2p/mldonkey-devel/files/patch-src__networks__donkey__donkeyGlobals.ml 1.2 +26 -1 ports/net-p2p/mldonkey-devel/files/patch-src__networks__donkey__donkeyInteractive.ml 1.2 +28 -1 ports/net-p2p/mldonkey-devel/files/patch-src__networks__donkey__donkeyOneFile.ml 1.1 +29 -0 ports/net-p2p/mldonkey-devel/files/patch-src__networks__donkey__donkeyShare.ml (new) 1.3 +1 -1 ports/net-p2p/mldonkey-devel/files/patch-src__networks__fasttrack__fasttrackGlobals.ml 1.3 +12 -1 ports/net-p2p/mldonkey-devel/files/patch-src__networks__fileTP__fileTPClients.ml 1.1 +20 -0 ports/net-p2p/mldonkey-devel/files/patch-src__networks__fileTP__fileTPComplexOptions.ml (new) 1.3 +1 -1 ports/net-p2p/mldonkey-devel/files/patch-src__networks__fileTP__fileTPGlobals.ml 1.1 +16 -0 ports/net-p2p/mldonkey-devel/files/patch-src__networks__fileTP__fileTPInteractive.ml (new) 1.3 +11 -1 ports/net-p2p/mldonkey-devel/files/patch-src__networks__gnutella__gnutellaClients.ml 1.2 +19 -1 ports/net-p2p/mldonkey-devel/files/patch-src__networks__gnutella__gnutellaComplexOptions.ml 1.3 +1 -1 ports/net-p2p/mldonkey-devel/files/patch-src__networks__gnutella__gnutellaGlobals.ml 1.2 +15 -1 ports/net-p2p/mldonkey-devel/files/patch-src__networks__gnutella__gnutellaInteractive.ml 1.1 +203 -0 ports/net-p2p/mldonkey-devel/files/patch-src__utils__net__ip.ml (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 21:37:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A92F316BB6A; Mon, 15 May 2006 21:37:45 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CBFC43D58; Mon, 15 May 2006 21:37:45 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FLbWX3043577; Mon, 15 May 2006 21:37:32 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FLbWP6043576; Mon, 15 May 2006 21:37:32 GMT (envelope-from edwin) Message-Id: <200605152137.k4FLbWP6043576@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 15 May 2006 21:37:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/penguintv-devel Makefile pkg-plist ports/net/penguintv-devel/files patchmozilla-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 21:37:47 -0000 edwin 2006-05-15 21:37:32 UTC FreeBSD ports repository Modified files: net/penguintv-devel Makefile pkg-plist Added files: net/penguintv-devel/files patchmozilla-setup.py Log: Make the use of mozilla optional Noticed by: YAPHR Revision Changes Path 1.9 +15 -2 ports/net/penguintv-devel/Makefile 1.1 +15 -0 ports/net/penguintv-devel/files/patchmozilla-setup.py (new) 1.7 +3 -3 ports/net/penguintv-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 15 21:47:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19BC216BC71; Mon, 15 May 2006 21:47:40 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0B1D43D6B; Mon, 15 May 2006 21:47:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FLlQuB044113; Mon, 15 May 2006 21:47:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FLlQGc044112; Mon, 15 May 2006 21:47:26 GMT (envelope-from pav) Message-Id: <200605152147.k4FLlQGc044112@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 15 May 2006 21:47:26 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 21:47:41 -0000 pav 2006-05-15 21:47:26 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Reword talk about mtrees to mention X.org Requested by: Ben Kaduk Revision Changes Path 1.708 +4 -3 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Mon May 15 22:04:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E8EE16BDAD; Mon, 15 May 2006 22:04:15 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECC2543D5A; Mon, 15 May 2006 22:04:14 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FM411B045870; Mon, 15 May 2006 22:04:01 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FM41SP045869; Mon, 15 May 2006 22:04:01 GMT (envelope-from marcus) Message-Id: <200605152204.k4FM41SP045869@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 15 May 2006 22:04:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/gdl Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 22:04:16 -0000 marcus 2006-05-15 22:04:01 UTC FreeBSD ports repository Modified files: x11-toolkits/gdl Makefile distinfo pkg-plist Log: Update to 0.6.1. Revision Changes Path 1.21 +1 -2 ports/x11-toolkits/gdl/Makefile 1.7 +3 -3 ports/x11-toolkits/gdl/distinfo 1.7 +2 -1 ports/x11-toolkits/gdl/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 15 22:09:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53DB516AEB4; Mon, 15 May 2006 22:09:56 +0000 (UTC) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B35143D69; Mon, 15 May 2006 22:09:54 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 4C23F131D6E; Tue, 16 May 2006 07:39:53 +0930 (CST) Received: from eucla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by wantadilla.lemis.com (Postfix) with ESMTP id B439C84632; Tue, 16 May 2006 07:39:52 +0930 (CST) Received: by eucla.lemis.com (Postfix, from userid 1004) id 69831D5DDA; Mon, 15 May 2006 17:09:53 -0500 (CDT) Date: Mon, 15 May 2006 17:09:53 -0500 From: Greg 'groggy' Lehey To: Wes Peters Message-ID: <20060515220953.GD1447@eucla.lemis.com> References: <200605111808.k4BI8iSx029474@repoman.freebsd.org> <7BBE23A6-5124-424A-AAA8-46238682A954@opensail.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZJcv+A0YCCLh2VIg" Content-Disposition: inline In-Reply-To: <7BBE23A6-5124-424A-AAA8-46238682A954@opensail.org> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net 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, src-committers@FreeBSD.org, Ruslan Ermilov , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 22:09:59 -0000 --ZJcv+A0YCCLh2VIg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Friday, 12 May 2006 at 22:08:46 -0700, Wes Peters wrote: > On May 11, 2006, at 11:08 AM, Ruslan Ermilov wrote: > >> ru 2006-05-11 18:08:44 UTC >> >> FreeBSD src repository >> >> Modified files: >> usr.bin/make Makefile >> Log: >> So, what's it supposed to say when you type "make love"? > > Classic UNIXisms from 7th edition: > > $ make love not war > make: don't know how to make love. stop. > > $ cat food > cat: cannot open food I recall these two slightly differently: $ make love not war? $ cat "can of tuna" cat: cannot open can of tuna The root password of the first UNIX machine I used (but didn't administer), about 20 years ago, was "cat: can" (in the days of 8 character passwords). Here are some real life examples for modern machines. I'll leave you to guess what the operating systems are. =3D=3D=3D grog@aix52 (/dev/pts/2) ~ 1 -> make love make: 1254-002 Cannot find a rule to create target love from dependencie= s. Stop. =3D=3D=3D grog@aix52 (/dev/pts/2) ~ 3 -> cat "can of tuna" cat: 0652-050 Cannot open can of tuna. =3D=3D=3D grog@aix52 (/dev/pts/2) ~ 4 ->=20 =3D=3D=3D grog@hpita2 (/dev/pts/1) ~ 1 -> make love Make: Don't know how to make love. Stop. =3D=3D=3D grog@hpita2 (/dev/pts/1) ~ 2 -> cat "can of tuna" cat: Cannot open can of tuna: No such file or directory =3D=3D=3D grog@hpita2 (/dev/pts/1) ~ 3 ->=20 =3D=3D=3D grog@intelxeon3 (/dev/pts/2) ~ 1 -> make love make: *** No rule to make target `love'. Stop. =3D=3D=3D grog@intelxeon3 (/dev/pts/2) ~ 2 -> cat "can of tuna" cat: cannot open can of tuna =3D=3D=3D grog@intelxeon3 (/dev/pts/2) ~ 3 ->=20 =3D=3D=3D grog@octane2 (/dev/ttyq0) ~ 1 -> make love don't know how to make love (bu42). =3D=3D=3D grog@octane2 (/dev/ttyq0) ~ 2 -> cat "can of tuna" Cannot open can of tuna: No such file or directory =3D=3D=3D grog@octane2 (/dev/ttyq0) ~ 3 ->=20 =3D=3D=3D grog@sol10-sparc-a (/dev/pts/1) ~ 1 -> make love make: *** No rule to make target `love'. Stop. =3D=3D=3D grog@sol10-sparc-a (/dev/pts/1) ~ 2 -> cat "can of tuna" cat: cannot open can of tuna =3D=3D=3D grog@sol10-sparc-a (/dev/pts/1) ~ 3 ->=20 Greg --=20 See complete headers for address and phone numbers --ZJcv+A0YCCLh2VIg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEaPwwIubykFB6QiMRAqK3AJ9PBOqgpRzoTjQOE7Cd3OeEIB3BUgCggDYx tQGGEYJ6op4WcU35W+dlO+4= =BsVB -----END PGP SIGNATURE----- --ZJcv+A0YCCLh2VIg-- From owner-cvs-all@FreeBSD.ORG Mon May 15 22:09:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E619016AE2D; Mon, 15 May 2006 22:09:58 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7488F43D69; Mon, 15 May 2006 22:09:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FM9j29046131; Mon, 15 May 2006 22:09:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FM9j0Y046130; Mon, 15 May 2006 22:09:45 GMT (envelope-from pav) Message-Id: <200605152209.k4FM9j0Y046130@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 15 May 2006 22:09:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/truss amd64-fbsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 22:10:07 -0000 pav 2006-05-15 22:09:45 UTC FreeBSD src repository (doc,ports committer) Modified files: usr.bin/truss amd64-fbsd.c Log: - Fix warning when compiling with -DDEBUG Approved by: alfred Revision Changes Path 1.6 +1 -1 src/usr.bin/truss/amd64-fbsd.c From owner-cvs-all@FreeBSD.ORG Mon May 15 22:12:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B619016AE06; Mon, 15 May 2006 22:12:54 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 815E643D45; Mon, 15 May 2006 22:12:54 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FMCfev046354; Mon, 15 May 2006 22:12:41 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FMCfbr046353; Mon, 15 May 2006 22:12:41 GMT (envelope-from jmelo) Message-Id: <200605152212.k4FMCfbr046353@repoman.freebsd.org> From: Jean Milanez Melo Date: Mon, 15 May 2006 22:12:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/vecfem Makefile Makefile.inc distinfo pkg-descr pkg-plist ports/math/vecfem/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 22:12:55 -0000 jmelo 2006-05-15 22:12:41 UTC FreeBSD ports repository Modified files: math Makefile Removed files: math/vecfem Makefile Makefile.inc distinfo pkg-descr pkg-plist math/vecfem/files patch-aa Log: - Remove math/vecfem, project is no longer supported. Approved by: mnag (mentor) Revision Changes Path 1.386 +0 -1 ports/math/Makefile 1.8 +0 -41 ports/math/vecfem/Makefile (dead) 1.3 +0 -117 ports/math/vecfem/Makefile.inc (dead) 1.5 +0 -3 ports/math/vecfem/distinfo (dead) 1.3 +0 -27 ports/math/vecfem/files/patch-aa (dead) 1.3 +0 -18 ports/math/vecfem/pkg-descr (dead) 1.2 +0 -187 ports/math/vecfem/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon May 15 22:14:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 182E716AA4E; Mon, 15 May 2006 22:14:33 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5935A43D49; Mon, 15 May 2006 22:14:32 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FMEJpq046452; Mon, 15 May 2006 22:14:19 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FMEJZS046451; Mon, 15 May 2006 22:14:19 GMT (envelope-from jmelo) Message-Id: <200605152214.k4FMEJZS046451@repoman.freebsd.org> From: Jean Milanez Melo Date: Mon, 15 May 2006 22:14:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 22:14:35 -0000 jmelo 2006-05-15 22:14:19 UTC FreeBSD ports repository Modified files: . modules Log: - Remove math/vecfem port. Approved by: mnag (mentor) Revision Changes Path 1.14976 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 15 22:15:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B204716A516; Mon, 15 May 2006 22:15:43 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D4D543D48; Mon, 15 May 2006 22:15:43 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FMFUNH046598; Mon, 15 May 2006 22:15:30 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FMFUCF046597; Mon, 15 May 2006 22:15:30 GMT (envelope-from jmelo) Message-Id: <200605152215.k4FMFUCF046597@repoman.freebsd.org> From: Jean Milanez Melo Date: Mon, 15 May 2006 22:15:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 22:15:44 -0000 jmelo 2006-05-15 22:15:30 UTC FreeBSD ports repository Modified files: . MOVED Log: - Add note about math/vecfem removal. Approved by: mnag (mentor) Revision Changes Path 1.991 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Mon May 15 22:15:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EB8B16A50C; Mon, 15 May 2006 22:15:59 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41D0743D45; Mon, 15 May 2006 22:15:59 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FMFk4I046653; Mon, 15 May 2006 22:15:46 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FMFkCW046652; Mon, 15 May 2006 22:15:46 GMT (envelope-from marcus) Message-Id: <200605152215.k4FMFkCW046652@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 15 May 2006 22:15:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gnomebuild Makefile distinfo pkg-plist ports/devel/gnomebuild/files patch-src_backends_libgbf_mkfile_gbf-mkfile-build.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 22:15:59 -0000 marcus 2006-05-15 22:15:45 UTC FreeBSD ports repository Modified files: devel/gnomebuild Makefile distinfo pkg-plist Added files: devel/gnomebuild/files patch-src_backends_libgbf_mkfile_gbf-mkfile-build.c Log: Update to 0.1.3. Revision Changes Path 1.26 +5 -4 ports/devel/gnomebuild/Makefile 1.7 +3 -3 ports/devel/gnomebuild/distinfo 1.1 +11 -0 ports/devel/gnomebuild/files/patch-src_backends_libgbf_mkfile_gbf-mkfile-build.c (new) 1.6 +10 -1 ports/devel/gnomebuild/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 15 22:23:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F2C916A631; Mon, 15 May 2006 22:23:18 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 550C743D46; Mon, 15 May 2006 22:23:18 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FMN4Fg048219; Mon, 15 May 2006 22:23:05 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FMN4HC048218; Mon, 15 May 2006 22:23:04 GMT (envelope-from mezz) Message-Id: <200605152223.k4FMN4HC048218@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 15 May 2006 22:23:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/accessibility/gnomemag Makefile ports/databases/gnomedb Makefile ports/databases/libgda Makefile ports/databases/libgda2 Makefile ports/databases/libgnomedb Makefile ports/deskutils/gdeskcal Makefile ports/deskutils/alacarte ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 22:23:19 -0000 mezz 2006-05-15 22:23:04 UTC FreeBSD ports repository Modified files: accessibility/gnomemag Makefile databases/gnomedb Makefile databases/libgda Makefile databases/libgda2 Makefile databases/libgnomedb Makefile deskutils/gdeskcal Makefile deskutils/alacarte Makefile deskutils/glabels Makefile deskutils/planner Makefile deskutils/gnomepim Makefile deskutils/nautilus-open-terminal Makefile devel/anjuta Makefile devel/bonobo Makefile devel/bonobo-conf Makefile devel/gconf Makefile devel/gnomebuild Makefile devel/gnomevfs Makefile devel/gtranslator Makefile devel/libassetml Makefile devel/oaf Makefile devel/goffice Makefile editors/ghex Makefile editors/glimmer Makefile games/bombermaze Makefile graphics/dia Makefile graphics/electriceyes Makefile graphics/frontline Makefile graphics/gimp Makefile graphics/gimp1 Makefile graphics/inkscape Makefile graphics/sodipodi Makefile irc/xchat2 Makefile lang/gnomebasic Makefile mail/balsa Makefile math/gcalctool Makefile net/netspeed_applet Makefile net/gnomenetstatus Makefile news/pan2 Makefile palm/gnomepilot-conduits2 Makefile palm/gnomepilot2 Makefile print/ggv Makefile print/gnome-cups-manager Makefile print/gnomeprint Makefile print/libgnomecups Makefile print/libgnomeprint Makefile security/gnomekeyring Makefile sysutils/battfink Makefile sysutils/cog Makefile sysutils/gnomecontrolcenter Makefile www/gtkhtml Makefile textproc/gnomespell Makefile x11/gnomelibs Makefile x11/xscreensaver-gnome Makefile x11-toolkits/bakery Makefile x11-toolkits/gal Makefile x11-toolkits/gal2 Makefile x11-toolkits/gdl Makefile x11-toolkits/gtk20 Makefile x11-toolkits/libgnomeprintui Makefile x11-wm/sawfish2 Makefile net-im/gnome-jabber Makefile net-im/gnomeicu2 Makefile Log: Add USE_GETTEXT to appease portlint. Revision Changes Path 1.34 +1 -0 ports/accessibility/gnomemag/Makefile 1.33 +1 -0 ports/databases/gnomedb/Makefile 1.34 +1 -0 ports/databases/libgda/Makefile 1.73 +1 -0 ports/databases/libgda2/Makefile 1.45 +1 -0 ports/databases/libgnomedb/Makefile 1.8 +1 -0 ports/deskutils/alacarte/Makefile 1.25 +1 -0 ports/deskutils/gdeskcal/Makefile 1.38 +1 -0 ports/deskutils/glabels/Makefile 1.62 +1 -0 ports/deskutils/gnomepim/Makefile 1.3 +1 -0 ports/deskutils/nautilus-open-terminal/Makefile 1.40 +1 -0 ports/deskutils/planner/Makefile 1.40 +1 -0 ports/devel/anjuta/Makefile 1.25 +1 -0 ports/devel/bonobo-conf/Makefile 1.67 +1 -0 ports/devel/bonobo/Makefile 1.47 +1 -0 ports/devel/gconf/Makefile 1.27 +1 -0 ports/devel/gnomebuild/Makefile 1.51 +1 -0 ports/devel/gnomevfs/Makefile 1.7 +1 -0 ports/devel/goffice/Makefile 1.50 +1 -0 ports/devel/gtranslator/Makefile 1.11 +1 -0 ports/devel/libassetml/Makefile 1.30 +1 -0 ports/devel/oaf/Makefile 1.26 +1 -0 ports/editors/ghex/Makefile 1.42 +1 -0 ports/editors/glimmer/Makefile 1.27 +1 -0 ports/games/bombermaze/Makefile 1.56 +1 -0 ports/graphics/dia/Makefile 1.37 +1 -0 ports/graphics/electriceyes/Makefile 1.15 +1 -0 ports/graphics/frontline/Makefile 1.192 +1 -0 ports/graphics/gimp/Makefile 1.120 +1 -0 ports/graphics/gimp1/Makefile 1.27 +1 -0 ports/graphics/inkscape/Makefile 1.70 +1 -0 ports/graphics/sodipodi/Makefile 1.157 +1 -0 ports/irc/xchat2/Makefile 1.20 +1 -0 ports/lang/gnomebasic/Makefile 1.114 +1 -0 ports/mail/balsa/Makefile 1.59 +1 -0 ports/math/gcalctool/Makefile 1.14 +1 -0 ports/net-im/gnome-jabber/Makefile 1.74 +1 -0 ports/net-im/gnomeicu2/Makefile 1.21 +1 -0 ports/net/gnomenetstatus/Makefile 1.28 +1 -0 ports/net/netspeed_applet/Makefile 1.105 +1 -0 ports/news/pan2/Makefile 1.46 +1 -0 ports/palm/gnomepilot-conduits2/Makefile 1.68 +1 -0 ports/palm/gnomepilot2/Makefile 1.48 +1 -0 ports/print/ggv/Makefile 1.25 +1 -0 ports/print/gnome-cups-manager/Makefile 1.61 +1 -0 ports/print/gnomeprint/Makefile 1.18 +1 -0 ports/print/libgnomecups/Makefile 1.98 +1 -0 ports/print/libgnomeprint/Makefile 1.21 +1 -0 ports/security/gnomekeyring/Makefile 1.10 +1 -0 ports/sysutils/battfink/Makefile 1.9 +1 -0 ports/sysutils/cog/Makefile 1.50 +1 -0 ports/sysutils/gnomecontrolcenter/Makefile 1.26 +1 -0 ports/textproc/gnomespell/Makefile 1.71 +1 -0 ports/www/gtkhtml/Makefile 1.42 +1 -0 ports/x11-toolkits/bakery/Makefile 1.52 +1 -0 ports/x11-toolkits/gal/Makefile 1.69 +1 -0 ports/x11-toolkits/gal2/Makefile 1.22 +1 -0 ports/x11-toolkits/gdl/Makefile 1.177 +1 -0 ports/x11-toolkits/gtk20/Makefile 1.45 +1 -0 ports/x11-toolkits/libgnomeprintui/Makefile 1.89 +1 -0 ports/x11-wm/sawfish2/Makefile 1.118 +1 -0 ports/x11/gnomelibs/Makefile 1.54 +1 -0 ports/x11/xscreensaver-gnome/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 15 22:28:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 593E016A41B; Mon, 15 May 2006 22:28:11 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E617F43D46; Mon, 15 May 2006 22:28:10 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FMRv2p048397; Mon, 15 May 2006 22:27:57 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FMRvYD048396; Mon, 15 May 2006 22:27:57 GMT (envelope-from marcus) Message-Id: <200605152227.k4FMRvYD048396@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 15 May 2006 22:27:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/accessibility/gok Makefile distinfo ports/accessibility/gok/files patch-gok_gok-spy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 22:28:11 -0000 marcus 2006-05-15 22:27:57 UTC FreeBSD ports repository Modified files: accessibility/gok Makefile distinfo Removed files: accessibility/gok/files patch-gok_gok-spy.c Log: Update to 1.0.10. Revision Changes Path 1.29 +1 -2 ports/accessibility/gok/Makefile 1.21 +3 -3 ports/accessibility/gok/distinfo 1.2 +0 -13 ports/accessibility/gok/files/patch-gok_gok-spy.c (dead) From owner-cvs-all@FreeBSD.ORG Mon May 15 22:48:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 327B716AE85; Mon, 15 May 2006 22:48:11 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B412D43D48; Mon, 15 May 2006 22:48:10 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FMlvQS049170; Mon, 15 May 2006 22:47:57 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FMlveF049169; Mon, 15 May 2006 22:47:57 GMT (envelope-from cperciva) Message-Id: <200605152247.k4FMlveF049169@repoman.freebsd.org> From: Colin Percival Date: Mon, 15 May 2006 22:47:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT approvers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 22:48:11 -0000 cperciva 2006-05-15 22:47:57 UTC FreeBSD src repository Modified files: . approvers Log: Claim ownership of RELENG_6_1. Approved by: re (scottl) Revision Changes Path 1.33 +1 -2 CVSROOT/approvers From owner-cvs-all@FreeBSD.ORG Mon May 15 22:52:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E15B16AE5F; Mon, 15 May 2006 22:52:05 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 273D643D53; Mon, 15 May 2006 22:51:59 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FMpkjV049413; Mon, 15 May 2006 22:51:46 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FMpkqV049412; Mon, 15 May 2006 22:51:46 GMT (envelope-from marcus) Message-Id: <200605152251.k4FMpkqV049412@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 15 May 2006 22:51:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/avahi Makefile ports/net/avahi/files patch-avahi-client.pc.in patch-avahi-glib.pc.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 22:52:05 -0000 marcus 2006-05-15 22:51:46 UTC FreeBSD ports repository Modified files: net/avahi Makefile Added files: net/avahi/files patch-avahi-client.pc.in patch-avahi-glib.pc.in Log: Add PTHREAD_{CFLAGS,LIBS} to all avahi pkg-config files. This fixes xmms2 builds, among others. PR: 97295 Submitted by: Alexander Botero-Lowry Revision Changes Path 1.26 +1 -1 ports/net/avahi/Makefile 1.1 +10 -0 ports/net/avahi/files/patch-avahi-client.pc.in (new) 1.1 +10 -0 ports/net/avahi/files/patch-avahi-glib.pc.in (new) From owner-cvs-all@FreeBSD.ORG Mon May 15 22:52:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D034116A6B8; Mon, 15 May 2006 22:52:42 +0000 (UTC) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A45143D6E; Mon, 15 May 2006 22:52:35 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FMqMNA049449; Mon, 15 May 2006 22:52:22 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FMqMbH049448; Mon, 15 May 2006 22:52:22 GMT (envelope-from tegge) Message-Id: <200605152252.k4FMqMbH049448@repoman.freebsd.org> From: Tor Egge Date: Mon, 15 May 2006 22:52:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 22:52:43 -0000 tegge 2006-05-15 22:52:22 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_snapshot.c Log: Errors detected while file system is suspended should not trigger an assertion failure. Revision Changes Path 1.124 +4 -6 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-all@FreeBSD.ORG Mon May 15 22:59:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41D8516A5C7; Mon, 15 May 2006 22:59:07 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBCFA43D45; Mon, 15 May 2006 22:59:06 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FMwrfr049784; Mon, 15 May 2006 22:58:53 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FMwrN1049783; Mon, 15 May 2006 22:58:53 GMT (envelope-from marcus) Message-Id: <200605152258.k4FMwrN1049783@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 15 May 2006 22:58:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/epiphany Makefile distinfo pkg-plist ports/www/epiphany-extensions Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 22:59:07 -0000 marcus 2006-05-15 22:58:53 UTC FreeBSD ports repository Modified files: www/epiphany Makefile distinfo pkg-plist www/epiphany-extensions Makefile distinfo pkg-plist Log: Update to 2.4.1.1. Revision Changes Path 1.31 +1 -2 ports/www/epiphany-extensions/Makefile 1.20 +3 -3 ports/www/epiphany-extensions/distinfo 1.12 +1 -0 ports/www/epiphany-extensions/pkg-plist 1.94 +3 -3 ports/www/epiphany/Makefile 1.48 +3 -3 ports/www/epiphany/distinfo 1.41 +26 -0 ports/www/epiphany/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 15 22:59:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DDC416B328; Mon, 15 May 2006 22:59:38 +0000 (UTC) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF51343D4C; Mon, 15 May 2006 22:59:37 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FMxO61049833; Mon, 15 May 2006 22:59:24 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FMxOAn049832; Mon, 15 May 2006 22:59:24 GMT (envelope-from tegge) Message-Id: <200605152259.k4FMxOAn049832@repoman.freebsd.org> From: Tor Egge Date: Mon, 15 May 2006 22:59:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 22:59:42 -0000 tegge 2006-05-15 22:59:24 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_snapshot.c Log: Don't leak a locked buffer if last block on file system cannot be read. Revision Changes Path 1.125 +3 -2 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-all@FreeBSD.ORG Mon May 15 23:00:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF77A16A6C8; Mon, 15 May 2006 23:00:50 +0000 (UTC) (envelope-from pavlin@icir.org) Received: from possum.icir.org (possum.icir.org [192.150.187.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 970B143D48; Mon, 15 May 2006 23:00:50 +0000 (GMT) (envelope-from pavlin@icir.org) Received: from possum.icir.org (localhost [127.0.0.1]) by possum.icir.org (8.12.11/8.12.11) with ESMTP id k4FN0k2N086754; Mon, 15 May 2006 16:00:46 -0700 (PDT) (envelope-from pavlin@possum.icir.org) Message-Id: <200605152300.k4FN0k2N086754@possum.icir.org> To: Bruce M Simpson , Bruce M Simpson , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, pavlin@icir.org, atanu@icir.org, rwatson@FreeBSD.org In-Reply-To: Message from Bruce M Simpson of "Mon, 15 May 2006 09:55:07 BST." <20060515085507.GH46921@spc.org> Date: Mon, 15 May 2006 16:00:46 -0700 From: Pavlin Radoslavov Cc: Subject: Re: cvs commit: src/sys/netinet in.h ip_output.c ip_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 23:00:52 -0000 Bruce M Simpson wrote: > Something like this: In general, you may want to appropriately initialize ip_moptions everywhere it is allocated. E.g., a quick search for "ip_moptions" reveals that igmp_sendpkt() inside netinet/igmp.c also may have to be modified. Another suspect (among others) is field "sc_imo" inside struct pfsync_softc (file sys/contrib/pf/net/if_pfsync.h). Pavlin > %%% > --- ip_mroute.c.orig Mon May 15 09:52:41 2006 > +++ ip_mroute.c Mon May 15 09:54:01 2006 > @@ -2115,6 +2115,7 @@ > ip_output(m, NULL, &vifp->v_route, IP_FORWARDING, NULL, NULL); > else { > struct ip_moptions imo; > + struct in_multi *imm[2]; > int error; > static struct route ro; /* XXX check this */ > > @@ -2122,6 +2123,9 @@ > imo.imo_multicast_ttl = mtod(m, struct ip *)->ip_ttl - 1; > imo.imo_multicast_loop = 1; > imo.imo_multicast_vif = -1; > + imo.imo_num_memberships = 0; > + imo.imo_max_memberships = 2; > + imo.imo_membership = &imm[0]; > > /* > * Re-entrancy should not be a problem here, because > Exit 1 > %%% From owner-cvs-all@FreeBSD.ORG Mon May 15 23:05:29 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B8FD16AEB3 for ; Mon, 15 May 2006 23:05:29 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4FF443D58 for ; Mon, 15 May 2006 23:05:02 +0000 (GMT) (envelope-from max@love2party.net) Received: from [88.64.183.228] (helo=vampire.homelinux.org) by mrelayeu.kundenserver.de (node=mrelayeu7) with ESMTP (Nemesis), id 0ML2Dk-1Ffm7Z1qVz-0000iw; Tue, 16 May 2006 01:05:01 +0200 Received: (qmail 80728 invoked from network); 15 May 2006 23:05:27 -0000 Received: from localhost (HELO mail.abi01.homeunix.org) (192.168.4.64) by localhost with SMTP; 15 May 2006 23:05:27 -0000 Received: from 192.168.4.1 (SquirrelMail authenticated user mlaier) by mail.abi01.homeunix.org with HTTP; Tue, 16 May 2006 01:05:00 +0200 (CEST) Message-ID: <52078.192.168.4.1.1147734300.squirrel@mail.abi01.homeunix.org> In-Reply-To: <20060515065214.GA63472@walton.maths.tcd.ie> References: <200605142342.k4ENgOli009466@repoman.freebsd.org> <20060515065214.GA63472@walton.maths.tcd.ie> Date: Tue, 16 May 2006 01:05:00 +0200 (CEST) From: "Max Laier" To: "David Malone" User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Provags-ID: kundenserver.de abuse@kundenserver.de login:61c499deaeeba3ba5be80f48ecc83056 Cc: cvs-src@freebsd.org, Max Laier , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 23:05:32 -0000 On Mon, May 15, 2006 8:52 am, David Malone wrote: > On Sun, May 14, 2006 at 11:42:24PM +0000, Max Laier wrote: >> Use only lower 64bit of src/dest (and src/dest port) for hashing of >> IPv6 >> connections and get rid of the flow_id as it is not guaranteed to be >> stable >> some (most?) current implementations seem to just zero it out. > > I had a look at how constant the IPv6 Flow ID is with Orla McGann about > a year ago: > > http://www.maths.tcd.ie/~dwmalone/p/ec2nd05.pdf > > We used to screw up the setting of it on SYN|ACK packets, but we > should do it right now. I think NetBSD had a very similar looking > bug. When I last checked OpenBSD just set it to zero. I think Solaris > DTRT. Interesting - thanks for the pointer. Unless every stack DTRT we can't use the flow_id, though - or we break otherwise legal connections. In the given case we would open a state with SYN+flow_id and got a reply SYNACK+0 which wouldn't hash the same as the SYN we sent out. No matching state, no connection. -- /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-cvs-all@FreeBSD.ORG Mon May 15 23:06:51 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D9E116B2C6 for ; Mon, 15 May 2006 23:06:51 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 935DF43D6B for ; Mon, 15 May 2006 23:06:45 +0000 (GMT) (envelope-from max@love2party.net) Received: from [88.64.183.228] (helo=vampire.homelinux.org) by mrelayeu.kundenserver.de (node=mrelayeu7) with ESMTP (Nemesis), id 0ML2Dk-1Ffm9C1VDT-0000iP; Tue, 16 May 2006 01:06:42 +0200 Received: (qmail 80767 invoked from network); 15 May 2006 23:07:08 -0000 Received: from localhost (HELO mail.abi01.homeunix.org) (192.168.4.64) by localhost with SMTP; 15 May 2006 23:07:08 -0000 Received: from 192.168.4.1 (SquirrelMail authenticated user mlaier) by mail.abi01.homeunix.org with HTTP; Tue, 16 May 2006 01:06:41 +0200 (CEST) Message-ID: <64968.192.168.4.1.1147734401.squirrel@mail.abi01.homeunix.org> In-Reply-To: <200605152041.k4FKfBhY031791@repoman.freebsd.org> References: <200605152041.k4FKfBhY031791@repoman.freebsd.org> Date: Tue, 16 May 2006 01:06:41 +0200 (CEST) From: "Max Laier" To: "Maxim Konovalov" User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Provags-ID: kundenserver.de abuse@kundenserver.de login:61c499deaeeba3ba5be80f48ecc83056 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 23:06:52 -0000 On Mon, May 15, 2006 10:41 pm, Maxim Konovalov wrote: > maxim 2006-05-15 20:41:11 UTC > o Fix a timestamp in the previous revision: 20061205 -> 20060512. Thanks. I got myself a nice collection of those pointy-hats with my BSDCan commits. -- /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-cvs-all@FreeBSD.ORG Mon May 15 23:19:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 828D216A661; Mon, 15 May 2006 23:19:03 +0000 (UTC) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32B9943D46; Mon, 15 May 2006 23:19:03 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FNInAJ051775; Mon, 15 May 2006 23:18:49 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FNInhl051774; Mon, 15 May 2006 23:18:49 GMT (envelope-from tegge) Message-Id: <200605152318.k4FNInhl051774@repoman.freebsd.org> From: Tor Egge Date: Mon, 15 May 2006 23:18:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 23:19:04 -0000 tegge 2006-05-15 23:18:49 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_snapshot.c Log: Copy last block on file system again after file system has been suspended. Obtained from: NetBSD Revision Changes Path 1.126 +11 -0 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-all@FreeBSD.ORG Mon May 15 23:27:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB14016A5D4; Mon, 15 May 2006 23:27:14 +0000 (UTC) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 851CB43D45; Mon, 15 May 2006 23:27:14 +0000 (GMT) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FNR1L6052136; Mon, 15 May 2006 23:27:01 GMT (envelope-from avatar@repoman.freebsd.org) Received: (from avatar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FNR1gl052135; Mon, 15 May 2006 23:27:01 GMT (envelope-from avatar) Message-Id: <200605152327.k4FNR1gl052135@repoman.freebsd.org> From: Tai-hwa Liang Date: Mon, 15 May 2006 23:27:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/modules/if_gif Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 23:27:15 -0000 avatar 2006-05-15 23:27:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/modules/if_gif Makefile Log: MFC: (1.4, 1.5) Allow the gif module to be built without IPv6 support when NOINET6 is defined. Revision Changes Path 1.1.2.2 +6 -1 src/sys/modules/if_gif/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 15 23:35:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDF1D16A647; Mon, 15 May 2006 23:35:03 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A72043D45; Mon, 15 May 2006 23:35:03 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FNYocT052424; Mon, 15 May 2006 23:34:50 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FNYnUu052423; Mon, 15 May 2006 23:34:49 GMT (envelope-from ahze) Message-Id: <200605152334.k4FNYnUu052423@repoman.freebsd.org> From: Michael Johnson Date: Mon, 15 May 2006 23:34:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gstreamer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 23:35:12 -0000 ahze 2006-05-15 23:34:49 UTC FreeBSD ports repository Modified files: multimedia/gstreamer Makefile distinfo Log: - Update to 0.10.6 Revision Changes Path 1.48 +3 -4 ports/multimedia/gstreamer/Makefile 1.23 +3 -3 ports/multimedia/gstreamer/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 16 00:06:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF50516AF7D; Tue, 16 May 2006 00:06:17 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC6B43D45; Tue, 16 May 2006 00:06:17 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G064kE054827; Tue, 16 May 2006 00:06:04 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G064Q7054826; Tue, 16 May 2006 00:06:04 GMT (envelope-from leeym) Message-Id: <200605160006.k4G064Q7054826@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 16 May 2006 00:06:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Class-Date Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 00:06:18 -0000 leeym 2006-05-16 00:06:04 UTC FreeBSD ports repository Modified files: devel/p5-Class-Date Makefile distinfo Log: - update to 1.1.9 Revision Changes Path 1.17 +1 -1 ports/devel/p5-Class-Date/Makefile 1.14 +3 -3 ports/devel/p5-Class-Date/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 16 00:14:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0395416A822; Tue, 16 May 2006 00:14:36 +0000 (UTC) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6AFD43D62; Tue, 16 May 2006 00:14:34 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G0ELM6055258; Tue, 16 May 2006 00:14:21 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G0ELgB055257; Tue, 16 May 2006 00:14:21 GMT (envelope-from tegge) Message-Id: <200605160014.k4G0ELgB055257@repoman.freebsd.org> From: Tor Egge Date: Tue, 16 May 2006 00:14:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 00:14:36 -0000 tegge 2006-05-16 00:14:20 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_snapshot.c Log: Read block hints list from last snapshot on the active snapshot list. Revision Changes Path 1.127 +4 -0 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-all@FreeBSD.ORG Tue May 16 00:15:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DD3316B0B9; Tue, 16 May 2006 00:15:05 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A663543D83; Tue, 16 May 2006 00:14:57 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G0EcUv055293; Tue, 16 May 2006 00:14:38 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G0Ecdu055292; Tue, 16 May 2006 00:14:38 GMT (envelope-from aaron) Message-Id: <200605160014.k4G0Ecdu055292@repoman.freebsd.org> From: Aaron Dalton Date: Tue, 16 May 2006 00:14:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/p5-Math-Symbolic pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 00:15:06 -0000 aaron 2006-05-16 00:14:38 UTC FreeBSD ports repository Modified files: math/p5-Math-Symbolic pkg-plist Log: - pkg-plist fix Approved by: tobez (implicit) Revision Changes Path 1.2 +4 -0 ports/math/p5-Math-Symbolic/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 00:23:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BEDF16A4E3; Tue, 16 May 2006 00:23:58 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1703943D45; Tue, 16 May 2006 00:23:58 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G0Nimt055730; Tue, 16 May 2006 00:23:44 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G0NiWI055729; Tue, 16 May 2006 00:23:44 GMT (envelope-from davidxu) Message-Id: <200605160023.k4G0NiWI055729@repoman.freebsd.org> From: David Xu Date: Tue, 16 May 2006 00:23:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern imgact_aout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 00:23:58 -0000 davidxu 2006-05-16 00:23:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern imgact_aout.c Log: MFC revision 1.101 Revision Changes Path 1.99.2.2 +2 -0 src/sys/kern/imgact_aout.c From owner-cvs-all@FreeBSD.ORG Tue May 16 01:04:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 573C916A46F; Tue, 16 May 2006 01:04:00 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from mrout2-b.corp.dcn.yahoo.com (mrout2-b.corp.dcn.yahoo.com [216.109.112.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6B0843D48; Tue, 16 May 2006 01:03:59 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (proxy7.corp.yahoo.com [216.145.48.98]) by mrout2-b.corp.dcn.yahoo.com (8.13.6/8.13.4/y.out) with ESMTP id k4G13gPA002107; Mon, 15 May 2006 18:03:43 -0700 (PDT) Date: Mon, 15 May 2006 18:03:42 -0700 Message-ID: From: gnn@FreeBSD.org To: Makoto Matsushita In-Reply-To: <4468534B.6050607@jp.FreeBSD.org> References: <200605140147.k4E1lqGD083037@repoman.freebsd.org> <4467A5CE.7070900@FreeBSD.org> <4468534B.6050607@jp.FreeBSD.org> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386-apple-darwin8.5.1) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: Maxim Sobolev , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/lnc if_lnc.c if_lnc_cbus.c if_lnc_isa.c if_lnc_pci.c if_lncreg.h if_lncvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 01:04:00 -0000 At Mon, 15 May 2006 19:09:15 +0900, Makoto Matsushita wrote: > > > Does it work on VmWare? > > If my quick test (7-current, build a new kernel without lnc(4), boot -s, > kldload if_le, and dhclient le0) is not wrong, le(4) works fine for me. Yes, and it has better/more regular performance. lnc always had a skip when doing ping for (.5ms vs 1.5ms). The le driver has also been fixed, from what I'm told, to not have the problem of losing a packet to a reset under load. I have nnot tested it under load but I trust the author of le who I've been mailing wiht off list. Part of the motivation for removing lnc was that le could be a replacement, in particular on VMWare. Later, George From owner-cvs-all@FreeBSD.ORG Tue May 16 01:31:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEC7E16AA63; Tue, 16 May 2006 01:31:24 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89C2643D46; Tue, 16 May 2006 01:31:24 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G1VAYo067177; Tue, 16 May 2006 01:31:10 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G1VA6s067176; Tue, 16 May 2006 01:31:10 GMT (envelope-from jylefort) Message-Id: <200605160131.k4G1VA6s067176@repoman.freebsd.org> From: Jean-Yves Lefort Date: Tue, 16 May 2006 01:31:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/mail-notification Makefile distinfo pkg-plist ports/mail/mail-notification/files patch-src_mn-gmail-mailbox-properties.c patch-src_mn-imap-mailbox.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 01:31:27 -0000 jylefort 2006-05-16 01:31:10 UTC FreeBSD ports repository Modified files: mail/mail-notification Makefile distinfo pkg-plist Removed files: mail/mail-notification/files patch-src_mn-gmail-mailbox-properties.c patch-src_mn-imap-mailbox.c Log: Update to 3.0-rc1 Revision Changes Path 1.36 +45 -53 ports/mail/mail-notification/Makefile 1.17 +3 -3 ports/mail/mail-notification/distinfo 1.2 +0 -11 ports/mail/mail-notification/files/patch-src_mn-gmail-mailbox-properties.c (dead) 1.2 +0 -16 ports/mail/mail-notification/files/patch-src_mn-imap-mailbox.c (dead) 1.15 +8 -7 ports/mail/mail-notification/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 01:32:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 467BC16AA66; Tue, 16 May 2006 01:32:01 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5D3943D4C; Tue, 16 May 2006 01:32:00 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G1VltK067247; Tue, 16 May 2006 01:31:47 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G1Vkoa067246; Tue, 16 May 2006 01:31:46 GMT (envelope-from leeym) Message-Id: <200605160131.k4G1Vkoa067246@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 16 May 2006 01:31:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Acme-MetaSyntactic Makefile Makefile.man distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 01:32:02 -0000 leeym 2006-05-16 01:31:46 UTC FreeBSD ports repository Modified files: devel/p5-Acme-MetaSyntactic Makefile Makefile.man distinfo pkg-plist Log: - update to 0.74 Revision Changes Path 1.4 +1 -1 ports/devel/p5-Acme-MetaSyntactic/Makefile 1.3 +2 -1 ports/devel/p5-Acme-MetaSyntactic/Makefile.man 1.4 +3 -3 ports/devel/p5-Acme-MetaSyntactic/distinfo 1.3 +1 -0 ports/devel/p5-Acme-MetaSyntactic/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 01:43:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 476F116AA5D; Tue, 16 May 2006 01:43:01 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 102E743D45; Tue, 16 May 2006 01:43:01 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G1gl6D067853; Tue, 16 May 2006 01:42:47 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G1glwC067852; Tue, 16 May 2006 01:42:47 GMT (envelope-from jkoshy) Message-Id: <200605160142.k4G1glwC067852@repoman.freebsd.org> From: Joseph Koshy Date: Tue, 16 May 2006 01:42:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang Makefile ports/lang/tcc Makefile distinfo pkg-descr pkg-plist ports/lang/tcc/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 01:43:02 -0000 jkoshy 2006-05-16 01:42:47 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/tcc Makefile distinfo pkg-descr pkg-plist lang/tcc/files patch-Makefile Log: A new port for TinyCC, a small and fast C compiler. Tcc's features include: * Small: You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker). * Fast: tcc generates optimized x86 code. No byte code overhead. Compile, assemble and link several times faster than GCC. * Unlimited: Any C dynamic library can be used directly. TCC is heading torward full ISOC99 compliance. TCC can of course compile itself. * Safe: tcc includes an optional memory and bound checker. Bound checked code can be mixed freely with standard code. * Compile and execute C source directly. No linking or assembly necessary. Full C preprocessor and GNU-like assembler included. * C script supported : just add '#!/usr/local/bin/tcc -run' at the first line of your C source, and execute it directly from the command line. * With libtcc, you can use TCC as a backend for dynamic code generation. Revision Changes Path 1.485 +1 -0 ports/lang/Makefile 1.1 +25 -0 ports/lang/tcc/Makefile (new) 1.1 +3 -0 ports/lang/tcc/distinfo (new) 1.1 +11 -0 ports/lang/tcc/files/patch-Makefile (new) 1.1 +20 -0 ports/lang/tcc/pkg-descr (new) 1.1 +14 -0 ports/lang/tcc/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue May 16 01:43:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F6A916AA59; Tue, 16 May 2006 01:43:16 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2379843D46; Tue, 16 May 2006 01:43:16 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G1h24M068049; Tue, 16 May 2006 01:43:02 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G1h20Y068048; Tue, 16 May 2006 01:43:02 GMT (envelope-from ahze) Message-Id: <200605160143.k4G1h20Y068048@repoman.freebsd.org> From: Michael Johnson Date: Tue, 16 May 2006 01:43:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.gstreamer.mk ports/multimedia Makefile ports MOVED ports/multimedia/gstreamer-plugins-dts Makefile ports/multimedia/gstreamer-plugins-dvd Makefile ports/multimedia/gstreamer-plugins-bad Makefile pkg-plist ports/multimedia/gstreamer-plugins Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 01:43:16 -0000 ahze 2006-05-16 01:43:02 UTC FreeBSD ports repository Modified files: Mk bsd.gstreamer.mk multimedia Makefile . MOVED multimedia/gstreamer-plugins-bad Makefile pkg-plist multimedia/gstreamer-plugins Makefile Makefile.common distinfo multimedia/gstreamer-plugins-good pkg-plist Added files: multimedia/gstreamer-plugins-dts Makefile multimedia/gstreamer-plugins-dvd Makefile Log: - Update gstreamer-plugins to 0.10.7 - Update bad to 0.10.3 - Update good to 0.10.3 - Readd dvd and dts plugins Revision Changes Path 1.992 +1 -4 ports/MOVED 1.18 +5 -5 ports/Mk/bsd.gstreamer.mk 1.158 +2 -0 ports/multimedia/Makefile 1.3 +1 -1 ports/multimedia/gstreamer-plugins-bad/Makefile 1.3 +6 -0 ports/multimedia/gstreamer-plugins-bad/pkg-plist 1.7 +17 -0 ports/multimedia/gstreamer-plugins-dts/Makefile (new) 1.9 +17 -0 ports/multimedia/gstreamer-plugins-dvd/Makefile (new) 1.2 +9 -0 ports/multimedia/gstreamer-plugins-good/pkg-plist 1.96 +3 -4 ports/multimedia/gstreamer-plugins/Makefile 1.30 +53 -2 ports/multimedia/gstreamer-plugins/Makefile.common 1.24 +9 -9 ports/multimedia/gstreamer-plugins/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 16 01:43:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D23EC16AA64; Tue, 16 May 2006 01:43:19 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83BB043D46; Tue, 16 May 2006 01:43:19 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G1h5q2068079; Tue, 16 May 2006 01:43:05 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G1h5tM068078; Tue, 16 May 2006 01:43:05 GMT (envelope-from jkoshy) Message-Id: <200605160143.k4G1h5tM068078@repoman.freebsd.org> From: Joseph Koshy Date: Tue, 16 May 2006 01:43:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 01:43:19 -0000 jkoshy 2006-05-16 01:43:05 UTC FreeBSD ports repository Modified files: . modules Log: tcc --> ports/lang/tcc Revision Changes Path 1.14977 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue May 16 01:43:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B18216A52D; Tue, 16 May 2006 01:43:55 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4317743D67; Tue, 16 May 2006 01:43:50 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G1haxc068133; Tue, 16 May 2006 01:43:36 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G1haIc068132; Tue, 16 May 2006 01:43:36 GMT (envelope-from ahze) Message-Id: <200605160143.k4G1haIc068132@repoman.freebsd.org> From: Michael Johnson Date: Tue, 16 May 2006 01:43:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gstreamer-plugins-core Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 01:43:57 -0000 ahze 2006-05-16 01:43:36 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins-core Makefile Log: - Readd support for dvd and dts Revision Changes Path 1.10 +2 -2 ports/multimedia/gstreamer-plugins-core/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 01:45:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 161BC16AA41; Tue, 16 May 2006 01:45:59 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C61BA43D45; Tue, 16 May 2006 01:45:58 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G1jiJm068276; Tue, 16 May 2006 01:45:44 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G1jidM068275; Tue, 16 May 2006 01:45:44 GMT (envelope-from ahze) Message-Id: <200605160145.k4G1jidM068275@repoman.freebsd.org> From: Michael Johnson Date: Tue, 16 May 2006 01:45:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 01:45:59 -0000 ahze 2006-05-16 01:45:44 UTC FreeBSD ports repository Modified files: . modules Log: gstreamer-plugins-dts --> ports/multimedia/gstreamer-plugins-dts gstreamer-plugins-dvd --> ports/multimedia/gstreamer-plugins-dvd Revision Changes Path 1.14978 +2 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue May 16 01:57:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E5AF16A5D9; Tue, 16 May 2006 01:57:20 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF66E43D45; Tue, 16 May 2006 01:57:19 +0000 (GMT) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G1v69A068745; Tue, 16 May 2006 01:57:06 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G1v6mp068744; Tue, 16 May 2006 01:57:06 GMT (envelope-from kevlo) Message-Id: <200605160157.k4G1v6mp068744@repoman.freebsd.org> From: Kevin Lo Date: Tue, 16 May 2006 01:57:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/pebrot Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 01:57:20 -0000 kevlo 2006-05-16 01:57:05 UTC FreeBSD ports repository Modified files: net-im/pebrot Makefile distinfo Log: Update to 0.8.8 Revision Changes Path 1.7 +2 -5 ports/net-im/pebrot/Makefile 1.6 +3 -3 ports/net-im/pebrot/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 16 02:50:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48A5716A43E; Tue, 16 May 2006 02:50:34 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 003D143D48; Tue, 16 May 2006 02:50:33 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G2oJUG076404; Tue, 16 May 2006 02:50:19 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G2oJt1076403; Tue, 16 May 2006 02:50:19 GMT (envelope-from clsung) Message-Id: <200605160250.k4G2oJt1076403@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 16 May 2006 02:50:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/libchewing Makefile distinfo pkg-plist ports/chinese/libchewing/files patch-src-hanyupinying.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 02:50:34 -0000 clsung 2006-05-16 02:50:17 UTC FreeBSD ports repository Modified files: chinese/libchewing Makefile distinfo pkg-plist Removed files: chinese/libchewing/files patch-src-hanyupinying.c Log: - update to 0.3.0 Revision Changes Path 1.7 +1 -2 ports/chinese/libchewing/Makefile 1.5 +3 -3 ports/chinese/libchewing/distinfo 1.2 +0 -32 ports/chinese/libchewing/files/patch-src-hanyupinying.c (dead) 1.4 +5 -3 ports/chinese/libchewing/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 02:57:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5DF016A4CB; Tue, 16 May 2006 02:57:39 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 660D243D78; Tue, 16 May 2006 02:57:17 +0000 (GMT) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G2v1uk076700; Tue, 16 May 2006 02:57:01 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G2v1uR076699; Tue, 16 May 2006 02:57:01 GMT (envelope-from kevlo) Message-Id: <200605160257.k4G2v1uR076699@repoman.freebsd.org> From: Kevin Lo Date: Tue, 16 May 2006 02:57:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/quirc Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 02:57:40 -0000 kevlo 2006-05-16 02:57:01 UTC FreeBSD ports repository Modified files: irc/quirc Makefile pkg-descr Log: Update MASTER_SITES and WWW. Revision Changes Path 1.23 +1 -1 ports/irc/quirc/Makefile 1.4 +1 -1 ports/irc/quirc/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue May 16 03:56:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C316F16A425; Tue, 16 May 2006 03:56:20 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68B2343D5A; Tue, 16 May 2006 03:56:20 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G3u69D080269; Tue, 16 May 2006 03:56:06 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G3u6kG080268; Tue, 16 May 2006 03:56:06 GMT (envelope-from mezz) Message-Id: <200605160356.k4G3u6kG080268@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 03:56:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/gnomedb Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 03:56:20 -0000 mezz 2006-05-16 03:56:06 UTC FreeBSD ports repository Modified files: databases/gnomedb Makefile pkg-plist Log: portlint: -Use DOCSDIR in plist. -Add INSTALLS_OMF, bump the PORTREVISION. Revision Changes Path 1.34 +2 -1 ports/databases/gnomedb/Makefile 1.14 +6 -6 ports/databases/gnomedb/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 04:02:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63BE316A404; Tue, 16 May 2006 04:02:19 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F32343D49; Tue, 16 May 2006 04:02:19 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G424VO080544; Tue, 16 May 2006 04:02:04 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G4242U080543; Tue, 16 May 2006 04:02:04 GMT (envelope-from mezz) Message-Id: <200605160402.k4G4242U080543@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 04:02:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/libgda Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 04:02:24 -0000 mezz 2006-05-16 04:02:04 UTC FreeBSD ports repository Modified files: databases/libgda Makefile pkg-plist Log: portlint: -Use DOCSDIR in plist. -Add INSTALLS_OMF, bump the PORTREVISION. Revision Changes Path 1.35 +2 -1 ports/databases/libgda/Makefile 1.16 +12 -12 ports/databases/libgda/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 04:10:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5423916A409; Tue, 16 May 2006 04:10:52 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1112143D70; Tue, 16 May 2006 04:10:52 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G4Abif082058; Tue, 16 May 2006 04:10:37 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G4AbQI082057; Tue, 16 May 2006 04:10:37 GMT (envelope-from mezz) Message-Id: <200605160410.k4G4AbQI082057@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 04:10:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ORBit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 04:10:52 -0000 mezz 2006-05-16 04:10:37 UTC FreeBSD ports repository Modified files: devel/ORBit Makefile Log: Remove CONFLICTS with ORBacus; the devel/ORBacus was removed back in 2004. Revision Changes Path 1.82 +0 -2 ports/devel/ORBit/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 04:14:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 105F116A402; Tue, 16 May 2006 04:14:45 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C23A343D49; Tue, 16 May 2006 04:14:44 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G4EUS4082215; Tue, 16 May 2006 04:14:30 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G4EUob082214; Tue, 16 May 2006 04:14:30 GMT (envelope-from mezz) Message-Id: <200605160414.k4G4EUob082214@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 04:14:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/anjuta Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 04:14:45 -0000 mezz 2006-05-16 04:14:30 UTC FreeBSD ports repository Modified files: devel/anjuta Makefile pkg-plist Log: portlint: -Use DOCSDIR in plist. -Use lowercase letter in the begin of IGNORE. Revision Changes Path 1.41 +1 -1 ports/devel/anjuta/Makefile 1.16 +10 -10 ports/devel/anjuta/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 04:16:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C34D016A403; Tue, 16 May 2006 04:16:45 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F26143D5D; Tue, 16 May 2006 04:16:45 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G4GVvS082323; Tue, 16 May 2006 04:16:31 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G4GVvp082322; Tue, 16 May 2006 04:16:31 GMT (envelope-from mezz) Message-Id: <200605160416.k4G4GVvp082322@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 04:16:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/bonobo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 04:16:45 -0000 mezz 2006-05-16 04:16:30 UTC FreeBSD ports repository Modified files: devel/bonobo pkg-plist Log: portlint: -Use DOCSDIR in plist. Revision Changes Path 1.36 +75 -75 ports/devel/bonobo/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 04:22:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11FF016A400; Tue, 16 May 2006 04:22:52 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C469C43D45; Tue, 16 May 2006 04:22:51 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G4Mbm8082660; Tue, 16 May 2006 04:22:37 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G4MbLF082659; Tue, 16 May 2006 04:22:37 GMT (envelope-from mezz) Message-Id: <200605160422.k4G4MbLF082659@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 04:22:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libIDL Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 04:22:52 -0000 mezz 2006-05-16 04:22:37 UTC FreeBSD ports repository Modified files: devel/libIDL Makefile Log: portlint: -Reduce the COMMENT characters down to under 70 characters. Revision Changes Path 1.39 +1 -1 ports/devel/libIDL/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 04:24:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A98216A401; Tue, 16 May 2006 04:24:42 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 203AD43D68; Tue, 16 May 2006 04:24:41 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G4OQDh082727; Tue, 16 May 2006 04:24:26 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G4OQx2082726; Tue, 16 May 2006 04:24:26 GMT (envelope-from mezz) Message-Id: <200605160424.k4G4OQx2082726@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 04:24:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libole2 pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 04:24:42 -0000 mezz 2006-05-16 04:24:26 UTC FreeBSD ports repository Modified files: devel/libole2 pkg-plist Log: portlint: -Use DATADIR in plist. Revision Changes Path 1.3 +14 -14 ports/devel/libole2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 04:26:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66C5D16A40B; Tue, 16 May 2006 04:26:22 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA0E843D4C; Tue, 16 May 2006 04:26:21 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G4Q7IA082846; Tue, 16 May 2006 04:26:07 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G4Q7TY082845; Tue, 16 May 2006 04:26:07 GMT (envelope-from oliver) Message-Id: <200605160426.k4G4Q7TY082845@repoman.freebsd.org> From: Oliver Lehmann Date: Tue, 16 May 2006 04:26:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/cyphesis Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 04:26:27 -0000 oliver 2006-05-16 04:26:07 UTC FreeBSD ports repository Modified files: net/cyphesis Makefile distinfo pkg-plist Log: update to 0.5.7 Revision Changes Path 1.15 +1 -1 ports/net/cyphesis/Makefile 1.8 +3 -3 ports/net/cyphesis/distinfo 1.5 +6 -0 ports/net/cyphesis/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 04:27:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6E9816A400; Tue, 16 May 2006 04:27:57 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63D6143D48; Tue, 16 May 2006 04:27:57 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G4RhTK082913; Tue, 16 May 2006 04:27:43 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G4RhFT082912; Tue, 16 May 2006 04:27:43 GMT (envelope-from mezz) Message-Id: <200605160427.k4G4RhFT082912@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 04:27:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libsigc++12 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 04:27:57 -0000 mezz 2006-05-16 04:27:43 UTC FreeBSD ports repository Modified files: devel/libsigc++12 Makefile Log: portlint: -Change the order of DISTFILES by move above the DIST_SUBDIR. Revision Changes Path 1.32 +1 -1 ports/devel/libsigc++12/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 04:36:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77A0A16A419; Tue, 16 May 2006 04:36:40 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37D7243D62; Tue, 16 May 2006 04:36:36 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G4aMON083293; Tue, 16 May 2006 04:36:22 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G4aMSx083292; Tue, 16 May 2006 04:36:22 GMT (envelope-from mezz) Message-Id: <200605160436.k4G4aMSx083292@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 04:36:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/gdk-pixbuf pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 04:36:40 -0000 mezz 2006-05-16 04:36:22 UTC FreeBSD ports repository Modified files: graphics/gdk-pixbuf pkg-plist Log: portlint: -Use DOCSDIR in plist. Revision Changes Path 1.20 +24 -24 ports/graphics/gdk-pixbuf/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 04:41:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD33216A402; Tue, 16 May 2006 04:41:08 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 274ED43D58; Tue, 16 May 2006 04:41:08 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G4erJY083473; Tue, 16 May 2006 04:40:53 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G4ercu083472; Tue, 16 May 2006 04:40:53 GMT (envelope-from mezz) Message-Id: <200605160440.k4G4ercu083472@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 04:40:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/inkscape Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 04:41:08 -0000 mezz 2006-05-16 04:40:53 UTC FreeBSD ports repository Modified files: graphics/inkscape Makefile Log: portlint: -Use lowercase letter in the begin of IGNORE. Revision Changes Path 1.28 +1 -1 ports/graphics/inkscape/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 04:47:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86C5516A403; Tue, 16 May 2006 04:47:11 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A2543D45; Tue, 16 May 2006 04:47:11 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G4ku9r083743; Tue, 16 May 2006 04:46:56 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G4kuoJ083742; Tue, 16 May 2006 04:46:56 GMT (envelope-from mezz) Message-Id: <200605160446.k4G4kuoJ083742@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 04:46:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/passepartout pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 04:47:11 -0000 mezz 2006-05-16 04:46:56 UTC FreeBSD ports repository Modified files: graphics/passepartout pkg-plist Log: portlint: -Use DOCSDIR in plist. -Use @dirrmtry. Revision Changes Path 1.4 +25 -25 ports/graphics/passepartout/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 04:57:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDA0B16A45F; Tue, 16 May 2006 04:57:00 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E5B643D62; Tue, 16 May 2006 04:57:00 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G4ujrv091723; Tue, 16 May 2006 04:56:45 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G4ujLg091722; Tue, 16 May 2006 04:56:45 GMT (envelope-from mezz) Message-Id: <200605160456.k4G4ujLg091722@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 04:56:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gnomebasic Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 04:57:02 -0000 mezz 2006-05-16 04:56:45 UTC FreeBSD ports repository Modified files: lang/gnomebasic Makefile Log: portlint: -Reduce the COMMENT characters down to under 70 characters. Revision Changes Path 1.21 +1 -1 ports/lang/gnomebasic/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 04:58:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAAD916A50D; Tue, 16 May 2006 04:58:04 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3217143D45; Tue, 16 May 2006 04:58:04 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G4vnNX091770; Tue, 16 May 2006 04:57:49 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G4vnSp091769; Tue, 16 May 2006 04:57:49 GMT (envelope-from mezz) Message-Id: <200605160457.k4G4vnSp091769@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 04:57:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/guile Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 04:58:08 -0000 mezz 2006-05-16 04:57:49 UTC FreeBSD ports repository Modified files: lang/guile Makefile Log: portlint: -Remove quotes from BROKEN. Revision Changes Path 1.59 +1 -1 ports/lang/guile/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 04:59:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86C1716A534; Tue, 16 May 2006 04:59:09 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A5D43D73; Tue, 16 May 2006 04:59:03 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G4wn1P091842; Tue, 16 May 2006 04:58:49 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G4wnU3091841; Tue, 16 May 2006 04:58:49 GMT (envelope-from mezz) Message-Id: <200605160458.k4G4wnU3091841@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 04:58:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/librep Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 04:59:12 -0000 mezz 2006-05-16 04:58:49 UTC FreeBSD ports repository Modified files: lang/librep Makefile Log: portlint: -Remove quotes from BROKEN. Revision Changes Path 1.60 +1 -1 ports/lang/librep/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 05:06:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFD6416A42C; Tue, 16 May 2006 05:06:26 +0000 (UTC) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C488443D48; Tue, 16 May 2006 05:06:25 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 1F40E1310F2; Tue, 16 May 2006 14:36:23 +0930 (CST) Received: from eucla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by wantadilla.lemis.com (Postfix) with ESMTP id A62E684632; Tue, 16 May 2006 14:36:21 +0930 (CST) Received: by eucla.lemis.com (Postfix, from userid 1004) id 4F717D5DDA; Mon, 15 May 2006 17:29:21 -0500 (CDT) Date: Mon, 15 May 2006 17:29:21 -0500 From: Greg 'groggy' Lehey To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20060515222921.GE1447@eucla.lemis.com> References: <200605150450.k4F4oXPX042911@repoman.freebsd.org> <1147685056.1214.1.camel@localhost> <868xp3618e.fsf@xps.des.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IU5/I01NYhRvwH70" Content-Disposition: inline In-Reply-To: <868xp3618e.fsf@xps.des.no> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net 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, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Florent Thoumie , Pyun YongHyeon Subject: Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:06:30 -0000 --IU5/I01NYhRvwH70 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Monday, 15 May 2006 at 12:17:37 +0200, Dag-Erling Smrgrav wrote: > Florent Thoumie writes: >> On Mon, 2006-05-15 at 04:50 +0000, Pyun YongHyeon wrote: >>> Obtained from: OpenBSD >>> Reported by: Ganbold ganbold ! micom ( mng $ net >>> Tested by: Ganbold ganbold ! micom ( mng $ net >> What the hell is that? :-) > > A stupid way of spelling by someone who thinks > mangling email addresses is an effective anti-spam measure. DES, you become more tactful by the day. Greg -- See complete headers for address and phone numbers --IU5/I01NYhRvwH70 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEaQDAIubykFB6QiMRAqDbAJ4qD0DoW72ex/nVLYrOGyaPpu64nACbBE0o xiT5kIhP5sTLym4jCBgobJo= =Ws9l -----END PGP SIGNATURE----- --IU5/I01NYhRvwH70-- From owner-cvs-all@FreeBSD.ORG Tue May 16 05:07:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EBD616A496; Tue, 16 May 2006 05:07:59 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1A9343D5E; Tue, 16 May 2006 05:07:58 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G57in8093462; Tue, 16 May 2006 05:07:44 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G57iO7093461; Tue, 16 May 2006 05:07:44 GMT (envelope-from mezz) Message-Id: <200605160507.k4G57iO7093461@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 05:07:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/freetype2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:08:04 -0000 mezz 2006-05-16 05:07:44 UTC FreeBSD ports repository Modified files: print/freetype2 Makefile Log: portlint: -Replace some spaces to tabs. Revision Changes Path 1.72 +2 -2 ports/print/freetype2/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 05:10:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D24116A45F; Tue, 16 May 2006 05:10:44 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D854843DBD; Tue, 16 May 2006 05:10:29 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G5AFOg093576; Tue, 16 May 2006 05:10:15 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G5AE9r093574; Tue, 16 May 2006 05:10:14 GMT (envelope-from mezz) Message-Id: <200605160510.k4G5AE9r093574@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 05:10:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/gnome-cups-manager Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:10:45 -0000 mezz 2006-05-16 05:10:14 UTC FreeBSD ports repository Modified files: print/gnome-cups-manager Makefile Log: Add INSTALLS_ICONS, bump the PORTREVISION, found by cports.sh. Revision Changes Path 1.26 +2 -1 ports/print/gnome-cups-manager/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 05:14:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8981916A571; Tue, 16 May 2006 05:14:54 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E3D43D64; Tue, 16 May 2006 05:14:54 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G5Edmq093756; Tue, 16 May 2006 05:14:39 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G5EdeZ093755; Tue, 16 May 2006 05:14:39 GMT (envelope-from mezz) Message-Id: <200605160514.k4G5EdeZ093755@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 05:14:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/gnomeprint Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:14:55 -0000 mezz 2006-05-16 05:14:39 UTC FreeBSD ports repository Modified files: print/gnomeprint Makefile Log: portlint: -Change the order, move USE_GHOSTSCRIPT_RUN under the *_DEPENDS. Revision Changes Path 1.62 +3 -3 ports/print/gnomeprint/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 05:17:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9625A16A403; Tue, 16 May 2006 05:17:20 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52D9F43D45; Tue, 16 May 2006 05:17:20 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G5H5FK093934; Tue, 16 May 2006 05:17:05 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G5H5Zx093933; Tue, 16 May 2006 05:17:05 GMT (envelope-from mezz) Message-Id: <200605160517.k4G5H5Zx093933@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 05:17:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/gnomecontrolcenter Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:17:23 -0000 mezz 2006-05-16 05:17:05 UTC FreeBSD ports repository Modified files: sysutils/gnomecontrolcenter Makefile Log: portlint: -Add INSTALLS_OMF, bump the PORTREVISION. Revision Changes Path 1.51 +2 -1 ports/sysutils/gnomecontrolcenter/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 05:19:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 971FB16A41B; Tue, 16 May 2006 05:19:42 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FFA243D45; Tue, 16 May 2006 05:19:42 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G5JRHL094060; Tue, 16 May 2006 05:19:27 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G5JRSG094059; Tue, 16 May 2006 05:19:27 GMT (envelope-from kuriyama) Message-Id: <200605160519.k4G5JRSG094059@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 16 May 2006 05:19:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_bw Makefile distinfo ports/www/mod_bw/files patch-mod_bw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:19:44 -0000 kuriyama 2006-05-16 05:19:27 UTC FreeBSD ports repository Modified files: www/mod_bw Makefile distinfo Added files: www/mod_bw/files patch-mod_bw.c Log: - Upgrade to 0.7. - Fix compilation with apache-2.0 (actually apr-0.9). - Add a patch for my debugging... Revision Changes Path 1.5 +6 -5 ports/www/mod_bw/Makefile 1.3 +3 -3 ports/www/mod_bw/distinfo 1.1 +38 -0 ports/www/mod_bw/files/patch-mod_bw.c (new) From owner-cvs-all@FreeBSD.ORG Tue May 16 05:21:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAF2616A417; Tue, 16 May 2006 05:21:31 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A084243D6E; Tue, 16 May 2006 05:21:30 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G5LGmJ094210; Tue, 16 May 2006 05:21:16 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G5LGLf094209; Tue, 16 May 2006 05:21:16 GMT (envelope-from mezz) Message-Id: <200605160521.k4G5LGLf094209@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 05:21:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/gtkhtml pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:21:32 -0000 mezz 2006-05-16 05:21:16 UTC FreeBSD ports repository Modified files: www/gtkhtml pkg-plist Log: portlint: -Use DOCSDIR in plist. Revision Changes Path 1.28 +7 -7 ports/www/gtkhtml/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 05:24:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4295716A40A; Tue, 16 May 2006 05:24:04 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F37CC43D46; Tue, 16 May 2006 05:24:03 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G5NnHJ094327; Tue, 16 May 2006 05:23:49 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G5NnaG094326; Tue, 16 May 2006 05:23:49 GMT (envelope-from mezz) Message-Id: <200605160523.k4G5NnaG094326@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 05:23:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/aiksaurus pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:24:04 -0000 mezz 2006-05-16 05:23:49 UTC FreeBSD ports repository Modified files: textproc/aiksaurus pkg-plist Log: portlint: -Use DATADIR in plist. Revision Changes Path 1.3 +3 -3 ports/textproc/aiksaurus/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 05:27:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCB5916A458; Tue, 16 May 2006 05:27:46 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5508D43D58; Tue, 16 May 2006 05:27:46 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G5RVSd094483; Tue, 16 May 2006 05:27:31 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G5RV6c094482; Tue, 16 May 2006 05:27:31 GMT (envelope-from mezz) Message-Id: <200605160527.k4G5RV6c094482@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 05:27:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/intltool Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:27:47 -0000 mezz 2006-05-16 05:27:30 UTC FreeBSD ports repository Modified files: textproc/intltool Makefile pkg-plist Log: Portlint: -Use DATADIR in plist. -Add [0-9]* in the CONFLICTS. Revision Changes Path 1.50 +1 -1 ports/textproc/intltool/Makefile 1.16 +9 -9 ports/textproc/intltool/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 05:30:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75AE816A40D; Tue, 16 May 2006 05:30:48 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3284B43D46; Tue, 16 May 2006 05:30:48 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G5UXvW094678; Tue, 16 May 2006 05:30:33 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G5UX4b094677; Tue, 16 May 2006 05:30:33 GMT (envelope-from mezz) Message-Id: <200605160530.k4G5UX4b094677@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 05:30:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/xml-i18n-tools Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:30:48 -0000 mezz 2006-05-16 05:30:33 UTC FreeBSD ports repository Modified files: textproc/xml-i18n-tools Makefile pkg-plist Log: Portlint: -Use DATADIR in plist. -Add [0-9]* in the CONFLICTS. Revision Changes Path 1.17 +1 -1 ports/textproc/xml-i18n-tools/Makefile 1.5 +6 -6 ports/textproc/xml-i18n-tools/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 05:32:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A52DA16A401; Tue, 16 May 2006 05:32:54 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6099A43D55; Tue, 16 May 2006 05:32:54 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G5WdmF094766; Tue, 16 May 2006 05:32:39 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G5WdoR094765; Tue, 16 May 2006 05:32:39 GMT (envelope-from mezz) Message-Id: <200605160532.k4G5WdoR094765@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 05:32:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gnomelibs pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:32:54 -0000 mezz 2006-05-16 05:32:39 UTC FreeBSD ports repository Modified files: x11/gnomelibs pkg-plist Log: portlint: -Use DOCSDIR in plist. Revision Changes Path 1.39 +143 -143 ports/x11/gnomelibs/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 05:34:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB80016A405; Tue, 16 May 2006 05:34:05 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4340443D45; Tue, 16 May 2006 05:34:05 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G5Xojt094835; Tue, 16 May 2006 05:33:50 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G5XoW4094834; Tue, 16 May 2006 05:33:50 GMT (envelope-from perky) Message-Id: <200605160533.k4G5XoW4094834@repoman.freebsd.org> From: Hye-Shik Chang Date: Tue, 16 May 2006 05:33:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/llvm Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:34:06 -0000 perky 2006-05-16 05:33:50 UTC FreeBSD ports repository Modified files: devel/llvm Makefile distinfo pkg-plist Log: Update to 1.7 Revision Changes Path 1.7 +6 -8 ports/devel/llvm/Makefile 1.2 +3 -3 ports/devel/llvm/distinfo 1.3 +25 -10 ports/devel/llvm/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 05:36:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BBA116A401; Tue, 16 May 2006 05:36:08 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C6BF43D49; Tue, 16 May 2006 05:36:08 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G5ZrfW094936; Tue, 16 May 2006 05:35:53 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G5ZrIi094935; Tue, 16 May 2006 05:35:53 GMT (envelope-from mezz) Message-Id: <200605160535.k4G5ZrIi094935@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 05:35:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fonts/libXft Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:36:08 -0000 mezz 2006-05-16 05:35:53 UTC FreeBSD ports repository Modified files: x11-fonts/libXft Makefile Log: portlint: -Use lowercase letter in the begin of IGNORE. -Replace some spaces by tabs. -Remove a whitespace. Revision Changes Path 1.39 +4 -4 ports/x11-fonts/libXft/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 05:37:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F17116A400; Tue, 16 May 2006 05:37:43 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D1CB43D45; Tue, 16 May 2006 05:37:43 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G5bSDj095024; Tue, 16 May 2006 05:37:28 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G5bSfd095023; Tue, 16 May 2006 05:37:28 GMT (envelope-from mezz) Message-Id: <200605160537.k4G5bSfd095023@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 05:37:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/gal pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:37:43 -0000 mezz 2006-05-16 05:37:28 UTC FreeBSD ports repository Modified files: x11-toolkits/gal pkg-plist Log: portlint: -Use DOCSDIR in plist. Revision Changes Path 1.24 +8 -8 ports/x11-toolkits/gal/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 05:39:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DFFD16A408; Tue, 16 May 2006 05:39:11 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EABEB43D70; Tue, 16 May 2006 05:39:06 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G5cqGS095096; Tue, 16 May 2006 05:38:52 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G5cqXh095095; Tue, 16 May 2006 05:38:52 GMT (envelope-from mezz) Message-Id: <200605160538.k4G5cqXh095095@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 05:38:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/gdl pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:39:11 -0000 mezz 2006-05-16 05:38:51 UTC FreeBSD ports repository Modified files: x11-toolkits/gdl pkg-plist Log: portlint: -Use DATADIR in plist. Revision Changes Path 1.8 +5 -5 ports/x11-toolkits/gdl/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 05:41:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAB8E16A418; Tue, 16 May 2006 05:41:56 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DCE243D6A; Tue, 16 May 2006 05:41:54 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G5fdv5095258; Tue, 16 May 2006 05:41:39 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G5fd68095257; Tue, 16 May 2006 05:41:39 GMT (envelope-from mezz) Message-Id: <200605160541.k4G5fd68095257@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 05:41:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/py-gnome pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:41:57 -0000 mezz 2006-05-16 05:41:39 UTC FreeBSD ports repository Modified files: x11-toolkits/py-gnome pkg-plist Log: portlint: -Use EXAMPLESDIR in plist. Revision Changes Path 1.27 +16 -16 ports/x11-toolkits/py-gnome/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 05:44:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B6F116A400; Tue, 16 May 2006 05:44:23 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E18EF43D4C; Tue, 16 May 2006 05:44:22 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G5i84a095354; Tue, 16 May 2006 05:44:08 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G5i8jU095353; Tue, 16 May 2006 05:44:08 GMT (envelope-from mezz) Message-Id: <200605160544.k4G5i8jU095353@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 05:44:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/py-gtk pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:44:23 -0000 mezz 2006-05-16 05:44:08 UTC FreeBSD ports repository Modified files: x11-toolkits/py-gtk pkg-plist Log: portlint: -Use DOCSDIR and EXAMPLESDIR in plist. Revision Changes Path 1.20 +59 -59 ports/x11-toolkits/py-gtk/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 05:58:24 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 257F916A423; Tue, 16 May 2006 05:58:24 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [204.127.192.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6552E43D45; Tue, 16 May 2006 05:58:23 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from c-24-147-19-128.hsd1.ma.comcast.net (c-71-233-168-2.hsd1.ma.comcast.net[71.233.168.2](misconfigured sender)) by comcast.net (rwcrmhc12) with ESMTP id <20060516055822m120040i8te>; Tue, 16 May 2006 05:58:22 +0000 Received: from c-24-147-19-128.hsd1.ma.comcast.net (localhost [127.0.0.1]) by c-24-147-19-128.hsd1.ma.comcast.net (8.13.6/8.13.1) with ESMTP id k4G5wOTC061876; Tue, 16 May 2006 01:58:24 -0400 (EDT) (envelope-from rodrigc@c-24-147-19-128.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-24-147-19-128.hsd1.ma.comcast.net (8.13.6/8.13.1/Submit) id k4G5wNRD061875; Tue, 16 May 2006 01:58:23 -0400 (EDT) (envelope-from rodrigc) Date: Tue, 16 May 2006 01:58:22 -0400 From: Craig Rodrigues To: Kelly Yancey Message-ID: <20060516055822.GA61809@crodrigues.org> References: <200605151942.k4FJgA05027551@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605151942.k4FJgA05027551@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/fdescfs fdesc_vfsops.c src/sys/fs/pseudofs pseudofs.c pseudofs.h src/sys/kern vfs_mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:58:27 -0000 On Mon, May 15, 2006 at 07:42:10PM +0000, Kelly Yancey wrote: > All userland programs in the tree were converted to nmount(2) long ago, > but I've found at least one external program which broke due to this > (presumably unintentional) mount(2) API change. Was this external program amd, or something else? It would be really nice to convert amd one day... -- Craig Rodrigues rodrigc@crodrigues.org From owner-cvs-all@FreeBSD.ORG Tue May 16 06:00:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DCC516A406; Tue, 16 May 2006 06:00:25 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24D2A43D45; Tue, 16 May 2006 06:00:25 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G60A9C095963; Tue, 16 May 2006 06:00:10 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G609eK095962; Tue, 16 May 2006 06:00:09 GMT (envelope-from maxim) Message-Id: <200605160600.k4G609eK095962@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 16 May 2006 06:00:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releng index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 06:00:26 -0000 maxim 2006-05-16 06:00:08 UTC FreeBSD doc repository Modified files: en/releng index.sgml Log: o RELENG_6_1 is under SO control. Revision Changes Path 1.179 +2 -2 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Tue May 16 06:21:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3535316A46C; Tue, 16 May 2006 06:21:14 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 229E143D5E; Tue, 16 May 2006 06:21:07 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G6KqJm097954; Tue, 16 May 2006 06:20:52 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G6KqZ9097953; Tue, 16 May 2006 06:20:52 GMT (envelope-from sem) Message-Id: <200605160620.k4G6KqZ9097953@repoman.freebsd.org> From: Sergey Matveychuk Date: Tue, 16 May 2006 06:20:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/isc-dhcp3-server Makefile ports/net/isc-dhcp3-server/files patch-includes::cf::freebsd.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 06:21:14 -0000 sem 2006-05-16 06:20:52 UTC FreeBSD ports repository Modified files: net/isc-dhcp3-server Makefile net/isc-dhcp3-server/files patch-includes::cf::freebsd.h Log: - Fix IP address lease time bug on 64-bit archs. It caused clients (at least Windows XP) to reject a leased IP info. The reason was time_t that is 8-bytes wide on FreeBSD *64. PR: ports/97333 Submitted by: maintainer Revision Changes Path 1.114 +1 -1 ports/net/isc-dhcp3-server/Makefile 1.3 +16 -7 ports/net/isc-dhcp3-server/files/patch-includes::cf::freebsd.h From owner-cvs-all@FreeBSD.ORG Tue May 16 06:22:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC59C16A4EE; Tue, 16 May 2006 06:22:02 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29DD143D5F; Tue, 16 May 2006 06:22:01 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G6LkdM098081; Tue, 16 May 2006 06:21:46 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G6LkQE098080; Tue, 16 May 2006 06:21:46 GMT (envelope-from maxim) Message-Id: <200605160621.k4G6LkQE098080@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 16 May 2006 06:21:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/jail jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 06:22:03 -0000 maxim 2006-05-16 06:21:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/jail jail.c Log: MFC rev. 1.22: do not mangle current session user login name with jail -u|-U. Revision Changes Path 1.20.2.2 +1 -1 src/usr.sbin/jail/jail.c From owner-cvs-all@FreeBSD.ORG Tue May 16 06:25:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E821016A618; Tue, 16 May 2006 06:25:59 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4CB843D5E; Tue, 16 May 2006 06:25:59 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G6Picm098239; Tue, 16 May 2006 06:25:44 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G6PiG9098238; Tue, 16 May 2006 06:25:44 GMT (envelope-from maxim) Message-Id: <200605160625.k4G6PiG9098238@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 16 May 2006 06:25:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/time time.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 06:26:02 -0000 maxim 2006-05-16 06:25:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/time time.c Log: MFC rev. 1.28: close an output file -o flag opened before execvp(3) in a child. Revision Changes Path 1.27.2.1 +2 -0 src/usr.bin/time/time.c From owner-cvs-all@FreeBSD.ORG Tue May 16 06:43:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F300A16A405; Tue, 16 May 2006 06:43:38 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE62F43D46; Tue, 16 May 2006 06:43:38 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G6hNam098864; Tue, 16 May 2006 06:43:23 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G6hNLI098863; Tue, 16 May 2006 06:43:23 GMT (envelope-from clsung) Message-Id: <200605160643.k4G6hNLI098863@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 16 May 2006 06:43:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/phpmyadmin/files config.inc.php.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 06:43:39 -0000 clsung 2006-05-16 06:43:23 UTC FreeBSD ports repository Modified files: databases/phpmyadmin/files config.inc.php.sample Log: - A trivial error pointed out to me by Gerard Seibert -- it's config.default.php not config.defaults.php, and the file is in the libraries sub-directory PR: ports/97334 Submitted by: maintainer (Matthew Seaman) Revision Changes Path 1.3 +4 -3 ports/databases/phpmyadmin/files/config.inc.php.sample From owner-cvs-all@FreeBSD.ORG Tue May 16 07:03:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C54E816A400; Tue, 16 May 2006 07:03:47 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 832E843D45; Tue, 16 May 2006 07:03:47 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G73WR7000970; Tue, 16 May 2006 07:03:32 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G73WAq000969; Tue, 16 May 2006 07:03:32 GMT (envelope-from ps) Message-Id: <200605160703.k4G73WAq000969@repoman.freebsd.org> From: Paul Saab Date: Tue, 16 May 2006 07:03:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/dev/amr amr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 07:03:47 -0000 ps 2006-05-16 07:03:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/amr amr.c Log: Protect amr_wait_command under splbio to avoid a missed wakeup. Revision Changes Path 1.7.2.17 +3 -0 src/sys/dev/amr/amr.c From owner-cvs-all@FreeBSD.ORG Tue May 16 07:28:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A39316A401; Tue, 16 May 2006 07:28:05 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C79A443D46; Tue, 16 May 2006 07:28:04 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G7Rn9o001966; Tue, 16 May 2006 07:27:49 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G7Rn0u001965; Tue, 16 May 2006 07:27:49 GMT (envelope-from ps) Message-Id: <200605160727.k4G7Rn0u001965@repoman.freebsd.org> From: Paul Saab Date: Tue, 16 May 2006 07:27:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_mbuf.c uipc_domain.c uipc_socket2.c uipc_usrreq.c src/sys/netinet ip_divert.c ip_input.c raw_ip.c tcp_input.c tcp_subr.c udp_usrreq.c src/sys/netinet6 frag6.c src/sys/sys eventhandler.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 07:28:05 -0000 ps 2006-05-16 07:27:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_mbuf.c uipc_domain.c uipc_socket2.c uipc_usrreq.c sys/netinet ip_divert.c ip_input.c raw_ip.c tcp_input.c tcp_subr.c udp_usrreq.c sys/netinet6 frag6.c sys/sys eventhandler.h Log: MFC: Allow for nmbclusters and maxsockets to be increased via sysctl. Revision Changes Path 1.9.2.8 +19 -1 src/sys/kern/kern_mbuf.c 1.44.2.3 +10 -0 src/sys/kern/uipc_domain.c 1.147.2.3 +24 -2 src/sys/kern/uipc_socket2.c 1.155.2.4 +11 -1 src/sys/kern/uipc_usrreq.c 1.113.2.2 +9 -0 src/sys/netinet/ip_divert.c 1.301.2.8 +13 -0 src/sys/netinet/ip_input.c 1.150.2.4 +9 -0 src/sys/netinet/raw_ip.c 1.281.2.6 +10 -0 src/sys/netinet/tcp_input.c 1.228.2.7 +11 -0 src/sys/netinet/tcp_subr.c 1.175.2.6 +10 -0 src/sys/netinet/udp_usrreq.c 1.25.2.1 +10 -0 src/sys/netinet6/frag6.c 1.33.2.1 +3 -0 src/sys/sys/eventhandler.h From owner-cvs-all@FreeBSD.ORG Tue May 16 07:51:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FAE116A48B; Tue, 16 May 2006 07:51:15 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB96C43D86; Tue, 16 May 2006 07:51:09 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G7osiS002876; Tue, 16 May 2006 07:50:54 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G7osR4002875; Tue, 16 May 2006 07:50:54 GMT (envelope-from ps) Message-Id: <200605160750.k4G7osR4002875@repoman.freebsd.org> From: Paul Saab Date: Tue, 16 May 2006 07:50:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_vnops.c src/sys/sys file.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 07:51:16 -0000 ps 2006-05-16 07:50:54 UTC FreeBSD src repository Modified files: sys/kern vfs_vnops.c sys/sys file.h Log: Allow concurrent read(2)/readv(2) access to a file. Lock file offset against multiple read calls. Submitted by: ups Obtained from: Yahoo! MFC after: 2 weeks Revision Changes Path 1.243 +17 -4 src/sys/kern/vfs_vnops.c 1.72 +7 -1 src/sys/sys/file.h From owner-cvs-all@FreeBSD.ORG Tue May 16 08:04:00 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 479E016A40B; Tue, 16 May 2006 08:04:00 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail14.syd.optusnet.com.au (mail14.syd.optusnet.com.au [211.29.132.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5282243D49; Tue, 16 May 2006 08:03:59 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail14.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k4G83oDV029753 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 16 May 2006 18:03:50 +1000 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.6/8.13.6) with ESMTP id k4G83o4L000929; Tue, 16 May 2006 18:03:50 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.6/8.13.6/Submit) id k4G83n6M000928; Tue, 16 May 2006 18:03:49 +1000 (EST) (envelope-from peter) Date: Tue, 16 May 2006 18:03:49 +1000 From: Peter Jeremy To: "Greg 'groggy' Lehey" Message-ID: <20060516080349.GC714@turion.vk2pj.dyndns.org> Mail-Followup-To: Peter Jeremy , Greg 'groggy' Lehey , Wes Peters , cvs-src@freebsd.org, src-committers@freebsd.org, Ruslan Ermilov , cvs-all@freebsd.org References: <200605111808.k4BI8iSx029474@repoman.freebsd.org> <7BBE23A6-5124-424A-AAA8-46238682A954@opensail.org> <20060515220953.GD1447@eucla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline In-Reply-To: <20060515220953.GD1447@eucla.lemis.com> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Ruslan Ermilov , cvs-all@freebsd.org, Wes Peters Subject: Re: cvs commit: src/usr.bin/make Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 08:04:01 -0000 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 2006-May-15 17:09:53 -0500, Greg 'groggy' Lehey wrote: >I recall these two slightly differently: > > $ make love > not war? That's what I recall as well but I can't find that particular egg in the V7 sources using grep or a quick eyeball. Who feels like embedding a flight simulator in a spreadsheet :-) --=20 Peter Jeremy --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEaYdk/opHv/APuIcRAlxsAKCpQSuboFKxxpUVl7RBVDEDVDXo0wCcDJGU C0kKXKK2s7Oxh7UidL9ZeWI= =3a+p -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- From owner-cvs-all@FreeBSD.ORG Tue May 16 08:25:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9E1716A428; Tue, 16 May 2006 08:25:26 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DE2843D72; Tue, 16 May 2006 08:25:25 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 7AB9A2083; Tue, 16 May 2006 10:25:20 +0200 (CEST) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -2.4/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 6A9312082; Tue, 16 May 2006 10:25:20 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 4012D33CAD; Tue, 16 May 2006 10:25:20 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Ruslan Ermilov References: <200605152016.k4FKGgmS030647@repoman.freebsd.org> <20060515202355.GB16238@ip.net.ua> Date: Tue, 16 May 2006 10:25:19 +0200 In-Reply-To: <20060515202355.GB16238@ip.net.ua> (Ruslan Ermilov's message of "Mon, 15 May 2006 23:23:55 +0300") Message-ID: <86zmhi4brk.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: gnn@FreeBSD.org, Marius Strobl , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 altq.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 08:25:27 -0000 Ruslan Ermilov writes: > Anyone with the grep(1) utility installed, please do me a favour and > run "grep -w lnc" over the source tree. :-) des@xps ~% gfk -w lnc src/sys/amd64/conf/GENERIC: device pcn # AMD Am79C= 97x PCI 10/100(precedence over 'lnc') src/sys/amd64/conf/GENERIC: #device lnc # NE2100, N= E32-VL Lance Ethernet cards src/sys/boot/common/pnpdata: ident=3DPNP80d8 module=3Dlnc # Nove= ll/Anthem NE2100 src/sys/boot/common/pnpdata: ident=3DPNP8231 module=3Dlnc # Adva= nced Micro Devices AM2100/AM1500T src/sys/boot/common/pnpdata: ident=3DPNP828C module=3Dlnc # AMD = PCNet Family cards src/sys/boot/common/pnpdata: ident=3DPNP828D module=3Dlnc # AMD = PCNet32 (VL version) src/sys/dev/le/if_le_pci.c: /* Let lnc(4) win for now. */ src/sys/i386/conf/GENERIC: device pcn # AMD Am79C= 97x PCI 10/100(precedence over 'lnc') src/sys/pc98/conf/GENERIC: device pcn # AMD Am79C= 97x PCI 10/100 (precedence over 'lnc') DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue May 16 08:29:17 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8133016A420; Tue, 16 May 2006 08:29:17 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 1CE1043D58; Tue, 16 May 2006 08:29:14 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 16 May 2006 09:29:14 +0100 (BST) To: Max Laier In-reply-to: Your message of "Tue, 16 May 2006 01:05:00 +0200." <52078.192.168.4.1.1147734300.squirrel@mail.abi01.homeunix.org> X-Request-Do: Date: Tue, 16 May 2006 09:29:13 +0100 From: David Malone Message-ID: <200605160929.aa90920@salmon.maths.tcd.ie> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 08:29:18 -0000 > Interesting - thanks for the pointer. Unless every stack DTRT we can't > use the flow_id, though - or we break otherwise legal connections. In the > given case we would open a state with SYN+flow_id and got a reply SYNACK+0 > which wouldn't hash the same as the SYN we sent out. No matching state, > no connection. Indeed - we need to get into the position where almost all stacks do the right thing before we can use the flow label as a key of any sort in the firewalling process. If people have noticed problems with this, I'd be interested in knowing which stacks are incriminated. David. From owner-cvs-all@FreeBSD.ORG Tue May 16 09:13:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B2EC16A415; Tue, 16 May 2006 09:13:09 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A5B143D49; Tue, 16 May 2006 09:13:09 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G9CrZt015959; Tue, 16 May 2006 09:12:53 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G9CraX015958; Tue, 16 May 2006 09:12:53 GMT (envelope-from sat) Message-Id: <200605160912.k4G9CraX015958@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 16 May 2006 09:12:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/p5-Net-Google-Calendar Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 09:13:09 -0000 sat 2006-05-16 09:12:53 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-Google-Calendar Makefile distinfo pkg-descr pkg-plist Log: Add p5-Net-Google-Calendar: Programmatic access to Google's Calendar API PR: ports/97284 Submitted by: Yi-Hsuan Hsin Approved by: krion (mentor) Revision Changes Path 1.1661 +1 -0 ports/net/Makefile 1.1 +28 -0 ports/net/p5-Net-Google-Calendar/Makefile (new) 1.1 +3 -0 ports/net/p5-Net-Google-Calendar/distinfo (new) 1.1 +4 -0 ports/net/p5-Net-Google-Calendar/pkg-descr (new) 1.1 +6 -0 ports/net/p5-Net-Google-Calendar/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue May 16 09:16:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E767B16A494; Tue, 16 May 2006 09:16:06 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52A6F43D78; Tue, 16 May 2006 09:15:56 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G9Fefl016109; Tue, 16 May 2006 09:15:40 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G9FeL4016108; Tue, 16 May 2006 09:15:40 GMT (envelope-from sat) Message-Id: <200605160915.k4G9FeL4016108@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 16 May 2006 09:15:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 09:16:07 -0000 sat 2006-05-16 09:15:40 UTC FreeBSD ports repository Modified files: . modules Log: p5-Net-Google-Calendar --> ports/net/p5-Net-Google-Calendar Revision Changes Path 1.14979 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue May 16 09:16:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFE5116A4CE; Tue, 16 May 2006 09:16:27 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07FDD43DC2; Tue, 16 May 2006 09:16:26 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G9GBQF016179; Tue, 16 May 2006 09:16:11 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G9GBCF016178; Tue, 16 May 2006 09:16:11 GMT (envelope-from sat) Message-Id: <200605160916.k4G9GBCF016178@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 16 May 2006 09:16:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/bsdadminscripts Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 09:16:28 -0000 sat 2006-05-16 09:16:11 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/bsdadminscripts Makefile distinfo pkg-descr Log: Add bsdadminscripts: A small collection of administration scripts PR: ports/97293 (based on) Submitted by: Dominic Fandrey Approved by: krion (mentor) Revision Changes Path 1.782 +1 -0 ports/sysutils/Makefile 1.1 +47 -0 ports/sysutils/bsdadminscripts/Makefile (new) 1.1 +4 -0 ports/sysutils/bsdadminscripts/distinfo (new) 1.1 +8 -0 ports/sysutils/bsdadminscripts/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue May 16 09:17:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EA1C16A529; Tue, 16 May 2006 09:17:29 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 228D843DC4; Tue, 16 May 2006 09:17:09 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G9GsZW016284; Tue, 16 May 2006 09:16:54 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G9GsOZ016283; Tue, 16 May 2006 09:16:54 GMT (envelope-from sat) Message-Id: <200605160916.k4G9GsOZ016283@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 16 May 2006 09:16:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 09:17:32 -0000 sat 2006-05-16 09:16:54 UTC FreeBSD ports repository Modified files: . modules Log: bsdadminscripts --> ports/sysutils/bsdadminscripts Revision Changes Path 1.14980 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue May 16 09:25:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3051A16A63F; Tue, 16 May 2006 09:25:02 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7CC543D49; Tue, 16 May 2006 09:25:01 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G9OkLi016791; Tue, 16 May 2006 09:24:46 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G9OkPU016790; Tue, 16 May 2006 09:24:46 GMT (envelope-from clsung) Message-Id: <200605160924.k4G9OkPU016790@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 16 May 2006 09:24:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Perl-Critic Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 09:25:03 -0000 clsung 2006-05-16 09:24:46 UTC FreeBSD ports repository Modified files: textproc/p5-Perl-Critic Makefile distinfo pkg-plist Log: - update to 0.16 Revision Changes Path 1.4 +6 -1 ports/textproc/p5-Perl-Critic/Makefile 1.4 +3 -3 ports/textproc/p5-Perl-Critic/distinfo 1.5 +7 -2 ports/textproc/p5-Perl-Critic/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 09:27:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D1CE16A60D; Tue, 16 May 2006 09:27:01 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB7BD43D66; Tue, 16 May 2006 09:27:00 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G9QjIT016938; Tue, 16 May 2006 09:26:45 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G9Qje5016937; Tue, 16 May 2006 09:26:45 GMT (envelope-from lawrance) Message-Id: <200605160926.k4G9Qje5016937@repoman.freebsd.org> From: Sam Lawrance Date: Tue, 16 May 2006 09:26:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/dtc Makefile distinfo pkg-descr pkg-plist ports/sysutils/dtc/files dtc-deinstall.in dtc-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 09:27:10 -0000 lawrance 2006-05-16 09:26:45 UTC FreeBSD ports repository Modified files: sysutils/dtc Makefile distinfo pkg-descr pkg-plist sysutils/dtc/files dtc-deinstall.in dtc-install.in Log: Update to 0.17.0.3. PR: ports/79235 Submitted by: Thomas Goirand (maintainer) Revision Changes Path 1.7 +20 -21 ports/sysutils/dtc/Makefile 1.4 +2 -3 ports/sysutils/dtc/distinfo 1.3 +196 -41 ports/sysutils/dtc/files/dtc-deinstall.in 1.3 +1717 -181 ports/sysutils/dtc/files/dtc-install.in 1.2 +14 -9 ports/sysutils/dtc/pkg-descr 1.3 +354 -125 ports/sysutils/dtc/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 09:33:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1117016A444; Tue, 16 May 2006 09:33:14 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C24D943D4C; Tue, 16 May 2006 09:33:13 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4G9Wwmh017163; Tue, 16 May 2006 09:32:58 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4G9Wwvo017162; Tue, 16 May 2006 09:32:58 GMT (envelope-from glebius) Message-Id: <200605160932.k4G9Wwvo017162@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 16 May 2006 09:32:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 09:33:16 -0000 glebius 2006-05-16 09:32:58 UTC FreeBSD src repository Modified files: sys/netgraph ng_socket.c Log: Do not leak kernel memory in case if userland has been compiled against older NG_VERSION. Coverity ID: 1131 Revision Changes Path 1.74 +1 -0 src/sys/netgraph/ng_socket.c From owner-cvs-all@FreeBSD.ORG Tue May 16 10:26:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 962BD16A50A; Tue, 16 May 2006 10:26:37 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BB7B43D45; Tue, 16 May 2006 10:26:37 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GAQLxE020547; Tue, 16 May 2006 10:26:21 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GAQLmB020546; Tue, 16 May 2006 10:26:21 GMT (envelope-from itetcu) Message-Id: <200605161026.k4GAQLmB020546@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 16 May 2006 10:26:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/phpSysInfo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 10:26:37 -0000 itetcu 2006-05-16 10:26:21 UTC FreeBSD ports repository Modified files: www/phpSysInfo Makefile Log: ${PREFIX}/www/data -> ${PREFIX}/www PR: ports/97273 Submitted by: Shaun Amott (maintainer) Reviewed by: lawrance (mentor) Revision Changes Path 1.16 +1 -1 ports/www/phpSysInfo/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 10:28:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6A7C16A52B; Tue, 16 May 2006 10:28:29 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D02243DA2; Tue, 16 May 2006 10:28:23 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GAS7Xj020627; Tue, 16 May 2006 10:28:07 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GAS79T020626; Tue, 16 May 2006 10:28:07 GMT (envelope-from itetcu) Message-Id: <200605161028.k4GAS79T020626@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 16 May 2006 10:28:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/vtk43 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 10:28:29 -0000 itetcu 2006-05-16 10:28:07 UTC FreeBSD ports repository Modified files: math/vtk43 Makefile Log: Add a MASTER_SITE. The rest of the diff is equivalent to what it is now in the port. PR: ports/95921 Submitted by: Jason Bacon (maintaner) Approved by: lawrance Revision Changes Path 1.39 +2 -1 ports/math/vtk43/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 10:36:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D70216A407; Tue, 16 May 2006 10:36:17 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1693843D45; Tue, 16 May 2006 10:36:17 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GAa1Ud020948; Tue, 16 May 2006 10:36:01 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GAa1ZZ020947; Tue, 16 May 2006 10:36:01 GMT (envelope-from itetcu) Message-Id: <200605161036.k4GAa1ZZ020947@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 16 May 2006 10:36:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/shells/wapsh Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 10:36:17 -0000 itetcu 2006-05-16 10:36:01 UTC FreeBSD ports repository Modified files: shells/wapsh Makefile Log: ${PREFIX}/www/data -> ${PREFIX}/www PR: ports/97274 Submitted by: Shaun Amott (maintainer) Approved by: lawrance (mentor) Revision Changes Path 1.15 +1 -1 ports/shells/wapsh/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 10:51:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3E7016A41B; Tue, 16 May 2006 10:51:42 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D7CF43D48; Tue, 16 May 2006 10:51:42 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GApQIr021520; Tue, 16 May 2006 10:51:26 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GApQiC021519; Tue, 16 May 2006 10:51:26 GMT (envelope-from glebius) Message-Id: <200605161051.k4GApQiC021519@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 16 May 2006 10:51:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_timer.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 10:51:45 -0000 glebius 2006-05-16 10:51:26 UTC FreeBSD src repository Modified files: sys/netinet tcp_timer.c Log: - Backout one line from 1.78. The tp can be freed by tcp_drop(). - Style next line. Coverity ID: 912 Revision Changes Path 1.80 +2 -3 src/sys/netinet/tcp_timer.c From owner-cvs-all@FreeBSD.ORG Tue May 16 10:59:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9549116A407; Tue, 16 May 2006 10:59:16 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52E2E43D6A; Tue, 16 May 2006 10:59:16 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GAx0tL021840; Tue, 16 May 2006 10:59:00 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GAx0eY021839; Tue, 16 May 2006 10:59:00 GMT (envelope-from vs) Message-Id: <200605161059.k4GAx0eY021839@repoman.freebsd.org> From: Volker Stolz Date: Tue, 16 May 2006 10:59:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/news/klibido pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 10:59:16 -0000 vs 2006-05-16 10:59:00 UTC FreeBSD ports repository Modified files: news/klibido pkg-plist Log: Fix plist Submitted by: cluster Revision Changes Path 1.3 +1 -0 ports/news/klibido/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 11:12:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66CB416A421; Tue, 16 May 2006 11:12:29 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F3A043D45; Tue, 16 May 2006 11:12:29 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GBCD96023605; Tue, 16 May 2006 11:12:13 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GBCD6O023604; Tue, 16 May 2006 11:12:13 GMT (envelope-from ahze) Message-Id: <200605161112.k4GBCD6O023604@repoman.freebsd.org> From: Michael Johnson Date: Tue, 16 May 2006 11:12:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/gstreamer-plugins-musicbrainz Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 11:12:29 -0000 ahze 2006-05-16 11:12:13 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/gstreamer-plugins-musicbrainz Makefile Log: - Readd gstreamer-plugins-musicbrainz Revision Changes Path 1.727 +1 -0 ports/audio/Makefile 1.7 +17 -0 ports/audio/gstreamer-plugins-musicbrainz/Makefile (new) From owner-cvs-all@FreeBSD.ORG Tue May 16 11:14:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4124116A406; Tue, 16 May 2006 11:14:13 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F142C43D46; Tue, 16 May 2006 11:14:12 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GBDvMS023696; Tue, 16 May 2006 11:13:57 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GBDveK023695; Tue, 16 May 2006 11:13:57 GMT (envelope-from ahze) Message-Id: <200605161113.k4GBDveK023695@repoman.freebsd.org> From: Michael Johnson Date: Tue, 16 May 2006 11:13:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 11:14:14 -0000 ahze 2006-05-16 11:13:56 UTC FreeBSD ports repository Modified files: . modules Log: gstreamer-plugins-musicbrainz --> ports/audio/gstreamer-plugins-musicbrainz Revision Changes Path 1.14981 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue May 16 11:15:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76CE316A400; Tue, 16 May 2006 11:15:40 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3283A43D46; Tue, 16 May 2006 11:15:40 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GBFOM7023793; Tue, 16 May 2006 11:15:24 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GBFOOG023792; Tue, 16 May 2006 11:15:24 GMT (envelope-from glebius) Message-Id: <200605161115.k4GBFOOG023792@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 16 May 2006 11:15:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_gre.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 11:15:40 -0000 glebius 2006-05-16 11:15:24 UTC FreeBSD src repository Modified files: sys/netinet ip_gre.c Log: Since m_pullup() can return a new mbuf, change gre_input2() to return mbuf back to gre_input(). If the former returns mbuf back to the latter, then pass it to raw_input(). Coverity ID: 829 Revision Changes Path 1.23 +23 -23 src/sys/netinet/ip_gre.c From owner-cvs-all@FreeBSD.ORG Tue May 16 11:22:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ABA616A400; Tue, 16 May 2006 11:22:52 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 019C143D48; Tue, 16 May 2006 11:22:52 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GBMaV3024152; Tue, 16 May 2006 11:22:36 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GBMaei024151; Tue, 16 May 2006 11:22:36 GMT (envelope-from ahze) Message-Id: <200605161122.k4GBMaei024151@repoman.freebsd.org> From: Michael Johnson Date: Tue, 16 May 2006 11:22:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gstreamer-plugins Makefile.common ports/multimedia/gstreamer-plugins-dts Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 11:22:52 -0000 ahze 2006-05-16 11:22:36 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins Makefile.common multimedia/gstreamer-plugins-dts Makefile Log: - Fix depends dts plugin Revision Changes Path 1.8 +1 -1 ports/multimedia/gstreamer-plugins-dts/Makefile 1.31 +2 -2 ports/multimedia/gstreamer-plugins/Makefile.common From owner-cvs-all@FreeBSD.ORG Tue May 16 11:34:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC45E16A409; Tue, 16 May 2006 11:34:00 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94CCE43D6D; Tue, 16 May 2006 11:33:56 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GBXebY024553; Tue, 16 May 2006 11:33:40 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GBXeZL024552; Tue, 16 May 2006 11:33:40 GMT (envelope-from oliver) Message-Id: <200605161133.k4GBXeZL024552@repoman.freebsd.org> From: Oliver Lehmann Date: Tue, 16 May 2006 11:33:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sqwebmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 11:34:01 -0000 oliver 2006-05-16 11:33:40 UTC FreeBSD ports repository Modified files: mail/sqwebmail Makefile Log: fix pointyhat and 4 build Noted by: Patrick Mackinlay Revision Changes Path 1.70 +2 -2 ports/mail/sqwebmail/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 11:39:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1B6416A429; Tue, 16 May 2006 11:39:02 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF7B43D7F; Tue, 16 May 2006 11:38:55 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GBceeS024750; Tue, 16 May 2006 11:38:40 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GBceJf024749; Tue, 16 May 2006 11:38:40 GMT (envelope-from itetcu) Message-Id: <200605161138.k4GBceJf024749@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 16 May 2006 11:38:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/fxt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 11:39:04 -0000 itetcu 2006-05-16 11:38:39 UTC FreeBSD ports repository Modified files: math/fxt Makefile Log: Add MASTER_SITE mirror PR: ports/97314 Submitted by: Martin Wilke Approved by: lawrance (mentor) Revision Changes Path 1.17 +2 -1 ports/math/fxt/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 11:49:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B14316A402; Tue, 16 May 2006 11:49:43 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04B2643D49; Tue, 16 May 2006 11:49:43 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GBnRQt025157; Tue, 16 May 2006 11:49:27 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GBnRd7025156; Tue, 16 May 2006 11:49:27 GMT (envelope-from glebius) Message-Id: <200605161149.k4GBnRd7025156@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 16 May 2006 11:49:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 11:49:43 -0000 glebius 2006-05-16 11:49:27 UTC FreeBSD src repository Modified files: sys/netgraph ng_socket.c Log: Remove unneeded check. Coverity ID: 445 Revision Changes Path 1.75 +0 -4 src/sys/netgraph/ng_socket.c From owner-cvs-all@FreeBSD.ORG Tue May 16 12:03:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06C8F16A57B; Tue, 16 May 2006 12:03:48 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AF3D43D73; Tue, 16 May 2006 12:03:47 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GC3V8g026993; Tue, 16 May 2006 12:03:31 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GC3VXN026992; Tue, 16 May 2006 12:03:31 GMT (envelope-from sem) Message-Id: <200605161203.k4GC3VXN026992@repoman.freebsd.org> From: Sergey Matveychuk Date: Tue, 16 May 2006 12:03:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/proofgeneral pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 12:04:01 -0000 sem 2006-05-16 12:03:31 UTC FreeBSD ports repository Modified files: math/proofgeneral pkg-plist Log: - Remove EMACS_SITE_LISTDIR if empty to satisfy pointyhat Submitted by: maintainer Reported by: kris mail Revision Changes Path 1.5 +1 -0 ports/math/proofgeneral/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 12:10:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5940416A430; Tue, 16 May 2006 12:10:52 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 243FB43D5C; Tue, 16 May 2006 12:10:52 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GCAaqn027341; Tue, 16 May 2006 12:10:36 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GCAafx027340; Tue, 16 May 2006 12:10:36 GMT (envelope-from itetcu) Message-Id: <200605161210.k4GCAafx027340@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 16 May 2006 12:10:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/base Makefile distinfo pkg-plist ports/security/base/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 12:10:54 -0000 itetcu 2006-05-16 12:10:36 UTC FreeBSD ports repository Modified files: security/base Makefile distinfo pkg-plist security/base/files pkg-message.in Log: Update security/base to 1.2.4. - BASE 1.2.4 includes many, many bugfixes and changes which PDF library it uses - use OPTIONS - Updated ./files/pkg-message.in to include mention of FPDF path, since it does not use the standard PHP sub-ports or standard PHP class paths. PR: ports/94812 Submitted by: Linh Pham (maintainer) Approved by: lawrance Revision Changes Path 1.11 +24 -3 ports/security/base/Makefile 1.10 +3 -3 ports/security/base/distinfo 1.3 +6 -1 ports/security/base/files/pkg-message.in 1.10 +3 -3 ports/security/base/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 12:15:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C2D116A4BF; Tue, 16 May 2006 12:15:57 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E632943D4C; Tue, 16 May 2006 12:15:56 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GCFfAH027611; Tue, 16 May 2006 12:15:41 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GCFe2H027606; Tue, 16 May 2006 12:15:40 GMT (envelope-from ru) Message-Id: <200605161215.k4GCFe2H027606@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 16 May 2006 12:15:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/pc98/conf GENERIC src/sys/dev/le if_le_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 12:15:57 -0000 ru 2006-05-16 12:15:39 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC sys/i386/conf GENERIC sys/pc98/conf GENERIC sys/dev/le if_le_pci.c Log: Kill more references to lnc(4). Submitted by: grep(1) Revision Changes Path 1.457 +1 -3 src/sys/amd64/conf/GENERIC 1.2 +1 -2 src/sys/dev/le/if_le_pci.c 1.446 +1 -1 src/sys/i386/conf/GENERIC 1.278 +1 -1 src/sys/pc98/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Tue May 16 12:21:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CF9816A406; Tue, 16 May 2006 12:21:31 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 367C643D58; Tue, 16 May 2006 12:21:31 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GCLFfW027878; Tue, 16 May 2006 12:21:15 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GCLFKs027877; Tue, 16 May 2006 12:21:15 GMT (envelope-from lawrance) Message-Id: <200605161221.k4GCLFKs027877@repoman.freebsd.org> From: Sam Lawrance Date: Tue, 16 May 2006 12:21:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/9menu Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 12:21:31 -0000 lawrance 2006-05-16 12:21:15 UTC FreeBSD ports repository Modified files: x11/9menu Makefile Log: Make compliant with ${CC}. Submitter takes maintainership. PR: ports/97332 Submitted by: Serge Gagnon Revision Changes Path 1.29 +2 -1 ports/x11/9menu/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 12:24:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C485216A4F7; Tue, 16 May 2006 12:24:17 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8635E43D6A; Tue, 16 May 2006 12:24:13 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GCNvFq028038; Tue, 16 May 2006 12:23:57 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GCNvPA028035; Tue, 16 May 2006 12:23:57 GMT (envelope-from oleg) Message-Id: <200605161223.k4GCNvPA028035@repoman.freebsd.org> From: Oleg Bulyzhin Date: Tue, 16 May 2006 12:23:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii miivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 12:24:22 -0000 oleg 2006-05-16 12:23:57 UTC FreeBSD src repository Modified files: sys/dev/mii miivar.h Log: Introduce MII_ANEGTICKS and MII_ANEGTICKS_GIGE defines. (How many ticks should we wait before retrying autonegotiation process). Approved by: glebius (mentor) MFC after: 1 month Revision Changes Path 1.18 +4 -0 src/sys/dev/mii/miivar.h From owner-cvs-all@FreeBSD.ORG Tue May 16 12:25:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67D9E16A402; Tue, 16 May 2006 12:25:00 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F9EA43D4C; Tue, 16 May 2006 12:25:00 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GCOiZt028133; Tue, 16 May 2006 12:24:44 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GCOiOF028132; Tue, 16 May 2006 12:24:44 GMT (envelope-from itetcu) Message-Id: <200605161224.k4GCOiOF028132@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 16 May 2006 12:24:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/irssi-devel Makefile distinfo pkg-plist ports/irc/irssi-devel/files patch-Makefile.in patch-irssi-version.h.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 12:25:02 -0000 itetcu 2006-05-16 12:24:44 UTC FreeBSD ports repository Modified files: irc/irssi-devel Makefile distinfo pkg-plist irc/irssi-devel/files patch-Makefile.in patch-irssi-version.h.in Log: - Update irssi-devel snapshot - Add mirror due to unreliable primary site - Fix plist - portlint(1) - fix OPTIONS usage [1] This is a nightly snapshot produced by the irssi team, rather than one of vsevolod's snapshots produced directly from the SVN repository. (there's not really any difference, other than a much smaller tarball) PR: ports/97312 Submitted by: Shaun Amott itetcu (me) [1] Approved by: lawrance (mentor) Revision Changes Path 1.89 +9 -7 ports/irc/irssi-devel/Makefile 1.46 +3 -3 ports/irc/irssi-devel/distinfo 1.3 +7 -7 ports/irc/irssi-devel/files/patch-Makefile.in 1.2 +2 -2 ports/irc/irssi-devel/files/patch-irssi-version.h.in 1.28 +1 -0 ports/irc/irssi-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 12:25:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EF0216A400 for ; Tue, 16 May 2006 12:25:14 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from jay.exetel.com.au (jay.exetel.com.au [220.233.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 252A343D58 for ; Tue, 16 May 2006 12:25:09 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: (qmail 1734 invoked by uid 507); 16 May 2006 22:25:08 +1000 Received: from 180.205.233.220.exetel.com.au (HELO ?192.168.0.157?) (220.233.205.180) by jay.exetel.com.au with SMTP; 16 May 2006 22:25:08 +1000 In-Reply-To: <200605161221.k4GCLFKs027877@repoman.freebsd.org> References: <200605161221.k4GCLFKs027877@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Tue, 16 May 2006 22:25:05 +1000 To: Sam Lawrance X-Mailer: Apple Mail (2.750) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11/9menu Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 12:25:14 -0000 On 16/05/2006, at 10:21 PM, Sam Lawrance wrote: > lawrance 2006-05-16 12:21:15 UTC > > FreeBSD ports repository > > Modified files: > x11/9menu Makefile > Log: > Make compliant with ${CC}. > Submitter takes maintainership. > > PR: ports/97332 > Submitted by: Serge Gagnon > > Revision Changes Path > 1.29 +2 -1 ports/x11/9menu/Makefile How rude of me not to mention that the fix used was suggested by Volker Stolz :-) From owner-cvs-all@FreeBSD.ORG Tue May 16 12:26:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18E7E16A41B; Tue, 16 May 2006 12:26:17 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 753A643D58; Tue, 16 May 2006 12:26:16 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GCQ0X4028235; Tue, 16 May 2006 12:26:00 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GCQ0hV028234; Tue, 16 May 2006 12:26:00 GMT (envelope-from oleg) Message-Id: <200605161226.k4GCQ0hV028234@repoman.freebsd.org> From: Oleg Bulyzhin Date: Tue, 16 May 2006 12:26:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii mii_physubr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 12:26:17 -0000 oleg 2006-05-16 12:26:00 UTC FreeBSD src repository Modified files: sys/dev/mii mii_physubr.c Log: 1) Fix mii_phy_tick(): Current code does not report link loss correctly - when link goes down, mii_phy_tick() will notice that with up to mii_anegticks delay. If link goes up during this delay then link flapping will be unnoticed by driver. 2) mii_phy_add_media(): initialize sc->mii_anegticks for 10/100 media 3) Use MII_ANEGTICKS/MII_ANEGTICKS_GIGE defines instead of hardcoded values. Approved by: glebius (mentor) MFC after: 1 month Revision Changes Path 1.24 +18 -18 src/sys/dev/mii/mii_physubr.c From owner-cvs-all@FreeBSD.ORG Tue May 16 12:29:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A1E316A46F; Tue, 16 May 2006 12:29:59 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1775743D5E; Tue, 16 May 2006 12:29:59 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GCThtW028406; Tue, 16 May 2006 12:29:43 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GCThxU028405; Tue, 16 May 2006 12:29:43 GMT (envelope-from itetcu) Message-Id: <200605161229.k4GCThxU028405@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 16 May 2006 12:29:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/tinyproxy Makefile pkg-message pkg-plist ports/www/tinyproxy/files tinyproxy.sh tinyproxy.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 12:30:01 -0000 itetcu 2006-05-16 12:29:43 UTC FreeBSD ports repository Modified files: www/tinyproxy Makefile pkg-plist Added files: www/tinyproxy/files tinyproxy.sh.in Removed files: www/tinyproxy pkg-message www/tinyproxy/files tinyproxy.sh Log: - Now users an rcNG script. - Removes the (now) un-necessary pkg-message. - Moves the configuration file to ${PREFIX}/etc/tinyproxy.conf - bump PORTREVISION for above - Pass maintainership to submiter. Tinyproxy now installs a rcNG script. To enable tinyproxy at boot time, set the following in rc.conf(5): tinyproxy_enable="YES" The confiration file for tinyproxy has been moved to ${PREFIX}/etc/tinyproxy.conf. Any old configuration files will need to be migrated over to the new location. PR: ports/96720 Submitted by: Wesley Shields (new maintainer) Approved by: lawrance (mentor) Revision Changes Path 1.20 +9 -6 ports/www/tinyproxy/Makefile 1.2 +0 -14 ports/www/tinyproxy/files/tinyproxy.sh (dead) 1.1 +26 -0 ports/www/tinyproxy/files/tinyproxy.sh.in (new) 1.2 +0 -4 ports/www/tinyproxy/pkg-message (dead) 1.7 +3 -3 ports/www/tinyproxy/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 12:33:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4938716A45A; Tue, 16 May 2006 12:33:47 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03A5943D45; Tue, 16 May 2006 12:33:47 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GCXVLR028645; Tue, 16 May 2006 12:33:31 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GCXVLc028644; Tue, 16 May 2006 12:33:31 GMT (envelope-from itetcu) Message-Id: <200605161233.k4GCXVLc028644@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 16 May 2006 12:33:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 12:33:47 -0000 itetcu 2006-05-16 12:33:31 UTC FreeBSD ports repository Modified files: . UPDATING Log: Mention www/tinyproxy now has an rc,d script and different location of confing file. PR: ports/96720 Submitted by: Wesley Shields (new maintainer) Approved by: lawrance (mentor) Revision Changes Path 1.327 +12 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Tue May 16 13:42:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B52EE16A437; Tue, 16 May 2006 13:42:48 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CCB443D48; Tue, 16 May 2006 13:42:48 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GDgWDi040083; Tue, 16 May 2006 13:42:32 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GDgWPL040082; Tue, 16 May 2006 13:42:32 GMT (envelope-from stefan) Message-Id: <200605161342.k4GDgWPL040082@repoman.freebsd.org> From: Stefan Walter Date: Tue, 16 May 2006 13:42:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/solfege Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 13:42:49 -0000 stefan 2006-05-16 13:42:32 UTC FreeBSD ports repository Modified files: audio/solfege Makefile distinfo pkg-plist Log: - Update to 3.2.0 [1] - Add USE_GETTEXT [2] - Fix build without X server/DISPLAY [3] PR: 95599 Submitted by: KATO Tsuguru [1] stefan [2] arved[3] Approved by: arved Revision Changes Path 1.23 +12 -3 ports/audio/solfege/Makefile 1.16 +3 -3 ports/audio/solfege/distinfo 1.12 +277 -146 ports/audio/solfege/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 13:46:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4434F16A402; Tue, 16 May 2006 13:46:38 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7BF243D4C; Tue, 16 May 2006 13:46:37 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GDkLZp040328; Tue, 16 May 2006 13:46:21 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GDkLoM040327; Tue, 16 May 2006 13:46:21 GMT (envelope-from vd) Message-Id: <200605161346.k4GDkLoM040327@repoman.freebsd.org> From: Vasil Dimov Date: Tue, 16 May 2006 13:46:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/xaralx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 13:46:38 -0000 vd 2006-05-16 13:46:21 UTC FreeBSD ports repository Modified files: graphics/xaralx Makefile Log: Prepare for the subsequent xaralx-devel update: set CONFIGURE_ENV with += instead of = Revision Changes Path 1.9 +1 -1 ports/graphics/xaralx/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 13:59:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 862D716A413; Tue, 16 May 2006 13:59:00 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C7CB43D45; Tue, 16 May 2006 13:59:00 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GDwij0040831; Tue, 16 May 2006 13:58:44 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GDwi4V040830; Tue, 16 May 2006 13:58:44 GMT (envelope-from keramida) Message-Id: <200605161358.k4GDwi4V040830@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 16 May 2006 13:58:44 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles Makefile doc/en_US.ISO8859-1/articles/nanobsd Makefile article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 13:59:01 -0000 keramida 2006-05-16 13:58:44 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles Makefile Added files: en_US.ISO8859-1/articles/nanobsd Makefile article.sgml Log: Convert the "NanoBSD" Handbook chapter to an article. Requested by: blackend, hrs Revision Changes Path 1.52 +1 -0 doc/en_US.ISO8859-1/articles/Makefile 1.1 +19 -0 doc/en_US.ISO8859-1/articles/nanobsd/Makefile (new) 1.1 +489 -0 doc/en_US.ISO8859-1/articles/nanobsd/article.sgml (new) From owner-cvs-all@FreeBSD.ORG Tue May 16 14:01:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A568116A431; Tue, 16 May 2006 14:01:32 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A945343D7B; Tue, 16 May 2006 14:01:24 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GE18eo041043; Tue, 16 May 2006 14:01:08 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GE18IS041042; Tue, 16 May 2006 14:01:08 GMT (envelope-from keramida) Message-Id: <200605161401.k4GE18IS041042@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 16 May 2006 14:01:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook Makefile book.sgml chapters.ent doc/en_US.ISO8859-1/books/handbook/preface preface.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 14:01:34 -0000 keramida 2006-05-16 14:01:08 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook Makefile book.sgml chapters.ent en_US.ISO8859-1/books/handbook/preface preface.sgml Log: Disconnect the "NanoBSD" Handbook chapter from the build. Revision Changes Path 1.100 +0 -1 doc/en_US.ISO8859-1/books/handbook/Makefile 1.166 +0 -2 doc/en_US.ISO8859-1/books/handbook/book.sgml 1.35 +0 -1 doc/en_US.ISO8859-1/books/handbook/chapters.ent 1.32 +0 -16 doc/en_US.ISO8859-1/books/handbook/preface/preface.sgml From owner-cvs-all@FreeBSD.ORG Tue May 16 14:02:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8650A16A422; Tue, 16 May 2006 14:02:43 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C09943D45; Tue, 16 May 2006 14:02:43 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GE2RxH041120; Tue, 16 May 2006 14:02:27 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GE2RBg041119; Tue, 16 May 2006 14:02:27 GMT (envelope-from keramida) Message-Id: <200605161402.k4GE2RBg041119@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 16 May 2006 14:02:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/nanobsd Makefile chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 14:02:45 -0000 keramida 2006-05-16 14:02:27 UTC FreeBSD doc repository Removed files: en_US.ISO8859-1/books/handbook/nanobsd Makefile chapter.sgml Log: Remove the "NanoBSD" chapter now that it is not built as part of the FreeBSD Handbook. Revision Changes Path 1.2 +0 -15 doc/en_US.ISO8859-1/books/handbook/nanobsd/Makefile (dead) 1.3 +0 -469 doc/en_US.ISO8859-1/books/handbook/nanobsd/chapter.sgml (dead) From owner-cvs-all@FreeBSD.ORG Tue May 16 14:22:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9341916A413; Tue, 16 May 2006 14:22:54 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C30F43D49; Tue, 16 May 2006 14:22:54 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GEMcLZ043148; Tue, 16 May 2006 14:22:38 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GEMcAm043147; Tue, 16 May 2006 14:22:38 GMT (envelope-from nyan) Message-Id: <200605161422.k4GEMcAm043147@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 16 May 2006 14:22:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release Makefile src/release/i386 mkisoimages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 14:22:54 -0000 nyan 2006-05-16 14:22:37 UTC FreeBSD src repository Modified files: release Makefile release/i386 mkisoimages.sh Log: Make a bootable CD on pc98. Revision Changes Path 1.910 +1 -5 src/release/Makefile 1.14 +4 -1 src/release/i386/mkisoimages.sh From owner-cvs-all@FreeBSD.ORG Tue May 16 14:29:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 101FB16A4BF; Tue, 16 May 2006 14:29:44 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD6FD43D4C; Tue, 16 May 2006 14:29:43 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GETRmB043409; Tue, 16 May 2006 14:29:27 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GETRXx043408; Tue, 16 May 2006 14:29:27 GMT (envelope-from lawrance) Message-Id: <200605161429.k4GETRXx043408@repoman.freebsd.org> From: Sam Lawrance Date: Tue, 16 May 2006 14:29:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/jedit-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 14:29:45 -0000 lawrance 2006-05-16 14:29:27 UTC FreeBSD ports repository Modified files: editors/jedit-devel Makefile distinfo Log: Update to 4.3pre4. PR: ports/97309 Submitted by: Linh Pham (maintainer) Revision Changes Path 1.13 +2 -2 ports/editors/jedit-devel/Makefile 1.9 +3 -3 ports/editors/jedit-devel/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 16 14:31:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E345716A4EC; Tue, 16 May 2006 14:31:43 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5A5243D6A; Tue, 16 May 2006 14:31:43 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GEVRu1044372; Tue, 16 May 2006 14:31:27 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GEVRKj044371; Tue, 16 May 2006 14:31:27 GMT (envelope-from anray) Message-Id: <200605161431.k4GEVRKj044371@repoman.freebsd.org> From: Andrey Slusar Date: Tue, 16 May 2006 14:31:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/xemacs-devel Makefile distinfo pkg-plist ports/editors/xemacs-devel/files patch-objects-x.c ports/editors/xemacs-devel-mule Makefile distinfo pkg-plist pkg-plist.arch-dep ports/editors/xemacs-devel-mule/files patch-objects-x.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 14:31:46 -0000 anray 2006-05-16 14:31:27 UTC FreeBSD ports repository Modified files: editors/xemacs-devel Makefile distinfo pkg-plist editors/xemacs-devel-mule Makefile distinfo pkg-plist pkg-plist.arch-dep Added files: editors/xemacs-devel/files patch-objects-x.c editors/xemacs-devel-mule/files patch-objects-x.c Log: Update to 21.5-b27 "fiddleheads" Revision Changes Path 1.55 +1 -1 ports/editors/xemacs-devel-mule/Makefile 1.19 +3 -3 ports/editors/xemacs-devel-mule/distinfo 1.4 +18 -0 ports/editors/xemacs-devel-mule/files/patch-objects-x.c (new) 1.18 +3 -1 ports/editors/xemacs-devel-mule/pkg-plist 1.13 +1 -1 ports/editors/xemacs-devel-mule/pkg-plist.arch-dep 1.107 +1 -1 ports/editors/xemacs-devel/Makefile 1.33 +3 -3 ports/editors/xemacs-devel/distinfo 1.3 +18 -0 ports/editors/xemacs-devel/files/patch-objects-x.c (new) 1.41 +3 -1 ports/editors/xemacs-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 14:31:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 805BB16A510; Tue, 16 May 2006 14:31:48 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5F0543D73; Tue, 16 May 2006 14:31:45 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GEVTpM044395; Tue, 16 May 2006 14:31:29 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GEVTwO044394; Tue, 16 May 2006 14:31:29 GMT (envelope-from keramida) Message-Id: <200605161431.k4GEVTwO044394@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 16 May 2006 14:31:29 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/sgml urls.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 14:31:50 -0000 keramida 2006-05-16 14:31:29 UTC FreeBSD doc repository Modified files: share/sgml urls.ent Log: Add &url.articles.nanobsd; and &url.articles.nanobsd.en; entities, for referring to the new "Introduction to NanoBSD" article. Revision Changes Path 1.11 +2 -0 doc/share/sgml/urls.ent From owner-cvs-all@FreeBSD.ORG Tue May 16 14:31:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBBF916A5B2; Tue, 16 May 2006 14:31:56 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D17343D66; Tue, 16 May 2006 14:31:54 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GEVcf0044424; Tue, 16 May 2006 14:31:38 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GEVcLi044423; Tue, 16 May 2006 14:31:38 GMT (envelope-from lawrance) Message-Id: <200605161431.k4GEVcLi044423@repoman.freebsd.org> From: Sam Lawrance Date: Tue, 16 May 2006 14:31:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/wily Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 14:31:59 -0000 lawrance 2006-05-16 14:31:38 UTC FreeBSD ports repository Modified files: editors/wily Makefile distinfo Log: Update to 0.13.42. Submitter takes maintainership. PR: ports/97308 Submitted by: Serge Gagnon Revision Changes Path 1.26 +6 -8 ports/editors/wily/Makefile 1.5 +3 -3 ports/editors/wily/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 16 14:32:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DD7116A4D9; Tue, 16 May 2006 14:32:46 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3094743D66; Tue, 16 May 2006 14:32:33 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GEWHqA044676; Tue, 16 May 2006 14:32:17 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GEWHlO044675; Tue, 16 May 2006 14:32:17 GMT (envelope-from phk) Message-Id: <200605161432.k4GEWHlO044675@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 May 2006 14:32:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/ia64 mp_machdep.c trap.c vm_machdep.c src/sys/amd64/amd64 mp_machdep.c src/sys/i386/cpufreq powernow.c src/sys/i386/i386 mp_machdep.c src/sys/i386/isa npx.c spic.c src/sys/pc98/cbus fdc.c olpt.c src/sys/pc98/pc98 canbus.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 14:32:52 -0000 phk 2006-05-16 14:32:17 UTC FreeBSD src repository Modified files: sys/ia64/ia64 mp_machdep.c trap.c vm_machdep.c sys/amd64/amd64 mp_machdep.c sys/i386/cpufreq powernow.c sys/i386/i386 mp_machdep.c sys/i386/isa npx.c spic.c sys/pc98/cbus fdc.c olpt.c sys/pc98/pc98 canbus.c sys/powerpc/powerpc clock.c machdep.c mp_machdep.c vm_machdep.c sys/sparc64/sparc64 prof_machdep.c trap.c Log: Since DELAY() was moved, most #includes have been unnecessary. Revision Changes Path 1.276 +0 -1 src/sys/amd64/amd64/mp_machdep.c 1.3 +0 -1 src/sys/i386/cpufreq/powernow.c 1.269 +0 -1 src/sys/i386/i386/mp_machdep.c 1.166 +0 -1 src/sys/i386/isa/npx.c 1.17 +0 -1 src/sys/i386/isa/spic.c 1.61 +0 -1 src/sys/ia64/ia64/mp_machdep.c 1.118 +0 -1 src/sys/ia64/ia64/trap.c 1.93 +0 -1 src/sys/ia64/ia64/vm_machdep.c 1.166 +0 -1 src/sys/pc98/cbus/fdc.c 1.30 +0 -1 src/sys/pc98/cbus/olpt.c 1.6 +0 -1 src/sys/pc98/pc98/canbus.c 1.23 +0 -1 src/sys/powerpc/powerpc/clock.c 1.95 +0 -1 src/sys/powerpc/powerpc/machdep.c 1.13 +0 -1 src/sys/powerpc/powerpc/mp_machdep.c 1.111 +0 -1 src/sys/powerpc/powerpc/vm_machdep.c 1.2 +0 -1 src/sys/sparc64/sparc64/prof_machdep.c 1.82 +0 -1 src/sys/sparc64/sparc64/trap.c From owner-cvs-all@FreeBSD.ORG Tue May 16 14:33:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E78C16A512; Tue, 16 May 2006 14:33:30 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED11943D78; Tue, 16 May 2006 14:33:29 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GEXCXU044742; Tue, 16 May 2006 14:33:12 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GEXCQO044741; Tue, 16 May 2006 14:33:12 GMT (envelope-from anray) Message-Id: <200605161433.k4GEXCQO044741@repoman.freebsd.org> From: Andrey Slusar Date: Tue, 16 May 2006 14:33:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.emacs.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 14:33:36 -0000 anray 2006-05-16 14:33:12 UTC FreeBSD ports repository Modified files: Mk bsd.emacs.mk Log: Update xemacs-devel and xemacs-devel-mule to 21.5-b27 Revision Changes Path 1.56 +3 -3 ports/Mk/bsd.emacs.mk From owner-cvs-all@FreeBSD.ORG Tue May 16 14:36:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAE2F16A5D0; Tue, 16 May 2006 14:36:26 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9488943D66; Tue, 16 May 2006 14:36:24 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GEa8MW044969; Tue, 16 May 2006 14:36:08 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GEa8f5044968; Tue, 16 May 2006 14:36:08 GMT (envelope-from keramida) Message-Id: <200605161436.k4GEa8f5044968@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 16 May 2006 14:36:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/docproj todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 14:36:27 -0000 keramida 2006-05-16 14:36:08 UTC FreeBSD doc repository Modified files: en/docproj todo.sgml Log: There is now an article about NanoBSD. Update its entry to not that we are only lacking a manpage now. PR: www/96903 Submitted by: Daniel Gerzo Revision Changes Path 1.7 +3 -4 www/en/docproj/todo.sgml From owner-cvs-all@FreeBSD.ORG Tue May 16 14:36:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCAC616A611; Tue, 16 May 2006 14:36:54 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA65B43D6A; Tue, 16 May 2006 14:36:49 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GEaXJG046292; Tue, 16 May 2006 14:36:33 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GEaXqT046291; Tue, 16 May 2006 14:36:33 GMT (envelope-from phk) Message-Id: <200605161436.k4GEaXqT046291@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 May 2006 14:36:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpica acpi.c src/sys/dev/acpica/Osd OsdSchedule.c src/sys/dev/aic7xxx aic79xx_osm.h aic7xxx_osm.h src/sys/dev/an if_an.c src/sys/dev/arcmsr arcmsr.c src/sys/dev/arl if_arl.c if_arl_isa.c src/sys/dev/bce if_bcereg.h src/sys/dev/bfe ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 14:36:58 -0000 phk 2006-05-16 14:36:33 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c sys/dev/acpica/Osd OsdSchedule.c sys/dev/aic7xxx aic79xx_osm.h aic7xxx_osm.h sys/dev/an if_an.c sys/dev/arcmsr arcmsr.c sys/dev/arl if_arl.c if_arl_isa.c sys/dev/bce if_bcereg.h sys/dev/bfe if_bfe.c sys/dev/bge if_bge.c sys/dev/ciss ciss.c sys/dev/cnw if_cnw.c sys/dev/cpufreq ichss.c sys/dev/ct bshw_machdep.c sys/dev/ctau if_ct.c sys/dev/cx if_cx.c sys/dev/dpt dpt_scsi.c sys/dev/ed if_ed_cbus.c sys/dev/fb boot_font.c gfb.c sys/dev/fxp if_fxp.c sys/dev/gfb gfb_pci.c sys/dev/hifn hifn7751.c sys/dev/hptmv entry.c sys/dev/idt idt.c sys/dev/ie if_ie_isa.c sys/dev/iir iir.c iir_pci.c sys/dev/ipmi ipmi.c sys/dev/ips ips.c sys/dev/ipw if_ipw.c sys/dev/isp isp_freebsd.h sys/dev/iwi if_iwi.c sys/dev/ixgb if_ixgb.h if_ixgb_osdep.h sys/dev/lge if_lge.c sys/dev/lmc if_lmc.c sys/dev/mii brgphy.c ciphy.c e1000phy.c nsgphy.c rgephy.c tdkphy.c sys/dev/mpt mpt.h sys/dev/mse mse.c mse_cbus.c mse_isa.c sys/dev/my if_my.c sys/dev/myri10ge if_myri10ge.c sys/dev/ncv ncr53c500.c sys/dev/nge if_nge.c sys/dev/nsp nsp.c sys/dev/nve if_nve.c sys/dev/pbio pbio.c sys/dev/pccbb pccbb.c pccbb_pci.c sys/dev/pdq pdq_freebsd.h pdqvar.h sys/dev/ppbus vpoio.c sys/dev/ral if_ral_pci.c rt2560.c rt2661.c sys/dev/safe safe.c sys/dev/sbsh if_sbsh.c sys/dev/sound/pcm sound.h sys/dev/stg tmc18c30.c sys/dev/trm trm.c sys/dev/tx if_tx.c sys/dev/txp if_txp.c sys/dev/ubsec ubsec.c sys/dev/usb ehci.c if_ural.c ohci.c uhci.c usb_subr.c usbdi.c sys/dev/wds wd7000.c sys/dev/wi if_wi.c if_wi_pci.c Log: Since DELAY() was moved, most #includes have been unnecessary. Revision Changes Path 1.37 +0 -1 src/sys/dev/acpica/Osd/OsdSchedule.c 1.224 +0 -1 src/sys/dev/acpica/acpi.c 1.19 +0 -1 src/sys/dev/aic7xxx/aic79xx_osm.h 1.31 +0 -1 src/sys/dev/aic7xxx/aic7xxx_osm.h 1.79 +0 -1 src/sys/dev/an/if_an.c 1.10 +0 -1 src/sys/dev/arcmsr/arcmsr.c 1.13 +0 -1 src/sys/dev/arl/if_arl.c 1.7 +0 -1 src/sys/dev/arl/if_arl_isa.c 1.5 +0 -1 src/sys/dev/bce/if_bcereg.h 1.38 +0 -1 src/sys/dev/bfe/if_bfe.c 1.129 +0 -1 src/sys/dev/bge/if_bge.c 1.70 +0 -1 src/sys/dev/ciss/ciss.c 1.23 +0 -1 src/sys/dev/cnw/if_cnw.c 1.10 +0 -1 src/sys/dev/cpufreq/ichss.c 1.8 +0 -1 src/sys/dev/ct/bshw_machdep.c 1.29 +0 -1 src/sys/dev/ctau/if_ct.c 1.52 +0 -1 src/sys/dev/cx/if_cx.c 1.51 +0 -1 src/sys/dev/dpt/dpt_scsi.c 1.27 +0 -1 src/sys/dev/ed/if_ed_cbus.c 1.7 +0 -1 src/sys/dev/fb/boot_font.c 1.9 +0 -1 src/sys/dev/fb/gfb.c 1.257 +0 -1 src/sys/dev/fxp/if_fxp.c 1.16 +0 -1 src/sys/dev/gfb/gfb_pci.c 1.35 +0 -1 src/sys/dev/hifn/hifn7751.c 1.12 +0 -1 src/sys/dev/hptmv/entry.c 1.12 +0 -1 src/sys/dev/idt/idt.c 1.6 +0 -1 src/sys/dev/ie/if_ie_isa.c 1.15 +0 -1 src/sys/dev/iir/iir.c 1.17 +0 -1 src/sys/dev/iir/iir_pci.c 1.3 +0 -1 src/sys/dev/ipmi/ipmi.c 1.20 +0 -1 src/sys/dev/ips/ips.c 1.19 +0 -1 src/sys/dev/ipw/if_ipw.c 1.87 +0 -1 src/sys/dev/isp/isp_freebsd.h 1.36 +0 -1 src/sys/dev/iwi/if_iwi.c 1.9 +0 -1 src/sys/dev/ixgb/if_ixgb.h 1.4 +0 -1 src/sys/dev/ixgb/if_ixgb_osdep.h 1.48 +0 -1 src/sys/dev/lge/if_lge.c 1.28 +0 -1 src/sys/dev/lmc/if_lmc.c 1.42 +0 -1 src/sys/dev/mii/brgphy.c 1.4 +0 -1 src/sys/dev/mii/ciphy.c 1.15 +0 -1 src/sys/dev/mii/e1000phy.c 1.21 +0 -1 src/sys/dev/mii/nsgphy.c 1.8 +0 -1 src/sys/dev/mii/rgephy.c 1.18 +0 -1 src/sys/dev/mii/tdkphy.c 1.17 +0 -1 src/sys/dev/mpt/mpt.h 1.74 +0 -1 src/sys/dev/mse/mse.c 1.5 +0 -1 src/sys/dev/mse/mse_cbus.c 1.5 +0 -1 src/sys/dev/mse/mse_isa.c 1.37 +0 -1 src/sys/dev/my/if_my.c 1.2 +0 -1 src/sys/dev/myri10ge/if_myri10ge.c 1.13 +0 -1 src/sys/dev/ncv/ncr53c500.c 1.87 +0 -1 src/sys/dev/nge/if_nge.c 1.15 +0 -1 src/sys/dev/nsp/nsp.c 1.22 +0 -1 src/sys/dev/nve/if_nve.c 1.10 +0 -1 src/sys/dev/pbio/pbio.c 1.143 +0 -1 src/sys/dev/pccbb/pccbb.c 1.16 +0 -1 src/sys/dev/pccbb/pccbb_pci.c 1.13 +0 -1 src/sys/dev/pdq/pdq_freebsd.h 1.14 +0 -1 src/sys/dev/pdq/pdqvar.h 1.19 +0 -1 src/sys/dev/ppbus/vpoio.c 1.5 +0 -1 src/sys/dev/ral/if_ral_pci.c 1.4 +0 -1 src/sys/dev/ral/rt2560.c 1.5 +0 -1 src/sys/dev/ral/rt2661.c 1.10 +0 -1 src/sys/dev/safe/safe.c 1.16 +0 -1 src/sys/dev/sbsh/if_sbsh.c 1.69 +0 -1 src/sys/dev/sound/pcm/sound.h 1.15 +0 -1 src/sys/dev/stg/tmc18c30.c 1.27 +0 -1 src/sys/dev/trm/trm.c 1.96 +0 -1 src/sys/dev/tx/if_tx.c 1.41 +0 -1 src/sys/dev/txp/if_txp.c 1.33 +0 -1 src/sys/dev/ubsec/ubsec.c 1.44 +0 -1 src/sys/dev/usb/ehci.c 1.38 +0 -1 src/sys/dev/usb/if_ural.c 1.160 +0 -1 src/sys/dev/usb/ohci.c 1.165 +0 -1 src/sys/dev/usb/uhci.c 1.83 +0 -1 src/sys/dev/usb/usb_subr.c 1.93 +0 -1 src/sys/dev/usb/usbdi.c 1.10 +0 -1 src/sys/dev/wds/wd7000.c 1.195 +0 -1 src/sys/dev/wi/if_wi.c 1.27 +0 -1 src/sys/dev/wi/if_wi_pci.c From owner-cvs-all@FreeBSD.ORG Tue May 16 14:38:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3230916A50F; Tue, 16 May 2006 14:38:15 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 756C543D64; Tue, 16 May 2006 14:38:14 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GEbwiJ046577; Tue, 16 May 2006 14:37:58 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GEbwd9046576; Tue, 16 May 2006 14:37:58 GMT (envelope-from phk) Message-Id: <200605161437.k4GEbwd9046576@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 May 2006 14:37:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci amdpm.c amdsmb.c nfsmb.c viapm.c src/sys/kern kern_mutex.c src/sys/i4b/capi/iavc iavc_card.c iavc_isa.c iavc_lli.c iavc_pci.c src/sys/i4b/layer1/itjc i4b_itjc_isac.c i4b_itjc_l1.c i4b_itjc_l1fsm.c i4b_itjc_pci.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 14:38:20 -0000 phk 2006-05-16 14:37:58 UTC FreeBSD src repository Modified files: sys/pci amdpm.c amdsmb.c nfsmb.c viapm.c sys/kern kern_mutex.c sys/i4b/capi/iavc iavc_card.c iavc_isa.c iavc_lli.c iavc_pci.c sys/i4b/layer1/itjc i4b_itjc_isac.c i4b_itjc_l1.c i4b_itjc_l1fsm.c i4b_itjc_pci.c sys/cam cam_debug.h sys/coda cnode.h sys/compat/ndis subr_hal.c subr_ntoskrnl.c sys/contrib/dev/oltr if_oltr.c sys/fs/smbfs smbfs_subr.c Log: Since DELAY() was moved, most #includes have been unnecessary. Revision Changes Path 1.9 +0 -4 src/sys/cam/cam_debug.h 1.18 +0 -1 src/sys/coda/cnode.h 1.28 +0 -1 src/sys/compat/ndis/subr_hal.c 1.87 +0 -1 src/sys/compat/ndis/subr_ntoskrnl.c 1.42 +0 -1 src/sys/contrib/dev/oltr/if_oltr.c 1.10 +0 -1 src/sys/fs/smbfs/smbfs_subr.c 1.6 +0 -1 src/sys/i4b/capi/iavc/iavc_card.c 1.10 +0 -1 src/sys/i4b/capi/iavc/iavc_isa.c 1.9 +0 -1 src/sys/i4b/capi/iavc/iavc_lli.c 1.11 +0 -1 src/sys/i4b/capi/iavc/iavc_pci.c 1.6 +0 -1 src/sys/i4b/layer1/itjc/i4b_itjc_isac.c 1.6 +0 -1 src/sys/i4b/layer1/itjc/i4b_itjc_l1.c 1.6 +0 -1 src/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c 1.18 +0 -1 src/sys/i4b/layer1/itjc/i4b_itjc_pci.c 1.170 +0 -1 src/sys/kern/kern_mutex.c 1.19 +0 -1 src/sys/pci/amdpm.c 1.2 +0 -1 src/sys/pci/amdsmb.c 1.2 +0 -1 src/sys/pci/nfsmb.c 1.14 +0 -1 src/sys/pci/viapm.c From owner-cvs-all@FreeBSD.ORG Tue May 16 14:45:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D71816A71A; Tue, 16 May 2006 14:45:41 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC11043D5D; Tue, 16 May 2006 14:45:40 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GEjOM4047170; Tue, 16 May 2006 14:45:24 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GEjN8q047169; Tue, 16 May 2006 14:45:23 GMT (envelope-from itetcu) Message-Id: <200605161445.k4GEjN8q047169@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 16 May 2006 14:45:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/mu-conference Makefile ports/net-im/mu-conference/files mu-conference.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 14:45:42 -0000 itetcu 2006-05-16 14:45:23 UTC FreeBSD ports repository Modified files: net-im/mu-conference Makefile Added files: net-im/mu-conference/files mu-conference.sh.in Log: - Add rc.d script. Thanks a lot to Christopher Sean Hilton. - Bump PORTREVISION. PR: ports/96705 Submitted by: Denis Shaposhnikov (maintainer) Approved by: lawrance (mentor) Revision Changes Path 1.5 +3 -1 ports/net-im/mu-conference/Makefile 1.1 +47 -0 ports/net-im/mu-conference/files/mu-conference.sh.in (new) From owner-cvs-all@FreeBSD.ORG Tue May 16 14:47:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7583416A64B; Tue, 16 May 2006 14:47:14 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FCFA43D60; Tue, 16 May 2006 14:47:14 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GEkvdp047239; Tue, 16 May 2006 14:46:57 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GEkvDb047238; Tue, 16 May 2006 14:46:57 GMT (envelope-from keramida) Message-Id: <200605161446.k4GEkvDb047238@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 16 May 2006 14:46:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects projects.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 14:47:16 -0000 keramida 2006-05-16 14:46:57 UTC FreeBSD doc repository Modified files: en/projects projects.sgml Log: Point to the new "Introduction to NanoBSD" article. We may eventually remove the www/en//projects/nanobsd/ pages, but keep them around for now and also make the new article more visible. Revision Changes Path 1.195 +7 -3 www/en/projects/projects.sgml From owner-cvs-all@FreeBSD.ORG Tue May 16 15:00:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A611B16A5EB; Tue, 16 May 2006 15:00:23 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25AEC43D48; Tue, 16 May 2006 15:00:23 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GF06Rm047818; Tue, 16 May 2006 15:00:06 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GF06ee047817; Tue, 16 May 2006 15:00:06 GMT (envelope-from vd) Message-Id: <200605161500.k4GF06ee047817@repoman.freebsd.org> From: Vasil Dimov Date: Tue, 16 May 2006 15:00:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/xaralx-devel Makefile distinfo ports/graphics/xaralx-devel/files patch-Makefile.am X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 15:00:30 -0000 vd 2006-05-16 15:00:05 UTC FreeBSD ports repository Modified files: graphics/xaralx-devel Makefile distinfo Removed files: graphics/xaralx-devel/files patch-Makefile.am Log: Update from 0.4r991 to 0.4r1075 Revision Changes Path 1.6 +14 -1 ports/graphics/xaralx-devel/Makefile 1.6 +3 -3 ports/graphics/xaralx-devel/distinfo 1.2 +0 -22 ports/graphics/xaralx-devel/files/patch-Makefile.am (dead) From owner-cvs-all@FreeBSD.ORG Tue May 16 15:21:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F5D916A682; Tue, 16 May 2006 15:21:54 +0000 (UTC) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3631043D45; Tue, 16 May 2006 15:21:54 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GFLbm9049897; Tue, 16 May 2006 15:21:37 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GFLbe1049896; Tue, 16 May 2006 15:21:37 GMT (envelope-from jeh) Message-Id: <200605161521.k4GFLbe1049896@repoman.freebsd.org> From: "James E. Housley" Date: Tue, 16 May 2006 15:21:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vscan Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 15:21:55 -0000 jeh 2006-05-16 15:21:37 UTC FreeBSD ports repository Modified files: security/vscan Makefile Log: Commit a patch that allows libmap.conf to swap out libc.so.3 which has secrity issues on systems that allow it. PR: 96596 Submitter: Luiz Souza Revision Changes Path 1.37 +22 -5 ports/security/vscan/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 15:23:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDF6216A57E; Tue, 16 May 2006 15:23:43 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 794F643D45; Tue, 16 May 2006 15:23:43 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GFNRAV050037; Tue, 16 May 2006 15:23:27 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GFNR7a050036; Tue, 16 May 2006 15:23:27 GMT (envelope-from ru) Message-Id: <200605161523.k4GFNR7a050036@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 16 May 2006 15:23:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/rr232x os_bsd.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 15:23:44 -0000 ru 2006-05-16 15:23:27 UTC FreeBSD src repository Modified files: sys/dev/rr232x os_bsd.h Log: Make this compile with -Wundef. Revision Changes Path 1.3 +4 -0 src/sys/dev/rr232x/os_bsd.h From owner-cvs-all@FreeBSD.ORG Tue May 16 15:28:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9620316A519; Tue, 16 May 2006 15:28:00 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F8CA43D45; Tue, 16 May 2006 15:28:00 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GFRhoF050212; Tue, 16 May 2006 15:27:43 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GFRhGV050211; Tue, 16 May 2006 15:27:43 GMT (envelope-from keramida) Message-Id: <200605161527.k4GFRhGV050211@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 16 May 2006 15:27:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/top top.X X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 15:28:00 -0000 keramida 2006-05-16 15:27:43 UTC FreeBSD src repository (doc committer) Modified files: contrib/top top.X Log: Update the description of the `STATE' column for SMP systems, and add the missing `C' SMP-only column. PR: docs/29245 Submitted by: ada@bsd.org Patch by: Pawel Worach MFC after: 3 days Revision Changes Path 1.16 +6 -2 src/contrib/top/top.X From owner-cvs-all@FreeBSD.ORG Tue May 16 15:34:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EBB816A45F; Tue, 16 May 2006 15:34:26 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D1F843D72; Tue, 16 May 2006 15:34:25 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GFY9KI050530; Tue, 16 May 2006 15:34:09 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GFY9uc050529; Tue, 16 May 2006 15:34:09 GMT (envelope-from garga) Message-Id: <200605161534.k4GFY9uc050529@repoman.freebsd.org> From: Renato Botelho Date: Tue, 16 May 2006 15:34:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/pam_per_user Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 15:34:29 -0000 garga 2006-05-16 15:34:09 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/pam_per_user Makefile distinfo pkg-descr pkg-plist Log: PAM module for per-user authentication PR: ports/97158 Submitted by: Jim Pirzyk Revision Changes Path 1.755 +1 -0 ports/security/Makefile 1.1 +20 -0 ports/security/pam_per_user/Makefile (new) 1.1 +3 -0 ports/security/pam_per_user/distinfo (new) 1.1 +1 -0 ports/security/pam_per_user/pkg-descr (new) 1.1 +3 -0 ports/security/pam_per_user/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue May 16 15:34:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 766E416A4F4; Tue, 16 May 2006 15:34:54 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A8C943D45; Tue, 16 May 2006 15:34:53 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GFYbbi050580; Tue, 16 May 2006 15:34:37 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GFYbqP050579; Tue, 16 May 2006 15:34:37 GMT (envelope-from garga) Message-Id: <200605161534.k4GFYbqP050579@repoman.freebsd.org> From: Renato Botelho Date: Tue, 16 May 2006 15:34:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 15:34:58 -0000 garga 2006-05-16 15:34:37 UTC FreeBSD ports repository Modified files: . modules Log: pam_per_user --> ports/security/pam_per_user Revision Changes Path 1.14982 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue May 16 15:36:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0068116A51C; Tue, 16 May 2006 15:36:06 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEDC843D46; Tue, 16 May 2006 15:36:06 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GFZol0050684; Tue, 16 May 2006 15:35:50 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GFZolX050683; Tue, 16 May 2006 15:35:50 GMT (envelope-from blackend) Message-Id: <200605161535.k4GFZolX050683@repoman.freebsd.org> From: Marc Fonvieille Date: Tue, 16 May 2006 15:35:50 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/docproj todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 15:36:07 -0000 blackend 2006-05-16 15:35:50 UTC FreeBSD doc repository Modified files: en/docproj todo.sgml Log: I'm working on the wireless section update. Revision Changes Path 1.8 +2 -2 www/en/docproj/todo.sgml From owner-cvs-all@FreeBSD.ORG Tue May 16 15:43:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BD1E16A441; Tue, 16 May 2006 15:43:32 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45B3343D46; Tue, 16 May 2006 15:43:32 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GFhFb1050998; Tue, 16 May 2006 15:43:15 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GFhFaQ050997; Tue, 16 May 2006 15:43:15 GMT (envelope-from hq) Message-Id: <200605161543.k4GFhFaQ050997@repoman.freebsd.org> From: Herve Quiroz Date: Tue, 16 May 2006 15:43:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/jakarta-commons-logging Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 15:43:33 -0000 hq 2006-05-16 15:43:15 UTC FreeBSD ports repository Modified files: java/jakarta-commons-logging Makefile distinfo Log: - Update to 1.1 - Do not build the port since it requires Maven to build documentation - No longer install commons-logging-api.jar - Disable OPTIONS: the full package is installed Revision Changes Path 1.11 +12 -37 ports/java/jakarta-commons-logging/Makefile 1.6 +3 -3 ports/java/jakarta-commons-logging/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 16 15:44:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C7CD16A515; Tue, 16 May 2006 15:44:46 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A30D743D49; Tue, 16 May 2006 15:44:45 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GFiTWR051097; Tue, 16 May 2006 15:44:29 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GFiTVT051096; Tue, 16 May 2006 15:44:29 GMT (envelope-from garga) Message-Id: <200605161544.k4GFiTVT051096@repoman.freebsd.org> From: Renato Botelho Date: Tue, 16 May 2006 15:44:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Tools/scripts addport modulesupdate X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 15:44:48 -0000 garga 2006-05-16 15:44:29 UTC FreeBSD ports repository Modified files: Tools/scripts addport modulesupdate Log: - Change addport script to do the job locally instead connect to freefall every time to add a new module. If you want to still use old way, just use "-M freefall.FreeBSD.org" option - Take addport maintainership - When modulesupdate fail, ask user to retry - Change modulesupdate to work fine with addport Approved by: will (maintainer) Revision Changes Path 1.48 +19 -6 ports/Tools/scripts/addport 1.4 +22 -14 ports/Tools/scripts/modulesupdate From owner-cvs-all@FreeBSD.ORG Tue May 16 15:47:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 506A216A5E0; Tue, 16 May 2006 15:47:06 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B12C43D55; Tue, 16 May 2006 15:47:06 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GFkneb051255; Tue, 16 May 2006 15:46:49 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GFknuZ051254; Tue, 16 May 2006 15:46:49 GMT (envelope-from hq) Message-Id: <200605161546.k4GFknuZ051254@repoman.freebsd.org> From: Herve Quiroz Date: Tue, 16 May 2006 15:46:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/jakarta-commons-collections Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 15:47:11 -0000 hq 2006-05-16 15:46:49 UTC FreeBSD ports repository Modified files: java/jakarta-commons-collections Makefile distinfo Log: Update to 3.2 Revision Changes Path 1.10 +1 -3 ports/java/jakarta-commons-collections/Makefile 1.7 +3 -3 ports/java/jakarta-commons-collections/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 16 15:52:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F415E16A42B for ; Tue, 16 May 2006 15:52:42 +0000 (UTC) (envelope-from kbyanc@posi.net) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6D7F43D53 for ; Tue, 16 May 2006 15:52:41 +0000 (GMT) (envelope-from kbyanc@posi.net) Received: from pimout6-ext.prodigy.net (pimout6-int.prodigy.net [207.115.4.22]) by ylpvm15.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k4GFqfg7031951 for ; Tue, 16 May 2006 11:52:44 -0400 X-ORBL: [71.141.227.222] Received: from gateway.posi.net (adsl-71-141-227-222.dsl.snfc21.pacbell.net [71.141.227.222]) by pimout6-ext.prodigy.net (8.13.6 out.dk/8.13.6) with ESMTP id k4GFqZk1189348; Tue, 16 May 2006 11:52:36 -0400 Received: from localhost (localhost [127.0.0.1]) by gateway.posi.net (Postfix) with ESMTP id 22AA175E06B; Tue, 16 May 2006 10:00:58 -0700 (PDT) Date: Tue, 16 May 2006 10:00:57 -0700 (PDT) From: Kelly Yancey To: Craig Rodrigues In-Reply-To: <20060516055822.GA61809@crodrigues.org> Message-ID: <20060516095758.K61709@gateway.posi.net> References: <200605151942.k4FJgA05027551@repoman.freebsd.org> <20060516055822.GA61809@crodrigues.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Kelly Yancey Subject: Re: cvs commit: src/sys/fs/fdescfs fdesc_vfsops.c src/sys/fs/pseudofs pseudofs.c pseudofs.h src/sys/kern vfs_mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 15:52:45 -0000 On Tue, 16 May 2006, Craig Rodrigues wrote: > On Mon, May 15, 2006 at 07:42:10PM +0000, Kelly Yancey wrote: > > All userland programs in the tree were converted to nmount(2) long ago, > > but I've found at least one external program which broke due to this > > (presumably unintentional) mount(2) API change. > > Was this external program amd, or something else? > It would be really nice to convert amd one day... > > -- > Craig Rodrigues > rodrigc@crodrigues.org > No, it was a workload characterization utility that mounted procfs under a temp directory (I discovered the bug when I was trying to compile it under FreeBSD 7 in order to make a port for of it). I doubt any amd users would be affected by the bug because most people probably don't automount procfs or fdescfs. Kelly -- Kelly Yancey - kbyanc@{posi.net,FreeBSD.org} - kelly@nttmcl.com From owner-cvs-all@FreeBSD.ORG Tue May 16 15:54:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 120A616A45F; Tue, 16 May 2006 15:54:15 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 027CC43D66; Tue, 16 May 2006 15:54:12 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GFruiT051592; Tue, 16 May 2006 15:53:56 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GFruMx051591; Tue, 16 May 2006 15:53:56 GMT (envelope-from lawrance) Message-Id: <200605161553.k4GFruMx051591@repoman.freebsd.org> From: Sam Lawrance Date: Tue, 16 May 2006 15:53:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/wmnd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 15:54:20 -0000 lawrance 2006-05-16 15:53:56 UTC FreeBSD ports repository Modified files: net/wmnd Makefile distinfo Log: Update to 0.4.12. PR: ports/96685 Submitted by: Martin Wilke Approved by: Paolo Pisati (maintainer, alternate email) Revision Changes Path 1.15 +1 -2 ports/net/wmnd/Makefile 1.12 +3 -3 ports/net/wmnd/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 16 15:56:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 002D416A40F; Tue, 16 May 2006 15:56:06 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B964743D73; Tue, 16 May 2006 15:56:05 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GFtnk2051725; Tue, 16 May 2006 15:55:49 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GFtnqE051724; Tue, 16 May 2006 15:55:49 GMT (envelope-from lawrance) Message-Id: <200605161555.k4GFtnqE051724@repoman.freebsd.org> From: Sam Lawrance Date: Tue, 16 May 2006 15:55:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/ucarp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 15:56:07 -0000 lawrance 2006-05-16 15:55:49 UTC FreeBSD ports repository Modified files: net/ucarp Makefile distinfo Log: Update to 1.2. PR: ports/96684 Submitted by: Martin Wilke Approved by: meno.abels@adviser.com (maintainer, timeout 14 days) Revision Changes Path 1.2 +1 -1 ports/net/ucarp/Makefile 1.3 +3 -3 ports/net/ucarp/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 16 15:59:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7631A16A6BE; Tue, 16 May 2006 15:59:51 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59A8243D82; Tue, 16 May 2006 15:59:40 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GFxNSm051879; Tue, 16 May 2006 15:59:23 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GFxNqU051878; Tue, 16 May 2006 15:59:23 GMT (envelope-from mezz) Message-Id: <200605161559.k4GFxNqU051878@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 15:59:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/converters/libiconv pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 15:59:57 -0000 mezz 2006-05-16 15:59:23 UTC FreeBSD ports repository Modified files: converters/libiconv pkg-descr Log: portlint: - Remove a long list of support encoding in pkg-descr, tell user to check in either README or website. Reduced it under 24 lines. Revision Changes Path 1.4 +2 -34 ports/converters/libiconv/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue May 16 16:04:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50FE616A481; Tue, 16 May 2006 16:04:51 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D224043DBD; Tue, 16 May 2006 16:04:23 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GG46NG053315; Tue, 16 May 2006 16:04:06 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GG468C053314; Tue, 16 May 2006 16:04:06 GMT (envelope-from garga) Message-Id: <200605161604.k4GG468C053314@repoman.freebsd.org> From: Renato Botelho Date: Tue, 16 May 2006 16:04:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/sntop Makefile pkg-message pkg-plist ports/net/sntop/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 16:04:54 -0000 garga 2006-05-16 16:04:06 UTC FreeBSD ports repository Modified files: net/sntop Makefile pkg-plist Added files: net/sntop/files pkg-message.in Removed files: net/sntop pkg-message Log: - Install DOCS and EXAMPLES [1] - Pass maintainership to submitter [1] - Move pkg-message -> files/pkg-message-in and use SUB_FILES PR: ports/97300 Submitted by: Fernan Aguero Revision Changes Path 1.14 +15 -2 ports/net/sntop/Makefile 1.1 +13 -0 ports/net/sntop/files/pkg-message.in (new) 1.2 +0 -13 ports/net/sntop/pkg-message (dead) 1.2 +3 -0 ports/net/sntop/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 16:11:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30CCE16A5DD; Tue, 16 May 2006 16:11:12 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF71A43D53; Tue, 16 May 2006 16:11:11 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GGAt9m053632; Tue, 16 May 2006 16:10:55 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GGAtxE053631; Tue, 16 May 2006 16:10:55 GMT (envelope-from ehaupt) Message-Id: <200605161610.k4GGAtxE053631@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 16 May 2006 16:10:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/uni2ascii Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 16:11:14 -0000 ehaupt 2006-05-16 16:10:55 UTC FreeBSD ports repository Modified files: textproc/uni2ascii Makefile distinfo Log: Update to 3.9 Revision Changes Path 1.13 +4 -2 ports/textproc/uni2ascii/Makefile 1.11 +3 -3 ports/textproc/uni2ascii/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 16 16:13:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 637FB16A68A; Tue, 16 May 2006 16:13:02 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0425743D6B; Tue, 16 May 2006 16:13:02 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GGCjIW053737; Tue, 16 May 2006 16:12:45 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GGCje9053736; Tue, 16 May 2006 16:12:45 GMT (envelope-from bmah) Message-Id: <200605161612.k4GGCje9053736@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 16 May 2006 16:12:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/share/examples Makefile.relnotesng X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 16:13:03 -0000 bmah 2006-05-16 16:12:45 UTC FreeBSD src repository Modified files: release/doc/share/examples Makefile.relnotesng Log: Don't try to upload alpha-specific docs anymore. Revision Changes Path 1.12 +1 -1 src/release/doc/share/examples/Makefile.relnotesng From owner-cvs-all@FreeBSD.ORG Tue May 16 16:20:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27B3E16A516; Tue, 16 May 2006 16:20:06 +0000 (UTC) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9F4643D46; Tue, 16 May 2006 16:20:05 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GGJnIC055246; Tue, 16 May 2006 16:19:49 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GGJnxa055245; Tue, 16 May 2006 16:19:49 GMT (envelope-from anholt) Message-Id: <200605161619.k4GGJnxa055245@repoman.freebsd.org> From: Eric Anholt Date: Tue, 16 May 2006 16:19:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci agp_i810.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 16:20:06 -0000 anholt 2006-05-16 16:19:48 UTC FreeBSD src repository Modified files: sys/pci agp_i810.c Log: Add support for allocating one larger than page-sized contiguous block of memory with a physical address. This is used for hardware ARGB cursor support on newer chipsets. Revision Changes Path 1.36 +110 -26 src/sys/pci/agp_i810.c From owner-cvs-all@FreeBSD.ORG Tue May 16 16:25:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A36216A40F; Tue, 16 May 2006 16:25:45 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 342C043D53; Tue, 16 May 2006 16:25:45 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GGPRmN056414; Tue, 16 May 2006 16:25:27 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GGPRad056413; Tue, 16 May 2006 16:25:27 GMT (envelope-from ahze) Message-Id: <200605161625.k4GGPRad056413@repoman.freebsd.org> From: Michael Johnson Date: Tue, 16 May 2006 16:25:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gstreamer-plugins-all Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 16:25:45 -0000 ahze 2006-05-16 16:25:26 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins-all Makefile Log: - Update to 1.3.x to depend on dvd and dts plugins Revision Changes Path 1.9 +1 -1 ports/multimedia/gstreamer-plugins-all/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 16:26:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EBAB16A40A; Tue, 16 May 2006 16:26:57 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA9DE43D49; Tue, 16 May 2006 16:26:56 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GGQePm056563; Tue, 16 May 2006 16:26:40 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GGQekT056562; Tue, 16 May 2006 16:26:40 GMT (envelope-from flz) Message-Id: <200605161626.k4GGQekT056562@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 16 May 2006 16:26:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/openbgpd Makefile ports/net/openbgpd/files patch-bgpd_bgpd.8 stable-bgpd_bgpd.8 ports/net/openbgpd-devel Makefile distinfo ports/net/openbgpd-devel/files devel-bgpd_bgpd.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 16:26:57 -0000 flz 2006-05-16 16:26:40 UTC FreeBSD ports repository Modified files: net/openbgpd Makefile net/openbgpd-devel Makefile distinfo Added files: net/openbgpd/files stable-bgpd_bgpd.8 net/openbgpd-devel/files devel-bgpd_bgpd.8 Removed files: net/openbgpd/files patch-bgpd_bgpd.8 Log: - Update openbgpd-devel to today's snapshot (20060516). Revision Changes Path 1.2 +3 -2 ports/net/openbgpd-devel/Makefile 1.2 +3 -3 ports/net/openbgpd-devel/distinfo 1.1 +32 -0 ports/net/openbgpd-devel/files/devel-bgpd_bgpd.8 (new) 1.8 +6 -2 ports/net/openbgpd/Makefile 1.2 +0 -37 ports/net/openbgpd/files/patch-bgpd_bgpd.8 (dead) 1.1 +34 -0 ports/net/openbgpd/files/stable-bgpd_bgpd.8 (new) From owner-cvs-all@FreeBSD.ORG Tue May 16 16:29:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E92F216A456; Tue, 16 May 2006 16:29:31 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4C4E43D6D; Tue, 16 May 2006 16:29:29 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GGTDSE056738; Tue, 16 May 2006 16:29:13 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GGTD2U056737; Tue, 16 May 2006 16:29:13 GMT (envelope-from flz) Message-Id: <200605161629.k4GGTD2U056737@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 16 May 2006 16:29:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/openospfd-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 16:29:33 -0000 flz 2006-05-16 16:29:13 UTC FreeBSD ports repository Modified files: net/openospfd-devel Makefile distinfo Log: - Update openospfd-devel to today's snapshot (20060516). Revision Changes Path 1.2 +5 -3 ports/net/openospfd-devel/Makefile 1.2 +3 -3 ports/net/openospfd-devel/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 16 16:30:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D196B16A79B; Tue, 16 May 2006 16:30:47 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C2BE43D6D; Tue, 16 May 2006 16:30:45 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GGUSFX056839; Tue, 16 May 2006 16:30:28 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GGUSKw056838; Tue, 16 May 2006 16:30:28 GMT (envelope-from bmah) Message-Id: <200605161630.k4GGUSKw056838@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 16 May 2006 16:30:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en developers.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 16:30:55 -0000 bmah 2006-05-16 16:30:28 UTC FreeBSD doc repository Modified files: en developers.sgml Log: Rejoin re@. Approved by: re (scottl) Revision Changes Path 1.133 +2 -2 www/en/developers.sgml From owner-cvs-all@FreeBSD.ORG Tue May 16 16:32:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2C3116A664; Tue, 16 May 2006 16:32:20 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3F4343D78; Tue, 16 May 2006 16:32:15 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GGVw9K056958; Tue, 16 May 2006 16:31:58 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GGVw0n056957; Tue, 16 May 2006 16:31:58 GMT (envelope-from mjacob) Message-Id: <200605161631.k4GGVw0n056957@repoman.freebsd.org> From: Matt Jacob Date: Tue, 16 May 2006 16:31:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/isp isp_freebsd.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 16:32:27 -0000 mjacob 2006-05-16 16:31:58 UTC FreeBSD src repository Modified files: sys/dev/isp isp_freebsd.h Log: Move a define depending on __FreeBSD_versoin to after where it would be defined. Submitted by: Ruslan Ermilov Revision Changes Path 1.88 +8 -8 src/sys/dev/isp/isp_freebsd.h From owner-cvs-all@FreeBSD.ORG Tue May 16 16:34:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 121B516A4D5; Tue, 16 May 2006 16:34:12 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0C9543D46; Tue, 16 May 2006 16:34:11 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GGXtgR057040; Tue, 16 May 2006 16:33:55 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GGXtti057039; Tue, 16 May 2006 16:33:55 GMT (envelope-from mezz) Message-Id: <200605161633.k4GGXtti057039@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 16:33:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/gimp1 pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 16:34:14 -0000 mezz 2006-05-16 16:33:55 UTC FreeBSD ports repository Modified files: graphics/gimp1 pkg-plist Log: portlint: -Use DATADIR in plist. Revision Changes Path 1.66 +1155 -1155 ports/graphics/gimp1/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 16:35:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C33416A5A6; Tue, 16 May 2006 16:35:51 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B559343D46; Tue, 16 May 2006 16:35:50 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GGZYbh057144; Tue, 16 May 2006 16:35:34 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GGZY4n057143; Tue, 16 May 2006 16:35:34 GMT (envelope-from anray) Message-Id: <200605161635.k4GGZY4n057143@repoman.freebsd.org> From: Andrey Slusar Date: Tue, 16 May 2006 16:35:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/mountsmb2 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 16:35:51 -0000 anray 2006-05-16 16:35:34 UTC FreeBSD ports repository Modified files: sysutils/mountsmb2 Makefile distinfo pkg-descr pkg-plist Log: - Update to 0.90.2 - Update description. PR: ports/97167 Submitted by: maintainer Revision Changes Path 1.2 +8 -5 ports/sysutils/mountsmb2/Makefile 1.2 +3 -3 ports/sysutils/mountsmb2/distinfo 1.2 +2 -2 ports/sysutils/mountsmb2/pkg-descr 1.2 +1 -1 ports/sysutils/mountsmb2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 16:46:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB38D16A757; Tue, 16 May 2006 16:46:01 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8160F43D78; Tue, 16 May 2006 16:46:01 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GGjiY6057664; Tue, 16 May 2006 16:45:44 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GGji7K057663; Tue, 16 May 2006 16:45:44 GMT (envelope-from anray) Message-Id: <200605161645.k4GGji7K057663@repoman.freebsd.org> From: Andrey Slusar Date: Tue, 16 May 2006 16:45:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/dictem Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 16:46:04 -0000 anray 2006-05-16 16:45:44 UTC FreeBSD ports repository Modified files: textproc/dictem Makefile Log: Add new mastersite. Submitted by: Max N. Boyarov - maintainer(via PM) Revision Changes Path 1.2 +3 -2 ports/textproc/dictem/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 16:53:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AC6216A7EF; Tue, 16 May 2006 16:53:12 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06A4443DC4; Tue, 16 May 2006 16:52:51 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GGqVjE065552; Tue, 16 May 2006 16:52:31 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GGqVMP065551; Tue, 16 May 2006 16:52:31 GMT (envelope-from anray) Message-Id: <200605161652.k4GGqVMP065551@repoman.freebsd.org> From: Andrey Slusar Date: Tue, 16 May 2006 16:52:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors Makefile ports/editors/xemacs-devel-mule-xft Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 16:53:28 -0000 anray 2006-05-16 16:52:31 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/xemacs-devel-mule-xft Makefile Log: Add xemacs-devel-mule-xft , XEmacs(beta version) text editor with xft support. Revision Changes Path 1.344 +1 -0 ports/editors/Makefile 1.1 +17 -0 ports/editors/xemacs-devel-mule-xft/Makefile (new) From owner-cvs-all@FreeBSD.ORG Tue May 16 16:55:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC99216A973; Tue, 16 May 2006 16:55:24 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15CF143D9C; Tue, 16 May 2006 16:55:15 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GGsjUl065641; Tue, 16 May 2006 16:54:45 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GGsjIW065640; Tue, 16 May 2006 16:54:45 GMT (envelope-from anray) Message-Id: <200605161654.k4GGsjIW065640@repoman.freebsd.org> From: Andrey Slusar Date: Tue, 16 May 2006 16:54:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 16:55:28 -0000 anray 2006-05-16 16:54:45 UTC FreeBSD ports repository Modified files: . modules Log: xemacs-devel-mule-xft --> ports/editors/xemacs-devel-mule-xft Revision Changes Path 1.14983 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue May 16 17:02:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8273F16A5F3; Tue, 16 May 2006 17:02:59 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E041E43D45; Tue, 16 May 2006 17:02:57 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GH2f8o066026; Tue, 16 May 2006 17:02:41 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GH2fPF066025; Tue, 16 May 2006 17:02:41 GMT (envelope-from mezz) Message-Id: <200605161702.k4GH2fPF066025@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 16 May 2006 17:02:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/avahi Makefile ports/net/avahi/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 17:03:00 -0000 mezz 2006-05-16 17:02:41 UTC FreeBSD ports repository Modified files: net/avahi Makefile net/avahi/files patch-Makefile.in Log: Fix the previous commit that will actually change the @PTHREAD_LIBS@ and @PTHREAD_CFLAGS@ to real in avahi-client.pc and avahi-glib.pc. Bump the PORTREVISION. Reported by: "Vladimir Timofeev" Revision Changes Path 1.27 +1 -1 ports/net/avahi/Makefile 1.3 +18 -4 ports/net/avahi/files/patch-Makefile.in From owner-cvs-all@FreeBSD.ORG Tue May 16 17:10:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C87316A791; Tue, 16 May 2006 17:10:36 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4784143D45; Tue, 16 May 2006 17:10:36 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GHAJRG067527; Tue, 16 May 2006 17:10:19 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GHAJhY067521; Tue, 16 May 2006 17:10:19 GMT (envelope-from matteo) Message-Id: <200605161710.k4GHAJhY067521@repoman.freebsd.org> From: Matteo Riondato Date: Tue, 16 May 2006 17:10:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/examples/etc README.examples X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 17:10:38 -0000 matteo 2006-05-16 17:10:17 UTC FreeBSD src repository Modified files: share/examples/etc README.examples Log: Close a "(" I left open. Revision Changes Path 1.16 +1 -1 src/share/examples/etc/README.examples From owner-cvs-all@FreeBSD.ORG Tue May 16 17:11:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C44416A400; Tue, 16 May 2006 17:11:37 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 067A243D45; Tue, 16 May 2006 17:11:37 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GHBKjp067622; Tue, 16 May 2006 17:11:20 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GHBKN6067621; Tue, 16 May 2006 17:11:20 GMT (envelope-from anray) Message-Id: <200605161711.k4GHBKN6067621@repoman.freebsd.org> From: Andrey Slusar Date: Tue, 16 May 2006 17:11:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.emacs.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 17:11:40 -0000 anray 2006-05-16 17:11:20 UTC FreeBSD ports repository Modified files: Mk bsd.emacs.mk Log: Add xemacs-devel-mule-xft. Revision Changes Path 1.57 +8 -3 ports/Mk/bsd.emacs.mk From owner-cvs-all@FreeBSD.ORG Tue May 16 17:13:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C62916A565; Tue, 16 May 2006 17:13:55 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A00A43D64; Tue, 16 May 2006 17:13:53 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GHDaAE067708; Tue, 16 May 2006 17:13:36 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GHDaU1067707; Tue, 16 May 2006 17:13:36 GMT (envelope-from marius) Message-Id: <200605161713.k4GHDaU1067707@repoman.freebsd.org> From: Marius Strobl Date: Tue, 16 May 2006 17:13:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/aumix Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 17:13:57 -0000 marius 2006-05-16 17:13:36 UTC FreeBSD ports repository (src committer) Modified files: audio/aumix Makefile Log: - Add a WITHOUT_NLS knob, allowing to get rid of the gettext dependency. - Use REINPLACE_CMD instead of re-implementing it with CP and SED. Approved by: netchild Revision Changes Path 1.46 +8 -6 ports/audio/aumix/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 17:57:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4E3416AEE5; Tue, 16 May 2006 17:57:18 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 364AD43D6A; Tue, 16 May 2006 17:57:18 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GHv1uG069333; Tue, 16 May 2006 17:57:01 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GHv13h069332; Tue, 16 May 2006 17:57:01 GMT (envelope-from ambrisko) Message-Id: <200605161757.k4GHv13h069332@repoman.freebsd.org> From: Doug Ambrisko Date: Tue, 16 May 2006 17:57:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/linux linux_stats.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 17:57:19 -0000 ambrisko 2006-05-16 17:57:01 UTC FreeBSD src repository Modified files: sys/compat/linux linux_stats.c Log: Fix file leaking in translate_path_major_minor. Revision Changes Path 1.83 +6 -2 src/sys/compat/linux/linux_stats.c From owner-cvs-all@FreeBSD.ORG Tue May 16 18:02:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3488C16AADF; Tue, 16 May 2006 18:02:02 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF31743D4C; Tue, 16 May 2006 18:02:01 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GI1jMX069594; Tue, 16 May 2006 18:01:45 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GI1jLZ069593; Tue, 16 May 2006 18:01:45 GMT (envelope-from garga) Message-Id: <200605161801.k4GI1jLZ069593@repoman.freebsd.org> From: Renato Botelho Date: Tue, 16 May 2006 18:01:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zope29 Makefile distinfo pkg-plist ports/www/zope29/files patch-Dependencies-RestrictedPython patch-Dependencies-SiteAccess patch-Dependencies-StructuredText X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 18:02:08 -0000 garga 2006-05-16 18:01:44 UTC FreeBSD ports repository Modified files: www/zope29 Makefile distinfo pkg-plist www/zope29/files patch-Dependencies-RestrictedPython patch-Dependencies-SiteAccess patch-Dependencies-StructuredText Log: - Update to 2.9.3 PR: ports/97340 Submitted by: maintainer Revision Changes Path 1.84 +1 -1 ports/www/zope29/Makefile 1.46 +3 -3 ports/www/zope29/distinfo 1.4 +2 -2 ports/www/zope29/files/patch-Dependencies-RestrictedPython 1.4 +2 -2 ports/www/zope29/files/patch-Dependencies-SiteAccess 1.4 +6 -6 ports/www/zope29/files/patch-Dependencies-StructuredText 1.52 +135 -2 ports/www/zope29/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 18:04:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1999E16AF52; Tue, 16 May 2006 18:04:22 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 929D343D5E; Tue, 16 May 2006 18:04:21 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GI44ID070908; Tue, 16 May 2006 18:04:04 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GI449h070907; Tue, 16 May 2006 18:04:04 GMT (envelope-from netchild) Message-Id: <200605161804.k4GI449h070907@repoman.freebsd.org> From: Alexander Leidinger Date: Tue, 16 May 2006 18:04:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/linux-gtk Makefile pkg-plist.i386 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 18:04:30 -0000 netchild 2006-05-16 18:04:04 UTC FreeBSD ports repository Modified files: x11-toolkits/linux-gtk Makefile pkg-plist.i386 Log: Fix plist. Noticed by: gohan (krismail) Revision Changes Path 1.36 +1 -1 ports/x11-toolkits/linux-gtk/Makefile 1.9 +2 -0 ports/x11-toolkits/linux-gtk/pkg-plist.i386 From owner-cvs-all@FreeBSD.ORG Tue May 16 18:10:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92CA716AF8C; Tue, 16 May 2006 18:10:43 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DB0343D6D; Tue, 16 May 2006 18:10:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GIAQ2B071408; Tue, 16 May 2006 18:10:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GIAQ8P071407; Tue, 16 May 2006 18:10:26 GMT (envelope-from pav) Message-Id: <200605161810.k4GIAQ8P071407@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 16 May 2006 18:10:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/boinc-client pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 18:10:56 -0000 pav 2006-05-16 18:10:26 UTC FreeBSD ports repository Modified files: net/boinc-client pkg-message Log: - Update pkg-message to match reality Revision Changes Path 1.3 +3 -19 ports/net/boinc-client/pkg-message From owner-cvs-all@FreeBSD.ORG Tue May 16 18:13:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FD3C16B02A; Tue, 16 May 2006 18:13:48 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A86E643D5C; Tue, 16 May 2006 18:13:45 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GIDSMH071563; Tue, 16 May 2006 18:13:28 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GIDSZF071562; Tue, 16 May 2006 18:13:28 GMT (envelope-from marius) Message-Id: <200605161813.k4GIDSZF071562@repoman.freebsd.org> From: Marius Strobl Date: Tue, 16 May 2006 18:13:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/cdrtools-devel Makefile distinfo ports/sysutils/cdrtools-devel/files patch-cdda2wav::interface.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 18:14:05 -0000 marius 2006-05-16 18:13:28 UTC FreeBSD ports repository (src committer) Modified files: sysutils/cdrtools-devel Makefile distinfo Added files: sysutils/cdrtools-devel/files patch-cdda2wav::interface.c Log: Update to 2.01.01a09, which now includes DVD support in cdrecord and changed the licenses of the various cdrtools components from GPL to CDDL and LGPL respectively. For the full announcement of 2.01.01a09 see: ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a09 Revision Changes Path 1.80 +1 -1 ports/sysutils/cdrtools-devel/Makefile 1.53 +3 -3 ports/sysutils/cdrtools-devel/distinfo 1.6 +11 -0 ports/sysutils/cdrtools-devel/files/patch-cdda2wav::interface.c (new) From owner-cvs-all@FreeBSD.ORG Tue May 16 18:19:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A52916B11D; Tue, 16 May 2006 18:19:58 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FAFF43D4C; Tue, 16 May 2006 18:19:52 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GIJZAd071795; Tue, 16 May 2006 18:19:35 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GIJZ6c071794; Tue, 16 May 2006 18:19:35 GMT (envelope-from netchild) Message-Id: <200605161819.k4GIJZ6c071794@repoman.freebsd.org> From: Alexander Leidinger Date: Tue, 16 May 2006 18:19:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.linux-rpm.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 18:20:13 -0000 netchild 2006-05-16 18:19:35 UTC FreeBSD ports repository Modified files: Mk bsd.linux-rpm.mk Log: Fix the new-plist target (typo). Revision Changes Path 1.5 +2 -2 ports/Mk/bsd.linux-rpm.mk From owner-cvs-all@FreeBSD.ORG Tue May 16 18:21:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0E3616B0A8; Tue, 16 May 2006 18:21:56 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A81543D78; Tue, 16 May 2006 18:21:56 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GILd5u072011; Tue, 16 May 2006 18:21:39 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GILdcO072010; Tue, 16 May 2006 18:21:39 GMT (envelope-from sat) Message-Id: <200605161821.k4GILdcO072010@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 16 May 2006 18:21:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-HTML-Template-Pluggable pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 18:22:05 -0000 sat 2006-05-16 18:21:39 UTC FreeBSD ports repository Modified files: www/p5-HTML-Template-Pluggable pkg-plist Log: - Fix plist Reported by: pointyhat via kris Approved by: krion (mentor, implicit) Revision Changes Path 1.2 +2 -0 ports/www/p5-HTML-Template-Pluggable/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 18:52:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2085D16B3D1; Tue, 16 May 2006 18:52:35 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54A4F43D49; Tue, 16 May 2006 18:52:33 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GIpMct073324; Tue, 16 May 2006 18:51:22 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GIpMs6073323; Tue, 16 May 2006 18:51:22 GMT (envelope-from trhodes) Message-Id: <200605161851.k4GIpMs6073323@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 16 May 2006 18:51:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 18:52:43 -0000 trhodes 2006-05-16 18:51:22 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: Provide a less cryptic panic message in place of just "found inode." Revision Changes Path 1.197 +2 -1 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-all@FreeBSD.ORG Tue May 16 18:58:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D404D16A7C9; Tue, 16 May 2006 18:58:34 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0790743D68; Tue, 16 May 2006 18:58:34 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GIwHAH073740; Tue, 16 May 2006 18:58:17 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GIwH77073739; Tue, 16 May 2006 18:58:17 GMT (envelope-from aaron) Message-Id: <200605161858.k4GIwH77073739@repoman.freebsd.org> From: Aaron Dalton Date: Tue, 16 May 2006 18:58:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-TeX-Encode Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 18:58:40 -0000 aaron 2006-05-16 18:58:17 UTC FreeBSD ports repository Modified files: textproc/p5-TeX-Encode Makefile distinfo pkg-plist Log: - Updated from v0.4 to v0.6 0.6 - Fixed incompatibility with HTML::Parser 1.35 - Upped the required versions of Pod::LaTeX and HTML::Entities to ones I know work 0.5 - Fixed an incorrect quoting bug in MathMode - Added a couple of tests for quote bug and escaping - Now unescapes any singular character (\\ => \, \x => x, etc), this may be too broad and need casing? Approved by: tobez (implicit) Revision Changes Path 1.2 +1 -1 ports/textproc/p5-TeX-Encode/Makefile 1.2 +3 -3 ports/textproc/p5-TeX-Encode/distinfo 1.2 +1 -0 ports/textproc/p5-TeX-Encode/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 16 18:59:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7147516B459; Tue, 16 May 2006 18:59:17 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BBE743D49; Tue, 16 May 2006 18:59:17 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GIx0lk073939; Tue, 16 May 2006 18:59:00 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GIx0fY073938; Tue, 16 May 2006 18:59:00 GMT (envelope-from trhodes) Message-Id: <200605161859.k4GIx0fY073938@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 16 May 2006 18:59:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/build/options makeman X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 18:59:28 -0000 trhodes 2006-05-16 18:59:00 UTC FreeBSD src repository Modified files: tools/build/options makeman Log: Some minor wording/description changes. Reviewed by: ru (two months ago) Revision Changes Path 1.3 +8 -6 src/tools/build/options/makeman From owner-cvs-all@FreeBSD.ORG Tue May 16 19:11:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E724416B073; Tue, 16 May 2006 19:11:28 +0000 (UTC) (envelope-from qingli@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B075D43D5D; Tue, 16 May 2006 19:11:28 +0000 (GMT) (envelope-from qingli@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GJBBuJ076698; Tue, 16 May 2006 19:11:11 GMT (envelope-from qingli@repoman.freebsd.org) Received: (from qingli@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GJBBdG076697; Tue, 16 May 2006 19:11:11 GMT (envelope-from qingli) Message-Id: <200605161911.k4GJBBdG076697@repoman.freebsd.org> From: Qing Li Date: Tue, 16 May 2006 19:11:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net route.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 19:11:37 -0000 qingli 2006-05-16 19:11:11 UTC FreeBSD src repository Modified files: sys/net route.c Log: The current routing code allows insertion of indirect routes that have gateways which are unreachable except through the default router. For example, assuming there is a default route configured, and inserting a route "route add 64.102.54.0/24 60.80.1.1" is currently allowed even when 60.80.1.1 is only reachable through the default route. However, an error is thrown when this route is utilized, say, "ping 64.102.54.1" will return an error This type of route insertion should be disallowed becasue: 1) Let's say that somehow our code allowed this packet to flow to the default router, and the default router knows the next hop is 60.80.1.1, then the question is why bother inserting this route in the 1st place, just simply use the default route. 2) Since we're not talking about source routing here, the default router could very well choose a different path than using 60.80.1.1 for the next hop, again it defeats the purpose of adding this route. Reviewed by: ru, gnn, bz Approved by: andre Revision Changes Path 1.116 +19 -0 src/sys/net/route.c From owner-cvs-all@FreeBSD.ORG Tue May 16 19:46:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D754816A466; Tue, 16 May 2006 19:46:00 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C83643D46; Tue, 16 May 2006 19:46:00 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GJjh8F081710; Tue, 16 May 2006 19:45:43 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GJjg5H081709; Tue, 16 May 2006 19:45:42 GMT (envelope-from marius) Message-Id: <200605161945.k4GJjg5H081709@repoman.freebsd.org> From: Marius Strobl Date: Tue, 16 May 2006 19:45:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/cdrtools-devel Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 19:46:01 -0000 marius 2006-05-16 19:45:42 UTC FreeBSD ports repository (src committer) Modified files: sysutils/cdrtools-devel Makefile pkg-descr Log: - Update COMMENT and the description of cdrecord in pkg-descr to reflect the DVD recording support included since 2.01.01a09. - Add btcflash, included since 2.01.01a05, to the list of cdrtools package contents in pkg-descr. - Correct a grammo in pkg-descr. - Bump PORTREVISION, as these changes affect the contents of the binary package. Submitted by: Fabian Keil (modulo COMMENT part) Approved by: netchild Revision Changes Path 1.81 +2 -1 ports/sysutils/cdrtools-devel/Makefile 1.14 +3 -2 ports/sysutils/cdrtools-devel/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue May 16 19:46:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F5E616A415; Tue, 16 May 2006 19:46:42 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4945843D46; Tue, 16 May 2006 19:46:42 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GJkPBL081758; Tue, 16 May 2006 19:46:25 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GJkPKG081757; Tue, 16 May 2006 19:46:25 GMT (envelope-from ahze) Message-Id: <200605161946.k4GJkPKG081757@repoman.freebsd.org> From: Michael Johnson Date: Tue, 16 May 2006 19:46:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gstreamer-plugins80 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 19:46:42 -0000 ahze 2006-05-16 19:46:25 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins80 Makefile Log: - Switch over to using MASTER_SITE_LOCAL since MASTER_SITE_GNOME doesn't carry old gstreamer Revision Changes Path 1.97 +2 -2 ports/multimedia/gstreamer-plugins80/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 20:24:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB62816A494; Tue, 16 May 2006 20:24:58 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AD3743D46; Tue, 16 May 2006 20:24:58 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GKOf96084795; Tue, 16 May 2006 20:24:41 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GKOfSS084794; Tue, 16 May 2006 20:24:41 GMT (envelope-from keramida) Message-Id: <200605162024.k4GKOfSS084794@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 16 May 2006 20:24:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys chflags.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 20:24:59 -0000 keramida 2006-05-16 20:24:41 UTC FreeBSD src repository (doc committer) Modified files: lib/libc/sys chflags.2 Log: * Document the fact that non-superusers cannot change file flags for objects with SF_IMMUTABLE, SF_APPEND, or SF_NOUNLINK. * Document that non-superusers cannot set or clear any SF_* flag (setting fails with EPERM, clearing is silently ignored). * Document that superusers cannot change any flag if one of SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK is set and securelevel is greater than 0. * Document SF_SNAPSHOT and note that it is maintained by the system and is, for this reason, impossible to set to clear by any user. PR: docs/33877 Submitted by: harti Help by: George Marsellis MFC after: 1 week Revision Changes Path 1.26 +47 -2 src/lib/libc/sys/chflags.2 From owner-cvs-all@FreeBSD.ORG Tue May 16 20:34:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8797E16A46B; Tue, 16 May 2006 20:34:03 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42E4643D46; Tue, 16 May 2006 20:34:03 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GKXjUj085162; Tue, 16 May 2006 20:33:46 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GKXjrV085161; Tue, 16 May 2006 20:33:45 GMT (envelope-from thierry) Message-Id: <200605162033.k4GKXjrV085161@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 16 May 2006 20:33:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/freefem++ Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 20:34:04 -0000 thierry 2006-05-16 20:33:45 UTC FreeBSD ports repository Modified files: math/freefem++ Makefile distinfo Log: Upgrade to 2.7-2. Revision Changes Path 1.42 +1 -1 ports/math/freefem++/Makefile 1.24 +3 -3 ports/math/freefem++/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 16 20:51:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C30016A5F9; Tue, 16 May 2006 20:51:13 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD53743D45; Tue, 16 May 2006 20:51:12 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GKot8I093473; Tue, 16 May 2006 20:50:55 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GKotKF093472; Tue, 16 May 2006 20:50:55 GMT (envelope-from marcus) Message-Id: <200605162050.k4GKotKF093472@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 16 May 2006 20:50:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/ftjava Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 20:51:13 -0000 marcus 2006-05-16 20:50:55 UTC FreeBSD ports repository Modified files: games/ftjava Makefile Log: Correct desktop item definition. Reported by: pointyhat via kris Revision Changes Path 1.2 +1 -1 ports/games/ftjava/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 20:52:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41A2816A810; Tue, 16 May 2006 20:52:07 +0000 (UTC) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F24AB43D45; Tue, 16 May 2006 20:52:06 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GKpnv5093584; Tue, 16 May 2006 20:51:49 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GKpnRx093583; Tue, 16 May 2006 20:51:49 GMT (envelope-from jeh) Message-Id: <200605162051.k4GKpnRx093583@repoman.freebsd.org> From: "James E. Housley" Date: Tue, 16 May 2006 20:51:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/healthd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 20:52:07 -0000 jeh 2006-05-16 20:51:49 UTC FreeBSD ports repository Modified files: sysutils/healthd Makefile Log: The last PR that remove i386 only hoping to get amd64 broke the build for all other systems. Revision Changes Path 1.55 +2 -0 ports/sysutils/healthd/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 20:53:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15D7516A70C; Tue, 16 May 2006 20:53:32 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FD3843D5D; Tue, 16 May 2006 20:53:31 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GKrD47093643; Tue, 16 May 2006 20:53:13 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GKrDSE093642; Tue, 16 May 2006 20:53:13 GMT (envelope-from ehaupt) Message-Id: <200605162053.k4GKrDSE093642@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 16 May 2006 20:53:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/smarteiffel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 20:53:32 -0000 ehaupt 2006-05-16 20:53:13 UTC FreeBSD ports repository Modified files: lang/smarteiffel Makefile Log: This port now respects CFLAGS. Since 'gcc' is hardcoded in a really nasty way CC still remains unrespected. PR: 96778 Submitted by: Gabor Kovesdan Approved by: Berend de Boer (maintainer) Revision Changes Path 1.14 +7 -0 ports/lang/smarteiffel/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 20:53:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC57C16A762; Tue, 16 May 2006 20:53:44 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8FDA43D45; Tue, 16 May 2006 20:53:44 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GKrR5o093670; Tue, 16 May 2006 20:53:27 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GKrRGo093669; Tue, 16 May 2006 20:53:27 GMT (envelope-from marcus) Message-Id: <200605162053.k4GKrRGo093669@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 16 May 2006 20:53:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/sfbol Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 20:53:45 -0000 marcus 2006-05-16 20:53:27 UTC FreeBSD ports repository Modified files: games/sfbol Makefile Log: Correct desktop item definition. Reported by: pointyhat via kris Revision Changes Path 1.4 +1 -1 ports/games/sfbol/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 20:59:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 532A616A475; Tue, 16 May 2006 20:59:13 +0000 (UTC) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA01243D46; Tue, 16 May 2006 20:59:12 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GKwtqa093931; Tue, 16 May 2006 20:58:55 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GKwtu0093930; Tue, 16 May 2006 20:58:55 GMT (envelope-from anholt) Message-Id: <200605162058.k4GKwtu0093930@repoman.freebsd.org> From: Eric Anholt Date: Tue, 16 May 2006 20:58:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/paraview Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 20:59:14 -0000 anholt 2006-05-16 20:58:55 UTC FreeBSD ports repository Modified files: science/paraview Makefile Log: Mark broken again after a cmake upgrade. Sigh. Reported by: krismail Revision Changes Path 1.7 +3 -1 ports/science/paraview/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 21:02:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2648416A685; Tue, 16 May 2006 21:02:01 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 875D843D5E; Tue, 16 May 2006 21:01:56 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GL1cMe094141; Tue, 16 May 2006 21:01:38 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GL1cTZ094140; Tue, 16 May 2006 21:01:38 GMT (envelope-from keramida) Message-Id: <200605162101.k4GL1cTZ094140@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 16 May 2006 21:01:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/bsdl-gpl article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 21:02:04 -0000 keramida 2006-05-16 21:01:38 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/bsdl-gpl article.sgml Log: Typo: s/leary/leery/ Submitted by: Jed Cousin Revision Changes Path 1.4 +1 -1 doc/en_US.ISO8859-1/articles/bsdl-gpl/article.sgml From owner-cvs-all@FreeBSD.ORG Tue May 16 21:04:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D05A16A7C2; Tue, 16 May 2006 21:04:19 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6D2143D48; Tue, 16 May 2006 21:04:18 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GL41go095407; Tue, 16 May 2006 21:04:01 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GL41o7095406; Tue, 16 May 2006 21:04:01 GMT (envelope-from marius) Message-Id: <200605162104.k4GL41o7095406@repoman.freebsd.org> From: Marius Strobl Date: Tue, 16 May 2006 21:04:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/le am7990.c am79900.c if_le_ledma.c if_le_pci.c lance.c lancereg.h lancevar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 21:04:19 -0000 marius 2006-05-16 21:04:01 UTC FreeBSD src repository Modified files: sys/dev/le am7990.c am79900.c if_le_ledma.c if_le_pci.c lance.c lancereg.h lancevar.h Log: - Revert if_le_pci.c rev. 1.2; although lnc(4) is now gone, le_pci_probe() still should return BUS_PROBE_LOW_PRIORITY instead of BUS_PROBE_DEFAULT in order to give pcn(4) a chance to attach in case it probes after le(4). - Rearrange the code related to RX interrupt handling so that ownership of RX descriptors is immediately returned to the NIC after we have copied the data of the hardware, allowing the NIC to already reuse the descriptor while we are processing the data in ifp->if_input(). This results in a small but measurable increase in RX throughput. As a side-effect, this moves the workaround for the LANCE revision C bug to am7900.c (still off by default as I doubt we will actually encounter such an old chip in a machine running FreeBSD) and the workaround for the bug in the VMware PCnet-PCI emulation to am79000.c, which is now also only compiled on i386 (resulting in a small increase in RX throughput on the other platforms). - Change the RX interrupt handlers so that the descriptor error bits are only check once in case there was no error instead of twice (inspired by the NetBSD pcn(4), which additionally predicts the error branch as false). - Fix the debugging output of the RX and TX interrupt handlers; while looping through the descriptors print info about the currently processed one instead of always the previously last used one; remove pointless printing of info about the RX descriptor bits after their values were reset. - Create the DMA tags used to allocate the memory for the init block, descriptors and packet buffers with the alignment the respective NIC actually requires rather than using PAGE_SIZE unconditionally. This might as well fix the alignment of the memory as it seems we do not inherit the alignment constraint from the parent DMA tag. - For the PCI variants double the number of RX descriptors and buffers from 8 to 16 as this minimizes the number of RX overflows im seeing with one NIC-mainboard combination. Nevertheless move reporting of overflows under debugging as they seem unavoidable with some crappy hardware. - Set the software style of the PCI variants to ILACC rather than PCnet-PCI as the former is was am79000.c actually implements. Should not make a difference for this driver though. - Fix the driver name part in the MODULE_DEPEND of the PCI front-end for ether. - Use different device descriptions for PCnet-Home and PCnet-PCI. - Fix some 0/NULL confusion in lance_get(). - Use bus_addr_t for sc_addr and bus_size_t for sc_memsize as these are more appropriate than u_long for these. - Remove the unused LE_DRIVER_NAME macro. - Add a comment describing why we are taking the LE_HTOLE* etc approach instead of using byteorder(9) functions directly. - Improve some comments and fix some wording. MFC after: 2 weeks Revision Changes Path 1.3 +67 -39 src/sys/dev/le/am7990.c 1.3 +66 -42 src/sys/dev/le/am79900.c 1.2 +5 -3 src/sys/dev/le/if_le_ledma.c 1.3 +22 -9 src/sys/dev/le/if_le_pci.c 1.2 +14 -118 src/sys/dev/le/lance.c 1.2 +1 -1 src/sys/dev/le/lancereg.h 1.2 +51 -6 src/sys/dev/le/lancevar.h From owner-cvs-all@FreeBSD.ORG Tue May 16 21:14:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE10316A7A1; Tue, 16 May 2006 21:14:25 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E81A843D66; Tue, 16 May 2006 21:14:24 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GLE7It095892; Tue, 16 May 2006 21:14:07 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GLE7pu095891; Tue, 16 May 2006 21:14:07 GMT (envelope-from wilko) Message-Id: <200605162114.k4GLE7pu095891@repoman.freebsd.org> From: Wilko Bulte Date: Tue, 16 May 2006 21:14:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 21:14:26 -0000 wilko 2006-05-16 21:14:07 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: I'm shipping dunstan an AlphaPC 164sx plus accessories Revision Changes Path 1.314 +8 -1 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Tue May 16 21:26:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECA9C16AAB7; Tue, 16 May 2006 21:26:46 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5709F43D72; Tue, 16 May 2006 21:26:40 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k4GLQThx051720; Tue, 16 May 2006 15:26:36 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <446A437E.6070700@samsco.org> Date: Tue, 16 May 2006 15:26:22 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marius Strobl References: <200605162104.k4GL41o7095406@repoman.freebsd.org> In-Reply-To: <200605162104.k4GL41o7095406@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/le am7990.c am79900.c if_le_ledma.c if_le_pci.c lance.c lancereg.h lancevar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 21:26:53 -0000 Marius Strobl wrote: > marius 2006-05-16 21:04:01 UTC > [...] > This might > as well fix the alignment of the memory as it seems we do not inherit > the alignment constraint from the parent DMA tag. Yes, I overlooked this, sorry. This should be fixed. Scott From owner-cvs-all@FreeBSD.ORG Tue May 16 21:34:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B90416A412; Tue, 16 May 2006 21:34:17 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B24343D4C; Tue, 16 May 2006 21:34:17 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GLXxJI096658; Tue, 16 May 2006 21:33:59 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GLXxGx096657; Tue, 16 May 2006 21:33:59 GMT (envelope-from ehaupt) Message-Id: <200605162133.k4GLXxGx096657@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 16 May 2006 21:33:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/squid Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 21:34:17 -0000 ehaupt 2006-05-16 21:33:59 UTC FreeBSD ports repository Modified files: www/squid Makefile distinfo Log: - Introduce four vendor patches [1] which: - simplify definition of the SQUIDHOSTNAMELEN constant (squid bug #1434) - correct display of mime icons when visible_hostname contains only the plain hostname without a domain (squid bug #1532) - plug a memory leak in the HTCP client code (squid bug #1553) - plug a memory leak in the ident processing code (squid bug #1557) - Bump PORTREVISION [1] http://www.squid-cache.org/Versions/v2/2.5/bugs/ PR: 97356 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.185 +5 -1 ports/www/squid/Makefile 1.145 +12 -0 ports/www/squid/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 16 22:07:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7262716A407; Tue, 16 May 2006 22:07:05 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CB5E43D48; Tue, 16 May 2006 22:07:05 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GM6lVp000130; Tue, 16 May 2006 22:06:47 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GM6lQS000129; Tue, 16 May 2006 22:06:47 GMT (envelope-from rodrigc) Message-Id: <200605162206.k4GM6lQS000129@repoman.freebsd.org> From: Craig Rodrigues Date: Tue, 16 May 2006 22:06:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 reiserfs.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 22:07:07 -0000 rodrigc 2006-05-16 22:06:47 UTC FreeBSD src repository Added files: share/man/man5 reiserfs.5 Log: Add man page for ReiserFS. Reviewed by: dumbbell Revision Changes Path 1.1 +83 -0 src/share/man/man5/reiserfs.5 (new) From owner-cvs-all@FreeBSD.ORG Tue May 16 22:08:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD0A716A525; Tue, 16 May 2006 22:08:56 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89C8043D48; Tue, 16 May 2006 22:08:56 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GM8dCQ000200; Tue, 16 May 2006 22:08:39 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GM8dY7000199; Tue, 16 May 2006 22:08:39 GMT (envelope-from rodrigc) Message-Id: <200605162208.k4GM8dY7000199@repoman.freebsd.org> From: Craig Rodrigues Date: Tue, 16 May 2006 22:08:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 22:08:57 -0000 rodrigc 2006-05-16 22:08:38 UTC FreeBSD src repository Modified files: share/man/man5 Makefile Log: Add reiserfs.5 man page to build. Revision Changes Path 1.71 +1 -0 src/share/man/man5/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 22:13:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6584E16A473; Tue, 16 May 2006 22:13:17 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F257843D78; Tue, 16 May 2006 22:13:12 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GMCtHm001468; Tue, 16 May 2006 22:12:55 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GMCtFf001467; Tue, 16 May 2006 22:12:55 GMT (envelope-from rodrigc) Message-Id: <200605162212.k4GMCtFf001467@repoman.freebsd.org> From: Craig Rodrigues Date: Tue, 16 May 2006 22:12:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 22:13:19 -0000 rodrigc 2006-05-16 22:12:55 UTC FreeBSD src repository Modified files: sbin Makefile Log: Disconnect mount_reiserfs from build. It is no longer needed, because "mount -t reiserfs" calls nmount(2) directly to mount a ReiserFS file system without the use of this external mount program. Approved by: dumbbell Revision Changes Path 1.161 +0 -1 src/sbin/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 16 22:43:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2B5516AC13; Tue, 16 May 2006 22:43:17 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2EDA43D60; Tue, 16 May 2006 22:43:13 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GMgtNm003505; Tue, 16 May 2006 22:42:55 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GMgttI003504; Tue, 16 May 2006 22:42:55 GMT (envelope-from aaron) Message-Id: <200605162242.k4GMgttI003504@repoman.freebsd.org> From: Aaron Dalton Date: Tue, 16 May 2006 22:42:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-String-Fraction Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 22:43:20 -0000 aaron 2006-05-16 22:42:55 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-String-Fraction Makefile distinfo pkg-descr pkg-plist Log: Adding port textproc/p5-String-Fraction, convert fractions into unicode chars. Approved by: tobez (implicit) Revision Changes Path 1.969 +1 -0 ports/textproc/Makefile 1.1 +31 -0 ports/textproc/p5-String-Fraction/Makefile (new) 1.1 +3 -0 ports/textproc/p5-String-Fraction/distinfo (new) 1.1 +6 -0 ports/textproc/p5-String-Fraction/pkg-descr (new) 1.1 +5 -0 ports/textproc/p5-String-Fraction/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue May 16 22:43:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53A0216A494; Tue, 16 May 2006 22:43:26 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D43243D5E; Tue, 16 May 2006 22:43:21 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GMh3PV003557; Tue, 16 May 2006 22:43:03 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GMh3Zc003556; Tue, 16 May 2006 22:43:03 GMT (envelope-from aaron) Message-Id: <200605162243.k4GMh3Zc003556@repoman.freebsd.org> From: Aaron Dalton Date: Tue, 16 May 2006 22:43:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 22:43:28 -0000 aaron 2006-05-16 22:43:03 UTC FreeBSD ports repository Modified files: . modules Log: p5-String-Fraction --> ports/textproc/p5-String-Fraction Revision Changes Path 1.14984 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue May 16 22:51:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F7E416A643; Tue, 16 May 2006 22:51:00 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC9643D45; Tue, 16 May 2006 22:50:59 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GMoghJ004016; Tue, 16 May 2006 22:50:42 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GMogEs004015; Tue, 16 May 2006 22:50:42 GMT (envelope-from thompsa) Message-Id: <200605162250.k4GMogEs004015@repoman.freebsd.org> From: Andrew Thompson Date: Tue, 16 May 2006 22:50:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_bridge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 22:51:00 -0000 thompsa 2006-05-16 22:50:42 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: Fix style(9) nits, whitespace and parentheses. Revision Changes Path 1.61 +52 -61 src/sys/net/if_bridge.c From owner-cvs-all@FreeBSD.ORG Tue May 16 22:56:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C7DC16A452; Tue, 16 May 2006 22:56:18 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54FEA43D4C; Tue, 16 May 2006 22:56:18 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GMu0Tk004221; Tue, 16 May 2006 22:56:00 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GMu0GA004220; Tue, 16 May 2006 22:56:00 GMT (envelope-from clsung) Message-Id: <200605162256.k4GMu0GA004220@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 16 May 2006 22:56:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-Google-Calendar Makefile ports/net/p5-Net-Google-Calendar/files patch-Calendar.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 22:56:18 -0000 clsung 2006-05-16 22:56:00 UTC FreeBSD ports repository Modified files: net/p5-Net-Google-Calendar Makefile Added files: net/p5-Net-Google-Calendar/files patch-Calendar.pm Log: - Fixes add_entry/update_entry methods for manipulating non-latin data. (By making the whole request UTF-8.) PR: ports/97362 Submitted by: maintainer (Yi-Hsuan Hsin) Revision Changes Path 1.2 +1 -0 ports/net/p5-Net-Google-Calendar/Makefile 1.1 +11 -0 ports/net/p5-Net-Google-Calendar/files/patch-Calendar.pm (new) From owner-cvs-all@FreeBSD.ORG Tue May 16 22:59:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29AEE16A5C9; Tue, 16 May 2006 22:59:01 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D988B43D45; Tue, 16 May 2006 22:59:00 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GMwhDU004356; Tue, 16 May 2006 22:58:43 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GMwhnw004355; Tue, 16 May 2006 22:58:43 GMT (envelope-from keramida) Message-Id: <200605162258.k4GMwhnw004355@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 16 May 2006 22:58:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 suser.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 22:59:01 -0000 keramida 2006-05-16 22:58:43 UTC FreeBSD src repository (doc committer) Modified files: share/man/man9 suser.9 Log: Consistently use `superuser privileges' instead of its singular form here and its plural there. Submitted by: Rostislav Krasny MFC after: 3 days Revision Changes Path 1.29 +1 -1 src/share/man/man9/suser.9 From owner-cvs-all@FreeBSD.ORG Tue May 16 23:54:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BF2A16A45B; Tue, 16 May 2006 23:54:32 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E85EC43D48; Tue, 16 May 2006 23:54:31 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GNsEE6008820; Tue, 16 May 2006 23:54:14 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GNsERr008819; Tue, 16 May 2006 23:54:14 GMT (envelope-from ahze) Message-Id: <200605162354.k4GNsERr008819@repoman.freebsd.org> From: Michael Johnson Date: Tue, 16 May 2006 23:54:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/estraier Makefile ports/textproc/estraier/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 23:54:32 -0000 ahze 2006-05-16 23:54:13 UTC FreeBSD ports repository Modified files: textproc/estraier Makefile Added files: textproc/estraier/files patch-Makefile.in Log: - Chase libver bump to mecab Submitted by: Jun Kuriyama Revision Changes Path 1.19 +2 -2 ports/textproc/estraier/Makefile 1.1 +11 -0 ports/textproc/estraier/files/patch-Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Wed May 17 00:08:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E35B16A422; Wed, 17 May 2006 00:08:00 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 385D843D49; Wed, 17 May 2006 00:08:00 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H07gko010590; Wed, 17 May 2006 00:07:42 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H07gnx010589; Wed, 17 May 2006 00:07:42 GMT (envelope-from csjp) Message-Id: <200605170007.k4H07gnx010589@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Wed, 17 May 2006 00:07:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 00:08:00 -0000 csjp 2006-05-17 00:07:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net bpf.c Log: MFC revision 1.164 Pickup locks for the BPF interface structure. It's quite possible that bpf(4) descriptors can be added and removed on this interface while we are processing stats. Revision Changes Path 1.153.2.7 +2 -0 src/sys/net/bpf.c From owner-cvs-all@FreeBSD.ORG Wed May 17 00:09:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C968B16A445; Wed, 17 May 2006 00:09:42 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6722343D45; Wed, 17 May 2006 00:09:42 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H09OgK010673; Wed, 17 May 2006 00:09:24 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H09O7H010672; Wed, 17 May 2006 00:09:24 GMT (envelope-from csjp) Message-Id: <200605170009.k4H09O7H010672@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Wed, 17 May 2006 00:09:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_ethersubr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 00:09:44 -0000 csjp 2006-05-17 00:09:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_ethersubr.c Log: MFC revision 1.215 Unbreak byte counters when network interfaces are in monitor mode by re-organizing the monitor return logic. We perform interface monitoring checks after we have determined if the CRC is still on the packet, if it is, m_adj() is called which will adjust the packet length. This ensures that we are not including CRC lengths in the byte counters for each packet. Revision Changes Path 1.193.2.11 +8 -8 src/sys/net/if_ethersubr.c From owner-cvs-all@FreeBSD.ORG Wed May 17 00:11:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 316F416A403; Wed, 17 May 2006 00:11:46 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00F2943D4C; Wed, 17 May 2006 00:11:46 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H0BS7I010833; Wed, 17 May 2006 00:11:28 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H0BSVO010832; Wed, 17 May 2006 00:11:28 GMT (envelope-from csjp) Message-Id: <200605170011.k4H0BSVO010832@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Wed, 17 May 2006 00:11:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_bridge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 00:11:46 -0000 csjp 2006-05-17 00:11:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_bridge.c Log: MFC revision 1.55 Slightly re-worked bpf(4) code associated with bridging: if we have a destination interface as a member of our bridge or this is a unicast packet, push it through the bpf(4) machinery. For broadcast or multicast packets, don't bother with the bpf(4) because it will be re-injected into ether_input. We do this before we pass the packets through the pfil(9) framework, as it is possible that pfil(9) will drop the packet or possibly modify it, making it very difficult to debug firewall issues on the bridge. Further, implemented IFF_MONITOR for bridge interfaces. This does much the same thing that it does for regular network interfaces: it pushes the packet to any bpf(4) peers and then returns. This bypasses all of the bridge machinery, saving mutex acquisitions, list traversals, and other operations performed by the bridging code. This change to the bridging code is useful in situations where individuals use a bridge to multiplex RX/TX signals from two interfaces, as is required by some network taps for de-multiplexing links and transmitting the RX/TX signals out through two separate interfaces. This behaviour is quite common for network taps monitoring links, especially for certain manufacturers. Revision Changes Path 1.11.2.29 +26 -10 src/sys/net/if_bridge.c From owner-cvs-all@FreeBSD.ORG Wed May 17 00:13:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDBA216A406; Wed, 17 May 2006 00:13:25 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC17443D48; Wed, 17 May 2006 00:13:25 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H0D7sK010946; Wed, 17 May 2006 00:13:07 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H0D7G1010945; Wed, 17 May 2006 00:13:07 GMT (envelope-from emax) Message-Id: <200605170013.k4H0D7G1010945@repoman.freebsd.org> From: Maksim Yevmenkin Date: Wed, 17 May 2006 00:13:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph/bluetooth/include ng_btsocket.h ng_hci.h src/sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 00:13:27 -0000 emax 2006-05-17 00:13:07 UTC FreeBSD src repository Modified files: sys/netgraph/bluetooth/include ng_btsocket.h ng_hci.h sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c Log: Add new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space applications can use this ioctl to obtain the list of HCI nodes. User-space application is expected to preallocate 'ng_btsocket_hci_raw_node_list_names' structure and set limit in 'num_nodes' field. The 'nodes' field should be allocated as well and it should have space for at least 'num_nodes' elements. The SIOC_HCI_RAW_NODE_LIST_NAMES should be issued on bound raw HCI socket. It does not really really matter what HCI name the socket is bound to, as long as it is not empty. MFC after: 1 week Revision Changes Path 1.8 +9 -0 src/sys/netgraph/bluetooth/include/ng_btsocket.h 1.7 +2 -0 src/sys/netgraph/bluetooth/include/ng_hci.h 1.21 +64 -1 src/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c From owner-cvs-all@FreeBSD.ORG Wed May 17 00:19:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B10216A441; Wed, 17 May 2006 00:19:16 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E51A43D45; Wed, 17 May 2006 00:19:16 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H0IwbG011259; Wed, 17 May 2006 00:18:58 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H0IwuV011258; Wed, 17 May 2006 00:18:58 GMT (envelope-from csjp) Message-Id: <200605170018.k4H0IwuV011258@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Wed, 17 May 2006 00:18:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_bridge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 00:19:16 -0000 csjp 2006-05-17 00:18:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_bridge.c Log: MFC revision 1.56 date: 2006/03/03 09:12:21; author: thompsa; state: Exp; lines: +22 -7 Since we are using random ethernet addresses for the bridge, it is possible that we might have address collisions, so make sure that this hardware address isn't already in use on another bridge. Revision Changes Path 1.11.2.30 +22 -7 src/sys/net/if_bridge.c From owner-cvs-all@FreeBSD.ORG Wed May 17 00:42:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5550616A400; Wed, 17 May 2006 00:42:10 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EF7043D58; Wed, 17 May 2006 00:42:07 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H0fnvK012136; Wed, 17 May 2006 00:41:49 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H0fnuA012135; Wed, 17 May 2006 00:41:49 GMT (envelope-from davidxu) Message-Id: <200605170041.k4H0fnuA012135@repoman.freebsd.org> From: David Xu Date: Wed, 17 May 2006 00:41:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys ptrace.h src/sys/kern sys_process.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 00:42:10 -0000 davidxu 2006-05-17 00:41:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys ptrace.h sys/kern sys_process.c Log: MFC following revisions: sys/ptrace.h 1.27 kern/sys_process 1.135 get LWP's signal info. Revision Changes Path 1.131.2.4 +2 -0 src/sys/kern/sys_process.c 1.27.2.1 +4 -0 src/sys/sys/ptrace.h From owner-cvs-all@FreeBSD.ORG Wed May 17 00:53:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54B6116A401; Wed, 17 May 2006 00:53:03 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EEE743D45; Wed, 17 May 2006 00:53:03 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H0qjNI020182; Wed, 17 May 2006 00:52:45 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H0qib3020181; Wed, 17 May 2006 00:52:44 GMT (envelope-from ijliao) Message-Id: <200605170052.k4H0qib3020181@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 May 2006 00:52:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/py-imdbpy Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 00:53:03 -0000 ijliao 2006-05-17 00:52:44 UTC FreeBSD ports repository Modified files: www/py-imdbpy Makefile distinfo Log: upgrade to 2.5 Revision Changes Path 1.10 +1 -1 ports/www/py-imdbpy/Makefile 1.11 +3 -3 ports/www/py-imdbpy/distinfo From owner-cvs-all@FreeBSD.ORG Wed May 17 00:57:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AD9616A403; Wed, 17 May 2006 00:57:44 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9795E43D5E; Wed, 17 May 2006 00:57:42 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H0vOKR020369; Wed, 17 May 2006 00:57:24 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H0vO6C020368; Wed, 17 May 2006 00:57:24 GMT (envelope-from lofi) Message-Id: <200605170057.k4H0vO6C020368@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 17 May 2006 00:57:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/juk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 00:57:44 -0000 lofi 2006-05-17 00:57:24 UTC FreeBSD ports repository Modified files: audio/juk Makefile Log: Depends on gstreamer80 for now Revision Changes Path 1.22 +2 -2 ports/audio/juk/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 01:42:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B66C16A401; Wed, 17 May 2006 01:42:18 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33C0143D45; Wed, 17 May 2006 01:42:18 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H1g03k027002; Wed, 17 May 2006 01:42:00 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H1fx5R027001; Wed, 17 May 2006 01:41:59 GMT (envelope-from jylefort) Message-Id: <200605170141.k4H1fx5R027001@repoman.freebsd.org> From: Jean-Yves Lefort Date: Wed, 17 May 2006 01:41:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/linux-x-plane Makefile ports/games/linux-x-plane-net-installer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 01:42:18 -0000 jylefort 2006-05-17 01:41:59 UTC FreeBSD ports repository Modified files: games/linux-x-plane Makefile games/linux-x-plane-net-installer Makefile Log: Chase linux-openal update. Reported by: netchild Revision Changes Path 1.3 +1 -1 ports/games/linux-x-plane-net-installer/Makefile 1.7 +1 -1 ports/games/linux-x-plane/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 02:16:59 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8D6D16A40D for ; Wed, 17 May 2006 02:16:59 +0000 (UTC) (envelope-from victor@preprod.vfmii.com) Received: from preprod.vfmii.com (35.44.220-216.q9.net [216.220.44.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6413543D46 for ; Wed, 17 May 2006 02:16:59 +0000 (GMT) (envelope-from victor@preprod.vfmii.com) Received: from preprod.vfmii.com (localhost [127.0.0.1]) by preprod.vfmii.com (Postfix) with ESMTP id 5429A2454D for ; Tue, 16 May 2006 22:45:12 -0400 (EDT) Received: (from victor@localhost) by preprod.vfmii.com (8.12.11/8.12.11/Submit) id k4H2jCvA020380; Tue, 16 May 2006 22:45:12 -0400 Date: Tue, 16 May 2006 22:45:12 -0400 Message-Id: <200605170245.k4H2jCvA020380@preprod.vfmii.com> To: cvs-all@freebsd.org From: postcards1001 MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: You've received a greeting from a family member! X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 02:16:59 -0000 D> You have just received a virtual postcard from a family member! . You can pick up your postcard at the following web address: . [1]http://www2.postcards.org/?d21-sea-sunset . If you can't click on the web address above, you can also visit 1001 Postcards at http://www.postcards.org/postcards/ and enter your pickup code, which is: d21-sea-sunset . (Your postcard will be available for 60 days.) . Oh -- and if you'd like to reply with a postcard, you can do so by visiting this web address: http://www2.postcards.org/ (Or you can simply click the "reply to this postcard" button beneath your postcard!) . We hope you enjoy your postcard, and if you do, please take a moment to send a few yourself! . Regards, 1001 Postcards http://www.postcards.org/postcards/ References 1. http://216.223.126.4/cobalt-images/scan.exe From owner-cvs-all@FreeBSD.ORG Wed May 17 02:25:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3816E16A40B; Wed, 17 May 2006 02:25:24 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6403F43D5A; Wed, 17 May 2006 02:25:20 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k4H2PEr2053593; Tue, 16 May 2006 20:25:19 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <446A898A.7020306@samsco.org> Date: Tue, 16 May 2006 20:25:14 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bruce A. Mah" References: <200605161630.k4GGUSKw056838@repoman.freebsd.org> In-Reply-To: <200605161630.k4GGUSKw056838@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en developers.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 02:25:25 -0000 Bruce A. Mah wrote: > bmah 2006-05-16 16:30:28 UTC > > FreeBSD doc repository > > Modified files: > en developers.sgml > Log: > Rejoin re@. > > Approved by: re (scottl) > It's not like it took a lot of convincing of me =-) Thanks a lot Bruce, and welcome back. Scott From owner-cvs-all@FreeBSD.ORG Wed May 17 02:28:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DE1716A406; Wed, 17 May 2006 02:28:33 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B07D43D4C; Wed, 17 May 2006 02:28:33 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H2SFtw031077; Wed, 17 May 2006 02:28:15 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H2SF2x031076; Wed, 17 May 2006 02:28:15 GMT (envelope-from davidxu) Message-Id: <200605170228.k4H2SF2x031076@repoman.freebsd.org> From: David Xu Date: Wed, 17 May 2006 02:28:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/include proc_service.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 02:28:33 -0000 davidxu 2006-05-17 02:28:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) include proc_service.h Log: MFC revision 1.4. Revision Changes Path 1.3.2.1 +1 -0 src/include/proc_service.h From owner-cvs-all@FreeBSD.ORG Wed May 17 02:32:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5542E16A400; Wed, 17 May 2006 02:32:09 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1079443D46; Wed, 17 May 2006 02:32:09 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H2VoHG031265; Wed, 17 May 2006 02:31:50 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H2Vo3Q031264; Wed, 17 May 2006 02:31:50 GMT (envelope-from davidxu) Message-Id: <200605170231.k4H2Vo3Q031264@repoman.freebsd.org> From: David Xu Date: Wed, 17 May 2006 02:31:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/libgdb fbsd-threads.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 02:32:09 -0000 davidxu 2006-05-17 02:31:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: MFC revision 1.14-1.15, add command 'thread signal'. Revision Changes Path 1.13.2.2 +59 -0 src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c From owner-cvs-all@FreeBSD.ORG Wed May 17 02:38:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 827B116A430; Wed, 17 May 2006 02:38:00 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FD2A43D49; Wed, 17 May 2006 02:38:00 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H2bfMl031457; Wed, 17 May 2006 02:37:41 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H2bfs6031456; Wed, 17 May 2006 02:37:41 GMT (envelope-from davidxu) Message-Id: <200605170237.k4H2bfs6031456@repoman.freebsd.org> From: David Xu Date: Wed, 17 May 2006 02:37:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libthread_db libthr_db.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 02:38:05 -0000 davidxu 2006-05-17 02:37:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libthread_db libthr_db.c Log: MFC revisions 1.10, 1.11. Revision Changes Path 1.9.2.1 +7 -0 src/lib/libthread_db/libthr_db.c From owner-cvs-all@FreeBSD.ORG Wed May 17 03:07:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85B8716A400; Wed, 17 May 2006 03:07:45 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4139F43D45; Wed, 17 May 2006 03:07:45 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H37QT5033856; Wed, 17 May 2006 03:07:26 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H37QAM033855; Wed, 17 May 2006 03:07:26 GMT (envelope-from marcus) Message-Id: <200605170307.k4H37QAM033855@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 17 May 2006 03:07:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/frost Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 03:07:45 -0000 marcus 2006-05-17 03:07:26 UTC FreeBSD ports repository Modified files: net-p2p/frost Makefile Log: Use Network instead of Internet as a desktop item category as the former is a registered Freedesktop category type. Reported by: pointyhat via kris Revision Changes Path 1.15 +1 -1 ports/net-p2p/frost/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 03:18:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30DB016A400; Wed, 17 May 2006 03:18:35 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF37D43D46; Wed, 17 May 2006 03:18:34 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H3IG4h034214; Wed, 17 May 2006 03:18:16 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H3IGWU034213; Wed, 17 May 2006 03:18:16 GMT (envelope-from knu) Message-Id: <200605170318.k4H3IGWU034213@repoman.freebsd.org> From: Akinori MUSHA Date: Wed, 17 May 2006 03:18:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.ruby.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 03:18:35 -0000 knu 2006-05-17 03:18:16 UTC FreeBSD ports repository Modified files: Mk bsd.ruby.mk Log: Allow CONFIGURE_TARGET to be overridden. PR: ports/93457 Submitted by: Jason E. Hale Revision Changes Path 1.151 +2 -2 ports/Mk/bsd.ruby.mk From owner-cvs-all@FreeBSD.ORG Wed May 17 03:21:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B02F16A406; Wed, 17 May 2006 03:21:51 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DE7643D48; Wed, 17 May 2006 03:21:51 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H3LWbQ034434; Wed, 17 May 2006 03:21:32 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H3LW3H034433; Wed, 17 May 2006 03:21:32 GMT (envelope-from clsung) Message-Id: <200605170321.k4H3LW3H034433@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 17 May 2006 03:21:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/scim-chewing Makefile distinfo pkg-plist ports/chinese/scim-chewing/files patch-src::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 03:21:52 -0000 clsung 2006-05-17 03:21:32 UTC FreeBSD ports repository Modified files: chinese/scim-chewing Makefile distinfo pkg-plist Removed files: chinese/scim-chewing/files patch-src::Makefile.in Log: - Update ports/chinese/scim-chewing to 0.3.0 PR: ports/97359 Submitted by: maintainer (Ying-Chieh Chen) Revision Changes Path 1.15 +2 -3 ports/chinese/scim-chewing/Makefile 1.5 +3 -3 ports/chinese/scim-chewing/distinfo 1.3 +0 -28 ports/chinese/scim-chewing/files/patch-src::Makefile.in (dead) 1.5 +1 -0 ports/chinese/scim-chewing/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 17 04:51:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D64616A400; Wed, 17 May 2006 04:51:51 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58E5E43D48; Wed, 17 May 2006 04:51:51 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H4pWPH046615; Wed, 17 May 2006 04:51:32 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H4pWxV046614; Wed, 17 May 2006 04:51:32 GMT (envelope-from brueffer) Message-Id: <200605170451.k4H4pWxV046614@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 17 May 2006 04:51:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 04:51:51 -0000 brueffer 2006-05-17 04:51:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 Makefile Log: MFC: rev. 1.349 Add if_* MLINKS for bce(4) and le(4). Revision Changes Path 1.320.2.13 +2 -0 src/share/man/man4/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 04:54:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40DD516A400; Wed, 17 May 2006 04:54:09 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F017E43D45; Wed, 17 May 2006 04:54:08 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H4roDJ046698; Wed, 17 May 2006 04:53:50 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H4romR046697; Wed, 17 May 2006 04:53:50 GMT (envelope-from sat) Message-Id: <200605170453.k4H4romR046697@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 17 May 2006 04:53:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xpi-adblock Makefile.xpi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 04:54:09 -0000 sat 2006-05-17 04:53:50 UTC FreeBSD ports repository Modified files: www/xpi-adblock Makefile.xpi Log: - Style change: convert to tabstop=4 Approved by: krion (implicit) Revision Changes Path 1.5 +19 -19 ports/www/xpi-adblock/Makefile.xpi From owner-cvs-all@FreeBSD.ORG Wed May 17 04:56:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0221216A40A; Wed, 17 May 2006 04:56:27 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CDDE43D49; Wed, 17 May 2006 04:56:26 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H4u77c046904; Wed, 17 May 2006 04:56:07 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H4u79E046903; Wed, 17 May 2006 04:56:07 GMT (envelope-from sat) Message-Id: <200605170456.k4H4u79E046903@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 17 May 2006 04:56:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/xarchive Makefile ports/archivers/xarchive/files patch-doc-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 04:56:27 -0000 sat 2006-05-17 04:56:07 UTC FreeBSD ports repository Modified files: archivers/xarchive Makefile Added files: archivers/xarchive/files patch-doc-Makefile.in Log: - Fix plist Reported by: pointyhat via kris Approved by: krion (mentor, implicit) Revision Changes Path 1.4 +0 -2 ports/archivers/xarchive/Makefile 1.1 +11 -0 ports/archivers/xarchive/files/patch-doc-Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Wed May 17 05:00:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E68C16A406; Wed, 17 May 2006 05:00:18 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C56E43D4C; Wed, 17 May 2006 05:00:18 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H4xx6T047070; Wed, 17 May 2006 04:59:59 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H4xxHT047069; Wed, 17 May 2006 04:59:59 GMT (envelope-from davidxu) Message-Id: <200605170459.k4H4xxHT047069@repoman.freebsd.org> From: David Xu Date: Wed, 17 May 2006 04:59:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpthread pthread.map src/lib/libpthread/thread thr_symbols.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 05:00:19 -0000 davidxu 2006-05-17 04:59:59 UTC FreeBSD src repository Modified files: lib/libpthread pthread.map lib/libpthread/thread thr_symbols.c Log: Export offsets of thread signal pending set and signal mask for debugger. Revision Changes Path 1.18 +2 -0 src/lib/libpthread/pthread.map 1.4 +2 -0 src/lib/libpthread/thread/thr_symbols.c From owner-cvs-all@FreeBSD.ORG Wed May 17 05:07:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AD4B16A402; Wed, 17 May 2006 05:07:17 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 277D343D49; Wed, 17 May 2006 05:07:17 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H56wX7048628; Wed, 17 May 2006 05:06:58 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H56w8M048627; Wed, 17 May 2006 05:06:58 GMT (envelope-from brueffer) Message-Id: <200605170506.k4H56w8M048627@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 17 May 2006 05:06:58 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/news news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 05:07:17 -0000 brueffer 2006-05-17 05:06:58 UTC FreeBSD doc repository Modified files: en/news news.xml Log: 5.5-RC1 announcement. Revision Changes Path 1.397 +16 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Wed May 17 05:09:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91FC116A400; Wed, 17 May 2006 05:09:10 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C91543D46; Wed, 17 May 2006 05:09:10 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H58p4n048685; Wed, 17 May 2006 05:08:51 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H58p9i048684; Wed, 17 May 2006 05:08:51 GMT (envelope-from brueffer) Message-Id: <200605170508.k4H58p9i048684@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 17 May 2006 05:08:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml includes.release.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 05:09:10 -0000 brueffer 2006-05-17 05:08:51 UTC FreeBSD doc repository Modified files: share/sgml includes.release.xsl Log: Update for 5.5-RC1. Revision Changes Path 1.22 +2 -2 www/share/sgml/includes.release.xsl From owner-cvs-all@FreeBSD.ORG Wed May 17 05:13:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29B6F16A402; Wed, 17 May 2006 05:13:02 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A672743D49; Wed, 17 May 2006 05:13:01 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H5CgSe049236; Wed, 17 May 2006 05:12:42 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H5CgoI049235; Wed, 17 May 2006 05:12:42 GMT (envelope-from davidxu) Message-Id: <200605170512.k4H5CgoI049235@repoman.freebsd.org> From: David Xu Date: Wed, 17 May 2006 05:12:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthread_db libpthread_db.c libpthread_db.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 05:13:02 -0000 davidxu 2006-05-17 05:12:42 UTC FreeBSD src repository Modified files: lib/libthread_db libpthread_db.c libpthread_db.h Log: get thread signal info. Revision Changes Path 1.14 +36 -0 src/lib/libthread_db/libpthread_db.c 1.4 +2 -0 src/lib/libthread_db/libpthread_db.h From owner-cvs-all@FreeBSD.ORG Wed May 17 05:15:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAE1716A404; Wed, 17 May 2006 05:15:08 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9662843D58; Wed, 17 May 2006 05:15:04 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H5EjUS049310; Wed, 17 May 2006 05:14:45 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H5Ej6U049309; Wed, 17 May 2006 05:14:45 GMT (envelope-from davidxu) Message-Id: <200605170514.k4H5Ej6U049309@repoman.freebsd.org> From: David Xu Date: Wed, 17 May 2006 05:14:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthread_db libthr_db.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 05:15:09 -0000 davidxu 2006-05-17 05:14:45 UTC FreeBSD src repository Modified files: lib/libthread_db libthr_db.c Log: Fix return value. Revision Changes Path 1.12 +2 -1 src/lib/libthread_db/libthr_db.c From owner-cvs-all@FreeBSD.ORG Wed May 17 05:35:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC9A216A400; Wed, 17 May 2006 05:35:32 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8702143D5C; Wed, 17 May 2006 05:35:32 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H5ZD9b050128; Wed, 17 May 2006 05:35:13 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H5ZDOs050127; Wed, 17 May 2006 05:35:13 GMT (envelope-from lawrance) Message-Id: <200605170535.k4H5ZDOs050127@repoman.freebsd.org> From: Sam Lawrance Date: Wed, 17 May 2006 05:35:13 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributing-ports article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 05:35:32 -0000 lawrance 2006-05-17 05:35:13 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributing-ports article.sgml Log: Update statistics regarding the number of ports PRs submitted last year. PR: ports/94633 Revision Changes Path 1.2 +1 -1 doc/en_US.ISO8859-1/articles/contributing-ports/article.sgml From owner-cvs-all@FreeBSD.ORG Wed May 17 05:39:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0E6D16A401; Wed, 17 May 2006 05:39:32 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AC6643D58; Wed, 17 May 2006 05:39:32 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H5dDa3050320; Wed, 17 May 2006 05:39:13 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H5dDax050319; Wed, 17 May 2006 05:39:13 GMT (envelope-from ijliao) Message-Id: <200605170539.k4H5dDax050319@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 May 2006 05:39:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/libqglviewer Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 05:39:32 -0000 ijliao 2006-05-17 05:39:13 UTC FreeBSD ports repository Modified files: graphics/libqglviewer Makefile distinfo pkg-plist Log: upgrade to 2.2.2.1 Revision Changes Path 1.9 +1 -1 ports/graphics/libqglviewer/Makefile 1.8 +3 -3 ports/graphics/libqglviewer/distinfo 1.8 +1 -1 ports/graphics/libqglviewer/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 17 05:41:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1271516A403; Wed, 17 May 2006 05:41:50 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02D8C43D6E; Wed, 17 May 2006 05:41:48 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H5fUG6050467; Wed, 17 May 2006 05:41:30 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H5fTfl050466; Wed, 17 May 2006 05:41:29 GMT (envelope-from sat) Message-Id: <200605170541.k4H5fTfl050466@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 17 May 2006 05:41:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/parano Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 05:41:50 -0000 sat 2006-05-17 05:41:29 UTC FreeBSD ports repository Modified files: security/parano Makefile Log: - py-gtk2 should be both run- and build-dependency Reported by: pointyhat via kris Approved by: krion (mentor, implicit) Revision Changes Path 1.3 +2 -1 ports/security/parano/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 06:29:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF7D516A402; Wed, 17 May 2006 06:29:55 +0000 (UTC) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86B9543D46; Wed, 17 May 2006 06:29:55 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H6TaxJ054952; Wed, 17 May 2006 06:29:36 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H6Ta5n054951; Wed, 17 May 2006 06:29:36 GMT (envelope-from anholt) Message-Id: <200605170629.k4H6Ta5n054951@repoman.freebsd.org> From: Eric Anholt Date: Wed, 17 May 2006 06:29:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/drm drm_scatter.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 06:29:55 -0000 anholt 2006-05-17 06:29:36 UTC FreeBSD src repository Modified files: sys/dev/drm drm_scatter.c Log: Merge from DRM CVS: Set entry->virtual for sg maps, fixing ATI PCI/PCIE GART support. PR: kern/97056 Submitted by: Stanislav Sedov Revision Changes Path 1.3 +1 -0 src/sys/dev/drm/drm_scatter.c From owner-cvs-all@FreeBSD.ORG Wed May 17 06:36:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E2FB16A401; Wed, 17 May 2006 06:36:48 +0000 (UTC) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20B4443D48; Wed, 17 May 2006 06:36:48 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H6aSIp055269; Wed, 17 May 2006 06:36:28 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H6aSRs055268; Wed, 17 May 2006 06:36:28 GMT (envelope-from anholt) Message-Id: <200605170636.k4H6aSRs055268@repoman.freebsd.org> From: Eric Anholt Date: Wed, 17 May 2006 06:36:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/drm drm.h i915_drv.c mga_drv.c r300_cmdbuf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 06:36:48 -0000 anholt 2006-05-17 06:36:28 UTC FreeBSD src repository Modified files: sys/dev/drm drm.h i915_drv.c mga_drv.c r300_cmdbuf.c Log: Update to current DRM CVS, bringing in a fix for a NULL pointer chase when running 3d apps on i915. Revision Changes Path 1.12 +2 -2 src/sys/dev/drm/drm.h 1.5 +2 -0 src/sys/dev/drm/i915_drv.c 1.12 +2 -2 src/sys/dev/drm/mga_drv.c 1.5 +1 -1 src/sys/dev/drm/r300_cmdbuf.c From owner-cvs-all@FreeBSD.ORG Wed May 17 06:37:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4303916A40A; Wed, 17 May 2006 06:37:34 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 822E843D49; Wed, 17 May 2006 06:37:33 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H6bEUq055327; Wed, 17 May 2006 06:37:14 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H6bE22055326; Wed, 17 May 2006 06:37:14 GMT (envelope-from phk) Message-Id: <200605170637.k4H6bE22055326@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 17 May 2006 06:37:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_conf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 06:37:34 -0000 phk 2006-05-17 06:37:14 UTC FreeBSD src repository Modified files: sys/kern kern_conf.c Log: Make the printfs relating to purging threads from a device less intrusive. Revision Changes Path 1.198 +3 -4 src/sys/kern/kern_conf.c From owner-cvs-all@FreeBSD.ORG Wed May 17 06:39:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECFBC16A42D; Wed, 17 May 2006 06:39:01 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A45AD43D53; Wed, 17 May 2006 06:39:01 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H6cg7C055402; Wed, 17 May 2006 06:38:42 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H6cgOC055401; Wed, 17 May 2006 06:38:42 GMT (envelope-from vs) Message-Id: <200605170638.k4H6cgOC055401@repoman.freebsd.org> From: Volker Stolz Date: Wed, 17 May 2006 06:38:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/hs-tclhaskell-ghc Makefile ports/devel/hs-c2hs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 06:39:02 -0000 vs 2006-05-17 06:38:42 UTC FreeBSD ports repository Modified files: devel/hs-tclhaskell-ghc Makefile devel/hs-c2hs Makefile Log: Chase GHC update Revision Changes Path 1.31 +1 -1 ports/devel/hs-c2hs/Makefile 1.15 +1 -1 ports/devel/hs-tclhaskell-ghc/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 07:08:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2450016A416; Wed, 17 May 2006 07:08:50 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA42543D6A; Wed, 17 May 2006 07:08:45 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H78Q4G057778; Wed, 17 May 2006 07:08:26 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H78QYx057777; Wed, 17 May 2006 07:08:26 GMT (envelope-from vs) Message-Id: <200605170708.k4H78QYx057777@repoman.freebsd.org> From: Volker Stolz Date: Wed, 17 May 2006 07:08:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/ghc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 07:08:53 -0000 vs 2006-05-17 07:08:26 UTC FreeBSD ports repository Modified files: lang/ghc Makefile Log: Mark as IGNORE for < 6.x as we do not have a bootstrap-tarball yet. Revision Changes Path 1.41 +4 -1 ports/lang/ghc/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 07:15:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E86416A402; Wed, 17 May 2006 07:15:56 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9402143D4C; Wed, 17 May 2006 07:15:55 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H7Fabd058117; Wed, 17 May 2006 07:15:36 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H7FaTS058116; Wed, 17 May 2006 07:15:36 GMT (envelope-from lawrance) Message-Id: <200605170715.k4H7FaTS058116@repoman.freebsd.org> From: Sam Lawrance Date: Wed, 17 May 2006 07:15:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/ipmi-kmod Makefile pkg-deinstall pkg-descr ports/sysutils/ipmi-kmod/files patch-dev-ipmi-ipmi_pci.c pkg-deinstall.in pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 07:15:56 -0000 lawrance 2006-05-17 07:15:36 UTC FreeBSD ports repository Modified files: sysutils/ipmi-kmod Makefile pkg-descr Added files: sysutils/ipmi-kmod/files patch-dev-ipmi-ipmi_pci.c pkg-deinstall.in pkg-install.in Removed files: sysutils/ipmi-kmod pkg-deinstall Log: Fix pkg-plist. Improve install/deinstall scripts and make use of SUB_FILES to avoid hardcoding paths. Add support for FreeBSD 5.3 and later. PR: ports/97331 Submitted by: Nick Barkas (maintainer) Obtained from: Dmitry Frolov Revision Changes Path 1.2 +17 -9 ports/sysutils/ipmi-kmod/Makefile 1.1 +13 -0 ports/sysutils/ipmi-kmod/files/patch-dev-ipmi-ipmi_pci.c (new) 1.1 +20 -0 ports/sysutils/ipmi-kmod/files/pkg-deinstall.in (new) 1.1 +12 -0 ports/sysutils/ipmi-kmod/files/pkg-install.in (new) 1.2 +0 -20 ports/sysutils/ipmi-kmod/pkg-deinstall (dead) 1.2 +1 -1 ports/sysutils/ipmi-kmod/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed May 17 07:26:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A50BA16A402; Wed, 17 May 2006 07:26:25 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 550F543D49; Wed, 17 May 2006 07:26:25 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H7Q6aW058531; Wed, 17 May 2006 07:26:06 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H7Q62M058530; Wed, 17 May 2006 07:26:06 GMT (envelope-from joel) Message-Id: <200605170726.k4H7Q62M058530@repoman.freebsd.org> From: Joel Dahl Date: Wed, 17 May 2006 07:26:05 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.staff.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 07:26:25 -0000 joel 2006-05-17 07:26:05 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.staff.sgml Log: bmah has joined re@ again. Revision Changes Path 1.42 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.staff.sgml From owner-cvs-all@FreeBSD.ORG Wed May 17 07:39:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 629CA16A430; Wed, 17 May 2006 07:39:18 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6D1843D53; Wed, 17 May 2006 07:39:17 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H7cwfW059022; Wed, 17 May 2006 07:38:58 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H7cwm8059021; Wed, 17 May 2006 07:38:58 GMT (envelope-from glebius) Message-Id: <200605170738.k4H7cwm8059021@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 17 May 2006 07:38:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/em if_em_hw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 07:39:18 -0000 glebius 2006-05-17 07:38:58 UTC FreeBSD src repository Modified files: sys/dev/em if_em_hw.c Log: Fix static array overrun. (This will be also fixed in next vendor release.) Coverity ID: 916 Reviewed by: Jack Vogel Revision Changes Path 1.20 +1 -1 src/sys/dev/em/if_em_hw.c From owner-cvs-all@FreeBSD.ORG Wed May 17 07:40:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EA8616A484; Wed, 17 May 2006 07:40:34 +0000 (UTC) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19B7943D53; Wed, 17 May 2006 07:40:32 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H7eCuc059242; Wed, 17 May 2006 07:40:12 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H7eCfg059241; Wed, 17 May 2006 07:40:12 GMT (envelope-from anholt) Message-Id: <200605170740.k4H7eCfg059241@repoman.freebsd.org> From: Eric Anholt Date: Wed, 17 May 2006 07:40:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/drm drm-preprocess.sh drm-subprocess.pl drm.h drmP.h drm_agpsupport.c drm_drv.c drm_pciids.h drm_scatter.c i915_dma.c i915_drm.h i915_drv.c i915_drv.h i915_irq.c i915_mem.c mach64_drv.c mga_drv.c mga_drv.h r128_drv.c r300_cmdbuf.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 07:40:35 -0000 anholt 2006-05-17 07:40:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/drm drm.h drmP.h drm_agpsupport.c drm_drv.c drm_pciids.h drm_scatter.c i915_dma.c i915_drm.h i915_drv.c i915_drv.h i915_irq.c i915_mem.c mach64_drv.c mga_drv.c mga_drv.h r128_drv.c r300_cmdbuf.c r300_reg.h radeon_cp.c radeon_drm.h radeon_drv.c radeon_drv.h radeon_state.c savage_bci.c savage_drv.c savage_state.c sis_drv.c sis_ds.c sis_ds.h sis_mm.c tdfx_drv.c sys/modules/drm/radeon Makefile Added files: (Branch: RELENG_6) sys/dev/drm drm-preprocess.sh drm-subprocess.pl Log: Merge DRM from -current, including: - i915 attachment and running fixed - i915 vblank support - Radeon's new memory map support, which should fix a host of stability issues when combined with new userland. - ATI PCI/PCIE GART fix. - r300 fixes Also adds a hack to the radeon module Makefile to quiet gcc's fatal warnings about inlines in this contrib code. Revision Changes Path 1.3.2.1 +36 -0 src/sys/dev/drm/drm-preprocess.sh (new) 1.1.2.1 +50 -0 src/sys/dev/drm/drm-subprocess.pl (new) 1.9.2.2 +3 -3 src/sys/dev/drm/drm.h 1.13.2.3 +2 -2 src/sys/dev/drm/drmP.h 1.1.2.3 +6 -11 src/sys/dev/drm/drm_agpsupport.c 1.1.2.2 +16 -3 src/sys/dev/drm/drm_drv.c 1.2.2.3 +97 -53 src/sys/dev/drm/drm_pciids.h 1.1.2.2 +1 -0 src/sys/dev/drm/drm_scatter.c 1.1.2.2 +34 -15 src/sys/dev/drm/i915_dma.c 1.1.2.2 +35 -0 src/sys/dev/drm/i915_drm.h 1.1.2.2 +11 -1 src/sys/dev/drm/i915_drv.c 1.1.2.2 +8 -2 src/sys/dev/drm/i915_drv.h 1.1.2.2 +42 -5 src/sys/dev/drm/i915_irq.c 1.1.2.2 +30 -0 src/sys/dev/drm/i915_mem.c 1.1.2.2 +4 -0 src/sys/dev/drm/mach64_drv.c 1.9.2.2 +15 -4 src/sys/dev/drm/mga_drv.c 1.9.2.2 +2 -2 src/sys/dev/drm/mga_drv.h 1.9.2.2 +4 -0 src/sys/dev/drm/r128_drv.c 1.2.2.3 +379 -238 src/sys/dev/drm/r300_cmdbuf.c 1.1.2.3 +33 -4 src/sys/dev/drm/r300_reg.h 1.15.2.3 +179 -95 src/sys/dev/drm/radeon_cp.c 1.10.2.3 +20 -8 src/sys/dev/drm/radeon_drm.h 1.12.2.2 +4 -0 src/sys/dev/drm/radeon_drv.c 1.12.2.3 +40 -17 src/sys/dev/drm/radeon_drv.h 1.15.2.3 +291 -244 src/sys/dev/drm/radeon_state.c 1.1.2.2 +25 -27 src/sys/dev/drm/savage_bci.c 1.1.2.2 +4 -0 src/sys/dev/drm/savage_drv.c 1.1.2.2 +40 -40 src/sys/dev/drm/savage_state.c 1.5.2.2 +4 -0 src/sys/dev/drm/sis_drv.c 1.3.2.2 +1 -1 src/sys/dev/drm/sis_ds.c 1.4.2.2 +1 -1 src/sys/dev/drm/sis_ds.h 1.7.2.2 +2 -2 src/sys/dev/drm/sis_mm.c 1.8.2.2 +4 -0 src/sys/dev/drm/tdfx_drv.c 1.5.8.2 +4 -0 src/sys/modules/drm/radeon/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 07:45:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69A9E16A401; Wed, 17 May 2006 07:45:32 +0000 (UTC) (envelope-from eric@anholt.net) Received: from thompson.anholt.net (69-30-77-85.dq1sn.easystreet.com [69.30.77.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FD5243D45; Wed, 17 May 2006 07:45:31 +0000 (GMT) (envelope-from eric@anholt.net) Received: from thompson.anholt.net (localhost [127.0.0.1]) by thompson.anholt.net (8.13.6/8.13.6) with ESMTP id k4H7ivZD005742; Wed, 17 May 2006 00:44:57 -0700 (PDT) (envelope-from eric@anholt.net) Received: (from anholt@localhost) by thompson.anholt.net (8.13.6/8.13.6/Submit) id k4H7iun3005741; Wed, 17 May 2006 00:44:56 -0700 (PDT) (envelope-from eric@anholt.net) X-Authentication-Warning: thompson.anholt.net: anholt set sender to eric@anholt.net using -f From: Eric Anholt To: src-committers@FreeBSD.org In-Reply-To: <200605170740.k4H7eCfg059241@repoman.freebsd.org> References: <200605170740.k4H7eCfg059241@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Om2G7WTf3w+lrQ69ofdE" Date: Wed, 17 May 2006 00:44:55 -0700 Message-Id: <1147851895.4048.4.camel@thompson> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/drm drm-preprocess.sh drm-subprocess.pl drm.h drmP.h drm_agpsupport.c drm_drv.c drm_pciids.h drm_scatter.c i915_dma.c i915_drm.h i915_drv.c i915_drv.h i915_irq.c i915_mem.c mach64_drv.c mga_drv.c mga_drv.h r128_drv.c r300_cmdbuf.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 07:45:32 -0000 --=-Om2G7WTf3w+lrQ69ofdE Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2006-05-17 at 07:40 +0000, Eric Anholt wrote: > anholt 2006-05-17 07:40:12 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_6) > sys/dev/drm drm.h drmP.h drm_agpsupport.c drm_drv.c=20 > drm_pciids.h drm_scatter.c i915_dma.c=20 > i915_drm.h i915_drv.c i915_drv.h=20 > i915_irq.c i915_mem.c mach64_drv.c=20 > mga_drv.c mga_drv.h r128_drv.c=20 > r300_cmdbuf.c r300_reg.h radeon_cp.c=20 > radeon_drm.h radeon_drv.c radeon_drv.h=20 > radeon_state.c savage_bci.c savage_drv.c=20 > savage_state.c sis_drv.c sis_ds.c=20 > sis_ds.h sis_mm.c tdfx_drv.c=20 > sys/modules/drm/radeon Makefile=20 > Added files: (Branch: RELENG_6) > sys/dev/drm drm-preprocess.sh drm-subprocess.pl=20 > Log: > Merge DRM from -current, including: > - i915 attachment and running fixed > - i915 vblank support > - Radeon's new memory map support, which should fix a host of stability= issues > when combined with new userland. > - ATI PCI/PCIE GART fix. > - r300 fixes > =20 > Also adds a hack to the radeon module Makefile to quiet gcc's fatal war= nings > about inlines in this contrib code. =20 This was a fast MFC of the last two fixes, but they were the things I was blocking the merge on. I'll be disappearing from the internet in a week (for 3 weeks), and wanted to get this done before then. My time before I leave is likely to be quite limited, so I took this chance tonight while I had it. --=20 Eric Anholt anholt@FreeBSD.org eric@anholt.net eric.anholt@intel.com --=-Om2G7WTf3w+lrQ69ofdE Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEatR3HUdvYGzw6vcRAlVRAJ9ZWMA7P3LK1vyFWVe3jlaazQ9GWgCfS6vH Z/Eg2Ompa9/jNDO+eHPOT9s= =kaP+ -----END PGP SIGNATURE----- --=-Om2G7WTf3w+lrQ69ofdE-- From owner-cvs-all@FreeBSD.ORG Wed May 17 09:06:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8D0216A422; Wed, 17 May 2006 09:06:10 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0FF643D8A; Wed, 17 May 2006 09:05:59 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H95e6j072481; Wed, 17 May 2006 09:05:40 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H95eDJ072480; Wed, 17 May 2006 09:05:40 GMT (envelope-from ehaupt) Message-Id: <200605170905.k4H95eDJ072480@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 17 May 2006 09:05:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro Makefile ports/astro/p5-Weather-Underground Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 09:06:11 -0000 ehaupt 2006-05-17 09:05:39 UTC FreeBSD ports repository Modified files: astro Makefile Added files: astro/p5-Weather-Underground Makefile distinfo pkg-descr pkg-plist Log: Add p5-Weather-Underground 3.02, retrieve weather information from wunderground.com. PR: 97370 Submitted by: Simon Olofsson Revision Changes Path 1.103 +1 -0 ports/astro/Makefile 1.1 +32 -0 ports/astro/p5-Weather-Underground/Makefile (new) 1.1 +3 -0 ports/astro/p5-Weather-Underground/distinfo (new) 1.1 +6 -0 ports/astro/p5-Weather-Underground/pkg-descr (new) 1.1 +5 -0 ports/astro/p5-Weather-Underground/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed May 17 09:06:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6795916A426; Wed, 17 May 2006 09:06:13 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2A0E43D68; Wed, 17 May 2006 09:06:10 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H95p4k072537; Wed, 17 May 2006 09:05:51 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H95pad072536; Wed, 17 May 2006 09:05:51 GMT (envelope-from ehaupt) Message-Id: <200605170905.k4H95pad072536@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 17 May 2006 09:05:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 09:06:13 -0000 ehaupt 2006-05-17 09:05:51 UTC FreeBSD ports repository Modified files: . modules Log: p5-Weather-Underground --> ports/astro/p5-Weather-Underground Revision Changes Path 1.14985 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed May 17 09:11:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EFC416A54F; Wed, 17 May 2006 09:11:47 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7639D43D70; Wed, 17 May 2006 09:11:46 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H9BQVw072854; Wed, 17 May 2006 09:11:26 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H9BQw4072853; Wed, 17 May 2006 09:11:26 GMT (envelope-from ehaupt) Message-Id: <200605170911.k4H9BQw4072853@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 17 May 2006 09:11:26 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 09:11:47 -0000 ehaupt 2006-05-17 09:11:26 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Simon Olofsson for astro/p5-Weather-Underground. Revision Changes Path 1.556 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Wed May 17 09:11:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF59416A550; Wed, 17 May 2006 09:11:50 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73FFC43D5F; Wed, 17 May 2006 09:11:50 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H9BUGJ072888; Wed, 17 May 2006 09:11:30 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H9BU9m072887; Wed, 17 May 2006 09:11:30 GMT (envelope-from adamw) Message-Id: <200605170911.k4H9BU9m072887@repoman.freebsd.org> From: Adam Weinberger Date: Wed, 17 May 2006 09:11:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/easytag-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 09:11:50 -0000 adamw 2006-05-17 09:11:30 UTC FreeBSD ports repository Modified files: audio/easytag-devel Makefile distinfo pkg-plist Log: Update to 1.99.12. PR: 95629 Submitted by: Wesley Shields Revision Changes Path 1.47 +4 -3 ports/audio/easytag-devel/Makefile 1.32 +3 -3 ports/audio/easytag-devel/distinfo 1.13 +2 -0 ports/audio/easytag-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 17 09:12:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1DF516A47D; Wed, 17 May 2006 09:12:31 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CFF043D48; Wed, 17 May 2006 09:12:31 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H9C600072930; Wed, 17 May 2006 09:12:11 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H9C6tm072929; Wed, 17 May 2006 09:12:06 GMT (envelope-from roberto) Message-Id: <200605170912.k4H9C6tm072929@repoman.freebsd.org> From: Ollivier Robert Date: Wed, 17 May 2006 09:12:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/mercurial Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 09:12:32 -0000 roberto 2006-05-17 09:12:06 UTC FreeBSD ports repository Modified files: devel/mercurial Makefile pkg-plist Log: Rewrite the whole doc/contrib installation to be more compliant with the ports committer guide. Should fix pointyhead's report. Revision Changes Path 1.14 +9 -16 ports/devel/mercurial/Makefile 1.12 +26 -26 ports/devel/mercurial/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 17 09:25:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7619916A40E; Wed, 17 May 2006 09:25:42 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83A2D43D5D; Wed, 17 May 2006 09:25:41 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H9PLd2073801; Wed, 17 May 2006 09:25:21 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H9PLhg073800; Wed, 17 May 2006 09:25:21 GMT (envelope-from vs) Message-Id: <200605170925.k4H9PLhg073800@repoman.freebsd.org> From: Volker Stolz Date: Wed, 17 May 2006 09:25:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/pipe Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 09:25:45 -0000 vs 2006-05-17 09:25:21 UTC FreeBSD ports repository Modified files: misc/pipe Makefile distinfo pkg-descr Log: Update to 2.0 PR: ports/96770 Submitted by: Stefan Pauly Revision Changes Path 1.5 +10 -11 ports/misc/pipe/Makefile 1.4 +3 -3 ports/misc/pipe/distinfo 1.2 +2 -2 ports/misc/pipe/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed May 17 09:29:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81B3016A482; Wed, 17 May 2006 09:29:12 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C19A43D45; Wed, 17 May 2006 09:29:12 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H9Sqj9073940; Wed, 17 May 2006 09:28:52 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H9SqWE073939; Wed, 17 May 2006 09:28:52 GMT (envelope-from adamw) Message-Id: <200605170928.k4H9SqWE073939@repoman.freebsd.org> From: Adam Weinberger Date: Wed, 17 May 2006 09:28:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/gourmet Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 09:29:12 -0000 adamw 2006-05-17 09:28:52 UTC FreeBSD ports repository Modified files: deskutils/gourmet Makefile distinfo pkg-plist Log: Update to 0.11.2 Revision Changes Path 1.23 +1 -2 ports/deskutils/gourmet/Makefile 1.13 +3 -3 ports/deskutils/gourmet/distinfo 1.15 +9 -0 ports/deskutils/gourmet/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 17 09:33:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9915016A40F; Wed, 17 May 2006 09:33:36 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BB9743D48; Wed, 17 May 2006 09:33:35 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H9XF10075104; Wed, 17 May 2006 09:33:15 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H9XFYC075103; Wed, 17 May 2006 09:33:15 GMT (envelope-from phk) Message-Id: <200605170933.k4H9XFYC075103@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 17 May 2006 09:33:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 09:33:37 -0000 phk 2006-05-17 09:33:15 UTC FreeBSD src repository Modified files: . Makefile.inc1 ObsoleteFiles.inc etc/defaults rc.conf etc/mtree BSD.usr.dist etc/rc.d Makefile isdnd syscons release/picobsd/build picobsd share/man/man4 Makefile atkbd.4 kbdmux.4 splash.4 vkbd.4 share/man/man5 rc.conf.5 src.conf.5 share/man/man7 hier.7 share/mk bsd.own.mk sys/conf files.i386 options.i386 sys/dev/atkbdc atkbd.c sys/dev/syscons scvesactl.c sys/i386/conf GENERIC NOTES tools make_libdeps.sh usr.sbin Makefile usr.sbin/moused moused.8 Removed files: etc/rc.d pcvt share/man/man4 pcvt.4 sys/i386/include pcvt_ioctl.h sys/i386/isa/pcvt pcvt_conf.h pcvt_drv.c pcvt_ext.c pcvt_hdr.h pcvt_kbd.c pcvt_kbd.h pcvt_out.c pcvt_sup.c pcvt_tbl.h pcvt_vtf.c sys/pc98/include pcvt_ioctl.h tools/build/options WITHOUT_PCVT usr.sbin/pcvt Makefile Makefile.inc usr.sbin/pcvt/Misc Makefile Makefile.inc README.FIRST usr.sbin/pcvt/Misc/Doc Acknowledgements Bibliography CharGen Charsets EscapeSequences Keyboard.HP Keyboard.VT Makefile NotesAndHints usr.sbin/pcvt/Misc/Etc Makefile Termcap Terminfo pcvt.el pcvt.sh xmodmap-german usr.sbin/pcvt/cursor Makefile cursor.1 cursor.c usr.sbin/pcvt/demo Makefile README chardemo.vt.gz.uu colors.vt.gz.uu cowscene.vt.gz.uu outerlimit.vt.gz.uu playvt.c sgr.vt.gz.uu twzone.vt.gz.uu xmas.vt.gz.uu usr.sbin/pcvt/fed Makefile edit.c fed.1 fed.c fed.h misc.c select.c usr.sbin/pcvt/fontedit Makefile README fontedit.1 fontedit.c usr.sbin/pcvt/fonts COPYRIGHT Makefile vt100pc.814.uu vt100sg.814.uu vt220h.808.uu vt220h.810.uu vt220h.814.uu vt220h.816.uu vt220l.808.uu vt220l.810.uu vt220l.814.uu vt220l.816.uu usr.sbin/pcvt/ispcvt Makefile ispcvt.8 ispcvt.c usr.sbin/pcvt/kbdio Makefile kbdio.y lex.l usr.sbin/pcvt/kcon Makefile kcon.1 kcon.c usr.sbin/pcvt/keycap Makefile keycap.3 keycap.c keycap.h keycap.src usr.sbin/pcvt/keycap/man5 keycap.5 usr.sbin/pcvt/loadfont Makefile loadfont.1 loadfont.c usr.sbin/pcvt/scon Makefile scon.1 scon.c usr.sbin/pcvt/userkeys Makefile vt220keys.1 vt220keys.c usr.sbin/pcvt/vgaio CAUTION Makefile lex.l vgaio.8 vgaio.h vgaio.y Log: Send the pcvt(4) driver off to retirement. Revision Changes Path 1.546 +1 -5 src/Makefile.inc1 1.36 +53 -0 src/ObsoleteFiles.inc 1.284 +0 -19 src/etc/defaults/rc.conf 1.314 +0 -8 src/etc/mtree/BSD.usr.dist 1.71 +1 -1 src/etc/rc.d/Makefile 1.21 +0 -10 src/etc/rc.d/isdnd 1.6 +0 -233 src/etc/rc.d/pcvt (dead) 1.17 +0 -4 src/etc/rc.d/syscons 1.39 +1 -1 src/release/picobsd/build/picobsd 1.350 +0 -2 src/share/man/man4/Makefile 1.27 +1 -4 src/share/man/man4/atkbd.4 1.5 +0 -1 src/share/man/man4/kbdmux.4 1.47 +0 -747 src/share/man/man4/pcvt.4 (dead) 1.28 +0 -2 src/share/man/man4/splash.4 1.7 +0 -1 src/share/man/man4/vkbd.4 1.296 +0 -138 src/share/man/man5/rc.conf.5 1.4 +0 -5 src/share/man/man5/src.conf.5 1.118 +0 -8 src/share/man/man7/hier.7 1.55 +0 -2 src/share/mk/bsd.own.mk 1.560 +0 -6 src/sys/conf/files.i386 1.236 +0 -24 src/sys/conf/options.i386 1.50 +0 -3 src/sys/dev/atkbdc/atkbd.c 1.24 +0 -1 src/sys/dev/syscons/scvesactl.c 1.447 +0 -5 src/sys/i386/conf/GENERIC 1.1226 +0 -18 src/sys/i386/conf/NOTES 1.18 +0 -536 src/sys/i386/include/pcvt_ioctl.h (dead) 1.13 +0 -247 src/sys/i386/isa/pcvt/pcvt_conf.h (dead) 1.93 +0 -827 src/sys/i386/isa/pcvt/pcvt_drv.c (dead) 1.36 +0 -2750 src/sys/i386/isa/pcvt/pcvt_ext.c (dead) 1.57 +0 -1102 src/sys/i386/isa/pcvt/pcvt_hdr.h (dead) 1.45 +0 -2523 src/sys/i386/isa/pcvt/pcvt_kbd.c (dead) 1.13 +0 -396 src/sys/i386/isa/pcvt/pcvt_kbd.h (dead) 1.28 +0 -2227 src/sys/i386/isa/pcvt/pcvt_out.c (dead) 1.28 +0 -2061 src/sys/i386/isa/pcvt/pcvt_sup.c (dead) 1.10 +0 -470 src/sys/i386/isa/pcvt/pcvt_tbl.h (dead) 1.16 +0 -2154 src/sys/i386/isa/pcvt/pcvt_vtf.c (dead) 1.3 +0 -6 src/sys/pc98/include/pcvt_ioctl.h (dead) 1.2 +0 -4 src/tools/build/options/WITHOUT_PCVT (dead) 1.7 +0 -1 src/tools/make_libdeps.sh 1.351 +0 -4 src/usr.sbin/Makefile 1.59 +0 -6 src/usr.sbin/moused/moused.8 1.9 +0 -9 src/usr.sbin/pcvt/Makefile (dead) 1.9 +0 -5 src/usr.sbin/pcvt/Makefile.inc (dead) 1.5 +0 -111 src/usr.sbin/pcvt/Misc/Doc/Acknowledgements (dead) 1.4 +0 -189 src/usr.sbin/pcvt/Misc/Doc/Bibliography (dead) 1.4 +0 -149 src/usr.sbin/pcvt/Misc/Doc/CharGen (dead) 1.4 +0 -99 src/usr.sbin/pcvt/Misc/Doc/Charsets (dead) 1.4 +0 -268 src/usr.sbin/pcvt/Misc/Doc/EscapeSequences (dead) 1.4 +0 -286 src/usr.sbin/pcvt/Misc/Doc/Keyboard.HP (dead) 1.4 +0 -231 src/usr.sbin/pcvt/Misc/Doc/Keyboard.VT (dead) 1.10 +0 -9 src/usr.sbin/pcvt/Misc/Doc/Makefile (dead) 1.7 +0 -323 src/usr.sbin/pcvt/Misc/Doc/NotesAndHints (dead) 1.11 +0 -7 src/usr.sbin/pcvt/Misc/Etc/Makefile (dead) 1.5 +0 -284 src/usr.sbin/pcvt/Misc/Etc/Termcap (dead) 1.4 +0 -41 src/usr.sbin/pcvt/Misc/Etc/Terminfo (dead) 1.4 +0 -19 src/usr.sbin/pcvt/Misc/Etc/pcvt.el (dead) 1.2 +0 -163 src/usr.sbin/pcvt/Misc/Etc/pcvt.sh (dead) 1.4 +0 -117 src/usr.sbin/pcvt/Misc/Etc/xmodmap-german (dead) 1.8 +0 -8 src/usr.sbin/pcvt/Misc/Makefile (dead) 1.6 +0 -4 src/usr.sbin/pcvt/Misc/Makefile.inc (dead) 1.7 +0 -184 src/usr.sbin/pcvt/Misc/README.FIRST (dead) 1.8 +0 -5 src/usr.sbin/pcvt/cursor/Makefile (dead) 1.12 +0 -75 src/usr.sbin/pcvt/cursor/cursor.1 (dead) 1.11 +0 -137 src/usr.sbin/pcvt/cursor/cursor.c (dead) 1.13 +0 -55 src/usr.sbin/pcvt/demo/Makefile (dead) 1.4 +0 -20 src/usr.sbin/pcvt/demo/README (dead) 1.5 +0 -54 src/usr.sbin/pcvt/demo/chardemo.vt.gz.uu (dead) 1.5 +0 -16 src/usr.sbin/pcvt/demo/colors.vt.gz.uu (dead) 1.4 +0 -90 src/usr.sbin/pcvt/demo/cowscene.vt.gz.uu (dead) 1.4 +0 -193 src/usr.sbin/pcvt/demo/outerlimit.vt.gz.uu (dead) 1.7 +0 -113 src/usr.sbin/pcvt/demo/playvt.c (dead) 1.5 +0 -12 src/usr.sbin/pcvt/demo/sgr.vt.gz.uu (dead) 1.4 +0 -350 src/usr.sbin/pcvt/demo/twzone.vt.gz.uu (dead) 1.4 +0 -110 src/usr.sbin/pcvt/demo/xmas.vt.gz.uu (dead) 1.8 +0 -9 src/usr.sbin/pcvt/fed/Makefile (dead) 1.6 +0 -331 src/usr.sbin/pcvt/fed/edit.c (dead) 1.7 +0 -59 src/usr.sbin/pcvt/fed/fed.1 (dead) 1.6 +0 -159 src/usr.sbin/pcvt/fed/fed.c (dead) 1.6 +0 -123 src/usr.sbin/pcvt/fed/fed.h (dead) 1.6 +0 -344 src/usr.sbin/pcvt/fed/misc.c (dead) 1.6 +0 -325 src/usr.sbin/pcvt/fed/select.c (dead) 1.7 +0 -5 src/usr.sbin/pcvt/fontedit/Makefile (dead) 1.4 +0 -36 src/usr.sbin/pcvt/fontedit/README (dead) 1.7 +0 -92 src/usr.sbin/pcvt/fontedit/fontedit.1 (dead) 1.7 +0 -926 src/usr.sbin/pcvt/fontedit/fontedit.c (dead) 1.4 +0 -38 src/usr.sbin/pcvt/fonts/COPYRIGHT (dead) 1.12 +0 -14 src/usr.sbin/pcvt/fonts/Makefile (dead) 1.4 +0 -83 src/usr.sbin/pcvt/fonts/vt100pc.814.uu (dead) 1.4 +0 -83 src/usr.sbin/pcvt/fonts/vt100sg.814.uu (dead) 1.5 +0 -49 src/usr.sbin/pcvt/fonts/vt220h.808.uu (dead) 1.4 +0 -60 src/usr.sbin/pcvt/fonts/vt220h.810.uu (dead) 1.5 +0 -83 src/usr.sbin/pcvt/fonts/vt220h.814.uu (dead) 1.4 +0 -95 src/usr.sbin/pcvt/fonts/vt220h.816.uu (dead) 1.4 +0 -49 src/usr.sbin/pcvt/fonts/vt220l.808.uu (dead) 1.4 +0 -60 src/usr.sbin/pcvt/fonts/vt220l.810.uu (dead) 1.4 +0 -83 src/usr.sbin/pcvt/fonts/vt220l.814.uu (dead) 1.4 +0 -95 src/usr.sbin/pcvt/fonts/vt220l.816.uu (dead) 1.9 +0 -6 src/usr.sbin/pcvt/ispcvt/Makefile (dead) 1.18 +0 -99 src/usr.sbin/pcvt/ispcvt/ispcvt.8 (dead) 1.12 +0 -250 src/usr.sbin/pcvt/ispcvt/ispcvt.c (dead) 1.14 +0 -23 src/usr.sbin/pcvt/kbdio/Makefile (dead) 1.9 +0 -331 src/usr.sbin/pcvt/kbdio/kbdio.y (dead) 1.8 +0 -99 src/usr.sbin/pcvt/kbdio/lex.l (dead) 1.14 +0 -11 src/usr.sbin/pcvt/kcon/Makefile (dead) 1.18 +0 -130 src/usr.sbin/pcvt/kcon/kcon.1 (dead) 1.8 +0 -743 src/usr.sbin/pcvt/kcon/kcon.c (dead) 1.17 +0 -20 src/usr.sbin/pcvt/keycap/Makefile (dead) 1.12 +0 -125 src/usr.sbin/pcvt/keycap/keycap.3 (dead) 1.6 +0 -383 src/usr.sbin/pcvt/keycap/keycap.c (dead) 1.4 +0 -49 src/usr.sbin/pcvt/keycap/keycap.h (dead) 1.9 +0 -627 src/usr.sbin/pcvt/keycap/keycap.src (dead) 1.18 +0 -129 src/usr.sbin/pcvt/keycap/man5/keycap.5 (dead) 1.8 +0 -5 src/usr.sbin/pcvt/loadfont/Makefile (dead) 1.18 +0 -87 src/usr.sbin/pcvt/loadfont/loadfont.1 (dead) 1.10 +0 -306 src/usr.sbin/pcvt/loadfont/loadfont.c (dead) 1.8 +0 -5 src/usr.sbin/pcvt/scon/Makefile (dead) 1.21 +0 -221 src/usr.sbin/pcvt/scon/scon.1 (dead) 1.9 +0 -782 src/usr.sbin/pcvt/scon/scon.c (dead) 1.8 +0 -5 src/usr.sbin/pcvt/userkeys/Makefile (dead) 1.13 +0 -175 src/usr.sbin/pcvt/userkeys/vt220keys.1 (dead) 1.9 +0 -287 src/usr.sbin/pcvt/userkeys/vt220keys.c (dead) 1.4 +0 -28 src/usr.sbin/pcvt/vgaio/CAUTION (dead) 1.18 +0 -24 src/usr.sbin/pcvt/vgaio/Makefile (dead) 1.7 +0 -83 src/usr.sbin/pcvt/vgaio/lex.l (dead) 1.16 +0 -141 src/usr.sbin/pcvt/vgaio/vgaio.8 (dead) 1.6 +0 -60 src/usr.sbin/pcvt/vgaio/vgaio.h (dead) 1.8 +0 -253 src/usr.sbin/pcvt/vgaio/vgaio.y (dead) From owner-cvs-all@FreeBSD.ORG Wed May 17 09:44:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E81D716A411; Wed, 17 May 2006 09:44:57 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A296343D48; Wed, 17 May 2006 09:44:57 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4H9ibRw075678; Wed, 17 May 2006 09:44:37 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4H9ib7C075677; Wed, 17 May 2006 09:44:37 GMT (envelope-from erwin) Message-Id: <200605170944.k4H9ib7C075677@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 17 May 2006 09:44:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Algorithm-Bucketizer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 09:45:02 -0000 erwin 2006-05-17 09:44:37 UTC FreeBSD ports repository Modified files: devel/p5-Algorithm-Bucketizer Makefile distinfo Log: Update to 0.11 PR: 97380 Submitted by: Christopher Boumenot (maintainer) Revision Changes Path 1.2 +1 -1 ports/devel/p5-Algorithm-Bucketizer/Makefile 1.3 +3 -3 ports/devel/p5-Algorithm-Bucketizer/distinfo From owner-cvs-all@FreeBSD.ORG Wed May 17 10:02:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA81616A403; Wed, 17 May 2006 10:02:44 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B41B43D48; Wed, 17 May 2006 10:02:44 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HA2O0U076433; Wed, 17 May 2006 10:02:24 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HA2ONH076432; Wed, 17 May 2006 10:02:24 GMT (envelope-from garga) Message-Id: <200605171002.k4HA2ONH076432@repoman.freebsd.org> From: Renato Botelho Date: Wed, 17 May 2006 10:02:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Event-RPC Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 10:02:44 -0000 garga 2006-05-17 10:02:24 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Event-RPC Makefile distinfo pkg-descr pkg-plist Log: Event::RPC supports you in developing Event based networking client/server applications with transparent object/method access from the client to the server. Network communication is optionally encrypted using IO::Socket::SSL. Several event loop managers are supported due to an extensible API. Currently Event and Glib are implemented. WWW: http://search.cpan.org/dist/Event::RPC/ PR: ports/97350 Submitted by: Vivek Khera Revision Changes Path 1.2210 +1 -0 ports/devel/Makefile 1.1 +55 -0 ports/devel/p5-Event-RPC/Makefile (new) 1.1 +3 -0 ports/devel/p5-Event-RPC/distinfo (new) 1.1 +7 -0 ports/devel/p5-Event-RPC/pkg-descr (new) 1.1 +17 -0 ports/devel/p5-Event-RPC/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed May 17 10:03:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AC4516A401; Wed, 17 May 2006 10:03:06 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5563E43D45; Wed, 17 May 2006 10:03:06 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HA2kOu076483; Wed, 17 May 2006 10:02:46 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HA2kIl076482; Wed, 17 May 2006 10:02:46 GMT (envelope-from garga) Message-Id: <200605171002.k4HA2kIl076482@repoman.freebsd.org> From: Renato Botelho Date: Wed, 17 May 2006 10:02:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 10:03:06 -0000 garga 2006-05-17 10:02:46 UTC FreeBSD ports repository Modified files: . modules Log: p5-Event-RPC --> ports/devel/p5-Event-RPC Revision Changes Path 1.14986 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed May 17 10:16:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3542516A403; Wed, 17 May 2006 10:16:26 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3DF043D53; Wed, 17 May 2006 10:16:25 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HAG6n6078219; Wed, 17 May 2006 10:16:06 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HAG6mw078218; Wed, 17 May 2006 10:16:06 GMT (envelope-from garga) Message-Id: <200605171016.k4HAG6mw078218@repoman.freebsd.org> From: Renato Botelho Date: Wed, 17 May 2006 10:16:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/pure-ftpd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 10:16:26 -0000 garga 2006-05-17 10:16:05 UTC FreeBSD ports repository Modified files: ftp/pure-ftpd Makefile Log: Fix a typo in pureftpd.schema PR: ports/97387 Submitted by: Malte von dem Hagen Approved by: maintainer Revision Changes Path 1.56 +1 -0 ports/ftp/pure-ftpd/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 10:28:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51E3D16A400; Wed, 17 May 2006 10:28:40 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08C7943D5A; Wed, 17 May 2006 10:28:40 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HASKOx078646; Wed, 17 May 2006 10:28:20 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HASK1k078645; Wed, 17 May 2006 10:28:20 GMT (envelope-from itetcu) Message-Id: <200605171028.k4HASK1k078645@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 17 May 2006 10:28:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/sulci/files patch-sulci-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 10:28:40 -0000 itetcu 2006-05-17 10:28:20 UTC FreeBSD ports repository Added files: net-im/sulci/files patch-sulci-Makefile Log: Add files/patch-sulci-Makefile forgotten in the previous commit: Upgrade to the latest snaphot. PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/93980 Submitted by: Denis Shaposhnikov (maintainer) Approved by: lawrance (mentor) Reported by: YAPHR Approved by: lawrance (mentor) Pontyhat to: itetcu (me) Revision Changes Path 1.1 +11 -0 ports/net-im/sulci/files/patch-sulci-Makefile (new) From owner-cvs-all@FreeBSD.ORG Wed May 17 10:29:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CA9216A403; Wed, 17 May 2006 10:29:44 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA10E43D4C; Wed, 17 May 2006 10:29:43 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HATODm078707; Wed, 17 May 2006 10:29:24 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HATOEJ078706; Wed, 17 May 2006 10:29:24 GMT (envelope-from itetcu) Message-Id: <200605171029.k4HATOEJ078706@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 17 May 2006 10:29:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/sulci Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 10:29:44 -0000 itetcu 2006-05-17 10:29:24 UTC FreeBSD ports repository Modified files: net-im/sulci Makefile Log: Mark broken on amd64. Approved by: lawrance (mentor) Revision Changes Path 1.9 +7 -1 ports/net-im/sulci/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 10:45:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 950C216A400; Wed, 17 May 2006 10:45:08 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 506E943D5C; Wed, 17 May 2006 10:45:08 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HAim51079301; Wed, 17 May 2006 10:44:48 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HAimBd079300; Wed, 17 May 2006 10:44:48 GMT (envelope-from sat) Message-Id: <200605171044.k4HAimBd079300@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 17 May 2006 10:44:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/py-cerealizer Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 10:45:08 -0000 sat 2006-05-17 10:44:48 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/py-cerealizer Makefile distinfo pkg-descr pkg-plist Log: Add py-cerealizer: Secure pickle-like module PR: ports/96944 Submitted by: Jose Alonso Cardenas Marquez Approved by: krion (mentor) Revision Changes Path 1.756 +1 -0 ports/security/Makefile 1.1 +22 -0 ports/security/py-cerealizer/Makefile (new) 1.1 +3 -0 ports/security/py-cerealizer/distinfo (new) 1.1 +10 -0 ports/security/py-cerealizer/pkg-descr (new) 1.1 +4 -0 ports/security/py-cerealizer/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed May 17 10:45:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EE3416A401; Wed, 17 May 2006 10:45:50 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BDB343D45; Wed, 17 May 2006 10:45:50 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HAjUF7079395; Wed, 17 May 2006 10:45:30 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HAjUAZ079394; Wed, 17 May 2006 10:45:30 GMT (envelope-from sat) Message-Id: <200605171045.k4HAjUAZ079394@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 17 May 2006 10:45:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 10:45:50 -0000 sat 2006-05-17 10:45:30 UTC FreeBSD ports repository Modified files: . modules Log: py-cerealizer --> ports/security/py-cerealizer Revision Changes Path 1.14987 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed May 17 10:50:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D8BC16A400; Wed, 17 May 2006 10:50:55 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B15743D49; Wed, 17 May 2006 10:50:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HAoZRQ079668; Wed, 17 May 2006 10:50:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HAoZ4p079667; Wed, 17 May 2006 10:50:35 GMT (envelope-from pav) Message-Id: <200605171050.k4HAoZ4p079667@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 17 May 2006 10:50:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ntp/doc Makefile ntp-keygen.8 ntp.conf.5 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 10:50:55 -0000 pav 2006-05-17 10:50:35 UTC FreeBSD src repository (doc,ports committer) Modified files: usr.sbin/ntp/doc Makefile ntp.conf.5 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 Added files: usr.sbin/ntp/doc ntp-keygen.8 Log: - Update to ntp-4.2.0 PR: docs/79857 Submitted by: Tsurutani Naoki Revision Changes Path 1.14 +1 -1 src/usr.sbin/ntp/doc/Makefile 1.1 +583 -0 src/usr.sbin/ntp/doc/ntp-keygen.8 (new) 1.19 +1334 -885 src/usr.sbin/ntp/doc/ntp.conf.5 1.12 +85 -63 src/usr.sbin/ntp/doc/ntpd.8 1.10 +16 -3 src/usr.sbin/ntp/doc/ntpdate.8 1.14 +72 -87 src/usr.sbin/ntp/doc/ntpdc.8 1.18 +374 -309 src/usr.sbin/ntp/doc/ntpq.8 From owner-cvs-all@FreeBSD.ORG Wed May 17 11:01:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1180716A427; Wed, 17 May 2006 11:01:10 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C093443D45; Wed, 17 May 2006 11:01:09 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HB0ngV080072; Wed, 17 May 2006 11:00:49 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HB0nSg080071; Wed, 17 May 2006 11:00:49 GMT (envelope-from phk) Message-Id: <200605171100.k4HB0nSg080071@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 17 May 2006 11:00:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 11:01:10 -0000 phk 2006-05-17 11:00:49 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: To save you all the trouble with CVSWEB: Peter Fellgett's wildcard recipe: Into a clean dish, place the dry ingredients and add the liquids until the right consistency is obtained. Turn out into suitable containers and cook until done. Revision Changes Path 1.214 +5 -0 src/games/fortune/datfiles/fortunes From owner-cvs-all@FreeBSD.ORG Wed May 17 11:23:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD1E516A400; Wed, 17 May 2006 11:23:18 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67C6943D48; Wed, 17 May 2006 11:23:18 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HBMwse082174; Wed, 17 May 2006 11:22:58 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HBMwMp082173; Wed, 17 May 2006 11:22:58 GMT (envelope-from sat) Message-Id: <200605171122.k4HBMwMp082173@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 17 May 2006 11:22:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xpi-adblock Makefile.xpi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 11:23:18 -0000 sat 2006-05-17 11:22:58 UTC FreeBSD ports repository Modified files: www/xpi-adblock Makefile.xpi Log: - Fix mode and owners of installed files Reported by: Thierry Thomas Approved by: krion (mentor, implicit) Revision Changes Path 1.6 +3 -1 ports/www/xpi-adblock/Makefile.xpi From owner-cvs-all@FreeBSD.ORG Wed May 17 11:25:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2475616A42C; Wed, 17 May 2006 11:25:48 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D175D43D62; Wed, 17 May 2006 11:25:42 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HBPMca082392; Wed, 17 May 2006 11:25:22 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HBPMdp082391; Wed, 17 May 2006 11:25:22 GMT (envelope-from flz) Message-Id: <200605171125.k4HBPMdp082391@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 17 May 2006 11:25:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p Makefile ports/net-p2p/libtorrent Makefile ports/net-p2p/libtorrent-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 11:25:48 -0000 flz 2006-05-17 11:25:22 UTC FreeBSD ports repository Modified files: net-p2p Makefile net-p2p/libtorrent Makefile Added files: net-p2p/libtorrent-devel Makefile distinfo pkg-plist Log: - Transform libtorrent into a master port. - Add libtorrent-devel, the development version of libtorrent. Revision Changes Path 1.7 +1 -0 ports/net-p2p/Makefile 1.1 +23 -0 ports/net-p2p/libtorrent-devel/Makefile (new) 1.1 +3 -0 ports/net-p2p/libtorrent-devel/distinfo (new) 1.1 +25 -0 ports/net-p2p/libtorrent-devel/pkg-plist (new) 1.25 +7 -4 ports/net-p2p/libtorrent/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 11:27:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88EF116A414; Wed, 17 May 2006 11:27:17 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E757943D49; Wed, 17 May 2006 11:27:16 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HBQu14082556; Wed, 17 May 2006 11:26:56 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HBQu75082555; Wed, 17 May 2006 11:26:56 GMT (envelope-from flz) Message-Id: <200605171126.k4HBQu75082555@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 17 May 2006 11:26:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p Makefile ports/net-p2p/rtorrent Makefile ports/net-p2p/rtorrent-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 11:27:17 -0000 flz 2006-05-17 11:26:56 UTC FreeBSD ports repository Modified files: net-p2p Makefile net-p2p/rtorrent Makefile Added files: net-p2p/rtorrent-devel Makefile distinfo pkg-plist Log: - Transform rtorrent into a master port. - Add rtorrent-devel, the development version of rtorrent. Revision Changes Path 1.8 +1 -0 ports/net-p2p/Makefile 1.1 +25 -0 ports/net-p2p/rtorrent-devel/Makefile (new) 1.1 +3 -0 ports/net-p2p/rtorrent-devel/distinfo (new) 1.1 +3 -0 ports/net-p2p/rtorrent-devel/pkg-plist (new) 1.18 +9 -6 ports/net-p2p/rtorrent/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 11:29:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67BA316A404; Wed, 17 May 2006 11:29:10 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9600143D6A; Wed, 17 May 2006 11:29:08 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HBSmNM082693; Wed, 17 May 2006 11:28:48 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HBSmB0082691; Wed, 17 May 2006 11:28:48 GMT (envelope-from flz) Message-Id: <200605171128.k4HBSmB0082691@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 17 May 2006 11:28:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 11:29:12 -0000 flz 2006-05-17 11:28:48 UTC FreeBSD ports repository Modified files: . modules Log: libtorrent-devel --> ports/net-p2p/libtorrent-devel rtorrent-devel --> ports/net-p2p/rtorrent-devel Revision Changes Path 1.14988 +2 -2 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed May 17 11:31:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E85116A4D9; Wed, 17 May 2006 11:31:48 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4543C43D5C; Wed, 17 May 2006 11:31:45 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HBVPrf082868; Wed, 17 May 2006 11:31:25 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HBVPt3082867; Wed, 17 May 2006 11:31:25 GMT (envelope-from maxim) Message-Id: <200605171131.k4HBVPt3082867@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 17 May 2006 11:31:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man7 build.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 11:31:51 -0000 maxim 2006-05-17 11:31:25 UTC FreeBSD src repository Modified files: share/man/man7 build.7 Log: o Replace alpha-specific DESTDIR to a sparc64 one. Spotted by: Gennady Proskurin Revision Changes Path 1.42 +1 -1 src/share/man/man7/build.7 From owner-cvs-all@FreeBSD.ORG Wed May 17 11:35:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8A1316A41F; Wed, 17 May 2006 11:35:53 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48BFF43D4C; Wed, 17 May 2006 11:35:52 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HBZWS8083078; Wed, 17 May 2006 11:35:32 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HBZWda083077; Wed, 17 May 2006 11:35:32 GMT (envelope-from maxim) Message-Id: <200605171135.k4HBZWda083077@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 17 May 2006 11:35:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/jail jail.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 11:35:54 -0000 maxim 2006-05-17 11:35:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/jail jail.8 Log: MFC revs. 1.74 - 1.76: document security.jail.jailed and security.jail.list sysctls. Revision Changes Path 1.67.2.5 +16 -1 src/usr.sbin/jail/jail.8 From owner-cvs-all@FreeBSD.ORG Wed May 17 11:37:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 114BF16A440; Wed, 17 May 2006 11:37:30 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C22A543D46; Wed, 17 May 2006 11:37:29 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HBb9bo083153; Wed, 17 May 2006 11:37:09 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HBb99k083152; Wed, 17 May 2006 11:37:09 GMT (envelope-from matteo) Message-Id: <200605171137.k4HBb99k083152@repoman.freebsd.org> From: Matteo Riondato Date: Wed, 17 May 2006 11:37:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d moused X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 11:37:32 -0000 matteo 2006-05-17 11:37:09 UTC FreeBSD src repository Modified files: etc/rc.d moused Log: Correctly set moused_$2_enable when moused_nondefault_enable is set to NO PR: conf/92654 MFC after: 3 Revision Changes Path 1.10 +1 -2 src/etc/rc.d/moused From owner-cvs-all@FreeBSD.ORG Wed May 17 12:18:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A36A16A51F; Wed, 17 May 2006 12:18:44 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D954343D45; Wed, 17 May 2006 12:18:43 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HCINbo086039; Wed, 17 May 2006 12:18:23 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HCINbm086038; Wed, 17 May 2006 12:18:23 GMT (envelope-from jylefort) Message-Id: <200605171218.k4HCINbm086038@repoman.freebsd.org> From: Jean-Yves Lefort Date: Wed, 17 May 2006 12:18:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libglade2-reference Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 12:18:44 -0000 jylefort 2006-05-17 12:18:23 UTC FreeBSD ports repository Added files: devel/libglade2-reference Makefile Log: Add forgotten port. Reported by: pav Revision Changes Path 1.1 +5 -0 ports/devel/libglade2-reference/Makefile (new) From owner-cvs-all@FreeBSD.ORG Wed May 17 12:22:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9236516A41F; Wed, 17 May 2006 12:22:05 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EE2343D6D; Wed, 17 May 2006 12:22:04 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HCLioY086229; Wed, 17 May 2006 12:21:44 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HCLi2E086228; Wed, 17 May 2006 12:21:44 GMT (envelope-from erwin) Message-Id: <200605171221.k4HCLi2E086228@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 17 May 2006 12:21:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 12:22:06 -0000 erwin 2006-05-17 12:21:44 UTC FreeBSD ports repository Modified files: emulators/linux_base-gentoo-stage1 Makefile Log: Remove ia64 from supported ARCH as we have no linuxulator support for it. PR: 97394 Submitted by: Gabor Kovesdan (maintainer) Reported by: pointyhat (kris) Revision Changes Path 1.29 +1 -1 ports/emulators/linux_base-gentoo-stage1/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 12:25:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2130116A451; Wed, 17 May 2006 12:25:49 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F55543D6E; Wed, 17 May 2006 12:25:48 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HCPRFT086437; Wed, 17 May 2006 12:25:27 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HCPRYw086436; Wed, 17 May 2006 12:25:27 GMT (envelope-from vs) Message-Id: <200605171225.k4HCPRYw086436@repoman.freebsd.org> From: Volker Stolz Date: Wed, 17 May 2006 12:25:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/jde Makefile ports/java/jde/files patch-jde-version-check-fix X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 12:25:54 -0000 vs 2006-05-17 12:25:27 UTC FreeBSD ports repository Modified files: java/jde Makefile Added files: java/jde/files patch-jde-version-check-fix Log: JDE's stable code does not properly detect the version of newer versions of CEDET, and will fail to load. Add patch from CVS. PR: ports/95609 Submitted by: maintainer Revision Changes Path 1.12 +1 -0 ports/java/jde/Makefile 1.1 +48 -0 ports/java/jde/files/patch-jde-version-check-fix (new) From owner-cvs-all@FreeBSD.ORG Wed May 17 12:49:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81E8F16A408; Wed, 17 May 2006 12:49:26 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0482F43D5F; Wed, 17 May 2006 12:49:26 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HCn5tE005768; Wed, 17 May 2006 12:49:05 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HCn5oL005761; Wed, 17 May 2006 12:49:05 GMT (envelope-from itetcu) Message-Id: <200605171249.k4HCn5oL005761@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 17 May 2006 12:49:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fm/worker Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 12:49:29 -0000 itetcu 2006-05-17 12:49:05 UTC FreeBSD ports repository Modified files: x11-fm/worker Makefile pkg-plist Log: - Fix plist [2] - portlint [1] PR: ports/97304 [1] Submitted by: Martin Wilke [1] itetcu [2] Approved by: "Simon Dick" (maintainer), lawrance (mentor) Revision Changes Path 1.24 +1 -1 ports/x11-fm/worker/Makefile 1.11 +31 -31 ports/x11-fm/worker/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 17 13:08:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 699AB16A473; Wed, 17 May 2006 13:08:46 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C373C43D6A; Wed, 17 May 2006 13:08:44 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HD8OAs011316; Wed, 17 May 2006 13:08:24 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HD8Ong011315; Wed, 17 May 2006 13:08:24 GMT (envelope-from vs) Message-Id: <200605171308.k4HD8Ong011315@repoman.freebsd.org> From: Volker Stolz Date: Wed, 17 May 2006 13:08:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/bochs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 13:08:47 -0000 vs 2006-05-17 13:08:24 UTC FreeBSD ports repository Modified files: emulators/bochs Makefile Log: Enable --port-e9-hack option PR: ports/95057 Submitted by: Matthieu Michaud Revision Changes Path 1.74 +9 -0 ports/emulators/bochs/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 13:17:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8167216A406; Wed, 17 May 2006 13:17:03 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E47043D45; Wed, 17 May 2006 13:17:03 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HDGhqr012184; Wed, 17 May 2006 13:16:43 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HDGgo4012183; Wed, 17 May 2006 13:16:42 GMT (envelope-from garga) Message-Id: <200605171316.k4HDGgo4012183@repoman.freebsd.org> From: Renato Botelho Date: Wed, 17 May 2006 13:16:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro Makefile ports/astro/weatherspect Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 13:17:03 -0000 garga 2006-05-17 13:16:42 UTC FreeBSD ports repository Modified files: astro Makefile Added files: astro/weatherspect Makefile distinfo pkg-descr Log: WeatherSpect provides a reasonably accurate simulation of what the weather looks like outside, in ASCII art. It includes rain, snow, lightning, sleet, and hail. The windspeed and cloudiness are reflected in the velocity and quantity of clouds. There are trees that age, reproduce and die over the course of an hour, and a sun and moon that follow the actual sun and moonrise. There's also a dancing turtle. Author: Kirk Baucom WWW: http://www.robobunny.com/projects/weatherspect/html/ PR: ports/97371 Submitted by: Simon Olofsson Revision Changes Path 1.104 +1 -0 ports/astro/Makefile 1.1 +28 -0 ports/astro/weatherspect/Makefile (new) 1.1 +3 -0 ports/astro/weatherspect/distinfo (new) 1.1 +9 -0 ports/astro/weatherspect/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed May 17 13:17:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 180C216A400; Wed, 17 May 2006 13:17:23 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B02743D53; Wed, 17 May 2006 13:17:22 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HDH2Zg012311; Wed, 17 May 2006 13:17:02 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HDH2v8012310; Wed, 17 May 2006 13:17:02 GMT (envelope-from csjp) Message-Id: <200605171317.k4HDH2v8012310@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Wed, 17 May 2006 13:17:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 isp.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 13:17:23 -0000 csjp 2006-05-17 13:17:02 UTC FreeBSD src repository Modified files: share/man/man4 isp.4 Log: Fix typo in device hint variable Revision Changes Path 1.22 +1 -1 src/share/man/man4/isp.4 From owner-cvs-all@FreeBSD.ORG Wed May 17 13:17:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D76FF16A406; Wed, 17 May 2006 13:17:50 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0D7D43D45; Wed, 17 May 2006 13:17:47 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HDHRjq012406; Wed, 17 May 2006 13:17:27 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HDHRlN012405; Wed, 17 May 2006 13:17:27 GMT (envelope-from garga) Message-Id: <200605171317.k4HDHRlN012405@repoman.freebsd.org> From: Renato Botelho Date: Wed, 17 May 2006 13:17:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 13:17:51 -0000 garga 2006-05-17 13:17:27 UTC FreeBSD ports repository Modified files: . modules Log: weatherspect --> ports/astro/weatherspect Revision Changes Path 1.14989 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed May 17 13:20:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B76D16A408; Wed, 17 May 2006 13:20:42 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 084E843D46; Wed, 17 May 2006 13:20:42 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HDKLZM012977; Wed, 17 May 2006 13:20:21 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HDKLTl012974; Wed, 17 May 2006 13:20:21 GMT (envelope-from trhodes) Message-Id: <200605171320.k4HDKLTl012974@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 17 May 2006 13:20:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/bin/chflags chflags.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 13:20:53 -0000 trhodes 2006-05-17 13:20:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/chflags chflags.1 Log: Sync with CURRENT. Revision Changes Path 1.25.2.1 +55 -13 src/bin/chflags/chflags.1 From owner-cvs-all@FreeBSD.ORG Wed May 17 13:26:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1626416A437; Wed, 17 May 2006 13:26:22 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3AB843D45; Wed, 17 May 2006 13:26:21 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HDQ1os013618; Wed, 17 May 2006 13:26:01 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HDQ1PL013617; Wed, 17 May 2006 13:26:01 GMT (envelope-from trhodes) Message-Id: <200605171326.k4HDQ1PL013617@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 17 May 2006 13:26:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/locale utf8.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 13:26:22 -0000 trhodes 2006-05-17 13:26:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/locale utf8.c Log: MFC 1.14: Fix a bug where, for 6-byte sequences, the top 6 bits get compared to 111111 rather than the top 7 bits being compared against 1111110 causing illegal bytes fe and ff being treated the same as legal bytes fc and fd. Revision Changes Path 1.13.2.1 +1 -1 src/lib/libc/locale/utf8.c From owner-cvs-all@FreeBSD.ORG Wed May 17 13:38:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 897A716A46C; Wed, 17 May 2006 13:38:48 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01BC343D72; Wed, 17 May 2006 13:38:48 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HDcRQo014295; Wed, 17 May 2006 13:38:27 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HDcRJZ014294; Wed, 17 May 2006 13:38:27 GMT (envelope-from roberto) Message-Id: <200605171338.k4HDcRJZ014294@repoman.freebsd.org> From: Ollivier Robert Date: Wed, 17 May 2006 13:38:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/mercurial pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 13:38:49 -0000 roberto 2006-05-17 13:38:27 UTC FreeBSD ports repository Modified files: devel/mercurial pkg-plist Log: Typo: PORTSDOC -> PORTDOCS. Found by: Habbie (on #mercurial@freenode) Revision Changes Path 1.13 +26 -26 ports/devel/mercurial/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 17 13:48:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D166A16A41B; Wed, 17 May 2006 13:48:41 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 778CB43D45; Wed, 17 May 2006 13:48:41 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HDmLlG014850; Wed, 17 May 2006 13:48:21 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HDmLOp014849; Wed, 17 May 2006 13:48:21 GMT (envelope-from garga) Message-Id: <200605171348.k4HDmLOp014849@repoman.freebsd.org> From: Renato Botelho Date: Wed, 17 May 2006 13:48:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/quickie Makefile distinfo pkg-descr pkg-plist ports/www/quickie/files freebsd.h patch-lib_file_regular.cc patch-lib_input_file.cc patch-lib_output_file.cc patch-lib_rcstring_list_sort_vers.cc patch-lib_simple_version_tool_checkin.cc pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 13:48:41 -0000 garga 2006-05-17 13:48:19 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/quickie Makefile distinfo pkg-descr pkg-plist www/quickie/files freebsd.h patch-lib_file_regular.cc patch-lib_input_file.cc patch-lib_output_file.cc patch-lib_rcstring_list_sort_vers.cc patch-lib_simple_version_tool_checkin.cc pkg-message.in Log: Quickie is a small footprint, fast C++ Wiki engine; hence the name. The fundamental insight for this engine is that wiki pages are read far more often than they are modified. Thus, the generated HTML can be cached. It follows that the main code path will check that the .html file exists and simply copy it to stdout in the vast majority of cases. The .html file generated from each .wiki file is about the same size as the .wiki file itself, so there will be no particular I/O advantage, but there is a huge CPU advantage, and a significant memory footprint advantage, and since I want to run a wiki on a geriatric 20MB 33MHz 386 machine, this is a good thing. Online demo: http://quickie.sourceforge.net/cgi-bin/quickie WWW: http://quickie.sourceforge.net/ PR: ports/97376 Submitted by: Shaun Amott Revision Changes Path 1.1406 +1 -0 ports/www/Makefile 1.1 +71 -0 ports/www/quickie/Makefile (new) 1.1 +6 -0 ports/www/quickie/distinfo (new) 1.1 +43 -0 ports/www/quickie/files/freebsd.h (new) 1.1 +23 -0 ports/www/quickie/files/patch-lib_file_regular.cc (new) 1.1 +14 -0 ports/www/quickie/files/patch-lib_input_file.cc (new) 1.1 +16 -0 ports/www/quickie/files/patch-lib_output_file.cc (new) 1.1 +13 -0 ports/www/quickie/files/patch-lib_rcstring_list_sort_vers.cc (new) 1.1 +14 -0 ports/www/quickie/files/patch-lib_simple_version_tool_checkin.cc (new) 1.1 +17 -0 ports/www/quickie/files/pkg-message.in (new) 1.1 +16 -0 ports/www/quickie/pkg-descr (new) 1.1 +54 -0 ports/www/quickie/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed May 17 13:49:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48BDD16A602; Wed, 17 May 2006 13:49:13 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0353343D48; Wed, 17 May 2006 13:49:13 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HDmq0m014898; Wed, 17 May 2006 13:48:52 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HDmqJp014897; Wed, 17 May 2006 13:48:52 GMT (envelope-from garga) Message-Id: <200605171348.k4HDmqJp014897@repoman.freebsd.org> From: Renato Botelho Date: Wed, 17 May 2006 13:48:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 13:49:13 -0000 garga 2006-05-17 13:48:52 UTC FreeBSD ports repository Modified files: . modules Log: quickie --> ports/www/quickie Revision Changes Path 1.14990 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed May 17 13:49:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B35F216A63F; Wed, 17 May 2006 13:49:26 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DA4443D4C; Wed, 17 May 2006 13:49:26 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HDn6D0014933; Wed, 17 May 2006 13:49:06 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HDn6be014932; Wed, 17 May 2006 13:49:06 GMT (envelope-from marcus) Message-Id: <200605171349.k4HDn6be014932@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 17 May 2006 13:49:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gdm/files patch-config_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 13:49:27 -0000 marcus 2006-05-17 13:49:06 UTC FreeBSD ports repository Modified files: x11/gdm/files patch-config_Makefile.in Log: Don't chgrp the /var/gdm directory to gdm during the instal phase since the gdm user may not exist on the system yet. Instead, let the pkg-install script do this after verifying the gdm user and group exists. Reported by: pointyhat via kris Revision Changes Path 1.6 +10 -3 ports/x11/gdm/files/patch-config_Makefile.in From owner-cvs-all@FreeBSD.ORG Wed May 17 13:49:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 418AB16A41A; Wed, 17 May 2006 13:49:52 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A49C43D5F; Wed, 17 May 2006 13:49:51 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HDnUBi014970; Wed, 17 May 2006 13:49:30 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HDnUT5014969; Wed, 17 May 2006 13:49:30 GMT (envelope-from roberto) Message-Id: <200605171349.k4HDnUT5014969@repoman.freebsd.org> From: Ollivier Robert Date: Wed, 17 May 2006 13:49:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/mercurial Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 13:49:52 -0000 roberto 2006-05-17 13:49:30 UTC FreeBSD ports repository Modified files: devel/mercurial Makefile Log: Even with PORTDOCS, we need to copy the files ourselves in DOCSDIR. Revision Changes Path 1.15 +4 -0 ports/devel/mercurial/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 13:51:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 390F216A45C; Wed, 17 May 2006 13:51:07 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2B1943D68; Wed, 17 May 2006 13:51:04 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HDohaM015136; Wed, 17 May 2006 13:50:43 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HDohL0015135; Wed, 17 May 2006 13:50:43 GMT (envelope-from erwin) Message-Id: <200605171350.k4HDohL0015135@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 17 May 2006 13:50:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-Authen-SASL Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 13:51:07 -0000 erwin 2006-05-17 13:50:43 UTC FreeBSD ports repository Modified files: security/p5-Authen-SASL Makefile Log: Use OPTIONS for WITHOUT_KERBEROS PR: 97270 Submitted by: Rong-En Fan Revision Changes Path 1.14 +2 -0 ports/security/p5-Authen-SASL/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 13:51:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4F1D16A45E; Wed, 17 May 2006 13:51:41 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55D7443D58; Wed, 17 May 2006 13:51:41 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HDpKfs015177; Wed, 17 May 2006 13:51:20 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HDpKdL015176; Wed, 17 May 2006 13:51:20 GMT (envelope-from itetcu) Message-Id: <200605171351.k4HDpKdL015176@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 17 May 2006 13:51:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/lout Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 13:51:41 -0000 itetcu 2006-05-17 13:51:20 UTC FreeBSD ports repository Modified files: print/lout Makefile Log: Pass maintainer ship to Bernd Luevelsmeyer PR: ports/97397 Submitted by: Bernd Luevelsmeyer Approved by: lawrance Revision Changes Path 1.26 +1 -1 ports/print/lout/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 14:13:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B03CF16A41B; Wed, 17 May 2006 14:13:28 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AB5843D48; Wed, 17 May 2006 14:13:28 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HED7Ji017274; Wed, 17 May 2006 14:13:07 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HED7EP017273; Wed, 17 May 2006 14:13:07 GMT (envelope-from ceri) Message-Id: <200605171413.k4HED7EP017273@repoman.freebsd.org> From: Ceri Davies Date: Wed, 17 May 2006 14:13:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml includes.release.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 14:13:28 -0000 ceri 2006-05-17 14:13:07 UTC FreeBSD doc repository Modified files: share/sgml includes.release.sgml Log: Match r1.22 of includes.release.xsl for consistency's sake. Revision Changes Path 1.25 +3 -3 www/share/sgml/includes.release.sgml From owner-cvs-all@FreeBSD.ORG Wed May 17 14:22:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5400716A4EC; Wed, 17 May 2006 14:22:18 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6B1843D6B; Wed, 17 May 2006 14:22:13 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HELqqw017663; Wed, 17 May 2006 14:21:52 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HELq7E017662; Wed, 17 May 2006 14:21:52 GMT (envelope-from ahze) Message-Id: <200605171421.k4HELq7E017662@repoman.freebsd.org> From: Michael Johnson Date: Wed, 17 May 2006 14:21:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gstreamer-plugins-gnonlin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 14:22:18 -0000 ahze 2006-05-17 14:21:52 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins-gnonlin Makefile distinfo Log: - Update to 0.10.4 Revision Changes Path 1.9 +1 -1 ports/multimedia/gstreamer-plugins-gnonlin/Makefile 1.4 +3 -3 ports/multimedia/gstreamer-plugins-gnonlin/distinfo From owner-cvs-all@FreeBSD.ORG Wed May 17 14:34:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B718E16A51F; Wed, 17 May 2006 14:34:50 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AC9E43D64; Wed, 17 May 2006 14:34:50 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HEYThW018189; Wed, 17 May 2006 14:34:29 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HEYTlN018188; Wed, 17 May 2006 14:34:29 GMT (envelope-from ahze) Message-Id: <200605171434.k4HEYTlN018188@repoman.freebsd.org> From: Michael Johnson Date: Wed, 17 May 2006 14:34:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/Mk bsd.gstreamer.mk ports/multimedia/gstreamer-plugins Makefile.common ports/multimedia/gstreamer-plugins-xvid Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 14:34:52 -0000 ahze 2006-05-17 14:34:29 UTC FreeBSD ports repository Modified files: . MOVED Mk bsd.gstreamer.mk multimedia/gstreamer-plugins Makefile.common Added files: multimedia/gstreamer-plugins-xvid Makefile Log: - Readd gstreamer-plugins-xvid Revision Changes Path 1.993 +1 -2 ports/MOVED 1.19 +2 -2 ports/Mk/bsd.gstreamer.mk 1.7 +18 -0 ports/multimedia/gstreamer-plugins-xvid/Makefile (new) 1.32 +16 -1 ports/multimedia/gstreamer-plugins/Makefile.common From owner-cvs-all@FreeBSD.ORG Wed May 17 14:38:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7FA416A743; Wed, 17 May 2006 14:38:37 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6398943D70; Wed, 17 May 2006 14:38:36 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HEcFaC018433; Wed, 17 May 2006 14:38:15 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HEcF92018432; Wed, 17 May 2006 14:38:15 GMT (envelope-from jylefort) Message-Id: <200605171438.k4HEcF92018432@repoman.freebsd.org> From: Jean-Yves Lefort Date: Wed, 17 May 2006 14:38:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/gnome-translate Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 14:38:39 -0000 jylefort 2006-05-17 14:38:15 UTC FreeBSD ports repository Modified files: textproc/gnome-translate Makefile Log: Add INSTALLS_ICONS. Revision Changes Path 1.7 +2 -1 ports/textproc/gnome-translate/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 14:38:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F6E516A74F; Wed, 17 May 2006 14:38:41 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3BF643D66; Wed, 17 May 2006 14:38:40 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HEcKMH018460; Wed, 17 May 2006 14:38:20 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HEcKgh018459; Wed, 17 May 2006 14:38:20 GMT (envelope-from ahze) Message-Id: <200605171438.k4HEcKgh018459@repoman.freebsd.org> From: Michael Johnson Date: Wed, 17 May 2006 14:38:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 14:38:42 -0000 ahze 2006-05-17 14:38:20 UTC FreeBSD ports repository Modified files: . modules Log: gstreamer-plugins-xvid --> ports/multimedia/gstreamer-plugins-xvid Revision Changes Path 1.14991 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed May 17 14:45:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D311D16A80B; Wed, 17 May 2006 14:45:11 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E079E43DB0; Wed, 17 May 2006 14:44:54 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HEiYHJ018717; Wed, 17 May 2006 14:44:34 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HEiYEI018716; Wed, 17 May 2006 14:44:34 GMT (envelope-from ahze) Message-Id: <200605171444.k4HEiYEI018716@repoman.freebsd.org> From: Michael Johnson Date: Wed, 17 May 2006 14:44:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gstreamer-plugins-core Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 14:45:12 -0000 ahze 2006-05-17 14:44:33 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins-core Makefile Log: - Readd xvid support Revision Changes Path 1.11 +2 -2 ports/multimedia/gstreamer-plugins-core/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 15:09:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F1D716A9BD; Wed, 17 May 2006 15:09:51 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 580F643D73; Wed, 17 May 2006 15:09:50 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HF9TrD020791; Wed, 17 May 2006 15:09:29 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HF9TXZ020790; Wed, 17 May 2006 15:09:29 GMT (envelope-from roberto) Message-Id: <200605171509.k4HF9TXZ020790@repoman.freebsd.org> From: Ollivier Robert Date: Wed, 17 May 2006 15:09:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/mercurial pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 15:09:52 -0000 roberto 2006-05-17 15:09:29 UTC FreeBSD ports repository Modified files: devel/mercurial pkg-plist Log: PORTSDOC usage makes file list in pkg-list redundant. contrib is in DATADIR not DOCSDIR. Revision Changes Path 1.14 +1 -11 ports/devel/mercurial/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 17 15:22:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C90D716A5CD; Wed, 17 May 2006 15:22:30 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C562743D5F; Wed, 17 May 2006 15:22:27 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HFM69D021359; Wed, 17 May 2006 15:22:06 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HFM13H021358; Wed, 17 May 2006 15:22:01 GMT (envelope-from bmah) Message-Id: <200605171522.k4HFM13H021358@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 17 May 2006 15:22:01 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en developers.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 15:22:34 -0000 bmah 2006-05-17 15:22:01 UTC FreeBSD doc repository Modified files: en developers.sgml Log: Add missing semicolon that should have been in my last commit. Submitted by: Rudolf Cejka Revision Changes Path 1.134 +2 -2 www/en/developers.sgml From owner-cvs-all@FreeBSD.ORG Wed May 17 15:52:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62DC416A57E; Wed, 17 May 2006 15:52:44 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2C1043DB1; Wed, 17 May 2006 15:52:29 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HFq8Bj022535; Wed, 17 May 2006 15:52:08 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HFq8Lp022534; Wed, 17 May 2006 15:52:08 GMT (envelope-from cperciva) Message-Id: <200605171552.k4HFq8Lp022534@repoman.freebsd.org> From: Colin Percival Date: Wed, 17 May 2006 15:52:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 15:52:45 -0000 cperciva 2006-05-17 15:52:08 UTC FreeBSD ports repository Modified files: multimedia Makefile Log: Attempt to unbreak ports INDEX build by connecting gstreamer-plugins-xvid to the build. The multimedia/gstreamer-plugins-core port now depends upon gstreamer-plugins-xvid. Reported by: Portsnap buildbox Revision Changes Path 1.159 +1 -0 ports/multimedia/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 16:01:45 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18D9616AD14 for ; Wed, 17 May 2006 16:01:45 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 977C343D6E for ; Wed, 17 May 2006 16:01:38 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by py-out-1112.google.com with SMTP id f28so302298pyf for ; Wed, 17 May 2006 09:01:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=cNss8HtZhRpBYBSdYE5pkPgYw9FhYs5Gd1pWINGOQob6e6KO91Pk8wjGe4pF9EjL9gqSNbiPHtnqMBaAukF6oRqIdeTJfW0jC8C8jVPTh1lCITaXtgc7eBcPNSezZ5Ra5xgOanLGygjtnd+doi1V/bOiTY7yMQl0s0vgqUFuQK8= Received: by 10.35.87.8 with SMTP id p8mr1240503pyl; Wed, 17 May 2006 09:01:34 -0700 (PDT) Received: by 10.35.12.4 with HTTP; Wed, 17 May 2006 09:01:34 -0700 (PDT) Message-ID: Date: Wed, 17 May 2006 12:01:34 -0400 From: "michael johnson" Sender: buhnux@gmail.com To: "Colin Percival" In-Reply-To: <200605171552.k4HFq8Lp022534@repoman.freebsd.org> MIME-Version: 1.0 References: <200605171552.k4HFq8Lp022534@repoman.freebsd.org> X-Google-Sender-Auth: 4056e9bcc1d0252c Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/multimedia Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 16:01:47 -0000 On 5/17/06, Colin Percival wrote: > > cperciva 2006-05-17 15:52:08 UTC > > FreeBSD ports repository > > Modified files: > multimedia Makefile > Log: > Attempt to unbreak ports INDEX build by connecting > gstreamer-plugins-xvid > to the build. The multimedia/gstreamer-plugins-core port now depends > upon gstreamer-plugins-xvid. thanks, I was trying to figure out what I did wrong.. I didn't even notice = I didn't commit Makefile. Reported by: Portsnap buildbox > > Revision Changes Path > 1.159 +1 -0 ports/multimedia/Makefile > From owner-cvs-all@FreeBSD.ORG Wed May 17 16:03:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C420D16A865; Wed, 17 May 2006 16:03:26 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B6EF43D90; Wed, 17 May 2006 16:03:26 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HG35Ul025003; Wed, 17 May 2006 16:03:05 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HG35tr025002; Wed, 17 May 2006 16:03:05 GMT (envelope-from ehaupt) Message-Id: <200605171603.k4HG35tr025002@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 17 May 2006 16:03:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-KinoSearch Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 16:03:27 -0000 ehaupt 2006-05-17 16:03:05 UTC FreeBSD ports repository Modified files: textproc/p5-KinoSearch Makefile distinfo Log: Update to 0.10 PR: 97349 Submitted by: Vivek Khera (maintainer) Revision Changes Path 1.2 +5 -4 ports/textproc/p5-KinoSearch/Makefile 1.2 +3 -3 ports/textproc/p5-KinoSearch/distinfo From owner-cvs-all@FreeBSD.ORG Wed May 17 16:05:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D70516ACBD; Wed, 17 May 2006 16:05:27 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8A4243D78; Wed, 17 May 2006 16:05:13 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HG4qhT025045; Wed, 17 May 2006 16:04:52 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HG4qix025044; Wed, 17 May 2006 16:04:52 GMT (envelope-from jkim) Message-Id: <200605171604.k4HG4qix025044@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 17 May 2006 16:04:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2.0-devel/files patch-i64815 patch-i65467 patch-i65468 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 16:05:36 -0000 jkim 2006-05-17 16:04:52 UTC FreeBSD ports repository (src committer) Added files: editors/openoffice.org-2.0-devel/files patch-i64815 patch-i65467 patch-i65468 Log: Add few necessary patches to build OOo on amd64. Please note that this is not complete because few patches are pending and waiting for maintainer's review. Reviewed by: maho (maintainer) Revision Changes Path 1.1 +4767 -0 ports/editors/openoffice.org-2.0-devel/files/patch-i64815 (new) 1.1 +2718 -0 ports/editors/openoffice.org-2.0-devel/files/patch-i65467 (new) 1.1 +33 -0 ports/editors/openoffice.org-2.0-devel/files/patch-i65468 (new) From owner-cvs-all@FreeBSD.ORG Wed May 17 16:08:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32B5616A8DD; Wed, 17 May 2006 16:08:25 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 102FC43D80; Wed, 17 May 2006 16:08:23 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HG826A025235; Wed, 17 May 2006 16:08:02 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HG82Nw025234; Wed, 17 May 2006 16:08:02 GMT (envelope-from jkim) Message-Id: <200605171608.k4HG82Nw025234@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 17 May 2006 16:08:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2.0-devel/files optpatch-freetype X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 16:08:26 -0000 jkim 2006-05-17 16:08:02 UTC FreeBSD ports repository (src committer) Modified files: editors/openoffice.org-2.0-devel/files optpatch-freetype Log: Fix typo. It never worked because of this. ;-) Reviewed by: maho (maintainer) Revision Changes Path 1.2 +1 -1 ports/editors/openoffice.org-2.0-devel/files/optpatch-freetype From owner-cvs-all@FreeBSD.ORG Wed May 17 16:40:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5157116B17C; Wed, 17 May 2006 16:40:28 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB80643D6B; Wed, 17 May 2006 16:40:27 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HGe7X0026485; Wed, 17 May 2006 16:40:07 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HGe7xM026484; Wed, 17 May 2006 16:40:07 GMT (envelope-from bmah) Message-Id: <200605171640.k4HGe7xM026484@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 17 May 2006 16:40:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/ru_RU.KOI8-R/hardware Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 16:40:29 -0000 bmah 2006-05-17 16:40:06 UTC FreeBSD src repository Modified files: release/doc/ru_RU.KOI8-R/hardware Makefile Log: Disconnect alpha hardware notes from RU release documentation build in an attempt to fix the RU Web site build. Revision Changes Path 1.2 +1 -2 src/release/doc/ru_RU.KOI8-R/hardware/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 16:42:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B02016B1C2; Wed, 17 May 2006 16:42:36 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8490443D77; Wed, 17 May 2006 16:42:34 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HGgDcZ026599; Wed, 17 May 2006 16:42:13 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HGgDtW026598; Wed, 17 May 2006 16:42:13 GMT (envelope-from tmclaugh) Message-Id: <200605171642.k4HGgDtW026598@repoman.freebsd.org> From: Tom McLaughlin Date: Wed, 17 May 2006 16:42:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/gnutls Makefile ports/security/gnutls-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 16:42:36 -0000 tmclaugh 2006-05-17 16:42:13 UTC FreeBSD ports repository Modified files: security/gnutls Makefile security/gnutls-devel Makefile Log: Move opencdk and libtasn1 detection to after bsd.port.pre.mk so they can be properly detected if already installed. Revision Changes Path 1.33 +10 -9 ports/security/gnutls-devel/Makefile 1.37 +8 -8 ports/security/gnutls/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 17:05:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FD0E16A504; Wed, 17 May 2006 17:05:23 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C24D43D6A; Wed, 17 May 2006 17:05:23 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HH52pZ036207; Wed, 17 May 2006 17:05:02 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HH52Ym036206; Wed, 17 May 2006 17:05:02 GMT (envelope-from emax) Message-Id: <200605171705.k4HH52Ym036206@repoman.freebsd.org> From: Maksim Yevmenkin Date: Wed, 17 May 2006 17:05:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_tap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 17:05:23 -0000 emax 2006-05-17 17:05:02 UTC FreeBSD src repository Modified files: sys/net if_tap.c Log: Do not call knlist_destroy() in tapclose(). Instead call it when device is actually destroyed. Also move call to knlist_init() into tapcreate(). This should fix panic described in kern/95357. PR: kern/95357 No response from: freebsd-current@ MFC after: 3 days Revision Changes Path 1.60 +3 -4 src/sys/net/if_tap.c From owner-cvs-all@FreeBSD.ORG Wed May 17 17:19:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A51316B513; Wed, 17 May 2006 17:19:42 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4139E43D45; Wed, 17 May 2006 17:19:18 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k4HHHrBN070123; Wed, 17 May 2006 11:17:54 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 17 May 2006 11:17:53 -0600 (MDT) Message-Id: <20060517.111753.70173150.imp@bsdimp.com> To: peterjeremy@optushome.com.au From: Warner Losh In-Reply-To: <20060516080349.GC714@turion.vk2pj.dyndns.org> References: <7BBE23A6-5124-424A-AAA8-46238682A954@opensail.org> <20060515220953.GD1447@eucla.lemis.com> <20060516080349.GC714@turion.vk2pj.dyndns.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, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, ru@FreeBSD.org, grog@FreeBSD.org, wes@opensail.org Subject: Re: cvs commit: src/usr.bin/make Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 17:19:43 -0000 > > $ make love > > not war? > > That's what I recall as well but I can't find that particular egg > in the V7 sources using grep or a quick eyeball. I know that this particular joke appeared in a TECO munging package (that turned the moderately readable .TES TECO Source into .TEC files that resembled line noise). This was in 1980 or so from sources that then dated back another 10 years at least, so it is quite possible (maybe even likely) that the joke was imported into it before then. Warner From owner-cvs-all@FreeBSD.ORG Wed May 17 17:23:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EFEB16A7A2; Wed, 17 May 2006 17:23:49 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1C3943D72; Wed, 17 May 2006 17:23:46 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HHNP7O036918; Wed, 17 May 2006 17:23:25 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HHNPtY036917; Wed, 17 May 2006 17:23:25 GMT (envelope-from erwin) Message-Id: <200605171723.k4HHNPtY036917@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 17 May 2006 17:23:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/p5-Net-DNS-ZoneFile-Fast Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 17:23:53 -0000 erwin 2006-05-17 17:23:25 UTC FreeBSD ports repository Modified files: dns/p5-Net-DNS-ZoneFile-Fast Makefile distinfo Log: Update to 0.7 Revision Changes Path 1.4 +1 -1 ports/dns/p5-Net-DNS-ZoneFile-Fast/Makefile 1.4 +3 -3 ports/dns/p5-Net-DNS-ZoneFile-Fast/distinfo From owner-cvs-all@FreeBSD.ORG Wed May 17 17:25:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDF2016AB96; Wed, 17 May 2006 17:25:18 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5961343D5F; Wed, 17 May 2006 17:25:18 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HHOvDo036978; Wed, 17 May 2006 17:24:57 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HHOvpQ036977; Wed, 17 May 2006 17:24:57 GMT (envelope-from erwin) Message-Id: <200605171724.k4HHOvpQ036977@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 17 May 2006 17:24:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-IPC-Locker Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 17:25:25 -0000 erwin 2006-05-17 17:24:57 UTC FreeBSD ports repository Modified files: devel/p5-IPC-Locker Makefile distinfo pkg-plist Log: Update to 1.450 Revision Changes Path 1.10 +2 -2 ports/devel/p5-IPC-Locker/Makefile 1.9 +3 -3 ports/devel/p5-IPC-Locker/distinfo 1.4 +1 -0 ports/devel/p5-IPC-Locker/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 17 17:31:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E86616B751; Wed, 17 May 2006 17:31:47 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD71643D6D; Wed, 17 May 2006 17:31:46 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HHVPLM037267; Wed, 17 May 2006 17:31:25 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HHVP7P037266; Wed, 17 May 2006 17:31:25 GMT (envelope-from erwin) Message-Id: <200605171731.k4HHVP7P037266@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 17 May 2006 17:31:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-WWW-Babelfish Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 17:31:55 -0000 erwin 2006-05-17 17:31:25 UTC FreeBSD ports repository Modified files: www/p5-WWW-Babelfish Makefile distinfo Log: - Update to 0.14 - Pet portlint while I'm here Revision Changes Path 1.11 +2 -2 ports/www/p5-WWW-Babelfish/Makefile 1.8 +3 -3 ports/www/p5-WWW-Babelfish/distinfo From owner-cvs-all@FreeBSD.ORG Wed May 17 17:56:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2BC216B791; Wed, 17 May 2006 17:56:21 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EBFA43D6B; Wed, 17 May 2006 17:56:21 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HHu0f6038182; Wed, 17 May 2006 17:56:00 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HHu05F038181; Wed, 17 May 2006 17:56:00 GMT (envelope-from pjd) Message-Id: <200605171756.k4HHu05F038181@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 17 May 2006 17:56:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/opencrypto criov.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 17:56:22 -0000 pjd 2006-05-17 17:56:00 UTC FreeBSD src repository Modified files: sys/opencrypto criov.c Log: - Implement cuio_apply(), an equivalent to m_apply(9). - Implement CUIO_SKIP() macro which is only responsible for skipping the given number of bytes from iovec list. This allows to avoid duplicating the same code in three functions. Reviewed by: sam Revision Changes Path 1.4 +49 -30 src/sys/opencrypto/criov.c From owner-cvs-all@FreeBSD.ORG Wed May 17 17:58:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 954F516AD0E; Wed, 17 May 2006 17:58:27 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3120243D6D; Wed, 17 May 2006 17:58:27 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HHw6Re038261; Wed, 17 May 2006 17:58:06 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HHw6gM038260; Wed, 17 May 2006 17:58:06 GMT (envelope-from pjd) Message-Id: <200605171758.k4HHw6gM038260@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 17 May 2006 17:58:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/opencrypto cryptodev.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 17:58:29 -0000 pjd 2006-05-17 17:58:06 UTC FreeBSD src repository Modified files: sys/opencrypto cryptodev.h Log: Forgot about adding cuio_apply() here. Reviewed by: sam Revision Changes Path 1.11 +2 -0 src/sys/opencrypto/cryptodev.h From owner-cvs-all@FreeBSD.ORG Wed May 17 18:02:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8D2416AE14; Wed, 17 May 2006 18:02:12 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9287E43D46; Wed, 17 May 2006 18:02:12 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HI1pOX038502; Wed, 17 May 2006 18:01:51 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HI1ptC038501; Wed, 17 May 2006 18:01:51 GMT (envelope-from pjd) Message-Id: <200605171801.k4HI1ptC038501@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 17 May 2006 18:01:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/opencrypto cryptodev.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 18:02:13 -0000 pjd 2006-05-17 18:01:51 UTC FreeBSD src repository Modified files: sys/opencrypto cryptodev.c Log: If kern.cryptodevallowsoft is TRUE allow also for symmetric software crypto in kernel. Useful for testing. Reviewed by: sam Revision Changes Path 1.29 +8 -2 src/sys/opencrypto/cryptodev.c From owner-cvs-all@FreeBSD.ORG Wed May 17 18:05:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A20C16A821; Wed, 17 May 2006 18:05:13 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0938143D45; Wed, 17 May 2006 18:05:13 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HI4pWq039756; Wed, 17 May 2006 18:04:51 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HI4pIw039755; Wed, 17 May 2006 18:04:51 GMT (envelope-from pjd) Message-Id: <200605171804.k4HI4pIw039755@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 17 May 2006 18:04:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/opencrypto cryptodev.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 18:05:13 -0000 pjd 2006-05-17 18:04:51 UTC FreeBSD src repository Modified files: sys/opencrypto cryptodev.h Log: Remove cri_rnd. It is not used. Reviewed by: sam Revision Changes Path 1.12 +0 -2 src/sys/opencrypto/cryptodev.h From owner-cvs-all@FreeBSD.ORG Wed May 17 18:13:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C73216AC3E; Wed, 17 May 2006 18:13:06 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E90243D49; Wed, 17 May 2006 18:13:06 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HICia3040137; Wed, 17 May 2006 18:12:44 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HICiLw040136; Wed, 17 May 2006 18:12:44 GMT (envelope-from pjd) Message-Id: <200605171812.k4HICiLw040136@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 17 May 2006 18:12:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/opencrypto crypto.c cryptodev.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 18:13:06 -0000 pjd 2006-05-17 18:12:44 UTC FreeBSD src repository Modified files: sys/opencrypto crypto.c cryptodev.h Log: - Make opencrypto more SMP friendly by dropping the queue lock around crypto_invoke(). This allows to serve multiple crypto requests in parallel and not bached requests are served lock-less. Drivers should not depend on the queue lock beeing held around crypto_invoke() and if they do, that's an error in the driver - it should do its own synchronization. - Don't forget to wakeup the crypto thread when new requests is queued and only if both symmetric and asymmetric queues are empty. - Symmetric requests use sessions and there is no way driver can disappear when there is an active session, so we don't need to check this, but assert this. This is also safe to not use the driver lock in this case. - Assymetric requests don't use sessions, so don't check the driver in crypto_kinvoke(). - Protect assymetric operation with the driver lock, because if there is no symmetric session, driver can disappear. - Don't send assymetric request to the driver if it is marked as blocked. - Add an XXX comment, because I don't think migration to another driver is safe when there are pending requests using freed session. - Remove 'hint' argument from crypto_kinvoke(), as it serves no purpose. - Don't hold the driver lock around kprocess method call, instead use cc_koperations to track number of in-progress requests. - Cleanup register/unregister code a bit. - Other small simplifications and cleanups. Reviewed by: sam Revision Changes Path 1.19 +139 -145 src/sys/opencrypto/crypto.c 1.13 +1 -0 src/sys/opencrypto/cryptodev.h From owner-cvs-all@FreeBSD.ORG Wed May 17 18:19:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6372116A905; Wed, 17 May 2006 18:19:02 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1C4843D67; Wed, 17 May 2006 18:18:59 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 54F2350EA7; Wed, 17 May 2006 20:18:58 +0200 (CEST) Received: from localhost (dkc188.neoplus.adsl.tpnet.pl [83.24.6.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id C18E150E82; Wed, 17 May 2006 20:18:52 +0200 (CEST) Date: Wed, 17 May 2006 20:17:01 +0200 From: Pawel Jakub Dawidek To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20060517181701.GC838@garage.freebsd.pl> References: <200605171812.k4HICiLw040136@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nmemrqcdn5VTmUEE" Content-Disposition: inline In-Reply-To: <200605171812.k4HICiLw040136@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: Subject: Re: cvs commit: src/sys/opencrypto crypto.c cryptodev.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 18:19:02 -0000 --nmemrqcdn5VTmUEE Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 17, 2006 at 06:12:44PM +0000, Pawel Jakub Dawidek wrote: +> pjd 2006-05-17 18:12:44 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/opencrypto crypto.c cryptodev.h=20 +> Log: +> - Make opencrypto more SMP friendly by dropping the queue lock around +> crypto_invoke(). This allows to serve multiple crypto requests in +> parallel and not bached requests are served lock-less. +> Drivers should not depend on the queue lock beeing held around +> crypto_invoke() and if they do, that's an error in the driver - it +> should do its own synchronization. +> - Don't forget to wakeup the crypto thread when new requests is +> queued and only if both symmetric and asymmetric queues are empty. +> - Symmetric requests use sessions and there is no way driver can +> disappear when there is an active session, so we don't need to check +> this, but assert this. This is also safe to not use the driver lock +> in this case. +> - Assymetric requests don't use sessions, so don't check the driver +> in crypto_kinvoke(). +> - Protect assymetric operation with the driver lock, because if there +> is no symmetric session, driver can disappear. +> - Don't send assymetric request to the driver if it is marked as +> blocked. +> - Add an XXX comment, because I don't think migration to another driver +> is safe when there are pending requests using freed session. +> - Remove 'hint' argument from crypto_kinvoke(), as it serves no purpos= e. +> - Don't hold the driver lock around kprocess method call, instead use +> cc_koperations to track number of in-progress requests. +> - Cleanup register/unregister code a bit. +> - Other small simplifications and cleanups. +> =20 +> Reviewed by: sam Forgot to add: Tested on: hifn(4), ubsec(4), cryptosoft --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --nmemrqcdn5VTmUEE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEa2idForvXbEpPzQRArpZAJ0URB993JHQrPgasemB0AmTarpz3ACg0mQC 2HwaeN0duK0N0w/+WMZccAU= =tRQl -----END PGP SIGNATURE----- --nmemrqcdn5VTmUEE-- From owner-cvs-all@FreeBSD.ORG Wed May 17 18:24:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5606316A8FB; Wed, 17 May 2006 18:24:40 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4602843D66; Wed, 17 May 2006 18:24:39 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HIOIMX040647; Wed, 17 May 2006 18:24:18 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HIOI1U040646; Wed, 17 May 2006 18:24:18 GMT (envelope-from pjd) Message-Id: <200605171824.k4HIOI1U040646@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 17 May 2006 18:24:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/opencrypto cryptodev.c cryptodev.h cryptosoft.c cryptosoft.h xform.c xform.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 18:24:40 -0000 pjd 2006-05-17 18:24:17 UTC FreeBSD src repository Modified files: sys/opencrypto cryptodev.c cryptodev.h cryptosoft.c cryptosoft.h xform.c xform.h Log: - Fix a very old bug in HMAC/SHA{384,512}. When HMAC is using SHA384 or SHA512, the blocksize is 128 bytes, not 64 bytes as anywhere else. The bug also exists in NetBSD, OpenBSD and various other independed implementations I look at. - We cannot decide which hash function to use for HMAC based on the key length, because any HMAC function can use any key length. To fix it split CRYPTO_SHA2_HMAC into three algorithm: CRYPTO_SHA2_256_HMAC, CRYPTO_SHA2_384_HMAC and CRYPTO_SHA2_512_HMAC. Those names are consistent with OpenBSD's naming. - Remove authsize field from auth_hash structure. - Allow consumer to define size of hash he wants to receive. This allows to use HMAC not only for IPsec, where 96 bits MAC is requested. The size of requested MAC is defined at newsession time in the cri_mlen field - when 0, entire MAC will be returned. - Add swcr_authprepare() function which prepares authentication key. - Allow to provide key for every authentication operation, not only at newsession time by honoring CRD_F_KEY_EXPLICIT flag. - Make giving key at newsession time optional - don't try to operate on it if its NULL. - Extend COPYBACK()/COPYDATA() macros to handle CRYPTO_BUF_CONTIG buffer type as well. - Accept CRYPTO_BUF_IOV buffer type in swcr_authcompute() as we have cuio_apply() now. - 16 bits for key length (SW_klen) is more than enough. Reviewed by: sam Revision Changes Path 1.30 +12 -15 src/sys/opencrypto/cryptodev.c 1.14 +11 -6 src/sys/opencrypto/cryptodev.h 1.12 +147 -89 src/sys/opencrypto/cryptosoft.c 1.3 +5 -3 src/sys/opencrypto/cryptosoft.h 1.7 +15 -15 src/sys/opencrypto/xform.c 1.3 +4 -4 src/sys/opencrypto/xform.h From owner-cvs-all@FreeBSD.ORG Wed May 17 18:28:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 887A616AF1F; Wed, 17 May 2006 18:28:24 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4114E43D45; Wed, 17 May 2006 18:28:24 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HIS3VA040879; Wed, 17 May 2006 18:28:03 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HIS2lj040878; Wed, 17 May 2006 18:28:02 GMT (envelope-from sat) Message-Id: <200605171828.k4HIS2lj040878@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 17 May 2006 18:28:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xpi-mousegestures Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 18:28:24 -0000 sat 2006-05-17 18:28:02 UTC FreeBSD ports repository Added files: www/xpi-mousegestures Makefile distinfo pkg-descr Log: - Add xpi-mousegestures: Allows you to execute common commands using mouse gestures PR: ports/97336 Submitted by: Simon Olofsson Approved by: krion (mentor) Revision Changes Path 1.1 +25 -0 ports/www/xpi-mousegestures/Makefile (new) 1.1 +3 -0 ports/www/xpi-mousegestures/distinfo (new) 1.1 +7 -0 ports/www/xpi-mousegestures/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed May 17 18:29:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00CE516A5DC; Wed, 17 May 2006 18:29:17 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDAAE43D49; Wed, 17 May 2006 18:29:15 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HISssW040928; Wed, 17 May 2006 18:28:54 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HISs1A040927; Wed, 17 May 2006 18:28:54 GMT (envelope-from sat) Message-Id: <200605171828.k4HISs1A040927@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 17 May 2006 18:28:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 18:29:17 -0000 sat 2006-05-17 18:28:54 UTC FreeBSD ports repository Modified files: www Makefile Log: Add xpi-mousegestures Approved by: krion (mentor) Revision Changes Path 1.1407 +1 -0 ports/www/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 18:30:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 689BA16A5C3; Wed, 17 May 2006 18:30:28 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9043F43D77; Wed, 17 May 2006 18:30:21 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HIU0G4041035; Wed, 17 May 2006 18:30:00 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HIU0UW041034; Wed, 17 May 2006 18:30:00 GMT (envelope-from sat) Message-Id: <200605171830.k4HIU0UW041034@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 17 May 2006 18:30:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 18:30:30 -0000 sat 2006-05-17 18:30:00 UTC FreeBSD ports repository Modified files: . modules Log: xpi-mousegestures --> ports/www/xpi-mousegestures Revision Changes Path 1.14992 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed May 17 18:30:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CD2816B807; Wed, 17 May 2006 18:30:50 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37B2F43D45; Wed, 17 May 2006 18:30:50 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HIUSUG041130; Wed, 17 May 2006 18:30:28 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HIUSZe041129; Wed, 17 May 2006 18:30:28 GMT (envelope-from pjd) Message-Id: <200605171830.k4HIUSZe041129@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 17 May 2006 18:30:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netipsec xform_ah.c xform_esp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 18:30:50 -0000 pjd 2006-05-17 18:30:28 UTC FreeBSD src repository Modified files: sys/netipsec xform_ah.c xform_esp.c Log: - The authsize field from auth_hash structure was removed. - Define that we want to receive only 96 bits of HMAC. - Names of the structues have no longer _96 suffix. Reviewed by: sam Revision Changes Path 1.13 +7 -6 src/sys/netipsec/xform_ah.c 1.18 +4 -4 src/sys/netipsec/xform_esp.c From owner-cvs-all@FreeBSD.ORG Wed May 17 18:34:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44BBE16A43B; Wed, 17 May 2006 18:34:48 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1B4043D70; Wed, 17 May 2006 18:34:47 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HIYQn3041335; Wed, 17 May 2006 18:34:26 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HIYQNt041334; Wed, 17 May 2006 18:34:26 GMT (envelope-from pjd) Message-Id: <200605171834.k4HIYQNt041334@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 17 May 2006 18:34:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/hifn hifn7751.c hifn7751var.h src/sys/dev/ubsec ubsec.c ubsecvar.h src/sys/dev/safe safe.c safevar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 18:34:48 -0000 pjd 2006-05-17 18:34:26 UTC FreeBSD src repository Modified files: sys/dev/hifn hifn7751.c hifn7751var.h sys/dev/ubsec ubsec.c ubsecvar.h sys/dev/safe safe.c safevar.h Log: Honor cri_mlen value. Reviewed by: sam Tested on: hifn(4), ubsec(4) Compile-tested: safe(4) Revision Changes Path 1.36 +19 -9 src/sys/dev/hifn/hifn7751.c 1.8 +1 -0 src/sys/dev/hifn/hifn7751var.h 1.11 +12 -2 src/sys/dev/safe/safe.c 1.2 +1 -0 src/sys/dev/safe/safevar.h 1.34 +12 -2 src/sys/dev/ubsec/ubsec.c 1.9 +1 -0 src/sys/dev/ubsec/ubsecvar.h From owner-cvs-all@FreeBSD.ORG Wed May 17 18:41:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 575C516B909; Wed, 17 May 2006 18:41:29 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5915143D49; Wed, 17 May 2006 18:41:27 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HIf6kc041829; Wed, 17 May 2006 18:41:06 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HIf6vB041824; Wed, 17 May 2006 18:41:06 GMT (envelope-from maxim) Message-Id: <200605171841.k4HIf6vB041824@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 17 May 2006 18:41:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/mrouted cfparse.y config.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 18:41:30 -0000 maxim 2006-05-17 18:41:05 UTC FreeBSD src repository Modified files: usr.sbin/mrouted cfparse.y config.c Log: o SIOCGIFCONF -> getifaddrs(3) conversion. As a side effect fix bin/95041: subnet mask mismatch. PR: bin/95041 Obtained from: NetBSD Tested by: Hans Lambermont MFC after: 2 months Revision Changes Path 1.14 +27 -32 src/usr.sbin/mrouted/cfparse.y 1.16 +18 -66 src/usr.sbin/mrouted/config.c From owner-cvs-all@FreeBSD.ORG Wed May 17 18:45:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9CE616B9C6; Wed, 17 May 2006 18:45:36 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 706D643DA5; Wed, 17 May 2006 18:45:12 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HIibdt042175; Wed, 17 May 2006 18:44:37 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HIibYZ042174; Wed, 17 May 2006 18:44:37 GMT (envelope-from pjd) Message-Id: <200605171844.k4HIibYZ042174@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 17 May 2006 18:44:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 crypto.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 18:45:37 -0000 pjd 2006-05-17 18:44:37 UTC FreeBSD src repository Modified files: share/man/man9 crypto.9 Log: Update manual page: cri_rnd field is gone, cri_mlen field was added. Revision Changes Path 1.8 +5 -5 src/share/man/man9/crypto.9 From owner-cvs-all@FreeBSD.ORG Wed May 17 18:58:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C31116B0A0; Wed, 17 May 2006 18:58:47 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C486543D72; Wed, 17 May 2006 18:58:46 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HIwPej042864; Wed, 17 May 2006 18:58:25 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HIwPrs042863; Wed, 17 May 2006 18:58:25 GMT (envelope-from pjd) Message-Id: <200605171858.k4HIwPrs042863@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 17 May 2006 18:58:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 crypto.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 18:58:47 -0000 pjd 2006-05-17 18:58:25 UTC FreeBSD src repository Modified files: share/man/man9 crypto.9 Log: Update HMAC algorithms. Revision Changes Path 1.9 +3 -1 src/share/man/man9/crypto.9 From owner-cvs-all@FreeBSD.ORG Wed May 17 19:00:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5D1516A5D4; Wed, 17 May 2006 19:00:29 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4558A43D45; Wed, 17 May 2006 19:00:29 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HJ076J042991; Wed, 17 May 2006 19:00:07 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HJ07TG042990; Wed, 17 May 2006 19:00:07 GMT (envelope-from sat) Message-Id: <200605171900.k4HJ07TG042990@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 17 May 2006 19:00:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/balazarbrothers Makefile distinfo pkg-descr pkg-plist ports/games/balazarbrothers/files patch-setup.cfg X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 19:00:30 -0000 sat 2006-05-17 19:00:07 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/balazarbrothers Makefile distinfo pkg-descr pkg-plist games/balazarbrothers/files patch-setup.cfg Log: Add balazarbrothers: Balazar Brother is a free software 3D puzzle PR: ports/96964 Submitted by: Jose Alonso Cardenas Marquez Approved by: krion (mentor) Revision Changes Path 1.972 +1 -0 ports/games/Makefile 1.1 +52 -0 ports/games/balazarbrothers/Makefile (new) 1.1 +3 -0 ports/games/balazarbrothers/distinfo (new) 1.1 +15 -0 ports/games/balazarbrothers/files/patch-setup.cfg (new) 1.1 +8 -0 ports/games/balazarbrothers/pkg-descr (new) 1.1 +263 -0 ports/games/balazarbrothers/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed May 17 19:01:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5FC216A9AC; Wed, 17 May 2006 19:01:09 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DEE143D72; Wed, 17 May 2006 19:01:09 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HJ0mgI043123; Wed, 17 May 2006 19:00:48 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HJ0mg8043122; Wed, 17 May 2006 19:00:48 GMT (envelope-from sat) Message-Id: <200605171900.k4HJ0mg8043122@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 17 May 2006 19:00:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 19:01:10 -0000 sat 2006-05-17 19:00:48 UTC FreeBSD ports repository Modified files: . modules Log: balazarbrothers --> ports/games/balazarbrothers Revision Changes Path 1.14993 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed May 17 19:03:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B45916A97F; Wed, 17 May 2006 19:03:55 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDB0943D5D; Wed, 17 May 2006 19:03:54 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HJ3XAH044531; Wed, 17 May 2006 19:03:33 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HJ3XlB044530; Wed, 17 May 2006 19:03:33 GMT (envelope-from maxim) Message-Id: <200605171903.k4HJ3XlB044530@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 17 May 2006 19:03:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/iostat iostat.8 iostat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 19:04:01 -0000 maxim 2006-05-17 19:03:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/iostat iostat.8 iostat.c Log: MFC rev. 1.28 iostat.8 and revs. 1.29 - 1.31 iostat.c: implement Solaris-like -x and -z flags: show extended disk statistics, omit lines for devices with no activity. Style and re-register locals. Revision Changes Path 1.27.2.1 +33 -2 src/usr.sbin/iostat/iostat.8 1.28.12.1 +124 -36 src/usr.sbin/iostat/iostat.c From owner-cvs-all@FreeBSD.ORG Wed May 17 19:08:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CD2616A86E; Wed, 17 May 2006 19:08:45 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07B8043D46; Wed, 17 May 2006 19:08:45 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HJ8N30044911; Wed, 17 May 2006 19:08:23 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HJ8Nm2044910; Wed, 17 May 2006 19:08:23 GMT (envelope-from arved) Message-Id: <200605171908.k4HJ8Nm2044910@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 17 May 2006 19:08:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/py-soya3d Makefile ports/graphics/py-soya3d/files patch-ode-0.5_Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 19:08:45 -0000 arved 2006-05-17 19:08:23 UTC FreeBSD ports repository Modified files: graphics/py-soya3d Makefile graphics/py-soya3d/files patch-ode-0.5_Makefile Log: Unbreak on i386 Reported by: pointyhat Pointyhat to: arved Revision Changes Path 1.7 +7 -1 ports/graphics/py-soya3d/Makefile 1.2 +2 -2 ports/graphics/py-soya3d/files/patch-ode-0.5_Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 19:39:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58E4716A68A; Wed, 17 May 2006 19:39:34 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1418743D45; Wed, 17 May 2006 19:39:34 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HJdCff046233; Wed, 17 May 2006 19:39:12 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HJdC8l046232; Wed, 17 May 2006 19:39:12 GMT (envelope-from ahze) Message-Id: <200605171939.k4HJdC8l046232@repoman.freebsd.org> From: Michael Johnson Date: Wed, 17 May 2006 19:39:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/py-gstreamer Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 19:39:34 -0000 ahze 2006-05-17 19:39:12 UTC FreeBSD ports repository Modified files: multimedia/py-gstreamer Makefile distinfo pkg-plist Log: - Update to 0.10.4 Revision Changes Path 1.19 +1 -2 ports/multimedia/py-gstreamer/Makefile 1.8 +3 -3 ports/multimedia/py-gstreamer/distinfo 1.6 +1 -0 ports/multimedia/py-gstreamer/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 17 19:41:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BABA16B170; Wed, 17 May 2006 19:41:36 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FDA143D64; Wed, 17 May 2006 19:41:30 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HJf8cY046600; Wed, 17 May 2006 19:41:08 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HJf80W046599; Wed, 17 May 2006 19:41:08 GMT (envelope-from thierry) Message-Id: <200605171941.k4HJf80W046599@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 17 May 2006 19:41:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia Makefile ports/multimedia/helixplayer Makefile distinfo pkg-descr pkg-plist ports/multimedia/helixplayer/files buildrc patch-audio_device_pub_platform_unix_audlinux_oss.h patch-audio_resampler_allresamplers.h patch-build_lib_sysinfo.py patch-build_umakecf_freebsd-4.0-i386.cf ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 19:41:39 -0000 thierry 2006-05-17 19:41:08 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/helixplayer Makefile distinfo pkg-descr pkg-plist multimedia/helixplayer/files buildrc patch-audio_device_pub_platform_unix_audlinux_oss.h patch-audio_resampler_allresamplers.h patch-build_lib_sysinfo.py patch-build_umakecf_freebsd-4.0-i386.cf patch-build_umakecf_freebsd-4.0-i586.cf patch-build_umakecf_freebsd-5.0-i586.cf patch-build_umakecf_freebsd-6.0-i586.cf patch-build_umakecf_freebsd-7.0-i586.cf patch-build_umakecf_freebsd.cf patch-build_umakecf_gcc.cf patch-client_core_asm_hxsmstr.cpp patch-common_netio_pub_platform_unix_sockio.h patch-common_runtime_pub_hlxclib_malloc.h patch-common_system_dllpath.cpp patch-datatype_h263_codec_include_os.h patch-datatype_h263_codec_video_hvdecode.c patch-datatype_h263_codec_video_vdecopcl.c patch-datatype_image_png_common_pxpngdec.cpp patch-datatype_image_realpix_codec_jpg_pxcjpgfa.cpp patch-datatype_image_realpix_codec_jpg_pxcjpgrn.cpp patch-datatype_theora_renderer_theoravidfmt.cpp patch-player_app_gtk_Umakefil patch-player_app_gtk_commonapp.cpp patch-player_app_gtk_embeddedapp.cpp patch-player_app_gtk_hxplay patch-player_app_gtk_preferences_interface.c patch-player_app_gtk_realplay patch-player_app_gtk_statistics_interface.c patch-player_app_gtk_uri_interface.c patch-player_common_gtk_hxplayer.cpp patch-player_common_gtk_hxstatisticsobserver.cpp patch-player_installer_stage1_Umakefil patch-player_installer_stage1_unix.pcf pkg-message.in Log: The Helix Player is the Helix Community's open source media player for consumers. It is being developed to have a rich and usable graphical interface and support a variety of open media formats like Ogg Vorbis, Theora etc. Adopted by: Shaun Amott Revision Changes Path 1.160 +1 -0 ports/multimedia/Makefile 1.1 +83 -0 ports/multimedia/helixplayer/Makefile (new) 1.1 +3 -0 ports/multimedia/helixplayer/distinfo (new) 1.1 +1 -0 ports/multimedia/helixplayer/files/buildrc (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-audio_device_pub_platform_unix_audlinux_oss.h (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-audio_resampler_allresamplers.h (new) 1.1 +16 -0 ports/multimedia/helixplayer/files/patch-build_lib_sysinfo.py (new) 1.1 +13 -0 ports/multimedia/helixplayer/files/patch-build_umakecf_freebsd-4.0-i386.cf (new) 1.1 +14 -0 ports/multimedia/helixplayer/files/patch-build_umakecf_freebsd-4.0-i586.cf (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-build_umakecf_freebsd-5.0-i586.cf (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-build_umakecf_freebsd-6.0-i586.cf (new) 1.1 +23 -0 ports/multimedia/helixplayer/files/patch-build_umakecf_freebsd-7.0-i586.cf (new) 1.1 +160 -0 ports/multimedia/helixplayer/files/patch-build_umakecf_freebsd.cf (new) 1.1 +47 -0 ports/multimedia/helixplayer/files/patch-build_umakecf_gcc.cf (new) 1.1 +17 -0 ports/multimedia/helixplayer/files/patch-client_core_asm_hxsmstr.cpp (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-common_netio_pub_platform_unix_sockio.h (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-common_runtime_pub_hlxclib_malloc.h (new) 1.1 +20 -0 ports/multimedia/helixplayer/files/patch-common_system_dllpath.cpp (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-datatype_h263_codec_include_os.h (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-datatype_h263_codec_video_hvdecode.c (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-datatype_h263_codec_video_vdecopcl.c (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-datatype_image_png_common_pxpngdec.cpp (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-datatype_image_realpix_codec_jpg_pxcjpgfa.cpp (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-datatype_image_realpix_codec_jpg_pxcjpgrn.cpp (new) 1.1 +29 -0 ports/multimedia/helixplayer/files/patch-datatype_theora_renderer_theoravidfmt.cpp (new) 1.1 +50 -0 ports/multimedia/helixplayer/files/patch-player_app_gtk_Umakefil (new) 1.1 +23 -0 ports/multimedia/helixplayer/files/patch-player_app_gtk_commonapp.cpp (new) 1.1 +12 -0 ports/multimedia/helixplayer/files/patch-player_app_gtk_embeddedapp.cpp (new) 1.1 +38 -0 ports/multimedia/helixplayer/files/patch-player_app_gtk_hxplay (new) 1.1 +13 -0 ports/multimedia/helixplayer/files/patch-player_app_gtk_preferences_interface.c (new) 1.1 +11 -0 ports/multimedia/helixplayer/files/patch-player_app_gtk_realplay (new) 1.1 +13 -0 ports/multimedia/helixplayer/files/patch-player_app_gtk_statistics_interface.c (new) 1.1 +13 -0 ports/multimedia/helixplayer/files/patch-player_app_gtk_uri_interface.c (new) 1.1 +18 -0 ports/multimedia/helixplayer/files/patch-player_common_gtk_hxplayer.cpp (new) 1.1 +13 -0 ports/multimedia/helixplayer/files/patch-player_common_gtk_hxstatisticsobserver.cpp (new) 1.1 +12 -0 ports/multimedia/helixplayer/files/patch-player_installer_stage1_Umakefil (new) 1.1 +9 -0 ports/multimedia/helixplayer/files/patch-player_installer_stage1_unix.pcf (new) 1.1 +19 -0 ports/multimedia/helixplayer/files/pkg-message.in (new) 1.1 +6 -0 ports/multimedia/helixplayer/pkg-descr (new) 1.1 +195 -0 ports/multimedia/helixplayer/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed May 17 19:41:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9A1616A4CD; Wed, 17 May 2006 19:41:38 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1FB043D5F; Wed, 17 May 2006 19:41:37 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HJfG8d046644; Wed, 17 May 2006 19:41:16 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HJfGKU046643; Wed, 17 May 2006 19:41:16 GMT (envelope-from thierry) Message-Id: <200605171941.k4HJfGKU046643@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 17 May 2006 19:41:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 19:41:43 -0000 thierry 2006-05-17 19:41:16 UTC FreeBSD ports repository Modified files: . modules Log: helixplayer --> ports/multimedia/helixplayer Revision Changes Path 1.14994 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed May 17 20:01:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4033416A40F; Wed, 17 May 2006 20:01:33 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F189143D45; Wed, 17 May 2006 20:01:32 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HK1BtI047396; Wed, 17 May 2006 20:01:11 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HK1BEh047395; Wed, 17 May 2006 20:01:11 GMT (envelope-from marius) Message-Id: <200605172001.k4HK1BEh047395@repoman.freebsd.org> From: Marius Strobl Date: Wed, 17 May 2006 20:01:11 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects/busdma index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 20:01:33 -0000 marius 2006-05-17 20:01:11 UTC FreeBSD doc repository (src committer) Modified files: en/projects/busdma index.sgml Log: Add an entry for le(4). Revision Changes Path 1.134 +12 -1 www/en/projects/busdma/index.sgml From owner-cvs-all@FreeBSD.ORG Wed May 17 20:10:32 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53DD916A428; Wed, 17 May 2006 20:10:32 +0000 (UTC) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2C6C43D45; Wed, 17 May 2006 20:10:31 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [10.251.19.131]) ([10.251.19.131]) by a50.ironport.com with ESMTP; 17 May 2006 13:10:30 -0700 Message-ID: <446B8337.3060306@elischer.org> Date: Wed, 17 May 2006 13:10:31 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <200605170933.k4H9XFYC075103@repoman.freebsd.org> In-Reply-To: <200605170933.k4H9XFYC075103@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 20:10:32 -0000 Did I miss the discussion about this? I've seen people mention that they are running pcvt quite recently. Poul-Henning Kamp wrote: >phk 2006-05-17 09:33:15 UTC > > FreeBSD src repository > > Modified files: > . Makefile.inc1 ObsoleteFiles.inc > etc/defaults rc.conf > etc/mtree BSD.usr.dist > etc/rc.d Makefile isdnd syscons > release/picobsd/build picobsd > share/man/man4 Makefile atkbd.4 kbdmux.4 splash.4 vkbd.4 > share/man/man5 rc.conf.5 src.conf.5 > share/man/man7 hier.7 > share/mk bsd.own.mk > sys/conf files.i386 options.i386 > sys/dev/atkbdc atkbd.c > sys/dev/syscons scvesactl.c > sys/i386/conf GENERIC NOTES > tools make_libdeps.sh > usr.sbin Makefile > usr.sbin/moused moused.8 > Removed files: > etc/rc.d pcvt > share/man/man4 pcvt.4 > sys/i386/include pcvt_ioctl.h > sys/i386/isa/pcvt pcvt_conf.h pcvt_drv.c pcvt_ext.c > pcvt_hdr.h pcvt_kbd.c pcvt_kbd.h > pcvt_out.c pcvt_sup.c pcvt_tbl.h > pcvt_vtf.c > sys/pc98/include pcvt_ioctl.h > tools/build/options WITHOUT_PCVT > usr.sbin/pcvt Makefile Makefile.inc > usr.sbin/pcvt/Misc Makefile Makefile.inc README.FIRST > usr.sbin/pcvt/Misc/Doc Acknowledgements Bibliography CharGen > Charsets EscapeSequences Keyboard.HP > Keyboard.VT Makefile NotesAndHints > usr.sbin/pcvt/Misc/Etc Makefile Termcap Terminfo pcvt.el > pcvt.sh xmodmap-german > usr.sbin/pcvt/cursor Makefile cursor.1 cursor.c > usr.sbin/pcvt/demo Makefile README chardemo.vt.gz.uu > colors.vt.gz.uu cowscene.vt.gz.uu > outerlimit.vt.gz.uu playvt.c sgr.vt.gz.uu > twzone.vt.gz.uu xmas.vt.gz.uu > usr.sbin/pcvt/fed Makefile edit.c fed.1 fed.c fed.h misc.c > select.c > usr.sbin/pcvt/fontedit Makefile README fontedit.1 fontedit.c > usr.sbin/pcvt/fonts COPYRIGHT Makefile vt100pc.814.uu > vt100sg.814.uu vt220h.808.uu > vt220h.810.uu vt220h.814.uu vt220h.816.uu > vt220l.808.uu vt220l.810.uu vt220l.814.uu > vt220l.816.uu > usr.sbin/pcvt/ispcvt Makefile ispcvt.8 ispcvt.c > usr.sbin/pcvt/kbdio Makefile kbdio.y lex.l > usr.sbin/pcvt/kcon Makefile kcon.1 kcon.c > usr.sbin/pcvt/keycap Makefile keycap.3 keycap.c keycap.h > keycap.src > usr.sbin/pcvt/keycap/man5 keycap.5 > usr.sbin/pcvt/loadfont Makefile loadfont.1 loadfont.c > usr.sbin/pcvt/scon Makefile scon.1 scon.c > usr.sbin/pcvt/userkeys Makefile vt220keys.1 vt220keys.c > usr.sbin/pcvt/vgaio CAUTION Makefile lex.l vgaio.8 vgaio.h > vgaio.y > Log: > Send the pcvt(4) driver off to retirement. > > Revision Changes Path > 1.546 +1 -5 src/Makefile.inc1 > 1.36 +53 -0 src/ObsoleteFiles.inc > 1.284 +0 -19 src/etc/defaults/rc.conf > 1.314 +0 -8 src/etc/mtree/BSD.usr.dist > 1.71 +1 -1 src/etc/rc.d/Makefile > 1.21 +0 -10 src/etc/rc.d/isdnd > 1.6 +0 -233 src/etc/rc.d/pcvt (dead) > 1.17 +0 -4 src/etc/rc.d/syscons > 1.39 +1 -1 src/release/picobsd/build/picobsd > 1.350 +0 -2 src/share/man/man4/Makefile > 1.27 +1 -4 src/share/man/man4/atkbd.4 > 1.5 +0 -1 src/share/man/man4/kbdmux.4 > 1.47 +0 -747 src/share/man/man4/pcvt.4 (dead) > 1.28 +0 -2 src/share/man/man4/splash.4 > 1.7 +0 -1 src/share/man/man4/vkbd.4 > 1.296 +0 -138 src/share/man/man5/rc.conf.5 > 1.4 +0 -5 src/share/man/man5/src.conf.5 > 1.118 +0 -8 src/share/man/man7/hier.7 > 1.55 +0 -2 src/share/mk/bsd.own.mk > 1.560 +0 -6 src/sys/conf/files.i386 > 1.236 +0 -24 src/sys/conf/options.i386 > 1.50 +0 -3 src/sys/dev/atkbdc/atkbd.c > 1.24 +0 -1 src/sys/dev/syscons/scvesactl.c > 1.447 +0 -5 src/sys/i386/conf/GENERIC > 1.1226 +0 -18 src/sys/i386/conf/NOTES > 1.18 +0 -536 src/sys/i386/include/pcvt_ioctl.h (dead) > 1.13 +0 -247 src/sys/i386/isa/pcvt/pcvt_conf.h (dead) > 1.93 +0 -827 src/sys/i386/isa/pcvt/pcvt_drv.c (dead) > 1.36 +0 -2750 src/sys/i386/isa/pcvt/pcvt_ext.c (dead) > 1.57 +0 -1102 src/sys/i386/isa/pcvt/pcvt_hdr.h (dead) > 1.45 +0 -2523 src/sys/i386/isa/pcvt/pcvt_kbd.c (dead) > 1.13 +0 -396 src/sys/i386/isa/pcvt/pcvt_kbd.h (dead) > 1.28 +0 -2227 src/sys/i386/isa/pcvt/pcvt_out.c (dead) > 1.28 +0 -2061 src/sys/i386/isa/pcvt/pcvt_sup.c (dead) > 1.10 +0 -470 src/sys/i386/isa/pcvt/pcvt_tbl.h (dead) > 1.16 +0 -2154 src/sys/i386/isa/pcvt/pcvt_vtf.c (dead) > 1.3 +0 -6 src/sys/pc98/include/pcvt_ioctl.h (dead) > 1.2 +0 -4 src/tools/build/options/WITHOUT_PCVT (dead) > 1.7 +0 -1 src/tools/make_libdeps.sh > 1.351 +0 -4 src/usr.sbin/Makefile > 1.59 +0 -6 src/usr.sbin/moused/moused.8 > 1.9 +0 -9 src/usr.sbin/pcvt/Makefile (dead) > 1.9 +0 -5 src/usr.sbin/pcvt/Makefile.inc (dead) > 1.5 +0 -111 src/usr.sbin/pcvt/Misc/Doc/Acknowledgements (dead) > 1.4 +0 -189 src/usr.sbin/pcvt/Misc/Doc/Bibliography (dead) > 1.4 +0 -149 src/usr.sbin/pcvt/Misc/Doc/CharGen (dead) > 1.4 +0 -99 src/usr.sbin/pcvt/Misc/Doc/Charsets (dead) > 1.4 +0 -268 src/usr.sbin/pcvt/Misc/Doc/EscapeSequences (dead) > 1.4 +0 -286 src/usr.sbin/pcvt/Misc/Doc/Keyboard.HP (dead) > 1.4 +0 -231 src/usr.sbin/pcvt/Misc/Doc/Keyboard.VT (dead) > 1.10 +0 -9 src/usr.sbin/pcvt/Misc/Doc/Makefile (dead) > 1.7 +0 -323 src/usr.sbin/pcvt/Misc/Doc/NotesAndHints (dead) > 1.11 +0 -7 src/usr.sbin/pcvt/Misc/Etc/Makefile (dead) > 1.5 +0 -284 src/usr.sbin/pcvt/Misc/Etc/Termcap (dead) > 1.4 +0 -41 src/usr.sbin/pcvt/Misc/Etc/Terminfo (dead) > 1.4 +0 -19 src/usr.sbin/pcvt/Misc/Etc/pcvt.el (dead) > 1.2 +0 -163 src/usr.sbin/pcvt/Misc/Etc/pcvt.sh (dead) > 1.4 +0 -117 src/usr.sbin/pcvt/Misc/Etc/xmodmap-german (dead) > 1.8 +0 -8 src/usr.sbin/pcvt/Misc/Makefile (dead) > 1.6 +0 -4 src/usr.sbin/pcvt/Misc/Makefile.inc (dead) > 1.7 +0 -184 src/usr.sbin/pcvt/Misc/README.FIRST (dead) > 1.8 +0 -5 src/usr.sbin/pcvt/cursor/Makefile (dead) > 1.12 +0 -75 src/usr.sbin/pcvt/cursor/cursor.1 (dead) > 1.11 +0 -137 src/usr.sbin/pcvt/cursor/cursor.c (dead) > 1.13 +0 -55 src/usr.sbin/pcvt/demo/Makefile (dead) > 1.4 +0 -20 src/usr.sbin/pcvt/demo/README (dead) > 1.5 +0 -54 src/usr.sbin/pcvt/demo/chardemo.vt.gz.uu (dead) > 1.5 +0 -16 src/usr.sbin/pcvt/demo/colors.vt.gz.uu (dead) > 1.4 +0 -90 src/usr.sbin/pcvt/demo/cowscene.vt.gz.uu (dead) > 1.4 +0 -193 src/usr.sbin/pcvt/demo/outerlimit.vt.gz.uu (dead) > 1.7 +0 -113 src/usr.sbin/pcvt/demo/playvt.c (dead) > 1.5 +0 -12 src/usr.sbin/pcvt/demo/sgr.vt.gz.uu (dead) > 1.4 +0 -350 src/usr.sbin/pcvt/demo/twzone.vt.gz.uu (dead) > 1.4 +0 -110 src/usr.sbin/pcvt/demo/xmas.vt.gz.uu (dead) > 1.8 +0 -9 src/usr.sbin/pcvt/fed/Makefile (dead) > 1.6 +0 -331 src/usr.sbin/pcvt/fed/edit.c (dead) > 1.7 +0 -59 src/usr.sbin/pcvt/fed/fed.1 (dead) > 1.6 +0 -159 src/usr.sbin/pcvt/fed/fed.c (dead) > 1.6 +0 -123 src/usr.sbin/pcvt/fed/fed.h (dead) > 1.6 +0 -344 src/usr.sbin/pcvt/fed/misc.c (dead) > 1.6 +0 -325 src/usr.sbin/pcvt/fed/select.c (dead) > 1.7 +0 -5 src/usr.sbin/pcvt/fontedit/Makefile (dead) > 1.4 +0 -36 src/usr.sbin/pcvt/fontedit/README (dead) > 1.7 +0 -92 src/usr.sbin/pcvt/fontedit/fontedit.1 (dead) > 1.7 +0 -926 src/usr.sbin/pcvt/fontedit/fontedit.c (dead) > 1.4 +0 -38 src/usr.sbin/pcvt/fonts/COPYRIGHT (dead) > 1.12 +0 -14 src/usr.sbin/pcvt/fonts/Makefile (dead) > 1.4 +0 -83 src/usr.sbin/pcvt/fonts/vt100pc.814.uu (dead) > 1.4 +0 -83 src/usr.sbin/pcvt/fonts/vt100sg.814.uu (dead) > 1.5 +0 -49 src/usr.sbin/pcvt/fonts/vt220h.808.uu (dead) > 1.4 +0 -60 src/usr.sbin/pcvt/fonts/vt220h.810.uu (dead) > 1.5 +0 -83 src/usr.sbin/pcvt/fonts/vt220h.814.uu (dead) > 1.4 +0 -95 src/usr.sbin/pcvt/fonts/vt220h.816.uu (dead) > 1.4 +0 -49 src/usr.sbin/pcvt/fonts/vt220l.808.uu (dead) > 1.4 +0 -60 src/usr.sbin/pcvt/fonts/vt220l.810.uu (dead) > 1.4 +0 -83 src/usr.sbin/pcvt/fonts/vt220l.814.uu (dead) > 1.4 +0 -95 src/usr.sbin/pcvt/fonts/vt220l.816.uu (dead) > 1.9 +0 -6 src/usr.sbin/pcvt/ispcvt/Makefile (dead) > 1.18 +0 -99 src/usr.sbin/pcvt/ispcvt/ispcvt.8 (dead) > 1.12 +0 -250 src/usr.sbin/pcvt/ispcvt/ispcvt.c (dead) > 1.14 +0 -23 src/usr.sbin/pcvt/kbdio/Makefile (dead) > 1.9 +0 -331 src/usr.sbin/pcvt/kbdio/kbdio.y (dead) > 1.8 +0 -99 src/usr.sbin/pcvt/kbdio/lex.l (dead) > 1.14 +0 -11 src/usr.sbin/pcvt/kcon/Makefile (dead) > 1.18 +0 -130 src/usr.sbin/pcvt/kcon/kcon.1 (dead) > 1.8 +0 -743 src/usr.sbin/pcvt/kcon/kcon.c (dead) > 1.17 +0 -20 src/usr.sbin/pcvt/keycap/Makefile (dead) > 1.12 +0 -125 src/usr.sbin/pcvt/keycap/keycap.3 (dead) > 1.6 +0 -383 src/usr.sbin/pcvt/keycap/keycap.c (dead) > 1.4 +0 -49 src/usr.sbin/pcvt/keycap/keycap.h (dead) > 1.9 +0 -627 src/usr.sbin/pcvt/keycap/keycap.src (dead) > 1.18 +0 -129 src/usr.sbin/pcvt/keycap/man5/keycap.5 (dead) > 1.8 +0 -5 src/usr.sbin/pcvt/loadfont/Makefile (dead) > 1.18 +0 -87 src/usr.sbin/pcvt/loadfont/loadfont.1 (dead) > 1.10 +0 -306 src/usr.sbin/pcvt/loadfont/loadfont.c (dead) > 1.8 +0 -5 src/usr.sbin/pcvt/scon/Makefile (dead) > 1.21 +0 -221 src/usr.sbin/pcvt/scon/scon.1 (dead) > 1.9 +0 -782 src/usr.sbin/pcvt/scon/scon.c (dead) > 1.8 +0 -5 src/usr.sbin/pcvt/userkeys/Makefile (dead) > 1.13 +0 -175 src/usr.sbin/pcvt/userkeys/vt220keys.1 (dead) > 1.9 +0 -287 src/usr.sbin/pcvt/userkeys/vt220keys.c (dead) > 1.4 +0 -28 src/usr.sbin/pcvt/vgaio/CAUTION (dead) > 1.18 +0 -24 src/usr.sbin/pcvt/vgaio/Makefile (dead) > 1.7 +0 -83 src/usr.sbin/pcvt/vgaio/lex.l (dead) > 1.16 +0 -141 src/usr.sbin/pcvt/vgaio/vgaio.8 (dead) > 1.6 +0 -60 src/usr.sbin/pcvt/vgaio/vgaio.h (dead) > 1.8 +0 -253 src/usr.sbin/pcvt/vgaio/vgaio.y (dead) > > From owner-cvs-all@FreeBSD.ORG Wed May 17 20:12:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B13416A41B; Wed, 17 May 2006 20:12:59 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2050043D46; Wed, 17 May 2006 20:12:59 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 6E48B170DE; Wed, 17 May 2006 20:12:57 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.6/8.13.6) with ESMTP id k4HKCu2x032042; Wed, 17 May 2006 22:12:56 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Julian Elischer From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 17 May 2006 13:10:31 PDT." <446B8337.3060306@elischer.org> Date: Wed, 17 May 2006 22:12:56 +0200 Message-ID: <32041.1147896776@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 20:12:59 -0000 In message <446B8337.3060306@elischer.org>, Julian Elischer writes: >I've seen people mention that they are running pcvt quite recently. Last three times I've tried on -current, a pcvt kernel didn't even boot. -- 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 Wed May 17 20:36:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADCB316A57A; Wed, 17 May 2006 20:36:17 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ECCA43D46; Wed, 17 May 2006 20:36:17 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HKZtcq051521; Wed, 17 May 2006 20:35:55 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HKZtnZ051520; Wed, 17 May 2006 20:35:55 GMT (envelope-from mi) Message-Id: <200605172035.k4HKZtnZ051520@repoman.freebsd.org> From: Mikhail Teterin Date: Wed, 17 May 2006 20:35:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/itcl Makefile distinfo pkg-plist ports/lang/itcl/files Makefile.lib patch+generic+itcl_class.c patch-generic+itcl.h patch-generic+itclInt.h patch-generic+itcl_cmds.c patch-tests+ensemble.test ports/x11-toolkits/itk Makefile distinfo ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 20:36:17 -0000 mi 2006-05-17 20:35:55 UTC FreeBSD ports repository Modified files: lang/itcl Makefile distinfo pkg-plist lang/itcl/files Makefile.lib x11-toolkits/itk Makefile distinfo pkg-plist x11-toolkits/itk/files Makefile.lib x11-toolkits/iwidgets Makefile x11-fm/tkdesk Makefile distinfo x11-fm/tkdesk/files patch-aa patch-ab Added files: x11-toolkits/itk/files patch-nointerptest x11-toolkits/iwidgets/files patch-noitcl Removed files: lang/itcl/files patch+generic+itcl_class.c patch-generic+itcl.h patch-generic+itclInt.h patch-generic+itcl_cmds.c patch-tests+ensemble.test x11-toolkits/itk/files patch-nostubs Log: Update the itcl/itk from 3.2 to 3.3 (released in April 2005). The installed libraries are now named libitcl.so.3 & libitk.so.3 instead of having the version be part of the libname (libitcl33.so.1). The itclConfig.sh and itkConfig.sh are now also installed, which is required by some software (such as the insight -- a gdb frontend). Fix-up the (unchanged) iwidgets port to reflect the above and improve it to not require its own copy of the itcl tree at install time. Approved by: maintainer Fix-up the tkdesk port to reflect the itcl/itk changes, which required updating it to the 2.0p2 (from 2.0). (This lovely piece of software badly needs a caring maintainer, BTW.) While here, teach tkdesk to use installed blt instead of building its own. The only iwidget/itk/itcl consumer that remains broken is net/smm++ (a MUD client). This should change as soon as the maintainer get back to me. Revision Changes Path 1.41 +10 -22 ports/lang/itcl/Makefile 1.8 +3 -3 ports/lang/itcl/distinfo 1.8 +11 -9 ports/lang/itcl/files/Makefile.lib 1.2 +0 -11 ports/lang/itcl/files/patch+generic+itcl_class.c (dead) 1.2 +0 -107 ports/lang/itcl/files/patch-generic+itcl.h (dead) 1.2 +0 -101 ports/lang/itcl/files/patch-generic+itclInt.h (dead) 1.3 +0 -222 ports/lang/itcl/files/patch-generic+itcl_cmds.c (dead) 1.2 +0 -32 ports/lang/itcl/files/patch-tests+ensemble.test (dead) 1.12 +4 -3 ports/lang/itcl/pkg-plist 1.31 +18 -10 ports/x11-fm/tkdesk/Makefile 1.10 +6 -0 ports/x11-fm/tkdesk/distinfo 1.13 +27 -5 ports/x11-fm/tkdesk/files/patch-aa 1.5 +1 -1 ports/x11-fm/tkdesk/files/patch-ab 1.20 +17 -20 ports/x11-toolkits/itk/Makefile 1.6 +3 -3 ports/x11-toolkits/itk/distinfo 1.6 +13 -9 ports/x11-toolkits/itk/files/Makefile.lib 1.1 +21 -0 ports/x11-toolkits/itk/files/patch-nointerptest (new) 1.3 +0 -33 ports/x11-toolkits/itk/files/patch-nostubs (dead) 1.5 +4 -3 ports/x11-toolkits/itk/pkg-plist 1.15 +10 -3 ports/x11-toolkits/iwidgets/Makefile 1.1 +12 -0 ports/x11-toolkits/iwidgets/files/patch-noitcl (new) From owner-cvs-all@FreeBSD.ORG Wed May 17 20:38:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEB3416A7CF; Wed, 17 May 2006 20:38:21 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18E6643D5A; Wed, 17 May 2006 20:38:21 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.175] (a80-126-106-146.adsl.xs4all.nl [80.126.106.146]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id k4HKcGF4025420 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 17 May 2006 13:38:19 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <446B89B5.3060204@errno.com> Date: Wed, 17 May 2006 22:38:13 +0200 From: Sam Leffler Organization: Errno Consulting User-Agent: Thunderbird 1.5.0.2 (Macintosh/20060308) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200605171834.k4HIYQNt041334@repoman.freebsd.org> In-Reply-To: <200605171834.k4HIYQNt041334@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-servers-Metrics: ebb.errno.com 1049; Body=4 Fuz1=4 Fuz2=4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/hifn hifn7751.c hifn7751var.h src/sys/dev/ubsec ubsec.c ubsecvar.h src/sys/dev/safe safe.c safevar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 20:38:22 -0000 Pawel Jakub Dawidek wrote: > pjd 2006-05-17 18:34:26 UTC > > FreeBSD src repository > > Modified files: > sys/dev/hifn hifn7751.c hifn7751var.h > sys/dev/ubsec ubsec.c ubsecvar.h > sys/dev/safe safe.c safevar.h > Log: > Honor cri_mlen value. > > Reviewed by: sam > Tested on: hifn(4), ubsec(4) > Compile-tested: safe(4) I will test safe when I return from traveling. Sam From owner-cvs-all@FreeBSD.ORG Wed May 17 20:42:07 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE43B16A7FF; Wed, 17 May 2006 20:42:02 +0000 (UTC) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id D915F43D49; Wed, 17 May 2006 20:42:01 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [10.251.19.131]) ([10.251.19.131]) by a50.ironport.com with ESMTP; 17 May 2006 13:42:01 -0700 Message-ID: <446B8A9A.800@elischer.org> Date: Wed, 17 May 2006 13:42:02 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <32041.1147896776@critter.freebsd.dk> In-Reply-To: <32041.1147896776@critter.freebsd.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 20:42:11 -0000 Poul-Henning Kamp wrote: >In message <446B8337.3060306@elischer.org>, Julian Elischer writes: > > > >>I've seen people mention that they are running pcvt quite recently. >> >> Since our users run -stable, not -current, that just means that the code was broken by someone, not that no-one is running it... I don't disagree that maybe it can go away. Just that the speed that it is happenning is unseemly. 3 hours is a little short for a comment period.. > >Last three times I've tried on -current, a pcvt kernel didn't even >boot. > > > From owner-cvs-all@FreeBSD.ORG Wed May 17 20:44:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6378916AAA8; Wed, 17 May 2006 20:44:23 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17D3543D49; Wed, 17 May 2006 20:44:23 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HKi10E051840; Wed, 17 May 2006 20:44:01 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HKi1It051839; Wed, 17 May 2006 20:44:01 GMT (envelope-from marius) Message-Id: <200605172044.k4HKi1It051839@repoman.freebsd.org> From: Marius Strobl Date: Wed, 17 May 2006 20:44:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/conf GENERIC src/sys/pc98/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 20:44:23 -0000 marius 2006-05-17 20:44:01 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC sys/pc98/conf GENERIC Log: - As only the PCI front-end of le(4) is common to all platforms move its entry to the PCI NICs section so it's in the same spot in all GENERIC config files. - Add a note to the description of pcn(4) informing that is has precedence over le(4). Revision Changes Path 1.448 +2 -2 src/sys/i386/conf/GENERIC 1.279 +2 -2 src/sys/pc98/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Wed May 17 20:46:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 907E116AAEA; Wed, 17 May 2006 20:46:07 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AC6D43D48; Wed, 17 May 2006 20:46:07 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HKjjZg051980; Wed, 17 May 2006 20:45:45 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HKjjof051979; Wed, 17 May 2006 20:45:45 GMT (envelope-from marius) Message-Id: <200605172045.k4HKjjof051979@repoman.freebsd.org> From: Marius Strobl Date: Wed, 17 May 2006 20:45:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/conf GENERIC src/sys/ia64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 20:46:11 -0000 marius 2006-05-17 20:45:45 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC sys/ia64/conf GENERIC Log: Add le(4). I could actually only test it on alpha, i386 and sparc64 but given that this includes the more problematic platforms I see no reason why it shouldn't also work on amd64 and ia64. Revision Changes Path 1.458 +2 -1 src/sys/amd64/conf/GENERIC 1.78 +2 -1 src/sys/ia64/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Wed May 17 20:52:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D07DB16AB58; Wed, 17 May 2006 20:52:31 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B42043D66; Wed, 17 May 2006 20:52:30 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 2AB31170E0; Wed, 17 May 2006 20:52:29 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.6/8.13.6) with ESMTP id k4HKqSbw032265; Wed, 17 May 2006 22:52:28 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Julian Elischer From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 17 May 2006 13:42:02 PDT." <446B8A9A.800@elischer.org> Date: Wed, 17 May 2006 22:52:28 +0200 Message-ID: <32264.1147899148@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 20:52:31 -0000 In message <446B8A9A.800@elischer.org>, Julian Elischer writes: >Poul-Henning Kamp wrote: >Since our users run -stable, not -current, that just means that the code >was broken by someone, >not that no-one is running it... Gee Julian, I thought you had mastered the difference between stable and current by now, but just to make it clear: PCVT is still present in -stable. In other words, there are at least a year (under current planning) until FreeBSD 7.0 comes out, so if somebody wants to resurrect pcvt they have a year to do so. -- 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 Wed May 17 20:57:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F180716AB80; Wed, 17 May 2006 20:57:20 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FB6943D4C; Wed, 17 May 2006 20:57:18 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HKuu3q060687; Wed, 17 May 2006 20:56:56 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HKuu7D060686; Wed, 17 May 2006 20:56:56 GMT (envelope-from ahze) Message-Id: <200605172056.k4HKuu7D060686@repoman.freebsd.org> From: Michael Johnson Date: Wed, 17 May 2006 20:56:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/accessibility/at-spi-reference pkg-descr ports/accessibility/atk-reference pkg-descr ports/accessibility/gail-reference pkg-descr ports/databases/libgda2-reference pkg-descr ports/databases/libgda3-reference pkg-descr ports/databases/libgnomedb-reference pkg-descr ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 20:57:25 -0000 ahze 2006-05-17 20:56:56 UTC FreeBSD ports repository Modified files: devel/glib20-reference bsd.gnome-reference.mk Added files: accessibility/at-spi-reference pkg-descr accessibility/atk-reference pkg-descr accessibility/gail-reference pkg-descr databases/libgda2-reference pkg-descr databases/libgda3-reference pkg-descr databases/libgnomedb-reference pkg-descr devel/ORBit2-reference pkg-descr devel/gconf2-reference pkg-descr devel/glib20-reference pkg-descr devel/glibmm-reference pkg-descr devel/gnomevfs2-reference pkg-descr devel/libbonobo-reference pkg-descr devel/libsoup-reference pkg-descr graphics/cairo-reference pkg-descr graphics/libgnomecanvas-reference pkg-descr net/linc-reference pkg-descr print/libgnomeprint-reference pkg-descr textproc/gtkspell2-reference pkg-descr textproc/libxml2-reference pkg-descr textproc/libxslt-reference pkg-descr x11/gnomedesktop-reference pkg-descr x11/gnomepanel-reference pkg-descr x11/libgnome-reference pkg-descr x11-fonts/fontconfig-reference pkg-descr x11-toolkits/gal2-reference pkg-descr x11-toolkits/gtk--2-reference pkg-descr x11-toolkits/gtk20-reference pkg-descr x11-toolkits/gtkmm24-reference pkg-descr x11-toolkits/gtksourceview-reference pkg-descr x11-toolkits/libbonoboui-reference pkg-descr x11-toolkits/libgnomeui-reference pkg-descr x11-toolkits/libwnck-reference pkg-descr x11-toolkits/pango-reference pkg-descr x11-toolkits/vte-reference pkg-descr Log: - Add pkg-descr Requested by: Dan Langille for freshports.org Revision Changes Path 1.1 +3 -0 ports/accessibility/at-spi-reference/pkg-descr (new) 1.1 +3 -0 ports/accessibility/atk-reference/pkg-descr (new) 1.1 +3 -0 ports/accessibility/gail-reference/pkg-descr (new) 1.1 +3 -0 ports/databases/libgda2-reference/pkg-descr (new) 1.1 +3 -0 ports/databases/libgda3-reference/pkg-descr (new) 1.1 +3 -0 ports/databases/libgnomedb-reference/pkg-descr (new) 1.1 +1 -0 ports/devel/ORBit2-reference/pkg-descr (new) 1.1 +3 -0 ports/devel/gconf2-reference/pkg-descr (new) 1.6 +2 -5 ports/devel/glib20-reference/bsd.gnome-reference.mk 1.1 +3 -0 ports/devel/glib20-reference/pkg-descr (new) 1.1 +3 -0 ports/devel/glibmm-reference/pkg-descr (new) 1.1 +3 -0 ports/devel/gnomevfs2-reference/pkg-descr (new) 1.1 +3 -0 ports/devel/libbonobo-reference/pkg-descr (new) 1.1 +1 -0 ports/devel/libsoup-reference/pkg-descr (new) 1.1 +3 -0 ports/graphics/cairo-reference/pkg-descr (new) 1.1 +1 -0 ports/graphics/libgnomecanvas-reference/pkg-descr (new) 1.1 +3 -0 ports/net/linc-reference/pkg-descr (new) 1.1 +3 -0 ports/print/libgnomeprint-reference/pkg-descr (new) 1.1 +3 -0 ports/textproc/gtkspell2-reference/pkg-descr (new) 1.1 +3 -0 ports/textproc/libxml2-reference/pkg-descr (new) 1.1 +4 -0 ports/textproc/libxslt-reference/pkg-descr (new) 1.1 +3 -0 ports/x11-fonts/fontconfig-reference/pkg-descr (new) 1.1 +3 -0 ports/x11-toolkits/gal2-reference/pkg-descr (new) 1.1 +3 -0 ports/x11-toolkits/gtk--2-reference/pkg-descr (new) 1.1 +3 -0 ports/x11-toolkits/gtk20-reference/pkg-descr (new) 1.1 +3 -0 ports/x11-toolkits/gtkmm24-reference/pkg-descr (new) 1.1 +1 -0 ports/x11-toolkits/gtksourceview-reference/pkg-descr (new) 1.1 +3 -0 ports/x11-toolkits/libbonoboui-reference/pkg-descr (new) 1.1 +3 -0 ports/x11-toolkits/libgnomeui-reference/pkg-descr (new) 1.1 +3 -0 ports/x11-toolkits/libwnck-reference/pkg-descr (new) 1.1 +3 -0 ports/x11-toolkits/pango-reference/pkg-descr (new) 1.1 +1 -0 ports/x11-toolkits/vte-reference/pkg-descr (new) 1.1 +3 -0 ports/x11/gnomedesktop-reference/pkg-descr (new) 1.1 +3 -0 ports/x11/gnomepanel-reference/pkg-descr (new) 1.1 +3 -0 ports/x11/libgnome-reference/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed May 17 20:57:28 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB34216ABA1; Wed, 17 May 2006 20:57:28 +0000 (UTC) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD5B843D68; Wed, 17 May 2006 20:57:25 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [10.251.19.131]) ([10.251.19.131]) by a50.ironport.com with ESMTP; 17 May 2006 13:57:25 -0700 Message-ID: <446B8E36.8050902@elischer.org> Date: Wed, 17 May 2006 13:57:26 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <32264.1147899148@critter.freebsd.dk> In-Reply-To: <32264.1147899148@critter.freebsd.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 20:57:33 -0000 Poul-Henning Kamp wrote: >In message <446B8A9A.800@elischer.org>, Julian Elischer writes: > > >>Poul-Henning Kamp wrote: >> >> > > > > >>Since our users run -stable, not -current, that just means that the code >>was broken by someone, >>not that no-one is running it... >> >> > >Gee Julian, I thought you had mastered the difference between stable >and current by now, but just to make it clear: PCVT is still present >in -stable. > >In other words, there are at least a year (under current planning) >until FreeBSD 7.0 comes out, so if somebody wants to resurrect pcvt >they have a year to do so. > > Since stable users will want to upgrade to 7.x i a year or so, then it makes sense that an RFC about deleting features should be posted to -stable, and you shouod wait long enough for anyone to reply before deleting it.. I do not say it can't go, just that your trigger finger is a bit too quick. From owner-cvs-all@FreeBSD.ORG Wed May 17 21:05:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1356516AC33 for ; Wed, 17 May 2006 21:05:44 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd4mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93B6943D46 for ; Wed, 17 May 2006 21:05:43 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd2mr4so.prod.shaw.ca (pd2mr4so-qfe3.prod.shaw.ca [10.0.141.107]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IZF0068UH8QOSA0@l-daemon> for cvs-all@FreeBSD.org; Wed, 17 May 2006 15:05:14 -0600 (MDT) Received: from pn2ml3so.prod.shaw.ca ([10.0.121.147]) by pd2mr4so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IZF004X6H8PVO50@pd2mr4so.prod.shaw.ca> for cvs-all@FreeBSD.org; Wed, 17 May 2006 15:05:13 -0600 (MDT) Received: from hexahedron.daemonology.net ([24.82.18.31]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0IZF001SUH8OYCA0@l-daemon> for cvs-all@FreeBSD.org; Wed, 17 May 2006 15:05:13 -0600 (MDT) Received: (qmail 47245 invoked from network); Wed, 17 May 2006 21:05:11 +0000 Received: from unknown (HELO ?127.0.0.1?) (127.0.0.1) by localhost with SMTP; Wed, 17 May 2006 21:05:11 +0000 Date: Wed, 17 May 2006 14:05:10 -0700 From: Colin Percival In-reply-to: <446B8E36.8050902@elischer.org> To: Julian Elischer Message-id: <446B9006.9010708@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.94.0.0 References: <32264.1147899148@critter.freebsd.dk> <446B8E36.8050902@elischer.org> User-Agent: Thunderbird 1.5 (X11/20060416) Cc: cvs-src@FreeBSD.org, Poul-Henning Kamp , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 21:05:44 -0000 Julian Elischer wrote: > Since stable users will want to upgrade to 7.x i a year or so, then it > makes sense that an RFC > about deleting features should be posted to -stable, and you shouod wait > long enough for anyone > to reply before deleting it. FreeBSD 6.x will be supported until at least the summer of 2009. If someone running -stable really needs to use pcvt, there's lots of time for them to fix it before they need to upgrade. Colin Percival From owner-cvs-all@FreeBSD.ORG Wed May 17 21:13:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC83316AC85; Wed, 17 May 2006 21:13:31 +0000 (UTC) (envelope-from twinterg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13CFE43D46; Wed, 17 May 2006 21:13:28 +0000 (GMT) (envelope-from twinterg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HLD4NH062586; Wed, 17 May 2006 21:13:04 GMT (envelope-from twinterg@repoman.freebsd.org) Received: (from twinterg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HLD42c062585; Wed, 17 May 2006 21:13:04 GMT (envelope-from twinterg) Message-Id: <200605172113.k4HLD42c062585@repoman.freebsd.org> From: Thomas Wintergerst Date: Wed, 17 May 2006 21:13:04 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml doc/en_US.ISO8859-1/share/sgml authors.ent doc/share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent twinterg.key X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 21:13:32 -0000 twinterg 2006-05-17 21:13:04 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml en_US.ISO8859-1/share/sgml authors.ent share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent Added files: share/pgpkeys twinterg.key Log: Add myself as a new src committer. Appoved by: hm (mentor) Revision Changes Path 1.557 +0 -5 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml 1.128 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml 1.383 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent 1.18 +5 -0 doc/share/pgpkeys/pgpkeys-developers.sgml 1.109 +1 -0 doc/share/pgpkeys/pgpkeys.ent 1.1 +81 -0 doc/share/pgpkeys/twinterg.key (new) From owner-cvs-all@FreeBSD.ORG Wed May 17 21:14:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEB3716ABC8; Wed, 17 May 2006 21:14:03 +0000 (UTC) (envelope-from twinterg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9025E43D72; Wed, 17 May 2006 21:13:59 +0000 (GMT) (envelope-from twinterg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HLDbhF062632; Wed, 17 May 2006 21:13:37 GMT (envelope-from twinterg@repoman.freebsd.org) Received: (from twinterg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HLDbuP062631; Wed, 17 May 2006 21:13:37 GMT (envelope-from twinterg) Message-Id: <200605172113.k4HLDbuP062631@repoman.freebsd.org> From: Thomas Wintergerst Date: Wed, 17 May 2006 21:13:37 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/news news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 21:14:05 -0000 twinterg 2006-05-17 21:13:37 UTC FreeBSD doc repository (src committer) Modified files: en/news news.xml Log: Add myself as a new src committer. Appoved by: hm (mentor) Revision Changes Path 1.398 +11 -2 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Wed May 17 21:20:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9EAA16ABE9; Wed, 17 May 2006 21:20:31 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E03C43D5D; Wed, 17 May 2006 21:20:31 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HLK9rC062980; Wed, 17 May 2006 21:20:09 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HLK9ET062979; Wed, 17 May 2006 21:20:09 GMT (envelope-from keramida) Message-Id: <200605172120.k4HLK9ET062979@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 17 May 2006 21:20:09 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/commercial consult.xml hardware.xml isp.xml misc.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 21:20:32 -0000 keramida 2006-05-17 21:20:09 UTC FreeBSD doc repository Modified files: en/commercial consult.xml hardware.xml isp.xml misc.xml Log: Cleanup of commercial support pages. * Removed entries: Faster Raster Systems // ThinkSec AS // Paladin Corporation Pty, Ltd Metadesign // Tetrapod Communications Inc. Enterprise Systems and Solutions // TeraSolutions, Inc. FastZone.at // DOSSIER * Updated: O'Reilly "Porting UNIX Software" book link // EZ USB chip firmware downloader support // Coyote Point Systems "Equalizer" products // Itautec Philco // PanterTech Media Solutions * Moved to isp.xml: Liebscher & Partner PR: www/97236 Submitted by: Gavin Atkinson Reviewed by: remko Revision Changes Path 1.72 +3 -69 www/en/commercial/consult.xml 1.18 +7 -39 www/en/commercial/hardware.xml 1.46 +13 -19 www/en/commercial/isp.xml 1.4 +2 -22 www/en/commercial/misc.xml From owner-cvs-all@FreeBSD.ORG Wed May 17 21:25:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DAB216A7FB; Wed, 17 May 2006 21:25:45 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5820443D45; Wed, 17 May 2006 21:25:45 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HLPNPP063357; Wed, 17 May 2006 21:25:23 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HLPNaG063356; Wed, 17 May 2006 21:25:23 GMT (envelope-from marius) Message-Id: <200605172125.k4HLPNaG063356@repoman.freebsd.org> From: Marius Strobl Date: Wed, 17 May 2006 21:25:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files.i386 files.pc98 src/sys/dev/le if_le_cbus.c if_le_isa.c src/sys/i386/conf GENERIC.hints NOTES src/sys/modules/le Makefile src/sys/pc98/conf GENERIC.hints NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 21:25:46 -0000 marius 2006-05-17 21:25:23 UTC FreeBSD src repository Modified files: sys/conf files.i386 files.pc98 sys/i386/conf GENERIC.hints NOTES sys/modules/le Makefile sys/pc98/conf GENERIC.hints NOTES Added files: sys/dev/le if_le_cbus.c if_le_isa.c Log: - Add C-bus and ISA front-ends for le(4) so it can actually replace lnc(4) on PC98 and i386. The ISA front-end supports the same non-PNP network cards as lnc(4) did and additionally a couple of PNP ones. Like lnc(4), the C-bus front-end of le(4) only supports C-NET(98)S and is untested due to lack of such hardware, but given that's it's based on the respective lnc(4) and not too different from the ISA front-end it should be highly likely to work. - Remove the descriptions of le(4), which where converted from lnc(4), from sys/i386/conf/NOTES and sys/pc98/conf/NOTES as there's a common one in sys/conf/NOTES. Revision Changes Path 1.561 +1 -0 src/sys/conf/files.i386 1.343 +1 -0 src/sys/conf/files.pc98 1.1 +444 -0 src/sys/dev/le/if_le_cbus.c (new) 1.1 +509 -0 src/sys/dev/le/if_le_isa.c (new) 1.16 +5 -0 src/sys/i386/conf/GENERIC.hints 1.1227 +5 -2 src/sys/i386/conf/NOTES 1.2 +12 -2 src/sys/modules/le/Makefile 1.26 +5 -0 src/sys/pc98/conf/GENERIC.hints 1.77 +4 -2 src/sys/pc98/conf/NOTES From owner-cvs-all@FreeBSD.ORG Wed May 17 21:27:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48DDF16A821; Wed, 17 May 2006 21:27:51 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69C4C43D46; Wed, 17 May 2006 21:27:50 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gynkmpxir6ljvyn8@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.4/8.13.3) with ESMTP id k4HLRnsW028703; Wed, 17 May 2006 14:27:49 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.4/8.13.3/Submit) id k4HLRmBM028702; Wed, 17 May 2006 14:27:48 -0700 (PDT) (envelope-from jmg) Date: Wed, 17 May 2006 14:27:48 -0700 From: John-Mark Gurney To: "George V. Neville-Neil" Message-ID: <20060517212748.GE782@funkthat.com> References: <200605172125.k4HLPNaG063356@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605172125.k4HLPNaG063356@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 files.pc98 src/sys/dev/le if_le_cbus.c if_le_isa.c src/sys/i386/conf GENERIC.hints NOTES src/sys/modules/le Makefile src/sys/pc98/conf GENERIC.hints NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 21:27:51 -0000 Marius Strobl wrote this message on Wed, May 17, 2006 at 21:25 +0000: Guess we won't have to do this in jp... > marius 2006-05-17 21:25:23 UTC > > FreeBSD src repository > > Modified files: > sys/conf files.i386 files.pc98 > sys/i386/conf GENERIC.hints NOTES > sys/modules/le Makefile > sys/pc98/conf GENERIC.hints NOTES > Added files: > sys/dev/le if_le_cbus.c if_le_isa.c > Log: > - Add C-bus and ISA front-ends for le(4) so it can actually replace > lnc(4) on PC98 and i386. The ISA front-end supports the same non-PNP > network cards as lnc(4) did and additionally a couple of PNP ones. > Like lnc(4), the C-bus front-end of le(4) only supports C-NET(98)S > and is untested due to lack of such hardware, but given that's it's > based on the respective lnc(4) and not too different from the ISA > front-end it should be highly likely to work. > - Remove the descriptions of le(4), which where converted from lnc(4), > from sys/i386/conf/NOTES and sys/pc98/conf/NOTES as there's a common > one in sys/conf/NOTES. > > Revision Changes Path > 1.561 +1 -0 src/sys/conf/files.i386 > 1.343 +1 -0 src/sys/conf/files.pc98 > 1.1 +444 -0 src/sys/dev/le/if_le_cbus.c (new) > 1.1 +509 -0 src/sys/dev/le/if_le_isa.c (new) > 1.16 +5 -0 src/sys/i386/conf/GENERIC.hints > 1.1227 +5 -2 src/sys/i386/conf/NOTES > 1.2 +12 -2 src/sys/modules/le/Makefile > 1.26 +5 -0 src/sys/pc98/conf/GENERIC.hints > 1.77 +4 -2 src/sys/pc98/conf/NOTES -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-all@FreeBSD.ORG Wed May 17 21:37:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21CEF16A8CE; Wed, 17 May 2006 21:37:49 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D473343D46; Wed, 17 May 2006 21:37:48 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HLbRSl063889; Wed, 17 May 2006 21:37:27 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HLbRq1063888; Wed, 17 May 2006 21:37:27 GMT (envelope-from ehaupt) Message-Id: <200605172137.k4HLbRq1063888@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 17 May 2006 21:37:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/smarteiffel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 21:37:49 -0000 ehaupt 2006-05-17 21:37:26 UTC FreeBSD ports repository Modified files: lang/smarteiffel Makefile Log: Omit creation of .bak files while patching to prevent those files from being installed. PR: 96778 (related) Notified by: pointyhat via kris Submitted by: Kövesdán Gábor Revision Changes Path 1.15 +2 -2 ports/lang/smarteiffel/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 17 21:46:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2E8116A46A; Wed, 17 May 2006 21:46:14 +0000 (UTC) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12B8243D45; Wed, 17 May 2006 21:46:13 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.13.6/8.13.6/ZEIST.DE) with ESMTP id k4HLkCmS043283; Wed, 17 May 2006 23:46:12 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.13.6/8.13.6/Submit) id k4HLk7jQ043282; Wed, 17 May 2006 23:46:07 +0200 (CEST) (envelope-from marius) Date: Wed, 17 May 2006 23:46:07 +0200 From: Marius Strobl To: Ruslan Ermilov Message-ID: <20060517234607.F99899@newtrinity.zeist.de> References: <200605152016.k4FKGgmS030647@repoman.freebsd.org> <20060515202355.GB16238@ip.net.ua> <86zmhi4brk.fsf@xps.des.no> <20060516131926.GB4154@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20060516131926.GB4154@ip.net.ua>; from ru@FreeBSD.org on Tue, May 16, 2006 at 04:19:26PM +0300 X-AntiVirus-modified: yes X-AntiVirus: checked by AntiVir Milter (version: 1.1.2-1; AVE: 6.34.1.29; VDF: 6.34.1.93; host: newtrinity.zeist.de) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 altq.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 21:46:14 -0000 On Tue, May 16, 2006 at 04:19:26PM +0300, Ruslan Ermilov wrote: > On Tue, May 16, 2006 at 10:25:19AM +0200, Dag-Erling Sm?rgrav wrote: > > Ruslan Ermilov writes: > > > Anyone with the grep(1) utility installed, please do me a favour and > > > run "grep -w lnc" over the source tree. :-) > > > > des@xps ~% gfk -w lnc > > src/sys/amd64/conf/GENERIC: device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') > > src/sys/amd64/conf/GENERIC: #device lnc # NE2100, NE32-VL Lance Ethernet cards > > src/sys/boot/common/pnpdata: ident=PNP80d8 module=lnc # Novell/Anthem NE2100 > > src/sys/boot/common/pnpdata: ident=PNP8231 module=lnc # Advanced Micro Devices AM2100/AM1500T > > src/sys/boot/common/pnpdata: ident=PNP828C module=lnc # AMD PCNet Family cards > > src/sys/boot/common/pnpdata: ident=PNP828D module=lnc # AMD PCNet32 (VL version) > > src/sys/dev/le/if_le_pci.c: /* Let lnc(4) win for now. */ > > src/sys/i386/conf/GENERIC: device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') > > src/sys/pc98/conf/GENERIC: device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') > > > Thank you! I fixed all of these except pnpdata which I believe > is mostly artefact material. > Sorry, I missed the ones which I already had removed in my local tree some time ago. Regarding sys/boot/common/pnpdata, on a closer look it's unused since 7 years so I guess it and the respective code in sys/boot/common/pnp.c can just be removed as IMO it's no longer worth the effort to work on support for auto-loading modules based on ISAPNP IDs... Marius -- This mail was scanned by AntiVir Milter. This product is licensed for non-commercial use. See www.antivir.de for details. From owner-cvs-all@FreeBSD.ORG Wed May 17 22:04:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17E5116A8A5; Wed, 17 May 2006 22:04:03 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77CA443D53; Wed, 17 May 2006 22:04:02 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HM3ebt066076; Wed, 17 May 2006 22:03:40 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HM3en2066075; Wed, 17 May 2006 22:03:40 GMT (envelope-from ahze) Message-Id: <200605172203.k4HM3en2066075@repoman.freebsd.org> From: Michael Johnson Date: Wed, 17 May 2006 22:03:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/liboil Makefile distinfo pkg-plist ports/devel/liboil/files patch-liboil_liboilcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 22:04:03 -0000 ahze 2006-05-17 22:03:40 UTC FreeBSD ports repository Modified files: devel/liboil Makefile distinfo pkg-plist devel/liboil/files patch-liboil_liboilcpu.c Log: - Update to 0.3.8 - Adopt port Revision Changes Path 1.15 +7 -7 ports/devel/liboil/Makefile 1.8 +3 -3 ports/devel/liboil/distinfo 1.4 +16 -15 ports/devel/liboil/files/patch-liboil_liboilcpu.c 1.9 +24 -21 ports/devel/liboil/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 17 23:18:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2891116B03A; Wed, 17 May 2006 23:18:43 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D34AD43D7F; Wed, 17 May 2006 23:18:39 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HNIHJO069935; Wed, 17 May 2006 23:18:17 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HNIHuH069934; Wed, 17 May 2006 23:18:17 GMT (envelope-from rwatson) Message-Id: <200605172318.k4HNIHuH069934@repoman.freebsd.org> From: Robert Watson Date: Wed, 17 May 2006 23:18:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/rpcgen rpc_svcout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 23:18:43 -0000 rwatson 2006-05-17 23:18:17 UTC FreeBSD src repository Modified files: usr.bin/rpcgen rpc_svcout.c Log: In change 1.15, an arbitrary setting of the max RPC record size to RPC_MAXDATASIZE was introduced. This is believed to have been debugging code committed accidentally, although I've been unable to reach the committer to confirm this. The effect was to limit the size of RPCs on TCP and UDP to 9k, well below the default protocol limits in the libc rpc code. This change simply removes these introduced limits, falling back on the libc definitions. PR: 88856 Reported by: Keith Bostic Testing by: Susan LoVerso Reveiwed by: cel, rees Review timeout: alfred, mbr MFC after: 2 weeks Revision Changes Path 1.23 +0 -11 src/usr.bin/rpcgen/rpc_svcout.c From owner-cvs-all@FreeBSD.ORG Wed May 17 23:26:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBD6816A51F; Wed, 17 May 2006 23:26:14 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 784E543D69; Wed, 17 May 2006 23:26:14 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HNPqJi070283; Wed, 17 May 2006 23:25:52 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HNPqZX070282; Wed, 17 May 2006 23:25:52 GMT (envelope-from rodrigc) Message-Id: <200605172325.k4HNPqZX070282@repoman.freebsd.org> From: Craig Rodrigues Date: Wed, 17 May 2006 23:25:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 Makefile ext2fs.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 23:26:18 -0000 rodrigc 2006-05-17 23:25:52 UTC FreeBSD src repository Modified files: share/man/man5 Makefile Added files: share/man/man5 ext2fs.5 Log: Add a man page for ext2fs. Revision Changes Path 1.72 +1 -0 src/share/man/man5/Makefile 1.1 +83 -0 src/share/man/man5/ext2fs.5 (new) From owner-cvs-all@FreeBSD.ORG Wed May 17 23:29:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA38416A55E; Wed, 17 May 2006 23:29:34 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9680943D53; Wed, 17 May 2006 23:29:34 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HNTCEm070392; Wed, 17 May 2006 23:29:12 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HNTCWe070391; Wed, 17 May 2006 23:29:12 GMT (envelope-from rodrigc) Message-Id: <200605172329.k4HNTCWe070391@repoman.freebsd.org> From: Craig Rodrigues Date: Wed, 17 May 2006 23:29:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/mount mount.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 23:29:43 -0000 rodrigc 2006-05-17 23:29:12 UTC FreeBSD src repository Modified files: sbin/mount mount.8 Log: Remove reference to mount_ext2fs(8), add reference to ext2fs(5). mount no longer invokes mount_ext2fs, it calls nmount() directly with fstype "ext2fs". Revision Changes Path 1.76 +1 -1 src/sbin/mount/mount.8 From owner-cvs-all@FreeBSD.ORG Wed May 17 23:34:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FEB916A40A; Wed, 17 May 2006 23:34:08 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3ADB43D46; Wed, 17 May 2006 23:34:07 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HNXjsQ070589; Wed, 17 May 2006 23:33:45 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HNXjbY070588; Wed, 17 May 2006 23:33:45 GMT (envelope-from ache) Message-Id: <200605172333.k4HNXjbY070588@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 17 May 2006 23:33:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/apache13 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 23:34:11 -0000 ache 2006-05-17 23:33:45 UTC FreeBSD ports repository Modified files: www/apache13 Makefile distinfo Log: Upgrade to 1.3.36 Revision Changes Path 1.170 +2 -2 ports/www/apache13/Makefile 1.59 +3 -3 ports/www/apache13/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 18 00:03:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C557F16AB67; Thu, 18 May 2006 00:03:46 +0000 (UTC) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B82AD43D55; Thu, 18 May 2006 00:03:43 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 8BD05131E17; Thu, 18 May 2006 09:33:42 +0930 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 62C208617F; Thu, 18 May 2006 09:33:42 +0930 (CST) Date: Thu, 18 May 2006 09:33:42 +0930 From: Greg 'groggy' Lehey To: Julian Elischer Message-ID: <20060518000342.GJ61448@wantadilla.lemis.com> References: <32264.1147899148@critter.freebsd.dk> <446B8E36.8050902@elischer.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="q5r20fdKX+PFtYHw" Content-Disposition: inline In-Reply-To: <446B8E36.8050902@elischer.org> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net 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, Poul-Henning Kamp , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 00:03:47 -0000 --q5r20fdKX+PFtYHw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline [message tidied up] On Wednesday, 17 May 2006 at 13:57:26 -0700, Julian Elischer wrote: > Poul-Henning Kamp wrote: > >> In message <446B8A9A.800@elischer.org>, Julian Elischer writes: >>> Poul-Henning Kamp wrote: >> >>> Since our users run -stable, not -current, that just means that >>> the code was broken by someone, not that no-one is running it... >> >> Gee Julian, I thought you had mastered the difference between >> stable and current by now, but just to make it clear: PCVT is still >> present in -stable. Well, I'm comforted to see that old FreeBSD traditions aren't dying out: - Danish axes. - phk picking on julian. - phk ignoring what julian is really trying to express. My interpretation is: if people are using pcvt in -STABLE, and it works there, then the fact that it doesn't work in -CURRENT is: - a regression. - no indication of the wishes of the broader user community. - no reason to remove it. phk, you know this, and I'm sure you don't care, based on the way you've been doing this sort of thing for years. But this is not the way to get FreeBSD more widely accepted--quite the contrary. >> In other words, there are at least a year (under current planning) >> until FreeBSD 7.0 comes out, so if somebody wants to resurrect pcvt >> they have a year to do so. I strongly believe that it shouldn't be up to a single committer (especially one as trigger-happy as phk) to decide to remove functionality from the system. phk, you're a really good developer. As a product manager, you suck. I strongly believe that actions like this accelerate migration from FreeBSD to other platforms. I'm not sure that this worries you, but it worries a lot of other people. That's why we have a core team. Greg -- See complete headers for address and phone numbers. --q5r20fdKX+PFtYHw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFEa7neIubykFB6QiMRAj7SAJ4nSE6PjdBl8oL+LRyHKQ1sx2+0qQCgkX6I ZhDNiT+qBHR0lBBBj9IllpY= =D2Yc -----END PGP SIGNATURE----- --q5r20fdKX+PFtYHw-- From owner-cvs-all@FreeBSD.ORG Thu May 18 00:31:17 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A097816ABB8 for ; Thu, 18 May 2006 00:31:17 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95F5443D49 for ; Thu, 18 May 2006 00:31:16 +0000 (GMT) (envelope-from max@love2party.net) Received: from [88.64.187.87] (helo=vampire.homelinux.org) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis), id 0MKwtQ-1FgWQ701Ev-0001s9; Thu, 18 May 2006 02:31:15 +0200 Received: (qmail 14734 invoked from network); 18 May 2006 00:31:42 -0000 Received: from localhost (HELO mail.abi01.homeunix.org) (192.168.4.64) by localhost with SMTP; 18 May 2006 00:31:42 -0000 Received: from 192.168.4.1 (SquirrelMail authenticated user mlaier) by mail.abi01.homeunix.org with HTTP; Thu, 18 May 2006 02:31:14 +0200 (CEST) Message-ID: <49258.192.168.4.1.1147912274.squirrel@mail.abi01.homeunix.org> In-Reply-To: <200605160929.aa90920@salmon.maths.tcd.ie> References: Your message of "Tue, 16 May 2006 01:05:00 +0200." <52078.192.168.4.1.1147734300.squirrel@mail.abi01.homeunix.org> <200605160929.aa90920@salmon.maths.tcd.ie> Date: Thu, 18 May 2006 02:31:14 +0200 (CEST) From: "Max Laier" To: "David Malone" User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Provags-ID: kundenserver.de abuse@kundenserver.de login:61c499deaeeba3ba5be80f48ecc83056 Cc: Max Laier , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 00:31:18 -0000 On Tue, May 16, 2006 10:29 am, David Malone wrote: >> Interesting - thanks for the pointer. Unless every stack DTRT we can't >> use the flow_id, though - or we break otherwise legal connections. In >> the >> given case we would open a state with SYN+flow_id and got a reply >> SYNACK+0 >> which wouldn't hash the same as the SYN we sent out. No matching state, >> no connection. > > Indeed - we need to get into the position where almost all stacks > do the right thing before we can use the flow label as a key of any > sort in the firewalling process. If people have noticed problems > with this, I'd be interested in knowing which stacks are incriminated. The PR has www.sixxs.net:80 as example, which seems to be running "Linux Apache/2.0.55 (Debian)" (according to netcraft). nmap wasn't really able to tell in my testing, but it should be possible to approach somebody at sixxs.net about it - they are very helpful and worried about IPv6. -- /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-cvs-all@FreeBSD.ORG Thu May 18 00:31:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0FF916B494; Thu, 18 May 2006 00:31:43 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D71243D48; Thu, 18 May 2006 00:31:43 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I0VLGV073914; Thu, 18 May 2006 00:31:21 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I0VLfZ073913; Thu, 18 May 2006 00:31:21 GMT (envelope-from maho) Message-Id: <200605180031.k4I0VLfZ073913@repoman.freebsd.org> From: Maho Nakata Date: Thu, 18 May 2006 00:31:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2.0-devel/files Makefile.knobs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 00:31:44 -0000 maho 2006-05-18 00:31:20 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2.0-devel/files Makefile.knobs Log: A tiny cleanup Submitted by: jkim Revision Changes Path 1.29 +3 -1 ports/editors/openoffice.org-2.0-devel/files/Makefile.knobs From owner-cvs-all@FreeBSD.ORG Thu May 18 00:37:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11C4C16A9DF; Thu, 18 May 2006 00:37:58 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id D757E43D69; Thu, 18 May 2006 00:37:54 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.73] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k4I0bmmc030299 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 17 May 2006 17:37:49 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <446BC1DC.1050507@FreeBSD.org> Date: Wed, 17 May 2006 17:37:48 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: "Greg 'groggy' Lehey" References: <32264.1147899148@critter.freebsd.dk> <446B8E36.8050902@elischer.org> <20060518000342.GJ61448@wantadilla.lemis.com> In-Reply-To: <20060518000342.GJ61448@wantadilla.lemis.com> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Poul-Henning Kamp , src-committers@FreeBSD.org, Julian Elischer , cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 00:37:58 -0000 Greg 'groggy' Lehey wrote: [...] > phk, you're a really good developer. As a product manager, you suck. [...] Can we move this ...uhm... discussion out of the public mailing list? -Maxim From owner-cvs-all@FreeBSD.ORG Thu May 18 01:03:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64B6916A501; Thu, 18 May 2006 01:03:29 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2234E43D46; Thu, 18 May 2006 01:03:29 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I136KO083807; Thu, 18 May 2006 01:03:06 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I136fs083806; Thu, 18 May 2006 01:03:06 GMT (envelope-from nork) Message-Id: <200605180103.k4I136fs083806@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 18 May 2006 01:03:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/liveMedia Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 01:03:29 -0000 nork 2006-05-18 01:03:06 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2006.05.17. Revision Changes Path 1.233 +1 -1 ports/net/liveMedia/Makefile 1.218 +3 -3 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 18 02:48:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9604B16A444; Thu, 18 May 2006 02:48:58 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45BEF43D46; Thu, 18 May 2006 02:48:58 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I2mZuE000196; Thu, 18 May 2006 02:48:35 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I2mZ6q000195; Thu, 18 May 2006 02:48:35 GMT (envelope-from jkoshy) Message-Id: <200605180248.k4I2mZ6q000195@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 18 May 2006 02:48:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/tcc Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 02:48:58 -0000 jkoshy 2006-05-18 02:48:35 UTC FreeBSD ports repository Modified files: lang/tcc Makefile pkg-plist Log: Correct a plist error. Reported by: kris Revision Changes Path 1.2 +1 -0 ports/lang/tcc/Makefile 1.2 +1 -0 ports/lang/tcc/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 18 03:23:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA55E16A402; Thu, 18 May 2006 03:23:10 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABA2643D53; Thu, 18 May 2006 03:23:09 +0000 (GMT) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I3MkII002979; Thu, 18 May 2006 03:22:46 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I3MkXd002978; Thu, 18 May 2006 03:22:46 GMT (envelope-from kevlo) Message-Id: <200605180322.k4I3MkXd002978@repoman.freebsd.org> From: Kevin Lo Date: Thu, 18 May 2006 03:22:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/synergy Makefile distinfo pkg-plist ports/sysutils/synergy/files patch-CArchNetworkBSD.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 03:23:11 -0000 kevlo 2006-05-18 03:22:46 UTC FreeBSD ports repository Modified files: sysutils/synergy Makefile distinfo pkg-plist Removed files: sysutils/synergy/files patch-CArchNetworkBSD.cpp Log: Update to 1.3.1 PR: ports/96455 Submitted by: Thomas Spreng Revision Changes Path 1.10 +1 -1 ports/sysutils/synergy/Makefile 1.10 +3 -3 ports/sysutils/synergy/distinfo 1.2 +0 -19 ports/sysutils/synergy/files/patch-CArchNetworkBSD.cpp (dead) 1.4 +9 -9 ports/sysutils/synergy/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 18 05:05:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5B5D16A400; Thu, 18 May 2006 05:05:54 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E99B43D45; Thu, 18 May 2006 05:05:54 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I55VX0016726; Thu, 18 May 2006 05:05:31 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I55Vqd016725; Thu, 18 May 2006 05:05:31 GMT (envelope-from dougb) Message-Id: <200605180505.k4I55Vqd016725@repoman.freebsd.org> From: Doug Barton Date: Thu, 18 May 2006 05:05:31 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 05:05:55 -0000 dougb 2006-05-18 05:05:31 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Solve the problem mentioned in the PR a slightly different way. Assign default values to variables before they are used to make a better (and working!) example. While I'm hear, switch to $name_pidfile to make it more clear how one might go about adding that type of variable to a script. PR: docs/93621 Submitted by: NIIMI Satoshi Revision Changes Path 1.709 +4 -4 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Thu May 18 06:16:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C59716A400; Thu, 18 May 2006 06:16:03 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9B0D43D49; Thu, 18 May 2006 06:16:02 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I6FdIR022842; Thu, 18 May 2006 06:15:39 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I6FdqK022841; Thu, 18 May 2006 06:15:39 GMT (envelope-from itetcu) Message-Id: <200605180615.k4I6FdqK022841@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Thu, 18 May 2006 06:15:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/siproxd Makefile distinfo ports/net/siproxd/files patch-doc_siproxd.conf.example patch-src__plugin_shortdial.c patch-src__siproxd.c siproxd.sh siproxd.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 06:16:03 -0000 itetcu 2006-05-18 06:15:39 UTC FreeBSD ports repository Modified files: net/siproxd Makefile distinfo net/siproxd/files patch-doc_siproxd.conf.example Added files: net/siproxd/files patch-src__plugin_shortdial.c patch-src__siproxd.c siproxd.sh.in Removed files: net/siproxd/files siproxd.sh Log: - Regular update to version 0.5.12. - use modern USE_RC_SUBR PR: 96054 Submitted by: Frank W. Josellis (maintainer) Approved by: lawrance (mentor) Revision Changes Path 1.9 +3 -9 ports/net/siproxd/Makefile 1.6 +3 -3 ports/net/siproxd/distinfo 1.4 +2 -2 ports/net/siproxd/files/patch-doc_siproxd.conf.example 1.1 +11 -0 ports/net/siproxd/files/patch-src__plugin_shortdial.c (new) 1.1 +29 -0 ports/net/siproxd/files/patch-src__siproxd.c (new) 1.3 +0 -41 ports/net/siproxd/files/siproxd.sh (dead) 1.1 +32 -0 ports/net/siproxd/files/siproxd.sh.in (new) From owner-cvs-all@FreeBSD.ORG Thu May 18 06:29:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5016316A400; Thu, 18 May 2006 06:29:04 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BB4B43D48; Thu, 18 May 2006 06:29:04 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I6Seua023437; Thu, 18 May 2006 06:28:40 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I6SevR023436; Thu, 18 May 2006 06:28:40 GMT (envelope-from pjd) Message-Id: <200605180628.k4I6SevR023436@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 18 May 2006 06:28:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/opencrypto crypto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 06:29:04 -0000 pjd 2006-05-18 06:28:40 UTC FreeBSD src repository Modified files: sys/opencrypto crypto.c Log: Silent Coverity Prevent report by asserting that cap != NULL. Coverity ID: 1414 Revision Changes Path 1.20 +4 -2 src/sys/opencrypto/crypto.c From owner-cvs-all@FreeBSD.ORG Thu May 18 06:31:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 045B416A401; Thu, 18 May 2006 06:31:50 +0000 (UTC) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B272E43D49; Thu, 18 May 2006 06:31:49 +0000 (GMT) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I6VQAP023621; Thu, 18 May 2006 06:31:26 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I6VQPC023620; Thu, 18 May 2006 06:31:26 GMT (envelope-from matusita) Message-Id: <200605180631.k4I6VQPC023620@repoman.freebsd.org> From: Makoto Matsushita Date: Thu, 18 May 2006 06:31:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/skk-jisyo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 06:31:50 -0000 matusita 2006-05-18 06:31:26 UTC FreeBSD ports repository Modified files: japanese/skk-jisyo Makefile distinfo Log: Update to 200605, the SKK dictionary as of May/01/2006. Revision Changes Path 1.35 +1 -1 ports/japanese/skk-jisyo/Makefile 1.27 +9 -9 ports/japanese/skk-jisyo/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 18 06:59:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4501F16A400; Thu, 18 May 2006 06:59:30 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 006BA43D49; Thu, 18 May 2006 06:59:29 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I6x6PX024613; Thu, 18 May 2006 06:59:06 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I6x6bO024612; Thu, 18 May 2006 06:59:06 GMT (envelope-from ume) Message-Id: <200605180659.k4I6x6bO024612@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 18 May 2006 06:59:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/spamass-milter/files spamass-milter.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 06:59:30 -0000 ume 2006-05-18 06:59:06 UTC FreeBSD ports repository Modified files: mail/spamass-milter/files spamass-milter.sh Log: Put $FreeBSD$. Revision Changes Path 1.4 +1 -1 ports/mail/spamass-milter/files/spamass-milter.sh From owner-cvs-all@FreeBSD.ORG Thu May 18 07:03:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 395DD16A400; Thu, 18 May 2006 07:03:10 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E561E43D49; Thu, 18 May 2006 07:03:09 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I72kSM024872; Thu, 18 May 2006 07:02:46 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I72ktr024871; Thu, 18 May 2006 07:02:46 GMT (envelope-from ume) Message-Id: <200605180702.k4I72ktr024871@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 18 May 2006 07:02:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/dhid Makefile ports/dns/dhid/files dhid.in dhid.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 07:03:10 -0000 ume 2006-05-18 07:02:46 UTC FreeBSD ports repository Modified files: dns/dhid Makefile Added files: dns/dhid/files dhid.in Removed files: dns/dhid/files dhid.sh Log: rcNG'fy the startup script. Revision Changes Path 1.18 +4 -6 ports/dns/dhid/Makefile 1.1 +30 -0 ports/dns/dhid/files/dhid.in (new) 1.3 +0 -21 ports/dns/dhid/files/dhid.sh (dead) From owner-cvs-all@FreeBSD.ORG Thu May 18 07:04:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71DAA16A401; Thu, 18 May 2006 07:04:41 +0000 (UTC) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B2DB43D55; Thu, 18 May 2006 07:04:41 +0000 (GMT) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I74H6F026136; Thu, 18 May 2006 07:04:17 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I74HcT026135; Thu, 18 May 2006 07:04:17 GMT (envelope-from matusita) Message-Id: <200605180704.k4I74HcT026135@repoman.freebsd.org> From: Makoto Matsushita Date: Thu, 18 May 2006 07:04:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/jwhois Makefile ports/net/jwhois/files jwhois.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 07:04:41 -0000 matusita 2006-05-18 07:04:17 UTC FreeBSD ports repository Modified files: net/jwhois Makefile net/jwhois/files jwhois.conf Log: Update latest jwhois.conf (rev 1.125) from the jwhois CVS repository, including server names update and new domains' whois server. Revision Changes Path 1.28 +1 -1 ports/net/jwhois/Makefile 1.4 +19 -5 ports/net/jwhois/files/jwhois.conf From owner-cvs-all@FreeBSD.ORG Thu May 18 07:17:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 716E416A402; Thu, 18 May 2006 07:17:07 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0861843D45; Thu, 18 May 2006 07:17:07 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I7GhfZ026641; Thu, 18 May 2006 07:16:43 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I7Gh6g026640; Thu, 18 May 2006 07:16:43 GMT (envelope-from maxim) Message-Id: <200605180716.k4I7Gh6g026640@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 18 May 2006 07:16:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/ipcs ipcs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 07:17:07 -0000 maxim 2006-05-18 07:16:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/ipcs ipcs.c Log: MFC rev. 1.29: fix a typo. Revision Changes Path 1.27.2.1 +1 -1 src/usr.bin/ipcs/ipcs.c From owner-cvs-all@FreeBSD.ORG Thu May 18 08:30:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1CCB16A410; Thu, 18 May 2006 08:30:55 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11C2943D49; Thu, 18 May 2006 08:30:54 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I8UU7L030590; Thu, 18 May 2006 08:30:30 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I8UUx0030589; Thu, 18 May 2006 08:30:30 GMT (envelope-from hq) Message-Id: <200605180830.k4I8UUx0030589@repoman.freebsd.org> From: Herve Quiroz Date: Thu, 18 May 2006 08:30:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/resin3 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 08:30:55 -0000 hq 2006-05-18 08:30:30 UTC FreeBSD ports repository Modified files: www/resin3 Makefile distinfo pkg-plist Log: Update to 3.0.19 PR: 97393 Submitted by: maintainer Revision Changes Path 1.24 +1 -1 ports/www/resin3/Makefile 1.13 +3 -3 ports/www/resin3/distinfo 1.14 +1 -2 ports/www/resin3/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 18 08:35:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44EBE16A401; Thu, 18 May 2006 08:35:36 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F110E43D46; Thu, 18 May 2006 08:35:35 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I8ZCeP030782; Thu, 18 May 2006 08:35:12 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I8ZC9B030781; Thu, 18 May 2006 08:35:12 GMT (envelope-from erwin) Message-Id: <200605180835.k4I8ZC9B030781@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 18 May 2006 08:35:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Params-Validate Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 08:35:36 -0000 erwin 2006-05-18 08:35:11 UTC FreeBSD ports repository Modified files: devel/p5-Params-Validate Makefile distinfo Log: Update to 0.82 PR: 97420 Submitted by: Christopher Boumenot Reviewed by: Denis Shaposhnikov (maintainer) Revision Changes Path 1.25 +1 -1 ports/devel/p5-Params-Validate/Makefile 1.20 +3 -3 ports/devel/p5-Params-Validate/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 18 08:44:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A11E16A407; Thu, 18 May 2006 08:44:11 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACCEF43D48; Thu, 18 May 2006 08:44:10 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I8hk1i031109; Thu, 18 May 2006 08:43:46 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I8hkOh031108; Thu, 18 May 2006 08:43:46 GMT (envelope-from davidxu) Message-Id: <200605180843.k4I8hkOh031108@repoman.freebsd.org> From: David Xu Date: Thu, 18 May 2006 08:43:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys proc.h src/sys/kern kern_umtx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 08:44:11 -0000 davidxu 2006-05-18 08:43:46 UTC FreeBSD src repository Modified files: sys/sys proc.h sys/kern kern_umtx.c Log: Move flag TDF_UMTXQ into structure umtxq, this eliminates the requirement of scheduler lock in some umtx code. Revision Changes Path 1.38 +12 -15 src/sys/kern/kern_umtx.c 1.458 +1 -1 src/sys/sys/proc.h From owner-cvs-all@FreeBSD.ORG Thu May 18 09:08:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F70416A403; Thu, 18 May 2006 09:08:19 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98ABA43D46; Thu, 18 May 2006 09:08:18 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I97sMx040879; Thu, 18 May 2006 09:07:54 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I97sOS040878; Thu, 18 May 2006 09:07:54 GMT (envelope-from vd) Message-Id: <200605180907.k4I97sOS040878@repoman.freebsd.org> From: Vasil Dimov Date: Thu, 18 May 2006 09:07:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/libextractor Makefile distinfo pkg-plist ports/textproc/libextractor/files patch-src::main::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 09:08:19 -0000 vd 2006-05-18 09:07:54 UTC FreeBSD ports repository Modified files: textproc/libextractor Makefile distinfo pkg-plist Removed files: textproc/libextractor/files patch-src::main::Makefile.in Log: Update from 0.5.12 to 0.5.14 Revision Changes Path 1.16 +3 -1 ports/textproc/libextractor/Makefile 1.8 +3 -3 ports/textproc/libextractor/distinfo 1.4 +0 -11 ports/textproc/libextractor/files/patch-src::main::Makefile.in (dead) 1.9 +2 -2 ports/textproc/libextractor/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 18 09:08:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF15316A401; Thu, 18 May 2006 09:08:36 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 675E243D45; Thu, 18 May 2006 09:08:36 +0000 (GMT) (envelope-from az@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I98CB8040912; Thu, 18 May 2006 09:08:12 GMT (envelope-from az@repoman.freebsd.org) Received: (from az@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I98Crg040911; Thu, 18 May 2006 09:08:12 GMT (envelope-from az) Message-Id: <200605180908.k4I98Crg040911@repoman.freebsd.org> From: Andrej Zverev Date: Thu, 18 May 2006 09:08:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/le Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 09:08:37 -0000 az 2006-05-18 09:08:12 UTC FreeBSD ports repository Modified files: editors/le Makefile distinfo Log: - Update to version 1.3.2 [1] - USE_BZIP2 instead tar.gz for distfile [2] Noticed by: kris mail [*1] Requested by: Andrey Simonenko (via email) [*2] Revision Changes Path 1.31 +2 -1 ports/editors/le/Makefile 1.22 +3 -3 ports/editors/le/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 18 09:27:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8775F16A407; Thu, 18 May 2006 09:27:34 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0991143D4C; Thu, 18 May 2006 09:27:34 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I9RAtx041841; Thu, 18 May 2006 09:27:10 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I9RARB041840; Thu, 18 May 2006 09:27:10 GMT (envelope-from joel) Message-Id: <200605180927.k4I9RARB041840@repoman.freebsd.org> From: Joel Dahl Date: Thu, 18 May 2006 09:27:09 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 09:27:34 -0000 joel 2006-05-18 09:27:09 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Update my needs. Revision Changes Path 1.405 +1 -8 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Thu May 18 09:31:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F49816A402; Thu, 18 May 2006 09:31:15 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD22743D46; Thu, 18 May 2006 09:31:14 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4I9Uodt042034; Thu, 18 May 2006 09:30:50 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4I9UoMr042033; Thu, 18 May 2006 09:30:50 GMT (envelope-from sat) Message-Id: <200605180930.k4I9UoMr042033@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 18 May 2006 09:30:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xpi-noscript Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 09:31:15 -0000 sat 2006-05-18 09:30:50 UTC FreeBSD ports repository Modified files: www/xpi-noscript Makefile Log: - Specify XPI_DIRS explicitly Approved by: krion (implicit) Revision Changes Path 1.4 +1 -0 ports/www/xpi-noscript/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 18 10:03:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA98016A402; Thu, 18 May 2006 10:03:01 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76A9743D46; Thu, 18 May 2006 10:03:01 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IA2b13043281; Thu, 18 May 2006 10:02:37 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IA2bLW043280; Thu, 18 May 2006 10:02:37 GMT (envelope-from sat) Message-Id: <200605181002.k4IA2bLW043280@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 18 May 2006 10:02:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xpi-adblock Makefile.xpi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 10:03:01 -0000 sat 2006-05-18 10:02:37 UTC FreeBSD ports repository Modified files: www/xpi-adblock Makefile.xpi Log: - Add and document XPI_LIBDIR and XPI_XPIDIR variables - Add my mirrors (temporarily) - XPI_DIRS is undefined by default now - Rework ugly PLIST_FILES hacks - Add xpi-plist target in maintainer section Approved by: krion (mentor, implicit) Revision Changes Path 1.7 +33 -11 ports/www/xpi-adblock/Makefile.xpi From owner-cvs-all@FreeBSD.ORG Thu May 18 11:31:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE9F716A402; Thu, 18 May 2006 11:31:43 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99A3843D48; Thu, 18 May 2006 11:31:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IBVJer049079; Thu, 18 May 2006 11:31:19 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IBVJcl049078; Thu, 18 May 2006 11:31:19 GMT (envelope-from pav) Message-Id: <200605181131.k4IBVJcl049078@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 18 May 2006 11:31:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/liferea Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 11:31:44 -0000 pav 2006-05-18 11:31:19 UTC FreeBSD ports repository Modified files: net/liferea Makefile distinfo Log: - Update to 1.0.13 Revision Changes Path 1.63 +2 -1 ports/net/liferea/Makefile 1.43 +3 -3 ports/net/liferea/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 18 11:43:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8EEF16A402; Thu, 18 May 2006 11:43:54 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63DCE43D49; Thu, 18 May 2006 11:43:54 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IBhTW1050808; Thu, 18 May 2006 11:43:30 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IBhTgF050807; Thu, 18 May 2006 11:43:29 GMT (envelope-from ehaupt) Message-Id: <200605181143.k4IBhTgF050807@repoman.freebsd.org> From: Emanuel Haupt Date: Thu, 18 May 2006 11:43:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/cdircmp pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 11:43:54 -0000 ehaupt 2006-05-18 11:43:29 UTC FreeBSD ports repository Modified files: sysutils/cdircmp pkg-descr Log: Update WWW Revision Changes Path 1.2 +1 -1 ports/sysutils/cdircmp/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu May 18 11:56:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08CA816A400; Thu, 18 May 2006 11:56:47 +0000 (UTC) (envelope-from ru@ip.net.ua) Received: from cielago.ip.net.ua (cielago.ip.net.ua [82.193.96.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24DDD43D48; Thu, 18 May 2006 11:56:45 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by cielago.ip.net.ua (8.13.6/8.13.6) with ESMTP id k4IBuIHh035067 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 May 2006 14:56:18 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.6/8.13.6) id k4IBunfO039045; Thu, 18 May 2006 14:56:49 +0300 (EEST) (envelope-from ru) Date: Thu, 18 May 2006 14:56:49 +0300 From: Ruslan Ermilov To: Marius Strobl Message-ID: <20060518115649.GB38981@ip.net.ua> References: <200605152016.k4FKGgmS030647@repoman.freebsd.org> <20060515202355.GB16238@ip.net.ua> <86zmhi4brk.fsf@xps.des.no> <20060516131926.GB4154@ip.net.ua> <20060517234607.F99899@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pvezYHf7grwyp3Bc" Content-Disposition: inline In-Reply-To: <20060517234607.F99899@newtrinity.zeist.de> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by amavisd-new Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 altq.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 11:56:47 -0000 --pvezYHf7grwyp3Bc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 17, 2006 at 11:46:07PM +0200, Marius Strobl wrote: > On Tue, May 16, 2006 at 04:19:26PM +0300, Ruslan Ermilov wrote: > > On Tue, May 16, 2006 at 10:25:19AM +0200, Dag-Erling Sm?rgrav wrote: > > > Ruslan Ermilov writes: > > > > Anyone with the grep(1) utility installed, please do me a favour and > > > > run "grep -w lnc" over the source tree. :-) > > >=20 > > > des@xps ~% gfk -w lnc > > > src/sys/amd64/conf/GENERIC: device pcn # AMD= Am79C97x PCI 10/100(precedence over 'lnc') > > > src/sys/amd64/conf/GENERIC: #device lnc # NE2= 100, NE32-VL Lance Ethernet cards > > > src/sys/boot/common/pnpdata: ident=3DPNP80d8 module=3Dlnc = # Novell/Anthem NE2100 > > > src/sys/boot/common/pnpdata: ident=3DPNP8231 module=3Dlnc = # Advanced Micro Devices AM2100/AM1500T > > > src/sys/boot/common/pnpdata: ident=3DPNP828C module=3Dlnc = # AMD PCNet Family cards > > > src/sys/boot/common/pnpdata: ident=3DPNP828D module=3Dlnc = # AMD PCNet32 (VL version) > > > src/sys/dev/le/if_le_pci.c: /* Let lnc(4) win for now. */ > > > src/sys/i386/conf/GENERIC: device pcn # AMD= Am79C97x PCI 10/100(precedence over 'lnc') > > > src/sys/pc98/conf/GENERIC: device pcn # AMD= Am79C97x PCI 10/100 (precedence over 'lnc') > > >=20 > > Thank you! I fixed all of these except pnpdata which I believe > > is mostly artefact material. > >=20 >=20 > Sorry, I missed the ones which I already had removed in my local > tree some time ago. Regarding sys/boot/common/pnpdata, on a closer > look it's unused since 7 years so I guess it and the respective > code in sys/boot/common/pnp.c can just be removed as IMO it's > no longer worth the effort to work on support for auto-loading > modules based on ISAPNP IDs... >=20 Yes, the code is mostly ``#if 0''-ed. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --pvezYHf7grwyp3Bc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEbGEBqRfpzJluFF4RAhS2AJ0SDvcy9Nb/uP8yGqP+kX+ip4TOFwCgmmrN z3PzGyu+NYNKhzNsegUmrKE= =U00g -----END PGP SIGNATURE----- --pvezYHf7grwyp3Bc-- From owner-cvs-all@FreeBSD.ORG Thu May 18 12:15:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E58DE16A665; Thu, 18 May 2006 12:15:28 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A62E743D45; Thu, 18 May 2006 12:15:27 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ICF36Q053148; Thu, 18 May 2006 12:15:03 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ICF3lH053147; Thu, 18 May 2006 12:15:03 GMT (envelope-from ahze) Message-Id: <200605181215.k4ICF3lH053147@repoman.freebsd.org> From: Michael Johnson Date: Thu, 18 May 2006 12:15:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/gnomenettool Makefile distinfo pkg-plist ports/net/gnomenettool/files patch-src_nettool.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 12:15:42 -0000 ahze 2006-05-18 12:15:02 UTC FreeBSD ports repository Modified files: net/gnomenettool Makefile distinfo pkg-plist net/gnomenettool/files patch-src_nettool.c Log: - Update to 2.14.2 Revision Changes Path 1.19 +1 -2 ports/net/gnomenettool/Makefile 1.11 +3 -3 ports/net/gnomenettool/distinfo 1.5 +2 -11 ports/net/gnomenettool/files/patch-src_nettool.c 1.9 +1 -0 ports/net/gnomenettool/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 18 12:34:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D0C416A4E3; Thu, 18 May 2006 12:34:39 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5611443D6E; Thu, 18 May 2006 12:34:37 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ICYCkG053856; Thu, 18 May 2006 12:34:12 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ICYCdo053855; Thu, 18 May 2006 12:34:12 GMT (envelope-from erwin) Message-Id: <200605181234.k4ICYCdo053855@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 18 May 2006 12:34:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/psvn Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 12:34:45 -0000 erwin 2006-05-18 12:34:12 UTC FreeBSD ports repository Modified files: devel/psvn Makefile distinfo Log: Update to 19648 PR: 97449 Submitted by: "Boris B. Samorodov" (maintainer) Revision Changes Path 1.14 +1 -1 ports/devel/psvn/Makefile 1.12 +3 -3 ports/devel/psvn/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 18 13:12:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82CE116A43B; Thu, 18 May 2006 13:12:57 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3907743D45; Thu, 18 May 2006 13:12:57 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IDCWRp065917; Thu, 18 May 2006 13:12:32 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IDCW78065916; Thu, 18 May 2006 13:12:32 GMT (envelope-from mnag) Message-Id: <200605181312.k4IDCW78065916@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 18 May 2006 13:12:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/postfix-current Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 13:13:00 -0000 mnag 2006-05-18 13:12:32 UTC FreeBSD ports repository Modified files: mail/postfix-current Makefile distinfo Log: - Update to 2.3-20060517 Revision Changes Path 1.170 +1 -1 ports/mail/postfix-current/Makefile 1.112 +3 -3 ports/mail/postfix-current/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 18 13:16:36 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A6BC16A400; Thu, 18 May 2006 13:16:36 +0000 (UTC) (envelope-from hm@kts.org) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96FD243D48; Thu, 18 May 2006 13:16:34 +0000 (GMT) (envelope-from hm@kts.org) Received: from fwd33.aul.t-online.de by mailout03.sul.t-online.com with smtp id 1FgiMe-0005TZ-01; Thu, 18 May 2006 15:16:28 +0200 Received: from ernie.int.kts.org (bL-nSQZcZeRjo3nDoXbw8nKDXv17zXnn8mz69YOESlkoqZtA-85QcO@[84.144.89.207]) by fwd33.sul.t-online.de with esmtp id 1FgiMZ-0SDzFI0; Thu, 18 May 2006 15:16:23 +0200 Received: from ernie.int.kts.org ([127.0.0.1]) by localhost (ernie.int.kts.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 86361-19; Thu, 18 May 2006 15:16:19 +0200 (CEST) Received: from bert.int.kts.org (bert.int.kts.org [172.31.42.2]) by ernie.int.kts.org (Postfix) with ESMTP id 6EC845D35; Thu, 18 May 2006 15:16:16 +0200 (CEST) From: Hellmuth Michaelis Organization: Kitchen Table Systems To: "Poul-Henning Kamp" Date: Thu, 18 May 2006 15:16:14 +0200 User-Agent: KMail/1.8.3 References: <32041.1147896776@critter.freebsd.dk> In-Reply-To: <32041.1147896776@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605181516.15541.hm@kts.org> X-Virus-Scanned-KTS: Mail-UnWroks-U-Laksler at KTS.ORG X-ID: bL-nSQZcZeRjo3nDoXbw8nKDXv17zXnn8mz69YOESlkoqZtA-85QcO@t-dialin.net X-TOI-MSGID: 26729b72-1349-421d-ba7c-ccca2eb85d95 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Julian Elischer , cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hellmuth.michaelis@t-online.de List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 13:16:39 -0000 On Wednesday 17 May 2006 22:12, Poul-Henning Kamp wrote: > In message <446B8337.3060306@elischer.org>, Julian Elischer writes: > > >I've seen people mention that they are running pcvt quite recently. > > Last three times I've tried on -current, a pcvt kernel didn't even > boot. With all respect for you and your work on FreeBSD, Poul-Henning, i'd like to get some things said: pcvt is broken since your cleanup of the tty kernel code. Since then reports about the brokeness are coming in here. I tried to fix it but due to time shortage on my side and a non-understanding of what you did with the tty code lead me to ask you directly for help: From hm Sun Apr 3 10:46:39 2005 Subject: pcvt in 5.x and 6.x To: phk@freebsd.org Date: Sun, 3 Apr 2005 11:07:20 +0200 (CEST) cc: re@freebsd.org I got a reply from you asking if i found something out about this which i answered and that was it. Silence. Now - it looks like that you cleaned up the tty code, got everything running and adjusted again, but - oops - forgot to also get pcvt running and adjusted again, and a year later, shouting, "look, pcvt does not run for over a year now", taking out the axe and ripping it off (the second time). Something looks not quite right to me here, doesn't it ? Granted, i have no idea where to start seaching for the thing preventing pcvt to work and i don't have the time to make me familiar with the changes in the tty subsystem. I think its your task to get pcvt running again as it ran before you touched the tty subsystem and pcvt deserves the same work to get it fixed as did the other subsystems got from you which were affected by your changes. Don't get me wrong: i think i have not enough understanding of what happened to the tty subsystem, so if its time for pcvt to get ripped off, then its time. On the other side - in case pcvt would at least run again then i would be happy to take care for it. peace, hellmuth -- Hellmuth Michaelis +49 (0)160 96 45 56 96 A duck is like a bicycle because they both have two wheels except the duck (tw) From owner-cvs-all@FreeBSD.ORG Thu May 18 13:23:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97EC916A5D0; Thu, 18 May 2006 13:23:12 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 514E243D69; Thu, 18 May 2006 13:23:09 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IDMiuu066364; Thu, 18 May 2006 13:22:44 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IDMij9066363; Thu, 18 May 2006 13:22:44 GMT (envelope-from pjd) Message-Id: <200605181322.k4IDMij9066363@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 18 May 2006 13:22:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/crypto ubsecstats.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 13:23:13 -0000 pjd 2006-05-18 13:22:44 UTC FreeBSD src repository Modified files: tools/tools/crypto ubsecstats.c Log: Add missing stats.hst_nodesc statistics. Revision Changes Path 1.4 +4 -2 src/tools/tools/crypto/ubsecstats.c From owner-cvs-all@FreeBSD.ORG Thu May 18 13:26:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A84F16A4C7; Thu, 18 May 2006 13:26:58 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38D2043D6B; Thu, 18 May 2006 13:26:55 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IDQUqv066512; Thu, 18 May 2006 13:26:30 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IDQUZu066511; Thu, 18 May 2006 13:26:30 GMT (envelope-from ehaupt) Message-Id: <200605181326.k4IDQUZu066511@repoman.freebsd.org> From: Emanuel Haupt Date: Thu, 18 May 2006 13:26:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/playgsf Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 13:26:59 -0000 ehaupt 2006-05-18 13:26:30 UTC FreeBSD ports repository Modified files: audio/playgsf Makefile distinfo Log: - Update to 0.7.1 - Add an additional mirror Revision Changes Path 1.6 +22 -4 ports/audio/playgsf/Makefile 1.3 +3 -3 ports/audio/playgsf/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 18 13:37:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3571016A414; Thu, 18 May 2006 13:37:39 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E526943D45; Thu, 18 May 2006 13:37:38 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IDbEZC067068; Thu, 18 May 2006 13:37:14 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IDbE5i067067; Thu, 18 May 2006 13:37:14 GMT (envelope-from rodrigc) Message-Id: <200605181337.k4IDbE5i067067@repoman.freebsd.org> From: Craig Rodrigues Date: Thu, 18 May 2006 13:37:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 devfs.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 13:37:39 -0000 rodrigc 2006-05-18 13:37:14 UTC FreeBSD src repository Modified files: share/man/man5 devfs.5 Log: Remove reference to mount_devfs(8), since mount(8) no longer invokes this mount_devfs when mounting devfs file systems. Revision Changes Path 1.18 +10 -5 src/share/man/man5/devfs.5 From owner-cvs-all@FreeBSD.ORG Thu May 18 13:47:34 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C99F916A404; Thu, 18 May 2006 13:47:34 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B0D543D46; Thu, 18 May 2006 13:47:33 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id B7005170DE; Thu, 18 May 2006 13:47:31 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.6/8.13.6) with ESMTP id k4IDlUs5039319; Thu, 18 May 2006 15:47:30 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: hellmuth.michaelis@t-online.de From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 18 May 2006 15:16:14 +0200." <200605181516.15541.hm@kts.org> Date: Thu, 18 May 2006 15:47:30 +0200 Message-ID: <39318.1147960050@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Julian Elischer , cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 13:47:35 -0000 In message <200605181516.15541.hm@kts.org>, Hellmuth Michaelis writes: >With all respect for you and your work on FreeBSD, Poul-Henning, >i'd like to get some things said: > >pcvt is broken since your cleanup of the tty kernel code. Correct. I attempted to migrate pcvt, but had to give up, it would simply take too much time for me to figure out how to make it work. As far as I recall, the problem is that struct tty is no longer controlled by the driver and that made the changes very massive. If somebody finds time to update PCVT to our current APIs, then I have absolutely no problems with it coming back. On the other hand, if neither you, I nor anybody else has time to fix PCVT, the it clearly is not important enough to hold up work on the infrastructure or generic pieces of the kernel. This all comes back to what I have harped about many times over before, we can either: A) Avoid breaking anything by leaving our infrastructure unchanged. This is the fastest way to become a "historical operating system" because things like removable devices, power management, SMP locking etc will simply not happen to us. B) Update our infrastructure to the demands of the times, update as many of the drivers as reasonably possile, and if nobody picks up the missing bits, remove them and get on with our lives. If you prefer A), pick any version of FreeBSD apart from -current and stick to it. Otherwise B) is a given. Part of the problem is that there will never be a "definitive kernel API manual" for FreeBSD, it will always be in flux and therefore drivers will need to be updated to keep abreast. Fortunately, improving our APIs reduce the amount of work repeated through all drivers, and consequently increases the chance that infrastructure changes does not affect drivers (as much). We've seen this with disk- and ethernet-drivers already. The tty work I did last year was first half of that excercise for that area, it's still not done though, the console nastiness remains to be handled. Finally, I would like to say that some very good ideas where hashed out with respect to screen handling, in particular by Marcel, and any serious effort in time in this area would be better spent persuing those ideas. Poul-Henning -- 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 Thu May 18 13:58:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F6AB16A401; Thu, 18 May 2006 13:58:20 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58CB743D45; Thu, 18 May 2006 13:58:20 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IDvteX068010; Thu, 18 May 2006 13:57:55 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IDvta7068009; Thu, 18 May 2006 13:57:55 GMT (envelope-from jylefort) Message-Id: <200605181357.k4IDvta7068009@repoman.freebsd.org> From: Jean-Yves Lefort Date: Thu, 18 May 2006 13:57:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/mail-notification Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 13:58:20 -0000 jylefort 2006-05-18 13:57:55 UTC FreeBSD ports repository Modified files: mail/mail-notification Makefile distinfo Log: Update to 3.0-rc2 Revision Changes Path 1.37 +1 -1 ports/mail/mail-notification/Makefile 1.18 +3 -3 ports/mail/mail-notification/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 18 14:06:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F1F616A400; Thu, 18 May 2006 14:06:03 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 217DB43D45; Thu, 18 May 2006 14:06:03 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IE5cOm069594; Thu, 18 May 2006 14:05:38 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IE5cdH069593; Thu, 18 May 2006 14:05:38 GMT (envelope-from perky) Message-Id: <200605181405.k4IE5cdH069593@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 18 May 2006 14:05:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/llvm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 14:06:03 -0000 perky 2006-05-18 14:05:38 UTC FreeBSD ports repository Modified files: devel/llvm Makefile Log: Add a dependency on perl which is used to build man pages. Revision Changes Path 1.8 +1 -0 ports/devel/llvm/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 18 14:59:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DC9F16A405; Thu, 18 May 2006 14:59:35 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2140343D53; Thu, 18 May 2006 14:59:35 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IEx9nD071657; Thu, 18 May 2006 14:59:10 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IEx9vi071656; Thu, 18 May 2006 14:59:09 GMT (envelope-from erwin) Message-Id: <200605181459.k4IEx9vi071656@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 18 May 2006 14:59:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-SVN-Notify Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 14:59:35 -0000 erwin 2006-05-18 14:59:09 UTC FreeBSD ports repository Modified files: devel/p5-SVN-Notify Makefile distinfo pkg-plist Log: Update to 2.59 PR: 97415 Submitted by: Christopher Boumenot Approved by: Dominic Mitchell (maintainer) Revision Changes Path 1.2 +2 -2 ports/devel/p5-SVN-Notify/Makefile 1.3 +3 -3 ports/devel/p5-SVN-Notify/distinfo 1.3 +3 -2 ports/devel/p5-SVN-Notify/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 18 15:04:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AC0416A403; Thu, 18 May 2006 15:04:14 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF0C543D5A; Thu, 18 May 2006 15:04:13 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IF3mAv073159; Thu, 18 May 2006 15:03:48 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IF3mRp073158; Thu, 18 May 2006 15:03:48 GMT (envelope-from delphij) Message-Id: <200605181503.k4IF3mRp073158@repoman.freebsd.org> From: Xin LI Date: Thu, 18 May 2006 15:03:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/openldap23-client Makefile ports/net/openldap23-sasl-client Makefile ports/net/openldap23-server Makefile distinfo pkg-deinstall pkg-install pkg-message pkg-plist ports/net/openldap23-server/files pkg-deinstall.in pkg-install.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 15:04:14 -0000 delphij 2006-05-18 15:03:48 UTC FreeBSD ports repository Modified files: net/openldap23-client Makefile net/openldap23-sasl-client Makefile net/openldap23-server Makefile distinfo pkg-plist Added files: net/openldap23-server/files pkg-deinstall.in pkg-install.in pkg-message.in slapd.sh.in slurpd.sh.in Removed files: net/openldap23-server pkg-deinstall pkg-install pkg-message net/openldap23-server/files slapd.sh slurpd.sh Log: Updates, cleanups and improvements over the openldap23-* ports: - Make sure that PKGNAMESUFFIX and COMMENT are correctly set when building slave ports. [1] - Remove RCORDER feature which is now deprecated. - Move PORTREVISION related stuff to before bsd.port.pre.mk in order to get the revisions actually work. - Depend on CLIENT_ONLY and WITH_SASL to determine the package name suffix. - Make use of USE_OPENLDAP instead of rolling our own. - Use WITH_RC_SUBR correctly rather than just specifying "yes" - Depend on bsd.database.mk to determine the Berkeley DB name, which makes it possible to use versions available from the ports collection rather than making decision our own. [2] - Disable threading as suggested by openldap developers if BACK_SHELL is enabled. Indicate the fact when showing options. - Update to 2.3.23 PR: 91902[1], 96752 [2] Submitted by: Gyorgy TEUBEL [1] Sunpoet Po-Chuan Hsieh [2] Approved by: sem (mentor) Other changes, blames and all bugs are mine. Revision Changes Path 1.6 +0 -4 ports/net/openldap23-client/Makefile 1.5 +0 -4 ports/net/openldap23-sasl-client/Makefile 1.130 +41 -80 ports/net/openldap23-server/Makefile 1.61 +3 -3 ports/net/openldap23-server/distinfo 1.1 +33 -0 ports/net/openldap23-server/files/pkg-deinstall.in (new) 1.1 +44 -0 ports/net/openldap23-server/files/pkg-install.in (new) 1.1 +23 -0 ports/net/openldap23-server/files/pkg-message.in (new) 1.18 +0 -106 ports/net/openldap23-server/files/slapd.sh (dead) 1.1 +106 -0 ports/net/openldap23-server/files/slapd.sh.in (new) 1.12 +0 -36 ports/net/openldap23-server/files/slurpd.sh (dead) 1.1 +36 -0 ports/net/openldap23-server/files/slurpd.sh.in (new) 1.4 +0 -33 ports/net/openldap23-server/pkg-deinstall (dead) 1.11 +0 -44 ports/net/openldap23-server/pkg-install (dead) 1.15 +0 -23 ports/net/openldap23-server/pkg-message (dead) 1.36 +4 -4 ports/net/openldap23-server/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 18 15:17:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 780B916A434; Thu, 18 May 2006 15:17:49 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33D3943D46; Thu, 18 May 2006 15:17:49 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IFHOT8073650; Thu, 18 May 2006 15:17:24 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IFHOD4073649; Thu, 18 May 2006 15:17:24 GMT (envelope-from delphij) Message-Id: <200605181517.k4IFHOD4073649@repoman.freebsd.org> From: Xin LI Date: Thu, 18 May 2006 15:17:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 15:17:49 -0000 delphij 2006-05-18 15:17:24 UTC FreeBSD ports repository Modified files: . UPDATING Log: Add a note about the OpenLDAP port change which makes threading disabled if shell backend is enabled. Revision Changes Path 1.328 +10 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Thu May 18 15:26:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3701916A40A; Thu, 18 May 2006 15:26:53 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8AD843D45; Thu, 18 May 2006 15:26:52 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IFQRCg074067; Thu, 18 May 2006 15:26:27 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IFQRSV074066; Thu, 18 May 2006 15:26:27 GMT (envelope-from ceri) Message-Id: <200605181526.k4IFQRSV074066@repoman.freebsd.org> From: Ceri Davies Date: Thu, 18 May 2006 15:26:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/mount_std mount_std.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 15:26:53 -0000 ceri 2006-05-18 15:26:27 UTC FreeBSD src repository Modified files: sbin/mount_std mount_std.8 Log: Slight grammar fix. Revision Changes Path 1.24 +1 -1 src/sbin/mount_std/mount_std.8 From owner-cvs-all@FreeBSD.ORG Thu May 18 15:29:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E212E16A400; Thu, 18 May 2006 15:29:52 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 651C143D53; Thu, 18 May 2006 15:29:52 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IFTRRr074294; Thu, 18 May 2006 15:29:27 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IFTRFu074293; Thu, 18 May 2006 15:29:27 GMT (envelope-from flz) Message-Id: <200605181529.k4IFTRFu074293@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 18 May 2006 15:29:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 rc.conf.5 src/etc rc.subr src/etc/rc.d Makefile mdconfig mdconfig2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 15:29:53 -0000 flz 2006-05-18 15:29:27 UTC FreeBSD src repository Modified files: share/man/man5 rc.conf.5 etc rc.subr etc/rc.d Makefile Added files: etc/rc.d mdconfig mdconfig2 Log: Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk{,-own} scripts. These scripts handle vnode backed md(4) devices. Old ramdisk{,-own} scripts will stay a bit in CVS to allow some time for migration since variable names have changed (ramdisk_* -> mdconfig_*). Two new variables have been introduced to be able to populate the md(4) device once it has been mounted (mdconfig_*_files and mdconfig_*_cmd). Use should be as easy as: mdconfig_md0="-t malloc -s 10m" mdconfig_md1="-t vnode -f /var/foo.img" See rc.conf(5) for more information and description of the additional variables. Approved by: cperciva Revision Changes Path 1.72 +1 -1 src/etc/rc.d/Makefile 1.1 +195 -0 src/etc/rc.d/mdconfig (new) 1.1 +226 -0 src/etc/rc.d/mdconfig2 (new) 1.57 +29 -0 src/etc/rc.subr 1.297 +88 -1 src/share/man/man5/rc.conf.5 From owner-cvs-all@FreeBSD.ORG Thu May 18 15:30:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BF8216A471; Thu, 18 May 2006 15:30:09 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00E9043D49; Thu, 18 May 2006 15:30:09 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IFThG3074326; Thu, 18 May 2006 15:29:43 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IFThGm074325; Thu, 18 May 2006 15:29:43 GMT (envelope-from mux) Message-Id: <200605181529.k4IFThGm074325@repoman.freebsd.org> From: Maxime Henrion Date: Thu, 18 May 2006 15:29:43 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: projects/csup globtree.c misc.h proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 15:30:09 -0000 mux 2006-05-18 15:29:43 UTC FreeBSD projects repository Modified files: csup globtree.c misc.h proto.c Log: Fix two typos in comments and simplify some code slightly. Submitted by: vd Revision Changes Path 1.6 +2 -2 projects/csup/globtree.c 1.28 +2 -2 projects/csup/misc.h 1.92 +4 -7 projects/csup/proto.c From owner-cvs-all@FreeBSD.ORG Thu May 18 15:40:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DF3A16A40E; Thu, 18 May 2006 15:40:07 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA80543D48; Thu, 18 May 2006 15:40:06 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IFdfeI074688; Thu, 18 May 2006 15:39:41 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IFdfiv074687; Thu, 18 May 2006 15:39:41 GMT (envelope-from bmah) Message-Id: <200605181539.k4IFdfiv074687@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 18 May 2006 15:39:41 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 15:40:12 -0000 bmah 2006-05-18 15:39:41 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add entity for ext2fs(5). Revision Changes Path 1.378 +1 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Thu May 18 16:03:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0029316A643; Thu, 18 May 2006 16:03:32 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BBEE43D67; Thu, 18 May 2006 16:03:32 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IG37JR076556; Thu, 18 May 2006 16:03:07 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IG37Se076502; Thu, 18 May 2006 16:03:07 GMT (envelope-from jkim) Message-Id: <200605181603.k4IG37Se076502@repoman.freebsd.org> From: Jung-uk Kim Date: Thu, 18 May 2006 16:03:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2.0-devel/files patch-i65511 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 16:03:33 -0000 jkim 2006-05-18 16:03:07 UTC FreeBSD ports repository (src committer) Added files: editors/openoffice.org-2.0-devel/files patch-i65511 Log: Add support for native jdk1.5.0 on FreeBSD/amd64. Reviewed by: maho (maintainer) Revision Changes Path 1.1 +15 -0 ports/editors/openoffice.org-2.0-devel/files/patch-i65511 (new) From owner-cvs-all@FreeBSD.ORG Thu May 18 16:05:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73BAB16A68C; Thu, 18 May 2006 16:05:24 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1BDF43D5A; Thu, 18 May 2006 16:05:21 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IG4uw3076973; Thu, 18 May 2006 16:04:56 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IG4uFI076972; Thu, 18 May 2006 16:04:56 GMT (envelope-from flz) Message-Id: <200605181604.k4IG4uFI076972@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 18 May 2006 16:04:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc rc.subr src/etc/rc.d mdconfig mdconfig2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 16:05:24 -0000 flz 2006-05-18 16:04:56 UTC FreeBSD src repository Modified files: etc rc.subr etc/rc.d mdconfig mdconfig2 Log: Remove the require_kld function I just committed and replace with a nicer solution. Reported by: pjd Approved by: cperciva Revision Changes Path 1.2 +2 -2 src/etc/rc.d/mdconfig 1.2 +2 -2 src/etc/rc.d/mdconfig2 1.58 +0 -29 src/etc/rc.subr From owner-cvs-all@FreeBSD.ORG Thu May 18 16:06:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 298B216A6AF; Thu, 18 May 2006 16:06:28 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CDB143D6B; Thu, 18 May 2006 16:06:26 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IG61tC077094; Thu, 18 May 2006 16:06:01 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IG61Nk077093; Thu, 18 May 2006 16:06:01 GMT (envelope-from jkim) Message-Id: <200605181606.k4IG61Nk077093@repoman.freebsd.org> From: Jung-uk Kim Date: Thu, 18 May 2006 16:06:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2.0-devel/files patch-i65512 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 16:06:28 -0000 jkim 2006-05-18 16:06:01 UTC FreeBSD ports repository (src committer) Added files: editors/openoffice.org-2.0-devel/files patch-i65512 Log: Fix gethostbyname_r(3) on -CURRENT. We support glibc style API now. http://docs.freebsd.org/cgi/mid.cgi?200604151620.k3FGKR7i004094 Reviewed by: maho (maintainer) Revision Changes Path 1.1 +43 -0 ports/editors/openoffice.org-2.0-devel/files/patch-i65512 (new) From owner-cvs-all@FreeBSD.ORG Thu May 18 16:07:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB09F16A42D; Thu, 18 May 2006 16:07:02 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0BA543D68; Thu, 18 May 2006 16:07:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IG6ZU5077191; Thu, 18 May 2006 16:06:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IG6ZTY077190; Thu, 18 May 2006 16:06:35 GMT (envelope-from pav) Message-Id: <200605181606.k4IG6ZTY077190@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 18 May 2006 16:06:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/vnc Makefile distinfo ports/net/vnc/files patch-fix_Xvnc_no_valid_address X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 16:07:03 -0000 pav 2006-05-18 16:06:35 UTC FreeBSD ports repository Modified files: net/vnc Makefile distinfo Added files: net/vnc/files patch-fix_Xvnc_no_valid_address Log: - Update to 4.1.2 PR: ports/97313 Submitted by: James Raftery (maintainer) Security: http://www.securityfocus.com/bid/17978 - Fix bug causing Xvnc to not work with XDMCP PR: ports/92414 Submitted by: Akihiro KAYAMA Approved by: maintainer timeout (3+ months) Revision Changes Path 1.47 +3 -3 ports/net/vnc/Makefile 1.19 +3 -3 ports/net/vnc/distinfo 1.1 +10 -0 ports/net/vnc/files/patch-fix_Xvnc_no_valid_address (new) From owner-cvs-all@FreeBSD.ORG Thu May 18 16:11:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE6BC16A421; Thu, 18 May 2006 16:11:15 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A686D43D46; Thu, 18 May 2006 16:11:15 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IGAofM077367; Thu, 18 May 2006 16:10:50 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IGAouh077366; Thu, 18 May 2006 16:10:50 GMT (envelope-from jkim) Message-Id: <200605181610.k4IGAouh077366@repoman.freebsd.org> From: Jung-uk Kim Date: Thu, 18 May 2006 16:10:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2.0-devel/files patch-i65514 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 16:11:19 -0000 jkim 2006-05-18 16:10:50 UTC FreeBSD ports repository (src committer) Added files: editors/openoffice.org-2.0-devel/files patch-i65514 Log: Add BerkeleyDB workaround for amd64. Taken from ports/databases/db42/Makefile: http://docs.freebsd.org/cgi/mid.cgi?200406261113.i5QBDG1b059838 Proper fix will come later. Reviewed by: maho (maintainer) Revision Changes Path 1.1 +12 -0 ports/editors/openoffice.org-2.0-devel/files/patch-i65514 (new) From owner-cvs-all@FreeBSD.ORG Thu May 18 16:12:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79B4716A5AD; Thu, 18 May 2006 16:12:43 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB5543D45; Thu, 18 May 2006 16:12:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IGCHDf077433; Thu, 18 May 2006 16:12:17 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IGCH99077432; Thu, 18 May 2006 16:12:17 GMT (envelope-from pav) Message-Id: <200605181612.k4IGCH99077432@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 18 May 2006 16:12:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 16:12:43 -0000 pav 2006-05-18 16:12:17 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Add VuXML entry for vnc 4.1.1 Revision Changes Path 1.1037 +29 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu May 18 16:16:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A981616A442; Thu, 18 May 2006 16:16:15 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1096243D46; Thu, 18 May 2006 16:16:14 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id F1D661190E; Thu, 18 May 2006 18:16:09 +0200 (CEST) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 79425-08; Thu, 18 May 2006 18:15:55 +0200 (CEST) Received: from mayday.esat.net (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id 2433E11445; Thu, 18 May 2006 18:15:55 +0200 (CEST) From: Florent Thoumie To: src-committers@FreeBSD.org In-Reply-To: <200605181604.k4IG4uFI076972@repoman.freebsd.org> References: <200605181604.k4IG4uFI076972@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-tH1T1rLH9AsH+BfGiO9d" Date: Thu, 18 May 2006 17:15:53 +0100 Message-Id: <1147968953.1881.2.camel@mayday.esat.net> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port X-Virus-Scanned: amavisd-new at xbsd.org Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.subr src/etc/rc.d mdconfig mdconfig2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 16:16:15 -0000 --=-tH1T1rLH9AsH+BfGiO9d Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2006-05-18 at 16:04 +0000, Florent Thoumie wrote: > flz 2006-05-18 16:04:56 UTC >=20 > FreeBSD src repository >=20 > Modified files: > etc rc.subr=20 > etc/rc.d mdconfig mdconfig2=20 > Log: > Remove the require_kld function I just committed and replace with a nic= er solution. > =20 > Reported by: pjd > Approved by: cperciva As delphij noticed, I missed it twice. That should read: Approved by: cperciva (mentor) --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --=-tH1T1rLH9AsH+BfGiO9d Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEbJ25MxEkbVFH3PQRAjdTAJ95ANcbiv8Qa/It5pi4jbTXF+Sn6gCfUSR2 J2jaxZ+D5kOwGrEd1q3IcHE= =JrNv -----END PGP SIGNATURE----- --=-tH1T1rLH9AsH+BfGiO9d-- From owner-cvs-all@FreeBSD.ORG Thu May 18 16:28:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7059B16A402; Thu, 18 May 2006 16:28:19 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 035BF43D49; Thu, 18 May 2006 16:28:19 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IGRr2D078095; Thu, 18 May 2006 16:27:53 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IGRrlK078094; Thu, 18 May 2006 16:27:53 GMT (envelope-from bmah) Message-Id: <200605181627.k4IGRrlK078094@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 18 May 2006 16:27:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes Makefile src/release/doc/en_US.ISO8859-1/installation Makefile src/release/doc/en_US.ISO8859-1/relnotes/alpha Makefile article.sgml src/release/doc/en_US.ISO8859-1/installation/alpha Makefile article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 16:28:19 -0000 bmah 2006-05-18 16:27:53 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes Makefile release/doc/en_US.ISO8859-1/installation Makefile Removed files: release/doc/en_US.ISO8859-1/relnotes/alpha Makefile article.sgml release/doc/en_US.ISO8859-1/installation/alpha Makefile article.sgml Log: Remove the rest of the alpha-specific MD release documentation (release notes and installation guide). Revision Changes Path 1.7 +1 -2 src/release/doc/en_US.ISO8859-1/installation/Makefile 1.5 +0 -20 src/release/doc/en_US.ISO8859-1/installation/alpha/Makefile (dead) 1.5 +0 -26 src/release/doc/en_US.ISO8859-1/installation/alpha/article.sgml (dead) 1.7 +1 -2 src/release/doc/en_US.ISO8859-1/relnotes/Makefile 1.7 +0 -18 src/release/doc/en_US.ISO8859-1/relnotes/alpha/Makefile (dead) 1.7 +0 -21 src/release/doc/en_US.ISO8859-1/relnotes/alpha/article.sgml (dead) From owner-cvs-all@FreeBSD.ORG Thu May 18 16:42:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D854716A523; Thu, 18 May 2006 16:42:56 +0000 (UTC) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92B2143D48; Thu, 18 May 2006 16:42:56 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IGgVCF078677; Thu, 18 May 2006 16:42:31 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IGgVq3078676; Thu, 18 May 2006 16:42:31 GMT (envelope-from sergei) Message-Id: <200605181642.k4IGgVq3078676@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 18 May 2006 16:42:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/speex Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 16:42:57 -0000 sergei 2006-05-18 16:42:31 UTC FreeBSD ports repository Modified files: audio/speex Makefile Log: - Use configure script --with-ogg-dir argument to specify devel/libogg dependency location instead of explicitly passing modified CPPFLAGS and LDFLAGS variables. This gives configure script a chance to do the right thing when detecting libogg if ${LOCALBASE} != "/usr/local" PR: ports/97464 Submitted by: sergei Approved by: ahze (maintainer) Revision Changes Path 1.42 +1 -4 ports/audio/speex/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 18 17:15:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 526A116A482; Thu, 18 May 2006 17:15:50 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from mrout2.yahoo.com (mrout2.yahoo.com [216.145.54.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28AE943D70; Thu, 18 May 2006 17:15:40 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (proxy7.corp.yahoo.com [216.145.48.98]) by mrout2.yahoo.com (8.13.6/8.13.4/y.out) with ESMTP id k4IHERKf035989; Thu, 18 May 2006 10:14:28 -0700 (PDT) Date: Thu, 18 May 2006 10:14:26 -0700 Message-ID: From: "George V. Neville-Neil" To: "Poul-Henning Kamp" In-Reply-To: <39318.1147960050@critter.freebsd.dk> References: <200605181516.15541.hm@kts.org> <39318.1147960050@critter.freebsd.dk> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386-apple-darwin8.5.1) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Julian Elischer , cvs-all@FreeBSD.org, hellmuth.michaelis@t-online.de Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 17:15:52 -0000 At Thu, 18 May 2006 15:47:30 +0200, Poul-Henning Kamp wrote: > Part of the problem is that there will never be a "definitive kernel > API manual" for FreeBSD, it will always be in flux and therefore > drivers will need to be updated to keep abreast. I so hate to chime in on this thread, but I really think we need to start putting things into the code and using Doxygen, or a moral equivalent, to at least have a chance of keeping such things up to date. Someone a while back set up a proper Doxygen file for use with FreeBSD and we might simply pursue that tack. Later, George From owner-cvs-all@FreeBSD.ORG Thu May 18 17:20:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8F6F16A79C; Thu, 18 May 2006 17:20:11 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DB9143DA1; Thu, 18 May 2006 17:20:04 +0000 (GMT) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IHJdxU088824; Thu, 18 May 2006 17:19:39 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IHJcqm088823; Thu, 18 May 2006 17:19:38 GMT (envelope-from jkois) Message-Id: <200605181719.k4IHJcqm088823@repoman.freebsd.org> From: Johann Kois Date: Thu, 18 May 2006 17:19:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/de includes.sgml includes.xsl index.xsl www/de/news news.xml press.xml www/de/platforms/ia64 index.xsl todo.xsl www/de/security security.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 17:20:13 -0000 jkois 2006-05-18 17:19:38 UTC FreeBSD doc repository Modified files: de includes.sgml includes.xsl index.xsl de/news news.xml press.xml de/platforms/ia64 index.xsl todo.xsl de/security security.sgml Log: MFbed: Update the German website. www/de/includes.sgml fixes only www/de/includes.xsl fixes only www/de/index.xsl 1.146 -> 1.150 www/de/news/news.xml 1.396 -> 1.398 www/de/news/press.xml 1.189 -> 1.193 www/de/platforms/ia64/index.xsl 1.3 -> 1.5 www/de/platforms/ia64/todo.xsl 1.4 -> 1.6 www/de/security/security.sgml 1.182 -> 1.184 Obtained from: The FreeBSD German Documentation Project. Revision Changes Path 1.29 +3 -3 www/de/includes.sgml 1.25 +3 -3 www/de/includes.xsl 1.31 +22 -14 www/de/index.xsl 1.44 +28 -2 www/de/news/news.xml 1.27 +57 -2 www/de/news/press.xml 1.5 +3 -3 www/de/platforms/ia64/index.xsl 1.7 +3 -3 www/de/platforms/ia64/todo.xsl 1.14 +15 -7 www/de/security/security.sgml From owner-cvs-all@FreeBSD.ORG Thu May 18 17:28:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45CDA16A8FC; Thu, 18 May 2006 17:28:41 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0201C43D6D; Thu, 18 May 2006 17:28:41 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IHSFp8089348; Thu, 18 May 2006 17:28:15 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IHSF5W089346; Thu, 18 May 2006 17:28:15 GMT (envelope-from alepulver) Message-Id: <200605181728.k4IHSF5W089346@repoman.freebsd.org> From: Alejandro Pulver Date: Thu, 18 May 2006 17:28:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/alienarena Makefile distinfo pkg-descr pkg-message pkg-plist ports/games/alienarena/files alienarena-ded.in alienarena-sdl.in alienarena.in patch-client__qmenu.c patch-client__snd_dma.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 17:28:46 -0000 alepulver 2006-05-18 17:28:15 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/alienarena Makefile distinfo pkg-descr pkg-message pkg-plist games/alienarena/files alienarena-ded.in alienarena-sdl.in alienarena.in patch-client__qmenu.c patch-client__snd_dma.c patch-game__acesrc__acebot_compress.c patch-game__g_phys.c patch-linux__Makefile patch-linux__cd_linux.c patch-linux__gl_glx.c patch-linux__q_shlinux.c patch-linux__snd_linux.c patch-linux__sys_linux.c patch-qcommon__cmd.c patch-qcommon__common.c patch-server__sv_main.c patch-server__sv_user.c Log: AA2K6 is the latest in a series of standalone games based on a classic Sci-Fi theme with a modern, updated visual experience. With 25 levels, five modes of play, mutators, built-in bots, 9 characters, 8 weapons (3 with alt-fire modes), the game has an endless supply of replayability. Billed as the sequel to 2004's CodeRED: Alien Arena, AA2K6 is much more than that. With the trials and tribulations of software development, endless hours of playing, gathering feedback, COR Entertainment has been able to not only fine tune and perfect it's flagship game, but add completely new dimensions to it. WWW: http://red.planetarena.org/ PR: ports/91803 Approved by: garga (mentor) Revision Changes Path 1.973 +1 -0 ports/games/Makefile 1.1 +95 -0 ports/games/alienarena/Makefile (new) 1.1 +6 -0 ports/games/alienarena/distinfo (new) 1.1 +5 -0 ports/games/alienarena/files/alienarena-ded.in (new) 1.1 +5 -0 ports/games/alienarena/files/alienarena-sdl.in (new) 1.1 +5 -0 ports/games/alienarena/files/alienarena.in (new) 1.1 +12 -0 ports/games/alienarena/files/patch-client__qmenu.c (new) 1.1 +48 -0 ports/games/alienarena/files/patch-client__snd_dma.c (new) 1.1 +10 -0 ports/games/alienarena/files/patch-game__acesrc__acebot_compress.c (new) 1.1 +17 -0 ports/games/alienarena/files/patch-game__g_phys.c (new) 1.1 +142 -0 ports/games/alienarena/files/patch-linux__Makefile (new) 1.1 +255 -0 ports/games/alienarena/files/patch-linux__cd_linux.c (new) 1.1 +25 -0 ports/games/alienarena/files/patch-linux__gl_glx.c (new) 1.1 +56 -0 ports/games/alienarena/files/patch-linux__q_shlinux.c (new) 1.1 +363 -0 ports/games/alienarena/files/patch-linux__snd_linux.c (new) 1.1 +23 -0 ports/games/alienarena/files/patch-linux__sys_linux.c (new) 1.1 +25 -0 ports/games/alienarena/files/patch-qcommon__cmd.c (new) 1.1 +24 -0 ports/games/alienarena/files/patch-qcommon__common.c (new) 1.1 +40 -0 ports/games/alienarena/files/patch-server__sv_main.c (new) 1.1 +51 -0 ports/games/alienarena/files/patch-server__sv_user.c (new) 1.1 +10 -0 ports/games/alienarena/pkg-descr (new) 1.1 +15 -0 ports/games/alienarena/pkg-message (new) 1.1 +34 -0 ports/games/alienarena/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu May 18 17:35:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7281B16A456; Thu, 18 May 2006 17:35:33 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: from zibbi.meraka.csir.co.za (zibbi.meraka.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id D75BA43D45; Thu, 18 May 2006 17:35:31 +0000 (GMT) (envelope-from jhay@meraka.csir.co.za) Received: by zibbi.meraka.csir.co.za (Postfix, from userid 3973) id 0A64E33C93; Thu, 18 May 2006 19:35:29 +0200 (SAST) Date: Thu, 18 May 2006 19:35:28 +0200 From: John Hay To: Eric Anholt Message-ID: <20060518173528.GA85577@zibbi.meraka.csir.co.za> References: <200605170740.k4H7eCfg059241@repoman.freebsd.org> <1147851895.4048.4.camel@thompson> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1147851895.4048.4.camel@thompson> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/drm drm-preprocess.sh drm-subprocess.pl drm.h drmP.h drm_agpsupport.c drm_drv.c drm_pciids.h drm_scatter.c i915_dma.c i915_drm.h i915_drv.c i915_drv.h i915_irq.c i915_mem.c mach64_drv.c mga_drv.c mga_drv.h r128_drv.c r300_cmdbuf.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 17:35:33 -0000 On Wed, May 17, 2006 at 12:44:55AM -0700, Eric Anholt wrote: > On Wed, 2006-05-17 at 07:40 +0000, Eric Anholt wrote: > > anholt 2006-05-17 07:40:12 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > Log: > > Merge DRM from -current, including: > > - i915 attachment and running fixed > > - i915 vblank support Thankyou! The i915 merge is working great here. John -- John Hay -- John.Hay@meraka.csir.co.za / jhay@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu May 18 17:40:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1720316A530; Thu, 18 May 2006 17:40:02 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFBE343D6E; Thu, 18 May 2006 17:39:55 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 5DA47170DE; Thu, 18 May 2006 17:39:53 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.6/8.13.6) with ESMTP id k4IHdnTk039978; Thu, 18 May 2006 19:39:49 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "George V. Neville-Neil" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 18 May 2006 10:14:26 PDT." Date: Thu, 18 May 2006 19:39:49 +0200 Message-ID: <39977.1147973989@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Julian Elischer , cvs-all@FreeBSD.org, hellmuth.michaelis@t-online.de Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 17:40:02 -0000 In message , "George V. Neville-Neil" write s: >At Thu, 18 May 2006 15:47:30 +0200, >Poul-Henning Kamp wrote: >> Part of the problem is that there will never be a "definitive kernel >> API manual" for FreeBSD, it will always be in flux and therefore >> drivers will need to be updated to keep abreast. > >I so hate to chime in on this thread, but I really think we need to >start putting things into the code and using Doxygen, or a moral >equivalent, to at least have a chance of keeping such things up to >date. Someone a while back set up a proper Doxygen file for use with >FreeBSD and we might simply pursue that tack. I've not been very impressed with what I've seen from sources using this approach, but I guess having the prototypes with one line comments is better than nothing. -- 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 Thu May 18 17:44:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F38C16A404; Thu, 18 May 2006 17:44:03 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D098443D46; Thu, 18 May 2006 17:44:02 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IHhbMh089922; Thu, 18 May 2006 17:43:37 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IHhbpP089921; Thu, 18 May 2006 17:43:37 GMT (envelope-from alepulver) Message-Id: <200605181743.k4IHhbpP089921@repoman.freebsd.org> From: Alejandro Pulver Date: Thu, 18 May 2006 17:43:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 17:44:03 -0000 alepulver 2006-05-18 17:43:37 UTC FreeBSD ports repository Modified files: . modules Log: alienarena --> ports/games/alienarena Revision Changes Path 1.14995 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu May 18 17:46:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C0B716A464; Thu, 18 May 2006 17:46:12 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 572F643D46; Thu, 18 May 2006 17:46:12 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IHjktP090056; Thu, 18 May 2006 17:45:46 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IHjkpe090055; Thu, 18 May 2006 17:45:46 GMT (envelope-from bmah) Message-Id: <200605181745.k4IHjkpe090055@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 18 May 2006 17:45:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 17:46:13 -0000 bmah 2006-05-18 17:45:46 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: pcvt(4) gone, pc98 bootable CDROM support (and bootable CDROM releases), updated NTP manpages. Modified release notes: Munged ipfw(4) release note to remove now-redundant remark about ip6fw going away "in future releases", noted addition of new ext2fs(5) manpage. Revision Changes Path 1.931 +17 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Thu May 18 17:48:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E727216A4E5; Thu, 18 May 2006 17:48:40 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A183643D46; Thu, 18 May 2006 17:48:40 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IHmFXN090192; Thu, 18 May 2006 17:48:15 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IHmFxI090191; Thu, 18 May 2006 17:48:15 GMT (envelope-from ahze) Message-Id: <200605181748.k4IHmFxI090191@repoman.freebsd.org> From: Michael Johnson Date: Thu, 18 May 2006 17:48:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/speex-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 17:48:50 -0000 ahze 2006-05-18 17:48:15 UTC FreeBSD ports repository Modified files: audio/speex-devel Makefile Log: - Merge changes from audio/speex Use configure script --with-ogg-dir argument to specify devel/libogg Submitted by: sergei (from audio/speex) Revision Changes Path 1.51 +1 -4 ports/audio/speex-devel/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 18 17:54:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0395016A442; Thu, 18 May 2006 17:54:16 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9175D43D48; Thu, 18 May 2006 17:54:15 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IHroOw090429; Thu, 18 May 2006 17:53:50 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IHroch090428; Thu, 18 May 2006 17:53:50 GMT (envelope-from emax) Message-Id: <200605181753.k4IHroch090428@repoman.freebsd.org> From: Maksim Yevmenkin Date: Thu, 18 May 2006 17:53:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/bluetooth hcsecd.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 17:54:17 -0000 emax 2006-05-18 17:53:49 UTC FreeBSD src repository Modified files: etc/bluetooth hcsecd.conf Log: Correct BD_ADDR entry for "Dummy" device in the default hcsecd.conf. Each byte in BD_ADDR should exactly two nibbles, i.e "1:2:3:4:5:6" is NOT valid and "01:02:03:04:05:06" is valid BD_ADDR. MFC after: 1 day Revision Changes Path 1.3 +1 -1 src/etc/bluetooth/hcsecd.conf From owner-cvs-all@FreeBSD.ORG Thu May 18 18:00:41 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D86B16A66B; Thu, 18 May 2006 18:00:41 +0000 (UTC) (envelope-from dawnshade@mail.ru) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60DBF43D53; Thu, 18 May 2006 18:00:29 +0000 (GMT) (envelope-from dawnshade@mail.ru) Received: from [217.117.113.177] (port=1413 helo=[10.0.0.3]) by mx1.mail.ru with psmtp id 1FgmnT-000KsK-00; Thu, 18 May 2006 22:00:28 +0400 From: dawnshade To: cvs-src@freebsd.org Date: Thu, 18 May 2006 22:01:05 +0400 User-Agent: KMail/1.9.1 References: <200605170740.k4H7eCfg059241@repoman.freebsd.org> <1147851895.4048.4.camel@thompson> <20060518173528.GA85577@zibbi.meraka.csir.co.za> In-Reply-To: <20060518173528.GA85577@zibbi.meraka.csir.co.za> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200605182201.06503.dawnshade@mail.ru> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: Eric Anholt , src-committers@freebsd.org, John Hay , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/drm drm-preprocess.sh drm-subprocess.pl drm.h drmP.h drm_agpsupport.c drm_drv.c drm_pciids.h drm_scatter.c i915_dma.c i915_drm.h i915_drv.c i915_drv.h i915_irq.c i915_mem.c mach64_drv.c mga_drv.c mga_drv.h r128_drv.c r300_cmdbuf.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 18:00:42 -0000 On Thursday 18 May 2006 21:35, John Hay wrote: > On Wed, May 17, 2006 at 12:44:55AM -0700, Eric Anholt wrote: > > On Wed, 2006-05-17 at 07:40 +0000, Eric Anholt wrote: > > > anholt =A0 =A0 =A02006-05-17 07:40:12 UTC > > > > > > =A0 FreeBSD src repository > > > > > > =A0 Modified files: =A0 =A0 =A0 =A0(Branch: RELENG_6) > > > =A0 Log: > > > =A0 Merge DRM from -current, including: > > > =A0 - i915 attachment and running fixed > > > =A0 - i915 vblank support > > Thankyou! The i915 merge is working great here. Yes, broken at ~middle 6.0-STABLE now worked fine . 82915GM/GMS, 82910GML Integrated Graphics Device From owner-cvs-all@FreeBSD.ORG Thu May 18 18:22:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F31FC16A557; Thu, 18 May 2006 18:22:29 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76B6143D4C; Thu, 18 May 2006 18:22:29 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k4IILMFI091622; Thu, 18 May 2006 12:21:22 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 18 May 2006 12:21:22 -0600 (MDT) Message-Id: <20060518.122122.71180479.imp@bsdimp.com> To: phk@phk.freebsd.dk From: Warner Losh In-Reply-To: <39977.1147973989@critter.freebsd.dk> References: <39977.1147973989@critter.freebsd.dk> 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, cvs-src@FreeBSD.org, gnn@neville-neil.com, cvs-all@FreeBSD.org, julian@elischer.org, hellmuth.michaelis@t-online.de Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 18:22:30 -0000 From: "Poul-Henning Kamp" Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... Date: Thu, 18 May 2006 19:39:49 +0200 > In message , "George V. Neville-Neil" write > s: > >At Thu, 18 May 2006 15:47:30 +0200, > >Poul-Henning Kamp wrote: > >> Part of the problem is that there will never be a "definitive kernel > >> API manual" for FreeBSD, it will always be in flux and therefore > >> drivers will need to be updated to keep abreast. > > > >I so hate to chime in on this thread, but I really think we need to > >start putting things into the code and using Doxygen, or a moral > >equivalent, to at least have a chance of keeping such things up to > >date. Someone a while back set up a proper Doxygen file for use with > >FreeBSD and we might simply pursue that tack. > > I've not been very impressed with what I've seen from sources using > this approach, but I guess having the prototypes with one line > comments is better than nothing. Doxygen does more than one line, and you get out of it the effort that you put into it as far as quality goes. It isn't as good as carefully hand-crafted man pages, but it is a lot better than we have now. Warner From owner-cvs-all@FreeBSD.ORG Thu May 18 18:23:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D830116A47D; Thu, 18 May 2006 18:23:41 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F5A343D68; Thu, 18 May 2006 18:23:40 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IINELl092807; Thu, 18 May 2006 18:23:14 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IINE1a092806; Thu, 18 May 2006 18:23:14 GMT (envelope-from jylefort) Message-Id: <200605181823.k4IINE1a092806@repoman.freebsd.org> From: Jean-Yves Lefort Date: Thu, 18 May 2006 18:23:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libglade2-reference pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 18:23:46 -0000 jylefort 2006-05-18 18:23:14 UTC FreeBSD ports repository Added files: devel/libglade2-reference pkg-descr Log: Add pkg-descr. Revision Changes Path 1.1 +1 -0 ports/devel/libglade2-reference/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu May 18 18:24:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 467BD16A464; Thu, 18 May 2006 18:24:30 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 546B243D5D; Thu, 18 May 2006 18:24:28 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id AF9FF170DE; Thu, 18 May 2006 18:24:25 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.6/8.13.6) with ESMTP id k4IIOOgu040195; Thu, 18 May 2006 20:24:25 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Warner Losh From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 18 May 2006 12:21:22 MDT." <20060518.122122.71180479.imp@bsdimp.com> Date: Thu, 18 May 2006 20:24:24 +0200 Message-ID: <40194.1147976664@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, gnn@neville-neil.com, cvs-all@FreeBSD.org, julian@elischer.org, hellmuth.michaelis@t-online.de Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 18:24:34 -0000 In message <20060518.122122.71180479.imp@bsdimp.com>, Warner Losh writes: >> I've not been very impressed with what I've seen from sources using >> this approach, but I guess having the prototypes with one line >> comments is better than nothing. > >Doxygen does more than one line, and you get out of it the effort that >you put into it as far as quality goes. That was sort of what I hinted at: most places I've seen don't seem to have the follow-through to actually get more than the prototypes out. -- 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 Thu May 18 18:31:54 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 238D316A5A1; Thu, 18 May 2006 18:31:54 +0000 (UTC) (envelope-from frank@exit.com) Received: from tinker.exit.com (tinker.exit.com [206.223.0.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B82743DAE; Thu, 18 May 2006 18:31:16 +0000 (GMT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime [206.223.0.5]) by tinker.exit.com (8.13.4/8.13.4) with ESMTP id k4IIV5m8029300; Thu, 18 May 2006 11:31:05 -0700 (PDT) (envelope-from frank@exit.com) Received: from realtime.exit.com (localhost [127.0.0.1]) by realtime.exit.com (8.13.6/8.13.6) with ESMTP id k4IIV4cR077253; Thu, 18 May 2006 11:31:05 -0700 (PDT) (envelope-from frank@exit.com) Received: (from frank@localhost) by realtime.exit.com (8.13.6/8.13.6/Submit) id k4IIV35O077252; Thu, 18 May 2006 11:31:03 -0700 (PDT) (envelope-from frank@exit.com) X-Authentication-Warning: realtime.exit.com: frank set sender to frank@exit.com using -f From: Frank Mayhar To: Warner Losh In-Reply-To: <20060518.122122.71180479.imp@bsdimp.com> References: <39977.1147973989@critter.freebsd.dk> <20060518.122122.71180479.imp@bsdimp.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: Exit Consulting Date: Thu, 18 May 2006 11:31:03 -0700 Message-Id: <1147977063.76767.8.camel@realtime.exit.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port X-Virus-Scanned: ClamAV 0.88/1468/Thu May 18 07:48:03 2006 on tinker.exit.com X-Virus-Status: Clean Cc: src-committers@freebsd.org, cvs-src@freebsd.org, gnn@neville-neil.com, cvs-all@freebsd.org, phk@phk.freebsd.dk, julian@elischer.org, hellmuth.michaelis@t-online.de Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: frank@exit.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 18:32:23 -0000 [Doxygen] Once upon a time, Back In The Day(tm), I worked on a mainframe OS called CP6. CP6 had a lot of cool attributes, but the one that is relevant here is that we kept our entire API documentation (including multiple levels of error messages) in the code itself. Every distinct type of documentation had a special comment-code (like, for example, /*E* to start an error message block) and we had a munger that would crawl the source, extract the marked commentary and assemble it into a formatted manual. A tech writer wrote the introduction and a few other things, but those tended to remain static with only minor tweaks from release to release. The really big changes were done in the marked commentary by the developers involved. It worked, but of course it required discipline, both personal and imposed. That's the tricky part in an all-volunteer effort. -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://www.gpsclock.com/ http://www.exit.com/blog/frank/ From owner-cvs-all@FreeBSD.ORG Thu May 18 18:40:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE15516A89F; Thu, 18 May 2006 18:40:45 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECA2243D45; Thu, 18 May 2006 18:40:44 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IIeJJ8093450; Thu, 18 May 2006 18:40:19 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IIeJcb093449; Thu, 18 May 2006 18:40:19 GMT (envelope-from jmelo) Message-Id: <200605181840.k4IIeJcb093449@repoman.freebsd.org> From: Jean Milanez Melo Date: Thu, 18 May 2006 18:40:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc Makefile ports/misc/diary-hercules Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 18:40:45 -0000 jmelo 2006-05-18 18:40:19 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/diary-hercules Makefile distinfo pkg-descr pkg-plist Log: - New port: Hercules is a personal workout diary program for bodybuilders. Hercules written on Python with wxPython GUI library. To store data its use SQLite. PR: ports/96697 Submitted by: Andrew Pantyukhin Approved by: mnag (mentor) Revision Changes Path 1.801 +1 -0 ports/misc/Makefile 1.1 +25 -0 ports/misc/diary-hercules/Makefile (new) 1.1 +3 -0 ports/misc/diary-hercules/distinfo (new) 1.1 +5 -0 ports/misc/diary-hercules/pkg-descr (new) 1.1 +44 -0 ports/misc/diary-hercules/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu May 18 18:42:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BD6E16A439; Thu, 18 May 2006 18:42:25 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC15C43D46; Thu, 18 May 2006 18:42:24 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IIfxne093558; Thu, 18 May 2006 18:41:59 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IIfxs2093557; Thu, 18 May 2006 18:41:59 GMT (envelope-from jmelo) Message-Id: <200605181841.k4IIfxs2093557@repoman.freebsd.org> From: Jean Milanez Melo Date: Thu, 18 May 2006 18:41:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 18:42:25 -0000 jmelo 2006-05-18 18:41:59 UTC FreeBSD ports repository Modified files: . modules Log: - diary-hercules --> ports/misc/diary-hercules Approved by: mnag (mentor) Revision Changes Path 1.14996 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu May 18 18:42:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4B4716A74D; Thu, 18 May 2006 18:42:42 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 785BE43D53; Thu, 18 May 2006 18:42:42 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IIgGdW093584; Thu, 18 May 2006 18:42:16 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IIgGZY093583; Thu, 18 May 2006 18:42:16 GMT (envelope-from delphij) Message-Id: <200605181842.k4IIgGZY093583@repoman.freebsd.org> From: Xin LI Date: Thu, 18 May 2006 18:42:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/docproj translations.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 18:42:43 -0000 delphij 2006-05-18 18:42:16 UTC FreeBSD doc repository Modified files: en/docproj translations.sgml Log: Reflect the recent fact of the FreeBSD Simplified Chinese Project Revision Changes Path 1.84 +11 -7 www/en/docproj/translations.sgml From owner-cvs-all@FreeBSD.ORG Thu May 18 19:07:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACDE916A407; Thu, 18 May 2006 19:07:14 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 696F243D48; Thu, 18 May 2006 19:07:14 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IJ6mGh095763; Thu, 18 May 2006 19:06:48 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IJ6m8A095762; Thu, 18 May 2006 19:06:48 GMT (envelope-from sat) Message-Id: <200605181906.k4IJ6m8A095762@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 18 May 2006 19:06:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-CGI-Application-Plugin-HTDot pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 19:07:14 -0000 sat 2006-05-18 19:06:48 UTC FreeBSD ports repository Modified files: www/p5-CGI-Application-Plugin-HTDot pkg-plist Log: - Fix plist Reported by: pointyhat via kris Approved by: krion (mentor, implicit) Revision Changes Path 1.2 +3 -1 ports/www/p5-CGI-Application-Plugin-HTDot/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 18 19:12:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03B9A16A484; Thu, 18 May 2006 19:12:13 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFDED43D45; Thu, 18 May 2006 19:12:12 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IJBkSL095971; Thu, 18 May 2006 19:11:46 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IJBkBG095970; Thu, 18 May 2006 19:11:46 GMT (envelope-from bmah) Message-Id: <200605181911.k4IJBkBG095970@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 18 May 2006 19:11:46 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 19:12:16 -0000 bmah 2006-05-18 19:11:46 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: New manpage entities: csup(1), cached.conf(5), linsysfs(5), cached(8), sysctl(9). Revision Changes Path 1.379 +5 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Thu May 18 19:13:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5215316A4F4; Thu, 18 May 2006 19:13:46 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 226B643D77; Thu, 18 May 2006 19:13:37 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IJDBxv096043; Thu, 18 May 2006 19:13:11 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IJDB4I096042; Thu, 18 May 2006 19:13:11 GMT (envelope-from sat) Message-Id: <200605181913.k4IJDB4I096042@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 18 May 2006 19:13:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/diary-hercules Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 19:13:46 -0000 sat 2006-05-18 19:13:11 UTC FreeBSD ports repository Modified files: misc/diary-hercules Makefile Log: - Update my e-mail address - Move 'diary-' to pkgnameprefix Approved by: krion (mentor, implicit) Revision Changes Path 1.2 +4 -4 ports/misc/diary-hercules/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 18 19:14:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B706416A53A; Thu, 18 May 2006 19:14:33 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7183043D4C; Thu, 18 May 2006 19:14:33 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IJE79o096098; Thu, 18 May 2006 19:14:07 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IJE7xP096097; Thu, 18 May 2006 19:14:07 GMT (envelope-from bmah) Message-Id: <200605181914.k4IJE7xP096097@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 18 May 2006 19:14:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 19:14:33 -0000 bmah 2006-05-18 19:14:07 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFCs noted: csup(1) (+ use new manpage entity), dhclient(8) sends hostname, find(1) birthtime primitives, pkg_add(1) -F. Revision Changes Path 1.932 +6 -6 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Thu May 18 19:27:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66B0516A40D; Thu, 18 May 2006 19:27:13 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1D4F43D48; Thu, 18 May 2006 19:27:12 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IJQkRB096651; Thu, 18 May 2006 19:26:46 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IJQkCV096650; Thu, 18 May 2006 19:26:46 GMT (envelope-from bmah) Message-Id: <200605181926.k4IJQkCV096650@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 18 May 2006 19:26:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 19:27:13 -0000 bmah 2006-05-18 19:26:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: csup(1) import, dhclient(8) sends hostnames, find(1) birthtime primitives, pkg_add(1) -F. Structural changes: Make a level-2 section for contrib stuff to mirror the structure on HEAD, move the existing tzdata item (which was in the wrong place anyway) into it. Add a level-3 section for rc.d scripts (empty for now)...I probably nuked this accidentally in rev. 1.883.2.16. Revision Changes Path 1.883.2.18 +34 -9 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Thu May 18 19:29:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81A7016A430; Thu, 18 May 2006 19:29:01 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B09E43D45; Thu, 18 May 2006 19:29:01 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IJSZ9N096720; Thu, 18 May 2006 19:28:35 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IJSZJ9096719; Thu, 18 May 2006 19:28:35 GMT (envelope-from stefan) Message-Id: <200605181928.k4IJSZJ9096719@repoman.freebsd.org> From: Stefan Walter Date: Thu, 18 May 2006 19:28:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/py-wxPython26 pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 19:29:02 -0000 stefan 2006-05-18 19:28:35 UTC FreeBSD ports repository Modified files: x11-toolkits/py-wxPython26 pkg-plist Log: Fix the sed(1) call introduced in the last commit by adding an empty string argument to the '-i' parameter. Approved by: arved (mentor) Revision Changes Path 1.22 +1 -1 ports/x11-toolkits/py-wxPython26/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 18 19:41:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8291416A400; Thu, 18 May 2006 19:41:43 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F8D743D45; Thu, 18 May 2006 19:41:43 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IJfHhr097373; Thu, 18 May 2006 19:41:17 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IJfHIQ097372; Thu, 18 May 2006 19:41:17 GMT (envelope-from erwin) Message-Id: <200605181941.k4IJfHIQ097372@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 18 May 2006 19:41:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/p5-Net-Write Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 19:41:43 -0000 erwin 2006-05-18 19:41:17 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-Write Makefile distinfo pkg-descr pkg-plist Log: Net::Write provides a portable interface to open a network interface, and be able to write raw data directly to the network. Authors: Patrice Auffret WWW: http://search.cpan.org/dist/Net-Write PR: ports/97427 Submitted by: Christopher Boumenot Revision Changes Path 1.1662 +1 -0 ports/net/Makefile 1.1 +32 -0 ports/net/p5-Net-Write/Makefile (new) 1.1 +3 -0 ports/net/p5-Net-Write/distinfo (new) 1.1 +5 -0 ports/net/p5-Net-Write/pkg-descr (new) 1.1 +12 -0 ports/net/p5-Net-Write/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu May 18 19:41:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 204BB16A504; Thu, 18 May 2006 19:41:57 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0C4743D45; Thu, 18 May 2006 19:41:56 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IJfULc097417; Thu, 18 May 2006 19:41:30 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IJfU5c097416; Thu, 18 May 2006 19:41:30 GMT (envelope-from erwin) Message-Id: <200605181941.k4IJfU5c097416@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 18 May 2006 19:41:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 19:41:57 -0000 erwin 2006-05-18 19:41:30 UTC FreeBSD ports repository Modified files: . modules Log: p5-Net-Write --> ports/net/p5-Net-Write Revision Changes Path 1.14997 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu May 18 19:46:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E07116A409; Thu, 18 May 2006 19:46:37 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DB3E43D58; Thu, 18 May 2006 19:46:37 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IJkBTF097611; Thu, 18 May 2006 19:46:11 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IJkBI1097610; Thu, 18 May 2006 19:46:11 GMT (envelope-from erwin) Message-Id: <200605181946.k4IJkBI1097610@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 18 May 2006 19:46:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/bazaar-ng Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 19:46:37 -0000 erwin 2006-05-18 19:46:10 UTC FreeBSD ports repository Modified files: devel/bazaar-ng Makefile distinfo pkg-plist Log: Update to 0.8.2 PR: 97425 Submitted by: Ulf Lilleengen (maintainer) Revision Changes Path 1.9 +1 -1 ports/devel/bazaar-ng/Makefile 1.6 +3 -3 ports/devel/bazaar-ng/distinfo 1.5 +10 -0 ports/devel/bazaar-ng/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 18 19:51:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B52A16A486; Thu, 18 May 2006 19:51:34 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25B0943D45; Thu, 18 May 2006 19:51:34 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IJp8dR097878; Thu, 18 May 2006 19:51:08 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IJp88f097877; Thu, 18 May 2006 19:51:08 GMT (envelope-from bms) Message-Id: <200605181951.k4IJp88f097877@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 18 May 2006 19:51:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_mroute.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 19:51:34 -0000 bms 2006-05-18 19:51:08 UTC FreeBSD src repository Modified files: sys/netinet ip_mroute.c Log: Initialize the new members of struct ip_moptions as a defensive programming measure. Note that whilst these members are not used by the ip_output() path, we are passing an instance of struct ip_moptions here which is declared on the stack (which could be considered a bad thing). ip_output() does not consume struct ip_moptions, but in case it does in future, declare an in_multi vector on the stack too to behave more like ip_findmoptions() does. Revision Changes Path 1.118 +4 -0 src/sys/netinet/ip_mroute.c From owner-cvs-all@FreeBSD.ORG Thu May 18 19:59:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A40D16A40A; Thu, 18 May 2006 19:59:44 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF21843D55; Thu, 18 May 2006 19:59:43 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IJxHUC098237; Thu, 18 May 2006 19:59:17 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IJxHxU098236; Thu, 18 May 2006 19:59:17 GMT (envelope-from erwin) Message-Id: <200605181959.k4IJxHxU098236@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 18 May 2006 19:59:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Class-Gomor Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 19:59:44 -0000 erwin 2006-05-18 19:59:17 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Class-Gomor Makefile distinfo pkg-descr pkg-plist Log: This module is yet another class builder. This one adds parameter checking in new constructor, that is to check for attributes existence, and definedness. Authors: GomoR WWW: http://search.cpan.org/dist/Class-Gomor/ PR: ports/97424 Submitted by: Christopher Boumenot Revision Changes Path 1.2211 +1 -0 ports/devel/Makefile 1.1 +30 -0 ports/devel/p5-Class-Gomor/Makefile (new) 1.1 +3 -0 ports/devel/p5-Class-Gomor/distinfo (new) 1.1 +5 -0 ports/devel/p5-Class-Gomor/pkg-descr (new) 1.1 +8 -0 ports/devel/p5-Class-Gomor/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu May 18 20:00:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E32016A402; Thu, 18 May 2006 20:00:35 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 533DF43D53; Thu, 18 May 2006 20:00:29 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IK03Yq098296; Thu, 18 May 2006 20:00:03 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IK03LH098295; Thu, 18 May 2006 20:00:03 GMT (envelope-from erwin) Message-Id: <200605182000.k4IK03LH098295@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 18 May 2006 20:00:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 20:00:35 -0000 erwin 2006-05-18 20:00:02 UTC FreeBSD ports repository Modified files: . modules Log: p5-Class-Gomor --> ports/devel/p5-Class-Gomor Revision Changes Path 1.14998 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu May 18 20:12:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73AC816A44F; Thu, 18 May 2006 20:12:50 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F84043D46; Thu, 18 May 2006 20:12:50 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IKCOXo000147; Thu, 18 May 2006 20:12:24 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IKCOwO000146; Thu, 18 May 2006 20:12:24 GMT (envelope-from thierry) Message-Id: <200605182012.k4IKCOwO000146@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 18 May 2006 20:12:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/freefem++ Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 20:12:50 -0000 thierry 2006-05-18 20:12:24 UTC FreeBSD ports repository Modified files: math/freefem++ Makefile distinfo Log: Upgrade to 2.8-0. Revision Changes Path 1.43 +2 -1 ports/math/freefem++/Makefile 1.25 +3 -3 ports/math/freefem++/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 18 20:13:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEAD416A4CC; Thu, 18 May 2006 20:13:46 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 634C643D55; Thu, 18 May 2006 20:13:46 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IKDKvd000228; Thu, 18 May 2006 20:13:20 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IKDK4v000227; Thu, 18 May 2006 20:13:20 GMT (envelope-from thierry) Message-Id: <200605182013.k4IKDK4v000227@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 18 May 2006 20:13:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/cimg Makefile distinfo pkg-plist ports/graphics/cimg/files patch-examples::Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 20:13:47 -0000 thierry 2006-05-18 20:13:20 UTC FreeBSD ports repository Modified files: graphics/cimg Makefile distinfo pkg-plist graphics/cimg/files patch-examples::Makefile Log: Upgrade to 1.1.4. Changelog at . Revision Changes Path 1.20 +2 -3 ports/graphics/cimg/Makefile 1.17 +3 -3 ports/graphics/cimg/distinfo 1.7 +16 -15 ports/graphics/cimg/files/patch-examples::Makefile 1.13 +29 -25 ports/graphics/cimg/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 18 20:21:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26C4316A44A; Thu, 18 May 2006 20:21:00 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D57BD43D4C; Thu, 18 May 2006 20:20:59 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IKKX7T000626; Thu, 18 May 2006 20:20:33 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IKKX6A000625; Thu, 18 May 2006 20:20:33 GMT (envelope-from erwin) Message-Id: <200605182020.k4IKKX6A000625@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 18 May 2006 20:20:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/prelude-lml Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 20:21:00 -0000 erwin 2006-05-18 20:20:33 UTC FreeBSD ports repository Modified files: security/prelude-lml Makefile distinfo pkg-plist Log: Update to 0.9.5 PR: 97418 Submitted by: Robin Gruyters (maintainer) Revision Changes Path 1.25 +1 -2 ports/security/prelude-lml/Makefile 1.12 +3 -3 ports/security/prelude-lml/distinfo 1.8 +4 -2 ports/security/prelude-lml/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 18 20:21:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DCB416A42B; Thu, 18 May 2006 20:21:49 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2D9A43D53; Thu, 18 May 2006 20:21:48 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IKLMvJ000716; Thu, 18 May 2006 20:21:22 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IKLM7W000715; Thu, 18 May 2006 20:21:22 GMT (envelope-from ehaupt) Message-Id: <200605182021.k4IKLM7W000715@repoman.freebsd.org> From: Emanuel Haupt Date: Thu, 18 May 2006 20:21:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/libadplug Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 20:21:49 -0000 ehaupt 2006-05-18 20:21:22 UTC FreeBSD ports repository Modified files: audio/libadplug Makefile distinfo pkg-descr pkg-plist Log: Update to 2.0 Revision Changes Path 1.9 +13 -16 ports/audio/libadplug/Makefile 1.4 +3 -3 ports/audio/libadplug/distinfo 1.3 +0 -5 ports/audio/libadplug/pkg-descr 1.4 +35 -30 ports/audio/libadplug/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 18 20:22:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3592016A4C0; Thu, 18 May 2006 20:22:44 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E45B743D45; Thu, 18 May 2006 20:22:43 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IKMHGl000785; Thu, 18 May 2006 20:22:17 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IKMHYg000784; Thu, 18 May 2006 20:22:17 GMT (envelope-from ehaupt) Message-Id: <200605182022.k4IKMHYg000784@repoman.freebsd.org> From: Emanuel Haupt Date: Thu, 18 May 2006 20:22:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/adplay Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 20:22:45 -0000 ehaupt 2006-05-18 20:22:17 UTC FreeBSD ports repository Modified files: audio/adplay Makefile distinfo Log: - Update to 1.5 - Chase audio/libadplug update Revision Changes Path 1.6 +2 -3 ports/audio/adplay/Makefile 1.3 +3 -3 ports/audio/adplay/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 18 20:23:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 756AA16A48C; Thu, 18 May 2006 20:23:21 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3274D43D45; Thu, 18 May 2006 20:23:21 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IKMth1000844; Thu, 18 May 2006 20:22:55 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IKMtcK000843; Thu, 18 May 2006 20:22:55 GMT (envelope-from ehaupt) Message-Id: <200605182022.k4IKMtcK000843@repoman.freebsd.org> From: Emanuel Haupt Date: Thu, 18 May 2006 20:22:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/ocp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 20:23:21 -0000 ehaupt 2006-05-18 20:22:55 UTC FreeBSD ports repository Modified files: audio/ocp Makefile Log: Chase audio/libadplug update Revision Changes Path 1.12 +2 -2 ports/audio/ocp/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 18 20:24:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20ADF16A405; Thu, 18 May 2006 20:24:37 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEDDF43D48; Thu, 18 May 2006 20:24:36 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IKOAap000910; Thu, 18 May 2006 20:24:10 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IKOAqL000909; Thu, 18 May 2006 20:24:10 GMT (envelope-from erwin) Message-Id: <200605182024.k4IKOAqL000909@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 18 May 2006 20:24:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/p5-Astro-Catalog Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 20:24:37 -0000 erwin 2006-05-18 20:24:10 UTC FreeBSD ports repository Modified files: astro/p5-Astro-Catalog Makefile distinfo pkg-plist Log: - Update to 4.1.0 [1] - Hand maintainership to perl@ PR: 97422 [1] Submitted by: Shaun Amott Revision Changes Path 1.8 +5 -2 ports/astro/p5-Astro-Catalog/Makefile 1.6 +3 -3 ports/astro/p5-Astro-Catalog/distinfo 1.7 +5 -1 ports/astro/p5-Astro-Catalog/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 18 20:25:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5D6B16A40E; Thu, 18 May 2006 20:25:32 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89FA943D45; Thu, 18 May 2006 20:25:32 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IKP625000991; Thu, 18 May 2006 20:25:06 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IKP6Qr000990; Thu, 18 May 2006 20:25:06 GMT (envelope-from krion) Message-Id: <200605182025.k4IKP6Qr000990@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 18 May 2006 20:25:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/pmacct Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 20:25:33 -0000 krion 2006-05-18 20:25:06 UTC FreeBSD ports repository Modified files: net-mgmt/pmacct Makefile distinfo Log: Update to 0.10.2 Revision Changes Path 1.60 +1 -1 ports/net-mgmt/pmacct/Makefile 1.50 +3 -3 ports/net-mgmt/pmacct/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 18 20:38:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECFF116A43D; Thu, 18 May 2006 20:38:11 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D11B43D49; Thu, 18 May 2006 20:38:11 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IKbj78001499; Thu, 18 May 2006 20:37:45 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IKbjcC001498; Thu, 18 May 2006 20:37:45 GMT (envelope-from erwin) Message-Id: <200605182037.k4IKbjcC001498@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 18 May 2006 20:37:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBIWrapper Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 20:38:12 -0000 erwin 2006-05-18 20:37:45 UTC FreeBSD ports repository Modified files: databases/p5-DBIWrapper Makefile distinfo Log: - Update to 0.23 [1] - Hand maintainership to perl@ PR: 97423 [1] Submitted by: Shaun Amott Revision Changes Path 1.18 +2 -2 ports/databases/p5-DBIWrapper/Makefile 1.13 +3 -3 ports/databases/p5-DBIWrapper/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 18 21:19:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A66FE16A400; Thu, 18 May 2006 21:19:28 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6481F43D48; Thu, 18 May 2006 21:19:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ILJ2ZT012062; Thu, 18 May 2006 21:19:02 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ILJ2Wg012061; Thu, 18 May 2006 21:19:02 GMT (envelope-from pav) Message-Id: <200605182119.k4ILJ2Wg012061@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 18 May 2006 21:19:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 21:19:28 -0000 pav 2006-05-18 21:19:02 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Normalize the topic of last entry Requested by: remko Revision Changes Path 1.1038 +2 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu May 18 21:39:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51FB916A401; Thu, 18 May 2006 21:39:40 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA06443D45; Thu, 18 May 2006 21:39:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ILdDqd012761; Thu, 18 May 2006 21:39:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ILdDga012760; Thu, 18 May 2006 21:39:13 GMT (envelope-from pav) Message-Id: <200605182139.k4ILdDga012760@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 18 May 2006 21:39:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/bygfoot Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 21:39:40 -0000 pav 2006-05-18 21:39:13 UTC FreeBSD ports repository Modified files: games/bygfoot Makefile distinfo pkg-plist Log: - Update to 1.9.6 Revision Changes Path 1.18 +1 -1 ports/games/bygfoot/Makefile 1.16 +3 -3 ports/games/bygfoot/distinfo 1.10 +1 -0 ports/games/bygfoot/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 18 21:50:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2E8B16A405; Thu, 18 May 2006 21:50:49 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBBF043D5C; Thu, 18 May 2006 21:50:48 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ILoM5d013225; Thu, 18 May 2006 21:50:22 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ILoMhM013224; Thu, 18 May 2006 21:50:22 GMT (envelope-from jhb) Message-Id: <200605182150.k4ILoMhM013224@repoman.freebsd.org> From: John Baldwin Date: Thu, 18 May 2006 21:50:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 21:50:49 -0000 jhb 2006-05-18 21:50:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release Makefile Log: MFC: Enable boot floppies for amd64. Revision Changes Path 1.887.2.12 +6 -0 src/release/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 18 22:02:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F059C16A42A; Thu, 18 May 2006 22:02:50 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B0F043D4C; Thu, 18 May 2006 22:02:47 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IM2LJo013711; Thu, 18 May 2006 22:02:21 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IM2LYm013710; Thu, 18 May 2006 22:02:21 GMT (envelope-from jhb) Message-Id: <200605182202.k4IM2LYm013710@repoman.freebsd.org> From: John Baldwin Date: Thu, 18 May 2006 22:02:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/bin/ls cmp.c extern.h ls.1 ls.c ls.h print.c util.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 22:02:51 -0000 jhb 2006-05-18 22:02:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/ls cmp.c extern.h ls.1 ls.c ls.h print.c util.c Log: MFC: Add a new -U flag to instruct ls to use the birthtime for printing or sorting. Revision Changes Path 1.17.2.1 +26 -0 src/bin/ls/cmp.c 1.24.2.1 +2 -0 src/bin/ls/extern.h 1.89.2.4 +6 -4 src/bin/ls/ls.1 1.80.2.3 +14 -2 src/bin/ls/ls.c 1.21.2.1 +1 -0 src/bin/ls/ls.h 1.74.2.1 +2 -0 src/bin/ls/print.c 1.38.2.2 +2 -2 src/bin/ls/util.c From owner-cvs-all@FreeBSD.ORG Thu May 18 22:03:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 521F916A513; Thu, 18 May 2006 22:03:00 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C49A543D5A; Thu, 18 May 2006 22:02:59 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IM2Xf3013738; Thu, 18 May 2006 22:02:33 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IM2XTE013737; Thu, 18 May 2006 22:02:33 GMT (envelope-from cognet) Message-Id: <200605182202.k4IM2XTE013737@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 18 May 2006 22:02:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/sa11x0 uart_dev_sa1110.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 22:03:01 -0000 cognet 2006-05-18 22:02:33 UTC FreeBSD src repository Modified files: sys/arm/sa11x0 uart_dev_sa1110.c Log: Make this compile (UART_IPEND_* => SER_INT_*). Revision Changes Path 1.4 +2 -2 src/sys/arm/sa11x0/uart_dev_sa1110.c From owner-cvs-all@FreeBSD.ORG Thu May 18 22:04:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D035816A408; Thu, 18 May 2006 22:04:14 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 727A343D49; Thu, 18 May 2006 22:04:14 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IM3mnZ015030; Thu, 18 May 2006 22:03:48 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IM3mle015029; Thu, 18 May 2006 22:03:48 GMT (envelope-from cognet) Message-Id: <200605182203.k4IM3mle015029@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 18 May 2006 22:03:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/sa11x0 sa11x0_io.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 22:04:15 -0000 cognet 2006-05-18 22:03:48 UTC FreeBSD src repository Modified files: sys/arm/sa11x0 sa11x0_io.c Log: Implement sa11x0_bs_unmap. Submitted by: kevlo Revision Changes Path 1.7 +15 -3 src/sys/arm/sa11x0/sa11x0_io.c From owner-cvs-all@FreeBSD.ORG Thu May 18 22:07:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E585816A437; Thu, 18 May 2006 22:07:28 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F8E743D48; Thu, 18 May 2006 22:07:28 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IM71eT015252; Thu, 18 May 2006 22:07:01 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IM71uA015251; Thu, 18 May 2006 22:07:01 GMT (envelope-from jhb) Message-Id: <200605182207.k4IM71uA015251@repoman.freebsd.org> From: John Baldwin Date: Thu, 18 May 2006 22:07:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/amd64 io_apic.c src/sys/i386/i386 io_apic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 22:07:32 -0000 jhb 2006-05-18 22:07:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 io_apic.c sys/i386/i386 io_apic.c Log: MFC: Cache the value of the lower half of each I/O APIC redirection table entry and thus cut the execution time for masking and unmasking I/O APIC pins in half. Revision Changes Path 1.15.2.5 +4 -6 src/sys/amd64/amd64/io_apic.c 1.20.2.5 +4 -6 src/sys/i386/i386/io_apic.c From owner-cvs-all@FreeBSD.ORG Thu May 18 22:15:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDEA316A400; Thu, 18 May 2006 22:15:38 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3692743D72; Thu, 18 May 2006 22:15:30 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IMF4Io015637; Thu, 18 May 2006 22:15:04 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IMF4XH015636; Thu, 18 May 2006 22:15:04 GMT (envelope-from alepulver) Message-Id: <200605182215.k4IMF4XH015636@repoman.freebsd.org> From: Alejandro Pulver Date: Thu, 18 May 2006 22:15:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/demonquake Makefile distinfo pkg-descr pkg-message ports/games/demonquake/files patch-Makefile patch-src__cd_linux.c patch-src__cdaudio.h patch-src__cl_parse.c patch-src__common.c patch-src__host.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 22:15:38 -0000 alepulver 2006-05-18 22:15:03 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/demonquake Makefile distinfo pkg-descr pkg-message games/demonquake/files patch-Makefile patch-src__cd_linux.c patch-src__cdaudio.h patch-src__cl_parse.c patch-src__common.c patch-src__host.c patch-src__keys.c patch-src__mod.c patch-src__net.h patch-src__snd_linux.c patch-src__sys.h patch-src__vid_glx.c Log: DemonQuake is another improved Quake engine based on FuhQuake. Approved by: garga (mentor) Revision Changes Path 1.974 +1 -0 ports/games/Makefile 1.1 +58 -0 ports/games/demonquake/Makefile (new) 1.1 +6 -0 ports/games/demonquake/distinfo (new) 1.1 +110 -0 ports/games/demonquake/files/patch-Makefile (new) 1.1 +326 -0 ports/games/demonquake/files/patch-src__cd_linux.c (new) 1.1 +11 -0 ports/games/demonquake/files/patch-src__cdaudio.h (new) 1.1 +11 -0 ports/games/demonquake/files/patch-src__cl_parse.c (new) 1.1 +56 -0 ports/games/demonquake/files/patch-src__common.c (new) 1.1 +11 -0 ports/games/demonquake/files/patch-src__host.c (new) 1.1 +11 -0 ports/games/demonquake/files/patch-src__keys.c (new) 1.1 +47 -0 ports/games/demonquake/files/patch-src__mod.c (new) 1.1 +11 -0 ports/games/demonquake/files/patch-src__net.h (new) 1.1 +14 -0 ports/games/demonquake/files/patch-src__snd_linux.c (new) 1.1 +11 -0 ports/games/demonquake/files/patch-src__sys.h (new) 1.1 +12 -0 ports/games/demonquake/files/patch-src__vid_glx.c (new) 1.1 +1 -0 ports/games/demonquake/pkg-descr (new) 1.1 +18 -0 ports/games/demonquake/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Thu May 18 22:16:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EC3816A451; Thu, 18 May 2006 22:16:17 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C45543D46; Thu, 18 May 2006 22:16:17 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IMFo1G015694; Thu, 18 May 2006 22:15:50 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IMFoZJ015693; Thu, 18 May 2006 22:15:50 GMT (envelope-from alepulver) Message-Id: <200605182215.k4IMFoZJ015693@repoman.freebsd.org> From: Alejandro Pulver Date: Thu, 18 May 2006 22:15:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 22:16:20 -0000 alepulver 2006-05-18 22:15:50 UTC FreeBSD ports repository Modified files: . modules Log: demonquake --> ports/games/demonquake Revision Changes Path 1.14999 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu May 18 22:17:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ED1416A435; Thu, 18 May 2006 22:17:59 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15F4343D49; Thu, 18 May 2006 22:17:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IMHWJu015779; Thu, 18 May 2006 22:17:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IMHWsC015778; Thu, 18 May 2006 22:17:32 GMT (envelope-from pav) Message-Id: <200605182217.k4IMHWsC015778@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 18 May 2006 22:17:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/php5 distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 22:18:03 -0000 pav 2006-05-18 22:17:32 UTC FreeBSD ports repository Modified files: lang/php5 distinfo Log: - Holy Batman! Chase rerolled distfile. Only chance is an addition of a file which does not affect our port in any way, we don't use that part of the distfile. Complained by: many, many, many Verified by: md5 on old and new package contents Pointy hat to: bunch of jhonkas in PHP Project for rerolling a release tarball Revision Changes Path 1.22 +3 -3 ports/lang/php5/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 18 23:00:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E44116A40A; Thu, 18 May 2006 23:00:02 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A713743D45; Thu, 18 May 2006 23:00:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IMxaM2017552; Thu, 18 May 2006 22:59:36 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IMxaZA017551; Thu, 18 May 2006 22:59:36 GMT (envelope-from pav) Message-Id: <200605182259.k4IMxaZA017551@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 18 May 2006 22:59:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/vnc Makefile ports/net/vnc/files extra-patch-fix_Xvnc_no_valid_address patch-fix_Xvnc_no_valid_address X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 23:00:04 -0000 pav 2006-05-18 22:59:35 UTC FreeBSD ports repository Modified files: net/vnc Makefile Added files: net/vnc/files extra-patch-fix_Xvnc_no_valid_address Removed files: net/vnc/files patch-fix_Xvnc_no_valid_address Log: - Fix patching of non-server variation Pointy hat to: pav Revision Changes Path 1.48 +2 -1 ports/net/vnc/Makefile 1.1 +10 -0 ports/net/vnc/files/extra-patch-fix_Xvnc_no_valid_address (new) 1.2 +0 -10 ports/net/vnc/files/patch-fix_Xvnc_no_valid_address (dead) From owner-cvs-all@FreeBSD.ORG Thu May 18 23:20:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BBBB16A52E; Thu, 18 May 2006 23:20:12 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9FA543D45; Thu, 18 May 2006 23:20:11 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4INJjfi019638; Thu, 18 May 2006 23:19:45 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4INJjCp019637; Thu, 18 May 2006 23:19:45 GMT (envelope-from jhb) Message-Id: <200605182319.k4INJjCp019637@repoman.freebsd.org> From: John Baldwin Date: Thu, 18 May 2006 23:19:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/nve if_nve.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 23:20:12 -0000 jhb 2006-05-18 23:19:45 UTC FreeBSD src repository Modified files: sys/dev/nve if_nve.c Log: - When setting up a packet for transmit, if we the tx ring is over half full, kick the binary blob to force it to complete any pending tx completions. - In the watchdog routine, only reset the chip if the blob doesn't complete any pending tx completions rather than requiring it to complete all of the pending tx completions. Submitted by: Nathan Whitehorn MFC after: 2 weeks Revision Changes Path 1.23 +17 -3 src/sys/dev/nve/if_nve.c From owner-cvs-all@FreeBSD.ORG Thu May 18 23:24:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60FE116A40B; Thu, 18 May 2006 23:24:20 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 193BD43D48; Thu, 18 May 2006 23:24:20 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4INNrXp019906; Thu, 18 May 2006 23:23:53 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4INNrhq019905; Thu, 18 May 2006 23:23:53 GMT (envelope-from jhb) Message-Id: <200605182323.k4INNrhq019905@repoman.freebsd.org> From: John Baldwin Date: Thu, 18 May 2006 23:23:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/boot/i386/cdboot cdboot.s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 23:24:20 -0000 jhb 2006-05-18 23:23:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/i386/cdboot cdboot.s Log: MFC: Use the proper condition to determine that we matched an filename. Revision Changes Path 1.13.8.2 +1 -1 src/sys/boot/i386/cdboot/cdboot.s From owner-cvs-all@FreeBSD.ORG Thu May 18 23:31:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30A6F16A401; Thu, 18 May 2006 23:31:15 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D097A43D45; Thu, 18 May 2006 23:31:14 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4INUmd3020361; Thu, 18 May 2006 23:30:48 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4INUmJa020360; Thu, 18 May 2006 23:30:48 GMT (envelope-from ambrisko) Message-Id: <200605182330.k4INUmJa020360@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 18 May 2006 23:30:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files files.amd64 options src/sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_linux.c mfi_pci.c mfireg.h mfivar.h src/sys/modules/mfi Makefile src/sys/modules/mfi/mfi_linux Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 23:31:15 -0000 ambrisko 2006-05-18 23:30:48 UTC FreeBSD src repository Modified files: sys/conf files files.amd64 options sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_pci.c mfireg.h mfivar.h sys/modules/mfi Makefile Added files: sys/dev/mfi mfi_linux.c sys/modules/mfi/mfi_linux Makefile Log: Add in a bunch of things to the mfi driver: - Linux ioctl support, with the other Linux changes MegaCli will run if you mount linprocfs & linsysfs then set sysctl compat.linux.osrelease=2.6.12 or similar. This works on i386. It should work on amd64 but not well tested yet. StoreLib may or may not work. Remember to kldload mfi_linux. - Add in AEN (Async Event Notification) support so we can get messages from the firmware when something happens. Not all messages are in defined in event detail. Use event_log to try to figure out what happened. - Try to implement something like SIGIO for StoreLib. Since mrmonitor doesn't work right I can't fully test it. StoreLib works best with the rh9 base. In theory mrmonitor isn't needed due to native driver support of AEN :-) Now we can configure and monitor the RAID better. Submitted by: IronPort Systems. Revision Changes Path 1.1118 +1 -0 src/sys/conf/files 1.89 +1 -0 src/sys/conf/files.amd64 1.543 +1 -0 src/sys/conf/options 1.5 +809 -9 src/sys/dev/mfi/mfi.c 1.3 +2 -0 src/sys/dev/mfi/mfi_disk.c 1.2 +23 -0 src/sys/dev/mfi/mfi_ioctl.h 1.1 +90 -0 src/sys/dev/mfi/mfi_linux.c (new) 1.2 +2 -0 src/sys/dev/mfi/mfi_pci.c 1.2 +194 -23 src/sys/dev/mfi/mfireg.h 1.2 +12 -0 src/sys/dev/mfi/mfivar.h 1.2 +4 -0 src/sys/modules/mfi/Makefile 1.1 +8 -0 src/sys/modules/mfi/mfi_linux/Makefile (new) From owner-cvs-all@FreeBSD.ORG Thu May 18 23:37:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAA5A16A40E; Thu, 18 May 2006 23:37:20 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83CDA43D45; Thu, 18 May 2006 23:37:20 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k4INZZai095467; Thu, 18 May 2006 17:35:38 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 18 May 2006 17:35:35 -0600 (MDT) Message-Id: <20060518.173535.70130518.imp@bsdimp.com> To: phk@phk.freebsd.dk From: Warner Losh In-Reply-To: <40194.1147976664@critter.freebsd.dk> References: <20060518.122122.71180479.imp@bsdimp.com> <40194.1147976664@critter.freebsd.dk> 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, cvs-src@FreeBSD.org, gnn@neville-neil.com, cvs-all@FreeBSD.org, julian@elischer.org, hellmuth.michaelis@t-online.de Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 23:37:21 -0000 > In message <20060518.122122.71180479.imp@bsdimp.com>, Warner Losh writes: > > >> I've not been very impressed with what I've seen from sources using > >> this approach, but I guess having the prototypes with one line > >> comments is better than nothing. > > > >Doxygen does more than one line, and you get out of it the effort that > >you put into it as far as quality goes. > > That was sort of what I hinted at: most places I've seen don't seem > to have the follow-through to actually get more than the prototypes > out. Yes. It takes everyone pulling together to make it work. Warner From owner-cvs-all@FreeBSD.ORG Fri May 19 00:04:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B960D16A421; Fri, 19 May 2006 00:04:48 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E96E443D5C; Fri, 19 May 2006 00:04:44 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J04IAw022947; Fri, 19 May 2006 00:04:18 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J04I0G022946; Fri, 19 May 2006 00:04:18 GMT (envelope-from rodrigc) Message-Id: <200605190004.k4J04I0G022946@repoman.freebsd.org> From: Craig Rodrigues Date: Fri, 19 May 2006 00:04:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/mount mount.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 00:04:48 -0000 rodrigc 2006-05-19 00:04:18 UTC FreeBSD src repository Modified files: sbin/mount mount.8 Log: Remove reference to mount_procfs(8), add reference to procfs(5). mount(8) doesn't use mount_procfs(8), and instead passes an fstype of "procfs" directly to nmount(). Revision Changes Path 1.77 +1 -1 src/sbin/mount/mount.8 From owner-cvs-all@FreeBSD.ORG Fri May 19 00:04:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FBF616A446; Fri, 19 May 2006 00:04:57 +0000 (UTC) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C16243D48; Fri, 19 May 2006 00:04:51 +0000 (GMT) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J04Oa7023022; Fri, 19 May 2006 00:04:24 GMT (envelope-from mohans@repoman.freebsd.org) Received: (from mohans@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J04OWu023021; Fri, 19 May 2006 00:04:24 GMT (envelope-from mohans) Message-Id: <200605190004.k4J04OWu023021@repoman.freebsd.org> From: Mohan Srinivasan Date: Fri, 19 May 2006 00:04:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/nfs4client nfs4_vfsops.c src/sys/nfsclient nfs.h nfs_bio.c nfs_nfsiod.c nfs_node.c nfs_socket.c nfs_subs.c nfs_vfsops.c nfs_vnops.c nfsmount.h nfsnode.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 00:04:58 -0000 mohans 2006-05-19 00:04:24 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vfsops.c sys/nfsclient nfs.h nfs_bio.c nfs_nfsiod.c nfs_node.c nfs_socket.c nfs_subs.c nfs_vfsops.c nfs_vnops.c nfsmount.h nfsnode.h Log: Changes to make the NFS client MP safe. Thanks to Kris Kennaway for testing and sending lots of bugs my way. Revision Changes Path 1.24 +4 -0 src/sys/nfs4client/nfs4_vfsops.c 1.92 +2 -2 src/sys/nfsclient/nfs.h 1.156 +209 -121 src/sys/nfsclient/nfs_bio.c 1.88 +21 -8 src/sys/nfsclient/nfs_nfsiod.c 1.80 +2 -1 src/sys/nfsclient/nfs_node.c 1.140 +272 -171 src/sys/nfsclient/nfs_socket.c 1.143 +108 -24 src/sys/nfsclient/nfs_subs.c 1.181 +57 -35 src/sys/nfsclient/nfs_vfsops.c 1.266 +236 -83 src/sys/nfsclient/nfs_vnops.c 1.31 +1 -1 src/sys/nfsclient/nfsmount.h 1.58 +11 -4 src/sys/nfsclient/nfsnode.h From owner-cvs-all@FreeBSD.ORG Fri May 19 00:11:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CEDE16A41F; Fri, 19 May 2006 00:11:52 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A44F43D64; Fri, 19 May 2006 00:11:48 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J0BL3f023420; Fri, 19 May 2006 00:11:21 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J0BL54023419; Fri, 19 May 2006 00:11:21 GMT (envelope-from cognet) Message-Id: <200605190011.k4J0BL54023419@repoman.freebsd.org> From: Olivier Houchard Date: Fri, 19 May 2006 00:11:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/conf KB920X X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 00:11:53 -0000 cognet 2006-05-19 00:11:21 UTC FreeBSD src repository Modified files: sys/arm/conf KB920X Log: Comment out SYSCTL_OMIT_DESCR until it's committed. Revision Changes Path 1.4 +1 -1 src/sys/arm/conf/KB920X From owner-cvs-all@FreeBSD.ORG Fri May 19 00:12:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B89516A43C; Fri, 19 May 2006 00:12:58 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id E715A43D55; Fri, 19 May 2006 00:12:55 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (net-ix.gw.ai.net [205.134.160.6] (may be forged)) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id k4J1IGhR031326 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 18 May 2006 21:18:16 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Thu, 18 May 2006 20:12:45 -0400 From: Tom Rhodes To: Mohan Srinivasan Message-Id: <20060518201245.6fefdf08.trhodes@FreeBSD.org> In-Reply-To: <200605190004.k4J04OWu023021@repoman.freebsd.org> References: <200605190004.k4J04OWu023021@repoman.freebsd.org> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/nfs4client nfs4_vfsops.c src/sys/nfsclient nfs.h nfs_bio.c nfs_nfsiod.c nfs_node.c nfs_socket.c nfs_subs.c nfs_vfsops.c nfs_vnops.c nfsmount.h nfsnode.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 00:12:59 -0000 On Fri, 19 May 2006 00:04:24 +0000 (UTC) Mohan Srinivasan wrote: > mohans 2006-05-19 00:04:24 UTC > > FreeBSD src repository > > Modified files: > sys/nfs4client nfs4_vfsops.c > sys/nfsclient nfs.h nfs_bio.c nfs_nfsiod.c nfs_node.c > nfs_socket.c nfs_subs.c nfs_vfsops.c > nfs_vnops.c nfsmount.h nfsnode.h > Log: > Changes to make the NFS client MP safe. > > Thanks to Kris Kennaway for testing and sending lots of bugs my way. Rock on, thanks! -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Fri May 19 00:20:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F4FB16A421; Fri, 19 May 2006 00:20:24 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ABAF43D45; Fri, 19 May 2006 00:20:24 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J0Jvvq024945; Fri, 19 May 2006 00:19:57 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J0JvYH024944; Fri, 19 May 2006 00:19:57 GMT (envelope-from yongari) Message-Id: <200605190019.k4J0JvYH024944@repoman.freebsd.org> From: Pyun YongHyeon Date: Fri, 19 May 2006 00:19:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 00:20:24 -0000 yongari 2006-05-19 00:19:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/em if_em.c Log: MFC if_em.c, 1.92 to RELENG_6: Add jumbo frame support for architectures with strict alignment. Requested by: wilko Revision Changes Path 1.65.2.16 +60 -11 src/sys/dev/em/if_em.c From owner-cvs-all@FreeBSD.ORG Fri May 19 00:23:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9263A16A420; Fri, 19 May 2006 00:23:13 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DBD043D48; Fri, 19 May 2006 00:23:13 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J0MkZt025133; Fri, 19 May 2006 00:22:46 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J0Mk32025132; Fri, 19 May 2006 00:22:46 GMT (envelope-from rodrigc) Message-Id: <200605190022.k4J0Mk32025132@repoman.freebsd.org> From: Craig Rodrigues Date: Fri, 19 May 2006 00:22:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 linprocfs.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 00:23:13 -0000 rodrigc 2006-05-19 00:22:46 UTC FreeBSD src repository Modified files: share/man/man5 linprocfs.5 Log: Remove reference to mount_linprocfs, which is no longer used by mount(8). Add an example using "mount -t linprocfs". Revision Changes Path 1.14 +8 -1 src/share/man/man5/linprocfs.5 From owner-cvs-all@FreeBSD.ORG Fri May 19 00:23:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8992716A41F; Fri, 19 May 2006 00:23:56 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 079D643D55; Fri, 19 May 2006 00:23:56 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J0NTGB025193; Fri, 19 May 2006 00:23:29 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J0NTmd025192; Fri, 19 May 2006 00:23:29 GMT (envelope-from rodrigc) Message-Id: <200605190023.k4J0NTmd025192@repoman.freebsd.org> From: Craig Rodrigues Date: Fri, 19 May 2006 00:23:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 procfs.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 00:23:56 -0000 rodrigc 2006-05-19 00:23:29 UTC FreeBSD src repository Modified files: share/man/man5 procfs.5 Log: Remove reference to mount_procfs, which is no longer used by mount(8). Add an example using "mount -t procfs". Revision Changes Path 1.33 +7 -1 src/share/man/man5/procfs.5 From owner-cvs-all@FreeBSD.ORG Fri May 19 02:03:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A759616A41F; Fri, 19 May 2006 02:03:42 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6211B43D46; Fri, 19 May 2006 02:03:42 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J23FVv043424; Fri, 19 May 2006 02:03:15 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J23Fku043423; Fri, 19 May 2006 02:03:15 GMT (envelope-from lioux) Message-Id: <200605190203.k4J23Fku043423@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 19 May 2006 02:03:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/i2p Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 02:03:42 -0000 lioux 2006-05-19 02:03:15 UTC FreeBSD ports repository Modified files: net-p2p/i2p Makefile distinfo Log: Update to 0.6.1.19 Revision Changes Path 1.33 +1 -1 ports/net-p2p/i2p/Makefile 1.30 +3 -3 ports/net-p2p/i2p/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 02:07:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31E4416A422; Fri, 19 May 2006 02:07:58 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4F4E43D46; Fri, 19 May 2006 02:07:57 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J27Ut4043596; Fri, 19 May 2006 02:07:30 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J27UaR043595; Fri, 19 May 2006 02:07:30 GMT (envelope-from jkoshy) Message-Id: <200605190207.k4J27UaR043595@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 19 May 2006 02:07:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/tcc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 02:07:58 -0000 jkoshy 2006-05-19 02:07:30 UTC FreeBSD ports repository Modified files: lang/tcc Makefile Log: Mark this port as BROKEN till -c compilation is fixed. Submitted by: Serge Gagnon, Zahemszky Gábor Revision Changes Path 1.3 +2 -0 ports/lang/tcc/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 19 02:18:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A79216A423; Fri, 19 May 2006 02:18:26 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9EC443D53; Fri, 19 May 2006 02:18:25 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J2HweV044038; Fri, 19 May 2006 02:17:58 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J2Hwhf044037; Fri, 19 May 2006 02:17:58 GMT (envelope-from clsung) Message-Id: <200605190217.k4J2Hwhf044037@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 19 May 2006 02:17:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/ggz-sdl-games Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 02:18:27 -0000 clsung 2006-05-19 02:17:58 UTC FreeBSD ports repository Modified files: games/ggz-sdl-games Makefile distinfo pkg-descr pkg-plist Log: - update to 0.0.13 . PR: ports/97360 Submitted by: maintainer (Ying-Chieh Chen) Revision Changes Path 1.3 +2 -2 ports/games/ggz-sdl-games/Makefile 1.2 +3 -3 ports/games/ggz-sdl-games/distinfo 1.2 +14 -3 ports/games/ggz-sdl-games/pkg-descr 1.3 +1 -1 ports/games/ggz-sdl-games/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 03:52:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28BB816A43E; Fri, 19 May 2006 03:52:11 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D903B43D46; Fri, 19 May 2006 03:52:10 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J3phfT050007; Fri, 19 May 2006 03:51:43 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J3phMl050006; Fri, 19 May 2006 03:51:43 GMT (envelope-from yongari) Message-Id: <200605190351.k4J3phMl050006@repoman.freebsd.org> From: Pyun YongHyeon Date: Fri, 19 May 2006 03:51:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii ukphy_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 03:52:11 -0000 yongari 2006-05-19 03:51:42 UTC FreeBSD src repository Modified files: sys/dev/mii ukphy_subr.c Log: If the PHY has 1000BASE-T capability, check to see if a 1000BASE-T speed was negotiated. Obtained from: NetBSD Revision Changes Path 1.9 +15 -2 src/sys/dev/mii/ukphy_subr.c From owner-cvs-all@FreeBSD.ORG Fri May 19 04:02:42 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2784416A427 for ; Fri, 19 May 2006 04:02:42 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCEA343D45 for ; Fri, 19 May 2006 04:02:39 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by nz-out-0102.google.com with SMTP id l8so360692nzf for ; Thu, 18 May 2006 21:02:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=Kd3HJfbRB9A0+SG/OT5/eKsrak4PjYhFAZNkxmUmb87LVT+Bq+tfrvTR04KP0GWIOoPAYH3FHmbLM5zOTJMwJjN4dr/ldSS5jUS+0Dti4inl+XOElsHzsVjJDY9fEgCvg5UOdS0piXjJ3b1uv8jqv65GEr2RPWMrRCTQRnl+Mag= Received: by 10.36.80.14 with SMTP id d14mr589305nzb; Thu, 18 May 2006 21:00:58 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.gmail.com with ESMTP id 7sm2026149nzn.2006.05.18.21.02.35; Thu, 18 May 2006 21:02:37 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id k4J44GDY052501 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 19 May 2006 13:04:16 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k4J44FB6052500; Fri, 19 May 2006 13:04:15 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Fri, 19 May 2006 13:04:15 +0900 From: Pyun YongHyeon To: Pyun YongHyeon Message-ID: <20060519040415.GB51392@cdnetworks.co.kr> References: <200605190351.k4J3phMl050006@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605190351.k4J3phMl050006@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mii ukphy_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 04:02:42 -0000 On Fri, May 19, 2006 at 03:51:43AM +0000, Pyun YongHyeon wrote: > yongari 2006-05-19 03:51:42 UTC > > FreeBSD src repository > > Modified files: > sys/dev/mii ukphy_subr.c > Log: > If the PHY has 1000BASE-T capability, check to see if a 1000BASE-T speed > was negotiated. > > Obtained from: NetBSD > This is minimal change to have stge(4) work on FreeBSD. I think we still lack of MASTER/SLAVE mode and flow control support in MII not to mention of locking. -- Regards, Pyun YongHyeon From owner-cvs-all@FreeBSD.ORG Fri May 19 04:32:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5023316A422; Fri, 19 May 2006 04:32:30 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 704DB43D49; Fri, 19 May 2006 04:32:29 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J4W1kV052754; Fri, 19 May 2006 04:32:01 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J4W1qL052753; Fri, 19 May 2006 04:32:01 GMT (envelope-from dinoex) Message-Id: <200605190432.k4J4W1qL052753@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 19 May 2006 04:32:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/netpbm pkg-plist ports/mail/popa3d pkg-plist ports/mail/raysfilter pkg-plist ports/mail/sendmail pkg-plist ports/net/freebsd-uucp pkg-plist ports/textproc/agrep pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 04:32:30 -0000 dinoex 2006-05-19 04:32:01 UTC FreeBSD ports repository Modified files: graphics/netpbm pkg-plist mail/popa3d pkg-plist mail/raysfilter pkg-plist mail/sendmail pkg-plist net/freebsd-uucp pkg-plist textproc/agrep pkg-plist Log: - cleanup Revision Changes Path 1.50 +0 -1 ports/graphics/netpbm/pkg-plist 1.10 +0 -1 ports/mail/popa3d/pkg-plist 1.3 +0 -1 ports/mail/raysfilter/pkg-plist 1.18 +0 -1 ports/mail/sendmail/pkg-plist 1.10 +0 -1 ports/net/freebsd-uucp/pkg-plist 1.6 +0 -1 ports/textproc/agrep/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 05:14:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EDD116A41F; Fri, 19 May 2006 05:14:27 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A30643D45; Fri, 19 May 2006 05:14:27 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J5DxUt063126; Fri, 19 May 2006 05:13:59 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J5DxTq063125; Fri, 19 May 2006 05:13:59 GMT (envelope-from jylefort) Message-Id: <200605190513.k4J5DxTq063125@repoman.freebsd.org> From: Jean-Yves Lefort Date: Fri, 19 May 2006 05:13:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/acroread7 Makefile pkg-deinstall pkg-plist.7.0.1 pkg-plist.7.0.5 ports/print/acroread7/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 05:14:27 -0000 jylefort 2006-05-19 05:13:59 UTC FreeBSD ports repository Modified files: print/acroread7 Makefile pkg-plist.7.0.1 pkg-plist.7.0.5 Added files: print/acroread7 pkg-deinstall print/acroread7/files pkg-install.in Log: - Fix packing list - Install a desktop entry PR: ports/96642 Submitted by: jylefort Approved by: maintainer timeout (17 days) Revision Changes Path 1.18 +5 -3 ports/print/acroread7/Makefile 1.1 +16 -0 ports/print/acroread7/files/pkg-install.in (new) 1.3 +10 -0 ports/print/acroread7/pkg-deinstall (new) 1.4 +3 -1 ports/print/acroread7/pkg-plist.7.0.1 1.2 +3 -1 ports/print/acroread7/pkg-plist.7.0.5 From owner-cvs-all@FreeBSD.ORG Fri May 19 05:16:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B13A316A424; Fri, 19 May 2006 05:16:09 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD0A543D5F; Fri, 19 May 2006 05:16:04 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J5FbcL063487; Fri, 19 May 2006 05:15:37 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J5FbVP063486; Fri, 19 May 2006 05:15:37 GMT (envelope-from jylefort) Message-Id: <200605190515.k4J5FbVP063486@repoman.freebsd.org> From: Jean-Yves Lefort Date: Fri, 19 May 2006 05:15:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/acroread-zh_CN Makefile ports/chinese/acroread-zh_TW Makefile ports/french/acroread Makefile ports/german/acroread Makefile ports/japanese/acroread Makefile ports/korean/acroread Makefile ports/portuguese/acroread Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 05:16:09 -0000 jylefort 2006-05-19 05:15:36 UTC FreeBSD ports repository Modified files: chinese/acroread-zh_CN Makefile chinese/acroread-zh_TW Makefile french/acroread Makefile german/acroread Makefile japanese/acroread Makefile korean/acroread Makefile portuguese/acroread Makefile print/dk-acroread Makefile print/es-acroread Makefile print/fi-acroread Makefile print/it-acroread Makefile print/nl-acroread Makefile print/no-acroread Makefile print/sv-acroread Makefile Log: Bump PORTREVISION to reflect the fact that these ports may now install/deinstall a desktop entry. Revision Changes Path 1.3 +1 -1 ports/chinese/acroread-zh_CN/Makefile 1.3 +1 -1 ports/chinese/acroread-zh_TW/Makefile 1.5 +1 -1 ports/french/acroread/Makefile 1.4 +1 -1 ports/german/acroread/Makefile 1.11 +1 -1 ports/japanese/acroread/Makefile 1.4 +1 -1 ports/korean/acroread/Makefile 1.3 +1 -1 ports/portuguese/acroread/Makefile 1.4 +1 -1 ports/print/dk-acroread/Makefile 1.3 +1 -1 ports/print/es-acroread/Makefile 1.4 +1 -1 ports/print/fi-acroread/Makefile 1.3 +1 -1 ports/print/it-acroread/Makefile 1.5 +1 -1 ports/print/nl-acroread/Makefile 1.4 +1 -1 ports/print/no-acroread/Makefile 1.4 +1 -1 ports/print/sv-acroread/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 19 05:28:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18C7B16A420; Fri, 19 May 2006 05:28:56 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (vlsi00.si.noda.tus.ac.jp [133.31.130.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80E4A43D45; Fri, 19 May 2006 05:28:55 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p6168-ipbf302funabasi.chiba.ocn.ne.jp [124.87.184.168]) (authenticated bits=128) by mail.allbsd.org (8.13.1/8.13.4) with ESMTP id k4J5SgjA039929; Fri, 19 May 2006 14:28:53 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id k4J5STb1088623; Fri, 19 May 2006 14:28:29 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Fri, 19 May 2006 14:27:45 +0900 (JST) Message-Id: <20060519.142745.27785221.hrs@allbsd.org> To: jylefort@FreeBSD.org From: Hiroki Sato In-Reply-To: <200605190513.k4J5DxTq063125@repoman.freebsd.org> References: <200605190513.k4J5DxTq063125@repoman.freebsd.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.2.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Fri_May_19_14_27_45_2006_422)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on gatekeeper.allbsd.org X-Virus-Status: Clean Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/acroread7 Makefile pkg-deinstall pkg-plist.7.0.1 pkg-plist.7.0.5 ports/print/acroread7/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 05:28:56 -0000 ----Security_Multipart(Fri_May_19_14_27_45_2006_422)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Jean-Yves Lefort wrote in <200605190513.k4J5DxTq063125@repoman.freebsd.org>: jy> jylefort 2006-05-19 05:13:59 UTC jy> jy> FreeBSD ports repository jy> jy> Modified files: jy> print/acroread7 Makefile pkg-plist.7.0.1 pkg-plist.7.0.5 jy> Added files: jy> print/acroread7 pkg-deinstall jy> print/acroread7/files pkg-install.in jy> Log: jy> - Fix packing list jy> - Install a desktop entry jy> jy> PR: ports/96642 jy> Submitted by: jylefort jy> Approved by: maintainer timeout (17 days) This commit prevents multiple localized acroread ports from working with each other in a system and breaks pkg-plist entries which should be handled by print/acroreadwrapper. Please back this out. -- | Hiroki SATO ----Security_Multipart(Fri_May_19_14_27_45_2006_422)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBEbVdRTyzT2CeTzy0RAiROAJ9riaeylutZNilv4hAuhDxuEsJYlwCfV5Ap cDxxmHsEABdc99bV8/Jy57s= =SodE -----END PGP SIGNATURE----- ----Security_Multipart(Fri_May_19_14_27_45_2006_422)---- From owner-cvs-all@FreeBSD.ORG Fri May 19 05:36:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFD6F16A41F; Fri, 19 May 2006 05:36:13 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 792B643D45; Fri, 19 May 2006 05:36:13 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J5Zj1i066688; Fri, 19 May 2006 05:35:45 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J5Zj3u066687; Fri, 19 May 2006 05:35:45 GMT (envelope-from jylefort) Message-Id: <200605190535.k4J5Zj3u066687@repoman.freebsd.org> From: Jean-Yves Lefort Date: Fri, 19 May 2006 05:35:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/acroread7 pkg-plist.7.0.1 pkg-plist.7.0.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 05:36:13 -0000 jylefort 2006-05-19 05:35:45 UTC FreeBSD ports repository Modified files: print/acroread7 pkg-plist.7.0.1 pkg-plist.7.0.5 Log: The packing list was actually right since the acroread dir is handled by print/acroreadwrapper. Reported by: maintainer Revision Changes Path 1.5 +1 -3 ports/print/acroread7/pkg-plist.7.0.1 1.3 +1 -3 ports/print/acroread7/pkg-plist.7.0.5 From owner-cvs-all@FreeBSD.ORG Fri May 19 05:37:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A03C316A422; Fri, 19 May 2006 05:37:15 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from mirapoint3.brutele.be (mirapoint3.brutele.be [212.68.199.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89CD443D45; Fri, 19 May 2006 05:37:13 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from host-212-68-244-243.brutele.be (host-212-68-244-243.brutele.be [212.68.244.243]) by mirapoint3.brutele.be (MOS 3.7.3-GA) with ESMTP id AGJ72405; Fri, 19 May 2006 07:37:11 +0200 (CEST) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id C4980550B; Fri, 19 May 2006 07:37:10 +0200 (CEST) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id 63290C0E4; Fri, 19 May 2006 07:37:10 +0200 (CEST) Date: Fri, 19 May 2006 07:37:10 +0200 From: Jean-Yves Lefort To: Hiroki Sato Message-Id: <20060519073710.2a3a1839.jylefort@FreeBSD.org> In-Reply-To: <20060519.142745.27785221.hrs@allbsd.org> References: <200605190513.k4J5DxTq063125@repoman.freebsd.org> <20060519.142745.27785221.hrs@allbsd.org> X-Mailer: Sylpheed running on FreeBSD Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Fri__19_May_2006_07_37_10_+0200_wZQa4dbFEkPfnG.A" X-Junkmail-Status: score=10/50, host=mirapoint3.brutele.be X-Junkmail-SD-Raw: score=unknown, refid=0001.0A090207.446D573F.0035-C-38ZE3Q3U++HUku8edTbuvg==, ip=212.68.244.243, so=2005-12-15 23:46:19, dmn=2005-05-20 17:56:59 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/acroread7 Makefile pkg-deinstall pkg-plist.7.0.1 pkg-plist.7.0.5 ports/print/acroread7/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 05:37:15 -0000 --Signature=_Fri__19_May_2006_07_37_10_+0200_wZQa4dbFEkPfnG.A Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, 19 May 2006 14:27:45 +0900 (JST) Hiroki Sato wrote: > Jean-Yves Lefort wrote > in <200605190513.k4J5DxTq063125@repoman.freebsd.org>: >=20 > jy> jylefort 2006-05-19 05:13:59 UTC > jy> > jy> FreeBSD ports repository > jy> > jy> Modified files: > jy> print/acroread7 Makefile pkg-plist.7.0.1 pkg-plist.7.0.5 > jy> Added files: > jy> print/acroread7 pkg-deinstall > jy> print/acroread7/files pkg-install.in > jy> Log: > jy> - Fix packing list > jy> - Install a desktop entry > jy> > jy> PR: ports/96642 > jy> Submitted by: jylefort > jy> Approved by: maintainer timeout (17 days) >=20 > This commit prevents multiple localized acroread ports > from working with each other in a system ? > and breaks pkg-plist entries which should be handled by > print/acroreadwrapper. > Please back this out. I didn't notice acroreadwrapper; packing list changes backed out. --=20 Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Fri__19_May_2006_07_37_10_+0200_wZQa4dbFEkPfnG.A Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEbVmGyzD7UaO4AGoRAtvtAJ0bCz0OUI/1x0LwuAtdHiQN/m8EYwCfUUDU IZ/hyCts1LHQjzuxHZrmfK8= =kqWA -----END PGP SIGNATURE----- --Signature=_Fri__19_May_2006_07_37_10_+0200_wZQa4dbFEkPfnG.A-- From owner-cvs-all@FreeBSD.ORG Fri May 19 05:54:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8952016A433; Fri, 19 May 2006 05:54:54 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (vlsi00.si.noda.tus.ac.jp [133.31.130.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CCD343D49; Fri, 19 May 2006 05:54:52 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p6168-ipbf302funabasi.chiba.ocn.ne.jp [124.87.184.168]) (authenticated bits=128) by mail.allbsd.org (8.13.1/8.13.4) with ESMTP id k4J5se3h040259; Fri, 19 May 2006 14:54:51 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id k4J5sIRi088750; Fri, 19 May 2006 14:54:19 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Fri, 19 May 2006 14:53:05 +0900 (JST) Message-Id: <20060519.145305.91317084.hrs@allbsd.org> To: jylefort@FreeBSD.org From: Hiroki Sato In-Reply-To: <20060519073710.2a3a1839.jylefort@FreeBSD.org> References: <200605190513.k4J5DxTq063125@repoman.freebsd.org> <20060519.142745.27785221.hrs@allbsd.org> <20060519073710.2a3a1839.jylefort@FreeBSD.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.2.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Fri_May_19_14_53_05_2006_102)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on gatekeeper.allbsd.org X-Virus-Status: Clean Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/acroread7 Makefile pkg-deinstall pkg-plist.7.0.1 pkg-plist.7.0.5 ports/print/acroread7/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 05:54:54 -0000 ----Security_Multipart(Fri_May_19_14_53_05_2006_102)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Jean-Yves Lefort wrote in <20060519073710.2a3a1839.jylefort@FreeBSD.org>: jy> On Fri, 19 May 2006 14:27:45 +0900 (JST) jy> Hiroki Sato wrote: jy> jy> > Jean-Yves Lefort wrote jy> > in <200605190513.k4J5DxTq063125@repoman.freebsd.org>: jy> > jy> > jy> jylefort 2006-05-19 05:13:59 UTC jy> > jy> jy> > jy> FreeBSD ports repository jy> > jy> jy> > jy> Modified files: jy> > jy> print/acroread7 Makefile pkg-plist.7.0.1 pkg-plist.7.0.5 jy> > jy> Added files: jy> > jy> print/acroread7 pkg-deinstall jy> > jy> print/acroread7/files pkg-install.in jy> > jy> Log: jy> > jy> - Fix packing list jy> > jy> - Install a desktop entry jy> > jy> jy> > jy> PR: ports/96642 jy> > jy> Submitted by: jylefort jy> > jy> Approved by: maintainer timeout (17 days) jy> > jy> > This commit prevents multiple localized acroread ports jy> > from working with each other in a system jy> jy> ? So, please explain how the pkg-install/pkg-deinstall scripts work when we install a number of localized acroread ports in a system. -- | Hiroki SATO ----Security_Multipart(Fri_May_19_14_53_05_2006_102)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBEbV1BTyzT2CeTzy0RAnicAJ0RzeSpE6kokHix9zIVMklvsiijiwCfZwsC 9QIVe7YOi0CGfZpGxVHU82c= =sFN8 -----END PGP SIGNATURE----- ----Security_Multipart(Fri_May_19_14_53_05_2006_102)---- From owner-cvs-all@FreeBSD.ORG Fri May 19 05:57:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B12116A427; Fri, 19 May 2006 05:57:53 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B990A43D49; Fri, 19 May 2006 05:57:52 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J5vOKm067568; Fri, 19 May 2006 05:57:25 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J5vOo3067567; Fri, 19 May 2006 05:57:24 GMT (envelope-from itetcu) Message-Id: <200605190557.k4J5vOo3067567@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 19 May 2006 05:57:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/avidemux2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 05:57:53 -0000 itetcu 2006-05-19 05:57:24 UTC FreeBSD ports repository Modified files: multimedia/avidemux2 Makefile Log: - Chase x264 update. - Add additional berlios mirrors as MASTER_SITES while we're here. PR: ports/97439 Submitted by: Anish Mistry (maintainer) Approved by: tmclaugh (mentor) Revision Changes Path 1.36 +5 -3 ports/multimedia/avidemux2/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 19 05:58:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2194716A432; Fri, 19 May 2006 05:58:05 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E4E243D5A; Fri, 19 May 2006 05:58:02 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J5vYW3067600; Fri, 19 May 2006 05:57:34 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J5vYKP067599; Fri, 19 May 2006 05:57:34 GMT (envelope-from nork) Message-Id: <200605190557.k4J5vYKP067599@repoman.freebsd.org> From: Norikatsu Shigemura Date: Fri, 19 May 2006 05:57:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/rast Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 05:58:14 -0000 nork 2006-05-19 05:57:34 UTC FreeBSD ports repository Modified files: textproc/rast Makefile Log: Cosmetic change: o Use BDB_* macros instead of direct. Oked by: kuriyama Revision Changes Path 1.4 +2 -2 ports/textproc/rast/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 19 05:58:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D59AF16A46C; Fri, 19 May 2006 05:58:49 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from mirapoint5.brutele.be (mirapoint5.brutele.be [212.68.199.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90D2743D45; Fri, 19 May 2006 05:58:48 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from host-212-68-244-243.brutele.be (host-212-68-244-243.brutele.be [212.68.244.243]) by mirapoint5.brutele.be (MOS 3.7.5-GA) with ESMTP id EDF46144; Fri, 19 May 2006 07:58:45 +0200 (CEST) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 37921550B; Fri, 19 May 2006 07:58:45 +0200 (CEST) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id DB463C0E4; Fri, 19 May 2006 07:58:44 +0200 (CEST) Date: Fri, 19 May 2006 07:58:44 +0200 From: Jean-Yves Lefort To: Hiroki Sato Message-Id: <20060519075844.e1ac8d3b.jylefort@FreeBSD.org> In-Reply-To: <20060519.145305.91317084.hrs@allbsd.org> References: <200605190513.k4J5DxTq063125@repoman.freebsd.org> <20060519.142745.27785221.hrs@allbsd.org> <20060519073710.2a3a1839.jylefort@FreeBSD.org> <20060519.145305.91317084.hrs@allbsd.org> X-Mailer: Sylpheed running on FreeBSD Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Fri__19_May_2006_07_58_44_+0200_iox/bE6qmHzSbE=P" X-Junkmail-Status: score=10/50, host=mirapoint5.brutele.be X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090208.446D5C50.0015,ss=1,fgs=0, ip=212.68.244.243, so=2006-03-30 10:46:40, dmn=5.1.5/2006-04-27 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/acroread7 Makefile pkg-deinstall pkg-plist.7.0.1 pkg-plist.7.0.5 ports/print/acroread7/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 05:58:52 -0000 --Signature=_Fri__19_May_2006_07_58_44_+0200_iox/bE6qmHzSbE=P Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, 19 May 2006 14:53:05 +0900 (JST) Hiroki Sato wrote: > Jean-Yves Lefort wrote > in <20060519073710.2a3a1839.jylefort@FreeBSD.org>: >=20 > jy> On Fri, 19 May 2006 14:27:45 +0900 (JST) > jy> Hiroki Sato wrote: > jy> > jy> > Jean-Yves Lefort wrote > jy> > in <200605190513.k4J5DxTq063125@repoman.freebsd.org>: > jy> > > jy> > jy> jylefort 2006-05-19 05:13:59 UTC > jy> > jy> > jy> > jy> FreeBSD ports repository > jy> > jy> > jy> > jy> Modified files: > jy> > jy> print/acroread7 Makefile pkg-plist.7.0.1 pkg-plist.7.0= .5 > jy> > jy> Added files: > jy> > jy> print/acroread7 pkg-deinstall > jy> > jy> print/acroread7/files pkg-install.in > jy> > jy> Log: > jy> > jy> - Fix packing list > jy> > jy> - Install a desktop entry > jy> > jy> > jy> > jy> PR: ports/96642 > jy> > jy> Submitted by: jylefort > jy> > jy> Approved by: maintainer timeout (17 days) > jy> > > jy> > This commit prevents multiple localized acroread ports > jy> > from working with each other in a system > jy> > jy> ? >=20 > So, please explain how the pkg-install/pkg-deinstall scripts work > when we install a number of localized acroread ports in a system. It was explained in the PR... "Notes: - slave ports handling: the desktop entry and icon are installed when the first acroread port is installed, and deinstalled when the last acroread port is deinstalled" --=20 Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Fri__19_May_2006_07_58_44_+0200_iox/bE6qmHzSbE=P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEbV6UyzD7UaO4AGoRAlR/AJ9Q3NyS+HgN3YZtcPES7JkDGoXgowCffmhA klZYRUQqNYxD+Dusvlm1Hyg= =OkoU -----END PGP SIGNATURE----- --Signature=_Fri__19_May_2006_07_58_44_+0200_iox/bE6qmHzSbE=P-- From owner-cvs-all@FreeBSD.ORG Fri May 19 06:03:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0294316A41F; Fri, 19 May 2006 06:03:26 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2AEA43D48; Fri, 19 May 2006 06:03:25 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J62vdr067836; Fri, 19 May 2006 06:02:57 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J62vWH067835; Fri, 19 May 2006 06:02:57 GMT (envelope-from itetcu) Message-Id: <200605190602.k4J62vWH067835@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 19 May 2006 06:02:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/roundup Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 06:03:26 -0000 itetcu 2006-05-19 06:02:57 UTC FreeBSD ports repository Modified files: www/roundup Makefile Log: Add OPTIONS PR: ports/97382 Submitted by: Dryice Liu (maintainer) Approved by: tmclaugh (mentor) Revision Changes Path 1.19 +24 -1 ports/www/roundup/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 19 06:29:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB56416A422; Fri, 19 May 2006 06:29:57 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9473843D46; Fri, 19 May 2006 06:29:57 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J6TTgW070117; Fri, 19 May 2006 06:29:29 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J6TTHo070116; Fri, 19 May 2006 06:29:29 GMT (envelope-from itetcu) Message-Id: <200605190629.k4J6TTHo070116@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 19 May 2006 06:29:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/sulci Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 06:29:58 -0000 itetcu 2006-05-19 06:29:29 UTC FreeBSD ports repository Modified files: net-im/sulci Makefile distinfo Log: - Fix build on amd64 - tarball rerolled :-( by vendor for the fix Submitted by: maintainer Approved by: lawrance (mentor) Revision Changes Path 1.10 +1 -7 ports/net-im/sulci/Makefile 1.7 +3 -3 ports/net-im/sulci/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 06:37:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E79716A420; Fri, 19 May 2006 06:37:53 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17BB843D46; Fri, 19 May 2006 06:37:53 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J6bPeM070449; Fri, 19 May 2006 06:37:25 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J6bPB4070448; Fri, 19 May 2006 06:37:25 GMT (envelope-from davidxu) Message-Id: <200605190637.k4J6bPB4070448@repoman.freebsd.org> From: David Xu Date: Fri, 19 May 2006 06:37:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/posix4 ksched.c p1003_1b.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 06:37:53 -0000 davidxu 2006-05-19 06:37:25 UTC FreeBSD src repository Modified files: sys/posix4 ksched.c p1003_1b.c Log: Style fixes. Submitted by: Diane Bruce < db at db dot net > Revision Changes Path 1.28 +24 -14 src/sys/posix4/ksched.c 1.26 +27 -20 src/sys/posix4/p1003_1b.c From owner-cvs-all@FreeBSD.ORG Fri May 19 06:40:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B732A16A41F; Fri, 19 May 2006 06:40:04 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 676F443D48; Fri, 19 May 2006 06:40:04 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J6daFW070552; Fri, 19 May 2006 06:39:36 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J6da1t070551; Fri, 19 May 2006 06:39:36 GMT (envelope-from wilko) Message-Id: <200605190639.k4J6da1t070551@repoman.freebsd.org> From: Wilko Bulte Date: Fri, 19 May 2006 06:39:36 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 06:40:04 -0000 wilko 2006-05-19 06:39:36 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: My shipment to Dunstan went out yesterday morning Revision Changes Path 1.315 +2 -2 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Fri May 19 06:42:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8149816A422; Fri, 19 May 2006 06:42:00 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (vlsi00.si.noda.tus.ac.jp [133.31.130.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD53043D49; Fri, 19 May 2006 06:41:59 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p6168-ipbf302funabasi.chiba.ocn.ne.jp [124.87.184.168]) (authenticated bits=128) by mail.allbsd.org (8.13.1/8.13.4) with ESMTP id k4J6fkJQ040861; Fri, 19 May 2006 15:41:57 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id k4J6fUqn089011; Fri, 19 May 2006 15:41:30 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Fri, 19 May 2006 15:41:22 +0900 (JST) Message-Id: <20060519.154122.123975929.hrs@allbsd.org> To: jylefort@FreeBSD.org From: Hiroki Sato In-Reply-To: <20060519075844.e1ac8d3b.jylefort@FreeBSD.org> References: <20060519073710.2a3a1839.jylefort@FreeBSD.org> <20060519.145305.91317084.hrs@allbsd.org> <20060519075844.e1ac8d3b.jylefort@FreeBSD.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.2.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Fri_May_19_15_41_22_2006_941)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on gatekeeper.allbsd.org X-Virus-Status: Clean Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/acroread7 Makefile pkg-deinstall pkg-plist.7.0.1 pkg-plist.7.0.5 ports/print/acroread7/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 06:42:00 -0000 ----Security_Multipart(Fri_May_19_15_41_22_2006_941)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Jean-Yves Lefort wrote in <20060519075844.e1ac8d3b.jylefort@FreeBSD.org>: jy> On Fri, 19 May 2006 14:53:05 +0900 (JST) jy> Hiroki Sato wrote: jy> jy> > Jean-Yves Lefort wrote jy> > in <20060519073710.2a3a1839.jylefort@FreeBSD.org>: jy> > jy> > jy> On Fri, 19 May 2006 14:27:45 +0900 (JST) jy> > jy> Hiroki Sato wrote: jy> > jy> jy> > jy> > Jean-Yves Lefort wrote jy> > jy> > in <200605190513.k4J5DxTq063125@repoman.freebsd.org>: jy> > jy> > jy> > jy> > jy> jylefort 2006-05-19 05:13:59 UTC jy> > jy> > jy> jy> > jy> > jy> FreeBSD ports repository jy> > jy> > jy> jy> > jy> > jy> Modified files: jy> > jy> > jy> print/acroread7 Makefile pkg-plist.7.0.1 pkg-plist.7.0.5 jy> > jy> > jy> Added files: jy> > jy> > jy> print/acroread7 pkg-deinstall jy> > jy> > jy> print/acroread7/files pkg-install.in jy> > jy> > jy> Log: jy> > jy> > jy> - Fix packing list jy> > jy> > jy> - Install a desktop entry jy> > jy> > jy> jy> > jy> > jy> PR: ports/96642 jy> > jy> > jy> Submitted by: jylefort jy> > jy> > jy> Approved by: maintainer timeout (17 days) jy> > jy> > jy> > jy> > This commit prevents multiple localized acroread ports jy> > jy> > from working with each other in a system jy> > jy> jy> > jy> ? jy> > jy> > So, please explain how the pkg-install/pkg-deinstall scripts work jy> > when we install a number of localized acroread ports in a system. jy> jy> It was explained in the PR... jy> jy> "Notes: jy> - slave ports handling: the desktop entry and icon are installed jy> when the first acroread port is installed, and deinstalled when the jy> last acroread port is deinstalled" Your patch assumes removal of Adobe/Acrobat7.0 on deinstalling. It only happens when print/acroreadwrapper is deinstalled. Also, I do not like this sort of change because the license (2.5, specifically) does not allow creating another installer and modifying the installed files. Because of this, I make this port simply call the installer from Adobe. -- | Hiroki SATO ----Security_Multipart(Fri_May_19_15_41_22_2006_941)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBEbWiSTyzT2CeTzy0RAs+CAJ9nlvPzA1nEsa6kIDFB8xeNU95YigCgttR6 NgqlwtNj4+7TX7My62MuV5I= =34fh -----END PGP SIGNATURE----- ----Security_Multipart(Fri_May_19_15_41_22_2006_941)---- From owner-cvs-all@FreeBSD.ORG Fri May 19 06:44:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6619716A41F; Fri, 19 May 2006 06:44:38 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA79543D4C; Fri, 19 May 2006 06:44:36 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr12.xs4all.nl (8.13.6/8.13.6) with ESMTP id k4J6iZke023547; Fri, 19 May 2006 08:44:35 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.6/8.13.3) with ESMTP id k4J6iZaD010003; Fri, 19 May 2006 08:44:35 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.6/8.13.6/Submit) id k4J6iZgG010002; Fri, 19 May 2006 08:44:35 +0200 (CEST) (envelope-from wb) Date: Fri, 19 May 2006 08:44:34 +0200 From: Wilko Bulte To: Pyun YongHyeon Message-ID: <20060519064434.GA9976@freebie.xs4all.nl> References: <200605190019.k4J0JvYH024944@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605190019.k4J0JvYH024944@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 06:44:38 -0000 On Fri, May 19, 2006 at 12:19:57AM +0000, Pyun YongHyeon wrote.. > yongari 2006-05-19 00:19:57 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/dev/em if_em.c > Log: > MFC if_em.c, 1.92 to RELENG_6: > Add jumbo frame support for architectures with strict alignment. > > Requested by: wilko Thank you! -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Fri May 19 07:10:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3DB316A423; Fri, 19 May 2006 07:10:01 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from mirapoint5.brutele.be (mirapoint5.brutele.be [212.68.199.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9844943D45; Fri, 19 May 2006 07:10:00 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from host-212-68-244-243.brutele.be (host-212-68-244-243.brutele.be [212.68.244.243]) by mirapoint5.brutele.be (MOS 3.7.5-GA) with ESMTP id EDF55417; Fri, 19 May 2006 09:09:57 +0200 (CEST) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id DB2DB550B; Fri, 19 May 2006 09:09:56 +0200 (CEST) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id 7BA57C0E4; Fri, 19 May 2006 09:09:56 +0200 (CEST) Date: Fri, 19 May 2006 09:09:56 +0200 From: Jean-Yves Lefort To: Hiroki Sato Message-Id: <20060519090956.4f19dd41.jylefort@FreeBSD.org> In-Reply-To: <20060519.154122.123975929.hrs@allbsd.org> References: <20060519073710.2a3a1839.jylefort@FreeBSD.org> <20060519.145305.91317084.hrs@allbsd.org> <20060519075844.e1ac8d3b.jylefort@FreeBSD.org> <20060519.154122.123975929.hrs@allbsd.org> X-Mailer: Sylpheed running on FreeBSD Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Fri__19_May_2006_09_09_56_+0200_roGWylOJTwf=I9oy" X-Junkmail-Status: score=10/50, host=mirapoint5.brutele.be X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090209.446D6CF9.003F,ss=1,fgs=0, ip=212.68.244.243, so=2006-03-30 10:46:40, dmn=5.1.5/2006-04-27 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/acroread7 Makefile pkg-deinstall pkg-plist.7.0.1 pkg-plist.7.0.5 ports/print/acroread7/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 07:10:02 -0000 --Signature=_Fri__19_May_2006_09_09_56_+0200_roGWylOJTwf=I9oy Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, 19 May 2006 15:41:22 +0900 (JST) Hiroki Sato wrote: > Jean-Yves Lefort wrote > in <20060519075844.e1ac8d3b.jylefort@FreeBSD.org>: >=20 > jy> On Fri, 19 May 2006 14:53:05 +0900 (JST) > jy> Hiroki Sato wrote: > jy> > jy> > Jean-Yves Lefort wrote > jy> > in <20060519073710.2a3a1839.jylefort@FreeBSD.org>: > jy> > > jy> > jy> On Fri, 19 May 2006 14:27:45 +0900 (JST) > jy> > jy> Hiroki Sato wrote: > jy> > jy> > jy> > jy> > Jean-Yves Lefort wrote > jy> > jy> > in <200605190513.k4J5DxTq063125@repoman.freebsd.org>: > jy> > jy> > > jy> > jy> > jy> jylefort 2006-05-19 05:13:59 UTC > jy> > jy> > jy> > jy> > jy> > jy> FreeBSD ports repository > jy> > jy> > jy> > jy> > jy> > jy> Modified files: > jy> > jy> > jy> print/acroread7 Makefile pkg-plist.7.0.1 pkg-pli= st.7.0.5 > jy> > jy> > jy> Added files: > jy> > jy> > jy> print/acroread7 pkg-deinstall > jy> > jy> > jy> print/acroread7/files pkg-install.in > jy> > jy> > jy> Log: > jy> > jy> > jy> - Fix packing list > jy> > jy> > jy> - Install a desktop entry > jy> > jy> > jy> > jy> > jy> > jy> PR: ports/96642 > jy> > jy> > jy> Submitted by: jylefort > jy> > jy> > jy> Approved by: maintainer timeout (17 days) > jy> > jy> > > jy> > jy> > This commit prevents multiple localized acroread ports > jy> > jy> > from working with each other in a system > jy> > jy> > jy> > jy> ? > jy> > > jy> > So, please explain how the pkg-install/pkg-deinstall scripts work > jy> > when we install a number of localized acroread ports in a system. > jy> > jy> It was explained in the PR... > jy> > jy> "Notes: > jy> - slave ports handling: the desktop entry and icon are installed > jy> when the first acroread port is installed, and deinstalled when t= he > jy> last acroread port is deinstalled" >=20 > Your patch assumes removal of Adobe/Acrobat7.0 on deinstalling. It only > happens when print/acroreadwrapper is deinstalled. >=20 > Also, I do not like this sort of change because the license (2.5, > specifically) does not allow creating another installer and > modifying the installed files. Because of this, I make this port > simply call the installer from Adobe. With that interpretation the port is also illegal since it's not only a "new installer", but also "modifies the Software" (through brandelf, for instance): "You may not otherwise alter or modify the Software or create a new installer for the Software." Can I fix pkg-deinstall by checking if $PKG_PREFIX/Adobe/Acrobat7.0 is empty after deinstallation? --=20 Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Fri__19_May_2006_09_09_56_+0200_roGWylOJTwf=I9oy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEbW9EyzD7UaO4AGoRAh0bAJ9eWUw3erG+/YLixE6ogqlMJGlHTACfdtrN zE8CIlPItxHtp/XWczs1mnA= =w//h -----END PGP SIGNATURE----- --Signature=_Fri__19_May_2006_09_09_56_+0200_roGWylOJTwf=I9oy-- From owner-cvs-all@FreeBSD.ORG Fri May 19 07:19:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D57016A41F; Fri, 19 May 2006 07:19:53 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EACC443D45; Fri, 19 May 2006 07:19:52 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J7JO4j073290; Fri, 19 May 2006 07:19:24 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J7JOsg073289; Fri, 19 May 2006 07:19:24 GMT (envelope-from itetcu) Message-Id: <200605190719.k4J7JOsg073289@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 19 May 2006 07:19:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/munger Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 07:19:53 -0000 itetcu 2006-05-19 07:19:24 UTC FreeBSD ports repository Modified files: lang/munger Makefile distinfo pkg-plist Log: - Update to 4.103 [1] - Fix depend on sqlite (USE_SQLITE) [2] PR: ports/97281 Submitted by: James Bailie [1] itetcu [2] Approved by: lawrance (mentor) Revision Changes Path 1.28 +2 -2 ports/lang/munger/Makefile 1.27 +3 -3 ports/lang/munger/distinfo 1.14 +1 -1 ports/lang/munger/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 07:28:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F085916A420; Fri, 19 May 2006 07:28:00 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 776A943D48; Fri, 19 May 2006 07:28:00 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J7RWHt073705; Fri, 19 May 2006 07:27:32 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J7RWZ8073704; Fri, 19 May 2006 07:27:32 GMT (envelope-from itetcu) Message-Id: <200605190727.k4J7RWZ8073704@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 19 May 2006 07:27:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/cups-pdf Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 07:28:01 -0000 itetcu 2006-05-19 07:27:32 UTC FreeBSD ports repository Modified files: print/cups-pdf Makefile distinfo Log: - update to 2.3.1 [1] - portlint PR: ports/97447 Submitted by: Martin Wilke [1] Approved by: maintainer (via private email), lawrance (mentor) Revision Changes Path 1.7 +6 -4 ports/print/cups-pdf/Makefile 1.7 +3 -3 ports/print/cups-pdf/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 07:36:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C03E016A41F; Fri, 19 May 2006 07:36:36 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B57943D45; Fri, 19 May 2006 07:36:36 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J7a81W074097; Fri, 19 May 2006 07:36:08 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J7a8mJ074096; Fri, 19 May 2006 07:36:08 GMT (envelope-from lbr) Message-Id: <200605190736.k4J7a8mJ074096@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Fri, 19 May 2006 07:36:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-Class-DBI-Loader Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 07:36:36 -0000 lbr 2006-05-19 07:36:08 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI-Loader Makefile Log: Make dependencies added in 1.18 optional. Submitted by: kuriyama Approved by: erwin (mentor) Revision Changes Path 1.22 +15 -4 ports/databases/p5-Class-DBI-Loader/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 19 07:50:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8706E16A420; Fri, 19 May 2006 07:50:56 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 428F143D45; Fri, 19 May 2006 07:50:56 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J7oSvA074653; Fri, 19 May 2006 07:50:28 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J7oSLc074652; Fri, 19 May 2006 07:50:28 GMT (envelope-from itetcu) Message-Id: <200605190750.k4J7oSLc074652@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 19 May 2006 07:50:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/pecl-PDO_PGSQL Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 07:50:56 -0000 itetcu 2006-05-19 07:50:28 UTC FreeBSD ports repository Modified files: databases/pecl-PDO_PGSQL Makefile distinfo Log: Update to 1.0.1 [1] - drop USE_PHPIZE= yes since it has USE_PHPEXT= yes [2] PR: ports/97436 [1] Submitted by: maintanier itetcu [2] Approved by: lawrance (mentor) Revision Changes Path 1.4 +1 -2 ports/databases/pecl-PDO_PGSQL/Makefile 1.4 +3 -3 ports/databases/pecl-PDO_PGSQL/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 07:53:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B66316A41F; Fri, 19 May 2006 07:53:55 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 983C043D45; Fri, 19 May 2006 07:53:54 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 1873017677; Fri, 19 May 2006 10:53:53 +0300 (EEST) Date: Fri, 19 May 2006 10:53:52 +0300 From: Ion-Mihai Tetcu To: Ion-Mihai Tetcu Message-ID: <20060519105352.37f84a22@it.buh.tecnik93.com> In-Reply-To: <200605190750.k4J7oSLc074652@repoman.freebsd.org> References: <200605190750.k4J7oSLc074652@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/pecl-PDO_PGSQL Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 07:53:55 -0000 On Fri, 19 May 2006 07:50:28 +0000 (UTC) Ion-Mihai Tetcu wrote: > itetcu 2006-05-19 07:50:28 UTC > > FreeBSD ports repository > > Modified files: > databases/pecl-PDO_PGSQL Makefile distinfo > Log: > Update to 1.0.1 [1] > - drop USE_PHPIZE= yes since it has USE_PHPEXT= yes [2] > > PR: ports/97436 [1] err, that was version 1.0.2 and PR ports/97437 -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #152: My pony-tail hit the on/off switch on the power strip From owner-cvs-all@FreeBSD.ORG Fri May 19 07:55:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5808A16A422; Fri, 19 May 2006 07:55:47 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9A8943D99; Fri, 19 May 2006 07:55:30 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J7t2x6074860; Fri, 19 May 2006 07:55:02 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J7t1rH074852; Fri, 19 May 2006 07:55:01 GMT (envelope-from itetcu) Message-Id: <200605190755.k4J7t1rH074852@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 19 May 2006 07:55:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/pecl-PDO_SQLITE Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 07:55:47 -0000 itetcu 2006-05-19 07:55:01 UTC FreeBSD ports repository Modified files: databases/pecl-PDO_SQLITE Makefile distinfo Log: - Update to 1.0.1 [1] - rop USE_PHPIZE= yes since it has USE_PHPEXT= yes [2] PR: ports/97438 [1] Submitted by: maintainer [1] itetcu [2] Approved by: lawrance (mentor) Revision Changes Path 1.4 +1 -2 ports/databases/pecl-PDO_SQLITE/Makefile 1.4 +3 -3 ports/databases/pecl-PDO_SQLITE/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 07:57:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28E1C16A445; Fri, 19 May 2006 07:57:07 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11FE443D80; Fri, 19 May 2006 07:57:01 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J7uWce074984; Fri, 19 May 2006 07:56:32 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J7uWCs074983; Fri, 19 May 2006 07:56:32 GMT (envelope-from itetcu) Message-Id: <200605190756.k4J7uWCs074983@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 19 May 2006 07:56:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/pecl-PDO_ODBC Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 07:57:07 -0000 itetcu 2006-05-19 07:56:32 UTC FreeBSD ports repository Modified files: databases/pecl-PDO_ODBC Makefile distinfo Log: - Update to 1.0.1 - drop USE_PHPIZE= yes since it has USE_PHPEXT= yes [2] PR: ports/97436 Submitted by: maintainer [1] itetcu [2] Approved by: lawrance Revision Changes Path 1.4 +1 -2 ports/databases/pecl-PDO_ODBC/Makefile 1.4 +3 -3 ports/databases/pecl-PDO_ODBC/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 08:14:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B83316A442; Fri, 19 May 2006 08:14:01 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAD8F43D45; Fri, 19 May 2006 08:14:00 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J8DWH0077117; Fri, 19 May 2006 08:13:32 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J8DWh9077116; Fri, 19 May 2006 08:13:32 GMT (envelope-from itetcu) Message-Id: <200605190813.k4J8DWh9077116@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 19 May 2006 08:13:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/pecl-PDO Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 08:14:01 -0000 itetcu 2006-05-19 08:13:32 UTC FreeBSD ports repository Modified files: databases/pecl-PDO Makefile distinfo Log: - update to 1.0.3 [1] - drop USE_PHPIZE= yes since it has USE_PHPEXT= yes [2] PR: ports/97430 [1] Submitted by: maintainer [1], itetcu [2] Approved by: lawrance (mentor) Revision Changes Path 1.4 +1 -2 ports/databases/pecl-PDO/Makefile 1.4 +3 -3 ports/databases/pecl-PDO/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 08:15:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C5C416A425; Fri, 19 May 2006 08:15:05 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B59343D76; Fri, 19 May 2006 08:15:02 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J8EXYm077224; Fri, 19 May 2006 08:14:33 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J8EXsY077223; Fri, 19 May 2006 08:14:33 GMT (envelope-from tobez) Message-Id: <200605190814.k4J8EXsY077223@repoman.freebsd.org> From: Anton Berezin Date: Fri, 19 May 2006 08:14:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-XML-DT Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 08:15:05 -0000 tobez 2006-05-19 08:14:33 UTC FreeBSD ports repository Modified files: textproc/p5-XML-DT Makefile distinfo Log: Update to 0.45. Revision Changes Path 1.11 +1 -1 ports/textproc/p5-XML-DT/Makefile 1.6 +3 -3 ports/textproc/p5-XML-DT/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 08:15:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9054B16A440; Fri, 19 May 2006 08:15:26 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CB5643D48; Fri, 19 May 2006 08:15:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J8EwlM077260; Fri, 19 May 2006 08:14:58 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J8EwKR077259; Fri, 19 May 2006 08:14:58 GMT (envelope-from pav) Message-Id: <200605190814.k4J8EwKR077259@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 19 May 2006 08:14:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/evangeline Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 08:15:30 -0000 pav 2006-05-19 08:14:58 UTC FreeBSD ports repository Modified files: irc/evangeline Makefile distinfo Log: - Update distinfo. I could not find the old tarball anywhere PR: ports/97456 Submitted by: Jin-Shan Tseng Revision Changes Path 1.5 +1 -2 ports/irc/evangeline/Makefile 1.4 +3 -3 ports/irc/evangeline/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 08:18:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7128116A42B; Fri, 19 May 2006 08:18:23 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 293CE43D55; Fri, 19 May 2006 08:18:23 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J8Htx1077438; Fri, 19 May 2006 08:17:55 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J8Hsqw077437; Fri, 19 May 2006 08:17:54 GMT (envelope-from erwin) Message-Id: <200605190817.k4J8Hsqw077437@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 19 May 2006 08:17:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/qemu Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 08:18:24 -0000 erwin 2006-05-19 08:17:54 UTC FreeBSD ports repository Modified files: emulators/qemu Makefile pkg-plist Log: Fix plist PR: 97363 Submitted by: Juergen Lock (maintainer) Revision Changes Path 1.52 +1 -0 ports/emulators/qemu/Makefile 1.15 +1 -0 ports/emulators/qemu/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 08:19:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE10316A426; Fri, 19 May 2006 08:19:14 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A07D43D46; Fri, 19 May 2006 08:19:13 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J8Iiqm077477; Fri, 19 May 2006 08:18:44 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J8IiX2077476; Fri, 19 May 2006 08:18:44 GMT (envelope-from ehaupt) Message-Id: <200605190818.k4J8IiX2077476@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 19 May 2006 08:18:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/rainbowcrack Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 08:19:14 -0000 ehaupt 2006-05-19 08:18:44 UTC FreeBSD ports repository Modified files: security/rainbowcrack Makefile Log: This port does not build on ia64 or sparc64 therefor mark it BROKEN. Revision Changes Path 1.2 +4 -0 ports/security/rainbowcrack/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 19 08:23:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87FA916A423; Fri, 19 May 2006 08:23:35 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B30543D45; Fri, 19 May 2006 08:23:35 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J8N649077734; Fri, 19 May 2006 08:23:06 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J8N6YV077733; Fri, 19 May 2006 08:23:06 GMT (envelope-from itetcu) Message-Id: <200605190823.k4J8N6YV077733@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 19 May 2006 08:23:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/klone Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 08:23:35 -0000 itetcu 2006-05-19 08:23:06 UTC FreeBSD ports repository Modified files: lang/klone Makefile pkg-descr pkg-plist Log: - fix plist [1] - portlint [1] [2] - add WWW [2] PR: ports/97346 [1] Submitted by: Martin Wilke [1], itetcu [2] Approved by: lawrance (mentor) Revision Changes Path 1.9 +1 -1 ports/lang/klone/Makefile 1.2 +2 -0 ports/lang/klone/pkg-descr 1.2 +5 -5 ports/lang/klone/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 08:25:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B40B616A41F; Fri, 19 May 2006 08:25:38 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 708AE43D46; Fri, 19 May 2006 08:25:38 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J8PANE077846; Fri, 19 May 2006 08:25:10 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J8PA51077845; Fri, 19 May 2006 08:25:10 GMT (envelope-from itetcu) Message-Id: <200605190825.k4J8PA51077845@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 19 May 2006 08:25:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/jove pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 08:25:38 -0000 itetcu 2006-05-19 08:25:10 UTC FreeBSD ports repository Modified files: editors/jove pkg-plist Log: Use DATADIR macro PR: ports/97347 Submitted by: Martin Wilke Approved by: lawrance (mentor) Revision Changes Path 1.7 +20 -20 ports/editors/jove/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 09:31:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A632416A41F; Fri, 19 May 2006 09:31:33 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 778BF43D45; Fri, 19 May 2006 09:31:33 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J9V5uq088086; Fri, 19 May 2006 09:31:05 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J9V5wp088085; Fri, 19 May 2006 09:31:05 GMT (envelope-from sat) Message-Id: <200605190931.k4J9V5wp088085@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 09:31:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xpi-server_switcher Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 09:31:33 -0000 sat 2006-05-19 09:31:04 UTC FreeBSD ports repository Modified files: www/xpi-server_switcher Makefile distinfo pkg-descr Added files: www/xpi-server_switcher pkg-plist Log: - Update to 1.1.2 - Provide my mirrors - Move plist to pkg-plist - Update WWW PR: ports/97445 (based on) Submitted by: chinsan (maintainer) Approved by: krion (mentor) Revision Changes Path 1.2 +4 -23 ports/www/xpi-server_switcher/Makefile 1.2 +3 -3 ports/www/xpi-server_switcher/distinfo 1.3 +1 -6 ports/www/xpi-server_switcher/pkg-descr 1.1 +23 -0 ports/www/xpi-server_switcher/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri May 19 09:45:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C564716A422; Fri, 19 May 2006 09:45:36 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0CE443D5C; Fri, 19 May 2006 09:45:32 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4J9j43d088441; Fri, 19 May 2006 09:45:04 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4J9j4Vr088440; Fri, 19 May 2006 09:45:04 GMT (envelope-from novel) Message-Id: <200605190945.k4J9j4Vr088440@repoman.freebsd.org> From: Roman Bogorodskiy Date: Fri, 19 May 2006 09:45:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/gnutls Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 09:45:37 -0000 novel 2006-05-19 09:45:03 UTC FreeBSD ports repository Modified files: security/gnutls Makefile Log: Fix libtasn1 dependency. PR: 97487 Submitted by: Tsurutani Naoki Pointyhat to: tmclaugh Revision Changes Path 1.38 +1 -1 ports/security/gnutls/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 19 10:03:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CDD016A426; Fri, 19 May 2006 10:03:27 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16A5043D4C; Fri, 19 May 2006 10:03:27 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JA2wL5089179; Fri, 19 May 2006 10:02:58 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JA2wQU089178; Fri, 19 May 2006 10:02:58 GMT (envelope-from erwin) Message-Id: <200605191002.k4JA2wQU089178@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 19 May 2006 10:02:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/py-soya3d Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 10:03:33 -0000 erwin 2006-05-19 10:02:58 UTC FreeBSD ports repository Modified files: graphics/py-soya3d Makefile distinfo pkg-plist Log: Update to 0.10.5 PR: 97481 Submitted by: Jose Alonso Cardenas Marquez (maintainer) Revision Changes Path 1.8 +1 -1 ports/graphics/py-soya3d/Makefile 1.5 +3 -3 ports/graphics/py-soya3d/distinfo 1.3 +0 -12 ports/graphics/py-soya3d/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 10:08:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F14816A41F; Fri, 19 May 2006 10:08:02 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AFDA43D46; Fri, 19 May 2006 10:08:02 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JA7XLY090698; Fri, 19 May 2006 10:07:33 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JA7X3k090697; Fri, 19 May 2006 10:07:33 GMT (envelope-from erwin) Message-Id: <200605191007.k4JA7X3k090697@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 19 May 2006 10:07:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/pawm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 10:08:02 -0000 erwin 2006-05-19 10:07:33 UTC FreeBSD ports repository Modified files: x11-wm/pawm Makefile distinfo Log: Update to 2.2.3 PR: 97482 Submitted by: Martin Wilke (maintainer) Revision Changes Path 1.11 +1 -1 ports/x11-wm/pawm/Makefile 1.9 +3 -3 ports/x11-wm/pawm/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 10:12:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AF3E16A420; Fri, 19 May 2006 10:12:45 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 540DF43D45; Fri, 19 May 2006 10:12:45 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JACGko090919; Fri, 19 May 2006 10:12:16 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JACGSX090918; Fri, 19 May 2006 10:12:16 GMT (envelope-from sat) Message-Id: <200605191012.k4JACGSX090918@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 10:12:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xpi-server_switcher Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 10:12:45 -0000 sat 2006-05-19 10:12:16 UTC FreeBSD ports repository Modified files: www/xpi-server_switcher Makefile distinfo pkg-descr pkg-plist Log: The previous commit should have read: - Update to 0.2b - Update comment - Move plist to pkg-plist - Update pkg-descr and WWW PR: ports/97445 Submitted by: chinsan (maintainer) Approved by: krion (mentor) Revision Changes Path 1.3 +0 -0 ports/www/xpi-server_switcher/Makefile 1.3 +0 -0 ports/www/xpi-server_switcher/distinfo 1.4 +0 -0 ports/www/xpi-server_switcher/pkg-descr 1.2 +0 -0 ports/www/xpi-server_switcher/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 10:17:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16EB316A421; Fri, 19 May 2006 10:17:59 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C68B143D45; Fri, 19 May 2006 10:17:58 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JAHU4e091130; Fri, 19 May 2006 10:17:30 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JAHU2b091128; Fri, 19 May 2006 10:17:30 GMT (envelope-from sat) Message-Id: <200605191017.k4JAHU2b091128@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 10:17:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xpi-unplug Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 10:17:59 -0000 sat 2006-05-19 10:17:30 UTC FreeBSD ports repository Modified files: www/xpi-unplug Makefile distinfo pkg-descr Added files: www/xpi-unplug pkg-plist Log: - Update to 1.1.2 - Provide my mirrors - Move plist to pkg-plist - Update WWW PR: ports/97444 (based on) Submitted by: chinsan (maintainer) Approved by: krion (mentor) Revision Changes Path 1.2 +3 -20 ports/www/xpi-unplug/Makefile 1.2 +3 -3 ports/www/xpi-unplug/distinfo 1.2 +1 -1 ports/www/xpi-unplug/pkg-descr 1.1 +67 -0 ports/www/xpi-unplug/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri May 19 10:19:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A329016A480; Fri, 19 May 2006 10:19:41 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E6D543D6A; Fri, 19 May 2006 10:19:41 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JAJC46091192; Fri, 19 May 2006 10:19:12 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JAJCE9091191; Fri, 19 May 2006 10:19:12 GMT (envelope-from erwin) Message-Id: <200605191019.k4JAJCE9091191@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 19 May 2006 10:19:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/nas Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 10:19:42 -0000 erwin 2006-05-19 10:19:12 UTC FreeBSD ports repository Modified files: audio/nas Makefile distinfo Log: Update to 1.7c PR: 97483 Submitted by: Martin Wilke Revision Changes Path 1.36 +1 -1 ports/audio/nas/Makefile 1.11 +3 -3 ports/audio/nas/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 10:24:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8072F16A422; Fri, 19 May 2006 10:24:39 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44C5B43D46; Fri, 19 May 2006 10:24:39 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JAOARC091505; Fri, 19 May 2006 10:24:10 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JAOAoq091504; Fri, 19 May 2006 10:24:10 GMT (envelope-from sat) Message-Id: <200605191024.k4JAOAoq091504@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 10:24:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/xpi-google-notebook Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 10:24:39 -0000 sat 2006-05-19 10:24:10 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-google-notebook Makefile distinfo pkg-descr pkg-plist Log: Add xpi-google-notebook: An extension to allow notetaking while browsing Submitted by: chinsan Approved by: krion (mentor) Revision Changes Path 1.1408 +1 -0 ports/www/Makefile 1.1 +19 -0 ports/www/xpi-google-notebook/Makefile (new) 1.1 +3 -0 ports/www/xpi-google-notebook/distinfo (new) 1.1 +8 -0 ports/www/xpi-google-notebook/pkg-descr (new) 1.1 +17 -0 ports/www/xpi-google-notebook/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri May 19 10:25:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9AAC16A429; Fri, 19 May 2006 10:25:31 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A70D543D49; Fri, 19 May 2006 10:25:31 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JAP3KC091585; Fri, 19 May 2006 10:25:03 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JAP3Th091584; Fri, 19 May 2006 10:25:03 GMT (envelope-from sat) Message-Id: <200605191025.k4JAP3Th091584@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 10:25:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 10:25:32 -0000 sat 2006-05-19 10:25:03 UTC FreeBSD ports repository Modified files: . modules Log: xpi-google-notebook --> ports/www/xpi-google-notebook Revision Changes Path 1.15000 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 19 10:27:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9925B16A41F; Fri, 19 May 2006 10:27:54 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51D6F43D45; Fri, 19 May 2006 10:27:54 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JARPdd091729; Fri, 19 May 2006 10:27:25 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JARPjo091728; Fri, 19 May 2006 10:27:25 GMT (envelope-from sat) Message-Id: <200605191027.k4JARPjo091728@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 10:27:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/xpi-greasemonkey Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 10:27:54 -0000 sat 2006-05-19 10:27:25 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-greasemonkey Makefile distinfo pkg-descr pkg-plist Log: Add xpi-greasemonkey: Add bits of DHTML to any web page to change its behavior Approved by: krion (mentor) Revision Changes Path 1.1409 +1 -0 ports/www/Makefile 1.1 +19 -0 ports/www/xpi-greasemonkey/Makefile (new) 1.1 +3 -0 ports/www/xpi-greasemonkey/distinfo (new) 1.1 +7 -0 ports/www/xpi-greasemonkey/pkg-descr (new) 1.1 +31 -0 ports/www/xpi-greasemonkey/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri May 19 10:29:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6338A16A437; Fri, 19 May 2006 10:29:59 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 215DB43D45; Fri, 19 May 2006 10:29:59 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JATUPN091864; Fri, 19 May 2006 10:29:30 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JATUIq091863; Fri, 19 May 2006 10:29:30 GMT (envelope-from sat) Message-Id: <200605191029.k4JATUIq091863@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 10:29:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 10:29:59 -0000 sat 2006-05-19 10:29:30 UTC FreeBSD ports repository Modified files: . modules Log: xpi-greasemonkey --> ports/www/xpi-greasemonkey Revision Changes Path 1.15001 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 19 10:31:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D01B16A420; Fri, 19 May 2006 10:31:14 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD9AE43D46; Fri, 19 May 2006 10:31:13 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JAUjiO091985; Fri, 19 May 2006 10:30:45 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JAUjjj091984; Fri, 19 May 2006 10:30:45 GMT (envelope-from sat) Message-Id: <200605191030.k4JAUjjj091984@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 10:30:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xpi-greasemonkey Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 10:31:14 -0000 sat 2006-05-19 10:30:45 UTC FreeBSD ports repository Modified files: www/xpi-greasemonkey Makefile Log: - Update my email address Approved by: krion (mentor, implicit) Revision Changes Path 1.2 +2 -2 ports/www/xpi-greasemonkey/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 19 10:36:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80A1716A420; Fri, 19 May 2006 10:36:08 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36B8C43D48; Fri, 19 May 2006 10:36:08 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JAZdnv092278; Fri, 19 May 2006 10:35:39 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JAZdrt092277; Fri, 19 May 2006 10:35:39 GMT (envelope-from kuriyama) Message-Id: <200605191035.k4JAZdrt092277@repoman.freebsd.org> From: Jun Kuriyama Date: Fri, 19 May 2006 10:35:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-UNIVERSAL-which Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 10:36:08 -0000 kuriyama 2006-05-19 10:35:39 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-UNIVERSAL-which Makefile distinfo pkg-descr pkg-plist Log: Add p5-UNIVERSAL-which 0.03, perl extension for telling fully qualified name of the method. Revision Changes Path 1.2212 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/p5-UNIVERSAL-which/Makefile (new) 1.1 +3 -0 ports/devel/p5-UNIVERSAL-which/distinfo (new) 1.1 +3 -0 ports/devel/p5-UNIVERSAL-which/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-UNIVERSAL-which/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri May 19 10:36:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B56B916A426; Fri, 19 May 2006 10:36:30 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 097D443D45; Fri, 19 May 2006 10:36:30 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JAa1Ya092321; Fri, 19 May 2006 10:36:01 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JAa1bU092320; Fri, 19 May 2006 10:36:01 GMT (envelope-from kuriyama) Message-Id: <200605191036.k4JAa1bU092320@repoman.freebsd.org> From: Jun Kuriyama Date: Fri, 19 May 2006 10:36:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 10:36:30 -0000 kuriyama 2006-05-19 10:36:01 UTC FreeBSD ports repository Modified files: . modules Log: p5-UNIVERSAL-which --> ports/devel/p5-UNIVERSAL-which Revision Changes Path 1.15002 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 19 10:37:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A57116A437; Fri, 19 May 2006 10:37:03 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02ED543D49; Fri, 19 May 2006 10:37:03 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JAaYVn092387; Fri, 19 May 2006 10:36:34 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JAaY6M092386; Fri, 19 May 2006 10:36:34 GMT (envelope-from lbr) Message-Id: <200605191036.k4JAaY6M092386@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Fri, 19 May 2006 10:36:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Object-Signature Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 10:37:03 -0000 lbr 2006-05-19 10:36:34 UTC FreeBSD ports repository Modified files: devel/p5-Object-Signature Makefile distinfo Log: Update to 1.04. Approved by: erwin (dementor) Revision Changes Path 1.4 +1 -1 ports/devel/p5-Object-Signature/Makefile 1.3 +3 -3 ports/devel/p5-Object-Signature/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 10:46:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62DB416A41F; Fri, 19 May 2006 10:46:50 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FBC643D53; Fri, 19 May 2006 10:46:50 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JAkLJY092774; Fri, 19 May 2006 10:46:21 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JAkLB5092773; Fri, 19 May 2006 10:46:21 GMT (envelope-from sat) Message-Id: <200605191046.k4JAkLB5092773@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 10:46:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/dcraw Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 10:46:50 -0000 sat 2006-05-19 10:46:21 UTC FreeBSD ports repository Modified files: graphics/dcraw Makefile distinfo Log: - Update to v8.18 Approved by: krion (mentor, implicit) Revision Changes Path 1.14 +1 -1 ports/graphics/dcraw/Makefile 1.13 +3 -3 ports/graphics/dcraw/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 10:59:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F355B16A424; Fri, 19 May 2006 10:59:08 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE0C543D45; Fri, 19 May 2006 10:59:08 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JAwet4093225; Fri, 19 May 2006 10:58:40 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JAwe38093221; Fri, 19 May 2006 10:58:40 GMT (envelope-from erwin) Message-Id: <200605191058.k4JAwe38093221@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 19 May 2006 10:58:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/balazar Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 10:59:09 -0000 erwin 2006-05-19 10:58:39 UTC FreeBSD ports repository Modified files: games/balazar Makefile distinfo pkg-plist Log: Update to 0.3 PR: 97484 Submitted by: Jose Alonso Cardenas Marquez (maintainer) Revision Changes Path 1.3 +4 -2 ports/games/balazar/Makefile 1.3 +3 -3 ports/games/balazar/distinfo 1.2 +263 -173 ports/games/balazar/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 11:08:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D11516A420; Fri, 19 May 2006 11:08:34 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AAED43D45; Fri, 19 May 2006 11:08:34 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JB85fl094823; Fri, 19 May 2006 11:08:05 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JB85KE094822; Fri, 19 May 2006 11:08:05 GMT (envelope-from sat) Message-Id: <200605191108.k4JB85KE094822@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 11:08:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/cjc pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 11:08:34 -0000 sat 2006-05-19 11:08:05 UTC FreeBSD ports repository Modified files: net-im/cjc pkg-descr Log: - Update broken WWW Approved by: krion (mentor, implicit) Revision Changes Path 1.2 +1 -1 ports/net-im/cjc/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri May 19 11:15:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06CD016A420; Fri, 19 May 2006 11:15:03 +0000 (UTC) (envelope-from babkin@verizon.net) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF40343D45; Fri, 19 May 2006 11:15:03 +0000 (GMT) (envelope-from babkin@verizon.net) Received: from vms168.mailsrvcs.net ([192.168.1.1]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IZI00JEHF8YXK32@vms042.mailsrvcs.net>; Fri, 19 May 2006 06:14:58 -0500 (CDT) Date: Fri, 19 May 2006 06:14:58 -0500 (CDT) From: Sergey Babkin To: Warner Losh , phk@phk.freebsd.dk Message-id: <16489295.8854801148037298444.JavaMail.root@vms168.mailsrvcs.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, gnn@neville-neil.com, cvs-all@FreeBSD.org, julian@elischer.org, hellmuth.michaelis@t-online.de Subject: Re: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: babkin@users.sf.net List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 11:15:04 -0000 >From: Warner Losh >> In message <20060518.122122.71180479.imp@bsdimp.com>, Warner Losh writes: >> >> >> I've not been very impressed with what I've seen from sources using >> >> this approach, but I guess having the prototypes with one line >> >> comments is better than nothing. >> > >> >Doxygen does more than one line, and you get out of it the effort that >> >you put into it as far as quality goes. >> >> That was sort of what I hinted at: most places I've seen don't seem >> to have the follow-through to actually get more than the prototypes >> out. > >Yes. It takes everyone pulling together to make it work. Doxygen is definitely beffer than nothing but not a replacement for proper man pages either. I've had experience with this kind of documentation in Qt, and it gives some idea of what is happening inside the function but always leaves enough mystery. The part that is missing is the big picture of how these functions are intended to work together. -SB From owner-cvs-all@FreeBSD.ORG Fri May 19 11:27:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93FB416A422; Fri, 19 May 2006 11:27:31 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4321743D45; Fri, 19 May 2006 11:27:31 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JBR2NG095571; Fri, 19 May 2006 11:27:02 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JBR2XR095570; Fri, 19 May 2006 11:27:02 GMT (envelope-from cognet) Message-Id: <200605191127.k4JBR2XR095570@repoman.freebsd.org> From: Olivier Houchard Date: Fri, 19 May 2006 11:27:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 at91.c src/sys/arm/xscale/i80321 i80321_space.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 11:27:31 -0000 cognet 2006-05-19 11:27:02 UTC FreeBSD src repository Modified files: sys/arm/at91 at91.c sys/arm/xscale/i80321 i80321_space.c Log: We have an implementation of generic_bs_rr_1, so use it, as some drivers use it. Submitted by: kevlo Revision Changes Path 1.7 +1 -1 src/sys/arm/at91/at91.c 1.5 +1 -1 src/sys/arm/xscale/i80321/i80321_space.c From owner-cvs-all@FreeBSD.ORG Fri May 19 11:43:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 999C516A41F; Fri, 19 May 2006 11:43:30 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 521DF43D4C; Fri, 19 May 2006 11:43:30 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JBh1DW096198; Fri, 19 May 2006 11:43:01 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JBh131096197; Fri, 19 May 2006 11:43:01 GMT (envelope-from garga) Message-Id: <200605191143.k4JBh131096197@repoman.freebsd.org> From: Renato Botelho Date: Fri, 19 May 2006 11:43:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/sarg Makefile distinfo pkg-plist ports/www/sarg/files patch-css.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 11:43:30 -0000 garga 2006-05-19 11:43:01 UTC FreeBSD ports repository Modified files: www/sarg Makefile distinfo pkg-plist Removed files: www/sarg/files patch-css.c Log: - Update to 2.2.1 - OPTIONS'ify Full Changelog at: http://sarg.sourceforge.net/sarg.ChangeLog.txt Revision Changes Path 1.24 +12 -12 ports/www/sarg/Makefile 1.17 +3 -9 ports/www/sarg/distinfo 1.2 +0 -10 ports/www/sarg/files/patch-css.c (dead) 1.11 +1 -0 ports/www/sarg/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 12:03:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19E9A16A4E5; Fri, 19 May 2006 12:03:47 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBFB943D76; Fri, 19 May 2006 12:03:46 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JC3HuU098159; Fri, 19 May 2006 12:03:17 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JC3Hrh098158; Fri, 19 May 2006 12:03:17 GMT (envelope-from sem) Message-Id: <200605191203.k4JC3Hrh098158@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 19 May 2006 12:03:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 12:04:06 -0000 sem 2006-05-19 12:03:17 UTC FreeBSD ports repository Modified files: . UPDATING Log: Fix date for the last net/isc-dhcp3-server entry Reported by: Rui Lopes Pointy hat to: myself Revision Changes Path 1.329 +2 -2 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Fri May 19 12:23:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD75A16A4F6; Fri, 19 May 2006 12:23:52 +0000 (UTC) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2820743D58; Fri, 19 May 2006 12:23:52 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JCNI1t099103; Fri, 19 May 2006 12:23:18 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JCNIsS099102; Fri, 19 May 2006 12:23:18 GMT (envelope-from marck) Message-Id: <200605191223.k4JCNIsS099102@repoman.freebsd.org> From: Dmitry Morozovsky Date: Fri, 19 May 2006 12:23:17 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook Makefile book.sgml chapters.ent doc/ru_RU.KOI8-R/books/handbook/disks chapter.sgml doc/ru_RU.KOI8-R/books/handbook/firewalls chapter.sgml doc/ru_RU.KOI8-R/books/handbook/mirrors chapter.sgml doc/ru_RU.KOI8-R/books/handbook/network-servers chapter.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 12:24:12 -0000 marck 2006-05-19 12:23:17 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook Makefile book.sgml chapters.ent ru_RU.KOI8-R/books/handbook/disks chapter.sgml ru_RU.KOI8-R/books/handbook/firewalls chapter.sgml ru_RU.KOI8-R/books/handbook/mirrors chapter.sgml ru_RU.KOI8-R/books/handbook/network-servers chapter.sgml ru_RU.KOI8-R/books/handbook/preface preface.sgml ru_RU.KOI8-R/books/handbook/security chapter.sgml Log: MFen: 1.97 -> 1.100 Makefile 1.164 -> 1.166 book.sgml 1.33 -> 1.35 chapters.ent 1.256 -> 1.257 disks/chapter.sgml 1.66 -> 1.67 firewalls/chapter.sgml 1.413 -> 1.418 mirrors/chapter.sgml 1.79 -> 1.81 network-servers/chapter.sgml 1.30 -> 1.32 preface/preface.sgml 1.292 -> 1.293 security/chapter.sgml Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.21 +2 -2 doc/ru_RU.KOI8-R/books/handbook/Makefile 1.24 +2 -2 doc/ru_RU.KOI8-R/books/handbook/book.sgml 1.12 +2 -2 doc/ru_RU.KOI8-R/books/handbook/chapters.ent 1.22 +7 -22 doc/ru_RU.KOI8-R/books/handbook/disks/chapter.sgml 1.4 +6 -2 doc/ru_RU.KOI8-R/books/handbook/firewalls/chapter.sgml 1.26 +10 -14 doc/ru_RU.KOI8-R/books/handbook/mirrors/chapter.sgml 1.20 +27 -9 doc/ru_RU.KOI8-R/books/handbook/network-servers/chapter.sgml 1.10 +2 -2 doc/ru_RU.KOI8-R/books/handbook/preface/preface.sgml 1.17 +6 -8 doc/ru_RU.KOI8-R/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri May 19 12:31:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEAAC16A556; Fri, 19 May 2006 12:31:36 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9490C43D64; Fri, 19 May 2006 12:31:33 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JCV4QI099435; Fri, 19 May 2006 12:31:04 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JCV4cf099434; Fri, 19 May 2006 12:31:04 GMT (envelope-from sat) Message-Id: <200605191231.k4JCV4cf099434@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 12:31:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/redet Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 12:31:37 -0000 sat 2006-05-19 12:31:04 UTC FreeBSD ports repository Modified files: textproc/redet Makefile distinfo Log: - Update to 8.11 Reported by: Martin Wilke Approved by: krion (mentor, implicit) Revision Changes Path 1.12 +4 -5 ports/textproc/redet/Makefile 1.9 +3 -3 ports/textproc/redet/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 12:31:43 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 448F316A55A; Fri, 19 May 2006 12:31:43 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E16843D48; Fri, 19 May 2006 12:31:33 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5F718.dip.t-dialin.net [84.165.247.24]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.1) with ESMTP id k4JCKTfS069987; Fri, 19 May 2006 14:20:30 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k4JCVHXS050196; Fri, 19 May 2006 14:31:17 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Fri, 19 May 2006 14:31:16 +0200 Message-ID: <20060519143116.9iuvd81es0g0owkc@netchild.homeip.net> X-Priority: 3 (Normal) Date: Fri, 19 May 2006 14:31:16 +0200 From: Alexander Leidinger To: "George V. Neville-Neil" References: <200605181516.15541.hm@kts.org> <39318.1147960050@critter.freebsd.dk> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, Poul-Henning Kamp , Julian Elischer , hellmuth.michaelis@t-online.de Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 vkbd.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 12:31:44 -0000 Quoting "George V. Neville-Neil" (from Thu, 18 May 2006 10:14:26 -0700): > I so hate to chime in on this thread, but I really think we need to > start putting things into the code and using Doxygen, or a moral > equivalent, to at least have a chance of keeping such things up to > date. Someone a while back set up a proper Doxygen file for use with > FreeBSD and we might simply pursue that tack. http://www.leidinger.net/FreeBSD/src_docs/ http://www.leidinger.net/FreeBSD/FreeBSD-Dox.tar.bz2 Feel free to send/suggest further subsystems/improvements. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 A great many people think they are thinking when they are merely rearranging their prejudices. -- William James From owner-cvs-all@FreeBSD.ORG Fri May 19 12:39:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C28C16A5E7; Fri, 19 May 2006 12:39:07 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58AC243D6E; Fri, 19 May 2006 12:39:07 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JCcc3R099826; Fri, 19 May 2006 12:38:38 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JCcc9H099825; Fri, 19 May 2006 12:38:38 GMT (envelope-from ahze) Message-Id: <200605191238.k4JCcc9H099825@repoman.freebsd.org> From: Michael Johnson Date: Fri, 19 May 2006 12:38:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fonts/dejavu Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 12:39:10 -0000 ahze 2006-05-19 12:38:38 UTC FreeBSD ports repository Modified files: x11-fonts/dejavu Makefile distinfo Log: - Update to 2.6 PR: 97493 Submitted by: Martin Wilke Revision Changes Path 1.19 +1 -1 ports/x11-fonts/dejavu/Makefile 1.19 +3 -3 ports/x11-fonts/dejavu/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 12:47:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8F4A16A6A3; Fri, 19 May 2006 12:47:46 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 853A643D76; Fri, 19 May 2006 12:47:46 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JClHlq008145; Fri, 19 May 2006 12:47:17 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JClHA1008144; Fri, 19 May 2006 12:47:17 GMT (envelope-from erwin) Message-Id: <200605191247.k4JClHA1008144@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 19 May 2006 12:47:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/wmmsg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 12:47:52 -0000 erwin 2006-05-19 12:47:17 UTC FreeBSD ports repository Modified files: x11/wmmsg Makefile Log: Replace MASTER_SITE with a working one PR: 96723 Submitted by: Martin Wilke Approved by: maintainer timeout Revision Changes Path 1.8 +1 -1 ports/x11/wmmsg/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 19 12:51:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4661A16A694; Fri, 19 May 2006 12:51:12 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0353243D6E; Fri, 19 May 2006 12:51:12 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JCoha9008324; Fri, 19 May 2006 12:50:43 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JCogqU008323; Fri, 19 May 2006 12:50:42 GMT (envelope-from erwin) Message-Id: <200605191250.k4JCogqU008323@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 19 May 2006 12:50:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/news/aub Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 12:51:17 -0000 erwin 2006-05-19 12:50:42 UTC FreeBSD ports repository Modified files: news/aub Makefile distinfo pkg-plist Log: Update 2.2 PR: 96618 Submitted by: Martin Wilke Approved by: maintainer timeout (14 days, obrien) Revision Changes Path 1.19 +5 -3 ports/news/aub/Makefile 1.7 +3 -3 ports/news/aub/distinfo 1.6 +4 -7 ports/news/aub/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 12:55:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD98116A6AF; Fri, 19 May 2006 12:55:00 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7545643D45; Fri, 19 May 2006 12:55:00 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JCsVA8008485; Fri, 19 May 2006 12:54:31 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JCsV7B008483; Fri, 19 May 2006 12:54:31 GMT (envelope-from gerald) Message-Id: <200605191254.k4JCsV7B008483@repoman.freebsd.org> From: Gerald Pfeifer Date: Fri, 19 May 2006 12:54:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc40 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 12:55:04 -0000 gerald 2006-05-19 12:54:31 UTC FreeBSD ports repository Modified files: lang/gcc40 Makefile distinfo Log: Update to the 20060518 snapshot of GCC 4.0.4. Revision Changes Path 1.259 +1 -1 ports/lang/gcc40/Makefile 1.154 +12 -12 ports/lang/gcc40/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 13:07:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6B3716A548; Fri, 19 May 2006 13:07:09 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id E46DC43D48; Fri, 19 May 2006 13:07:08 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5F718.dip.t-dialin.net [84.165.247.24]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.1) with ESMTP id k4JCu4ew070095; Fri, 19 May 2006 14:56:05 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k4JD6pfm055487; Fri, 19 May 2006 15:06:51 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Fri, 19 May 2006 15:06:51 +0200 Message-ID: <20060519150651.ntpdsry0w0sc8w44@netchild.homeip.net> X-Priority: 3 (Normal) Date: Fri, 19 May 2006 15:06:51 +0200 From: Alexander Leidinger To: Doug Ambrisko References: <200605182330.k4INUmJa020360@repoman.freebsd.org> In-Reply-To: <200605182330.k4INUmJa020360@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files files.amd64 options src/sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_linux.c mfi_pci.c mfireg.h mfivar.h src/sys/modules/mfi Makefile src/sys/modules/mfi/mfi_linux Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 13:07:09 -0000 Quoting Doug Ambrisko (from Thu, 18 May 2006 =20 23:30:48 +0000 (UTC)): > Log: > Add in a bunch of things to the mfi driver: > - Try to implement something like SIGIO for StoreLib. Since > mrmonitor doesn't work right I can't fully test it. StoreLib > works best with the rh9 base. In theory mrmonitor isn't > needed due to native driver support of AEN :-) I want to note (to the public, not to Doug, since he knows this) that =20 this is because fc3 (and the upcomming fc4) wants to work differently, =20 when the linux kernel version is set to 2.6.x (compared to our current =20 default of 2.4.x). We first need to implement some more syscalls in =20 the linuxolator until we can bump the linux kernel version without =20 breakage somewhere else. So if you use this, you are in a "you have to know what you are =20 doing"-situation. Bye, Alexander. --=20 http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 After all is said and done, a hell of a lot more is said than done From owner-cvs-all@FreeBSD.ORG Fri May 19 13:14:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D54B816A630; Fri, 19 May 2006 13:14:49 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id BABB443D4C; Fri, 19 May 2006 13:14:42 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5F718.dip.t-dialin.net [84.165.247.24]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.1) with ESMTP id k4JD3dL8070129; Fri, 19 May 2006 15:03:39 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k4JDEQ4g056617; Fri, 19 May 2006 15:14:26 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Fri, 19 May 2006 15:14:26 +0200 Message-ID: <20060519151426.kij5xqvcu84sgsos@netchild.homeip.net> X-Priority: 3 (Normal) Date: Fri, 19 May 2006 15:14:26 +0200 From: Alexander Leidinger To: Jean-Yves Lefort References: <20060519073710.2a3a1839.jylefort@FreeBSD.org> <20060519.145305.91317084.hrs@allbsd.org> <20060519075844.e1ac8d3b.jylefort@FreeBSD.org> <20060519.154122.123975929.hrs@allbsd.org> <20060519090956.4f19dd41.jylefort@FreeBSD.org> In-Reply-To: <20060519090956.4f19dd41.jylefort@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: cvs-ports@FreeBSD.org, Hiroki Sato , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/acroread7 Makefile pkg-deinstall pkg-plist.7.0.1 pkg-plist.7.0.5 ports/print/acroread7/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 13:14:50 -0000 Quoting Jean-Yves Lefort (from Fri, 19 May 2006 09:09:56 +0200): > With that interpretation the port is also illegal since it's not only > a "new installer", but also "modifies the Software" (through brandelf, > for instance): At the time the port was changed we talked about this: Brandelf is modifying a field in the ELF header which is made for the purpose of taking care of the ALF ABI number the binary complies to. So we are not modifying the software, we are using a feature of the ELF header. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Hermes: "The poor demented honky." From owner-cvs-all@FreeBSD.ORG Fri May 19 14:01:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C496B16A45D; Fri, 19 May 2006 14:01:49 +0000 (UTC) (envelope-from mikeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8156643D49; Fri, 19 May 2006 14:01:49 +0000 (GMT) (envelope-from mikeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JE1KWs012287; Fri, 19 May 2006 14:01:20 GMT (envelope-from mikeh@repoman.freebsd.org) Received: (from mikeh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JE1KYV012286; Fri, 19 May 2006 14:01:20 GMT (envelope-from mikeh) Message-Id: <200605191401.k4JE1KYV012286@repoman.freebsd.org> From: Mike Heffner Date: Fri, 19 May 2006 14:01:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 14:01:49 -0000 mikeh 2006-05-19 14:01:20 UTC FreeBSD src repository Modified files: . access Log: * The Grim Reaper came a knocking. My time recently has been almost entirely consumed by work and I don't have any guess as to when I'll be able to return to FBSD source work, so take the correct step for right now and turn in my src bit for safe keeping. I'll keep a ports bit as I should be able to spare a few minutes occasionally to keep my ports semi up to date. Approved by: core Revision Changes Path 1.770 +0 -1 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Fri May 19 14:10:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D79D416A457; Fri, 19 May 2006 14:10:35 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A04D243D64; Fri, 19 May 2006 14:10:34 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JEA5If013758; Fri, 19 May 2006 14:10:05 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JEA5K7013757; Fri, 19 May 2006 14:10:05 GMT (envelope-from mnag) Message-Id: <200605191410.k4JEA5K7013757@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 19 May 2006 14:10:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/py-supybot Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 14:10:36 -0000 mnag 2006-05-19 14:10:05 UTC FreeBSD ports repository Modified files: irc/py-supybot Makefile distinfo pkg-plist Log: - Update to 0.83.1 [1] - Use INSTALL_* instead of CP - Respect MANPREFIX PR: 96791 [1] Submitted by: Radim Kolar Approved by: maintainer timeout (14 days) Revision Changes Path 1.5 +10 -8 ports/irc/py-supybot/Makefile 1.5 +3 -3 ports/irc/py-supybot/distinfo 1.5 +829 -530 ports/irc/py-supybot/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 13:16:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB3216A42F; Fri, 19 May 2006 13:16:59 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB47943D46; Fri, 19 May 2006 13:16:58 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5F718.dip.t-dialin.net [84.165.247.24]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.1) with ESMTP id k4JD5bbS070141; Fri, 19 May 2006 15:05:38 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k4JDGOGx056856; Fri, 19 May 2006 15:16:25 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Fri, 19 May 2006 15:16:24 +0200 Message-ID: <20060519151624.sd392gz3swcc8800@netchild.homeip.net> X-Priority: 3 (Normal) Date: Fri, 19 May 2006 15:16:24 +0200 From: Alexander Leidinger To: babkin@users.sourceforge.net, Sergey Babkin References: <16489295.8854801148037298444.JavaMail.root@vms168.mailsrvcs.net> In-Reply-To: <16489295.8854801148037298444.JavaMail.root@vms168.mailsrvcs.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new X-Mailman-Approved-At: Fri, 19 May 2006 14:10:54 +0000 Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, gnn@neville-neil.com, cvs-all@FreeBSD.org, phk@phk.freebsd.dk, julian@elischer.org, hellmuth.michaelis@t-online.de, Warner Losh Subject: Re: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 13:17:00 -0000 Quoting Sergey Babkin (from Fri, 19 May 2006 06:14:58 -0500 (CDT)): > Doxygen is definitely beffer than nothing but not a > replacement for proper man pages either. I've had > experience with this kind of documentation in Qt, > and it gives some idea of what is happening inside > the function but always leaves enough mystery. > The part that is missing is the big picture of how > these functions are intended to work together. You can add some introduction, e.g. by using a separate file and instructing doxygen to read it, which contains the big picture. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 It is easier to write an incorrect program than understand a correct one. From owner-cvs-all@FreeBSD.ORG Fri May 19 14:36:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88D0C16A433; Fri, 19 May 2006 14:36:52 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC5C943D46; Fri, 19 May 2006 14:36:51 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JEaM5m014854; Fri, 19 May 2006 14:36:22 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JEaMPJ014853; Fri, 19 May 2006 14:36:22 GMT (envelope-from ehaupt) Message-Id: <200605191436.k4JEaMPJ014853@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 19 May 2006 14:36:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/adplay Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 14:36:52 -0000 ehaupt 2006-05-19 14:36:22 UTC FreeBSD ports repository Modified files: audio/adplay Makefile distinfo Log: Implement the official adplug database which contains additional, essential replay information about problematic files. Some file formats contain too few information about a song for it to be correctly replayed. To counter this, the AdPlug database was created. Revision Changes Path 1.7 +16 -4 ports/audio/adplay/Makefile 1.4 +3 -0 ports/audio/adplay/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 15:03:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB55C16A431; Fri, 19 May 2006 15:03:03 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A0F43D45; Fri, 19 May 2006 15:03:03 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JF2YCv015896; Fri, 19 May 2006 15:02:34 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JF2YbF015895; Fri, 19 May 2006 15:02:34 GMT (envelope-from vs) Message-Id: <200605191502.k4JF2YbF015895@repoman.freebsd.org> From: Volker Stolz Date: Fri, 19 May 2006 15:02:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/jlj Makefile distinfo pkg-message pkg-plist ports/deskutils/jlj/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 15:03:04 -0000 vs 2006-05-19 15:02:33 UTC FreeBSD ports repository Modified files: deskutils/jlj Makefile distinfo Added files: deskutils/jlj/files pkg-message.in Removed files: deskutils/jlj pkg-message pkg-plist Log: Update to 2.12. Assign maintainership to submitter PR: ports/97374 Submitted by: Wesley Shields Revision Changes Path 1.12 +14 -10 ports/deskutils/jlj/Makefile 1.11 +3 -6 ports/deskutils/jlj/distinfo 1.1 +7 -0 ports/deskutils/jlj/files/pkg-message.in (new) 1.2 +0 -3 ports/deskutils/jlj/pkg-message (dead) 1.3 +0 -5 ports/deskutils/jlj/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri May 19 15:41:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC6FF16A4C7; Fri, 19 May 2006 15:41:17 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76BD843D45; Fri, 19 May 2006 15:41:17 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JFelHS018584; Fri, 19 May 2006 15:40:47 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JFelqS018583; Fri, 19 May 2006 15:40:47 GMT (envelope-from jkoshy) Message-Id: <200605191540.k4JFelqS018583@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 19 May 2006 15:40:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/tcc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 15:41:17 -0000 jkoshy 2006-05-19 15:40:47 UTC FreeBSD ports repository Modified files: lang/tcc Makefile Log: Register a conflict with TenDRA-4*. Reminded by: Volker Stolz Revision Changes Path 1.4 +2 -0 ports/lang/tcc/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 19 16:46:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D29D16A41F; Fri, 19 May 2006 16:46:49 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EED2A43D45; Fri, 19 May 2006 16:46:48 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JGkJAX022153; Fri, 19 May 2006 16:46:19 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JGkJmn022152; Fri, 19 May 2006 16:46:19 GMT (envelope-from emax) Message-Id: <200605191646.k4JGkJmn022152@repoman.freebsd.org> From: Maksim Yevmenkin Date: Fri, 19 May 2006 16:46:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/bluetooth hcsecd.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 16:46:49 -0000 emax 2006-05-19 16:46:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/bluetooth hcsecd.conf Log: MFC: Correct BD_ADDR entry for "Dummy" device in the default hcsecd.conf. Each byte in BD_ADDR should exactly two nibbles, i.e "1:2:3:4:5:6" is NOT valid and "01:02:03:04:05:06" is valid BD_ADDR. Revision Changes Path 1.2.8.1 +1 -1 src/etc/bluetooth/hcsecd.conf From owner-cvs-all@FreeBSD.ORG Fri May 19 16:51:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B09A16A42B; Fri, 19 May 2006 16:51:57 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE73843D53; Fri, 19 May 2006 16:51:56 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JGpRvK030012; Fri, 19 May 2006 16:51:27 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JGpR7C030011; Fri, 19 May 2006 16:51:27 GMT (envelope-from alepulver) Message-Id: <200605191651.k4JGpR7C030011@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 19 May 2006 16:51:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/nehquake Makefile distinfo pkg-descr pkg-plist ports/games/nehquake/files patch-Makefile patch-src__cd_linux.c patch-src__dzipmain.c patch-src__gl_vidlinuxglx.c patch-src__glquake.h patch-src__neh.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 16:51:57 -0000 alepulver 2006-05-19 16:51:27 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/nehquake Makefile distinfo pkg-descr pkg-plist games/nehquake/files patch-Makefile patch-src__cd_linux.c patch-src__dzipmain.c patch-src__gl_vidlinuxglx.c patch-src__glquake.h patch-src__neh.c patch-src__net.h patch-src__quakedef.h patch-src__snd_linux.c pkg-message.in Log: This Nehahra engine is basically a bug-fixed version of the released 2.54 source. It has also most of the fixes/features of the Enhanced GLQuake version. The engine can be used for both watching the "Seal of Nehahra" movie and for playing the actual game. WWW: http://planetquake.com/nehahra/ Approved by: garga (mentor) Revision Changes Path 1.975 +1 -0 ports/games/Makefile 1.1 +57 -0 ports/games/nehquake/Makefile (new) 1.1 +3 -0 ports/games/nehquake/distinfo (new) 1.1 +88 -0 ports/games/nehquake/files/patch-Makefile (new) 1.1 +319 -0 ports/games/nehquake/files/patch-src__cd_linux.c (new) 1.1 +11 -0 ports/games/nehquake/files/patch-src__dzipmain.c (new) 1.1 +12 -0 ports/games/nehquake/files/patch-src__gl_vidlinuxglx.c (new) 1.1 +10 -0 ports/games/nehquake/files/patch-src__glquake.h (new) 1.1 +69 -0 ports/games/nehquake/files/patch-src__neh.c (new) 1.1 +11 -0 ports/games/nehquake/files/patch-src__net.h (new) 1.1 +11 -0 ports/games/nehquake/files/patch-src__quakedef.h (new) 1.1 +14 -0 ports/games/nehquake/files/patch-src__snd_linux.c (new) 1.1 +9 -0 ports/games/nehquake/files/pkg-message.in (new) 1.1 +6 -0 ports/games/nehquake/pkg-descr (new) 1.1 +3 -0 ports/games/nehquake/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri May 19 16:52:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C429816A422; Fri, 19 May 2006 16:52:43 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C89CC43D5F; Fri, 19 May 2006 16:52:39 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JGq9jW030050; Fri, 19 May 2006 16:52:09 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JGq9bD030049; Fri, 19 May 2006 16:52:09 GMT (envelope-from alepulver) Message-Id: <200605191652.k4JGq9bD030049@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 19 May 2006 16:52:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 16:52:43 -0000 alepulver 2006-05-19 16:52:09 UTC FreeBSD ports repository Modified files: . modules Log: nehquake --> ports/games/nehquake Revision Changes Path 1.15003 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 19 17:30:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D908B16A420; Fri, 19 May 2006 17:30:07 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 826EB43D45; Fri, 19 May 2006 17:30:07 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JHTb4J032628; Fri, 19 May 2006 17:29:37 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JHTb7x032627; Fri, 19 May 2006 17:29:37 GMT (envelope-from bmah) Message-Id: <200605191729.k4JHTb7x032627@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 19 May 2006 17:29:37 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 17:30:08 -0000 bmah 2006-05-19 17:29:37 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Add myself back to the RE list. Revision Changes Path 1.239 +1 -0 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml From owner-cvs-all@FreeBSD.ORG Fri May 19 18:29:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3771816A420; Fri, 19 May 2006 18:29:41 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E16AF43D48; Fri, 19 May 2006 18:29:40 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JITA5m036181; Fri, 19 May 2006 18:29:10 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JITA83036180; Fri, 19 May 2006 18:29:10 GMT (envelope-from garga) Message-Id: <200605191829.k4JITA83036180@repoman.freebsd.org> From: Renato Botelho Date: Fri, 19 May 2006 18:29:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/cdialog Makefile distinfo pkg-plist ports/devel/cdialog/files patch-makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 18:29:45 -0000 garga 2006-05-19 18:29:09 UTC FreeBSD ports repository Modified files: devel/cdialog Makefile distinfo pkg-plist Added files: devel/cdialog/files patch-makefile.in Log: - Update to 1.0.20060221 - Install example files always and don't respect more NOPORTDOCS - Remove do-install: and use default program install proccess Approved by: maintainer by email Revision Changes Path 1.21 +6 -15 ports/devel/cdialog/Makefile 1.13 +3 -3 ports/devel/cdialog/distinfo 1.1 +37 -0 ports/devel/cdialog/files/patch-makefile.in (new) 1.11 +159 -142 ports/devel/cdialog/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 18:32:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 179D316A41F; Fri, 19 May 2006 18:32:55 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B84443D4C; Fri, 19 May 2006 18:32:54 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JIWOVt036353; Fri, 19 May 2006 18:32:24 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JIWOds036352; Fri, 19 May 2006 18:32:24 GMT (envelope-from garga) Message-Id: <200605191832.k4JIWOds036352@repoman.freebsd.org> From: Renato Botelho Date: Fri, 19 May 2006 18:32:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/ftptool Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 18:32:55 -0000 garga 2006-05-19 18:32:24 UTC FreeBSD ports repository Modified files: ftp/ftptool Makefile Log: - Respect CC - Pass maintainership to submitter PR: ports/97463 Submitted by: Serge Gagnon Revision Changes Path 1.20 +3 -2 ports/ftp/ftptool/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 19 18:34:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97ECB16A421; Fri, 19 May 2006 18:34:19 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23ADD43D46; Fri, 19 May 2006 18:34:19 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JIXn9X036422; Fri, 19 May 2006 18:33:49 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JIXmWZ036421; Fri, 19 May 2006 18:33:49 GMT (envelope-from garga) Message-Id: <200605191833.k4JIXmWZ036421@repoman.freebsd.org> From: Renato Botelho Date: Fri, 19 May 2006 18:33:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/p5-GD Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 18:34:19 -0000 garga 2006-05-19 18:33:48 UTC FreeBSD ports repository Modified files: graphics/p5-GD Makefile distinfo Log: - Update to 2.32 PR: ports/97419 Submitted by: Christopher Boumenot Approved by: maintainer Revision Changes Path 1.41 +1 -1 ports/graphics/p5-GD/Makefile 1.20 +3 -3 ports/graphics/p5-GD/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 18:42:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87EA116A507; Fri, 19 May 2006 18:42:05 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD88443D67; Fri, 19 May 2006 18:41:59 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JIfTM1036887; Fri, 19 May 2006 18:41:29 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JIfT4Y036886; Fri, 19 May 2006 18:41:29 GMT (envelope-from anray) Message-Id: <200605191841.k4JIfT4Y036886@repoman.freebsd.org> From: Andrey Slusar Date: Fri, 19 May 2006 18:41:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/emacs-devel Makefile distinfo pkg-plist ports/editors/emacs-devel/files patch-Makefile.in patch-configure.in patch-lib-src-Makefile.in patch-lispintro-Makefile.in patch-lispref-Makefile.in patch-man-Makefile.in patch-src__alloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 18:42:05 -0000 anray 2006-05-19 18:41:29 UTC FreeBSD ports repository Modified files: editors/emacs-devel Makefile distinfo pkg-plist editors/emacs-devel/files patch-Makefile.in patch-configure.in patch-lib-src-Makefile.in patch-lispintro-Makefile.in patch-lispref-Makefile.in patch-man-Makefile.in patch-src__alloc.c Log: - Update to 22.0.50.20060502 - Change CONFIGURE_TARGET to ${MACHINE_ARCH}-freebsd. - Assign maintainership to Giorgos Keramidas [1] Submitted by: keramida (by email) Created by: nobutaka, keramida Approved by: maintainer (by email) [1] Revision Changes Path 1.3 +6 -7 ports/editors/emacs-devel/Makefile 1.2 +3 -3 ports/editors/emacs-devel/distinfo 1.2 +25 -3 ports/editors/emacs-devel/files/patch-Makefile.in 1.2 +4 -2 ports/editors/emacs-devel/files/patch-configure.in 1.2 +12 -9 ports/editors/emacs-devel/files/patch-lib-src-Makefile.in 1.2 +4 -17 ports/editors/emacs-devel/files/patch-lispintro-Makefile.in 1.2 +9 -28 ports/editors/emacs-devel/files/patch-lispref-Makefile.in 1.2 +7 -285 ports/editors/emacs-devel/files/patch-man-Makefile.in 1.2 +7 -4 ports/editors/emacs-devel/files/patch-src__alloc.c 1.2 +85 -63 ports/editors/emacs-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 18:54:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA45D16A41F; Fri, 19 May 2006 18:54:20 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9254343D45; Fri, 19 May 2006 18:54:20 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JIroZG037364; Fri, 19 May 2006 18:53:50 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JIro6N037363; Fri, 19 May 2006 18:53:50 GMT (envelope-from sobomax) Message-Id: <200605191853.k4JIro6N037363@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 19 May 2006 18:53:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/include clock.h mutex.h src/sys/amd64/include clock.h mutex.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 18:54:21 -0000 sobomax 2006-05-19 18:53:50 UTC FreeBSD src repository Modified files: sys/i386/include mutex.h clock.h sys/amd64/include clock.h mutex.h Log: Move clock_lock prototype into , where it is more appropriate. Discussed with: jhb Revision Changes Path 1.52 +1 -0 src/sys/amd64/include/clock.h 1.39 +0 -9 src/sys/amd64/include/mutex.h 1.54 +1 -0 src/sys/i386/include/clock.h 1.37 +2 -11 src/sys/i386/include/mutex.h From owner-cvs-all@FreeBSD.ORG Fri May 19 19:07:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ABD216A434; Fri, 19 May 2006 19:07:09 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2F3143D49; Fri, 19 May 2006 19:07:08 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JJ6c8s039109; Fri, 19 May 2006 19:06:38 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JJ6ciH039108; Fri, 19 May 2006 19:06:38 GMT (envelope-from jkim) Message-Id: <200605191906.k4JJ6ciH039108@repoman.freebsd.org> From: Jung-uk Kim Date: Fri, 19 May 2006 19:06:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib a64l.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 19:07:09 -0000 jkim 2006-05-19 19:06:38 UTC FreeBSD src repository Modified files: lib/libc/stdlib a64l.c Log: Correct decoding a string containing '/'. PR: 97485 Submitted by: Mikko Tyolajarvi < mbsd at pacbell dot net > Revision Changes Path 1.2 +1 -1 src/lib/libc/stdlib/a64l.c From owner-cvs-all@FreeBSD.ORG Fri May 19 19:15:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB05216A424; Fri, 19 May 2006 19:15:35 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7799543D46; Fri, 19 May 2006 19:15:35 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JJF5go039405; Fri, 19 May 2006 19:15:05 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JJF5P7039404; Fri, 19 May 2006 19:15:05 GMT (envelope-from ps) Message-Id: <200605191915.k4JJF5P7039404@repoman.freebsd.org> From: Paul Saab Date: Fri, 19 May 2006 19:15:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 19:15:36 -0000 ps 2006-05-19 19:15:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bge if_bge.c Log: MFC: rev 1.126 Fix the interrupt handler to do the mandatory PCI flush before looking at DMA memory. The could contribute towards missed link state changes under heavy bus load. Revision Changes Path 1.91.2.14 +10 -14 src/sys/dev/bge/if_bge.c From owner-cvs-all@FreeBSD.ORG Fri May 19 19:19:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20C2216A448; Fri, 19 May 2006 19:19:54 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC10143D48; Fri, 19 May 2006 19:19:53 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JJJNY9039626; Fri, 19 May 2006 19:19:23 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JJJNvg039625; Fri, 19 May 2006 19:19:23 GMT (envelope-from alepulver) Message-Id: <200605191919.k4JJJNvg039625@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 19 May 2006 19:19:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/linux-alienarena Makefile distinfo pkg-plist ports/games/linux-alienarena/files AlienArena.in AlienArenaDedicated.in linux-alienarena-ded.in linux-alienarena.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 19:19:54 -0000 alepulver 2006-05-19 19:19:23 UTC FreeBSD ports repository Modified files: games/linux-alienarena Makefile distinfo Added files: games/linux-alienarena pkg-plist games/linux-alienarena/files linux-alienarena-ded.in linux-alienarena.in Removed files: games/linux-alienarena/files AlienArena.in AlienArenaDedicated.in Log: - Integrate with alienarena-data. - Adjust PORTVERSION to match alienarena and alienarena-data. - Only download the patch. - Remove support for amd64 (no SDL binaries, and OSS is broken). - Add support for WITH_NVIDIA_GL knob. - Remove RESTRICTED and NO_PACKAGE (data is on a separate port). - Add pkg-plist. - Rename scripts to "linux-alienarena" and "linux-alienarena-ded". PR: ports/91837 Approved by: garga (mentor, implicitly) Revision Changes Path 1.5 +31 -71 ports/games/linux-alienarena/Makefile 1.5 +0 -3 ports/games/linux-alienarena/distinfo 1.2 +0 -4 ports/games/linux-alienarena/files/AlienArena.in (dead) 1.2 +0 -4 ports/games/linux-alienarena/files/AlienArenaDedicated.in (dead) 1.1 +5 -0 ports/games/linux-alienarena/files/linux-alienarena-ded.in (new) 1.1 +5 -0 ports/games/linux-alienarena/files/linux-alienarena.in (new) 1.1 +32 -0 ports/games/linux-alienarena/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri May 19 19:28:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB5F816A42A; Fri, 19 May 2006 19:28:06 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BAFB43D49; Fri, 19 May 2006 19:28:06 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JJRaEL039954; Fri, 19 May 2006 19:27:36 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JJRaDO039953; Fri, 19 May 2006 19:27:36 GMT (envelope-from alepulver) Message-Id: <200605191927.k4JJRaDO039953@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 19 May 2006 19:27:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports LEGAL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 19:28:07 -0000 alepulver 2006-05-19 19:27:36 UTC FreeBSD ports repository Modified files: . LEGAL Log: - Remove games/linux-alienarena (the data is in a separate port). Revision Changes Path 1.477 +1 -2 ports/LEGAL From owner-cvs-all@FreeBSD.ORG Fri May 19 20:03:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D24116A420; Fri, 19 May 2006 20:03:15 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC29A43D48; Fri, 19 May 2006 20:03:14 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JK2iEq041338; Fri, 19 May 2006 20:02:44 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JK2iEv041337; Fri, 19 May 2006 20:02:44 GMT (envelope-from sobomax) Message-Id: <200605192002.k4JK2iEv041337@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 19 May 2006 20:02:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/examples/kld/cdev/module cdevmod.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 20:03:15 -0000 sobomax 2006-05-19 20:02:44 UTC FreeBSD src repository Modified files: share/examples/kld/cdev/module cdevmod.c Log: We don't have d_maj field in cdevsw structure anymore. Revision Changes Path 1.8 +1 -8 src/share/examples/kld/cdev/module/cdevmod.c From owner-cvs-all@FreeBSD.ORG Fri May 19 20:03:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 612FC16A458; Fri, 19 May 2006 20:03:28 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 577EE43D49; Fri, 19 May 2006 20:03:26 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JK2upx041365; Fri, 19 May 2006 20:02:56 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JK2t0q041364; Fri, 19 May 2006 20:02:55 GMT (envelope-from sem) Message-Id: <200605192002.k4JK2t0q041364@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 19 May 2006 20:02:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/ncplib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 20:03:28 -0000 sem 2006-05-19 20:02:55 UTC FreeBSD ports repository Modified files: net/ncplib Makefile Log: - ONLY_FOR_ARCHS=i386 Reported by: kris mail Revision Changes Path 1.17 +2 -0 ports/net/ncplib/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 19 20:04:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82EB416A430; Fri, 19 May 2006 20:04:39 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65ACE43D64; Fri, 19 May 2006 20:04:35 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JK44h3042603; Fri, 19 May 2006 20:04:04 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JK44Yc042602; Fri, 19 May 2006 20:04:04 GMT (envelope-from jmelo) Message-Id: <200605192004.k4JK44Yc042602@repoman.freebsd.org> From: Jean Milanez Melo Date: Fri, 19 May 2006 20:04:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/imapsync Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 20:04:41 -0000 jmelo 2006-05-19 20:04:04 UTC FreeBSD ports repository Modified files: mail/imapsync Makefile distinfo Log: - Update to 1.172. PR: ports/96275 Submitted by: Martin Wilke Approved by: maintainer (timeout 15 days), mnag (mentor) Revision Changes Path 1.16 +1 -1 ports/mail/imapsync/Makefile 1.14 +3 -3 ports/mail/imapsync/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 20:33:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E02316A426; Fri, 19 May 2006 20:33:32 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4709743D46; Fri, 19 May 2006 20:33:31 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JKX0QF043729; Fri, 19 May 2006 20:33:00 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JKX02f043728; Fri, 19 May 2006 20:33:00 GMT (envelope-from sat) Message-Id: <200605192033.k4JKX02f043728@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 20:33:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/when Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 20:33:32 -0000 sat 2006-05-19 20:33:00 UTC FreeBSD ports repository Modified files: deskutils/when Makefile distinfo Log: - Update to 1.0.29 Approved by: krion (mentor, implicit) Revision Changes Path 1.3 +1 -1 ports/deskutils/when/Makefile 1.2 +3 -3 ports/deskutils/when/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 20:44:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CEEE16A420; Fri, 19 May 2006 20:44:24 +0000 (UTC) (envelope-from leeym@utopia.leeym.com) Received: from msr19.hinet.net (msr19.hinet.net [168.95.4.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7220C43D53; Fri, 19 May 2006 20:44:22 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr19.hinet.net (8.9.3/8.9.3) with ESMTP id EAA27159; Sat, 20 May 2006 04:44:04 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 86F93B29CED; Sat, 20 May 2006 04:44:03 +0800 (CST) X-Virus-Scanned: by amavisd-new at leeym.com Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zL+1TwGOJxLt; Sat, 20 May 2006 04:43:57 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 8216FB29C7A; Sat, 20 May 2006 04:43:57 +0800 (CST) Date: Sat, 20 May 2006 04:43:57 +0800 From: Yen-Ming Lee To: Renato Botelho Message-ID: <20060519204357.GA35038@utopia.leeym.com> Mail-Followup-To: Renato Botelho , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, boumenot@gmail.com, pgollucci@p6m7g8.com References: <200605191833.k4JIXmWZ036421@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Nq2Wo0NMKNjxTN9z" Content-Disposition: inline In-Reply-To: <200605191833.k4JIXmWZ036421@repoman.freebsd.org> X-Fingerprint: FE 7E 04 56 FC D7 24 21 B9 3B 53 06 E8 93 B5 81 X-Public-Key: http://www.leeym.com/pubkey.asc User-Agent: Mutt/1.5.11 Cc: pgollucci@p6m7g8.com, cvs-ports@FreeBSD.org, boumenot@gmail.com, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/p5-GD Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 20:44:24 -0000 --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=big5 Content-Disposition: inline On Fri, May 19, 2006 at 06:33:48PM +0000, Renato Botelho wrote: > garga 2006-05-19 18:33:48 UTC > > FreeBSD ports repository > > Modified files: > graphics/p5-GD Makefile distinfo > Log: > - Update to 2.32 > > PR: ports/97419 > Submitted by: Christopher Boumenot > Approved by: maintainer > > Revision Changes Path > 1.41 +1 -1 ports/graphics/p5-GD/Makefile > 1.20 +3 -3 ports/graphics/p5-GD/distinfo This port now requires perl 5.8.x, please take a look on this: http://www.freebsd.org/cgi/query-pr.cgi?pr=97451 -- Yen-Ming Lee [utf7:+Z05fZWYO] | KeyID:0x5EB52E51 | Taipei, Taiwan --Nq2Wo0NMKNjxTN9z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iQCVAwUBRG4uDcnMx0NetS5RAQI61AP9GtXtz4IcPcox5w07yvmp7hvzmrZxzI8I bZ+QhqymBbgcvlwjy/WEzZB5LxWHzP4F4523Ujg2JQZZWt3Hh8/R6viyEYrOokdi avKoG002/6sPaecpxNa0au+JwYzjZxODTeSJ+XLO7q0aoVSvK4SyUuZmOvHHyL/Y XOtPj4J53sk= =iqxI -----END PGP SIGNATURE----- --Nq2Wo0NMKNjxTN9z-- From owner-cvs-all@FreeBSD.ORG Fri May 19 20:46:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77EBB16A424; Fri, 19 May 2006 20:46:08 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E7D043D45; Fri, 19 May 2006 20:46:08 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JKjbSd044514; Fri, 19 May 2006 20:45:37 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JKjbEm044513; Fri, 19 May 2006 20:45:37 GMT (envelope-from ume) Message-Id: <200605192045.k4JKjbEm044513@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 19 May 2006 20:45:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/cyrus-sasl2 Makefile distinfo pkg-plist ports/security/cyrus-sasl2/files patch-configure patch-plugins::ntlm.c patch-saslauthd::Makefile.in ports/security/cyrus-sasl2-ldapdb Makefile ports/security/cyrus-sasl2-saslauthd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 20:46:09 -0000 ume 2006-05-19 20:45:37 UTC FreeBSD ports repository Modified files: security/cyrus-sasl2 Makefile distinfo pkg-plist security/cyrus-sasl2/files patch-configure security/cyrus-sasl2-ldapdb Makefile security/cyrus-sasl2-saslauthd Makefile Added files: security/cyrus-sasl2/files patch-saslauthd::Makefile.in Removed files: security/cyrus-sasl2/files patch-plugins::ntlm.c Log: Update to 2.1.22. Revision Changes Path 1.2 +1 -1 ports/security/cyrus-sasl2-ldapdb/Makefile 1.46 +6 -2 ports/security/cyrus-sasl2-saslauthd/Makefile 1.126 +16 -11 ports/security/cyrus-sasl2/Makefile 1.28 +3 -3 ports/security/cyrus-sasl2/distinfo 1.15 +12 -48 ports/security/cyrus-sasl2/files/patch-configure 1.2 +0 -12 ports/security/cyrus-sasl2/files/patch-plugins::ntlm.c (dead) 1.3 +13 -0 ports/security/cyrus-sasl2/files/patch-saslauthd::Makefile.in (new) 1.38 +2 -0 ports/security/cyrus-sasl2/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 21:00:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7AAF16A41F; Fri, 19 May 2006 21:00:44 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EECF43D48; Fri, 19 May 2006 21:00:44 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JL0D9u053387; Fri, 19 May 2006 21:00:13 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JL0D2v053386; Fri, 19 May 2006 21:00:13 GMT (envelope-from sat) Message-Id: <200605192100.k4JL0D2v053386@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 21:00:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/xpi-downthemall Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 21:00:45 -0000 sat 2006-05-19 21:00:13 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-downthemall Makefile distinfo pkg-descr pkg-plist Log: Add xpi-downthemall: Lets you download all the links in a webpage and much more Approved by: krion (mentor) Revision Changes Path 1.1410 +1 -0 ports/www/Makefile 1.1 +20 -0 ports/www/xpi-downthemall/Makefile (new) 1.1 +3 -0 ports/www/xpi-downthemall/distinfo (new) 1.1 +13 -0 ports/www/xpi-downthemall/pkg-descr (new) 1.1 +339 -0 ports/www/xpi-downthemall/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri May 19 21:02:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AB7E16A421; Fri, 19 May 2006 21:02:00 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 025F943D48; Fri, 19 May 2006 21:02:00 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JL1TWx053503; Fri, 19 May 2006 21:01:29 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JL1TH6053502; Fri, 19 May 2006 21:01:29 GMT (envelope-from sat) Message-Id: <200605192101.k4JL1TH6053502@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 21:01:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/xpi-fission Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 21:02:00 -0000 sat 2006-05-19 21:01:29 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-fission Makefile distinfo pkg-descr Log: Add xpi-fission: Combines address bar and progress bar Approved by: krion (mentor) Revision Changes Path 1.1411 +1 -0 ports/www/Makefile 1.1 +21 -0 ports/www/xpi-fission/Makefile (new) 1.1 +3 -0 ports/www/xpi-fission/distinfo (new) 1.1 +4 -0 ports/www/xpi-fission/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri May 19 21:03:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37CFD16A44D; Fri, 19 May 2006 21:03:21 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94B9643D4C; Fri, 19 May 2006 21:03:17 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JL2kdx053591; Fri, 19 May 2006 21:02:46 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JL2kaJ053590; Fri, 19 May 2006 21:02:46 GMT (envelope-from sat) Message-Id: <200605192102.k4JL2kaJ053590@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 21:02:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/xpi-flashgot Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 21:03:22 -0000 sat 2006-05-19 21:02:46 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-flashgot Makefile distinfo pkg-descr Log: Add xpi-flashgot: Download links using popular download managers Approved by: krion (mentor) Revision Changes Path 1.1412 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/xpi-flashgot/Makefile (new) 1.1 +3 -0 ports/www/xpi-flashgot/distinfo (new) 1.1 +8 -0 ports/www/xpi-flashgot/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri May 19 21:04:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6876016A42F; Fri, 19 May 2006 21:04:09 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6F9543D6D; Fri, 19 May 2006 21:04:07 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JL3bnh054910; Fri, 19 May 2006 21:03:37 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JL3bP5054909; Fri, 19 May 2006 21:03:37 GMT (envelope-from sat) Message-Id: <200605192103.k4JL3bP5054909@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 21:03:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/xpi-gbrain Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 21:04:10 -0000 sat 2006-05-19 21:03:37 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-gbrain Makefile distinfo pkg-descr Log: Add xpi-gbrain: Keeps your browser history at Google bookmarks Approved by: krion (mentor) Revision Changes Path 1.1413 +1 -0 ports/www/Makefile 1.1 +21 -0 ports/www/xpi-gbrain/Makefile (new) 1.1 +3 -0 ports/www/xpi-gbrain/distinfo (new) 1.1 +7 -0 ports/www/xpi-gbrain/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri May 19 21:05:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E60AB16A424; Fri, 19 May 2006 21:05:53 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E7143D49; Fri, 19 May 2006 21:05:53 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JL5MYQ055253; Fri, 19 May 2006 21:05:22 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JL5MiR055252; Fri, 19 May 2006 21:05:22 GMT (envelope-from sat) Message-Id: <200605192105.k4JL5MiR055252@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 21:05:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/xpi-imdbpreview Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 21:05:54 -0000 sat 2006-05-19 21:05:22 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-imdbpreview Makefile distinfo pkg-descr Log: Add xpi-imdbpreview: Preview movie & actor posters when hovering over their IMDb links Approved by: krion (mentor) Revision Changes Path 1.1414 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/xpi-imdbpreview/Makefile (new) 1.1 +3 -0 ports/www/xpi-imdbpreview/distinfo (new) 1.1 +3 -0 ports/www/xpi-imdbpreview/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri May 19 21:09:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2AC116A4A1; Fri, 19 May 2006 21:09:26 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9615B43D68; Fri, 19 May 2006 21:09:25 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JL8tSd055464; Fri, 19 May 2006 21:08:55 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JL8tc2055463; Fri, 19 May 2006 21:08:55 GMT (envelope-from sat) Message-Id: <200605192108.k4JL8tc2055463@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 21:08:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/xpi-savegenpage Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 21:09:26 -0000 sat 2006-05-19 21:08:55 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-savegenpage Makefile distinfo pkg-descr Log: Add xpi-savegenpage: Save Javascript Generated/Rendered HTML Pages Approved by: krion (mentor) Revision Changes Path 1.1415 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/xpi-savegenpage/Makefile (new) 1.1 +3 -0 ports/www/xpi-savegenpage/distinfo (new) 1.1 +6 -0 ports/www/xpi-savegenpage/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri May 19 21:09:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E94D16A43D; Fri, 19 May 2006 21:09:51 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 598C643D64; Fri, 19 May 2006 21:09:51 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JL9KY3055591; Fri, 19 May 2006 21:09:20 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JL9KAf055590; Fri, 19 May 2006 21:09:20 GMT (envelope-from mux) Message-Id: <200605192109.k4JL9KAf055590@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 19 May 2006 21:09:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 21:09:54 -0000 mux 2006-05-19 21:09:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin Makefile Log: Fix the build with NO_LIBPTHREAD or NO_LIBTHR depending on the arch, by merging revision 1.292 from ru@ who was nice enough to fix this problem in HEAD, but I wasn't paying attention :-). Pointy hat to: mux Spotted by: bmah Revision Changes Path 1.279.2.3 +6 -0 src/usr.bin/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 19 21:11:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFDD016A426; Fri, 19 May 2006 21:11:31 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7C5943D45; Fri, 19 May 2006 21:11:31 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JLB1N6056555; Fri, 19 May 2006 21:11:01 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JLB1UL056548; Fri, 19 May 2006 21:11:01 GMT (envelope-from sat) Message-Id: <200605192111.k4JLB1UL056548@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 21:11:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/xpi-togglewordwrap Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 21:11:32 -0000 sat 2006-05-19 21:11:01 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-togglewordwrap Makefile distinfo pkg-descr pkg-plist Log: Add xpi-togglewordwrap: Toggles word wrapping Approved by: krion (mentor) Revision Changes Path 1.1416 +1 -0 ports/www/Makefile 1.1 +20 -0 ports/www/xpi-togglewordwrap/Makefile (new) 1.1 +3 -0 ports/www/xpi-togglewordwrap/distinfo (new) 1.1 +4 -0 ports/www/xpi-togglewordwrap/pkg-descr (new) 1.1 +11 -0 ports/www/xpi-togglewordwrap/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri May 19 21:12:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E90AC16A432; Fri, 19 May 2006 21:12:46 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B22243D62; Fri, 19 May 2006 21:12:44 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JLCDbX057817; Fri, 19 May 2006 21:12:13 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JLCDps057816; Fri, 19 May 2006 21:12:13 GMT (envelope-from sat) Message-Id: <200605192112.k4JLCDps057816@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 21:12:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 21:12:48 -0000 sat 2006-05-19 21:12:13 UTC FreeBSD ports repository Modified files: . modules Log: xpi-downthemall --> ports/www/xpi-downthemall Revision Changes Path 1.15004 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 19 21:14:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99A4816A428; Fri, 19 May 2006 21:14:42 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55D2B43D45; Fri, 19 May 2006 21:14:42 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JLEBGr057903; Fri, 19 May 2006 21:14:11 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JLEBXj057902; Fri, 19 May 2006 21:14:11 GMT (envelope-from sat) Message-Id: <200605192114.k4JLEBXj057902@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 21:14:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 21:14:42 -0000 sat 2006-05-19 21:14:11 UTC FreeBSD ports repository Modified files: . modules Log: xpi-fission --> ports/www/xpi-fission Revision Changes Path 1.15005 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 19 21:15:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7610E16A434; Fri, 19 May 2006 21:15:42 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33B4643D45; Fri, 19 May 2006 21:15:42 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JLFBpt058027; Fri, 19 May 2006 21:15:11 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JLFBBb058026; Fri, 19 May 2006 21:15:11 GMT (envelope-from sat) Message-Id: <200605192115.k4JLFBBb058026@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 21:15:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 21:15:42 -0000 sat 2006-05-19 21:15:11 UTC FreeBSD ports repository Modified files: . modules Log: xpi-flashgot --> ports/www/xpi-flashgot Revision Changes Path 1.15006 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 19 21:15:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EBEC16A41F; Fri, 19 May 2006 21:15:59 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2D1F43D67; Fri, 19 May 2006 21:15:56 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JLFQpO058063; Fri, 19 May 2006 21:15:26 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JLFQme058062; Fri, 19 May 2006 21:15:26 GMT (envelope-from sem) Message-Id: <200605192115.k4JLFQme058062@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 19 May 2006 21:15:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gsoap/files patch-soapcpp2-stdsoap2.c patch-soapcpp2-stdsoap2.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 21:15:59 -0000 sem 2006-05-19 21:15:26 UTC FreeBSD ports repository Added files: devel/gsoap/files patch-soapcpp2-stdsoap2.c patch-soapcpp2-stdsoap2.cpp Log: - Fix build on CURRENT Reported by: kris mail Revision Changes Path 1.1 +11 -0 ports/devel/gsoap/files/patch-soapcpp2-stdsoap2.c (new) 1.1 +11 -0 ports/devel/gsoap/files/patch-soapcpp2-stdsoap2.cpp (new) From owner-cvs-all@FreeBSD.ORG Fri May 19 21:16:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3674916A465; Fri, 19 May 2006 21:16:40 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B69743D46; Fri, 19 May 2006 21:16:39 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JLG9G6058147; Fri, 19 May 2006 21:16:09 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JLG9x3058146; Fri, 19 May 2006 21:16:09 GMT (envelope-from sat) Message-Id: <200605192116.k4JLG9x3058146@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 21:16:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 21:16:40 -0000 sat 2006-05-19 21:16:09 UTC FreeBSD ports repository Modified files: . modules Log: xpi-gbrain --> ports/www/xpi-gbrain Revision Changes Path 1.15007 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 19 21:18:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05BFD16A428; Fri, 19 May 2006 21:18:08 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B769E43D45; Fri, 19 May 2006 21:18:07 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JLHbqd058243; Fri, 19 May 2006 21:17:37 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JLHbMb058242; Fri, 19 May 2006 21:17:37 GMT (envelope-from sat) Message-Id: <200605192117.k4JLHbMb058242@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 21:17:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 21:18:08 -0000 sat 2006-05-19 21:17:37 UTC FreeBSD ports repository Modified files: . modules Log: xpi-imdbpreview --> ports/www/xpi-imdbpreview Revision Changes Path 1.15008 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 19 21:19:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33AF116A41F; Fri, 19 May 2006 21:19:38 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5EE743D45; Fri, 19 May 2006 21:19:37 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JLJ7TF058304; Fri, 19 May 2006 21:19:07 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JLJ7vR058303; Fri, 19 May 2006 21:19:07 GMT (envelope-from sat) Message-Id: <200605192119.k4JLJ7vR058303@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 21:19:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 21:19:38 -0000 sat 2006-05-19 21:19:07 UTC FreeBSD ports repository Modified files: . modules Log: xpi-savegenpage --> ports/www/xpi-savegenpage Revision Changes Path 1.15009 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 19 21:20:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EE6116A448; Fri, 19 May 2006 21:20:33 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF68D43D49; Fri, 19 May 2006 21:20:32 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JLK2aM058413; Fri, 19 May 2006 21:20:02 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JLK2t3058412; Fri, 19 May 2006 21:20:02 GMT (envelope-from sat) Message-Id: <200605192120.k4JLK2t3058412@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 19 May 2006 21:20:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 21:20:33 -0000 sat 2006-05-19 21:20:02 UTC FreeBSD ports repository Modified files: . modules Log: xpi-togglewordwrap --> ports/www/xpi-togglewordwrap Revision Changes Path 1.15010 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 19 21:45:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65B1816A41F; Fri, 19 May 2006 21:45:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2172B43D48; Fri, 19 May 2006 21:45:50 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JLjJME059376; Fri, 19 May 2006 21:45:19 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JLjJ98059375; Fri, 19 May 2006 21:45:19 GMT (envelope-from pav) Message-Id: <200605192145.k4JLjJ98059375@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 19 May 2006 21:45:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/aim Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 21:45:50 -0000 pav 2006-05-19 21:45:19 UTC FreeBSD ports repository Modified files: net-im/aim Makefile pkg-plist Log: - Fix runtime. Install libraries into Linuxbase, so it have a chance of finding them PR: ports/97429 Submitted by: Eric P. Scott Revision Changes Path 1.11 +13 -8 ports/net-im/aim/Makefile 1.4 +2 -1 ports/net-im/aim/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 22:46:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E95416A420; Fri, 19 May 2006 22:46:28 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEFA643D46; Fri, 19 May 2006 22:46:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JMjvZK062980; Fri, 19 May 2006 22:45:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JMjvpo062974; Fri, 19 May 2006 22:45:57 GMT (envelope-from pav) Message-Id: <200605192245.k4JMjvpo062974@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 19 May 2006 22:45:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/gri Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 22:46:28 -0000 pav 2006-05-19 22:45:56 UTC FreeBSD ports repository Modified files: math/gri Makefile distinfo Log: - Update to 2.12.11 PR: ports/97345 Submitted by: Christopher Illies (maintainer) Revision Changes Path 1.9 +3 -6 ports/math/gri/Makefile 1.7 +3 -4 ports/math/gri/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 19 22:51:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0B3516A439; Fri, 19 May 2006 22:51:08 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BA2543D4C; Fri, 19 May 2006 22:51:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JMobb8063226; Fri, 19 May 2006 22:50:37 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JMobka063225; Fri, 19 May 2006 22:50:37 GMT (envelope-from pav) Message-Id: <200605192250.k4JMobka063225@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 19 May 2006 22:50:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/exilog Makefile pkg-plist ports/mail/exilog/files exilog.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 22:51:09 -0000 pav 2006-05-19 22:50:37 UTC FreeBSD ports repository Modified files: mail/exilog Makefile pkg-plist mail/exilog/files exilog.sh.in Log: - Fix rc script installation - Stop daemon on deinstall - REQUIRE/PROVIDE PR: ports/97327 Submitted by: Larry Rosenman (maintainer) Revision Changes Path 1.12 +14 -9 ports/mail/exilog/Makefile 1.2 +5 -1 ports/mail/exilog/files/exilog.sh.in 1.3 +1 -2 ports/mail/exilog/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 23:04:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8ECF16A426; Fri, 19 May 2006 23:04:31 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8604343D49; Fri, 19 May 2006 23:04:31 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JN40np064954; Fri, 19 May 2006 23:04:00 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JN40GP064953; Fri, 19 May 2006 23:04:00 GMT (envelope-from markus) Message-Id: <200605192304.k4JN40GP064953@repoman.freebsd.org> From: Markus Brueffer Date: Fri, 19 May 2006 23:04:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes Makefile ports/x11-themes/kde-style-polyester Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 23:04:31 -0000 markus 2006-05-19 23:04:00 UTC FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-style-polyester Makefile distinfo pkg-descr pkg-plist Log: Add kde-style-polyester 0.9, a KDE widget style and a KWin decoration both aimed to be a good balance between eye candy and simplicity. WWW: http://www.kde-look.org/content/show.php?content=27968 Revision Changes Path 1.136 +1 -0 ports/x11-themes/Makefile 1.1 +24 -0 ports/x11-themes/kde-style-polyester/Makefile (new) 1.1 +3 -0 ports/x11-themes/kde-style-polyester/distinfo (new) 1.1 +4 -0 ports/x11-themes/kde-style-polyester/pkg-descr (new) 1.1 +24 -0 ports/x11-themes/kde-style-polyester/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri May 19 23:04:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBBCD16A425; Fri, 19 May 2006 23:04:46 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4903043D5C; Fri, 19 May 2006 23:04:46 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JN4FCi064998; Fri, 19 May 2006 23:04:15 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JN4FOY064997; Fri, 19 May 2006 23:04:15 GMT (envelope-from markus) Message-Id: <200605192304.k4JN4FOY064997@repoman.freebsd.org> From: Markus Brueffer Date: Fri, 19 May 2006 23:04:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 23:04:47 -0000 markus 2006-05-19 23:04:15 UTC FreeBSD ports repository Modified files: . modules Log: kde-style-polyester --> ports/x11-themes/kde-style-polyester Revision Changes Path 1.15011 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 19 23:19:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF8DC16A41F; Fri, 19 May 2006 23:19:03 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E15843D46; Fri, 19 May 2006 23:19:03 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JNIWKE065554; Fri, 19 May 2006 23:18:32 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JNIWSn065553; Fri, 19 May 2006 23:18:32 GMT (envelope-from aaron) Message-Id: <200605192318.k4JNIWSn065553@repoman.freebsd.org> From: Aaron Dalton Date: Fri, 19 May 2006 23:18:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/biology/p5-Bio-Phylo Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 23:19:03 -0000 aaron 2006-05-19 23:18:32 UTC FreeBSD ports repository Modified files: biology/p5-Bio-Phylo Makefile distinfo pkg-plist Log: - Updated from 0.07 to 0.12 Approved by: tobez (implicit) 0.08 20/Feb/2006 15:14 Improved referential integrity between nodes, taxa, and data. Implemented Fastnexus parser Node object silently implements Bio::Tree::NodeI interface if BioPerl is installed Tree object silently implements Bio::Tree::TreeI interface if BioPerl is installed Added convertor methods for XML and CIPRES Implemented more Matrix methods Implemented symbol tables in Bio::Phylo::Util::CONSTANT Implemented visit method for listable objects Implemented caching infrastructure for calculations Changed object-model to inside-out arrays Added Biodiversity measures code by Aki Mimoto Moved constants and exceptions to Bio::Phylo::Util::* Fixed memory leak due to circular references Revision Changes Path 1.2 +13 -6 ports/biology/p5-Bio-Phylo/Makefile 1.2 +3 -3 ports/biology/p5-Bio-Phylo/distinfo 1.2 +9 -3 ports/biology/p5-Bio-Phylo/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 23:26:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B470F16A435; Fri, 19 May 2006 23:26:52 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F5C443D45; Fri, 19 May 2006 23:26:52 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JNQLs7065891; Fri, 19 May 2006 23:26:21 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JNQLFB065890; Fri, 19 May 2006 23:26:21 GMT (envelope-from aaron) Message-Id: <200605192326.k4JNQLFB065890@repoman.freebsd.org> From: Aaron Dalton Date: Fri, 19 May 2006 23:26:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Sort-Key Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 23:26:53 -0000 aaron 2006-05-19 23:26:21 UTC FreeBSD ports repository Modified files: devel/p5-Sort-Key Makefile distinfo pkg-plist Log: - Updated from v1.24 to v1.25 Approved by: tobez (implicit) 1.25 17 May 2006 - Sort::Key::Multi was not accepting 'u' as a valid type. Revision Changes Path 1.7 +1 -1 ports/devel/p5-Sort-Key/Makefile 1.7 +3 -3 ports/devel/p5-Sort-Key/distinfo 1.5 +2 -2 ports/devel/p5-Sort-Key/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 23:33:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F4A116A46C; Fri, 19 May 2006 23:33:18 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DB0943D72; Fri, 19 May 2006 23:33:16 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JNWjqT066161; Fri, 19 May 2006 23:32:45 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JNWjI0066160; Fri, 19 May 2006 23:32:45 GMT (envelope-from bmah) Message-Id: <200605192332.k4JNWjI0066160@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 19 May 2006 23:32:45 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 23:33:18 -0000 bmah 2006-05-19 23:32:45 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: New manpage entities: kld(3), audit(4), mca(8). Revision Changes Path 1.380 +3 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Fri May 19 23:35:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75EEA16A42F; Fri, 19 May 2006 23:35:58 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3142B43D55; Fri, 19 May 2006 23:35:58 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JNZRYj066298; Fri, 19 May 2006 23:35:27 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JNZRje066297; Fri, 19 May 2006 23:35:27 GMT (envelope-from bmah) Message-Id: <200605192335.k4JNZRje066297@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 19 May 2006 23:35:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 23:36:02 -0000 bmah 2006-05-19 23:35:27 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: Removed hard-coded limit on IPv4 multicast group memberships, linsysfs(5), cached(8), nsswitch.conf now statically loaded. Modified release notes: Note that XFS support is RO, libarchive(3) extended attributes, don't use entity for usbd(8) removal note. New manpages noted: mca(8), sysctl(9). Revision Changes Path 1.933 +23 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Fri May 19 23:38:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2F5F16A455; Fri, 19 May 2006 23:38:40 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1B7C43D53; Fri, 19 May 2006 23:38:39 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JNc81R066462; Fri, 19 May 2006 23:38:08 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JNc8xh066461; Fri, 19 May 2006 23:38:08 GMT (envelope-from leeym) Message-Id: <200605192338.k4JNc8xh066461@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 19 May 2006 23:38:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/diskcheckd Makefile pkg-plist ports/sysutils/diskcheckd/files diskcheckd.in diskcheckd.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 23:38:40 -0000 leeym 2006-05-19 23:38:08 UTC FreeBSD ports repository Modified files: sysutils/diskcheckd Makefile pkg-plist Added files: sysutils/diskcheckd/files diskcheckd.in Removed files: sysutils/diskcheckd/files diskcheckd.sh Log: - add USE_RC_SUBR - refine IGNORE - bump PORTREVISION Revision Changes Path 1.13 +3 -6 ports/sysutils/diskcheckd/Makefile 1.1 +27 -0 ports/sysutils/diskcheckd/files/diskcheckd.in (new) 1.2 +0 -20 ports/sysutils/diskcheckd/files/diskcheckd.sh (dead) 1.2 +0 -1 ports/sysutils/diskcheckd/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 23:48:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F07516A463; Fri, 19 May 2006 23:48:16 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FE3943D46; Fri, 19 May 2006 23:48:16 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JNljUu067006; Fri, 19 May 2006 23:47:45 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JNljNx067005; Fri, 19 May 2006 23:47:45 GMT (envelope-from mnag) Message-Id: <200605192347.k4JNljNx067005@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 19 May 2006 23:47:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/denyhosts Makefile distinfo pkg-plist ports/security/denyhosts/files denyhosts.in patch-denyhosts.cfg-dist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 23:48:17 -0000 mnag 2006-05-19 23:47:45 UTC FreeBSD ports repository Modified files: security/denyhosts Makefile distinfo pkg-plist security/denyhosts/files patch-denyhosts.cfg-dist Added files: security/denyhosts/files denyhosts.in Log: - Update to 2.4b - Add new rc.d script PR: 96824 Submitted by: Rui Lopes Approved by: maintainer timeout (14 days) Revision Changes Path 1.4 +6 -4 ports/security/denyhosts/Makefile 1.3 +3 -3 ports/security/denyhosts/distinfo 1.1 +23 -0 ports/security/denyhosts/files/denyhosts.in (new) 1.3 +16 -10 ports/security/denyhosts/files/patch-denyhosts.cfg-dist 1.3 +3 -0 ports/security/denyhosts/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 19 23:48:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1A2A16A46B; Fri, 19 May 2006 23:48:52 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A70043D46; Fri, 19 May 2006 23:48:52 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4JNmLiZ067056; Fri, 19 May 2006 23:48:21 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4JNmLgD067055; Fri, 19 May 2006 23:48:21 GMT (envelope-from mnag) Message-Id: <200605192348.k4JNmLgD067055@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 19 May 2006 23:48:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/py-rss2gen Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 23:48:53 -0000 mnag 2006-05-19 23:48:21 UTC FreeBSD ports repository Modified files: textproc/py-rss2gen Makefile distinfo Log: - Update to 1.0.0 PR: 96775 Submitted by: Corey Smith Approved by: maintainer timeout (15 days) Revision Changes Path 1.3 +1 -1 ports/textproc/py-rss2gen/Makefile 1.4 +3 -3 ports/textproc/py-rss2gen/distinfo From owner-cvs-all@FreeBSD.ORG Sat May 20 00:30:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6D7416A41F; Sat, 20 May 2006 00:30:37 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70ADD43D45; Sat, 20 May 2006 00:30:37 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K0U6b4072311; Sat, 20 May 2006 00:30:06 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K0U69l072310; Sat, 20 May 2006 00:30:06 GMT (envelope-from marcel) Message-Id: <200605200030.k4K0U69l072310@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 20 May 2006 00:30:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 00:30:37 -0000 marcel 2006-05-20 00:30:06 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Belatedly add usr/share/man/man4.sab.4.gz. The sab(4) driver was removed on 2006-04-24. Revision Changes Path 1.37 +2 -0 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Sat May 20 00:41:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11B6F16A424; Sat, 20 May 2006 00:41:11 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A45E943D45; Sat, 20 May 2006 00:41:10 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K0edU7072803; Sat, 20 May 2006 00:40:39 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K0edld072802; Sat, 20 May 2006 00:40:39 GMT (envelope-from clsung) Message-Id: <200605200040.k4K0edld072802@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 20 May 2006 00:40:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/scim-chewing Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 00:41:11 -0000 clsung 2006-05-20 00:40:39 UTC FreeBSD ports repository Modified files: chinese/scim-chewing Makefile Log: - fix build error Reviewed by: maintainer Revision Changes Path 1.16 +1 -1 ports/chinese/scim-chewing/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 00:43:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3741D16A440; Sat, 20 May 2006 00:43:19 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E378843D45; Sat, 20 May 2006 00:43:18 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K0glNs072879; Sat, 20 May 2006 00:42:47 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K0glHl072878; Sat, 20 May 2006 00:42:47 GMT (envelope-from itetcu) Message-Id: <200605200042.k4K0glHl072878@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 20 May 2006 00:42:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/kdiff3 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 00:43:19 -0000 itetcu 2006-05-20 00:42:47 UTC FreeBSD ports repository Modified files: textproc/kdiff3 Makefile distinfo pkg-descr pkg-plist Log: Update to 0.9.90 PR: ports/97465 Submitted by: maintainer Approved by: lawrance (mentor) Revision Changes Path 1.22 +2 -1 ports/textproc/kdiff3/Makefile 1.12 +3 -3 ports/textproc/kdiff3/distinfo 1.5 +3 -3 ports/textproc/kdiff3/pkg-descr 1.10 +2 -1 ports/textproc/kdiff3/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat May 20 00:44:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EFDC16A422; Sat, 20 May 2006 00:44:32 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D309D43D4C; Sat, 20 May 2006 00:44:31 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K0i0Mk072944; Sat, 20 May 2006 00:44:00 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K0i0XO072943; Sat, 20 May 2006 00:44:00 GMT (envelope-from emax) Message-Id: <200605200044.k4K0i0XO072943@repoman.freebsd.org> From: Maksim Yevmenkin Date: Sat, 20 May 2006 00:44:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_tap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 00:44:32 -0000 emax 2006-05-20 00:44:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_tap.c Log: MFC v1.59 and v1.60 Add kqueue(2) support on if_tap(4) interfaces. While I'm here, replace K&R style function declarations with ANSI style. Also fix endian bugs accessing ioctl arguments that are passed by value. Do not call knlist_destroy() in tapclose(). Instead call it when device is actually destroyed. Also move call to knlist_init() into tapcreate(). This should fix panic described in kern/95357. PR: kern/93897, kern/95357 Submitted by: Vilmos Nebehaj < vili at huwico dot hu > Revision Changes Path 1.55.2.3 +152 -60 src/sys/net/if_tap.c From owner-cvs-all@FreeBSD.ORG Sat May 20 00:50:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 450F216A41F; Sat, 20 May 2006 00:50:17 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 004AF43D45; Sat, 20 May 2006 00:50:16 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K0njqL080835; Sat, 20 May 2006 00:49:45 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K0njFK080834; Sat, 20 May 2006 00:49:45 GMT (envelope-from itetcu) Message-Id: <200605200049.k4K0njFK080834@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 20 May 2006 00:49:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/pecl-PDO_MYSQL Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 00:50:17 -0000 itetcu 2006-05-20 00:49:45 UTC FreeBSD ports repository Modified files: databases/pecl-PDO_MYSQL Makefile distinfo Log: - Update to 1.0.2 [1] - drop USE_PHPIZE= yes since it has USE_PHPEXT= yes [2] PR: ports/97435 [1] Submitted by: maintainer [1], itetcu [2] Approved by: lawrance (mentor) Revision Changes Path 1.6 +1 -2 ports/databases/pecl-PDO_MYSQL/Makefile 1.5 +3 -3 ports/databases/pecl-PDO_MYSQL/distinfo From owner-cvs-all@FreeBSD.ORG Sat May 20 00:52:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFE1716A420; Sat, 20 May 2006 00:52:40 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C12643D45; Sat, 20 May 2006 00:52:40 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K0q9C7081126; Sat, 20 May 2006 00:52:09 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K0q9Gd081125; Sat, 20 May 2006 00:52:09 GMT (envelope-from itetcu) Message-Id: <200605200052.k4K0q9Gd081125@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 20 May 2006 00:52:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/munger Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 00:52:40 -0000 itetcu 2006-05-20 00:52:09 UTC FreeBSD ports repository Modified files: lang/munger Makefile distinfo Log: Update to 4.104 PR: ports/97500 Submitted by: maintainer Approved by: lawrance Revision Changes Path 1.29 +1 -1 ports/lang/munger/Makefile 1.28 +3 -3 ports/lang/munger/distinfo From owner-cvs-all@FreeBSD.ORG Sat May 20 00:55:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D804016A420; Sat, 20 May 2006 00:55:04 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7061143D48; Sat, 20 May 2006 00:55:04 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K0sXIO081283; Sat, 20 May 2006 00:54:33 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K0sXV3081282; Sat, 20 May 2006 00:54:33 GMT (envelope-from itetcu) Message-Id: <200605200054.k4K0sXV3081282@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 20 May 2006 00:54:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/kscope Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 00:55:05 -0000 itetcu 2006-05-20 00:54:33 UTC FreeBSD ports repository Modified files: devel/kscope Makefile Log: Fix build by depending on bison2 instead of bison1. PR: ports/97501 Submitted by: maintainer Approved by: lawrance (mentor) Revision Changes Path 1.15 +1 -1 ports/devel/kscope/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 01:12:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 880D316A420; Sat, 20 May 2006 01:12:43 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41D9943D48; Sat, 20 May 2006 01:12:43 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K1CClS083258; Sat, 20 May 2006 01:12:12 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K1CBOT083257; Sat, 20 May 2006 01:12:11 GMT (envelope-from itetcu) Message-Id: <200605200112.k4K1CBOT083257@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 20 May 2006 01:12:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/komparator Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 01:12:51 -0000 itetcu 2006-05-20 01:12:11 UTC FreeBSD ports repository Modified files: sysutils/komparator Makefile distinfo pkg-plist Log: Update to 0.4 PR: ports/97399 Submitted by: maintainer Approved by: lawrance (mentor) Revision Changes Path 1.4 +3 -2 ports/sysutils/komparator/Makefile 1.3 +3 -3 ports/sysutils/komparator/distinfo 1.3 +8 -9 ports/sysutils/komparator/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat May 20 01:14:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD12D16A422; Sat, 20 May 2006 01:14:38 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7698443D45; Sat, 20 May 2006 01:14:38 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K1E7tX083333; Sat, 20 May 2006 01:14:07 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K1E7VZ083332; Sat, 20 May 2006 01:14:07 GMT (envelope-from itetcu) Message-Id: <200605200114.k4K1E7VZ083332@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 20 May 2006 01:14:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/epic4 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 01:14:38 -0000 itetcu 2006-05-20 01:14:07 UTC FreeBSD ports repository Modified files: irc/epic4 Makefile distinfo pkg-plist Log: Update to 4.2.4 PR: ports/97372 Submitted by: maintainer Approved by: lawrance (mentor) Revision Changes Path 1.57 +2 -2 ports/irc/epic4/Makefile 1.32 +6 -6 ports/irc/epic4/distinfo 1.30 +138 -4 ports/irc/epic4/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat May 20 01:23:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03C1516A430; Sat, 20 May 2006 01:23:06 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C159643D60; Sat, 20 May 2006 01:23:02 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K1MV8Q083781; Sat, 20 May 2006 01:22:31 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K1MVId083780; Sat, 20 May 2006 01:22:31 GMT (envelope-from itetcu) Message-Id: <200605200122.k4K1MVId083780@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 20 May 2006 01:22:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p Makefile ports/net-p2p/py-vertex Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 01:23:06 -0000 itetcu 2006-05-20 01:22:31 UTC FreeBSD ports repository Modified files: net-p2p Makefile Added files: net-p2p/py-vertex Makefile distinfo pkg-descr pkg-plist Log: Vertex is an implementation of the Q2Q protocol (sort of like P2P, but one better). There are a few moving parts in Vertex: * PTCP: a protocol which is nearly identical to TCP, but which runs over UDP. This lets Q2Q penetrate most NAT configurations. * JUICE ([JU]ice [I]s [C]oncurrent [E]vents): a very simple but immensely flexible protocol which forms the basis of the high-level aspects of Q2Q * vertex: a command line tool which exposes a few features useful in many situations (such as registration and authentication) The Q2Q network has some decentralized features (there is no one server or company which can control all Q2Q addresses) and features of centralization (addresses beneath a particular domain are issued by a server for that domain; once issued, some activities require the server to be contacted again, while others do not). Vertex includes an identity server capable of hosting Q2Q addresses. WWW: http://divmod.org/trac/wiki/DivmodVertex PR: ports/97506 Submitted by: Alexander Botero-Lowry Approved by: lawrance (mentor) Revision Changes Path 1.9 +1 -0 ports/net-p2p/Makefile 1.1 +28 -0 ports/net-p2p/py-vertex/Makefile (new) 1.1 +3 -0 ports/net-p2p/py-vertex/distinfo (new) 1.1 +18 -0 ports/net-p2p/py-vertex/pkg-descr (new) 1.1 +110 -0 ports/net-p2p/py-vertex/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat May 20 01:23:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE4E116A454; Sat, 20 May 2006 01:23:26 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A4A643D46; Sat, 20 May 2006 01:23:26 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K1MtNB083819; Sat, 20 May 2006 01:22:55 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K1Mtkb083818; Sat, 20 May 2006 01:22:55 GMT (envelope-from itetcu) Message-Id: <200605200122.k4K1Mtkb083818@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 20 May 2006 01:22:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 01:23:28 -0000 itetcu 2006-05-20 01:22:55 UTC FreeBSD ports repository Modified files: . modules Log: py-vertex --> ports/net-p2p/py-vertex Revision Changes Path 1.15012 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat May 20 01:30:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC08D16A438; Sat, 20 May 2006 01:30:20 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76C4143D45; Sat, 20 May 2006 01:30:20 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K1Tn6m084086; Sat, 20 May 2006 01:29:49 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K1TnO3084085; Sat, 20 May 2006 01:29:49 GMT (envelope-from mezz) Message-Id: <200605200129.k4K1TnO3084085@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 20 May 2006 01:29:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/comix Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 01:30:20 -0000 mezz 2006-05-20 01:29:49 UTC FreeBSD ports repository Modified files: graphics/comix Makefile distinfo Log: Update to 3.1.2, see changelog for details: http://comix.sourceforge.net/changelog.html Revision Changes Path 1.15 +2 -1 ports/graphics/comix/Makefile 1.13 +3 -3 ports/graphics/comix/distinfo From owner-cvs-all@FreeBSD.ORG Sat May 20 02:14:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECF6A16A421; Sat, 20 May 2006 02:14:00 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A783643D45; Sat, 20 May 2006 02:14:00 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K2DTPn087029; Sat, 20 May 2006 02:13:29 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K2DTtV087028; Sat, 20 May 2006 02:13:29 GMT (envelope-from jkim) Message-Id: <200605200213.k4K2DTtV087028@repoman.freebsd.org> From: Jung-uk Kim Date: Sat, 20 May 2006 02:13:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2.0-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 02:14:01 -0000 jkim 2006-05-20 02:13:29 UTC FreeBSD ports repository (src committer) Modified files: editors/openoffice.org-2.0-devel Makefile Log: Fix typo to unbreak packaging. PR: 97460 Submitted by: Alexander V. Ribchansky < triosoft at triosoft dot com dot ua > Revision Changes Path 1.248 +1 -1 ports/editors/openoffice.org-2.0-devel/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 02:55:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 289EF16A421; Sat, 20 May 2006 02:55:07 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8ECF43D48; Sat, 20 May 2006 02:55:06 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K2sZZ1088518; Sat, 20 May 2006 02:54:35 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K2sZFp088517; Sat, 20 May 2006 02:54:35 GMT (envelope-from csjp) Message-Id: <200605200254.k4K2sZFp088517@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 20 May 2006 02:54:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_exit.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 02:55:07 -0000 csjp 2006-05-20 02:54:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_exit.c Log: MFC revision 1.288 date: 2006/04/10 14:07:28; author: csjp; state: Exp; lines: +0 -2 Kill the last Giant acquisition in the exit(2) code. This Giant acquisition doesn't appear to be protecting anything. Most of consumers funsetownlst(9) do not appear to be picking up Giant anywhere. This was originally a part of my Giant exit(2) clean up revision 1.272 but I thought it was a good idea to leave it out until we were able to analyze it better. Revision Changes Path 1.263.2.8 +0 -2 src/sys/kern/kern_exit.c From owner-cvs-all@FreeBSD.ORG Sat May 20 03:29:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAD3316A456; Sat, 20 May 2006 03:29:41 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9700B43D48; Sat, 20 May 2006 03:29:41 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K3T9Vk091256; Sat, 20 May 2006 03:29:09 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K3T9D6091255; Sat, 20 May 2006 03:29:09 GMT (envelope-from ume) Message-Id: <200605200329.k4K3T9D6091255@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 20 May 2006 03:29:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 nsswitch.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 03:29:57 -0000 ume 2006-05-20 03:29:09 UTC FreeBSD src repository Modified files: share/man/man5 nsswitch.conf.5 Log: Add description how to use caching. Submitted by: Michael Bushkov Revision Changes Path 1.15 +42 -7 src/share/man/man5/nsswitch.conf.5 From owner-cvs-all@FreeBSD.ORG Sat May 20 04:32:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE2EB16A431; Sat, 20 May 2006 04:32:42 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA96143D48; Sat, 20 May 2006 04:32:42 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K4WAVY094856; Sat, 20 May 2006 04:32:10 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K4WAr6094855; Sat, 20 May 2006 04:32:10 GMT (envelope-from trhodes) Message-Id: <200605200432.k4K4WAr6094855@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 20 May 2006 04:32:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/build/options makeman X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 04:32:43 -0000 trhodes 2006-05-20 04:32:10 UTC FreeBSD src repository Modified files: tools/build/options makeman Log: Switch value back to values. Requested by: ru Revision Changes Path 1.4 +1 -1 src/tools/build/options/makeman From owner-cvs-all@FreeBSD.ORG Sat May 20 05:08:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A4FF16A41F; Sat, 20 May 2006 05:08:17 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7649B43D4C; Sat, 20 May 2006 05:08:16 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K57iul007023; Sat, 20 May 2006 05:07:44 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K57ix6007022; Sat, 20 May 2006 05:07:44 GMT (envelope-from mezz) Message-Id: <200605200507.k4K57ix6007022@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 20 May 2006 05:07:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/gstreamer-plugins-a52dec Makefile ports/audio/gstreamer-plugins-a52dec80 Makefile ports/audio/gstreamer-plugins-artsd80 Makefile ports/audio/gstreamer-plugins-audiofile80 Makefile ports/audio/gstreamer-plugins-cdaudio80 Makefile ports/audio/gstreamer-plugins-cdparanoia Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 05:08:17 -0000 mezz 2006-05-20 05:07:44 UTC FreeBSD ports repository Modified files: audio/gstreamer-plugins-a52dec Makefile audio/gstreamer-plugins-a52dec80 Makefile audio/gstreamer-plugins-artsd80 Makefile audio/gstreamer-plugins-audiofile80 Makefile audio/gstreamer-plugins-cdaudio80 Makefile audio/gstreamer-plugins-cdparanoia Makefile audio/gstreamer-plugins-cdparanoia80 Makefile audio/gstreamer-plugins-esound Makefile audio/gstreamer-plugins-esound80 Makefile audio/gstreamer-plugins-faac Makefile audio/gstreamer-plugins-faac80 Makefile audio/gstreamer-plugins-faad Makefile audio/gstreamer-plugins-faad80 Makefile audio/gstreamer-plugins-flac Makefile audio/gstreamer-plugins-flac80 Makefile audio/gstreamer-plugins-gsm Makefile audio/gstreamer-plugins-gsm80 Makefile audio/gstreamer-plugins-ivorbis Makefile audio/gstreamer-plugins-ivorbis80 Makefile audio/gstreamer-plugins-jack80 Makefile audio/gstreamer-plugins-ladspa Makefile audio/gstreamer-plugins-ladspa80 Makefile audio/gstreamer-plugins-lame Makefile audio/gstreamer-plugins-lame80 Makefile audio/gstreamer-plugins-mad Makefile audio/gstreamer-plugins-mad80 Makefile audio/gstreamer-plugins-mikmod80 Makefile audio/gstreamer-plugins-musepack Makefile audio/gstreamer-plugins-musepack80 Makefile audio/gstreamer-plugins-musicbrainz Makefile audio/gstreamer-plugins-musicbrainz80 Makefile audio/gstreamer-plugins-nas80 Makefile audio/gstreamer-plugins-ogg Makefile audio/gstreamer-plugins-ogg80 Makefile audio/gstreamer-plugins-polyp80 Makefile audio/gstreamer-plugins-shout2 Makefile audio/gstreamer-plugins-shout280 Makefile audio/gstreamer-plugins-shout80 Makefile audio/gstreamer-plugins-sidplay Makefile audio/gstreamer-plugins-sidplay80 Makefile audio/gstreamer-plugins-smoothwave80 Makefile audio/gstreamer-plugins-sndfile80 Makefile audio/gstreamer-plugins-speex Makefile audio/gstreamer-plugins-speex80 Makefile audio/gstreamer-plugins-vorbis Makefile audio/gstreamer-plugins-vorbis80 Makefile audio/gstreamer-plugins-wavpack Makefile audio/gstreamer-plugins-wavpack80 Makefile devel/gstreamer-plugins-gconf Makefile devel/gstreamer-plugins-gconf80 Makefile devel/gstreamer-plugins-gnomevfs Makefile devel/gstreamer-plugins-gnomevfs80 Makefile devel/gstreamer-plugins-sdl Makefile devel/gstreamer-plugins-sdl80 Makefile graphics/gstreamer-plugins-aalib Makefile graphics/gstreamer-plugins-aalib80 Makefile graphics/gstreamer-plugins-cairo Makefile graphics/gstreamer-plugins-cairo80 Makefile graphics/gstreamer-plugins-gdkpixbuf80 Makefile graphics/gstreamer-plugins-hermes80 Makefile graphics/gstreamer-plugins-jpeg Makefile graphics/gstreamer-plugins-jpeg-mmx80 Makefile graphics/gstreamer-plugins-jpeg80 Makefile graphics/gstreamer-plugins-libcaca Makefile graphics/gstreamer-plugins-libcaca80 Makefile graphics/gstreamer-plugins-libmng80 Makefile graphics/gstreamer-plugins-libpng Makefile graphics/gstreamer-plugins-libpng80 Makefile graphics/gstreamer-plugins-libvisual Makefile graphics/gstreamer-plugins-libvisual80 Makefile graphics/gstreamer-plugins-swfdec80 Makefile multimedia/gstreamer-plugins-dirac80 Makefile multimedia/gstreamer-plugins-dts Makefile multimedia/gstreamer-plugins-dts80 Makefile multimedia/gstreamer-plugins-dv Makefile multimedia/gstreamer-plugins-dv80 Makefile multimedia/gstreamer-plugins-dvd Makefile multimedia/gstreamer-plugins-dvd80 Makefile multimedia/gstreamer-plugins-libfame80 Makefile multimedia/gstreamer-plugins-mpeg2dec Makefile multimedia/gstreamer-plugins-mpeg2dec80 Makefile multimedia/gstreamer-plugins-mpeg2enc80 Makefile multimedia/gstreamer-plugins-mplex80 Makefile multimedia/gstreamer-plugins-theora Makefile multimedia/gstreamer-plugins-theora80 Makefile multimedia/gstreamer-plugins-x26480 Makefile multimedia/gstreamer-plugins-xvid Makefile multimedia/gstreamer-plugins-xvid80 Makefile net/gstreamer-plugins-libmms Makefile net/gstreamer-plugins-libmms80 Makefile sysutils/gstreamer-plugins-cdio80 Makefile x11-toolkits/gstreamer-plugins-pango Makefile x11-toolkits/gstreamer-plugins-pango80 Makefile Log: Portlint: -Correct the order by move CATEGORIES under PORTREVISION. Revision Changes Path 1.6 +1 -1 ports/audio/gstreamer-plugins-a52dec/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-a52dec80/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-artsd80/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-audiofile80/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-cdaudio80/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-cdparanoia/Makefile 1.8 +1 -1 ports/audio/gstreamer-plugins-cdparanoia80/Makefile 1.6 +1 -1 ports/audio/gstreamer-plugins-esound/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-esound80/Makefile 1.6 +1 -1 ports/audio/gstreamer-plugins-faac/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-faac80/Makefile 1.6 +1 -1 ports/audio/gstreamer-plugins-faad/Makefile 1.8 +1 -1 ports/audio/gstreamer-plugins-faad80/Makefile 1.6 +1 -1 ports/audio/gstreamer-plugins-flac/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-flac80/Makefile 1.6 +1 -1 ports/audio/gstreamer-plugins-gsm/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-gsm80/Makefile 1.6 +1 -1 ports/audio/gstreamer-plugins-ivorbis/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-ivorbis80/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-jack80/Makefile 1.6 +1 -1 ports/audio/gstreamer-plugins-ladspa/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-ladspa80/Makefile 1.6 +1 -1 ports/audio/gstreamer-plugins-lame/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-lame80/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-mad/Makefile 1.8 +1 -1 ports/audio/gstreamer-plugins-mad80/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-mikmod80/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-musepack/Makefile 1.8 +1 -1 ports/audio/gstreamer-plugins-musepack80/Makefile 1.8 +1 -1 ports/audio/gstreamer-plugins-musicbrainz/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-musicbrainz80/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-nas80/Makefile 1.6 +1 -1 ports/audio/gstreamer-plugins-ogg/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-ogg80/Makefile 1.8 +1 -1 ports/audio/gstreamer-plugins-polyp80/Makefile 1.8 +1 -1 ports/audio/gstreamer-plugins-shout2/Makefile 1.9 +1 -1 ports/audio/gstreamer-plugins-shout280/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-shout80/Makefile 1.6 +1 -1 ports/audio/gstreamer-plugins-sidplay/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-sidplay80/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-smoothwave80/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-sndfile80/Makefile 1.6 +1 -1 ports/audio/gstreamer-plugins-speex/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-speex80/Makefile 1.6 +1 -1 ports/audio/gstreamer-plugins-vorbis/Makefile 1.7 +1 -1 ports/audio/gstreamer-plugins-vorbis80/Makefile 1.5 +1 -1 ports/audio/gstreamer-plugins-wavpack/Makefile 1.6 +1 -1 ports/audio/gstreamer-plugins-wavpack80/Makefile 1.9 +1 -1 ports/devel/gstreamer-plugins-gconf/Makefile 1.9 +1 -1 ports/devel/gstreamer-plugins-gconf80/Makefile 1.6 +1 -1 ports/devel/gstreamer-plugins-gnomevfs/Makefile 1.7 +1 -1 ports/devel/gstreamer-plugins-gnomevfs80/Makefile 1.6 +1 -1 ports/devel/gstreamer-plugins-sdl/Makefile 1.7 +1 -1 ports/devel/gstreamer-plugins-sdl80/Makefile 1.6 +1 -1 ports/graphics/gstreamer-plugins-aalib/Makefile 1.7 +1 -1 ports/graphics/gstreamer-plugins-aalib80/Makefile 1.8 +1 -1 ports/graphics/gstreamer-plugins-cairo/Makefile 1.9 +1 -1 ports/graphics/gstreamer-plugins-cairo80/Makefile 1.7 +1 -1 ports/graphics/gstreamer-plugins-gdkpixbuf80/Makefile 1.7 +1 -1 ports/graphics/gstreamer-plugins-hermes80/Makefile 1.8 +1 -1 ports/graphics/gstreamer-plugins-jpeg-mmx80/Makefile 1.6 +1 -1 ports/graphics/gstreamer-plugins-jpeg/Makefile 1.7 +1 -1 ports/graphics/gstreamer-plugins-jpeg80/Makefile 1.6 +1 -1 ports/graphics/gstreamer-plugins-libcaca/Makefile 1.7 +1 -1 ports/graphics/gstreamer-plugins-libcaca80/Makefile 1.7 +1 -1 ports/graphics/gstreamer-plugins-libmng80/Makefile 1.6 +1 -1 ports/graphics/gstreamer-plugins-libpng/Makefile 1.9 +1 -1 ports/graphics/gstreamer-plugins-libpng80/Makefile 1.6 +1 -1 ports/graphics/gstreamer-plugins-libvisual/Makefile 1.7 +1 -1 ports/graphics/gstreamer-plugins-libvisual80/Makefile 1.7 +1 -1 ports/graphics/gstreamer-plugins-swfdec80/Makefile 1.7 +1 -1 ports/multimedia/gstreamer-plugins-dirac80/Makefile 1.9 +1 -1 ports/multimedia/gstreamer-plugins-dts/Makefile 1.2 +1 -1 ports/multimedia/gstreamer-plugins-dts80/Makefile 1.6 +1 -1 ports/multimedia/gstreamer-plugins-dv/Makefile 1.7 +1 -1 ports/multimedia/gstreamer-plugins-dv80/Makefile 1.10 +1 -1 ports/multimedia/gstreamer-plugins-dvd/Makefile 1.9 +1 -1 ports/multimedia/gstreamer-plugins-dvd80/Makefile 1.7 +1 -1 ports/multimedia/gstreamer-plugins-libfame80/Makefile 1.6 +1 -1 ports/multimedia/gstreamer-plugins-mpeg2dec/Makefile 1.7 +1 -1 ports/multimedia/gstreamer-plugins-mpeg2dec80/Makefile 1.10 +1 -1 ports/multimedia/gstreamer-plugins-mpeg2enc80/Makefile 1.9 +1 -1 ports/multimedia/gstreamer-plugins-mplex80/Makefile 1.8 +1 -1 ports/multimedia/gstreamer-plugins-theora/Makefile 1.9 +1 -1 ports/multimedia/gstreamer-plugins-theora80/Makefile 1.5 +1 -1 ports/multimedia/gstreamer-plugins-x26480/Makefile 1.8 +1 -1 ports/multimedia/gstreamer-plugins-xvid/Makefile 1.7 +1 -1 ports/multimedia/gstreamer-plugins-xvid80/Makefile 1.6 +1 -1 ports/net/gstreamer-plugins-libmms/Makefile 1.7 +1 -1 ports/net/gstreamer-plugins-libmms80/Makefile 1.7 +1 -1 ports/sysutils/gstreamer-plugins-cdio80/Makefile 1.6 +1 -1 ports/x11-toolkits/gstreamer-plugins-pango/Makefile 1.7 +1 -1 ports/x11-toolkits/gstreamer-plugins-pango80/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 05:47:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AC0716A436; Sat, 20 May 2006 05:47:51 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E3D43D46; Sat, 20 May 2006 05:47:51 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K5lIWG008675; Sat, 20 May 2006 05:47:19 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K5lI4Z008674; Sat, 20 May 2006 05:47:18 GMT (envelope-from delphij) Message-Id: <200605200547.k4K5lI4Z008674@repoman.freebsd.org> From: Xin LI Date: Sat, 20 May 2006 05:47:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/rcorder rcorder.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 05:47:51 -0000 delphij 2006-05-20 05:47:18 UTC FreeBSD src repository Modified files: sbin/rcorder rcorder.c Log: do_file() is called recursively from several places and cannot safely free() anything related to items that may be recursed on. Obtained from: DragonFly (rev 1.7, dillon) PR: bin/94767 MFC After: 1 month Revision Changes Path 1.3 +9 -1 src/sbin/rcorder/rcorder.c From owner-cvs-all@FreeBSD.ORG Sat May 20 06:22:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74C0416A420; Sat, 20 May 2006 06:22:15 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F78B43D45; Sat, 20 May 2006 06:22:15 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K6LgS0011254; Sat, 20 May 2006 06:21:42 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K6Lgdf011253; Sat, 20 May 2006 06:21:42 GMT (envelope-from brueffer) Message-Id: <200605200621.k4K6Lgdf011253@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 20 May 2006 06:21:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 Makefile acpi_dock.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 06:22:15 -0000 brueffer 2006-05-20 06:21:42 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Added files: share/man/man4 acpi_dock.4 Log: Minimal manpage for the acpi_dock driver. This needs to be fleshed out by someone in the know about this driver. Revision Changes Path 1.351 +2 -0 src/share/man/man4/Makefile 1.1 +62 -0 src/share/man/man4/acpi_dock.4 (new) From owner-cvs-all@FreeBSD.ORG Sat May 20 06:26:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0EE416A421; Sat, 20 May 2006 06:26:28 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE99E43D48; Sat, 20 May 2006 06:26:28 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K6PuHI011402; Sat, 20 May 2006 06:25:56 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K6PuSB011401; Sat, 20 May 2006 06:25:56 GMT (envelope-from dougb) Message-Id: <200605200625.k4K6PuSB011401@repoman.freebsd.org> From: Doug Barton Date: Sat, 20 May 2006 06:25:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/portmaster/files portmaster.8 portmaster.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 06:26:29 -0000 dougb 2006-05-20 06:25:56 UTC FreeBSD ports repository Modified files: sysutils/portmaster/files portmaster.8 portmaster.sh.in Log: 1. Implemented recursive 'make config' at the beginning of the run, so it's easier to leave it running unattended for large updates. (This can be toggled off.) 2. Implemented a completely unattended mode which accepts the defaults for all portmaster dialogues. (Note, this does not help with ports that have interaction other than 'make config', such as ghostscript, etc.) 3. Added -u to sort(1) calls to try and address a bug report about duplicate lines in +REQUIRED_BY files. I was not able to reproduce this bug, but better safe than sorry. 4. Verbose mode is now slightly more informative about what's happening. 5. More common code factored out into functions. 6. The -n flag now cancels the build of the port called on the command line too. 7. Improved (?) the stale distfile deletion routine to better handle ports that have multiple distfiles. 8. We now launch 'make checksum' (which performs a fetch if needed) in the background while recursing through dependencies. 9. Various code cleanups, such as adding -t to a mktemp invocation that was missing it, more local variables in functions, more consistent flag variable values, etc. Revision Changes Path 1.2 +27 -11 ports/sysutils/portmaster/files/portmaster.8 1.2 +310 -129 ports/sysutils/portmaster/files/portmaster.sh.in From owner-cvs-all@FreeBSD.ORG Sat May 20 06:29:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9584116A421; Sat, 20 May 2006 06:29:13 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 527A343D45; Sat, 20 May 2006 06:29:13 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K6SfQ2011492; Sat, 20 May 2006 06:28:41 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K6SfHo011491; Sat, 20 May 2006 06:28:41 GMT (envelope-from dougb) Message-Id: <200605200628.k4K6SfHo011491@repoman.freebsd.org> From: Doug Barton Date: Sat, 20 May 2006 06:28:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/portmaster Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 06:29:13 -0000 dougb 2006-05-20 06:28:40 UTC FreeBSD ports repository Modified files: sysutils/portmaster Makefile Log: Bump the version number of the port for the new version of the script Revision Changes Path 1.2 +1 -1 ports/sysutils/portmaster/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 06:34:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB4ED16A425 for ; Sat, 20 May 2006 06:34:50 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.FreeBSD.org (Postfix) with SMTP id BAEF243D48 for ; Sat, 20 May 2006 06:34:49 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 328 invoked by uid 399); 20 May 2006 06:34:46 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 20 May 2006 06:34:46 -0000 Message-ID: <446EB883.5000505@FreeBSD.org> Date: Fri, 19 May 2006 23:34:43 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.2 (X11/20060507) MIME-Version: 1.0 To: Xin LI References: <200605200547.k4K5lI4Z008674@repoman.freebsd.org> In-Reply-To: <200605200547.k4K5lI4Z008674@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/rcorder rcorder.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 06:34:51 -0000 Xin LI wrote: > delphij 2006-05-20 05:47:18 UTC > > FreeBSD src repository > > Modified files: > sbin/rcorder rcorder.c > Log: > do_file() is called recursively from several places and cannot > safely free() anything related to items that may be recursed on. > > Obtained from: DragonFly (rev 1.7, dillon) > PR: bin/94767 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=94767 > MFC After: 1 month > > Revision Changes Path > 1.3 +9 -1 src/sbin/rcorder/rcorder.c > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/rcorder/rcorder.c.diff?&r1=1.2&r2=1.3&f=h > Hooray! Thanks for taking this on. Doug -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Sat May 20 06:45:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7789516A422; Sat, 20 May 2006 06:45:50 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3490D43D45; Sat, 20 May 2006 06:45:50 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K6jHSB012295; Sat, 20 May 2006 06:45:17 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K6jHcI012294; Sat, 20 May 2006 06:45:17 GMT (envelope-from dougb) Message-Id: <200605200645.k4K6jHcI012294@repoman.freebsd.org> From: Doug Barton Date: Sat, 20 May 2006 06:45:17 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 06:45:50 -0000 dougb 2006-05-20 06:45:17 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Argh. I forgot that "$pidfile" has a special meaning to rc.subr, so fix the error introduced in the last revision. Generalize this, and command to make the sample code more reusable. Revision Changes Path 1.710 +4 -3 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sat May 20 06:51:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 314EC16A41F for ; Sat, 20 May 2006 06:51:41 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 609E343D4C for ; Sat, 20 May 2006 06:51:39 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 10825 invoked by uid 399); 20 May 2006 06:51:38 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 20 May 2006 06:51:38 -0000 Message-ID: <446EBC76.1010409@FreeBSD.org> Date: Fri, 19 May 2006 23:51:34 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.2 (X11/20060507) MIME-Version: 1.0 To: Pav Lucistnik References: <200605192250.k4JMobka063225@repoman.freebsd.org> In-Reply-To: <200605192250.k4JMobka063225@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/exilog Makefile pkg-plist ports/mail/exilog/files exilog.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 06:51:41 -0000 Pav Lucistnik wrote: > pav 2006-05-19 22:50:37 UTC > > FreeBSD ports repository > > Modified files: > mail/exilog Makefile pkg-plist > mail/exilog/files exilog.sh.in > Log: > - Fix rc script installation > - Stop daemon on deinstall > - REQUIRE/PROVIDE > > PR: ports/97327 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=97327 > Submitted by: Larry Rosenman (maintainer) > > Revision Changes Path > 1.12 +14 -9 ports/mail/exilog/Makefile > 1.2 +5 -1 ports/mail/exilog/files/exilog.sh.in > 1.3 +1 -2 ports/mail/exilog/pkg-plist > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/mail/exilog/Makefile.diff?&r1=1.11&r2=1.12&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/mail/exilog/files/exilog.sh.in.diff?&r1=1.1&r2=1.2&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/mail/exilog/pkg-plist.diff?&r1=1.2&r2=1.3&f=h The exilog/exilog.sh test, and the PLIST_SUB for RCSCRIPT should both be unnecessary with the new ports framework. Both of those should be handled automatically by USE_RC_SUBR. hth, Doug -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Sat May 20 06:59:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B1CE16A422; Sat, 20 May 2006 06:59:19 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17F7643D49; Sat, 20 May 2006 06:59:19 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K6wk8O012767; Sat, 20 May 2006 06:58:46 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K6wkXF012766; Sat, 20 May 2006 06:58:46 GMT (envelope-from maxim) Message-Id: <200605200658.k4K6wkXF012766@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 20 May 2006 06:58:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 nsswitch.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 06:59:19 -0000 maxim 2006-05-20 06:58:46 UTC FreeBSD src repository Modified files: share/man/man5 nsswitch.conf.5 Log: o Sort .Xrs, touch .Dd. Revision Changes Path 1.16 +4 -4 src/share/man/man5/nsswitch.conf.5 From owner-cvs-all@FreeBSD.ORG Sat May 20 06:59:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0EF616A423; Sat, 20 May 2006 06:59:49 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CB2C43D48; Sat, 20 May 2006 06:59:49 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K6xHeZ012812; Sat, 20 May 2006 06:59:17 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K6xHiw012811; Sat, 20 May 2006 06:59:17 GMT (envelope-from perky) Message-Id: <200605200659.k4K6xHiw012811@repoman.freebsd.org> From: Hye-Shik Chang Date: Sat, 20 May 2006 06:59:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/llvm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 06:59:49 -0000 perky 2006-05-20 06:59:17 UTC FreeBSD ports repository Modified files: devel/llvm Makefile Log: This port requires GCC 3.3+ to build. This unbreaks build in 4-STABLE. Revision Changes Path 1.9 +1 -0 ports/devel/llvm/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 07:11:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5886A16A421; Sat, 20 May 2006 07:11:00 +0000 (UTC) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDEEC43D5A; Sat, 20 May 2006 07:10:59 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K7ARw1014518; Sat, 20 May 2006 07:10:27 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K7ARnU014517; Sat, 20 May 2006 07:10:27 GMT (envelope-from marck) Message-Id: <200605200710.k4K7ARnU014517@repoman.freebsd.org> From: Dmitry Morozovsky Date: Sat, 20 May 2006 07:10:26 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ru_RU.KOI8-R/articles/committers-guide article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 07:11:00 -0000 marck 2006-05-20 07:10:26 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/committers-guide article.sgml Log: MFen: 1.237 -> 1.239 article.sgml Fix a typo. Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.15 +77 -5 doc/ru_RU.KOI8-R/articles/committers-guide/article.sgml From owner-cvs-all@FreeBSD.ORG Sat May 20 07:20:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E47116A42B for ; Sat, 20 May 2006 07:20:50 +0000 (UTC) (envelope-from massimo@cedoc.mo.it) Received: from insomma.datacode.it (ip-174-86.sn2.eutelia.it [83.211.174.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82E6A43D7B for ; Sat, 20 May 2006 07:20:35 +0000 (GMT) (envelope-from massimo@cedoc.mo.it) Received: from localhost (localhost.datacode.it [127.0.0.1]) by insomma.datacode.it (Postfix) with SMTP id D663A2C90B for ; Sat, 20 May 2006 09:20:33 +0200 (CEST) Received: from insomma.datacode.it (localhost.datacode.it [127.0.0.1]) by insomma.datacode.it (Postfix) with ESMTP id 1686C2C90A; Sat, 20 May 2006 09:20:33 +0200 (CEST) Received: from massimo.datacode.it (massimo.datacode.it [192.168.1.13]) by insomma.datacode.it (Postfix) with ESMTP id C87D42C906; Sat, 20 May 2006 09:20:32 +0200 (CEST) From: Massimo Lusetti To: Tom Rhodes In-Reply-To: <20060518201245.6fefdf08.trhodes@FreeBSD.org> References: <200605190004.k4J04OWu023021@repoman.freebsd.org> <20060518201245.6fefdf08.trhodes@FreeBSD.org> Content-Type: text/plain Organization: CEDOC - Modena Date: Sat, 20 May 2006 09:20:32 +0200 Message-Id: <1148109632.4304.0.camel@massimo.datacode.it> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-7) Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Mohan Srinivasan Subject: Re: cvs commit: src/sys/nfs4client nfs4_vfsops.c src/sys/nfsclient nfs.h nfs_bio.c nfs_nfsiod.c nfs_node.c nfs_socket.c nfs_subs.c nfs_vfsops.c nfs_vnops.c nfsmount.h nfsnode.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 07:20:50 -0000 On Thu, 2006-05-18 at 20:12 -0400, Tom Rhodes wrote: > On Fri, 19 May 2006 00:04:24 +0000 (UTC) > Mohan Srinivasan wrote: > > > mohans 2006-05-19 00:04:24 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/nfs4client nfs4_vfsops.c > > sys/nfsclient nfs.h nfs_bio.c nfs_nfsiod.c nfs_node.c > > nfs_socket.c nfs_subs.c nfs_vfsops.c > > nfs_vnops.c nfsmount.h nfsnode.h > > Log: > > Changes to make the NFS client MP safe. > > > > Thanks to Kris Kennaway for testing and sending lots of bugs my way. > > Rock on, thanks! > Yes, thanks a lot! But i don't see "MFC after:" tag -- Massimo.run(); From owner-cvs-all@FreeBSD.ORG Sat May 20 07:42:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3AC616A435; Sat, 20 May 2006 07:42:29 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACE4343D66; Sat, 20 May 2006 07:42:29 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K7fvW2015708; Sat, 20 May 2006 07:41:57 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K7fvjs015707; Sat, 20 May 2006 07:41:57 GMT (envelope-from delphij) Message-Id: <200605200741.k4K7fvjs015707@repoman.freebsd.org> From: Xin LI Date: Sat, 20 May 2006 07:41:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/py-ldap2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 07:42:30 -0000 delphij 2006-05-20 07:41:57 UTC FreeBSD ports repository Modified files: net/py-ldap2 Makefile Log: Correct path for the sasl includes, to fix build for WITH_SASL case. Submitted by: Boris B. Samorodov PR: ports/97474 Approved by: sem (mentor) Revision Changes Path 1.37 +1 -1 ports/net/py-ldap2/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 07:52:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 322C916A43B; Sat, 20 May 2006 07:52:25 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70CD243D6E; Sat, 20 May 2006 07:52:19 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K7pk9W016171; Sat, 20 May 2006 07:51:46 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K7pkgJ016170; Sat, 20 May 2006 07:51:46 GMT (envelope-from delphij) Message-Id: <200605200751.k4K7pkgJ016170@repoman.freebsd.org> From: Xin LI Date: Sat, 20 May 2006 07:51:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/sourcenav Makefile ports/devel/sourcenav/files patch-snavigator-snavigator-unix-snavigator.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 07:52:31 -0000 delphij 2006-05-20 07:51:46 UTC FreeBSD ports repository Modified files: devel/sourcenav Makefile Added files: devel/sourcenav/files patch-snavigator-snavigator-unix-snavigator.in Log: Fix the snavigator script in the case that a symbolic link was in a different place. Submitted by: Andreas Kohn PR: ports/93975 Approved by: sem (mentor) Revision Changes Path 1.15 +1 -1 ports/devel/sourcenav/Makefile 1.1 +12 -0 ports/devel/sourcenav/files/patch-snavigator-snavigator-unix-snavigator.in (new) From owner-cvs-all@FreeBSD.ORG Sat May 20 07:57:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B41C16A48E; Sat, 20 May 2006 07:57:25 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 530D343D49; Sat, 20 May 2006 07:57:21 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K7umSn016401; Sat, 20 May 2006 07:56:48 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K7umrk016400; Sat, 20 May 2006 07:56:48 GMT (envelope-from vd) Message-Id: <200605200756.k4K7umrk016400@repoman.freebsd.org> From: Vasil Dimov Date: Sat, 20 May 2006 07:56:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/nas/files patch-clients_audio_audemo_audemo.c patch-clients_audio_auedit_Graph.c patch-clients_audio_auedit_auedit.c patch-clients_audio_aupanel_aupanel.c patch-clients_audio_auphone_auphone.c patch-clients_audio_autool_audiotool.c patch-clients_audio_auwave_auwave.c patch-server_dda_voxware_config.c patch-server_dia_gram.y patch-server_dia_lex.l patch-warnings X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 07:57:28 -0000 vd 2006-05-20 07:56:48 UTC FreeBSD ports repository Added files: audio/nas/files patch-clients_audio_audemo_audemo.c patch-clients_audio_auedit_Graph.c patch-clients_audio_auedit_auedit.c patch-clients_audio_aupanel_aupanel.c patch-clients_audio_auphone_auphone.c patch-clients_audio_autool_audiotool.c patch-clients_audio_auwave_auwave.c patch-server_dda_voxware_config.c patch-server_dia_gram.y patch-server_dia_lex.l Removed files: audio/nas/files patch-warnings Log: Split patch-warnings into patch-clients_audio_audemo_audemo.c patch-clients_audio_auedit_Graph.c patch-clients_audio_auedit_auedit.c patch-clients_audio_aupanel_aupanel.c patch-clients_audio_auphone_auphone.c patch-clients_audio_autool_audiotool.c patch-clients_audio_auwave_auwave.c patch-server_dda_voxware_config.c patch-server_dia_gram.y patch-server_dia_lex.l to ease with maintaining. Revision Changes Path 1.1 +36 -0 ports/audio/nas/files/patch-clients_audio_audemo_audemo.c (new) 1.1 +33 -0 ports/audio/nas/files/patch-clients_audio_auedit_Graph.c (new) 1.1 +36 -0 ports/audio/nas/files/patch-clients_audio_auedit_auedit.c (new) 1.1 +22 -0 ports/audio/nas/files/patch-clients_audio_aupanel_aupanel.c (new) 1.1 +61 -0 ports/audio/nas/files/patch-clients_audio_auphone_auphone.c (new) 1.1 +22 -0 ports/audio/nas/files/patch-clients_audio_autool_audiotool.c (new) 1.1 +29 -0 ports/audio/nas/files/patch-clients_audio_auwave_auwave.c (new) 1.1 +97 -0 ports/audio/nas/files/patch-server_dda_voxware_config.c (new) 1.1 +64 -0 ports/audio/nas/files/patch-server_dia_gram.y (new) 1.1 +29 -0 ports/audio/nas/files/patch-server_dia_lex.l (new) 1.3 +0 -429 ports/audio/nas/files/patch-warnings (dead) From owner-cvs-all@FreeBSD.ORG Sat May 20 08:08:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E34E516A426; Sat, 20 May 2006 08:08:23 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A2A43D49; Sat, 20 May 2006 08:08:23 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K87pL4018077; Sat, 20 May 2006 08:07:51 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K87pXK018076; Sat, 20 May 2006 08:07:51 GMT (envelope-from vd) Message-Id: <200605200807.k4K87pXK018076@repoman.freebsd.org> From: Vasil Dimov Date: Sat, 20 May 2006 08:07:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/nas/files patch-clients_audio_aupanel_aupanel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 08:08:24 -0000 vd 2006-05-20 08:07:51 UTC FreeBSD ports repository Modified files: audio/nas/files patch-clients_audio_aupanel_aupanel.c Log: Fix build on 64 bit platforms Revision Changes Path 1.2 +20 -5 ports/audio/nas/files/patch-clients_audio_aupanel_aupanel.c From owner-cvs-all@FreeBSD.ORG Sat May 20 08:18:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF16B16A422; Sat, 20 May 2006 08:18:41 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BE1143D46; Sat, 20 May 2006 08:18:41 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K8I8sM018461; Sat, 20 May 2006 08:18:08 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K8I8NX018460; Sat, 20 May 2006 08:18:08 GMT (envelope-from vd) Message-Id: <200605200818.k4K8I8NX018460@repoman.freebsd.org> From: Vasil Dimov Date: Sat, 20 May 2006 08:18:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/google-sparsehash Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 08:18:41 -0000 vd 2006-05-20 08:18:08 UTC FreeBSD ports repository Modified files: devel/google-sparsehash Makefile Log: Fix build on 4.x Reported by: kris Revision Changes Path 1.7 +6 -0 ports/devel/google-sparsehash/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 08:19:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D283B16A42A; Sat, 20 May 2006 08:19:30 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5453A43D4C; Sat, 20 May 2006 08:19:30 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K8IvCL018493; Sat, 20 May 2006 08:18:57 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K8Ivdk018492; Sat, 20 May 2006 08:18:57 GMT (envelope-from delphij) Message-Id: <200605200818.k4K8Ivdk018492@repoman.freebsd.org> From: Xin LI Date: Sat, 20 May 2006 08:18:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/openldap23-server Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 08:19:30 -0000 delphij 2006-05-20 08:18:57 UTC FreeBSD ports repository Modified files: net/openldap23-server Makefile Log: When the SASL option is selected, define WANT_OPENLDAP_SASL accordingly to depend on the correct flavior of OpenLDAP client library. Reported by: pointyhat via kris Approved by: sem (mentor, implicitly) Revision Changes Path 1.131 +1 -0 ports/net/openldap23-server/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 08:38:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 936D016A422; Sat, 20 May 2006 08:38:01 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50CCB43D46; Sat, 20 May 2006 08:38:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K8bSmw019189; Sat, 20 May 2006 08:37:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K8bS6O019188; Sat, 20 May 2006 08:37:28 GMT (envelope-from pav) Message-Id: <200605200837.k4K8bS6O019188@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 20 May 2006 08:37:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/sfdisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 08:38:01 -0000 pav 2006-05-20 08:37:28 UTC FreeBSD ports repository Modified files: sysutils/sfdisk Makefile Log: - Mark BROKEN on 4.X Reported by: krismail Revision Changes Path 1.3 +7 -1 ports/sysutils/sfdisk/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 08:40:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A4C016A420; Sat, 20 May 2006 08:40:09 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CBAA43D46; Sat, 20 May 2006 08:40:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K8daag019263; Sat, 20 May 2006 08:39:36 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K8datl019260; Sat, 20 May 2006 08:39:36 GMT (envelope-from pav) Message-Id: <200605200839.k4K8datl019260@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 20 May 2006 08:39:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ztcl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 08:40:09 -0000 pav 2006-05-20 08:39:36 UTC FreeBSD ports repository Modified files: devel/ztcl Makefile Log: - Mark BROKEN on FreeBSD 4.X Reported by: krismail Revision Changes Path 1.2 +7 -1 ports/devel/ztcl/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 08:45:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D584C16A41F; Sat, 20 May 2006 08:45:39 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [195.250.137.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2EBD43D4C; Sat, 20 May 2006 08:45:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.6/8.13.6) with ESMTP id k4K8jafg091039 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 20 May 2006 10:45:36 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.6/8.13.6/Submit) id k4K8jZrh091038; Sat, 20 May 2006 10:45:35 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Doug Barton In-Reply-To: <446EBC76.1010409@FreeBSD.org> References: <200605192250.k4JMobka063225@repoman.freebsd.org> <446EBC76.1010409@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-N/qro4rxlZtH+XHC1L7T" Date: Sat, 20 May 2006 10:45:35 +0200 Message-Id: <1148114735.90460.3.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/exilog Makefile pkg-plist ports/mail/exilog/files exilog.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 08:45:40 -0000 --=-N/qro4rxlZtH+XHC1L7T Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Doug Barton p=ED=B9e v p=E1 19. 05. 2006 v 23:51 -0700: > Pav Lucistnik wrote: > > pav 2006-05-19 22:50:37 UTC > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > mail/exilog Makefile pkg-plist=20 > > mail/exilog/files exilog.sh.in=20 > > Log: > > - Fix rc script installation > > - Stop daemon on deinstall > > - REQUIRE/PROVIDE > > =20 > > PR: ports/97327 http://www.FreeBSD.org/cgi/query-pr.cgi?= pr=3D97327 > > Submitted by: Larry Rosenman (maintainer) > > =20 > > Revision Changes Path > > 1.12 +14 -9 ports/mail/exilog/Makefile > > 1.2 +5 -1 ports/mail/exilog/files/exilog.sh.in > > 1.3 +1 -2 ports/mail/exilog/pkg-plist > >=20 > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/mail/exilog/Makefile.diff?&= r1=3D1.11&r2=3D1.12&f=3Dh > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/mail/exilog/files/exilog.sh= .in.diff?&r1=3D1.1&r2=3D1.2&f=3Dh > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/mail/exilog/pkg-plist.diff?= &r1=3D1.2&r2=3D1.3&f=3Dh >=20 > The exilog/exilog.sh test, and the PLIST_SUB for RCSCRIPT should both be > unnecessary with the new ports framework. Both of those should be handled > automatically by USE_RC_SUBR. USE_RC_SUBR passes the name of the rc script to the PLIST_SUB? Which variable is it, I don't see anything in make -V PLIST_SUB output here. Note that I need to pass rc script filename in there, because I want to stop the daemon on deinstall using @unexec. --=20 Pav Lucistnik And now something completely different. --=-N/qro4rxlZtH+XHC1L7T Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEbtcvntdYP8FOsoIRAhTqAKCXJjs6JkxBPfT2xiknebAKkEiOiQCgtJkF rS8IgQ5kmY1gH6b6m00KUxk= =NSqD -----END PGP SIGNATURE----- --=-N/qro4rxlZtH+XHC1L7T-- From owner-cvs-all@FreeBSD.ORG Sat May 20 09:05:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6182916A421; Sat, 20 May 2006 09:05:35 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ACFC43D48; Sat, 20 May 2006 09:05:35 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K952dx029000; Sat, 20 May 2006 09:05:02 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K952YA028999; Sat, 20 May 2006 09:05:02 GMT (envelope-from remko) Message-Id: <200605200905.k4K952YA028999@repoman.freebsd.org> From: Remko Lodder Date: Sat, 20 May 2006 09:05:02 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/nl_NL.ISO8859-1/share/sgml mailing-lists.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 09:05:35 -0000 remko 2006-05-20 09:05:02 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/share/sgml mailing-lists.ent Log: Correct typo. Revision Changes Path 1.10 +1 -1 doc/nl_NL.ISO8859-1/share/sgml/mailing-lists.ent From owner-cvs-all@FreeBSD.ORG Sat May 20 09:09:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B85F16A41F; Sat, 20 May 2006 09:09:24 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5541E43D45; Sat, 20 May 2006 09:09:24 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K98pLH029204; Sat, 20 May 2006 09:08:51 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K98psA029203; Sat, 20 May 2006 09:08:51 GMT (envelope-from remko) Message-Id: <200605200908.k4K98psA029203@repoman.freebsd.org> From: Remko Lodder Date: Sat, 20 May 2006 09:08:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/nl_NL.ISO8859-1/share/sgml/glossary freebsd-glossary.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 09:09:24 -0000 remko 2006-05-20 09:08:51 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/share/sgml/glossary freebsd-glossary.sgml Log: Correct another typo. Revision Changes Path 1.3 +1 -1 doc/nl_NL.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml From owner-cvs-all@FreeBSD.ORG Sat May 20 09:14:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D89A716A44E; Sat, 20 May 2006 09:14:47 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95B2A43D46; Sat, 20 May 2006 09:14:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K9EEJP029448; Sat, 20 May 2006 09:14:14 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K9EErk029447; Sat, 20 May 2006 09:14:14 GMT (envelope-from pav) Message-Id: <200605200914.k4K9EErk029447@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 20 May 2006 09:14:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/cgdb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 09:14:48 -0000 pav 2006-05-20 09:14:14 UTC FreeBSD ports repository Modified files: devel/cgdb Makefile Log: - Mark BROKEN on FreeBSD 4.X Reported by: krismail Revision Changes Path 1.6 +4 -0 ports/devel/cgdb/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 09:17:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91FAC16A421; Sat, 20 May 2006 09:17:20 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C74343D45; Sat, 20 May 2006 09:17:20 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K9Glpi029555; Sat, 20 May 2006 09:16:47 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K9GlPj029554; Sat, 20 May 2006 09:16:47 GMT (envelope-from remko) Message-Id: <200605200916.k4K9GlPj029554@repoman.freebsd.org> From: Remko Lodder Date: Sat, 20 May 2006 09:16:47 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/nl_NL.ISO8859-1/share/sgml/glossary freebsd-glossary.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 09:17:20 -0000 remko 2006-05-20 09:16:47 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/share/sgml/glossary freebsd-glossary.sgml Log: Correct some more typo's. Correct an entity. Correct CVS headers (one for the FreeBSD project, one for the doc-nl project). Revision Changes Path 1.4 +5 -5 doc/nl_NL.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml From owner-cvs-all@FreeBSD.ORG Sat May 20 09:21:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49BF216A431; Sat, 20 May 2006 09:21:42 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFE7643D48; Sat, 20 May 2006 09:21:41 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K9L9ax029746; Sat, 20 May 2006 09:21:09 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K9L9m9029745; Sat, 20 May 2006 09:21:09 GMT (envelope-from remko) Message-Id: <200605200921.k4K9L9m9029745@repoman.freebsd.org> From: Remko Lodder Date: Sat, 20 May 2006 09:21:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/nl_NL.ISO8859-1/share/sgml freebsd.dsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 09:21:46 -0000 remko 2006-05-20 09:21:08 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/share/sgml freebsd.dsl Log: Update to 1.22. Add doc-nl CVS tag. Revision Changes Path 1.9 +6 -1 doc/nl_NL.ISO8859-1/share/sgml/freebsd.dsl From owner-cvs-all@FreeBSD.ORG Sat May 20 09:40:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61CFC16A421; Sat, 20 May 2006 09:40:02 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A84B43D46; Sat, 20 May 2006 09:40:02 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K9dT5r030494; Sat, 20 May 2006 09:39:29 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K9dTUp030493; Sat, 20 May 2006 09:39:29 GMT (envelope-from brueffer) Message-Id: <200605200939.k4K9dTUp030493@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 20 May 2006 09:39:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 aha.4 ahb.4 ahc.4 ahd.4 arcmsr.4 ciss.4 hptmv.4 ida.4 isp.4 ispfw.4 mlx.4 mly.4 mpt.4 pst.4 trm.4 twa.4 twe.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 09:40:02 -0000 brueffer 2006-05-20 09:39:29 UTC FreeBSD src repository Modified files: share/man/man4 aha.4 ahb.4 ahc.4 ahd.4 arcmsr.4 ciss.4 hptmv.4 ida.4 isp.4 ispfw.4 mlx.4 mly.4 mpt.4 pst.4 trm.4 twa.4 twe.4 Log: Convert to use a SYNPOSIS section that mentions kernel modules. Also add "device scbus" where needed. MFC after: 3 days Revision Changes Path 1.27 +14 -2 src/share/man/man4/aha.4 1.24 +14 -2 src/share/man/man4/ahb.4 1.39 +19 -6 src/share/man/man4/ahc.4 1.7 +12 -13 src/share/man/man4/ahd.4 1.4 +13 -1 src/share/man/man4/arcmsr.4 1.14 +12 -0 src/share/man/man4/ciss.4 1.7 +12 -0 src/share/man/man4/hptmv.4 1.7 +14 -2 src/share/man/man4/ida.4 1.23 +13 -3 src/share/man/man4/isp.4 1.7 +12 -0 src/share/man/man4/ispfw.4 1.19 +14 -2 src/share/man/man4/mlx.4 1.10 +16 -4 src/share/man/man4/mly.4 1.10 +13 -1 src/share/man/man4/mpt.4 1.5 +13 -1 src/share/man/man4/pst.4 1.7 +13 -0 src/share/man/man4/trm.4 1.7 +13 -0 src/share/man/man4/twa.4 1.17 +14 -2 src/share/man/man4/twe.4 From owner-cvs-all@FreeBSD.ORG Sat May 20 09:49:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9189F16A41F; Sat, 20 May 2006 09:49:38 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A4A343D46; Sat, 20 May 2006 09:49:38 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K9n5Jt030902; Sat, 20 May 2006 09:49:05 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K9n5kU030901; Sat, 20 May 2006 09:49:05 GMT (envelope-from brueffer) Message-Id: <200605200949.k4K9n5kU030901@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 20 May 2006 09:49:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/examples/mdoc example.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 09:49:38 -0000 brueffer 2006-05-20 09:49:05 UTC FreeBSD src repository Modified files: share/examples/mdoc example.4 Log: Make this example more real world usable: When the manpage first appeared is not interesting, when the driver appeared is. Most people who use this example leave the manpage appearance date in and the driver date out. MFC after: 3 days Revision Changes Path 1.23 +1 -1 src/share/examples/mdoc/example.4 From owner-cvs-all@FreeBSD.ORG Sat May 20 09:53:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 050A616A41F; Sat, 20 May 2006 09:53:13 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A958443D48; Sat, 20 May 2006 09:53:12 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K9qdjN031101; Sat, 20 May 2006 09:52:39 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K9qdlG031100; Sat, 20 May 2006 09:52:39 GMT (envelope-from itetcu) Message-Id: <200605200952.k4K9qdlG031100@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 20 May 2006 09:52:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/proftpd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 09:53:13 -0000 itetcu 2006-05-20 09:52:39 UTC FreeBSD ports repository Modified files: ftp/proftpd Makefile Log: - mark broken on 4.x if libgnugetopt is installed [1], [2] - re-add LDAP TLS support [1] - fix options handling [1] PR: ports/97369 [1], ports/97341 [2] Reported by: Frank Altpeter [2] Submitted by: maintainer [1] Approved by: lawrance (mentor) Revision Changes Path 1.86 +18 -8 ports/ftp/proftpd/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 09:59:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F71416A41F; Sat, 20 May 2006 09:59:59 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC08F43D45; Sat, 20 May 2006 09:59:58 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4K9xPkS031346; Sat, 20 May 2006 09:59:25 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4K9xP1s031345; Sat, 20 May 2006 09:59:25 GMT (envelope-from remko) Message-Id: <200605200959.k4K9xP1s031345@repoman.freebsd.org> From: Remko Lodder Date: Sat, 20 May 2006 09:59:25 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/nl_NL.ISO8859-1/books/handbook book.sgml chapters.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 09:59:59 -0000 remko 2006-05-20 09:59:25 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/books/handbook book.sgml chapters.ent Log: First pass at updating the Dutch Documentation tree: chapters.ent 1.32 -> 1.35 book.sgml 1.163 -> 1.166 Obtained from: The FreeBSD Dutch Documentation Project (Remko Lodder) Revision Changes Path 1.10 +2 -1 doc/nl_NL.ISO8859-1/books/handbook/book.sgml 1.4 +2 -1 doc/nl_NL.ISO8859-1/books/handbook/chapters.ent From owner-cvs-all@FreeBSD.ORG Sat May 20 10:19:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CECE416A420; Sat, 20 May 2006 10:19:32 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8698F43D46; Sat, 20 May 2006 10:19:32 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KAIxiU033303; Sat, 20 May 2006 10:18:59 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KAIxAQ033302; Sat, 20 May 2006 10:18:59 GMT (envelope-from itetcu) Message-Id: <200605201018.k4KAIxAQ033302@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 20 May 2006 10:18:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/rawrec Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 10:19:33 -0000 itetcu 2006-05-20 10:18:59 UTC FreeBSD ports repository Modified files: audio/rawrec Makefile Log: Fix build on 4.x by USE_GCC= 3.3+ Reported by: krismail Approved by: lawrance (mentor) Revision Changes Path 1.16 +1 -0 ports/audio/rawrec/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 10:20:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8753816A41F; Sat, 20 May 2006 10:20:26 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4242043D45; Sat, 20 May 2006 10:20:26 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KAJr6I033367; Sat, 20 May 2006 10:19:53 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KAJrOJ033366; Sat, 20 May 2006 10:19:53 GMT (envelope-from brueffer) Message-Id: <200605201019.k4KAJrOJ033366@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 20 May 2006 10:19:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 if_bridge.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 10:20:26 -0000 brueffer 2006-05-20 10:19:53 UTC FreeBSD src repository Modified files: share/man/man4 if_bridge.4 Log: Fix a formatting issue. Revision Changes Path 1.17 +1 -0 src/share/man/man4/if_bridge.4 From owner-cvs-all@FreeBSD.ORG Sat May 20 10:59:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BF5F16A426; Sat, 20 May 2006 10:59:28 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54E9043D48; Sat, 20 May 2006 10:59:28 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KAwtVe034845; Sat, 20 May 2006 10:58:55 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KAwt9I034844; Sat, 20 May 2006 10:58:55 GMT (envelope-from lbr) Message-Id: <200605201058.k4KAwt9I034844@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Sat, 20 May 2006 10:58:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBIx-Class Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 10:59:28 -0000 lbr 2006-05-20 10:58:55 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-Class Makefile distinfo Log: Update to 0.06003. Approved by: erwin (mentor) Revision Changes Path 1.15 +1 -1 ports/databases/p5-DBIx-Class/Makefile 1.14 +3 -3 ports/databases/p5-DBIx-Class/distinfo From owner-cvs-all@FreeBSD.ORG Sat May 20 11:27:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1238716A41F; Sat, 20 May 2006 11:27:35 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C23CE43D45; Sat, 20 May 2006 11:27:34 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KBR1Cb037104; Sat, 20 May 2006 11:27:01 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KBR1vO037103; Sat, 20 May 2006 11:27:01 GMT (envelope-from lofi) Message-Id: <200605201127.k4KBR1vO037103@repoman.freebsd.org> From: Michael Nottebrock Date: Sat, 20 May 2006 11:27:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/kdevelop Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 11:27:35 -0000 lofi 2006-05-20 11:27:01 UTC FreeBSD ports repository Modified files: devel/kdevelop Makefile Log: Remove dependency on gnu-libtool. Revision Changes Path 1.84 +2 -2 ports/devel/kdevelop/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 11:29:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C81516A429; Sat, 20 May 2006 11:29:12 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B83343D6B; Sat, 20 May 2006 11:29:10 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KBSai4037177; Sat, 20 May 2006 11:28:36 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KBSaXf037176; Sat, 20 May 2006 11:28:36 GMT (envelope-from flz) Message-Id: <200605201128.k4KBSaXf037176@repoman.freebsd.org> From: Florent Thoumie Date: Sat, 20 May 2006 11:28:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/google-sparsehash Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 11:29:16 -0000 flz 2006-05-20 11:28:36 UTC FreeBSD ports repository Modified files: devel/google-sparsehash Makefile Log: - Fix latest commit. Reported by: Dan Langille Approved by: vd (well, I hope) Revision Changes Path 1.8 +3 -1 ports/devel/google-sparsehash/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 12:09:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38CD116A471; Sat, 20 May 2006 12:09:46 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA13C43D45; Sat, 20 May 2006 12:09:45 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KC9CJX041257; Sat, 20 May 2006 12:09:12 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KC9Cgn041256; Sat, 20 May 2006 12:09:12 GMT (envelope-from dinoex) Message-Id: <200605201209.k4KC9Cgn041256@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 20 May 2006 12:09:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/a2ps-letter Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 12:09:54 -0000 dinoex 2006-05-20 12:09:12 UTC FreeBSD ports repository Modified files: print/a2ps-letter Makefile Log: - make portlint happier Revision Changes Path 1.62 +1 -1 ports/print/a2ps-letter/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 12:13:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B881416A4FF; Sat, 20 May 2006 12:13:25 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA94843D80; Sat, 20 May 2006 12:13:22 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KCCnOI041433; Sat, 20 May 2006 12:12:49 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KCCnMq041432; Sat, 20 May 2006 12:12:49 GMT (envelope-from dinoex) Message-Id: <200605201212.k4KCCnMq041432@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 20 May 2006 12:12:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/crescendo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 12:13:32 -0000 dinoex 2006-05-20 12:12:49 UTC FreeBSD ports repository Modified files: net/crescendo pkg-plist Log: - cleanup Revision Changes Path 1.6 +0 -1 ports/net/crescendo/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat May 20 12:16:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4646816A4A7; Sat, 20 May 2006 12:16:37 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F34C943D69; Sat, 20 May 2006 12:16:36 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KCG3DQ041583; Sat, 20 May 2006 12:16:03 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KCG3xK041582; Sat, 20 May 2006 12:16:03 GMT (envelope-from dinoex) Message-Id: <200605201216.k4KCG3xK041582@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 20 May 2006 12:16:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/gnupg-idea Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 12:16:41 -0000 dinoex 2006-05-20 12:16:03 UTC FreeBSD ports repository Modified files: security/gnupg-idea Makefile Log: - make portlint happier Revision Changes Path 1.27 +1 -1 ports/security/gnupg-idea/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 12:18:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E942D16A431; Sat, 20 May 2006 12:18:19 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3DCB43D4C; Sat, 20 May 2006 12:18:19 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KCHkF2041657; Sat, 20 May 2006 12:17:46 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KCHknc041656; Sat, 20 May 2006 12:17:46 GMT (envelope-from dinoex) Message-Id: <200605201217.k4KCHknc041656@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 20 May 2006 12:17:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/licq-console Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 12:18:21 -0000 dinoex 2006-05-20 12:17:46 UTC FreeBSD ports repository Modified files: net-im/licq-console Makefile Log: - make portlint happy Revision Changes Path 1.24 +2 -2 ports/net-im/licq-console/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 12:19:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 538A316A422; Sat, 20 May 2006 12:19:41 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EBE143D49; Sat, 20 May 2006 12:19:41 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KCJ7an041716; Sat, 20 May 2006 12:19:07 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KCJ7SF041715; Sat, 20 May 2006 12:19:07 GMT (envelope-from dinoex) Message-Id: <200605201219.k4KCJ7SF041715@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 20 May 2006 12:19:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ruby-gnustep Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 12:19:43 -0000 dinoex 2006-05-20 12:19:07 UTC FreeBSD ports repository Modified files: devel/ruby-gnustep Makefile Log: - make portlint happier Revision Changes Path 1.31 +1 -1 ports/devel/ruby-gnustep/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 13:10:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD2AE16A420; Sat, 20 May 2006 13:10:41 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DDB143D58; Sat, 20 May 2006 13:10:41 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KDA8ba053459; Sat, 20 May 2006 13:10:08 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KDA86h053458; Sat, 20 May 2006 13:10:08 GMT (envelope-from simon) Message-Id: <200605201310.k4KDA86h053458@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 20 May 2006 13:10:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/samba Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 13:10:41 -0000 simon 2006-05-20 13:10:07 UTC FreeBSD ports repository Modified files: net/samba Makefile Log: Belatedly mark the Samba 2 port FORBIDDEN due to remote root code execution. Should anyone care about this port there are patches from other OS vendors (and potentially the japanese/samba port), which should fix this issue. Mark the port with a 3 month expiration date (since it has already been in quite a while since the issue was discovered) which should allow people plenty of time to fix the port. Security: http://vuxml.FreeBSD.org/3b3676be-52e1-11d9-a9e7-0001020eed82.html With hat: secteam Revision Changes Path 1.156 +3 -0 ports/net/samba/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 13:16:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9532116A422; Sat, 20 May 2006 13:16:19 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (vlsi00.si.noda.tus.ac.jp [133.31.130.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFE1F43D49; Sat, 20 May 2006 13:16:18 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p6168-ipbf302funabasi.chiba.ocn.ne.jp [124.87.184.168]) (authenticated bits=128) by mail.allbsd.org (8.13.1/8.13.4) with ESMTP id k4KDG6an065445; Sat, 20 May 2006 22:16:17 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id k4KDFP7b098583; Sat, 20 May 2006 22:15:25 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Sat, 20 May 2006 22:15:21 +0900 (JST) Message-Id: <20060520.221521.122609088.hrs@allbsd.org> To: jylefort@FreeBSD.org From: Hiroki Sato In-Reply-To: <20060519090956.4f19dd41.jylefort@FreeBSD.org> References: <20060519075844.e1ac8d3b.jylefort@FreeBSD.org> <20060519.154122.123975929.hrs@allbsd.org> <20060519090956.4f19dd41.jylefort@FreeBSD.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.2.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Sat_May_20_22_15_21_2006_053)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on gatekeeper.allbsd.org X-Virus-Status: Clean Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/acroread7 Makefile pkg-deinstall pkg-plist.7.0.1 pkg-plist.7.0.5 ports/print/acroread7/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 13:16:19 -0000 ----Security_Multipart(Sat_May_20_22_15_21_2006_053)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Jean-Yves Lefort wrote in <20060519090956.4f19dd41.jylefort@FreeBSD.org>: jy> With that interpretation the port is also illegal since it's not only jy> a "new installer", but also "modifies the Software" (through brandelf, jy> for instance): jy> jy> "You may not otherwise alter or modify the Software or create a new jy> installer for the Software." I think neither the port is a new installer nor it modifies the Software, and I think pkg-install script in your patch modifies the installed file. This is my opinion as the port maintainer. jy> Can I fix pkg-deinstall by checking if $PKG_PREFIX/Adobe/Acrobat7.0 is jy> empty after deinstallation? Why do you force me on your idea? I do not like using pkg-install/pkg-deinstall to install the desktop entry in the master port, and I think it should be done by using symlink or so in another port (print/acroreadwrapper or new one), or something like acroreadwrapper's --install-plugin option. We also have to consider mixing of version 7.0.5 and 7.0.1. I can understand installing the desktop entry and the icon file is a good thing (IIRC, netchild@, mezz@, and I discussed this topic before), but at least I have not approved your patch and do not accept the installation/deinstallation scripts you committed. -- | Hiroki SATO ----Security_Multipart(Sat_May_20_22_15_21_2006_053)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBEbxZpTyzT2CeTzy0RAsjcAKCnEPmp14eVfEo6kINTKrmRnxLXyQCgmLNQ 9FHrQnIq7YM7HEuGfEfdzhQ= =5fvP -----END PGP SIGNATURE----- ----Security_Multipart(Sat_May_20_22_15_21_2006_053)---- From owner-cvs-all@FreeBSD.ORG Sat May 20 13:26:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B574716A441; Sat, 20 May 2006 13:26:44 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C10443D73; Sat, 20 May 2006 13:26:42 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KDQ8em054065; Sat, 20 May 2006 13:26:08 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KDQ8lG054064; Sat, 20 May 2006 13:26:08 GMT (envelope-from bz) Message-Id: <200605201326.k4KDQ8lG054064@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 20 May 2006 13:26:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 udp6_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 13:26:44 -0000 bz 2006-05-20 13:26:08 UTC FreeBSD src repository Modified files: sys/netinet6 udp6_usrreq.c Log: In IN6_IS_ADDR_V4MAPPED case instead of returning directly set error and goto out so that locks will be dropped. Reviewed by: rwatson, gnn Revision Changes Path 1.65 +4 -2 src/sys/netinet6/udp6_usrreq.c From owner-cvs-all@FreeBSD.ORG Sat May 20 13:29:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9163B16A420; Sat, 20 May 2006 13:29:45 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8F5D43D69; Sat, 20 May 2006 13:29:41 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KDT8SG054226; Sat, 20 May 2006 13:29:08 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KDT7GC054225; Sat, 20 May 2006 13:29:07 GMT (envelope-from alepulver) Message-Id: <200605201329.k4KDT7GC054225@repoman.freebsd.org> From: Alejandro Pulver Date: Sat, 20 May 2006 13:29:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/joequake Makefile pkg-plist ports/games/joequake/files patch-Makefile.linux patch-cd_linux.c patch-cl_slist.c patch-common.c patch-console.c patch-gl_screen.c patch-host.c patch-image.c patch-keys.c patch-net.h patch-r_part.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 13:29:45 -0000 alepulver 2006-05-20 13:29:07 UTC FreeBSD ports repository Modified files: games/joequake Makefile pkg-plist games/joequake/files patch-Makefile.linux patch-cd_linux.c patch-cl_slist.c patch-common.c patch-console.c patch-gl_screen.c patch-host.c patch-image.c patch-keys.c patch-net.h patch-r_part.c patch-r_screen.c patch-snd_linux.c patch-vid_glx.c patch-vid_x11.c Log: - Fix building in non i386 architectures (change in Makefile.linux). - Use Q1DIR directly, instead of assigning it to DATADIR. Approved by: garga (mentor, implicitly) Revision Changes Path 1.3 +4 -7 ports/games/joequake/Makefile 1.2 +12 -12 ports/games/joequake/files/patch-Makefile.linux 1.2 +2 -2 ports/games/joequake/files/patch-cd_linux.c 1.2 +2 -2 ports/games/joequake/files/patch-cl_slist.c 1.2 +10 -10 ports/games/joequake/files/patch-common.c 1.2 +2 -2 ports/games/joequake/files/patch-console.c 1.2 +5 -5 ports/games/joequake/files/patch-gl_screen.c 1.2 +4 -4 ports/games/joequake/files/patch-host.c 1.2 +2 -2 ports/games/joequake/files/patch-image.c 1.2 +3 -3 ports/games/joequake/files/patch-keys.c 1.2 +2 -2 ports/games/joequake/files/patch-net.h 1.2 +2 -2 ports/games/joequake/files/patch-r_part.c 1.2 +2 -2 ports/games/joequake/files/patch-r_screen.c 1.2 +2 -2 ports/games/joequake/files/patch-snd_linux.c 1.2 +2 -2 ports/games/joequake/files/patch-vid_glx.c 1.2 +3 -3 ports/games/joequake/files/patch-vid_x11.c 1.2 +166 -166 ports/games/joequake/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat May 20 13:34:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06E4E16A465; Sat, 20 May 2006 13:34:42 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from mirapoint3.brutele.be (mirapoint3.brutele.be [212.68.199.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CE5443D5A; Sat, 20 May 2006 13:34:34 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from host-212-68-244-243.brutele.be (host-212-68-244-243.brutele.be [212.68.244.243]) by mirapoint3.brutele.be (MOS 3.7.3-GA) with ESMTP id AGK74311; Sat, 20 May 2006 15:34:32 +0200 (CEST) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 4E37D5613; Sat, 20 May 2006 15:34:32 +0200 (CEST) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id 0BC04C0F7; Sat, 20 May 2006 15:34:32 +0200 (CEST) Date: Sat, 20 May 2006 15:34:26 +0200 From: Jean-Yves Lefort To: Hiroki Sato Message-Id: <20060520153426.fa6d509b.jylefort@FreeBSD.org> In-Reply-To: <20060520.221521.122609088.hrs@allbsd.org> References: <20060519075844.e1ac8d3b.jylefort@FreeBSD.org> <20060519.154122.123975929.hrs@allbsd.org> <20060519090956.4f19dd41.jylefort@FreeBSD.org> <20060520.221521.122609088.hrs@allbsd.org> X-Mailer: Sylpheed running on FreeBSD Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sat__20_May_2006_15_34_26_+0200_IcFRqp52rofaNmNB" X-Junkmail-Status: score=10/50, host=mirapoint3.brutele.be X-Junkmail-SD-Raw: score=unknown, refid=0001.0A090207.446F1893.0018-C-38ZE3Q3U++HUku8edTbuvg==, ip=212.68.244.243, so=2005-12-15 23:46:19, dmn=2005-05-20 17:56:59 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/acroread7 Makefile pkg-deinstall pkg-plist.7.0.1 pkg-plist.7.0.5 ports/print/acroread7/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 13:34:42 -0000 --Signature=_Sat__20_May_2006_15_34_26_+0200_IcFRqp52rofaNmNB Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, 20 May 2006 22:15:21 +0900 (JST) Hiroki Sato wrote: > Jean-Yves Lefort wrote > in <20060519090956.4f19dd41.jylefort@FreeBSD.org>: >=20 > jy> With that interpretation the port is also illegal since it's not only > jy> a "new installer", but also "modifies the Software" (through brandelf, > jy> for instance): > jy> > jy> "You may not otherwise alter or modify the Software or create a new > jy> installer for the Software." >=20 > I think neither the port is a new installer nor it modifies the Software, > and I think pkg-install script in your patch modifies the installed file. > This is my opinion as the port maintainer. >=20 > jy> Can I fix pkg-deinstall by checking if $PKG_PREFIX/Adobe/Acrobat7.0 is > jy> empty after deinstallation? >=20 > Why do you force me on your idea? I'm not forcing you, I just added a new point to the discussion (according to your interpretation, the port already violates the license) and asked you to reconsider in light of that addition. > I do not like using > pkg-install/pkg-deinstall to install the desktop entry > in the master port, and I think it should be done by using > symlink or so in another port (print/acroreadwrapper or new one), > or something like acroreadwrapper's --install-plugin option. > We also have to consider mixing of version 7.0.5 and 7.0.1. >=20 > I can understand installing the desktop entry and the icon file > is a good thing (IIRC, netchild@, mezz@, and I discussed this > topic before), but at least I have not approved your patch and > do not accept the installation/deinstallation scripts you committed. You have approved it: Approved by: maintainer timeout (17 days) Since you have changed your mind, I'll no longer annoy you with this. FYI, installing the .desktop file is desirable not only because of the menu item, but also because it associates the application/pdf MIME type with acroread, so that users don't have to do it manually. --=20 Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Sat__20_May_2006_15_34_26_+0200_IcFRqp52rofaNmNB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEbxrnyzD7UaO4AGoRArVJAJsH9L07AVN8ytCio/76VCAyTkkbEQCdFYXD 5edIwNKqDJUXISdOuIUrOAk= =2Mgd -----END PGP SIGNATURE----- --Signature=_Sat__20_May_2006_15_34_26_+0200_IcFRqp52rofaNmNB-- From owner-cvs-all@FreeBSD.ORG Sat May 20 13:50:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22DFE16A421; Sat, 20 May 2006 13:50:03 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C516343D49; Sat, 20 May 2006 13:50:02 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KDnT25054994; Sat, 20 May 2006 13:49:29 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KDnT4G054993; Sat, 20 May 2006 13:49:29 GMT (envelope-from dinoex) Message-Id: <200605201349.k4KDnT4G054993@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 20 May 2006 13:49:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/apache13-modssl Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 13:50:03 -0000 dinoex 2006-05-20 13:49:29 UTC FreeBSD ports repository Modified files: www/apache13-modssl Makefile distinfo Log: - update to 1.3.36+2.8.27 Revision Changes Path 1.179 +3 -3 ports/www/apache13-modssl/Makefile 1.87 +6 -6 ports/www/apache13-modssl/distinfo From owner-cvs-all@FreeBSD.ORG Sat May 20 13:57:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF8D116A41F; Sat, 20 May 2006 13:57:24 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C6FA43D45; Sat, 20 May 2006 13:57:24 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KDuo62055306; Sat, 20 May 2006 13:56:50 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KDuogJ055305; Sat, 20 May 2006 13:56:50 GMT (envelope-from dinoex) Message-Id: <200605201356.k4KDuogJ055305@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 20 May 2006 13:56:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/xneko Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 13:57:24 -0000 dinoex 2006-05-20 13:56:50 UTC FreeBSD ports repository Modified files: games/xneko Makefile Removed files: games/xneko pkg-plist Log: - use PLIST_FILES Revision Changes Path 1.21 +1 -0 ports/games/xneko/Makefile 1.4 +0 -2 ports/games/xneko/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat May 20 14:18:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7B2316A45D; Sat, 20 May 2006 14:18:30 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12ACE43D70; Sat, 20 May 2006 14:18:30 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KEHudf057214; Sat, 20 May 2006 14:17:56 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KEHuBK057213; Sat, 20 May 2006 14:17:56 GMT (envelope-from hq) Message-Id: <200605201417.k4KEHuBK057213@repoman.freebsd.org> From: Herve Quiroz Date: Sat, 20 May 2006 14:17:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/maven2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 14:18:37 -0000 hq 2006-05-20 14:17:56 UTC FreeBSD ports repository Modified files: devel/maven2 Makefile distinfo Log: Update to 2.0.4 Revision Changes Path 1.6 +1 -1 ports/devel/maven2/Makefile 1.7 +3 -3 ports/devel/maven2/distinfo From owner-cvs-all@FreeBSD.ORG Sat May 20 14:19:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD81E16A445; Sat, 20 May 2006 14:19:42 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 991E343D46; Sat, 20 May 2006 14:19:42 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KEJ8h1057271; Sat, 20 May 2006 14:19:08 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KEJ8JC057270; Sat, 20 May 2006 14:19:08 GMT (envelope-from hq) Message-Id: <200605201419.k4KEJ8JC057270@repoman.freebsd.org> From: Herve Quiroz Date: Sat, 20 May 2006 14:19:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/junit Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 14:19:44 -0000 hq 2006-05-20 14:19:08 UTC FreeBSD ports repository Modified files: java/junit Makefile distinfo Log: - Update to 3.8.2 - Do not mkdir ${JAVAJARDIR} (already in mtree now) Revision Changes Path 1.12 +1 -2 ports/java/junit/Makefile 1.7 +3 -3 ports/java/junit/distinfo From owner-cvs-all@FreeBSD.ORG Sat May 20 14:27:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5B2A16A52A; Sat, 20 May 2006 14:27:56 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13CA643D45; Sat, 20 May 2006 14:27:56 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KERMPD057616; Sat, 20 May 2006 14:27:22 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KERMD2057615; Sat, 20 May 2006 14:27:22 GMT (envelope-from netchild) Message-Id: <200605201427.k4KERMD2057615@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 20 May 2006 14:27:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/kdump Makefile kdump.c kdump_subr.h mksubr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 14:27:57 -0000 netchild 2006-05-20 14:27:22 UTC FreeBSD src repository Modified files: usr.bin/kdump Makefile kdump.c Added files: usr.bin/kdump kdump_subr.h mksubr Log: Change kdump to print more useful information, i.e. it changes from 32229 telnet CALL mmap(0,0x8000,0x3,0x1002,0xffffffff,0,0,0) 32229 telnet CALL open(0x2807bc28,0,0x1b6) 32229 telnet CALL socket(0x2,0x2,0) to 32229 telnet CALL mmap(0,0x8000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,0xffffffff,0,0,0) 32229 telnet CALL open(0x2807bc28,O_RDONLY,0x1b6) 32229 telnet CALL socket(PF_INET,SOCK_DGRAM,0) David wanted to implement the suggestions which came up at the review from arch@ too, but real life rejected this proposal. So I commit what we already got and let another volunteer pick the remaining work from the ideas list. Submitted by: "David Kirchner" Suggested by: FreeBSD ideas list page Reviewed by: arch Revision Changes Path 1.12 +6 -3 src/usr.bin/kdump/Makefile 1.29 +388 -13 src/usr.bin/kdump/kdump.c 1.1 +46 -0 src/usr.bin/kdump/kdump_subr.h (new) 1.1 +407 -0 src/usr.bin/kdump/mksubr (new) From owner-cvs-all@FreeBSD.ORG Sat May 20 14:55:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 110CC16A42D; Sat, 20 May 2006 14:55:42 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB7643D46; Sat, 20 May 2006 14:55:41 +0000 (GMT) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 94122EB2A89; Sat, 20 May 2006 22:55:39 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id NpPikZzSJG1y; Sat, 20 May 2006 22:55:37 +0800 (CST) Received: from [192.168.1.9] (unknown [221.216.129.135]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id EE31EEB131B; Sat, 20 May 2006 22:55:35 +0800 (CST) From: Xin LI To: Alexander Leidinger In-Reply-To: <200605201427.k4KERMD2057615@repoman.freebsd.org> References: <200605201427.k4KERMD2057615@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-3YwVraT/JfLo9KrSjuU7" Organization: The FreeBSD Project Date: Sat, 20 May 2006 22:55:34 +0800 Message-Id: <1148136934.962.0.camel@spirit> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/kdump Makefile kdump.c kdump_subr.h mksubr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 14:55:42 -0000 --=-3YwVraT/JfLo9KrSjuU7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =E5=9C=A8 2006-05-20=E5=85=AD=E7=9A=84 14:27 +0000=EF=BC=8CAlexander Leidin= ger=E5=86=99=E9=81=93=EF=BC=9A > netchild 2006-05-20 14:27:22 UTC >=20 > FreeBSD src repository >=20 > Modified files: > usr.bin/kdump Makefile kdump.c=20 > Added files: > usr.bin/kdump kdump_subr.h mksubr=20 > Log: > Change kdump to print more useful information, i.e. it changes from > 32229 telnet CALL mmap(0,0x8000,0x3,0x1002,0xffffffff,0,0,0) > 32229 telnet CALL open(0x2807bc28,0,0x1b6) > 32229 telnet CALL socket(0x2,0x2,0) > to > 32229 telnet CALL mmap(0,0x8000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP= _ANON,0xffffffff,0,0,0) > 32229 telnet CALL open(0x2807bc28,O_RDONLY,0x1b6) > 32229 telnet CALL socket(PF_INET,SOCK_DGRAM,0) Great!! Thanks David and Alexander! Cheers, --=20 Xin LI http://www.delphij.net/ --=-3YwVraT/JfLo9KrSjuU7 Content-Type: application/pgp-signature; name=signature.asc Content-Description: =?UTF-8?Q?=E8=BF=99=E6=98=AF=E4=BF=A1=E4=BB=B6=E7=9A=84=E6=95=B0?= =?UTF-8?Q?=E5=AD=97=E7=AD=BE=E5=90=8D=E9=83=A8=E5=88=86?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEby3mhcUczkLqiksRAmelAKDogbI09FAMRTg/nLBJz2K43pwI+wCeM8Mu M0caNq1YXjAq+/51KBBqB8w= =/oob -----END PGP SIGNATURE----- --=-3YwVraT/JfLo9KrSjuU7-- From owner-cvs-all@FreeBSD.ORG Sat May 20 15:10:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82A7216A426; Sat, 20 May 2006 15:10:26 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (vlsi00.si.noda.tus.ac.jp [133.31.130.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id C707743D55; Sat, 20 May 2006 15:10:23 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p6168-ipbf302funabasi.chiba.ocn.ne.jp [124.87.184.168]) (authenticated bits=128) by mail.allbsd.org (8.13.1/8.13.4) with ESMTP id k4KFAAt4067048; Sun, 21 May 2006 00:10:21 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id k4KF9aGu099187; Sun, 21 May 2006 00:09:36 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Sat, 20 May 2006 23:58:55 +0900 (JST) Message-Id: <20060520.235855.74554195.hrs@allbsd.org> To: jylefort@FreeBSD.org From: Hiroki Sato In-Reply-To: <20060520153426.fa6d509b.jylefort@FreeBSD.org> References: <20060519090956.4f19dd41.jylefort@FreeBSD.org> <20060520.221521.122609088.hrs@allbsd.org> <20060520153426.fa6d509b.jylefort@FreeBSD.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.2.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Sat_May_20_23_58_55_2006_525)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on gatekeeper.allbsd.org X-Virus-Status: Clean Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/acroread7 Makefile pkg-deinstall pkg-plist.7.0.1 pkg-plist.7.0.5 ports/print/acroread7/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 15:10:26 -0000 ----Security_Multipart(Sat_May_20_23_58_55_2006_525)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Jean-Yves Lefort wrote in <20060520153426.fa6d509b.jylefort@FreeBSD.org>: jy> You have approved it: jy> jy> Approved by: maintainer timeout (17 days) If you think so, please reset my maintainership because of the same reason. I have never approved it explicitly. I cannot take responsibility for your patch since it breaks print/acroreadwrapper and there are differences in opinion between you and me, so again I ask you to back out the changes *before* discussing it. -- | Hiroki SATO ----Security_Multipart(Sat_May_20_23_58_55_2006_525)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBEby6zTyzT2CeTzy0RAsBFAKCO+v29JqG/welJgeTsztYD0P3FagCgrhbB nVTvvWdAnx1TbGvBPxShEAo= =9PeV -----END PGP SIGNATURE----- ----Security_Multipart(Sat_May_20_23_58_55_2006_525)---- From owner-cvs-all@FreeBSD.ORG Sat May 20 15:11:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9F6316A41F; Sat, 20 May 2006 15:11:51 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 728DA43D45; Sat, 20 May 2006 15:11:51 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KFBHBf060399; Sat, 20 May 2006 15:11:17 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KFBHvH060398; Sat, 20 May 2006 15:11:17 GMT (envelope-from netchild) Message-Id: <200605201511.k4KFBHvH060398@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 20 May 2006 15:11:17 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 15:11:51 -0000 netchild 2006-05-20 15:11:17 UTC FreeBSD doc repository (src,ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add David Kirchner for his kdump contribution. Revision Changes Path 1.558 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Sat May 20 15:28:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 297D916A41F; Sat, 20 May 2006 15:28:43 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from mirapoint5.brutele.be (mirapoint5.brutele.be [212.68.199.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id B173243D48; Sat, 20 May 2006 15:28:41 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from host-212-68-244-243.brutele.be (host-212-68-244-243.brutele.be [212.68.244.243]) by mirapoint5.brutele.be (MOS 3.7.5-GA) with ESMTP id EDH78690; Sat, 20 May 2006 17:28:38 +0200 (CEST) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 24C6354CE; Sat, 20 May 2006 17:28:38 +0200 (CEST) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id C945EC0E4; Sat, 20 May 2006 17:28:37 +0200 (CEST) Date: Sat, 20 May 2006 17:28:37 +0200 From: Jean-Yves Lefort To: Hiroki Sato Message-Id: <20060520172837.b2754e04.jylefort@FreeBSD.org> In-Reply-To: <20060520.235855.74554195.hrs@allbsd.org> References: <20060519090956.4f19dd41.jylefort@FreeBSD.org> <20060520.221521.122609088.hrs@allbsd.org> <20060520153426.fa6d509b.jylefort@FreeBSD.org> <20060520.235855.74554195.hrs@allbsd.org> X-Mailer: Sylpheed running on FreeBSD Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sat__20_May_2006_17_28_37_+0200_JLtVtyDsQ8UHO5e3" X-Junkmail-Status: score=10/50, host=mirapoint5.brutele.be X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090208.446F3351.0005,ss=1,fgs=0, ip=212.68.244.243, so=2006-03-30 10:46:40, dmn=5.1.5/2006-04-27 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/acroread7 Makefile pkg-deinstall pkg-plist.7.0.1 pkg-plist.7.0.5 ports/print/acroread7/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 15:28:43 -0000 --Signature=_Sat__20_May_2006_17_28_37_+0200_JLtVtyDsQ8UHO5e3 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, 20 May 2006 23:58:55 +0900 (JST) Hiroki Sato wrote: > Jean-Yves Lefort wrote > in <20060520153426.fa6d509b.jylefort@FreeBSD.org>: >=20 > jy> You have approved it: > jy> > jy> Approved by: maintainer timeout (17 days) >=20 > If you think so, please reset my maintainership because of > the same reason. I have never approved it explicitly. Do you mean that I can take the maintainership of acroread? I'd be glad to, but I'm not sure how to interpret your sentence. > I cannot take responsibility for your patch since it breaks > print/acroreadwrapper and there are differences in opinion > between you and me, so again I ask you to back out the changes > *before* discussing it. Why don't you revert the changes yourself, since it's your port? --=20 Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Sat__20_May_2006_17_28_37_+0200_JLtVtyDsQ8UHO5e3 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEbzWlyzD7UaO4AGoRAkIvAJ9GCIfNwJWw1D+spJIbXNZd+yjRkgCfb4ew u56SBeOWkSY8SB73mD14RyY= =J0if -----END PGP SIGNATURE----- --Signature=_Sat__20_May_2006_17_28_37_+0200_JLtVtyDsQ8UHO5e3-- From owner-cvs-all@FreeBSD.ORG Sat May 20 15:36:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BECD16A425; Sat, 20 May 2006 15:36:11 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1658A43D48; Sat, 20 May 2006 15:36:11 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KFZbHs061258; Sat, 20 May 2006 15:35:37 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KFZbmj061257; Sat, 20 May 2006 15:35:37 GMT (envelope-from pjd) Message-Id: <200605201535.k4KFZbmj061257@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 20 May 2006 15:35:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netipsec key.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 15:36:11 -0000 pjd 2006-05-20 15:35:37 UTC FreeBSD src repository Modified files: sys/netipsec key.c Log: Prevent disappearing SAD entries by implementing MPsafe refcounting. "Why didn't he use SECASVAR_LOCK()/SECASVAR_UNLOCK() macros to synchronize access to the secasvar structure's fields?" one may ask. There were two reasons: 1. refcount(9) is faster then mutex(9) synchronization (one atomic operation instead of two). 2. Those macros are not used now at all, so at some point we may decide to remove them entirely. OK'ed by: gnn MFC after: 2 weeks Revision Changes Path 1.22 +33 -20 src/sys/netipsec/key.c From owner-cvs-all@FreeBSD.ORG Sat May 20 15:44:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A8F016A422; Sat, 20 May 2006 15:44:16 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E379643D45; Sat, 20 May 2006 15:44:15 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KFhgA4061635; Sat, 20 May 2006 15:43:42 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KFhfPh061634; Sat, 20 May 2006 15:43:41 GMT (envelope-from remko) Message-Id: <200605201543.k4KFhfPh061634@repoman.freebsd.org> From: Remko Lodder Date: Sat, 20 May 2006 15:43:41 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/nl_NL.ISO8859-1/books/handbook/disks chapter.sgml doc/nl_NL.ISO8859-1/books/handbook/install chapter.sgml doc/nl_NL.ISO8859-1/books/handbook/kernelconfig chapter.sgml doc/nl_NL.ISO8859-1/books/handbook/ports chapter.sgml doc/nl_NL.ISO8859-1/books/handbook/security chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 15:44:16 -0000 remko 2006-05-20 15:43:41 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/books/handbook/disks chapter.sgml nl_NL.ISO8859-1/books/handbook/install chapter.sgml nl_NL.ISO8859-1/books/handbook/kernelconfig chapter.sgml nl_NL.ISO8859-1/books/handbook/ports chapter.sgml nl_NL.ISO8859-1/books/handbook/security chapter.sgml Log: s/handboekpagina/handleiding/ This is more appropriate wording. Revision Changes Path 1.7 +2 -2 doc/nl_NL.ISO8859-1/books/handbook/disks/chapter.sgml 1.7 +2 -2 doc/nl_NL.ISO8859-1/books/handbook/install/chapter.sgml 1.11 +1 -1 doc/nl_NL.ISO8859-1/books/handbook/kernelconfig/chapter.sgml 1.11 +1 -1 doc/nl_NL.ISO8859-1/books/handbook/ports/chapter.sgml 1.14 +13 -13 doc/nl_NL.ISO8859-1/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat May 20 15:54:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBE8616A425; Sat, 20 May 2006 15:54:58 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 691B043D45; Sat, 20 May 2006 15:54:58 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KFsOZ6062025; Sat, 20 May 2006 15:54:24 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KFsOeL062024; Sat, 20 May 2006 15:54:24 GMT (envelope-from netchild) Message-Id: <200605201554.k4KFsOeL062024@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 20 May 2006 15:54:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.linux-rpm.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 15:54:58 -0000 netchild 2006-05-20 15:54:24 UTC FreeBSD ports repository Modified files: Mk bsd.linux-rpm.mk Log: Add support for the upcomming FC4 port (waiting for repocopy). Submitted by: Boris Samorodov Revision Changes Path 1.6 +4 -2 ports/Mk/bsd.linux-rpm.mk From owner-cvs-all@FreeBSD.ORG Sat May 20 16:03:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F1E516A420; Sat, 20 May 2006 16:03:10 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E27B443D49; Sat, 20 May 2006 16:03:09 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KG2ZiR062408; Sat, 20 May 2006 16:02:35 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KG2Zp4062407; Sat, 20 May 2006 16:02:35 GMT (envelope-from remko) Message-Id: <200605201602.k4KG2Zp4062407@repoman.freebsd.org> From: Remko Lodder Date: Sat, 20 May 2006 16:02:35 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/nl_NL.ISO8859-1/books/handbook/introduction chapter.sgml doc/nl_NL.ISO8859-1/books/handbook/users chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 16:03:10 -0000 remko 2006-05-20 16:02:35 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/books/handbook/introduction chapter.sgml nl_NL.ISO8859-1/books/handbook/users chapter.sgml Log: Second pass at updating the Dutch Documentation tree: introduction 1.110 -> 1.114 users 1.53 -> 1.54 Obtained from: The FreeBSD Dutch Documentation Project (Remko Lodder) Revision Changes Path 1.7 +13 -9 doc/nl_NL.ISO8859-1/books/handbook/introduction/chapter.sgml 1.7 +4 -3 doc/nl_NL.ISO8859-1/books/handbook/users/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat May 20 16:03:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C708F16A426; Sat, 20 May 2006 16:03:46 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83A9A43D46; Sat, 20 May 2006 16:03:46 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KG3CXq063634; Sat, 20 May 2006 16:03:12 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KG3CLG063633; Sat, 20 May 2006 16:03:12 GMT (envelope-from csjp) Message-Id: <200605201603.k4KG3CLG063633@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 20 May 2006 16:03:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 isp.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 16:03:46 -0000 csjp 2006-05-20 16:03:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 isp.4 Log: MFC typo fix Revision Changes Path 1.20.2.2 +1 -1 src/share/man/man4/isp.4 From owner-cvs-all@FreeBSD.ORG Sat May 20 16:18:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4AA916A43A; Sat, 20 May 2006 16:18:58 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15F6A43D48; Sat, 20 May 2006 16:18:58 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KGIOHu064328; Sat, 20 May 2006 16:18:24 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KGIO37064327; Sat, 20 May 2006 16:18:24 GMT (envelope-from sat) Message-Id: <200605201618.k4KGIO37064327@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sat, 20 May 2006 16:18:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/xpi-forecastfox Makefile distinfo pkg-descr pkg-plist ports/www/xpi-forecastfox/files chrome.manifest X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 16:18:58 -0000 sat 2006-05-20 16:18:23 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-forecastfox Makefile distinfo pkg-descr pkg-plist www/xpi-forecastfox/files chrome.manifest Log: Add port: www/xpi-forecastfox Forecastfox is an extension that brings international weather from AccuWeather.com to your Firefox web browser. You can use your US zip code or you can easily find your town or city by using the built in search tool. It is unobtrusive and lightweight, yet can be customized to display nearly as much data as the leading desktop weather programs! Author: Jon Stritar WWW: http://forecastfox.mozdev.org/ PR: ports/97469 Submitted by: Simon Olofsson Approved by: krion (mentor) Revision Changes Path 1.1417 +1 -0 ports/www/Makefile 1.1 +25 -0 ports/www/xpi-forecastfox/Makefile (new) 1.1 +3 -0 ports/www/xpi-forecastfox/distinfo (new) 1.1 +48 -0 ports/www/xpi-forecastfox/files/chrome.manifest (new) 1.1 +8 -0 ports/www/xpi-forecastfox/pkg-descr (new) 1.1 +50 -0 ports/www/xpi-forecastfox/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat May 20 16:19:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0B2816A475; Sat, 20 May 2006 16:19:58 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1042A43D69; Sat, 20 May 2006 16:19:53 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KGJJ2c064400; Sat, 20 May 2006 16:19:19 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KGJJDj064399; Sat, 20 May 2006 16:19:19 GMT (envelope-from sat) Message-Id: <200605201619.k4KGJJDj064399@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sat, 20 May 2006 16:19:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 16:19:59 -0000 sat 2006-05-20 16:19:19 UTC FreeBSD ports repository Modified files: . modules Log: xpi-forecastfox --> ports/www/xpi-forecastfox Revision Changes Path 1.15013 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat May 20 16:24:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6AE216A41F; Sat, 20 May 2006 16:24:08 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3C7A43D48; Sat, 20 May 2006 16:24:08 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KGNYgF064641; Sat, 20 May 2006 16:23:34 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KGNYq5064640; Sat, 20 May 2006 16:23:34 GMT (envelope-from clsung) Message-Id: <200605201623.k4KGNYq5064640@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 20 May 2006 16:23:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/libchewing Makefile ports/chinese/libchewing/files patch-src-char.c patch-src-dict.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 16:24:09 -0000 clsung 2006-05-20 16:23:34 UTC FreeBSD ports repository Modified files: chinese/libchewing Makefile Added files: chinese/libchewing/files patch-src-char.c patch-src-dict.c Log: - since isspace(0xa0) return true. When using sscanf(...,"%s",...), it will treat some UTF8 words containing 0xa0 as spaces. Thus those words will be skipped. - added two patch to avoid that problem. - bump PORTREVISION Submitted by: Rong-En Fan Revision Changes Path 1.8 +1 -0 ports/chinese/libchewing/Makefile 1.1 +11 -0 ports/chinese/libchewing/files/patch-src-char.c (new) 1.1 +11 -0 ports/chinese/libchewing/files/patch-src-dict.c (new) From owner-cvs-all@FreeBSD.ORG Sat May 20 16:25:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5C7F16A425; Sat, 20 May 2006 16:25:07 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55C3543D53; Sat, 20 May 2006 16:25:07 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KGOX1u064678; Sat, 20 May 2006 16:24:33 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KGOXUw064677; Sat, 20 May 2006 16:24:33 GMT (envelope-from sat) Message-Id: <200605201624.k4KGOXUw064677@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sat, 20 May 2006 16:24:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/adzap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 16:25:07 -0000 sat 2006-05-20 16:24:33 UTC FreeBSD ports repository Modified files: www/adzap Makefile distinfo Log: - Update to 20060424 PR: ports/96262 Submitted by: sat Approved by: maintainer timeout (27 days), krion (mentor) Revision Changes Path 1.47 +1 -1 ports/www/adzap/Makefile 1.43 +3 -3 ports/www/adzap/distinfo From owner-cvs-all@FreeBSD.ORG Sat May 20 16:41:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A684816A41F; Sat, 20 May 2006 16:41:29 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6034D43D45; Sat, 20 May 2006 16:41:29 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KGetoD065366; Sat, 20 May 2006 16:40:55 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KGet4x065365; Sat, 20 May 2006 16:40:55 GMT (envelope-from hrs) Message-Id: <200605201640.k4KGet4x065365@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 20 May 2006 16:40:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/teTeX-base Makefile pkg-plist ports/print/teTeX-base/files texdoctk.wrapper.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 16:41:29 -0000 hrs 2006-05-20 16:40:55 UTC FreeBSD ports repository Modified files: print/teTeX-base Makefile pkg-plist Added files: print/teTeX-base/files texdoctk.wrapper.in Log: Add a wrapper script for texdoctk(1). PR: ports/59553 Submitted by: Rong-En Fan (rafan at infor dot org) Revision Changes Path 1.91 +4 -2 ports/print/teTeX-base/Makefile 1.1 +15 -0 ports/print/teTeX-base/files/texdoctk.wrapper.in (new) 1.35 +2 -1 ports/print/teTeX-base/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat May 20 17:00:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76BCF16A420; Sat, 20 May 2006 17:00:41 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 091EC43D46; Sat, 20 May 2006 17:00:41 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KH06ji073734; Sat, 20 May 2006 17:00:06 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KH067I073733; Sat, 20 May 2006 17:00:06 GMT (envelope-from delphij) Message-Id: <200605201700.k4KH067I073733@repoman.freebsd.org> From: Xin LI Date: Sat, 20 May 2006 17:00:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/openldap23-server Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 17:00:41 -0000 delphij 2006-05-20 17:00:06 UTC FreeBSD ports repository Modified files: net/openldap23-server Makefile Log: The pkg-install, pkg-deinstall and pkg-message files are suitable only for -server port, so move them to appropriate place. Approved by: sem (mentor, implicit) Revision Changes Path 1.132 +2 -2 ports/net/openldap23-server/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 17:07:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D01B16A433; Sat, 20 May 2006 17:07:47 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0083543D6B; Sat, 20 May 2006 17:07:45 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KH7AqI075178; Sat, 20 May 2006 17:07:10 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KH7AiK075177; Sat, 20 May 2006 17:07:10 GMT (envelope-from erwin) Message-Id: <200605201707.k4KH7AiK075177@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 20 May 2006 17:07:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/mecab Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 17:07:48 -0000 erwin 2006-05-20 17:07:10 UTC FreeBSD ports repository Modified files: japanese/mecab Makefile Log: Mark IGNORE for perl < 5.8.0 PR: 97523 Submitted by: TAKATSU Tomonari Revision Changes Path 1.17 +7 -1 ports/japanese/mecab/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 17:10:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA57A16A427; Sat, 20 May 2006 17:10:36 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A810843D45; Sat, 20 May 2006 17:10:36 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KHA2ln075313; Sat, 20 May 2006 17:10:02 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KHA24n075312; Sat, 20 May 2006 17:10:02 GMT (envelope-from erwin) Message-Id: <200605201710.k4KHA24n075312@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 20 May 2006 17:10:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/GeoIP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 17:10:37 -0000 erwin 2006-05-20 17:10:02 UTC FreeBSD ports repository Modified files: net/GeoIP Makefile distinfo Log: Update to 1.3.17 PR: 97526 Submitted by: Shaun Amott (maintainer) Revision Changes Path 1.29 +3 -2 ports/net/GeoIP/Makefile 1.22 +3 -3 ports/net/GeoIP/distinfo From owner-cvs-all@FreeBSD.ORG Sat May 20 17:12:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64DAB16A436; Sat, 20 May 2006 17:12:11 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F031943D66; Sat, 20 May 2006 17:12:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KHBWAO075463; Sat, 20 May 2006 17:11:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KHBWpj075462; Sat, 20 May 2006 17:11:32 GMT (envelope-from pav) Message-Id: <200605201711.k4KHBWpj075462@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 20 May 2006 17:11:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/GeoIP pkg-plist ports/net/GeoIP/files patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 17:12:11 -0000 pav 2006-05-20 17:11:32 UTC FreeBSD ports repository Modified files: net/GeoIP pkg-plist Removed files: net/GeoIP/files patch-ltmain.sh Log: - Nuke ltmain patch and install .la files, they are no longer considered evil Revision Changes Path 1.2 +0 -15 ports/net/GeoIP/files/patch-ltmain.sh (dead) 1.15 +2 -0 ports/net/GeoIP/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat May 20 17:17:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C307D16A46D; Sat, 20 May 2006 17:17:28 +0000 (UTC) (envelope-from krion@voodoo.bawue.com) Received: from voodoo.bawue.com (voodoo.bawue.com [212.9.161.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id E025F43D76; Sat, 20 May 2006 17:17:22 +0000 (GMT) (envelope-from krion@voodoo.bawue.com) Received: from krion by voodoo.bawue.com with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FhV4t-000CcR-Af; Sat, 20 May 2006 19:17:23 +0200 Date: Sat, 20 May 2006 19:17:23 +0200 From: Kirill Ponomarew To: Jean-Yves Lefort Message-ID: <20060520171723.GA32168@voodoo.bawue.com> References: <20060519090956.4f19dd41.jylefort@FreeBSD.org> <20060520.221521.122609088.hrs@allbsd.org> <20060520153426.fa6d509b.jylefort@FreeBSD.org> <20060520.235855.74554195.hrs@allbsd.org> <20060520172837.b2754e04.jylefort@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060520172837.b2754e04.jylefort@FreeBSD.org> X-NIC-HDL: KP869-RIPE Keywords: 477273987 Cc: cvs-ports@FreeBSD.org, Hiroki Sato , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/acroread7 Makefile pkg-deinstall pkg-plist.7.0.1 pkg-plist.7.0.5 ports/print/acroread7/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 17:17:31 -0000 On Sat, May 20, 2006 at 05:28:37PM +0200, Jean-Yves Lefort wrote: > Why don't you revert the changes yourself, since it's your port? Please, just relax, drink beer and backout the changes you've committed. I would suggest you to reread committers guide, and respect the current maintainers in the future. -Kirill on behalf of portmgr From owner-cvs-all@FreeBSD.ORG Sat May 20 17:18:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63BC116A4EA for ; Sat, 20 May 2006 17:18:18 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 4DDE543D7C for ; Sat, 20 May 2006 17:18:09 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 8571 invoked by uid 399); 20 May 2006 17:18:09 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 20 May 2006 17:18:09 -0000 Message-ID: <446F4F4E.3060501@FreeBSD.org> Date: Sat, 20 May 2006 10:18:06 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.2 (X11/20060507) MIME-Version: 1.0 To: pav@FreeBSD.org References: <200605192250.k4JMobka063225@repoman.freebsd.org> <446EBC76.1010409@FreeBSD.org> <1148114735.90460.3.camel@ikaros.oook.cz> In-Reply-To: <1148114735.90460.3.camel@ikaros.oook.cz> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/exilog Makefile pkg-plist ports/mail/exilog/files exilog.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 17:18:25 -0000 Pav Lucistnik wrote: > Note that I need to pass rc script filename in there, because I want to > stop the daemon on deinstall using @unexec. I did not note that, sorry for the noise. Doug -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Sat May 20 17:18:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C79D816A507; Sat, 20 May 2006 17:18:32 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E1443D46; Sat, 20 May 2006 17:18:32 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KHHwBc075731; Sat, 20 May 2006 17:17:58 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KHHwjs075730; Sat, 20 May 2006 17:17:58 GMT (envelope-from mnag) Message-Id: <200605201717.k4KHHwjs075730@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 20 May 2006 17:17:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/phpadsnew Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 17:18:39 -0000 mnag 2006-05-20 17:17:58 UTC FreeBSD ports repository Modified files: www/phpadsnew Makefile distinfo Log: - Update to 2.0.8 PR: 96750 Submitted by: koutek___o-k.cz Approved by: maintainer timeout (16 days) Revision Changes Path 1.5 +1 -1 ports/www/phpadsnew/Makefile 1.4 +3 -3 ports/www/phpadsnew/distinfo From owner-cvs-all@FreeBSD.ORG Sat May 20 17:19:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F7E816A4F0; Sat, 20 May 2006 17:19:23 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCA6743D45; Sat, 20 May 2006 17:19:22 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KHImDM075805; Sat, 20 May 2006 17:18:48 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KHIm2s075804; Sat, 20 May 2006 17:18:48 GMT (envelope-from mnag) Message-Id: <200605201718.k4KHIm2s075804@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 20 May 2006 17:18:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/dar Makefile distinfo pkg-descr pkg-plist ports/sysutils/dar/files patch-Makefile-am patch-Makefile-in patch-configure-zlib.diff patch-doc-man patch-src-libdar X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 17:19:24 -0000 mnag 2006-05-20 17:18:48 UTC FreeBSD ports repository Modified files: sysutils/dar Makefile distinfo pkg-descr pkg-plist Added files: sysutils/dar/files patch-Makefile-am patch-Makefile-in patch-doc-man patch-src-libdar Removed files: sysutils/dar/files patch-configure-zlib.diff Log: - Update to 2.3.0 - Add secondary category - portlint(1) PR: 96350 Submitted by: Henrik Brautaset Aronsen Approved by: maintainer Revision Changes Path 1.14 +21 -9 ports/sysutils/dar/Makefile 1.7 +3 -3 ports/sysutils/dar/distinfo 1.1 +8 -0 ports/sysutils/dar/files/patch-Makefile-am (new) 1.1 +11 -0 ports/sysutils/dar/files/patch-Makefile-in (new) 1.2 +0 -11 ports/sysutils/dar/files/patch-configure-zlib.diff (dead) 1.1 +24 -0 ports/sysutils/dar/files/patch-doc-man (new) 1.1 +35 -0 ports/sysutils/dar/files/patch-src-libdar (new) 1.2 +8 -7 ports/sysutils/dar/pkg-descr 1.7 +81 -49 ports/sysutils/dar/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat May 20 17:24:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0F6C16A445; Sat, 20 May 2006 17:24:19 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 922DF43D5A; Sat, 20 May 2006 17:24:19 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KHNjap076054; Sat, 20 May 2006 17:23:45 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KHNjQu076053; Sat, 20 May 2006 17:23:45 GMT (envelope-from mnag) Message-Id: <200605201723.k4KHNjQu076053@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 20 May 2006 17:23:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/kdar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 17:24:23 -0000 mnag 2006-05-20 17:23:45 UTC FreeBSD ports repository Modified files: sysutils/kdar Makefile Log: - Change lib version reflecting update in sysutils/dar - Bump PORTREVISION Revision Changes Path 1.12 +2 -1 ports/sysutils/kdar/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 17:24:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A803016A46E; Sat, 20 May 2006 17:24:22 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1196643D5E; Sat, 20 May 2006 17:24:22 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KHNlwo076085; Sat, 20 May 2006 17:23:47 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KHNlu7076084; Sat, 20 May 2006 17:23:47 GMT (envelope-from hrs) Message-Id: <200605201723.k4KHNlu7076084@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 20 May 2006 17:23:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/adobe-cmaps Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 17:24:25 -0000 hrs 2006-05-20 17:23:47 UTC FreeBSD ports repository Modified files: print/adobe-cmaps Makefile distinfo pkg-plist Log: - Add UCS2 CMaps for backward compatibility. - Use MASTER_SITE_LOCAL. - Bump PORTREVISION. Revision Changes Path 1.11 +7 -6 ports/print/adobe-cmaps/Makefile 1.6 +21 -24 ports/print/adobe-cmaps/distinfo 1.7 +39 -28 ports/print/adobe-cmaps/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat May 20 17:40:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F25D16A488; Sat, 20 May 2006 17:40:47 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C176043D6A; Sat, 20 May 2006 17:40:43 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KHe9dQ076709; Sat, 20 May 2006 17:40:09 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KHe9EQ076708; Sat, 20 May 2006 17:40:09 GMT (envelope-from sem) Message-Id: <200605201740.k4KHe9EQ076708@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 20 May 2006 17:40:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/mysql-administrator Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 17:40:52 -0000 sem 2006-05-20 17:40:09 UTC FreeBSD ports repository Modified files: databases/mysql-administrator Makefile distinfo Log: - Update to 1.1.10 Revision Changes Path 1.29 +1 -2 ports/databases/mysql-administrator/Makefile 1.8 +3 -3 ports/databases/mysql-administrator/distinfo From owner-cvs-all@FreeBSD.ORG Sat May 20 17:45:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DAA916A42F; Sat, 20 May 2006 17:45:30 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDC1943D45; Sat, 20 May 2006 17:45:29 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KHitYO078250; Sat, 20 May 2006 17:44:55 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KHitq8078249; Sat, 20 May 2006 17:44:55 GMT (envelope-from marcus) Message-Id: <200605201744.k4KHitq8078249@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 20 May 2006 17:44:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-dbus Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 17:45:34 -0000 marcus 2006-05-20 17:44:55 UTC FreeBSD ports repository Modified files: devel/py-dbus Makefile Log: Add a missing dependency on py-libxml2. Revision Changes Path 1.18 +3 -2 ports/devel/py-dbus/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 17:48:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5673A16A436; Sat, 20 May 2006 17:48:14 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3D5043D45; Sat, 20 May 2006 17:48:13 +0000 (GMT) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KHldGi078497; Sat, 20 May 2006 17:47:39 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KHlddw078496; Sat, 20 May 2006 17:47:39 GMT (envelope-from jkois) Message-Id: <200605201747.k4KHlddw078496@repoman.freebsd.org> From: Johann Kois Date: Sat, 20 May 2006 17:47:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/de_DE.ISO8859-1/books/faq book.sgml doc/de_DE.ISO8859-1/books/handbook Makefile book.sgml chapters.ent doc/de_DE.ISO8859-1/books/handbook/firewalls chapter.sgml doc/de_DE.ISO8859-1/books/handbook/mirrors chapter.sgml doc/de_DE.ISO8859-1/books/handbook/network-servers chapter.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 17:48:15 -0000 jkois 2006-05-20 17:47:39 UTC FreeBSD doc repository Modified files: de_DE.ISO8859-1/books/faq book.sgml de_DE.ISO8859-1/books/handbook Makefile book.sgml chapters.ent de_DE.ISO8859-1/books/handbook/firewalls chapter.sgml de_DE.ISO8859-1/books/handbook/mirrors chapter.sgml de_DE.ISO8859-1/books/handbook/network-servers chapter.sgml de_DE.ISO8859-1/books/handbook/preface preface.sgml de_DE.ISO8859-1/flyer Makefile flyer.tex Log: MFbed: Update the German documentation set. books/faq/book.sgml 1.780 -> 1.781 books/handbook/Makefile 1.98 -> 1.100 books/handbook/book.sgml 1.164 -> 1.166 books/handbook/chapters.ent 1.33 -> 1.35 books/handbook/firewalls/chapter.sgml 1.66 -> 1.67 books/handbook/mirrors/chapter.sgml 1.416 -> 1.418 books/handbook/network-servers/chapter.sgml 1.79 -> 1.81 books/handbook/preface/preface.sgml 1.30 -> 1.32 flyer/Makefile 1.1 -> 1.2 flyer/flyer.tex 1.10 -> 1.13 Obtained from: The FreeBSD German Documentation Project. Revision Changes Path 1.66 +56 -3 doc/de_DE.ISO8859-1/books/faq/book.sgml 1.36 +2 -2 doc/de_DE.ISO8859-1/books/handbook/Makefile 1.48 +2 -2 doc/de_DE.ISO8859-1/books/handbook/book.sgml 1.23 +2 -2 doc/de_DE.ISO8859-1/books/handbook/chapters.ent 1.4 +3 -3 doc/de_DE.ISO8859-1/books/handbook/firewalls/chapter.sgml 1.45 +10 -14 doc/de_DE.ISO8859-1/books/handbook/mirrors/chapter.sgml 1.13 +37 -12 doc/de_DE.ISO8859-1/books/handbook/network-servers/chapter.sgml 1.18 +2 -2 doc/de_DE.ISO8859-1/books/handbook/preface/preface.sgml 1.2 +6 -3 doc/de_DE.ISO8859-1/flyer/Makefile 1.5 +77 -44 doc/de_DE.ISO8859-1/flyer/flyer.tex From owner-cvs-all@FreeBSD.ORG Sat May 20 17:55:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F99316A420; Sat, 20 May 2006 17:55:08 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 135FD43D45; Sat, 20 May 2006 17:55:08 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KHsXBA078758; Sat, 20 May 2006 17:54:33 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KHsXep078757; Sat, 20 May 2006 17:54:33 GMT (envelope-from hrs) Message-Id: <200605201754.k4KHsXep078757@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 20 May 2006 17:54:33 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/sgml freebsd.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 17:55:08 -0000 hrs 2006-05-20 17:54:33 UTC FreeBSD doc repository Modified files: share/sgml freebsd.ent Log: Temporary version number bump for 5.5-RELEASE. Revision Changes Path 1.83 +2 -2 doc/share/sgml/freebsd.ent From owner-cvs-all@FreeBSD.ORG Sat May 20 17:57:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62DF316A424; Sat, 20 May 2006 17:57:49 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21BF443D45; Sat, 20 May 2006 17:57:49 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KHvE2K078935; Sat, 20 May 2006 17:57:14 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KHvEaR078934; Sat, 20 May 2006 17:57:14 GMT (envelope-from hrs) Message-Id: <200605201757.k4KHvEaR078934@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 20 May 2006 17:57:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/sgml freebsd.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 17:57:49 -0000 hrs 2006-05-20 17:57:14 UTC FreeBSD doc repository Modified files: share/sgml freebsd.ent Log: Revert changes in the previous commit temporarily until the actual release day Revision Changes Path 1.84 +2 -2 doc/share/sgml/freebsd.ent From owner-cvs-all@FreeBSD.ORG Sat May 20 17:58:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB04616A43B; Sat, 20 May 2006 17:58:53 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4505743D48; Sat, 20 May 2006 17:58:53 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KHwIQm079003; Sat, 20 May 2006 17:58:18 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KHwI6p079002; Sat, 20 May 2006 17:58:18 GMT (envelope-from hrs) Message-Id: <200605201758.k4KHwI6p079002@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 20 May 2006 17:58:18 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 17:58:54 -0000 hrs 2006-05-20 17:58:18 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Add RELENG_5_5 and RELENG_5_5_0_RELEASE tag. Revision Changes Path 1.419 +17 -0 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat May 20 18:09:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1AED16A442; Sat, 20 May 2006 18:09:42 +0000 (UTC) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6696A43D6E; Sat, 20 May 2006 18:09:42 +0000 (GMT) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KI98sO082420; Sat, 20 May 2006 18:09:08 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KI98c6082419; Sat, 20 May 2006 18:09:08 GMT (envelope-from matusita) Message-Id: <200605201809.k4KI98c6082419@repoman.freebsd.org> From: Makoto Matsushita Date: Sat, 20 May 2006 18:09:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/dvipdfmx Makefile pkg-plist ports/print/dvipdfmx/files patch-data-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 18:09:46 -0000 matusita 2006-05-20 18:09:07 UTC FreeBSD ports repository Modified files: print/dvipdfmx Makefile pkg-plist print/dvipdfmx/files patch-data-Makefile.in Log: Put back dvipdfmx-specific CMap files that were missed in last update. This fixes a bug on processing \special{} for PDF bookmark. Submitted by: hrs Revision Changes Path 1.23 +4 -2 ports/print/dvipdfmx/Makefile 1.3 +3 -12 ports/print/dvipdfmx/files/patch-data-Makefile.in 1.12 +8 -3 ports/print/dvipdfmx/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat May 20 18:16:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5169416A433; Sat, 20 May 2006 18:16:35 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09A1C43D45; Sat, 20 May 2006 18:16:35 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KIG0pr082779; Sat, 20 May 2006 18:16:00 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KIG0IB082778; Sat, 20 May 2006 18:16:00 GMT (envelope-from jylefort) Message-Id: <200605201816.k4KIG0IB082778@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sat, 20 May 2006 18:16:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/acroread7 Makefile pkg-deinstall ports/print/acroread7/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 18:16:35 -0000 jylefort 2006-05-20 18:16:00 UTC FreeBSD ports repository Modified files: print/acroread7 Makefile Removed files: print/acroread7 pkg-deinstall print/acroread7/files pkg-install.in Log: Do not install the .desktop file. Requested by: maintainer, krion Revision Changes Path 1.19 +3 -4 ports/print/acroread7/Makefile 1.2 +0 -16 ports/print/acroread7/files/pkg-install.in (dead) 1.4 +0 -10 ports/print/acroread7/pkg-deinstall (dead) From owner-cvs-all@FreeBSD.ORG Sat May 20 18:20:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEF5516A425; Sat, 20 May 2006 18:20:22 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7344743D45; Sat, 20 May 2006 18:20:22 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KIJmmK083163; Sat, 20 May 2006 18:19:48 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KIJmNY083162; Sat, 20 May 2006 18:19:48 GMT (envelope-from jylefort) Message-Id: <200605201819.k4KIJmNY083162@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sat, 20 May 2006 18:19:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/acroread-zh_CN Makefile ports/chinese/acroread-zh_TW Makefile ports/french/acroread Makefile ports/german/acroread Makefile ports/japanese/acroread Makefile ports/korean/acroread Makefile ports/portuguese/acroread Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 18:20:25 -0000 jylefort 2006-05-20 18:19:47 UTC FreeBSD ports repository Modified files: chinese/acroread-zh_CN Makefile chinese/acroread-zh_TW Makefile french/acroread Makefile german/acroread Makefile japanese/acroread Makefile korean/acroread Makefile portuguese/acroread Makefile print/dk-acroread Makefile print/es-acroread Makefile print/fi-acroread Makefile print/nl-acroread Makefile print/no-acroread Makefile print/sv-acroread Makefile Log: Bump PORTREVISION to reflect the fact that the .desktop file is no longer installed. Revision Changes Path 1.4 +1 -1 ports/chinese/acroread-zh_CN/Makefile 1.4 +1 -1 ports/chinese/acroread-zh_TW/Makefile 1.6 +1 -1 ports/french/acroread/Makefile 1.5 +1 -1 ports/german/acroread/Makefile 1.12 +1 -1 ports/japanese/acroread/Makefile 1.5 +1 -1 ports/korean/acroread/Makefile 1.4 +1 -1 ports/portuguese/acroread/Makefile 1.5 +1 -1 ports/print/dk-acroread/Makefile 1.4 +1 -1 ports/print/es-acroread/Makefile 1.5 +1 -1 ports/print/fi-acroread/Makefile 1.6 +1 -1 ports/print/nl-acroread/Makefile 1.5 +1 -1 ports/print/no-acroread/Makefile 1.5 +1 -1 ports/print/sv-acroread/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 18:29:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C229416A44E; Sat, 20 May 2006 18:29:15 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C81D43D48; Sat, 20 May 2006 18:29:15 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KISfKT083527; Sat, 20 May 2006 18:28:41 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KISfRB083526; Sat, 20 May 2006 18:28:41 GMT (envelope-from mezz) Message-Id: <200605201828.k4KISfRB083526@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 20 May 2006 18:28:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/comix Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 18:29:15 -0000 mezz 2006-05-20 18:28:40 UTC FreeBSD ports repository Modified files: graphics/comix Makefile distinfo pkg-plist Log: Update to 3.1.3, see changelog for details: http://comix.sourceforge.net/changelog.html Revision Changes Path 1.16 +1 -1 ports/graphics/comix/Makefile 1.14 +3 -3 ports/graphics/comix/distinfo 1.10 +1 -0 ports/graphics/comix/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat May 20 18:30:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E956F16A468; Sat, 20 May 2006 18:30:08 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from mirapoint5.brutele.be (mirapoint5.brutele.be [212.68.199.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3C3943D70; Sat, 20 May 2006 18:29:59 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from host-212-68-244-243.brutele.be (host-212-68-244-243.brutele.be [212.68.244.243]) by mirapoint5.brutele.be (MOS 3.7.5-GA) with ESMTP id EDH99397; Sat, 20 May 2006 20:29:56 +0200 (CEST) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id B070654CE; Sat, 20 May 2006 20:29:55 +0200 (CEST) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id 7BED8C0E4; Sat, 20 May 2006 20:29:55 +0200 (CEST) Date: Sat, 20 May 2006 20:29:55 +0200 From: Jean-Yves Lefort To: Kirill Ponomarew Message-Id: <20060520202955.65bd2429.jylefort@FreeBSD.org> In-Reply-To: <20060520171723.GA32168@voodoo.bawue.com> References: <20060519090956.4f19dd41.jylefort@FreeBSD.org> <20060520.221521.122609088.hrs@allbsd.org> <20060520153426.fa6d509b.jylefort@FreeBSD.org> <20060520.235855.74554195.hrs@allbsd.org> <20060520172837.b2754e04.jylefort@FreeBSD.org> <20060520171723.GA32168@voodoo.bawue.com> X-Mailer: Sylpheed running on FreeBSD Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sat__20_May_2006_20_29_55_+0200_9rNbbp.P0qZAQfd5" X-Junkmail-Status: score=10/50, host=mirapoint5.brutele.be X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090209.446F5DCF.0015,ss=1,fgs=0, ip=212.68.244.243, so=2006-03-30 10:46:40, dmn=5.1.5/2006-04-27 Cc: cvs-ports@FreeBSD.org, hrs@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/acroread7 Makefile pkg-deinstall pkg-plist.7.0.1 pkg-plist.7.0.5 ports/print/acroread7/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 18:30:09 -0000 --Signature=_Sat__20_May_2006_20_29_55_+0200_9rNbbp.P0qZAQfd5 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, 20 May 2006 19:17:23 +0200 Kirill Ponomarew wrote: > On Sat, May 20, 2006 at 05:28:37PM +0200, Jean-Yves Lefort wrote: > > Why don't you revert the changes yourself, since it's your port? >=20 > Please, just relax, drink beer and backout the changes you've > committed. I would suggest you to reread committers guide, > and respect the current maintainers in the future. How did I fail to respect hrs? --=20 Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Sat__20_May_2006_20_29_55_+0200_9rNbbp.P0qZAQfd5 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEb2AjyzD7UaO4AGoRAgupAJ40oO6ruBoHaAlCQvW1nKO+cAacYgCffjMW eaMwJWEz3MaqiAhW2uiqRpI= =u0mI -----END PGP SIGNATURE----- --Signature=_Sat__20_May_2006_20_29_55_+0200_9rNbbp.P0qZAQfd5-- From owner-cvs-all@FreeBSD.ORG Sat May 20 18:44:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02D4716A488; Sat, 20 May 2006 18:44:45 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C51E943D46; Sat, 20 May 2006 18:44:44 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KIiA9n084129; Sat, 20 May 2006 18:44:10 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KIiAFa084127; Sat, 20 May 2006 18:44:10 GMT (envelope-from sem) Message-Id: <200605201844.k4KIiAFa084127@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 20 May 2006 18:44:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/xerces-c2 Makefile distinfo pkg-plist ports/textproc/xerces-c2/files patch-ab patch-src-xercesc-Makefile.incl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 18:44:45 -0000 sem 2006-05-20 18:44:10 UTC FreeBSD ports repository Modified files: textproc/xerces-c2 Makefile distinfo pkg-plist textproc/xerces-c2/files patch-ab Added files: textproc/xerces-c2/files patch-src-xercesc-Makefile.incl Log: - Update to 2.7.0 - Pass maintainership to submitter PR: ports/95118 Submitted by: Ken Menzel Reviewed by: Bjoern A. Zeeb (former maintainer) Revision Changes Path 1.21 +3 -4 ports/textproc/xerces-c2/Makefile 1.7 +3 -3 ports/textproc/xerces-c2/distinfo 1.6 +8 -8 ports/textproc/xerces-c2/files/patch-ab 1.1 +11 -0 ports/textproc/xerces-c2/files/patch-src-xercesc-Makefile.incl (new) 1.9 +7 -2 ports/textproc/xerces-c2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat May 20 18:51:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05EEB16A424; Sat, 20 May 2006 18:51:25 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B98243D46; Sat, 20 May 2006 18:51:24 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KIoo67084506; Sat, 20 May 2006 18:50:50 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KIooVm084505; Sat, 20 May 2006 18:50:50 GMT (envelope-from sem) Message-Id: <200605201850.k4KIooVm084505@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 20 May 2006 18:50:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/xmms-pipe Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 18:51:25 -0000 sem 2006-05-20 18:50:49 UTC FreeBSD ports repository Modified files: audio/xmms-pipe Makefile distinfo Log: - Update to 0.5.5 PR: ports/96939 Submitted by: Paul Schmehl Approved by: maintainer timeout Revision Changes Path 1.9 +2 -3 ports/audio/xmms-pipe/Makefile 1.6 +3 -3 ports/audio/xmms-pipe/distinfo From owner-cvs-all@FreeBSD.ORG Sat May 20 18:52:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CBA016A42A; Sat, 20 May 2006 18:52:55 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BFBD43D46; Sat, 20 May 2006 18:52:54 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KIqKOc084599; Sat, 20 May 2006 18:52:20 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KIqJi0084598; Sat, 20 May 2006 18:52:19 GMT (envelope-from sem) Message-Id: <200605201852.k4KIqJi0084598@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 20 May 2006 18:52:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/biology/paml Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 18:52:55 -0000 sem 2006-05-20 18:52:19 UTC FreeBSD ports repository Modified files: biology/paml Makefile distinfo Log: - Update to 3.15 PR: ports/96941 Submitted by: Paul Schmehl Approved by: maintainer timeout Revision Changes Path 1.8 +1 -1 ports/biology/paml/Makefile 1.9 +3 -3 ports/biology/paml/distinfo From owner-cvs-all@FreeBSD.ORG Sat May 20 19:03:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BCAF16A420; Sat, 20 May 2006 19:03:34 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1807243D45; Sat, 20 May 2006 19:03:34 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KJ2xUt085128; Sat, 20 May 2006 19:02:59 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KJ2xiu085127; Sat, 20 May 2006 19:02:59 GMT (envelope-from hrs) Message-Id: <200605201902.k4KJ2xiu085127@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 20 May 2006 19:02:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_5 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/share/sgml release.dsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 19:03:34 -0000 hrs 2006-05-20 19:02:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_5) release/doc/en_US.ISO8859-1/share/sgml release.dsl Log: Remove description about subscribing to stable@. Approved by: re (implicitly) Revision Changes Path 1.8.2.1.6.1 +0 -11 src/release/doc/en_US.ISO8859-1/share/sgml/release.dsl From owner-cvs-all@FreeBSD.ORG Sat May 20 19:11:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0711D16A423; Sat, 20 May 2006 19:11:09 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95D1643D46; Sat, 20 May 2006 19:11:08 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KJAY96086626; Sat, 20 May 2006 19:10:34 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KJAYdb086625; Sat, 20 May 2006 19:10:34 GMT (envelope-from hrs) Message-Id: <200605201910.k4KJAYdb086625@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 20 May 2006 19:10:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_5 Cc: Subject: cvs commit: src/release/doc/share/sgml release.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 19:11:09 -0000 hrs 2006-05-20 19:10:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_5) release/doc/share/sgml release.ent Log: Fix &release.url; for 5.5-RELEASE. Approved by: re (implicitly) Revision Changes Path 1.18.2.10.2.3 +1 -1 src/release/doc/share/sgml/release.ent From owner-cvs-all@FreeBSD.ORG Sat May 20 19:14:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5B8516A422; Sat, 20 May 2006 19:14:37 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94AD443D45; Sat, 20 May 2006 19:14:37 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KJE31M086848; Sat, 20 May 2006 19:14:03 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KJE37H086847; Sat, 20 May 2006 19:14:03 GMT (envelope-from sem) Message-Id: <200605201914.k4KJE37H086847@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 20 May 2006 19:14:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-XML-Xerces Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 19:14:37 -0000 sem 2006-05-20 19:14:02 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-XML-Xerces Makefile distinfo pkg-descr pkg-plist Log: XML::Xerces is the Perl API to the Apache project's Xerces XML parser. It is implemented using the Xerces C++ API, and it provides access to most of the C++ API from Perl. WWW: http://xerces.apache.org/xerces-p/ PR: ports/95296 Submitted by: Ken Menzel Revision Changes Path 1.970 +1 -0 ports/textproc/Makefile 1.9 +32 -0 ports/textproc/p5-XML-Xerces/Makefile (new) 1.4 +3 -0 ports/textproc/p5-XML-Xerces/distinfo (new) 1.3 +7 -0 ports/textproc/p5-XML-Xerces/pkg-descr (new) 1.3 +10 -0 ports/textproc/p5-XML-Xerces/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat May 20 19:14:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BB4F16A430; Sat, 20 May 2006 19:14:59 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4A0C43D53; Sat, 20 May 2006 19:14:58 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KJEO6a086899; Sat, 20 May 2006 19:14:24 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KJEOri086898; Sat, 20 May 2006 19:14:24 GMT (envelope-from sem) Message-Id: <200605201914.k4KJEOri086898@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 20 May 2006 19:14:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 19:14:59 -0000 sem 2006-05-20 19:14:24 UTC FreeBSD ports repository Modified files: . modules Log: p5-XML-Xerces --> ports/textproc/p5-XML-Xerces Revision Changes Path 1.15014 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat May 20 19:18:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1949C16A422; Sat, 20 May 2006 19:18:22 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCEBB43D46; Sat, 20 May 2006 19:18:21 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KJHled087093; Sat, 20 May 2006 19:17:47 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KJHlqH087092; Sat, 20 May 2006 19:17:47 GMT (envelope-from simon) Message-Id: <200605201917.k4KJHlqH087092@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 20 May 2006 19:17:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/gstat Makefile gstat.8 gstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 19:18:22 -0000 simon 2006-05-20 19:17:47 UTC FreeBSD src repository Modified files: usr.sbin/gstat Makefile gstat.8 gstat.c Log: - Add support for filtering the the list of providers by a regular expression, which makes it possible to only see interesting providers. "f" is used inside gstat to set a filter, "F" is used to remove current filter. - Do not print some uninteresting values in the gstat title line. - Do not print past the end of the screen. - Read multiple keystrokes per "wait" when gstat is running. - Remove a redundant != check, right after check of NULL against the same variable ("gid"). - Use sysexits.h. - Do not link against libkvm and libsbuf, they are not actually used. - Fix a few style(9) issues where I had to touch nearby code anyway. Approved by: cperciva (mentor) MFC after: 2 weeks Revision Changes Path 1.7 +2 -2 src/usr.sbin/gstat/Makefile 1.8 +10 -1 src/usr.sbin/gstat/gstat.8 1.13 +147 -38 src/usr.sbin/gstat/gstat.c From owner-cvs-all@FreeBSD.ORG Sat May 20 19:18:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CA4516A423; Sat, 20 May 2006 19:18:59 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7EDA43D5F; Sat, 20 May 2006 19:18:58 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KJIOTJ087161; Sat, 20 May 2006 19:18:24 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KJIOec087160; Sat, 20 May 2006 19:18:24 GMT (envelope-from maxim) Message-Id: <200605201918.k4KJIOec087160@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 20 May 2006 19:18:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/netinet/rawconnect rawconnect.t X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 19:18:59 -0000 maxim 2006-05-20 19:18:24 UTC FreeBSD src repository Added files: tools/regression/netinet/rawconnect rawconnect.t Log: o Convert to Test::Harness testing infratructure. Revision Changes Path 1.1 +22 -0 src/tools/regression/netinet/rawconnect/rawconnect.t (new) From owner-cvs-all@FreeBSD.ORG Sat May 20 19:19:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FF3116A428; Sat, 20 May 2006 19:19:50 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE04243D49; Sat, 20 May 2006 19:19:49 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KJJFEU087224; Sat, 20 May 2006 19:19:15 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KJJFwD087223; Sat, 20 May 2006 19:19:15 GMT (envelope-from sem) Message-Id: <200605201919.k4KJJFwD087223@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 20 May 2006 19:19:15 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 19:19:50 -0000 sem 2006-05-20 19:19:15 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Ken Menzel Revision Changes Path 1.559 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Sat May 20 19:57:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 689B216A420; Sat, 20 May 2006 19:57:59 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5EB143D58; Sat, 20 May 2006 19:57:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KJvOTl088687; Sat, 20 May 2006 19:57:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KJvO6U088686; Sat, 20 May 2006 19:57:24 GMT (envelope-from pav) Message-Id: <200605201957.k4KJvO6U088686@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 20 May 2006 19:57:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/sfdisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 19:57:59 -0000 pav 2006-05-20 19:57:24 UTC FreeBSD ports repository Modified files: sysutils/sfdisk Makefile Log: - Mark IGNORE on < 5.2, these old versions are unsupported Submitted by: Alex Kozlov (maintainer) Revision Changes Path 1.4 +2 -2 ports/sysutils/sfdisk/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 20:12:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1546716A421; Sat, 20 May 2006 20:12:23 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C807D43D45; Sat, 20 May 2006 20:12:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KKBmR2090483; Sat, 20 May 2006 20:11:48 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KKBmsl090482; Sat, 20 May 2006 20:11:48 GMT (envelope-from pav) Message-Id: <200605202011.k4KKBmsl090482@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 20 May 2006 20:11:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/fireflies Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 20:12:23 -0000 pav 2006-05-20 20:11:47 UTC FreeBSD ports repository Modified files: x11/fireflies Makefile Log: - Mark BROKEN on FreeBSD 4.X Reported by: krismail Revision Changes Path 1.2 +7 -1 ports/x11/fireflies/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 20:36:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E08F416A421; Sat, 20 May 2006 20:36:54 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD90143D46; Sat, 20 May 2006 20:36:54 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KKaJCt091456; Sat, 20 May 2006 20:36:19 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KKaJVA091455; Sat, 20 May 2006 20:36:19 GMT (envelope-from mnag) Message-Id: <200605202036.k4KKaJVA091455@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 20 May 2006 20:36:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/dillo Makefile distinfo pkg-plist ports/www/dillo/files enable-ssl.patch patch-configure patch-dpi-https.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 20:36:55 -0000 mnag 2006-05-20 20:36:18 UTC FreeBSD ports repository Modified files: www/dillo Makefile distinfo pkg-plist www/dillo/files patch-dpi-https.c Added files: www/dillo/files enable-ssl.patch patch-configure Log: - Update to 0.8.6 PR: 96592 Submitted by: maintainer Revision Changes Path 1.35 +17 -17 ports/www/dillo/Makefile 1.19 +3 -3 ports/www/dillo/distinfo 1.1 +10 -0 ports/www/dillo/files/enable-ssl.patch (new) 1.1 +114 -0 ports/www/dillo/files/patch-configure (new) 1.2 +4 -12 ports/www/dillo/files/patch-dpi-https.c 1.6 +5 -1 ports/www/dillo/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat May 20 20:37:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C483C16A423; Sat, 20 May 2006 20:37:28 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90B4743D46; Sat, 20 May 2006 20:37:28 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KKarUX091519; Sat, 20 May 2006 20:36:53 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KKarcL091518; Sat, 20 May 2006 20:36:53 GMT (envelope-from mnag) Message-Id: <200605202036.k4KKarcL091518@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 20 May 2006 20:36:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/dillo-i18n Makefile distinfo pkg-plist ports/www/dillo-i18n/files enable-ssl.patch patch-configure patch-dpi-https.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 20:37:29 -0000 mnag 2006-05-20 20:36:53 UTC FreeBSD ports repository Modified files: www/dillo-i18n Makefile distinfo pkg-plist Added files: www/dillo-i18n/files enable-ssl.patch patch-configure patch-dpi-https.c Log: - Update to 0.8.6.20060516 PR: 96595 Submitted by: maintainer Revision Changes Path 1.35 +48 -24 ports/www/dillo-i18n/Makefile 1.20 +3 -6 ports/www/dillo-i18n/distinfo 1.1 +10 -0 ports/www/dillo-i18n/files/enable-ssl.patch (new) 1.1 +112 -0 ports/www/dillo-i18n/files/patch-configure (new) 1.3 +18 -0 ports/www/dillo-i18n/files/patch-dpi-https.c (new) 1.7 +5 -1 ports/www/dillo-i18n/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat May 20 21:08:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6845616A424; Sat, 20 May 2006 21:08:46 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F53A43D46; Sat, 20 May 2006 21:08:44 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KL890e002874; Sat, 20 May 2006 21:08:09 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KL89EV002873; Sat, 20 May 2006 21:08:09 GMT (envelope-from mlaier) Message-Id: <200605202108.k4KL89EV002873@repoman.freebsd.org> From: Max Laier Date: Sat, 20 May 2006 21:08:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 altq.4 src/sys/dev/nve if_nve.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 21:08:46 -0000 mlaier 2006-05-20 21:08:09 UTC FreeBSD src repository Modified files: share/man/man4 altq.4 sys/dev/nve if_nve.c Log: ALTQ-ify nve(4). Submitted by: Chris Dionissopoulos Tested by: Chris Dionissopoulos MFC after: 4 weeks Revision Changes Path 1.18 +2 -1 src/share/man/man4/altq.4 1.24 +5 -3 src/sys/dev/nve/if_nve.c From owner-cvs-all@FreeBSD.ORG Sat May 20 21:12:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C20F16A422; Sat, 20 May 2006 21:12:11 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA46D43D55; Sat, 20 May 2006 21:12:10 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KLBaTK003085; Sat, 20 May 2006 21:11:36 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KLBaPC003084; Sat, 20 May 2006 21:11:36 GMT (envelope-from maxim) Message-Id: <200605202111.k4KLBaPC003084@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 20 May 2006 21:11:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib strtol.3 strtoul.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 21:12:11 -0000 maxim 2006-05-20 21:11:35 UTC FreeBSD src repository Modified files: lib/libc/stdlib strtol.3 strtoul.3 Log: o .Xr strtonum(3). MFC after: 1 week Revision Changes Path 1.21 +1 -0 src/lib/libc/stdlib/strtol.3 1.22 +1 -0 src/lib/libc/stdlib/strtoul.3 From owner-cvs-all@FreeBSD.ORG Sat May 20 21:12:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EE3616A41F; Sat, 20 May 2006 21:12:42 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFE8343D55; Sat, 20 May 2006 21:12:41 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KLC6TO003135; Sat, 20 May 2006 21:12:06 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KLC6X0003134; Sat, 20 May 2006 21:12:06 GMT (envelope-from mlaier) Message-Id: <200605202112.k4KLC6X0003134@repoman.freebsd.org> From: Max Laier Date: Sat, 20 May 2006 21:12:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 lmc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 21:12:42 -0000 mlaier 2006-05-20 21:12:06 UTC FreeBSD src repository Modified files: share/man/man4 lmc.4 Log: Remove stale altq instructions. They don't belong to the driver manpage anyhow. Revision Changes Path 1.10 +1 -43 src/share/man/man4/lmc.4 From owner-cvs-all@FreeBSD.ORG Sat May 20 21:44:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDE2F16A420; Sat, 20 May 2006 21:44:01 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9114843D48; Sat, 20 May 2006 21:44:01 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KLhQk7004536; Sat, 20 May 2006 21:43:26 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KLhQlC004535; Sat, 20 May 2006 21:43:26 GMT (envelope-from mnag) Message-Id: <200605202143.k4KLhQlC004535@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 20 May 2006 21:43:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/superswitcher Makefile distinfo ports/deskutils/superswitcher/files patch-src__xinerama.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 21:44:02 -0000 mnag 2006-05-20 21:43:26 UTC FreeBSD ports repository Modified files: deskutils/superswitcher Makefile distinfo Added files: deskutils/superswitcher/files patch-src__xinerama.c Log: - Update to 0.3 PR: 96829 Submitted by: Peter Thoenen Approved by: maintainer timeout (15 days) Revision Changes Path 1.3 +2 -1 ports/deskutils/superswitcher/Makefile 1.2 +3 -3 ports/deskutils/superswitcher/distinfo 1.1 +46 -0 ports/deskutils/superswitcher/files/patch-src__xinerama.c (new) From owner-cvs-all@FreeBSD.ORG Sat May 20 21:48:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC17516A41F; Sat, 20 May 2006 21:48:26 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8707043D46; Sat, 20 May 2006 21:48:26 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KLlphr004839; Sat, 20 May 2006 21:47:51 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KLlphh004838; Sat, 20 May 2006 21:47:51 GMT (envelope-from mezz) Message-Id: <200605202147.k4KLlphh004838@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 20 May 2006 21:47:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gstreamer-plugins Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 21:48:26 -0000 mezz 2006-05-20 21:47:51 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins Makefile Log: Change the mirror to fetch the tarball from fd.org first instead GNOME's ftp. GNOME's ftp has the mismatch checksum/size, which fd.org is fine. Be sure to do the 'make distclean' first before you try to fetch it. Revision Changes Path 1.97 +2 -2 ports/multimedia/gstreamer-plugins/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 21:49:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFBD916A422; Sat, 20 May 2006 21:49:38 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6358343D58; Sat, 20 May 2006 21:49:38 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KLn365004892; Sat, 20 May 2006 21:49:03 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KLn3Pf004891; Sat, 20 May 2006 21:49:03 GMT (envelope-from rodrigc) Message-Id: <200605202149.k4KLn3Pf004891@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 20 May 2006 21:49:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys wait.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 21:49:39 -0000 rodrigc 2006-05-20 21:49:03 UTC FreeBSD src repository Modified files: lib/libc/sys wait.2 Log: Remove reference to "System call restart" in intro(2). intro(2) does not have such a reference. Add a reference instead to SA_RESTART in sigaction(2). Revision Changes Path 1.27 +4 -3 src/lib/libc/sys/wait.2 From owner-cvs-all@FreeBSD.ORG Sat May 20 21:53:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6677B16A527; Sat, 20 May 2006 21:53:50 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6735043D53; Sat, 20 May 2006 21:53:42 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KLr7tD005111; Sat, 20 May 2006 21:53:07 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KLr7Z1005110; Sat, 20 May 2006 21:53:07 GMT (envelope-from thierry) Message-Id: <200605202153.k4KLr7Z1005110@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 20 May 2006 21:53:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fonts/mathfonts Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 21:54:07 -0000 thierry 2006-05-20 21:53:07 UTC FreeBSD ports repository Modified files: x11-fonts/mathfonts Makefile distinfo Log: Chase DISTFILES and make fetchable again. Same MD5, don't bump PORTREVISION. Reported by: ports-i386 via Kris Revision Changes Path 1.4 +3 -3 ports/x11-fonts/mathfonts/Makefile 1.3 +3 -3 ports/x11-fonts/mathfonts/distinfo From owner-cvs-all@FreeBSD.ORG Sat May 20 22:26:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A61E416A4D5; Sat, 20 May 2006 22:26:55 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C22743D55; Sat, 20 May 2006 22:26:55 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KMQKlf007648; Sat, 20 May 2006 22:26:20 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KMQJlx007647; Sat, 20 May 2006 22:26:19 GMT (envelope-from mi) Message-Id: <200605202226.k4KMQJlx007647@repoman.freebsd.org> From: Mikhail Teterin Date: Sat, 20 May 2006 22:26:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/itcl/files Makefile.lib X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 22:26:57 -0000 mi 2006-05-20 22:26:19 UTC FreeBSD ports repository Modified files: lang/itcl/files Makefile.lib Log: Make sure, @itcl_BUILD_LIB_SPEC@ is replaced by "-L${PREFIX}/lib -litcl" in itclConfig.sh too. No current ports seem to require this, but something else might. Revision Changes Path 1.9 +1 -0 ports/lang/itcl/files/Makefile.lib From owner-cvs-all@FreeBSD.ORG Sat May 20 22:49:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6963C16A677; Sat, 20 May 2006 22:49:32 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAD9C43D6B; Sat, 20 May 2006 22:49:29 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KMmsm4008511; Sat, 20 May 2006 22:48:54 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KMmsDV008510; Sat, 20 May 2006 22:48:54 GMT (envelope-from simon) Message-Id: <200605202248.k4KMmsDV008510@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 20 May 2006 22:48:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common install.sgml layout.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 22:49:35 -0000 simon 2006-05-20 22:48:54 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/installation/common install.sgml layout.sgml Log: - Fix path to sysinstall, it hasn't been in /stand for for some time. - Put list outside to avoid extra horisontal whitespace in output. MFC after: 1 week Revision Changes Path 1.33 +1 -2 src/release/doc/en_US.ISO8859-1/installation/common/install.sgml 1.11 +2 -3 src/release/doc/en_US.ISO8859-1/installation/common/layout.sgml From owner-cvs-all@FreeBSD.ORG Sat May 20 22:52:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B5FD16A6D1; Sat, 20 May 2006 22:52:22 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7487B43D67; Sat, 20 May 2006 22:52:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KMpidv008707; Sat, 20 May 2006 22:51:44 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KMpi0p008706; Sat, 20 May 2006 22:51:44 GMT (envelope-from pav) Message-Id: <200605202251.k4KMpi0p008706@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 20 May 2006 22:51:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/liferea/files patch-5.X_build_fix X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 22:52:29 -0000 pav 2006-05-20 22:51:44 UTC FreeBSD ports repository Added files: net/liferea/files patch-5.X_build_fix Log: - Fix build on 5.X Reported by: Keith Beattie Revision Changes Path 1.1 +10 -0 ports/net/liferea/files/patch-5.X_build_fix (new) From owner-cvs-all@FreeBSD.ORG Sat May 20 23:18:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD0A016A488; Sat, 20 May 2006 23:18:46 +0000 (UTC) (envelope-from bms@icir.org) Received: from but.icir.org (but.icir.org [192.150.187.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CA6243D48; Sat, 20 May 2006 23:18:46 +0000 (GMT) (envelope-from bms@icir.org) Received: from but.icir.org (localhost [127.0.0.1]) by but.icir.org (8.12.11/8.12.11) with ESMTP id k4KNIj06039921; Sat, 20 May 2006 16:18:45 -0700 (PDT) (envelope-from bms@but.icir.org) Received: (from bms@localhost) by but.icir.org (8.12.11/8.12.3/Submit) id k4KNIjSM039920; Sat, 20 May 2006 16:18:45 -0700 (PDT) (envelope-from bms) Date: Sat, 20 May 2006 16:18:45 -0700 From: Bruce M Simpson To: Alexander Leidinger Message-ID: <20060520161845.I99713@spc.org> Mail-Followup-To: Bruce M Simpson , Alexander Leidinger , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200605201427.k4KERMD2057615@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200605201427.k4KERMD2057615@repoman.freebsd.org>; from netchild@FreeBSD.org on Sat, May 20, 2006 at 02:27:22PM +0000 Organization: The FreeBSD Project Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/kdump Makefile kdump.c kdump_subr.h mksubr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 23:18:46 -0000 On Sat, May 20, 2006 at 02:27:22PM +0000, Alexander Leidinger wrote: > Change kdump to print more useful information, i.e. it changes from ... I can't believe how seriously cool this is. Thank you! BMS From owner-cvs-all@FreeBSD.ORG Sat May 20 23:35:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D78416A41F; Sat, 20 May 2006 23:35:47 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEC8A43D48; Sat, 20 May 2006 23:35:46 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4KNZBKn011570; Sat, 20 May 2006 23:35:11 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4KNZBvN011569; Sat, 20 May 2006 23:35:11 GMT (envelope-from garga) Message-Id: <200605202335.k4KNZBvN011569@repoman.freebsd.org> From: Renato Botelho Date: Sat, 20 May 2006 23:35:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/p5-GD Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 23:35:47 -0000 garga 2006-05-20 23:35:11 UTC FreeBSD ports repository Modified files: graphics/p5-GD Makefile Log: Require perl >= 5.8.x Reported by: leeym Revision Changes Path 1.42 +2 -2 ports/graphics/p5-GD/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 20 23:36:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E6BD16A4EB for ; Sat, 20 May 2006 23:36:24 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from srv1.galle.com.br (srv1.galle.com.br [200.246.25.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB99243D5E for ; Sat, 20 May 2006 23:36:18 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: (qmail 51501 invoked by uid 99); 20 May 2006 23:36:17 -0000 Received: from 201.27.211.213 by srv1.galle.com.br (envelope-from , uid 82) with qmail-scanner-1.25 (clamdscan: 0.88/1247. spamassassin: 3.1.0. Clear:RC:1(201.27.211.213):. Processed in 0.381476 secs); 20 May 2006 23:36:17 -0000 X-Qmail-Scanner-Mail-From: garga@FreeBSD.org via srv1.galle.com.br X-Qmail-Scanner: 1.25 (Clear:RC:1(201.27.211.213):. Processed in 0.381476 secs) Received: from 201-27-211-213.dsl.telesp.net.br (HELO ?127.0.0.1?) (freebsd@201.27.211.213) by 0 with ESMTPA; 20 May 2006 23:36:17 -0000 Message-ID: <446FA7E0.1010306@FreeBSD.org> Date: Sat, 20 May 2006 20:36:00 -0300 From: Renato Botelho User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Renato Botelho , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, boumenot@gmail.com, pgollucci@p6m7g8.com References: <200605191833.k4JIXmWZ036421@repoman.freebsd.org> <20060519204357.GA35038@utopia.leeym.com> In-Reply-To: <20060519204357.GA35038@utopia.leeym.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0620-3, 19/05/2006), Outbound message X-Antivirus-Status: Clean Cc: Subject: Re: cvs commit: ports/graphics/p5-GD Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 23:36:24 -0000 Yen-Ming Lee escreveu: > On Fri, May 19, 2006 at 06:33:48PM +0000, Renato Botelho wrote: >> garga 2006-05-19 18:33:48 UTC >> >> FreeBSD ports repository >> >> Modified files: >> graphics/p5-GD Makefile distinfo >> Log: >> - Update to 2.32 >> >> PR: ports/97419 >> Submitted by: Christopher Boumenot >> Approved by: maintainer >> >> Revision Changes Path >> 1.41 +1 -1 ports/graphics/p5-GD/Makefile >> 1.20 +3 -3 ports/graphics/p5-GD/distinfo > > This port now requires perl 5.8.x, please take a look on this: > http://www.freebsd.org/cgi/query-pr.cgi?pr=97451 Fixed. Thanks!