From owner-cvs-all@FreeBSD.ORG Sun Dec 17 00:14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2ECB916A407; Sun, 17 Dec 2006 00:14:21 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92E5643CC8; Sun, 17 Dec 2006 00:14:20 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH0EKbv033597; Sun, 17 Dec 2006 00:14:20 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH0EK70033595; Sun, 17 Dec 2006 00:14:20 GMT (envelope-from kmacy) Message-Id: <200612170014.kBH0EK70033595@repoman.freebsd.org> From: Kip Macy Date: Sun, 17 Dec 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/kern subr_sleepqueue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 00:14:21 -0000 kmacy 2006-12-17 00:14:20 UTC FreeBSD src repository Modified files: sys/kern subr_sleepqueue.c Log: Cleaner fix for handling declaration of loop variable under INVARIANTS - in trying to avoid nested brackets and #ifdef INVARIANTS around i at the top, I broke booting for INVARIANTS all together :-( - the cleanest fix is to simply assign to sq twice if INVARIANTS is enabled - tested both with and without INVARIANTS :-/ Revision Changes Path 1.35 +7 -10 src/sys/kern/subr_sleepqueue.c From owner-cvs-all@FreeBSD.ORG Sun Dec 17 00:17: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1052D16A4D0; Sun, 17 Dec 2006 00:17:34 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 973EA43D58; Sun, 17 Dec 2006 00:16:09 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH0G92t033730; Sun, 17 Dec 2006 00:16:09 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH0G9ui033729; Sun, 17 Dec 2006 00:16:09 GMT (envelope-from kmacy) Message-Id: <200612170016.kBH0G9ui033729@repoman.freebsd.org> From: Kip Macy Date: Sun, 17 Dec 2006 00:16:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_ktrace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 00:17:34 -0000 kmacy 2006-12-17 00:16:09 UTC FreeBSD src repository Modified files: sys/kern kern_ktrace.c Log: ktrace_cv is no longer used - remove Submitted by: Attilio Rao Revision Changes Path 1.113 +0 -2 src/sys/kern/kern_ktrace.c From owner-cvs-all@FreeBSD.ORG Sun Dec 17 00:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E69216A415; Sun, 17 Dec 2006 00:22:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F240943C9F; Sun, 17 Dec 2006 00:22:36 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH0Ma1M034941; Sun, 17 Dec 2006 00:22:36 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH0Maum034940; Sun, 17 Dec 2006 00:22:36 GMT (envelope-from miwi) Message-Id: <200612170022.kBH0Maum034940@repoman.freebsd.org> From: Martin Wilke Date: Sun, 17 Dec 2006 00: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/emulators/qemu Makefile distinfo ports/emulators/qemu/files patch-bsdusb.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, 17 Dec 2006 00:22:37 -0000 miwi 2006-12-17 00:22:36 UTC FreeBSD ports repository Modified files: emulators/qemu Makefile distinfo emulators/qemu/files patch-bsdusb.patch Log: - Update to 20061216 - Fix usb host support PR: ports/106820 Submitted by: Juergen Lock (maintainer) Revision Changes Path 1.62 +2 -2 ports/emulators/qemu/Makefile 1.37 +3 -3 ports/emulators/qemu/distinfo 1.6 +7 -10 ports/emulators/qemu/files/patch-bsdusb.patch From owner-cvs-all@FreeBSD.ORG Sun Dec 17 01:01: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 030F516A403; Sun, 17 Dec 2006 01:01:53 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 852CC43CA5; Sun, 17 Dec 2006 01:01:52 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH11qtw049701; Sun, 17 Dec 2006 01:01:52 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH11qMC049700; Sun, 17 Dec 2006 01:01:52 GMT (envelope-from kmacy) Message-Id: <200612170101.kBH11qMC049700@repoman.freebsd.org> From: Kip Macy Date: Sun, 17 Dec 2006 01:01: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/sun4v/sun4v tte_hash.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 01:01:53 -0000 kmacy 2006-12-17 01:01:52 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v tte_hash.c Log: - Remove PCPU references by passing field as a reference to _tte_hash_lookup. - The PCPU usage was to ensure that there were no faults on the stack while the tte_hash_bucket lock was held - but this can be avoided by making sure the address on the stack is already referenced. - PCPU removal obviates the need for critical_{enter, exit} Revision Changes Path 1.9 +24 -35 src/sys/sun4v/sun4v/tte_hash.c From owner-cvs-all@FreeBSD.ORG Sun Dec 17 01:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B60CF16A403; Sun, 17 Dec 2006 01:22:09 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72CAE43C9E; Sun, 17 Dec 2006 01:22:09 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH1M92B055016; Sun, 17 Dec 2006 01:22:09 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH1M9AG055015; Sun, 17 Dec 2006 01:22:09 GMT (envelope-from kmacy) Message-Id: <200612170122.kBH1M9AG055015@repoman.freebsd.org> From: Kip Macy Date: Sun, 17 Dec 2006 01:22:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sun4v/sun4v interrupt.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 01:22:09 -0000 kmacy 2006-12-17 01:22:09 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v interrupt.S Log: eliminate extra branches by making better use of branch delay slots and annulling Revision Changes Path 1.8 +21 -33 src/sys/sun4v/sun4v/interrupt.S From owner-cvs-all@FreeBSD.ORG Sun Dec 17 01: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 684D616A415; Sun, 17 Dec 2006 01:22:52 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E806C43CA3; Sun, 17 Dec 2006 01:22:51 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH1MprF055293; Sun, 17 Dec 2006 01:22:51 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH1MpvG055292; Sun, 17 Dec 2006 01:22:51 GMT (envelope-from kmacy) Message-Id: <200612170122.kBH1MpvG055292@repoman.freebsd.org> From: Kip Macy Date: Sun, 17 Dec 2006 01:22:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sun4v/sun4v hcall.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 01:22:52 -0000 kmacy 2006-12-17 01:22:51 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v hcall.S Log: make unmap_perm_addr conform to declaration Revision Changes Path 1.18 +2 -0 src/sys/sun4v/sun4v/hcall.S From owner-cvs-all@FreeBSD.ORG Sun Dec 17 01:30: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5DB7216A403; Sun, 17 Dec 2006 01:30:54 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECDDC43C9E; Sun, 17 Dec 2006 01:30:53 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH1Ur76056244; Sun, 17 Dec 2006 01:30:53 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH1UrFG056243; Sun, 17 Dec 2006 01:30:53 GMT (envelope-from kmacy) Message-Id: <200612170130.kBH1UrFG056243@repoman.freebsd.org> From: Kip Macy Date: Sun, 17 Dec 2006 01:30:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sun4v/sun4v 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: Sun, 17 Dec 2006 01:30:54 -0000 kmacy 2006-12-17 01:30:53 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v pmap.c Log: eliminate use of curpmap except where protected by critical_{enter, exit} Revision Changes Path 1.28 +6 -3 src/sys/sun4v/sun4v/pmap.c From owner-cvs-all@FreeBSD.ORG Sun Dec 17 01: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45AFD16A415; Sun, 17 Dec 2006 01:31:57 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCB4143C9F; Sun, 17 Dec 2006 01:31:56 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH1VuHD057380; Sun, 17 Dec 2006 01:31:56 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH1Vu4K057379; Sun, 17 Dec 2006 01:31:56 GMT (envelope-from kmacy) Message-Id: <200612170131.kBH1Vu4K057379@repoman.freebsd.org> From: Kip Macy Date: Sun, 17 Dec 2006 01:31: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/sun4v/sun4v mp_machdep.c tick.c trap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 01:31:57 -0000 kmacy 2006-12-17 01:31:56 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v mp_machdep.c tick.c trap.c Log: replace PCPU_GET(cpuid) with curcpu and PCPU_GET(curthread) with curthread Revision Changes Path 1.5 +5 -5 src/sys/sun4v/sun4v/mp_machdep.c 1.2 +2 -2 src/sys/sun4v/sun4v/tick.c 1.11 +4 -4 src/sys/sun4v/sun4v/trap.c From owner-cvs-all@FreeBSD.ORG Sun Dec 17 02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8D8C16A40F; Sun, 17 Dec 2006 02:04:19 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 854E743C9D; Sun, 17 Dec 2006 02:04:19 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH24Jao064047; Sun, 17 Dec 2006 02:04:19 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH24JQS064046; Sun, 17 Dec 2006 02:04:19 GMT (envelope-from kmacy) Message-Id: <200612170204.kBH24JQS064046@repoman.freebsd.org> From: Kip Macy Date: Sun, 17 Dec 2006 02:04:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sun4v/include pcpu.h src/sys/sparc64/sparc64 genassym.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 02:04:19 -0000 kmacy 2006-12-17 02:04:19 UTC FreeBSD src repository Modified files: sys/sun4v/include pcpu.h sys/sparc64/sparc64 genassym.c Log: GC unused fields in pcpu Revision Changes Path 1.68 +0 -1 src/sys/sparc64/sparc64/genassym.c 1.5 +1 -4 src/sys/sun4v/include/pcpu.h From owner-cvs-all@FreeBSD.ORG Sun Dec 17 03:17: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF87416A416; Sun, 17 Dec 2006 03:17:47 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C2CB43C9E; Sun, 17 Dec 2006 03:17:47 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH3Hlo6078737; Sun, 17 Dec 2006 03:17:47 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH3HlUV078736; Sun, 17 Dec 2006 03:17:47 GMT (envelope-from kmacy) Message-Id: <200612170317.kBH3HlUV078736@repoman.freebsd.org> From: Kip Macy Date: Sun, 17 Dec 2006 03: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/sys/i386/i386 vm86.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 03:17:47 -0000 kmacy 2006-12-17 03:17:47 UTC FreeBSD src repository Modified files: sys/i386/i386 vm86.c Log: vm86_initflags was causing gcc41 and even gcc346 to get rather confused - de-obfuscate Suggested by: kan Reviewed by: kan Tested by: kan Revision Changes Path 1.61 +4 -10 src/sys/i386/i386/vm86.c From owner-cvs-all@FreeBSD.ORG Sun Dec 17 03: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0C9416A415; Sun, 17 Dec 2006 03:51:12 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A51B43C9F; Sun, 17 Dec 2006 03:51:12 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH3pCgr084409; Sun, 17 Dec 2006 03:51:12 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH3pCsR084407; Sun, 17 Dec 2006 03:51:12 GMT (envelope-from kmacy) Message-Id: <200612170351.kBH3pCsR084407@repoman.freebsd.org> From: Kip Macy Date: Sun, 17 Dec 2006 03:51: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/sun4v/sun4v exception.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 03:51:13 -0000 kmacy 2006-12-17 03:51:12 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v exception.S Log: remove TRAP_TRACING code that wasn't getting used pc_caller is no longer part of pcpu Revision Changes Path 1.11 +0 -10 src/sys/sun4v/sun4v/exception.S From owner-cvs-all@FreeBSD.ORG Sun Dec 17 05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C5D816A40F; Sun, 17 Dec 2006 05:07:02 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2911743CA2; Sun, 17 Dec 2006 05:07:02 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH572US008477; Sun, 17 Dec 2006 05:07:02 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH572Ff008476; Sun, 17 Dec 2006 05:07:02 GMT (envelope-from kmacy) Message-Id: <200612170507.kBH572Ff008476@repoman.freebsd.org> From: Kip Macy Date: Sun, 17 Dec 2006 05:07: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/i386 apic_vector.s exception.s local_apic.c trap.c vm86.c vm86bios.s src/sys/i386/include apicvar.h src/sys/i386/isa atpic.c atpic_vector.s icu.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, 17 Dec 2006 05:07:02 -0000 kmacy 2006-12-17 05:07:01 UTC FreeBSD src repository Modified files: sys/i386/i386 apic_vector.s exception.s local_apic.c trap.c vm86.c vm86bios.s sys/i386/include apicvar.h sys/i386/isa atpic.c atpic_vector.s icu.h Log: Evidently FreeBSD has long relied on the compiler to treat structures passed by value (trap frames) as if they were in fact being passed by reference. For better or worse, this incorrect behaviour is no longer present in gcc 4.1. In this patch I convert all trapframe arguments to be explicitly pass by reference. I also remove vm86_initflags, pushing the very little work that it actually does up into vm86_prepcall. Reviewed by: kan Tested by: kan Revision Changes Path 1.113 +4 -2 src/sys/i386/i386/apic_vector.s 1.117 +7 -1 src/sys/i386/i386/exception.s 1.36 +7 -7 src/sys/i386/i386/local_apic.c 1.298 +61 -63 src/sys/i386/i386/trap.c 1.62 +15 -22 src/sys/i386/i386/vm86.c 1.32 +4 -2 src/sys/i386/i386/vm86bios.s 1.21 +2 -2 src/sys/i386/include/apicvar.h 1.27 +2 -2 src/sys/i386/isa/atpic.c 1.50 +2 -1 src/sys/i386/isa/atpic_vector.s 1.35 +1 -1 src/sys/i386/isa/icu.h From owner-cvs-all@FreeBSD.ORG Sun Dec 17 05:08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF64016A412; Sun, 17 Dec 2006 05:08:34 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5A2543C9F; Sun, 17 Dec 2006 05:08:34 +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 kBH58Y78008644; Sun, 17 Dec 2006 05:08:34 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH58Y8F008643; Sun, 17 Dec 2006 05:08:34 GMT (envelope-from mezz) Message-Id: <200612170508.kBH58Y8F008643@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 17 Dec 2006 05:08:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/passepartout Makefile distinfo pkg-plist ports/graphics/passepartout/files extra-patch-old_cxx patch-01_gnomecanvasmm patch-02_gcc-4.0 patch-03_windowmenus patch-06_freetype_makefile patch-07_gcc-4.1 patch-99_autotools ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 05:08:35 -0000 mezz 2006-12-17 05:08:34 UTC FreeBSD ports repository Modified files: graphics/passepartout Makefile distinfo pkg-plist Added files: graphics/passepartout/files patch-01_gnomecanvasmm patch-02_gcc-4.0 patch-03_windowmenus patch-06_freetype_makefile patch-07_gcc-4.1 patch-99_autotools Removed files: graphics/passepartout/files extra-patch-old_cxx patch-src::pptout::document::getxsltparams.cc patch-src::pptout::document::textstream.h patch-src::pptout::postscriptviewent.h patch-src::pptout::widget::dialogwrap.cc patch-src::ps::pdf.cc patch-src::testbed::testbed.cc patch-src::util::cmdline.cc patch-src::util::filesys.cc patch-src::util::filesys.h patch-src::util::filewatcher.h patch-src::util::processman.h patch-src::util::valueuint.h patch-src::xml2ps::pagedstream.cc Log: -Update to 0.6. -Use USE_FAM instead of LIB_DEPENDS=fam[...]. -Remove FreeBSD 4.x patches and mark it as IGNORE, we don't support it anymore. -Add several useful patches from Ubuntu Linux. * patch-01_gnomecanvasmm: Build with gnomecanvasmm-2.6, gtkmm-2.4 and sigc++-2.0. * patch-02_gcc-4.0: Build with gcc-4.0. [1] * patch-03_windowmenus: Use internal about dialog, not gtk's. * patch-06_freetype_makefile: Fix Includes for building libps.a. * patch-07_gcc-4.1: Build with gcc-4.1 [1] * patch-99_autotools: Update automake, autoconf and etc. Reported by: krismail [1] Revision Changes Path 1.20 +7 -7 ports/graphics/passepartout/Makefile 1.6 +3 -3 ports/graphics/passepartout/distinfo 1.4 +0 -92 ports/graphics/passepartout/files/extra-patch-old_cxx (dead) 1.1 +1962 -0 ports/graphics/passepartout/files/patch-01_gnomecanvasmm (new) 1.1 +61 -0 ports/graphics/passepartout/files/patch-02_gcc-4.0 (new) 1.1 +21 -0 ports/graphics/passepartout/files/patch-03_windowmenus (new) 1.1 +19 -0 ports/graphics/passepartout/files/patch-06_freetype_makefile (new) 1.1 +50 -0 ports/graphics/passepartout/files/patch-07_gcc-4.1 (new) 1.1 +2279 -0 ports/graphics/passepartout/files/patch-99_autotools (new) 1.2 +0 -10 ports/graphics/passepartout/files/patch-src::pptout::document::getxsltparams.cc (dead) 1.2 +0 -10 ports/graphics/passepartout/files/patch-src::pptout::document::textstream.h (dead) 1.2 +0 -10 ports/graphics/passepartout/files/patch-src::pptout::postscriptviewent.h (dead) 1.2 +0 -14 ports/graphics/passepartout/files/patch-src::pptout::widget::dialogwrap.cc (dead) 1.2 +0 -16 ports/graphics/passepartout/files/patch-src::ps::pdf.cc (dead) 1.3 +0 -19 ports/graphics/passepartout/files/patch-src::testbed::testbed.cc (dead) 1.2 +0 -10 ports/graphics/passepartout/files/patch-src::util::cmdline.cc (dead) 1.4 +0 -11 ports/graphics/passepartout/files/patch-src::util::filesys.cc (dead) 1.2 +0 -10 ports/graphics/passepartout/files/patch-src::util::filesys.h (dead) 1.2 +0 -10 ports/graphics/passepartout/files/patch-src::util::filewatcher.h (dead) 1.2 +0 -10 ports/graphics/passepartout/files/patch-src::util::processman.h (dead) 1.2 +0 -23 ports/graphics/passepartout/files/patch-src::util::valueuint.h (dead) 1.3 +0 -11 ports/graphics/passepartout/files/patch-src::xml2ps::pagedstream.cc (dead) 1.6 +8 -1 ports/graphics/passepartout/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 17 05:08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE6BA16A582; Sun, 17 Dec 2006 05:08:52 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBD9843CAF; Sun, 17 Dec 2006 05:08:50 +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 kBH58otH008675; Sun, 17 Dec 2006 05:08:50 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH58oij008674; Sun, 17 Dec 2006 05:08:50 GMT (envelope-from marcus) Message-Id: <200612170508.kBH58oij008674@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 17 Dec 2006 05: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/goffice/files patch-plugins_plot_radar_gog-radar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 05:08:52 -0000 marcus 2006-12-17 05:08:50 UTC FreeBSD ports repository Added files: devel/goffice/files patch-plugins_plot_radar_gog-radar.c Log: Remove a static declaration of fmin as this function as existed in FreeBSD since 5.3. This will allow goffice to build with GCC 4.x. Revision Changes Path 1.1 +15 -0 ports/devel/goffice/files/patch-plugins_plot_radar_gog-radar.c (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB8F716A40F; Sun, 17 Dec 2006 05:42:00 +0000 (UTC) (envelope-from anderson@centtech.com) Received: from mh1.centtech.com (moat3.centtech.com [64.129.166.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2212543CB8; Sun, 17 Dec 2006 05:41:53 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [192.168.42.21] (andersonbox1.centtech.com [192.168.42.21]) by mh1.centtech.com (8.13.8/8.13.8) with ESMTP id kBH5fp80096399; Sat, 16 Dec 2006 23:41:52 -0600 (CST) (envelope-from anderson@centtech.com) Message-ID: <4584D8AD.1000701@centtech.com> Date: Sat, 16 Dec 2006 23:42:05 -0600 From: Eric Anderson User-Agent: Thunderbird 1.5.0.7 (X11/20061015) MIME-Version: 1.0 To: Craig Rodrigues References: <200612161550.kBGFoaV1003789@repoman.freebsd.org> In-Reply-To: <200612161550.kBGFoaV1003789@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/2349/Sat Dec 16 18:12:22 2006 on mh1.centtech.com X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=8.0 tests=BAYES_00 autolearn=ham version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on mh1.centtech.com Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern vfs_export.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 05:42:00 -0000 On 12/16/06 09:50, Craig Rodrigues wrote: > rodrigc 2006-12-16 15:50:36 UTC > > FreeBSD src repository > > Modified files: > sys/kern vfs_export.c > Log: > In vfs_export(), if we specify MNT_DELEXPORT in the struct export_args, > after we perform the operations to delete the export, > call vfs_deleteopt() to delete the "export" mount option from > the linked list of mount options associated with that mount point. > > This fixes one scenario: > - put a filesystem in /etc/exports to export it > - remove the filesystem from /etc/exports to delete the export and restart > mountd > - try to do a "mount -u -o ro" or "mount -u -o rw" on that filesystem > now that it is no longer exported. > > Revision Changes Path > 1.339 +4 -1 src/sys/kern/vfs_export.c Thank you!!! I hope this can be MFC'ed.. Eric -- ------------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology An undefined problem has an infinite number of solutions. ------------------------------------------------------------------------ From owner-cvs-all@FreeBSD.ORG Sun Dec 17 06:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4447C16A415; Sun, 17 Dec 2006 06:33:49 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE21B43C9D; Sun, 17 Dec 2006 06:33: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 kBH6XmBb025208; Sun, 17 Dec 2006 06:33:48 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH6Xmrq025207; Sun, 17 Dec 2006 06:33:48 GMT (envelope-from mezz) Message-Id: <200612170633.kBH6Xmrq025207@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 17 Dec 2006 06: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/gpdf/files patch-gcc4.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, 17 Dec 2006 06:33:49 -0000 mezz 2006-12-17 06:33:48 UTC FreeBSD ports repository Added files: graphics/gpdf/files patch-gcc4.1 Log: Fix the build with GCC 4.1, took small parts from graphics/xpdf. Reported by: krismail Revision Changes Path 1.1 +29 -0 ports/graphics/gpdf/files/patch-gcc4.1 (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 06:39: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E319816A416; Sun, 17 Dec 2006 06:39:59 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B17A843C9D; Sun, 17 Dec 2006 06:39:59 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH6dxGg025549; Sun, 17 Dec 2006 06:39:59 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH6dxZH025548; Sun, 17 Dec 2006 06:39:59 GMT (envelope-from rafan) Message-Id: <200612170639.kBH6dxZH025548@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 17 Dec 2006 06:39:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/mtaserver Makefile pkg-plist ports/games/mtaserver/files mtad.in 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, 17 Dec 2006 06:40:00 -0000 rafan 2006-12-17 06:39:59 UTC FreeBSD ports repository Modified files: games/mtaserver Makefile pkg-plist games/mtaserver/files mtad.in pkg-message.in Log: - Respect DOCSDIR for additional documents - Install files into PREFIX/lib/PORTNAME - Handle configuration files according to Porter's Handbook - Improve rc.d script - BRANDELF where necessary Suggessted by: acm Submitted by: Alexander Logvinov (maintainer) Revision Changes Path 1.2 +31 -10 ports/games/mtaserver/Makefile 1.2 +5 -3 ports/games/mtaserver/files/mtad.in 1.2 +2 -4 ports/games/mtaserver/files/pkg-message.in 1.2 +4 -6 ports/games/mtaserver/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 17 06:47: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D36F216A407; Sun, 17 Dec 2006 06:47:35 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE5E43C9F; Sun, 17 Dec 2006 06:47:35 +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 kBH6lZHn027187; Sun, 17 Dec 2006 06:47:35 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH6lZq3027186; Sun, 17 Dec 2006 06:47:35 GMT (envelope-from ahze) Message-Id: <200612170647.kBH6lZq3027186@repoman.freebsd.org> From: Michael Johnson Date: Sun, 17 Dec 2006 06:47: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/p5-xmltv 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, 17 Dec 2006 06:47:35 -0000 ahze 2006-12-17 06:47:34 UTC FreeBSD ports repository Modified files: textproc/p5-xmltv Makefile distinfo pkg-plist Log: Update to 0.5.45 Revision Changes Path 1.23 +5 -5 ports/textproc/p5-xmltv/Makefile 1.18 +3 -3 ports/textproc/p5-xmltv/distinfo 1.17 +8 -2 ports/textproc/p5-xmltv/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 17 06: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA12D16A403; Sun, 17 Dec 2006 06:48:40 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A2843CA1; Sun, 17 Dec 2006 06:48:40 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH6meaZ027333; Sun, 17 Dec 2006 06:48:40 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH6meUJ027332; Sun, 17 Dec 2006 06:48:40 GMT (envelope-from kmacy) Message-Id: <200612170648.kBH6meUJ027332@repoman.freebsd.org> From: Kip Macy Date: Sun, 17 Dec 2006 06:48:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 apic_vector.S exception.S local_apic.c trap.c src/sys/amd64/ia32 ia32_exception.S ia32_syscall.c src/sys/amd64/include apicvar.h src/sys/amd64/isa atpic.c atpic_vector.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 06:48:41 -0000 kmacy 2006-12-17 06:48:40 UTC FreeBSD src repository Modified files: sys/amd64/amd64 apic_vector.S exception.S local_apic.c trap.c sys/amd64/ia32 ia32_exception.S ia32_syscall.c sys/amd64/include apicvar.h sys/amd64/isa atpic.c atpic_vector.S Log: Newer versions of gcc don't support treating structures passed by value as if they were really passed by reference. Specifically, the dead stores elimination pass in the GCC 4.1 optimiser breaks the non-compliant behavior on which FreeBSD relied. This change brings FreeBSD up to date by switching trap frames to being explicitly passed by reference. Reviewed by: kan Tested by: kan Revision Changes Path 1.110 +2 -1 src/sys/amd64/amd64/apic_vector.S 1.128 +2 -0 src/sys/amd64/amd64/exception.S 1.34 +7 -7 src/sys/amd64/amd64/local_apic.c 1.313 +48 -50 src/sys/amd64/amd64/trap.c 1.5 +1 -0 src/sys/amd64/ia32/ia32_exception.S 1.17 +17 -17 src/sys/amd64/ia32/ia32_syscall.c 1.21 +2 -2 src/sys/amd64/include/apicvar.h 1.21 +2 -2 src/sys/amd64/isa/atpic.c 1.48 +1 -0 src/sys/amd64/isa/atpic_vector.S From owner-cvs-all@FreeBSD.ORG Sun Dec 17 07:05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50F9116A403; Sun, 17 Dec 2006 07:05:21 +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 E999D43CA2; Sun, 17 Dec 2006 07:05:20 +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 273BA1A4D80; Sat, 16 Dec 2006 23:05:20 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id CFECE5130A; Sun, 17 Dec 2006 02:05:16 -0500 (EST) Date: Sun, 17 Dec 2006 02:05:16 -0500 From: Kris Kennaway To: Martin Wilke Message-ID: <20061217070516.GA39011@xor.obsecurity.org> References: <200612162203.kBGM3GPa097887@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BOKacYhQ+x31HxR3" Content-Disposition: inline In-Reply-To: <200612162203.kBGM3GPa097887@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, Jean-Baptiste Quenot , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/resin3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 07:05:21 -0000 --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 16, 2006 at 10:03:16PM +0000, Martin Wilke wrote: > miwi 2006-12-16 22:03:16 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > www/resin3 Makefile=20 > Log: > - Fix build on 64-bit architectures > =20 > PR: ports/106816 > Submitted by: Jean-Baptiste Quenot (maintainer) Um, I specifically said to the maintainer not to "fix" it this way. Kris > =20 > Revision Changes Path > 1.28 +6 -0 ports/www/resin3/Makefile > http://cvsweb.FreeBSD.org/ports/www/resin3/Makefile.diff?r1=3D1.27&r2=3D1= .28 > | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/www/resin3/Makefile,v > | retrieving revision 1.27 > | retrieving revision 1.28 > | diff -u -p -r1.27 -r1.28 > | --- ports/www/resin3/Makefile 2006/08/28 21:32:16 1.27 > | +++ ports/www/resin3/Makefile 2006/12/16 22:03:16 1.28 > | @@ -2,11 +2,12 @@ > | # Whom: Jean-Baptiste Quenot > | # Date Created: 2003-09-29 14:17:14 > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/resin3/Makefile,v= 1.27 2006/08/28 21:32:16 hq Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/resin3/Makefile,v= 1.28 2006/12/16 22:03:16 miwi Exp $ > | # > | =20 > | PORTNAME=3D resin > | PORTVERSION=3D 3.0.21 > | +PORTREVISION=3D 1 > | CATEGORIES=3D www java > | MASTER_SITES=3D http://www.caucho.com/download/ > | =20 > | @@ -113,6 +114,11 @@ SUBSTITUTIONS=3D -e "s|%%APP_HOME%%|${APP > | -e "s|%%RUNASUSER%%|${RUNASUSER}|g" \ > | -e "s|%%WRKDIR%%|${WRKDIR}|g" \ > | -e "s|%%WRKSRC%%|${WRKSRC}|g" > | + > | +# Avoid build error on 64-bit architectures > | +.if (${ARCH} =3D=3D "amd64") || (${ARCH} =3D=3D "ia64") || (${ARCH} = =3D=3D "sparc64") > | +CFLAGS+=3D -fPIC > | +.endif > | =20 > | post-patch: > | @${REINPLACE_CMD} ${SUBSTITUTIONS} ${REINPLACE_FILES} >=20 --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFhOwsWry0BWjoQKURAoYeAKDBjnRtlRVPMKEfoqw8cwpY2TJZxwCcDy82 IMo7HjBLh0glM/zPi5bJ9L0= =Kqiq -----END PGP SIGNATURE----- --BOKacYhQ+x31HxR3-- From owner-cvs-all@FreeBSD.ORG Sun Dec 17 07:06: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9420616A407; Sun, 17 Dec 2006 07:06:33 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F8AF43CA1; Sun, 17 Dec 2006 07:06:33 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH76Xfr033661; Sun, 17 Dec 2006 07:06:33 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH76XD8033660; Sun, 17 Dec 2006 07:06:33 GMT (envelope-from rafan) Message-Id: <200612170706.kBH76XD8033660@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 17 Dec 2006 07:06: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/net/rp-pppoe/files patch-gcc41-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, 17 Dec 2006 07:06:33 -0000 rafan 2006-12-17 07:06:33 UTC FreeBSD ports repository Added files: net/rp-pppoe/files patch-gcc41-aa Log: - Fix build on gcc4 PR: ports/106808 Submitted by: Matthias Andree (maintainer) Revision Changes Path 1.1 +10 -0 ports/net/rp-pppoe/files/patch-gcc41-aa (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 07:13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C7F9516A47B; Sun, 17 Dec 2006 07:13:12 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8501743CA3; Sun, 17 Dec 2006 07:13:12 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH7DCVu035223; Sun, 17 Dec 2006 07:13:12 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH7DCc8035219; Sun, 17 Dec 2006 07:13:12 GMT (envelope-from rafan) Message-Id: <200612170713.kBH7DCc8035219@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 17 Dec 2006 07:13:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fm/twander Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 07:13:12 -0000 rafan 2006-12-17 07:13:12 UTC FreeBSD ports repository Modified files: x11-fm/twander Makefile distinfo Log: - Update to 3.204 PR: ports/106804 Submitted by: Tim Daneliuk (maintainer) Revision Changes Path 1.7 +1 -1 ports/x11-fm/twander/Makefile 1.8 +2 -3 ports/x11-fm/twander/distinfo From owner-cvs-all@FreeBSD.ORG Sun Dec 17 08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C54B616A407; Sun, 17 Dec 2006 08:00:24 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FF3743C9D; Sun, 17 Dec 2006 08:00:24 +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 kBH80OAO043140; Sun, 17 Dec 2006 08:00:24 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH80ORf043138; Sun, 17 Dec 2006 08:00:24 GMT (envelope-from ume) Message-Id: <200612170800.kBH80ORf043138@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 17 Dec 2006 08:00:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/libtomoe-gtk Makefile distinfo pkg-plist ports/japanese/libtomoe-gtk/files patch-src::tomoe_canvas.c ports/japanese/scim-tomoe Makefile distinfo ports/japanese/scim-tomoe/files patch-configure ports/japanese/tomoe ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 08:00:25 -0000 ume 2006-12-17 08:00:23 UTC FreeBSD ports repository Modified files: japanese/libtomoe-gtk Makefile distinfo japanese/scim-tomoe Makefile distinfo japanese/tomoe Makefile distinfo Added files: japanese/libtomoe-gtk pkg-plist japanese/tomoe pkg-plist Removed files: japanese/libtomoe-gtk/files patch-src::tomoe_canvas.c japanese/scim-tomoe/files patch-configure japanese/tomoe/files patch-lib::tomoe.c patch-src::match.c Log: Update to 0.4.0. Revision Changes Path 1.4 +4 -13 ports/japanese/libtomoe-gtk/Makefile 1.2 +3 -3 ports/japanese/libtomoe-gtk/distinfo 1.2 +0 -17 ports/japanese/libtomoe-gtk/files/patch-src::tomoe_canvas.c (dead) 1.1 +23 -0 ports/japanese/libtomoe-gtk/pkg-plist (new) 1.5 +4 -4 ports/japanese/scim-tomoe/Makefile 1.2 +3 -3 ports/japanese/scim-tomoe/distinfo 1.2 +0 -21 ports/japanese/scim-tomoe/files/patch-configure (dead) 1.4 +5 -10 ports/japanese/tomoe/Makefile 1.2 +3 -3 ports/japanese/tomoe/distinfo 1.2 +0 -41 ports/japanese/tomoe/files/patch-lib::tomoe.c (dead) 1.2 +0 -17 ports/japanese/tomoe/files/patch-src::match.c (dead) 1.1 +61 -0 ports/japanese/tomoe/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 09:05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD91816A403; Sun, 17 Dec 2006 09:05:52 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7147343C9F; Sun, 17 Dec 2006 09:05:52 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH95qTq065449; Sun, 17 Dec 2006 09:05:52 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH95qGb065448; Sun, 17 Dec 2006 09:05:52 GMT (envelope-from ale) Message-Id: <200612170905.kBH95qGb065448@repoman.freebsd.org> From: Alex Dupre Date: Sun, 17 Dec 2006 09:05:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/digikam Makefile distinfo pkg-descr pkg-plist ports/graphics/digikam/files patch-digikam_kioslave_digikamalbums.cpp patch-digikam_kioslave_digikamdates.cpp patch-digikam_kioslave_digikamsearch.cpp patch-digikam_kioslave_digikamtags.cpp patch-digikam_showfoto_Makefile.in patch-digikam_utilities_imageeditor_imlibinterface.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 09:05:52 -0000 ale 2006-12-17 09:05:52 UTC FreeBSD ports repository Modified files: graphics/digikam Makefile distinfo pkg-descr pkg-plist graphics/digikam/files patch-digikam_kioslave_digikamdates.cpp Removed files: graphics/digikam/files patch-digikam_kioslave_digikamalbums.cpp patch-digikam_kioslave_digikamsearch.cpp patch-digikam_kioslave_digikamtags.cpp patch-digikam_showfoto_Makefile.in patch-digikam_utilities_imageeditor_imlibinterface.cpp Log: Update to 0.9.0-rc2 release. Revision Changes Path 1.30 +12 -7 ports/graphics/digikam/Makefile 1.9 +3 -3 ports/graphics/digikam/distinfo 1.2 +0 -11 ports/graphics/digikam/files/patch-digikam_kioslave_digikamalbums.cpp (dead) 1.3 +0 -11 ports/graphics/digikam/files/patch-digikam_kioslave_digikamdates.cpp 1.2 +0 -11 ports/graphics/digikam/files/patch-digikam_kioslave_digikamsearch.cpp (dead) 1.2 +0 -11 ports/graphics/digikam/files/patch-digikam_kioslave_digikamtags.cpp (dead) 1.2 +0 -11 ports/graphics/digikam/files/patch-digikam_showfoto_Makefile.in (dead) 1.4 +0 -50 ports/graphics/digikam/files/patch-digikam_utilities_imageeditor_imlibinterface.cpp (dead) 1.4 +3 -3 ports/graphics/digikam/pkg-descr 1.10 +153 -12 ports/graphics/digikam/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 17 09: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A5CB716A416; Sun, 17 Dec 2006 09:07:02 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AE1643CA2; Sun, 17 Dec 2006 09:07:02 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH9727J065564; Sun, 17 Dec 2006 09:07:02 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH972EH065563; Sun, 17 Dec 2006 09:07:02 GMT (envelope-from ale) Message-Id: <200612170907.kBH972EH065563@repoman.freebsd.org> From: Alex Dupre Date: Sun, 17 Dec 2006 09: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/digikamimageplugins 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, 17 Dec 2006 09:07:02 -0000 ale 2006-12-17 09:07:02 UTC FreeBSD ports repository Modified files: graphics/digikamimageplugins Makefile distinfo pkg-descr pkg-plist Log: Update to 0.9.0-rc2 release. Revision Changes Path 1.15 +7 -6 ports/graphics/digikamimageplugins/Makefile 1.6 +3 -3 ports/graphics/digikamimageplugins/distinfo 1.3 +3 -17 ports/graphics/digikamimageplugins/pkg-descr 1.8 +456 -1 ports/graphics/digikamimageplugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 17 09:36: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93E4E16A417; Sun, 17 Dec 2006 09:36:59 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12F0D43CAA; Sun, 17 Dec 2006 09:36: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 kBH9awdJ070816; Sun, 17 Dec 2006 09:36:58 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH9awX1070815; Sun, 17 Dec 2006 09:36:58 GMT (envelope-from itetcu) Message-Id: <200612170936.kBH9awX1070815@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 17 Dec 2006 09:36:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/dspam-devel Makefile 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: Sun, 17 Dec 2006 09:36:59 -0000 itetcu 2006-12-17 09:36:58 UTC FreeBSD ports repository Modified files: mail/dspam-devel Makefile mail/dspam-devel/files UPDATING Log: Bump PORTEPOCH :( to fix the ersion number going backwards. Submitted by: erwin's automated check Pointyhat by: itetcu (me) Revision Changes Path 1.60 +1 -0 ports/mail/dspam-devel/Makefile 1.32 +3 -1 ports/mail/dspam-devel/files/UPDATING From owner-cvs-all@FreeBSD.ORG Sun Dec 17 09:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E59F616A40F; Sun, 17 Dec 2006 09:40:21 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD59943CA1; Sun, 17 Dec 2006 09:40:21 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH9eLCF071069; Sun, 17 Dec 2006 09:40:21 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH9eLPY071068; Sun, 17 Dec 2006 09:40:21 GMT (envelope-from alexbl) Message-Id: <200612170940.kBH9eLPY071068@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Sun, 17 Dec 2006 09:40:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/py-markdown 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, 17 Dec 2006 09:40:22 -0000 alexbl 2006-12-17 09:40:21 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/py-markdown Makefile distinfo pkg-descr pkg-plist Log: Markdown is two things: (1) a plain text formatting syntax; and (2) a software tool that converts the plain text formatting to (X)HTML. The formatting syntax is designed to be easy and intuitive for web authors and resembles typical email formatting conventions. The resultant (X)HTML is structurally valid. WWW: http://www.freewisdom.org/projects/python-markdown PR: ports/105992 Submitted by: Graham Todd Revision Changes Path 1.1083 +1 -0 ports/textproc/Makefile 1.1 +23 -0 ports/textproc/py-markdown/Makefile (new) 1.1 +3 -0 ports/textproc/py-markdown/distinfo (new) 1.1 +7 -0 ports/textproc/py-markdown/pkg-descr (new) 1.1 +3 -0 ports/textproc/py-markdown/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 09:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DA0D16A58F; Sun, 17 Dec 2006 09:40:29 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56D3643CA2; Sun, 17 Dec 2006 09:40:29 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH9eT5u071134; Sun, 17 Dec 2006 09:40:29 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH9eTcn071133; Sun, 17 Dec 2006 09:40:29 GMT (envelope-from alexbl) Message-Id: <200612170940.kBH9eTcn071133@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Sun, 17 Dec 2006 09: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: 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, 17 Dec 2006 09:40:29 -0000 alexbl 2006-12-17 09:40:29 UTC FreeBSD ports repository Modified files: . modules Log: py-markdown --> ports/textproc/py-markdown Revision Changes Path 1.16869 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Dec 17 09:49: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD46816A510; Sun, 17 Dec 2006 09:49:46 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 645C143CA2; Sun, 17 Dec 2006 09:49:46 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH9nkt8072768; Sun, 17 Dec 2006 09:49:46 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH9nkT7072767; Sun, 17 Dec 2006 09:49:46 GMT (envelope-from alexbl) Message-Id: <200612170949.kBH9nkT7072767@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Sun, 17 Dec 2006 09:49:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/py-sqlalchemy 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, 17 Dec 2006 09:49:46 -0000 alexbl 2006-12-17 09:49:46 UTC FreeBSD ports repository Modified files: databases/py-sqlalchemy Makefile distinfo pkg-plist Log: - Update to 0.3.3 PR: 106778 Submitted by: Dryice Liu (maintainer) Revision Changes Path 1.6 +7 -3 ports/databases/py-sqlalchemy/Makefile 1.6 +3 -3 ports/databases/py-sqlalchemy/distinfo 1.2 +9 -0 ports/databases/py-sqlalchemy/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 17 09:53: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5858916A407; Sun, 17 Dec 2006 09:53:08 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F297F43C9E; Sun, 17 Dec 2006 09:53:07 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH9r7HC073925; Sun, 17 Dec 2006 09:53:07 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH9r7o1073924; Sun, 17 Dec 2006 09:53:07 GMT (envelope-from alexbl) Message-Id: <200612170953.kBH9r7o1073924@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Sun, 17 Dec 2006 09: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/devel Makefile ports/devel/ruby-event-loop 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, 17 Dec 2006 09:53:08 -0000 alexbl 2006-12-17 09:53:07 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/ruby-event-loop Makefile distinfo pkg-descr pkg-plist Log: - add event-loop 0.3 event-loop is a simple signal system and an event loop that uses said simple signal system. WWW: http://www.brockman.se/software/ruby-event-loop/ Revision Changes Path 1.2549 +1 -0 ports/devel/Makefile 1.1 +30 -0 ports/devel/ruby-event-loop/Makefile (new) 1.1 +3 -0 ports/devel/ruby-event-loop/distinfo (new) 1.1 +4 -0 ports/devel/ruby-event-loop/pkg-descr (new) 1.1 +7 -0 ports/devel/ruby-event-loop/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 09:53: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A2DD16A5A1; Sun, 17 Dec 2006 09:53:16 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB28143CAA; Sun, 17 Dec 2006 09:53:15 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH9rFCm074016; Sun, 17 Dec 2006 09:53:15 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH9rFWR074015; Sun, 17 Dec 2006 09:53:15 GMT (envelope-from alexbl) Message-Id: <200612170953.kBH9rFWR074015@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Sun, 17 Dec 2006 09:53: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: Sun, 17 Dec 2006 09:53:16 -0000 alexbl 2006-12-17 09:53:15 UTC FreeBSD ports repository Modified files: . modules Log: ruby-event-loop --> ports/devel/ruby-event-loop Revision Changes Path 1.16870 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Dec 17 09:56: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 950CE16A412; Sun, 17 Dec 2006 09:56:01 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C0E143CB9; Sun, 17 Dec 2006 09:55:55 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBH9ttAI074434; Sun, 17 Dec 2006 09:55:55 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBH9ttI6074433; Sun, 17 Dec 2006 09:55:55 GMT (envelope-from alexbl) Message-Id: <200612170955.kBH9ttI6074433@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Sun, 17 Dec 2006 09:55: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/devel/rubygem-event-loop Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 09:56:01 -0000 alexbl 2006-12-17 09:55:54 UTC FreeBSD ports repository Modified files: devel/rubygem-event-loop Makefile Log: - Mark DEPRECATED since I've replaced this with devel/ruby-event-loop, since using gems was just causing problems Revision Changes Path 1.3 +3 -0 ports/devel/rubygem-event-loop/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3CBD16A50A; Sun, 17 Dec 2006 10:01:52 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CD1243C9D; Sun, 17 Dec 2006 10:01:52 +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 kBHA1qhG075399; Sun, 17 Dec 2006 10:01:52 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHA1qF7075396; Sun, 17 Dec 2006 10:01:52 GMT (envelope-from sem) Message-Id: <200612171001.kBHA1qF7075396@repoman.freebsd.org> From: Sergey Matveychuk Date: Sun, 17 Dec 2006 10:01:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/efltk Makefile distinfo ports/x11-toolkits/efltk/files patch-configure.in patch-src-Makefile patch-src-makeinclude_tmpl patch-src-net-Fl_FTP_Connect.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 10:01:52 -0000 sem 2006-12-17 10:01:52 UTC FreeBSD ports repository Modified files: x11-toolkits/efltk Makefile distinfo x11-toolkits/efltk/files patch-configure.in Added files: x11-toolkits/efltk/files patch-src-Makefile patch-src-makeinclude_tmpl Removed files: x11-toolkits/efltk/files patch-src-net-Fl_FTP_Connect.cpp Log: - Update to 1.0.6 (it fixes gcc 4.1 build problem too) - Install in LOCALBASE Revision Changes Path 1.7 +3 -2 ports/x11-toolkits/efltk/Makefile 1.4 +3 -3 ports/x11-toolkits/efltk/distinfo 1.3 +7 -29 ports/x11-toolkits/efltk/files/patch-configure.in 1.1 +11 -0 ports/x11-toolkits/efltk/files/patch-src-Makefile (new) 1.1 +11 -0 ports/x11-toolkits/efltk/files/patch-src-makeinclude_tmpl (new) 1.2 +0 -10 ports/x11-toolkits/efltk/files/patch-src-net-Fl_FTP_Connect.cpp (dead) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 10:03: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6EA3C16A412; Sun, 17 Dec 2006 10:03:23 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0911F43CA3; Sun, 17 Dec 2006 10:03:23 +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 kBHA3M5Z077012; Sun, 17 Dec 2006 10:03:22 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHA3MQU077011; Sun, 17 Dec 2006 10:03:22 GMT (envelope-from sem) Message-Id: <200612171003.kBHA3MQU077011@repoman.freebsd.org> From: Sergey Matveychuk Date: Sun, 17 Dec 2006 10:03: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/ede Makefile distinfo ports/x11-wm/ede/files patch-datas::startede.in patch-eworkpanel-batterymonitor.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 10:03:23 -0000 sem 2006-12-17 10:03:22 UTC FreeBSD ports repository Modified files: x11-wm/ede Makefile distinfo x11-wm/ede/files patch-datas::startede.in Added files: x11-wm/ede/files patch-eworkpanel-batterymonitor.cpp Log: - Update to 1.1 - Install in LOCALBASE Revision Changes Path 1.9 +2 -2 ports/x11-wm/ede/Makefile 1.6 +3 -3 ports/x11-wm/ede/distinfo 1.3 +10 -10 ports/x11-wm/ede/files/patch-datas::startede.in 1.1 +30 -0 ports/x11-wm/ede/files/patch-eworkpanel-batterymonitor.cpp (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 10:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EACB816A407; Sun, 17 Dec 2006 10:22:28 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6ABE43CA5; Sun, 17 Dec 2006 10:22:28 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHAMSqq080666; Sun, 17 Dec 2006 10:22:28 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHAMS0e080664; Sun, 17 Dec 2006 10:22:28 GMT (envelope-from danfe) Message-Id: <200612171022.kBHAMS0e080664@repoman.freebsd.org> From: Alexey Dokuchaev Date: Sun, 17 Dec 2006 10:22: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/nvidia-driver Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 10:22:29 -0000 danfe 2006-12-17 10:22:28 UTC FreeBSD ports repository Modified files: x11/nvidia-driver Makefile Log: Fix PLIST (remove superfluous file). Revision Changes Path 1.51 +2 -1 ports/x11/nvidia-driver/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 10:43: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 76FC316A40F; Sun, 17 Dec 2006 10:43:25 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1421A43CA4; Sun, 17 Dec 2006 10:43:25 +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 kBHAhOWx084251; Sun, 17 Dec 2006 10:43:24 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHAhOjm084250; Sun, 17 Dec 2006 10:43:24 GMT (envelope-from anray) Message-Id: <200612171043.kBHAhOjm084250@repoman.freebsd.org> From: Andrey Slusar Date: Sun, 17 Dec 2006 10: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/news/fidogate-ds Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 10:43:25 -0000 anray 2006-12-17 10:43:24 UTC FreeBSD ports repository Modified files: news/fidogate-ds Makefile Log: Add WITH_NFS_LOCK - it's enable build with nfs safe locks. Reported by: Alexander Gottlieb Revision Changes Path 1.15 +3 -0 ports/news/fidogate-ds/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F2AB16A47B; Sun, 17 Dec 2006 10:48:37 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5C4C43CA6; Sun, 17 Dec 2006 10:48:36 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHAma35084571; Sun, 17 Dec 2006 10:48:36 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHAmamP084570; Sun, 17 Dec 2006 10:48:36 GMT (envelope-from alexbl) Message-Id: <200612171048.kBHAmamP084570@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Sun, 17 Dec 2006 10:48: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/xmms2-scrobbler Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 10:48:37 -0000 alexbl 2006-12-17 10:48:36 UTC FreeBSD ports repository Modified files: audio/xmms2-scrobbler Makefile Log: - switch to devel/ruby-event-loop to resolve bug with rubygems usage [1] PR: 103600 [1] Revision Changes Path 1.4 +2 -2 ports/audio/xmms2-scrobbler/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 11:42: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3DFA16A407; Sun, 17 Dec 2006 11:42:55 +0000 (UTC) (envelope-from dmitry@atlantis.dp.ua) Received: from postman.atlantis.dp.ua (postman.atlantis.dp.ua [193.108.47.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CD8243C9E; Sun, 17 Dec 2006 11:42:54 +0000 (GMT) (envelope-from dmitry@atlantis.dp.ua) Received: from smtp.atlantis.dp.ua (smtp.atlantis.dp.ua [193.108.46.231]) by postman.atlantis.dp.ua (8.13.1/8.13.1) with ESMTP id kBHBggtL061541; Sun, 17 Dec 2006 13:42:43 +0200 (EET) (envelope-from dmitry@atlantis.dp.ua) Date: Sun, 17 Dec 2006 13:42:42 +0200 (EET) From: Dmitry Pryanishnikov To: "Bjoern A. Zeeb" In-Reply-To: <20061214173443.D91892@maildrop.int.zabbadoz.net> Message-ID: <20061217133853.D23866@atlantis.atlantis.dp.ua> References: <200612121217.kBCCHwP6019297@repoman.freebsd.org> <20061214181128.S29902@atlantis.atlantis.dp.ua> <20061214173443.D91892@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_spppsubr.c src/sys/netinet ip_fw2.c tcp_hostcache.c tcp_input.c src/sys/netinet6 frag6.c icmp6.c in6.c in6_gif.c in6_src.c in6_var.h ip6_forward.c ip6_input.c ip6_mroute.c ipsec.c mld6.c nd6.c nd6_nbr.c nd6_rtr.c scope6.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 11:42:56 -0000 Hello! On Thu, 14 Dec 2006, Bjoern A. Zeeb wrote: >> It seems that it should be "#ifdef INET6" instead of "#if INET6"? > > Yes, should be fixed. Thanks for reporting. Thank you! BTW, grep against the HEAD reveals a couple of similar mistakes: root@homelynx# grep -RE '#if[[:space:]]+INET' src src/sys/dev/lmc/if_lmc.c:#if INET src/sys/dev/lmc/if_lmc.c:#if INET6 src/sys/net/if_sl.c:#if INET > Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Sincerely, Dmitry -- Atlantis ISP, System Administrator e-mail: dmitry@atlantis.dp.ua nic-hdl: LYNX-RIPE From owner-cvs-all@FreeBSD.ORG Sun Dec 17 12:21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A50016A416; Sun, 17 Dec 2006 12:21:07 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FDC343E0F; Sun, 17 Dec 2006 12:19:18 +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 kBHCJG7P002521; Sun, 17 Dec 2006 12:19:16 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHCJGcg002520; Sun, 17 Dec 2006 12:19:16 GMT (envelope-from lofi) Message-Id: <200612171219.kBHCJGcg002520@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 17 Dec 2006 12: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/audio/icecast/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 12:21:07 -0000 lofi 2006-12-17 12:19:16 UTC FreeBSD ports repository Modified files: audio/icecast/files patch-configure Log: Fix build with gcc41 Revision Changes Path 1.2 +11 -2 ports/audio/icecast/files/patch-configure From owner-cvs-all@FreeBSD.ORG Sun Dec 17 12:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC26916A407; Sun, 17 Dec 2006 12:33:44 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65EC543DC0; Sun, 17 Dec 2006 12:33:07 +0000 (GMT) (envelope-from tdb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHCX30B005543; Sun, 17 Dec 2006 12:33:03 GMT (envelope-from tdb@repoman.freebsd.org) Received: (from tdb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHCX24t005540; Sun, 17 Dec 2006 12:33:03 GMT (envelope-from tdb) Message-Id: <200612171233.kBHCX24t005540@repoman.freebsd.org> From: Tim Bishop Date: Sun, 17 Dec 2006 12: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/shells/bash2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 12:33:44 -0000 tdb 2006-12-17 12:33:02 UTC FreeBSD ports repository Modified files: shells/bash2 Makefile Log: - Fix build on 4.x. The test in the previous commit was the wrong way round. Revision Changes Path 1.86 +1 -1 ports/shells/bash2/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 13:02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E03416A4CA; Sun, 17 Dec 2006 13:02:04 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 092DA43E01; Sun, 17 Dec 2006 13:01: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 kBHD1Csv017794; Sun, 17 Dec 2006 13:01:12 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHD1CD5017793; Sun, 17 Dec 2006 13:01:12 GMT (envelope-from wilko) Message-Id: <200612171301.kBHD1CD5017793@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 17 Dec 2006 13:01:12 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/donations donors.sgml wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 13:02:04 -0000 wilko 2006-12-17 13:01:12 UTC FreeBSD doc repository Modified files: en/donations donors.sgml wantlist.sgml Log: Joe Altman ships me a USB ethernet adapter. Thanks! Revision Changes Path 1.344 +8 -1 www/en/donations/donors.sgml 1.428 +1 -8 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Sun Dec 17 13:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 72F6316A40F; Sun, 17 Dec 2006 13:23:01 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F5E843CA9; Sun, 17 Dec 2006 13:23:01 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHDN0CB023634; Sun, 17 Dec 2006 13:23:00 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHDN0Vo023633; Sun, 17 Dec 2006 13:23:00 GMT (envelope-from ariff) Message-Id: <200612171323.kBHDN0Vo023633@repoman.freebsd.org> From: Ariff Abdullah Date: Sun, 17 Dec 2006 13:23: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/sound/pci ich.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 13:23:01 -0000 ariff 2006-12-17 13:23:00 UTC FreeBSD src repository Modified files: sys/dev/sound/pci ich.c Log: Add support for Nvidia Nforce MCP04 AC97 controller. PR: kern/106829 Submitted by: Frédéric Petit Revision Changes Path 1.70 +3 -0 src/sys/dev/sound/pci/ich.c From owner-cvs-all@FreeBSD.ORG Sun Dec 17 13:52: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E2B016A40F; Sun, 17 Dec 2006 13:52:03 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46E8C43C9E; Sun, 17 Dec 2006 13:52:03 +0000 (GMT) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHDq3Wj028274; Sun, 17 Dec 2006 13:52:03 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHDq3Ol028272; Sun, 17 Dec 2006 13:52:03 GMT (envelope-from stas) Message-Id: <200612171352.kBHDq3Ol028272@repoman.freebsd.org> From: Stanislav Sedov Date: Sun, 17 Dec 2006 13:52:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/emotion Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 13:52:03 -0000 stas 2006-12-17 13:52:02 UTC FreeBSD ports repository Modified files: multimedia/emotion Makefile Log: - Fix OPTIONS handling in the case of batch build Reported by: corl3ss Revision Changes Path 1.4 +2 -2 ports/multimedia/emotion/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E063F16A47E; Sun, 17 Dec 2006 14:03:11 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C01C643CFB; Sun, 17 Dec 2006 14:02:11 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHE1x5M030055; Sun, 17 Dec 2006 14:01:59 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHE1x6u030054; Sun, 17 Dec 2006 14:01:59 GMT (envelope-from gabor) Message-Id: <200612171401.kBHE1x6u030054@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 17 Dec 2006 14:01: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/textproc Makefile ports/textproc/sk-ispell Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 14:03:12 -0000 gabor 2006-12-17 14:01:59 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/sk-ispell Makefile Log: Add ispell slave port for Slovak dictionary. PR: ports/105970 Submitted by: Martin Otto Approved by: erwin (mentor) Revision Changes Path 1.1084 +1 -0 ports/textproc/Makefile 1.1 +17 -0 ports/textproc/sk-ispell/Makefile (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 14:10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9727916A407; Sun, 17 Dec 2006 14:10:04 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00D4643CBF; Sun, 17 Dec 2006 14:10:04 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHEA3vv032281; Sun, 17 Dec 2006 14:10:03 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHEA3oc032277; Sun, 17 Dec 2006 14:10:03 GMT (envelope-from gabor) Message-Id: <200612171410.kBHEA3oc032277@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 17 Dec 2006 14:10: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, 17 Dec 2006 14:10:13 -0000 gabor 2006-12-17 14:10:03 UTC FreeBSD ports repository Modified files: . modules Log: sk-ispell --> ports/textproc/sk-ispell PR: ports/105970 Submitted by: Martin Otto Approved by: erwin (mentor) Revision Changes Path 1.16871 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Dec 17 14:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 425D616A518; Sun, 17 Dec 2006 14:22:25 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C8ED43D67; Sun, 17 Dec 2006 14:19:06 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.8/8.13.8/NinthNine) with SMTP id kBHEHtFm041547; Sun, 17 Dec 2006 23:17:55 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 17 Dec 2006 23:17:55 +0900 From: Norikatsu Shigemura To: mjacob@FreeBSD.org Message-Id: <20061217231755.90397ffd.nork@FreeBSD.org> In-Reply-To: <20061214090839.I30492@ns1.feral.com> References: <200612140257.kBE2v8mI041323@repoman.freebsd.org> <20061215000628.55656637.nork@FreeBSD.org> <20061214090839.I30492@ns1.feral.com> X-Mailer: Sylpheed version 2.3.0beta7 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Sun, 17 Dec 2006 23:17:55 +0900 (JST) Cc: maxim@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Norikatsu Shigemura , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aac aac_pci.c src/sys/dev/advansys adv_eisa.c adv_isa.c adv_pci.c advansys.c adw_pci.c adwcam.c src/sys/dev/aha aha.c aha_isa.c aha_mca.c src/sys/dev/ahb ahb.c src/sys/dev/amd amd.c src/sys/dev/amr amr_pci.c src/sys/dev/arcmsr ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 14:22:25 -0000 On Thu, 14 Dec 2006 09:09:04 -0800 (PST) mjacob@freebsd.org wrote: > > BTW, maxim, how about ciss(4)? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=105989 > Whoops - missed that one. I'll catch it. Thank you. And how about MFC to RELENG_6_2? I wonder if make it in time until RC2... From owner-cvs-all@FreeBSD.ORG Sun Dec 17 14:39: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D4A8816A47B for ; Sun, 17 Dec 2006 14:39:17 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84B2C43CF4 for ; Sun, 17 Dec 2006 14:39:11 +0000 (GMT) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5C8B6.dip.t-dialin.net [84.165.200.182]) by redbull.bpaserver.net (Postfix) with ESMTP id 3182B2E062 for ; Sun, 17 Dec 2006 15:39:05 +0100 (CET) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by outgoing.leidinger.net (Postfix) with ESMTP id 1A51C5B480D for ; Sun, 17 Dec 2006 15:39:02 +0100 (CET) Date: Sun, 17 Dec 2006 15:39:01 +0100 From: Alexander Leidinger To: cvs-all@freebsd.org Message-ID: <20061217153901.30998199@Magellan.Leidinger.net> In-Reply-To: <200612161515.kBGFFUWV097708@repoman.freebsd.org> References: <200612161515.kBGFFUWV097708@repoman.freebsd.org> X-Mailer: Claws Mail 2.6.1 (GTK+ 2.10.6; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.864, required 6, autolearn=not spam, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Subject: Re: cvs commit: ports/mail/claws-mail 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, 17 Dec 2006 14:39:18 -0000 Quoting Boris Samorodov (Sat, 16 Dec 2006 15:15:30 +0000 (UTC)): > bsam 2006-12-16 15:15:29 UTC > > FreeBSD ports repository > > Modified files: > mail/claws-mail Makefile pkg-plist > Log: > . fix pkg-plist; > . bump PORTREVISION; > . add CONFLICTS= sylpheed-claws. [1] > > Reported by: pointyhat via krismail > Suggested by: netchild [1] > Approved by: netchild (maintainer) Thanks for the fixes to both ports! Bye, Alexander. -- Oh, cruel fate. Why do you mock me? -- Homer Simpson Bart the Daredevil http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-cvs-all@FreeBSD.ORG Sun Dec 17 15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE88C16A407; Sun, 17 Dec 2006 15:14:27 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEDAA43C9E; Sun, 17 Dec 2006 15:14:27 +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 kBHFERqq045360; Sun, 17 Dec 2006 15:14:27 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHFERh9045358; Sun, 17 Dec 2006 15:14:27 GMT (envelope-from netchild) Message-Id: <200612171514.kBHFERh9045358@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 17 Dec 2006 15:14: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/lang/icc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 15:14:28 -0000 netchild 2006-12-17 15:14:27 UTC FreeBSD ports repository Modified files: lang/icc Makefile Log: - remove trailing slash in a variable to not have two of them in the plist [1] - remove comment about stldport-icc [2] - give up maintainership, I don't have time for it ATM ! interested parties should get in contact with me, I got some patches ! for icc v9, can provide insight into why some things are done like ! they are and maybe some contacts at Intel are still able to provide ! some help PR: 105569 [1] Noticed by: Tsurutani Naoki [1] PR: 106707 [2] Submitted by: vd [2] Revision Changes Path 1.94 +6 -3 ports/lang/icc/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 15:17: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6FC016A417; Sun, 17 Dec 2006 15:17:53 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6865343CD0; Sun, 17 Dec 2006 15:17:41 +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 kBHFHfCj045596; Sun, 17 Dec 2006 15:17:41 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHFHfI4045595; Sun, 17 Dec 2006 15:17:41 GMT (envelope-from netchild) Message-Id: <200612171517.kBHFHfI4045595@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 17 Dec 2006 15:17:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/icc7 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 15:17:53 -0000 netchild 2006-12-17 15:17:40 UTC FreeBSD ports repository Modified files: lang/icc7 Makefile Log: Give up maintaineship, I do not have time ATM. Could get removed, it is too old.wq Revision Changes Path 1.73 +1 -1 ports/lang/icc7/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 15:19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CE3616A40F; Sun, 17 Dec 2006 15:19:34 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9C6443CA3; Sun, 17 Dec 2006 15:19:33 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHFJXuP045722; Sun, 17 Dec 2006 15:19:33 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHFJXJH045718; Sun, 17 Dec 2006 15:19:33 GMT (envelope-from ariff) Message-Id: <200612171519.kBHFJXJH045718@repoman.freebsd.org> From: Ariff Abdullah Date: Sun, 17 Dec 2006 15:19: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/sound/pci/hda hdac.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 15:19:34 -0000 ariff 2006-12-17 15:19:33 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: Add codec id for [1] Realtek ALC888 and [2] Sigmatel STAC9227 Found/Tested by: [1] luigi [2] Jean-Baptiste Quenot Revision Changes Path 1.18 +4 -0 src/sys/dev/sound/pci/hda/hdac.c From owner-cvs-all@FreeBSD.ORG Sun Dec 17 15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 311EB16A412; Sun, 17 Dec 2006 15:23:33 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D43543CB4; Sun, 17 Dec 2006 15:23:32 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.13.6) with ESMTP id kBHFNW45004926; Sun, 17 Dec 2006 07:23:32 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id kBHFNWbn004925; Sun, 17 Dec 2006 07:23:32 -0800 (PST) (envelope-from rizzo) Date: Sun, 17 Dec 2006 07:23:32 -0800 From: Luigi Rizzo To: Ariff Abdullah Message-ID: <20061217072331.A4850@xorpc.icir.org> References: <200612171519.kBHFJXJH045718@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: <200612171519.kBHFJXJH045718@repoman.freebsd.org>; from ariff@FreeBSD.org on Sun, Dec 17, 2006 at 03:19:33PM +0000 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 15:23:33 -0000 On Sun, Dec 17, 2006 at 03:19:33PM +0000, Ariff Abdullah wrote: > ariff 2006-12-17 15:19:33 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sound/pci/hda hdac.c > Log: > Add codec id for [1] Realtek ALC888 and [2] Sigmatel STAC9227 > > Found/Tested by: [1] luigi less than 30 minutes from the mail reporting the codec info to the commit message. Now that's quick! cheers luigi From owner-cvs-all@FreeBSD.ORG Sun Dec 17 15:31: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3CA716A412; Sun, 17 Dec 2006 15:31:55 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56DA743CA6; Sun, 17 Dec 2006 15:31:55 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHFVtc0048607; Sun, 17 Dec 2006 15:31:55 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHFVtDg048606; Sun, 17 Dec 2006 15:31:55 GMT (envelope-from gabor) Message-Id: <200612171531.kBHFVtDg048606@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 17 Dec 2006 15:31: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/nwnusers Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 15:31:55 -0000 gabor 2006-12-17 15:31:55 UTC FreeBSD ports repository Modified files: games/nwnusers Makefile Log: - Deprecate - Set EXPIRATION_DATE PR: ports/106684 Submitted by: Andreas Heil (maintainer) Approved by: erwin (mentor) Revision Changes Path 1.4 +3 -0 ports/games/nwnusers/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 15:32: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C18E16A40F; Sun, 17 Dec 2006 15:32:34 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01A3C43CA2; Sun, 17 Dec 2006 15:32:33 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHFWW6h048925; Sun, 17 Dec 2006 15:32:32 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHFWW3I048924; Sun, 17 Dec 2006 15:32:32 GMT (envelope-from gabor) Message-Id: <200612171532.kBHFWW3I048924@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 17 Dec 2006 15:32:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/xcin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 15:32:34 -0000 gabor 2006-12-17 15:32:32 UTC FreeBSD ports repository Modified files: chinese/xcin Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.18 +3 -0 ports/chinese/xcin/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BAB4516A412; Sun, 17 Dec 2006 15:33:13 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A6F43CA1; Sun, 17 Dec 2006 15:33:13 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHFXDYm049165; Sun, 17 Dec 2006 15:33:13 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHFXD0M049164; Sun, 17 Dec 2006 15:33:13 GMT (envelope-from gabor) Message-Id: <200612171533.kBHFXD0M049164@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 17 Dec 2006 15:33: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/py-MySQL Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 15:33:13 -0000 gabor 2006-12-17 15:33:13 UTC FreeBSD ports repository Modified files: databases/py-MySQL Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.18 +1 -2 ports/databases/py-MySQL/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 15:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 139F016A4B3; Sun, 17 Dec 2006 15:33:43 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B20F143CA5; Sun, 17 Dec 2006 15:33:42 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHFXguG049213; Sun, 17 Dec 2006 15:33:42 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHFXguI049212; Sun, 17 Dec 2006 15:33:42 GMT (envelope-from gabor) Message-Id: <200612171533.kBHFXguI049212@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 17 Dec 2006 15:33: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/emulators/libvm68k Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 15:33:43 -0000 gabor 2006-12-17 15:33:42 UTC FreeBSD ports repository Modified files: emulators/libvm68k Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.16 +3 -0 ports/emulators/libvm68k/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 15:34: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E483A16A403; Sun, 17 Dec 2006 15:34:06 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05C5543CA6; Sun, 17 Dec 2006 15:34:06 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHFY5wB049274; Sun, 17 Dec 2006 15:34:05 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHFY5dc049273; Sun, 17 Dec 2006 15:34:05 GMT (envelope-from gabor) Message-Id: <200612171534.kBHFY5dc049273@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 17 Dec 2006 15:34: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/emulators/vx68k Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 15:34:07 -0000 gabor 2006-12-17 15:34:05 UTC FreeBSD ports repository Modified files: emulators/vx68k Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.21 +3 -0 ports/emulators/vx68k/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 15:34: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CAC2216A417; Sun, 17 Dec 2006 15:34:28 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C920C43CAC; Sun, 17 Dec 2006 15:34:27 +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 kBHFYRDW049319; Sun, 17 Dec 2006 15:34:27 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHFYRbq049318; Sun, 17 Dec 2006 15:34:27 GMT (envelope-from garga) Message-Id: <200612171534.kBHFYRbq049318@repoman.freebsd.org> From: Renato Botelho Date: Sun, 17 Dec 2006 15:34:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/clamav-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 15:34:28 -0000 garga 2006-12-17 15:34:27 UTC FreeBSD ports repository Modified files: security/clamav-devel Makefile distinfo Log: - Update to 20061217 Revision Changes Path 1.104 +1 -3 ports/security/clamav-devel/Makefile 1.67 +3 -3 ports/security/clamav-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sun Dec 17 15:34: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D5EB16A4CE; Sun, 17 Dec 2006 15:34:38 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 503E343CA0; Sun, 17 Dec 2006 15:34:37 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHFYWF7049348; Sun, 17 Dec 2006 15:34:37 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHFYWCO049347; Sun, 17 Dec 2006 15:34:32 GMT (envelope-from gabor) Message-Id: <200612171534.kBHFYWCO049347@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 17 Dec 2006 15:34:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/vcheck Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 15:34:38 -0000 gabor 2006-12-17 15:34:32 UTC FreeBSD ports repository Modified files: ftp/vcheck Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.10 +3 -0 ports/ftp/vcheck/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A28016A407; Sun, 17 Dec 2006 15:45:32 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E02D43CA4; Sun, 17 Dec 2006 15:45:26 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHFjQ1G051167; Sun, 17 Dec 2006 15:45:26 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHFjQV2051166; Sun, 17 Dec 2006 15:45:26 GMT (envelope-from gabor) Message-Id: <200612171545.kBHFjQV2051166@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 17 Dec 2006 15:45:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/py-MySQL Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 15:45:32 -0000 gabor 2006-12-17 15:45:25 UTC FreeBSD ports repository Modified files: databases/py-MySQL Makefile Log: Forced commit to note, the previous commitlog should read: - Fix fetching Sorry for the mess. Revision Changes Path 1.19 +0 -0 ports/databases/py-MySQL/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 15:58: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBFE916A416; Sun, 17 Dec 2006 15:58:03 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CB0843CA1; Sun, 17 Dec 2006 15:58:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHFw38w055422; Sun, 17 Dec 2006 15:58:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHFw31b055421; Sun, 17 Dec 2006 15:58:03 GMT (envelope-from pav) Message-Id: <200612171558.kBHFw31b055421@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 17 Dec 2006 15:58:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/rsync Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 15:58:04 -0000 pav 2006-12-17 15:58:03 UTC FreeBSD ports repository Modified files: net/rsync Makefile Log: - Fix IGNORE conditional (typo) Revision Changes Path 1.117 +1 -1 ports/net/rsync/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 16:06: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B3AB16A415; Sun, 17 Dec 2006 16:06:48 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FDD943CAA; Sun, 17 Dec 2006 16:06:46 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHG6jQm058277; Sun, 17 Dec 2006 16:06:45 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHG6jan058276; Sun, 17 Dec 2006 16:06:45 GMT (envelope-from ariff) Message-Id: <200612171606.kBHG6jan058276@repoman.freebsd.org> From: Ariff Abdullah Date: Sun, 17 Dec 2006 16:06: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/sound/pci envy24.c envy24ht.c envy24ht.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, 17 Dec 2006 16:06:48 -0000 ariff 2006-12-17 16:06:45 UTC FreeBSD src repository Modified files: sys/dev/sound/pci envy24.c envy24ht.c envy24ht.h Log: Latest updates for Envy24/24HT. Fix various issues with LOR and panic during verbose booting. Submitted by: Konstantin Dimitrov Revision Changes Path 1.5 +32 -11 src/sys/dev/sound/pci/envy24.c 1.6 +39 -17 src/sys/dev/sound/pci/envy24ht.c 1.4 +1 -1 src/sys/dev/sound/pci/envy24ht.h From owner-cvs-all@FreeBSD.ORG Sun Dec 17 16:08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 327C716A494; Sun, 17 Dec 2006 16:08:04 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABF5843C9E; Sun, 17 Dec 2006 16:08:03 +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 kBHG83bE058404; Sun, 17 Dec 2006 16:08:03 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHG83LR058403; Sun, 17 Dec 2006 16:08:03 GMT (envelope-from alepulver) Message-Id: <200612171608.kBHG83LR058403@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 17 Dec 2006 16:08: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/ftp/prozilla/files patch-src__download_win.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, 17 Dec 2006 16:08:04 -0000 alepulver 2006-12-17 16:08:03 UTC FreeBSD ports repository Added files: ftp/prozilla/files patch-src__download_win.h Log: - Fix building with GCC 4.x. Reported by: pointyhat Revision Changes Path 1.1 +11 -0 ports/ftp/prozilla/files/patch-src__download_win.h (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 16:29: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 83D0816A4C9; Sun, 17 Dec 2006 16:29:22 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3D9B43CBE; Sun, 17 Dec 2006 16:29:02 +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 kBHGT0K6061939; Sun, 17 Dec 2006 16:29:00 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHGT0EL061936; Sun, 17 Dec 2006 16:29:00 GMT (envelope-from arved) Message-Id: <200612171629.kBHGT0EL061936@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 17 Dec 2006 16:29:00 +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: Sun, 17 Dec 2006 16:29:22 -0000 arved 2006-12-17 16:29:00 UTC FreeBSD doc repository (ports committer) Modified files: en/donations wantlist.sgml Log: I am moving to a new flat, so i need only one switch. Add another small item to the wantlist, maybe Santa is reading this list. Approved by: remko Revision Changes Path 1.429 +9 -2 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Sun Dec 17 16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EACEE16A407; Sun, 17 Dec 2006 16:43:19 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from av12-2-sn2.hy.skanova.net (av12-2-sn2.hy.skanova.net [81.228.8.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A11843CCF; Sun, 17 Dec 2006 16:43:06 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: by av12-2-sn2.hy.skanova.net (Postfix, from userid 502) id 989B2380E5; Sun, 17 Dec 2006 17:43:03 +0100 (CET) Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av12-2-sn2.hy.skanova.net (Postfix) with ESMTP id 66A27380E5; Sun, 17 Dec 2006 17:43:03 +0100 (CET) Received: from dude.automatvapen.se (81-234-214-163-no68.tbcn.telia.com [81.234.214.163]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 3DE6237E4B; Sun, 17 Dec 2006 17:43:01 +0100 (CET) From: Joel Dahl To: Ariff Abdullah In-Reply-To: <200612171606.kBHG6jan058276@repoman.freebsd.org> References: <200612171606.kBHG6jan058276@repoman.freebsd.org> Content-Type: text/plain Date: Sun, 17 Dec 2006 17:43:01 +0100 Message-Id: <1166373781.672.0.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci envy24.c envy24ht.c envy24ht.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, 17 Dec 2006 16:43:20 -0000 On Sun, 2006-12-17 at 16:06 +0000, Ariff Abdullah wrote: > ariff 2006-12-17 16:06:45 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sound/pci envy24.c envy24ht.c envy24ht.h > Log: > Latest updates for Envy24/24HT. Fix various issues with LOR and panic > during verbose booting. > > Submitted by: Konstantin Dimitrov Thanks for fixing this. :-) -- Joel From owner-cvs-all@FreeBSD.ORG Sun Dec 17 16:48: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3884816A412; Sun, 17 Dec 2006 16:48:38 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8048A43CA1; Sun, 17 Dec 2006 16:48:27 +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 kBHGmRNH073145; Sun, 17 Dec 2006 16:48:27 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHGmRgf073144; Sun, 17 Dec 2006 16:48:27 GMT (envelope-from joel) Message-Id: <200612171648.kBHGmRgf073144@repoman.freebsd.org> From: Joel Dahl Date: Sun, 17 Dec 2006 16:48:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_hda.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, 17 Dec 2006 16:48:38 -0000 joel 2006-12-17 16:48:26 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 snd_hda.4 Log: Add Realtek ALC888 and Sigmatel STAC9227 to the HARDWARE section. Revision Changes Path 1.5 +5 -1 src/share/man/man4/snd_hda.4 From owner-cvs-all@FreeBSD.ORG Sun Dec 17 16:59: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6140116A403; Sun, 17 Dec 2006 16:59:20 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19D0243CA4; Sun, 17 Dec 2006 16:59:20 +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 kBHGxJRG074845; Sun, 17 Dec 2006 16:59:19 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHGxJmd074844; Sun, 17 Dec 2006 16:59:19 GMT (envelope-from mjacob) Message-Id: <200612171659.kBHGxJmd074844@repoman.freebsd.org> From: Matt Jacob Date: Sun, 17 Dec 2006 16:59:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c ispmbox.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, 17 Dec 2006 16:59:20 -0000 mjacob 2006-12-17 16:59:19 UTC FreeBSD src repository Modified files: sys/dev/isp isp.c isp_freebsd.c ispmbox.h Log: Try an experiment with using DMA to load firmware into a 2200- VERIFY CHECKSUM fails. Oh well, but keep a couple of the changes. Avoid overflow in usec counters when waiting for mailbox completion. Revision Changes Path 1.135 +1 -1 src/sys/dev/isp/isp.c 1.131 +37 -23 src/sys/dev/isp/isp_freebsd.c 1.57 +1 -1 src/sys/dev/isp/ispmbox.h From owner-cvs-all@FreeBSD.ORG Sun Dec 17 18:16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC07F16A47C; Sun, 17 Dec 2006 18:16:43 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CD8743CA5; Sun, 17 Dec 2006 18:16:40 +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 kBHIGeLw089463; Sun, 17 Dec 2006 18:16:40 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHIGe6e089462; Sun, 17 Dec 2006 18:16:40 GMT (envelope-from alepulver) Message-Id: <200612171816.kBHIGe6e089462@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 17 Dec 2006 18:16: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/q3cellshading/files patch-code__renderer__tr_light.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 18:16:44 -0000 alepulver 2006-12-17 18:16:39 UTC FreeBSD ports repository Added files: games/q3cellshading/files patch-code__renderer__tr_light.c Log: - Fix building with GCC 4.x. Reported by: pointyhat Revision Changes Path 1.1 +36 -0 ports/games/q3cellshading/files/patch-code__renderer__tr_light.c (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 19:06: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E1CA16A415; Sun, 17 Dec 2006 19:06:06 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from pecan.exetel.com.au (pecan-mail.exetel.com.au [220.233.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6082F43CEF; Sun, 17 Dec 2006 19:05:32 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from 180.205.233.220.exetel.com.au ([220.233.205.180] helo=[192.168.0.148]) by pecan.exetel.com.au with esmtp (Exim 4.63) (envelope-from ) id 1Gw1KB-000637-Mv; Mon, 18 Dec 2006 06:05:27 +1100 In-Reply-To: <200612171233.kBHCX24t005540@repoman.freebsd.org> References: <200612171233.kBHCX24t005540@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Mon, 18 Dec 2006 06:05:26 +1100 To: Tim Bishop X-Mailer: Apple Mail (2.752.3) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/shells/bash2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 19:06:06 -0000 On 17/12/2006, at 11:33 PM, Tim Bishop wrote: > tdb 2006-12-17 12:33:02 UTC > > FreeBSD ports repository > > Modified files: > shells/bash2 Makefile > Log: > - Fix build on 4.x. > The test in the previous commit was the wrong way round. Thank you :-) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F35816A492; Sun, 17 Dec 2006 19:07:54 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B722C43CEA; Sun, 17 Dec 2006 19:07: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 kBHJ7lda001173; Sun, 17 Dec 2006 19:07:47 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHJ7ljn001172; Sun, 17 Dec 2006 19:07:47 GMT (envelope-from itetcu) Message-Id: <200612171907.kBHJ7ljn001172@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 17 Dec 2006 19: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/misc/tinderbox Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 19:07:54 -0000 itetcu 2006-12-17 19:07:47 UTC FreeBSD ports repository Modified files: misc/tinderbox Makefile Log: space -> tab Submitted by: tdb@ Revision Changes Path 1.26 +1 -1 ports/misc/tinderbox/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 19:13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 250E216A47C; Sun, 17 Dec 2006 19:13:53 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 525A443DDE; Sun, 17 Dec 2006 19:11: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 kBHJBiYi001956; Sun, 17 Dec 2006 19:11:44 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHJBiWA001955; Sun, 17 Dec 2006 19:11:44 GMT (envelope-from itetcu) Message-Id: <200612171911.kBHJBiWA001955@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 17 Dec 2006 19:11: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/misc/tinderbox/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, 17 Dec 2006 19:13:53 -0000 itetcu 2006-12-17 19:11:44 UTC FreeBSD ports repository Modified files: misc/tinderbox/files pkg-message.in Log: - don't hardcode PREFIX - add setup intrauctions for LightHTTPD PR: 106683 Submitted by: Wesley Shields Revision Changes Path 1.6 +15 -6 ports/misc/tinderbox/files/pkg-message.in From owner-cvs-all@FreeBSD.ORG Sun Dec 17 19:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA3E916A579; Sun, 17 Dec 2006 19:24:44 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B231B43CD0; Sun, 17 Dec 2006 19:24:24 +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 kBHJOKT9004145; Sun, 17 Dec 2006 19:24:20 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHJOK1G004144; Sun, 17 Dec 2006 19:24:20 GMT (envelope-from alepulver) Message-Id: <200612171924.kBHJOK1G004144@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 17 Dec 2006 19:24: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/games/quakeforge/files patch-configure patch-include__QF__console.h patch-include__QF__sound.h patch-include__context_x11.h patch-libs__console__server.c patch-libs__gib__gib_classes.c patch-libs__gib__gib_function.c patch-libs__gib__gib_thread.c patch-nq__source__sys_unix.c patch-qw__source__cl_chat.c patch-tools__qfcc__include__method.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, 17 Dec 2006 19:24:45 -0000 alepulver 2006-12-17 19:24:20 UTC FreeBSD ports repository Modified files: games/quakeforge/files patch-configure patch-nq__source__sys_unix.c Added files: games/quakeforge/files patch-include__QF__console.h patch-include__QF__sound.h patch-include__context_x11.h patch-libs__console__server.c patch-libs__gib__gib_classes.c patch-libs__gib__gib_function.c patch-libs__gib__gib_thread.c patch-qw__source__cl_chat.c patch-tools__qfcc__include__method.h Log: - Fix building with GCC 4.x. Reported by: pointyhat Revision Changes Path 1.4 +2 -2 ports/games/quakeforge/files/patch-configure 1.1 +9 -0 ports/games/quakeforge/files/patch-include__QF__console.h (new) 1.1 +34 -0 ports/games/quakeforge/files/patch-include__QF__sound.h (new) 1.1 +15 -0 ports/games/quakeforge/files/patch-include__context_x11.h (new) 1.1 +11 -0 ports/games/quakeforge/files/patch-libs__console__server.c (new) 1.1 +27 -0 ports/games/quakeforge/files/patch-libs__gib__gib_classes.c (new) 1.1 +20 -0 ports/games/quakeforge/files/patch-libs__gib__gib_function.c (new) 1.1 +11 -0 ports/games/quakeforge/files/patch-libs__gib__gib_thread.c (new) 1.2 +3 -3 ports/games/quakeforge/files/patch-nq__source__sys_unix.c 1.1 +44 -0 ports/games/quakeforge/files/patch-qw__source__cl_chat.c (new) 1.1 +9 -0 ports/games/quakeforge/files/patch-tools__qfcc__include__method.h (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 76D8D16A40F; Sun, 17 Dec 2006 19:30:17 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7866043E0B; Sun, 17 Dec 2006 19:28:57 +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 kBHJSoV8004385; Sun, 17 Dec 2006 19:28:50 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHJSoA6004384; Sun, 17 Dec 2006 19:28:50 GMT (envelope-from arved) Message-Id: <200612171928.kBHJSoA6004384@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 17 Dec 2006 19:28:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/qbrew/files patch-qbrew-calc.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, 17 Dec 2006 19:30:17 -0000 arved 2006-12-17 19:28:50 UTC FreeBSD ports repository Added files: misc/qbrew/files patch-qbrew-calc.h Log: Fix build with gcc41 PR: 106837 Submitted by: David Johnson (maintainer) Revision Changes Path 1.1 +22 -0 ports/misc/qbrew/files/patch-qbrew-calc.h (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 19:35: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 906CB16A509; Sun, 17 Dec 2006 19:35:31 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8339C43D7C; Sun, 17 Dec 2006 19:32:43 +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 kBHJWVwa005510; Sun, 17 Dec 2006 19:32:31 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHJWVpE005508; Sun, 17 Dec 2006 19:32:31 GMT (envelope-from ahze) Message-Id: <200612171932.kBHJWVpE005508@repoman.freebsd.org> From: Michael Johnson Date: Sun, 17 Dec 2006 19:32:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/guile Makefile ports/lang/guile/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 19:35:31 -0000 ahze 2006-12-17 19:32:31 UTC FreeBSD ports repository Modified files: lang/guile Makefile lang/guile/files patch-configure Log: Define libltdl_cv_sys_dlopen_deplibs Revision Changes Path 1.63 +1 -0 ports/lang/guile/Makefile 1.4 +13 -3 ports/lang/guile/files/patch-configure From owner-cvs-all@FreeBSD.ORG Sun Dec 17 19:45: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CAB216A4FD; Sun, 17 Dec 2006 19:45:51 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C1DE43CE9; Sun, 17 Dec 2006 19:42: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 kBHJgL5u006966; Sun, 17 Dec 2006 19:42:21 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHJgLbb006965; Sun, 17 Dec 2006 19:42:21 GMT (envelope-from alepulver) Message-Id: <200612171942.kBHJgLbb006965@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 17 Dec 2006 19:42: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/grx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 19:45:51 -0000 alepulver 2006-12-17 19:42:20 UTC FreeBSD ports repository Modified files: graphics/grx Makefile Log: - Use GCC 3.4 in FreeBSD >= 7.x instead of system compiler (4.x). Reported by: pointyhat Revision Changes Path 1.8 +4 -0 ports/graphics/grx/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 19:52: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E42416A407; Sun, 17 Dec 2006 19:52:13 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 493E643C9F; Sun, 17 Dec 2006 19:52: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 kBHJqDei008556; Sun, 17 Dec 2006 19:52:13 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHJqDRQ008555; Sun, 17 Dec 2006 19:52:13 GMT (envelope-from alepulver) Message-Id: <200612171952.kBHJqDRQ008555@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 17 Dec 2006 19:52: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/ftp/multiget/files patch-mainframe.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, 17 Dec 2006 19:52:13 -0000 alepulver 2006-12-17 19:52:13 UTC FreeBSD ports repository Added files: ftp/multiget/files patch-mainframe.h Log: - Fix building with GCC 4.x. Reported by: pointyhat Revision Changes Path 1.1 +11 -0 ports/ftp/multiget/files/patch-mainframe.h (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 89D7916A416; Sun, 17 Dec 2006 20:02:36 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E1543CA0; Sun, 17 Dec 2006 20:02:36 +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 kBHK2aJu009889; Sun, 17 Dec 2006 20:02:36 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHK2Zvv009888; Sun, 17 Dec 2006 20:02:35 GMT (envelope-from blackend) Message-Id: <200612172002.kBHK2Zvv009888@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 17 Dec 2006 20: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/fr_FR.ISO8859-1/books/handbook/desktop chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 20:02:36 -0000 blackend 2006-12-17 20:02:35 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/desktop chapter.sgml Log: MFen: 1.66 --> 1.69 Revision Changes Path 1.16 +13 -6 doc/fr_FR.ISO8859-1/books/handbook/desktop/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Dec 17 20:03: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E60A616A417; Sun, 17 Dec 2006 20:03:31 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5685143CB1; Sun, 17 Dec 2006 20:03:31 +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 kBHK3Vtq011316; Sun, 17 Dec 2006 20:03:31 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHK3Vom011315; Sun, 17 Dec 2006 20:03:31 GMT (envelope-from blackend) Message-Id: <200612172003.kBHK3Vom011315@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 17 Dec 2006 20:03: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/fr_FR.ISO8859-1/books/handbook/vinum chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 20:03:32 -0000 blackend 2006-12-17 20:03:31 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/vinum chapter.sgml Log: Typo. Revision Changes Path 1.4 +1 -1 doc/fr_FR.ISO8859-1/books/handbook/vinum/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Dec 17 20:11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E29B316A407; Sun, 17 Dec 2006 20:11:41 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E3F843CA3; Sun, 17 Dec 2006 20:11:41 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHKBfXW012595; Sun, 17 Dec 2006 20:11:41 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHKBfNr012594; Sun, 17 Dec 2006 20:11:41 GMT (envelope-from gabor) Message-Id: <200612172011.kBHKBfNr012594@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 17 Dec 2006 20:11: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/kports Makefile distinfo pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 20:11:42 -0000 gabor 2006-12-17 20:11:41 UTC FreeBSD ports repository Modified files: sysutils/kports Makefile distinfo Removed files: sysutils/kports pkg-message Log: - Update to 0.6.1 - Remove old pkg-message PR: ports/105931 Submitted by: Hannes Hauswedell (maintainer) Approved by: erwin (mentor) Revision Changes Path 1.3 +1 -7 ports/sysutils/kports/Makefile 1.2 +3 -3 ports/sysutils/kports/distinfo 1.2 +0 -13 ports/sysutils/kports/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 20:12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DEEF16A492; Sun, 17 Dec 2006 20:12:27 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07EB943CA6; Sun, 17 Dec 2006 20:12: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 kBHKCQJi012836; Sun, 17 Dec 2006 20:12:26 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHKCQSB012834; Sun, 17 Dec 2006 20:12:26 GMT (envelope-from erwin) Message-Id: <200612172012.kBHKCQSB012834@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 17 Dec 2006 20:12:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/xdms Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 20:12:27 -0000 erwin 2006-12-17 20:12:26 UTC FreeBSD ports repository Modified files: archivers/xdms Makefile Log: Use DOCSDIR PR: 101967 Submitted by: gabor Revision Changes Path 1.13 +2 -2 ports/archivers/xdms/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 20:14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 887A516A412; Sun, 17 Dec 2006 20:14:44 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D52B643CA8; Sun, 17 Dec 2006 20:14:43 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHKEhpX013388; Sun, 17 Dec 2006 20:14:43 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHKEhVk013387; Sun, 17 Dec 2006 20:14:43 GMT (envelope-from alc) Message-Id: <200612172014.kBHKEhVk013387@repoman.freebsd.org> From: Alan Cox Date: Sun, 17 Dec 2006 20:14:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_object.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 20:14:44 -0000 alc 2006-12-17 20:14:43 UTC FreeBSD src repository Modified files: sys/vm vm_object.c Log: Optimize vm_object_split(). Specifically, make the number of iterations equal to the number of physical pages that are renamed to the new object rather than the new object's virtual size. Revision Changes Path 1.371 +14 -9 src/sys/vm/vm_object.c From owner-cvs-all@FreeBSD.ORG Sun Dec 17 20:19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD11716A4D1; Sun, 17 Dec 2006 20:19:36 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E814243DC2; Sun, 17 Dec 2006 20:19:17 +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 kBHKJHPg013623; Sun, 17 Dec 2006 20:19:17 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHKJH0h013622; Sun, 17 Dec 2006 20:19:17 GMT (envelope-from marcus) Message-Id: <200612172019.kBHKJH0h013622@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 17 Dec 2006 20:19: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/hal 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, 17 Dec 2006 20:19:37 -0000 marcus 2006-12-17 20:19:17 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo pkg-plist Log: Update to snapshot 20061217. * Fix some 64-bit compile warnings * Turn two assertions into additional conditional checks to prevent potential hald crashes when switching disc media * Shutdown hald on deinstall to prevent two halds from running on restart Revision Changes Path 1.14 +1 -1 ports/sysutils/hal/Makefile 1.6 +3 -3 ports/sysutils/hal/distinfo 1.4 +1 -0 ports/sysutils/hal/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 17 20:25: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05DB716A40F; Sun, 17 Dec 2006 20:25:41 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74E6C43CA7; Sun, 17 Dec 2006 20:25: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 kBHKPd0h015099; Sun, 17 Dec 2006 20:25:39 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHKPdlW015098; Sun, 17 Dec 2006 20:25:39 GMT (envelope-from alepulver) Message-Id: <200612172025.kBHKPdlW015098@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 17 Dec 2006 20:25: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/quake2-data/files patch-g_local.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, 17 Dec 2006 20:25:41 -0000 alepulver 2006-12-17 20:25:39 UTC FreeBSD ports repository Added files: games/quake2-data/files patch-g_local.h Log: - Fix building with GCC 4.x. Reported by: pointyhat Revision Changes Path 1.1 +14 -0 ports/games/quake2-data/files/patch-g_local.h (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 20:29: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7349916A4FE; Sun, 17 Dec 2006 20:29:07 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7805D43CB5; Sun, 17 Dec 2006 20:29: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 kBHKT6xf015366; Sun, 17 Dec 2006 20:29:06 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHKT6Tl015363; Sun, 17 Dec 2006 20:29:06 GMT (envelope-from alepulver) Message-Id: <200612172029.kBHKT6Tl015363@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 17 Dec 2006 20:29: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/security Makefile ports/security/mypasswordsafe Makefile distinfo pkg-descr pkg-plist ports/security/mypasswordsafe/files patch-src__crypto__sha1.h patch-src__myendian.h patch-src__mypasswordsafe.ui X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 20:29:07 -0000 alepulver 2006-12-17 20:29:05 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/mypasswordsafe Makefile distinfo pkg-descr pkg-plist security/mypasswordsafe/files patch-src__crypto__sha1.h patch-src__myendian.h patch-src__mypasswordsafe.ui Log: MyPasswordSafe is a straight-forward, easy-to-use password manager that maintains compatibility with Password Safe files. MyPasswordSafe has the following features: * Safes are encrypted when they are stored to disk. * Passwords never have to be seen, because they are copied to the clipboard. * Random passwords can be generated. * Window size, position, and column widths are remembered. * Passwords remain encrypted until they need to be decrypted at the dialog and file levels. * A safe can be made active so it will always be opened when MyPasswordSafe starts. * Supports Unicode in the safes. * Languages supported: English and French. WWW: http://www.semanticgap.com/myps/ Revision Changes Path 1.840 +1 -0 ports/security/Makefile 1.1 +33 -0 ports/security/mypasswordsafe/Makefile (new) 1.1 +3 -0 ports/security/mypasswordsafe/distinfo (new) 1.1 +11 -0 ports/security/mypasswordsafe/files/patch-src__crypto__sha1.h (new) 1.1 +11 -0 ports/security/mypasswordsafe/files/patch-src__myendian.h (new) 1.1 +9 -0 ports/security/mypasswordsafe/files/patch-src__mypasswordsafe.ui (new) 1.1 +16 -0 ports/security/mypasswordsafe/pkg-descr (new) 1.1 +15 -0 ports/security/mypasswordsafe/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1939D16A415; Sun, 17 Dec 2006 20:30:02 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C054A43C9F; Sun, 17 Dec 2006 20:30:01 +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 kBHKU1Qc015422; Sun, 17 Dec 2006 20:30:01 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHKU1cS015421; Sun, 17 Dec 2006 20:30:01 GMT (envelope-from alepulver) Message-Id: <200612172030.kBHKU1cS015421@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 17 Dec 2006 20:30:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 17 Dec 2006 20:30:02 -0000 alepulver 2006-12-17 20:30:01 UTC FreeBSD ports repository Modified files: . modules Log: mypasswordsafe --> ports/security/mypasswordsafe Revision Changes Path 1.16872 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Dec 17 20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B26CF16A492; Sun, 17 Dec 2006 20:40:47 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6266A43CF3; Sun, 17 Dec 2006 20:40:18 +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 kBHKeITo017051; Sun, 17 Dec 2006 20:40:18 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHKeIH6017050; Sun, 17 Dec 2006 20:40:18 GMT (envelope-from alepulver) Message-Id: <200612172040.kBHKeIH6017050@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 17 Dec 2006 20:40:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/gtkradiant/files patch-radiant__brushmanip.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 20:40:48 -0000 alepulver 2006-12-17 20:40:16 UTC FreeBSD ports repository Added files: games/gtkradiant/files patch-radiant__brushmanip.cpp Log: - Fix building with GCC 4.x. Reported by: pointyhat Revision Changes Path 1.1 +11 -0 ports/games/gtkradiant/files/patch-radiant__brushmanip.cpp (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 20:41: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D120216A50B; Sun, 17 Dec 2006 20:41:06 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8646843CB6; Sun, 17 Dec 2006 20:41:06 +0000 (GMT) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHKf6Pa017206; Sun, 17 Dec 2006 20:41:06 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHKf6cD017204; Sun, 17 Dec 2006 20:41:06 GMT (envelope-from acm) Message-Id: <200612172041.kBHKf6cD017204@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Sun, 17 Dec 2006 20:41: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/commoncpp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 20:41:06 -0000 acm 2006-12-17 20:41:06 UTC FreeBSD ports repository Modified files: devel/commoncpp Makefile distinfo Log: - Update to 1.5.2 Revision Changes Path 1.32 +1 -1 ports/devel/commoncpp/Makefile 1.18 +3 -3 ports/devel/commoncpp/distinfo From owner-cvs-all@FreeBSD.ORG Sun Dec 17 20:47: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8D0416A407; Sun, 17 Dec 2006 20:47:21 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 634FF43CD2; Sun, 17 Dec 2006 20:47: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 kBHKkvwH018532; Sun, 17 Dec 2006 20:46:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHKkvZn018531; Sun, 17 Dec 2006 20:46:57 GMT (envelope-from pav) Message-Id: <200612172046.kBHKkvZn018531@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 17 Dec 2006 20:46: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/log4cpp Makefile distinfo pkg-plist ports/devel/log4cpp/files patch-config::ltmain.sh 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: Sun, 17 Dec 2006 20:47:22 -0000 pav 2006-12-17 20:46:56 UTC FreeBSD ports repository Modified files: devel/log4cpp Makefile distinfo pkg-plist devel/log4cpp/files patch-doc_Makefile.in Removed files: devel/log4cpp/files patch-config::ltmain.sh Log: - Update to 0.3.5rc3 PR: ports/106499 Submitted by: Yuri Karaban Revision Changes Path 1.18 +6 -4 ports/devel/log4cpp/Makefile 1.9 +3 -3 ports/devel/log4cpp/distinfo 1.3 +0 -41 ports/devel/log4cpp/files/patch-config::ltmain.sh (dead) 1.2 +5 -5 ports/devel/log4cpp/files/patch-doc_Makefile.in 1.9 +4 -0 ports/devel/log4cpp/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 17 21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F7B416A508; Sun, 17 Dec 2006 21:06:10 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC79C43CF8; Sun, 17 Dec 2006 21:06:03 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id CF06A1A4D80; Sun, 17 Dec 2006 13:05:49 -0800 (PST) Date: Sun, 17 Dec 2006 13:05:49 -0800 From: Alfred Perlstein To: Kip Macy Message-ID: <20061217210549.GG70403@elvis.mu.org> References: <200612170507.kBH572Ff008476@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200612170507.kBH572Ff008476@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 apic_vector.s exception.s local_apic.c trap.c vm86.c vm86bios.s src/sys/i386/include apicvar.h src/sys/i386/isa atpic.c atpic_vector.s icu.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, 17 Dec 2006 21:06:10 -0000 I think that reliance on this dates back to before FreeBSD. It's interesting to see it gone. * Kip Macy [061216 21:07] wrote: > kmacy 2006-12-17 05:07:01 UTC > > FreeBSD src repository > > Modified files: > sys/i386/i386 apic_vector.s exception.s local_apic.c > trap.c vm86.c vm86bios.s > sys/i386/include apicvar.h > sys/i386/isa atpic.c atpic_vector.s icu.h > Log: > Evidently FreeBSD has long relied on the compiler to treat structures > passed by value (trap frames) as if they were in fact being passed by > reference. For better or worse, this incorrect behaviour is no longer > present in gcc 4.1. In this patch I convert all trapframe arguments to > be explicitly pass by reference. I also remove vm86_initflags, pushing > the very little work that it actually does up into vm86_prepcall. From owner-cvs-all@FreeBSD.ORG Sun Dec 17 21:09: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BD9416A4AB; Sun, 17 Dec 2006 21:09:55 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC09B43CAF; Sun, 17 Dec 2006 21:09:53 +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 kBHL9rTv032417; Sun, 17 Dec 2006 21:09:53 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHL9rd6032416; Sun, 17 Dec 2006 21:09:53 GMT (envelope-from thierry) Message-Id: <200612172109.kBHL9rd6032416@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 17 Dec 2006 21:09: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/french/aster Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 21:09:55 -0000 thierry 2006-12-17 21:09:53 UTC FreeBSD ports repository Modified files: french/aster Makefile Log: Mark BROKEN also on ia64. Reported by: pointyhat via Kris Revision Changes Path 1.42 +1 -5 ports/french/aster/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 21:58: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E930D16A50A; Sun, 17 Dec 2006 21:58:15 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A67A543CEA; Sun, 17 Dec 2006 21:47:23 +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 kBHLlNbm038708; Sun, 17 Dec 2006 21:47:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHLlNYB038707; Sun, 17 Dec 2006 21:47:23 GMT (envelope-from pav) Message-Id: <200612172147.kBHLlNYB038707@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 17 Dec 2006 21:47:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/xtide Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 21:58:16 -0000 pav 2006-12-17 21:47:23 UTC FreeBSD ports repository Modified files: astro/xtide Makefile distinfo Log: - Update to 2.8.3 Revision Changes Path 1.29 +6 -10 ports/astro/xtide/Makefile 1.22 +6 -6 ports/astro/xtide/distinfo From owner-cvs-all@FreeBSD.ORG Sun Dec 17 21:58: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A75D816A56D; Sun, 17 Dec 2006 21:58:44 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3035E440B6; Sun, 17 Dec 2006 21:51:44 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBHLpiuG040546; Sun, 17 Dec 2006 21:51:44 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHLpiha040545; Sun, 17 Dec 2006 21:51:44 GMT (envelope-from kmacy) Message-Id: <200612172151.kBHLpiha040545@repoman.freebsd.org> From: Kip Macy Date: Sun, 17 Dec 2006 21:51: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/amd64/isa icu.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, 17 Dec 2006 21:58:45 -0000 kmacy 2006-12-17 21:51:44 UTC FreeBSD src repository Modified files: sys/amd64/isa icu.h Log: Evidently neither GENERIC nor kan's config had isa in it :-0. As Doug Barton says, "embrace the LINT". Revision Changes Path 1.36 +1 -1 src/sys/amd64/isa/icu.h From owner-cvs-all@FreeBSD.ORG Sun Dec 17 22:11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61C6216A521; Sun, 17 Dec 2006 22:11:24 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AF2B43C9F; Sun, 17 Dec 2006 22:11:24 +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 kBHMBNPP044649; Sun, 17 Dec 2006 22:11:23 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHMBNK5044647; Sun, 17 Dec 2006 22:11:23 GMT (envelope-from ahze) Message-Id: <200612172211.kBHMBNK5044647@repoman.freebsd.org> From: Michael Johnson Date: Sun, 17 Dec 2006 22:11: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/cairo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 22:11:24 -0000 ahze 2006-12-17 22:11:23 UTC FreeBSD ports repository Modified files: graphics/cairo Makefile Log: Pass PTHREAD_LIBS in pkgconfig files Revision Changes Path 1.21 +3 -1 ports/graphics/cairo/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 17 22:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8D7F16A513; Sun, 17 Dec 2006 22:22:24 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69E4A43ECA; Sun, 17 Dec 2006 22:19:14 +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 kBHMJ41v045717; Sun, 17 Dec 2006 22:19:04 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHMJ45T045716; Sun, 17 Dec 2006 22:19:04 GMT (envelope-from thierry) Message-Id: <200612172219.kBHMJ45T045716@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 17 Dec 2006 22:19:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/sowing Makefile distinfo pkg-descr pkg-plist ports/textproc/sowing/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: Sun, 17 Dec 2006 22:22:25 -0000 thierry 2006-12-17 22:19:04 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/sowing Makefile distinfo pkg-descr pkg-plist textproc/sowing/files patch-Makefile.in Log: Finally import sowing, which is used by mpich2-1.0.5 to build its docs. Revision Changes Path 1.1085 +1 -0 ports/textproc/Makefile 1.1 +38 -0 ports/textproc/sowing/Makefile (new) 1.1 +3 -0 ports/textproc/sowing/distinfo (new) 1.1 +35 -0 ports/textproc/sowing/files/patch-Makefile.in (new) 1.1 +4 -0 ports/textproc/sowing/pkg-descr (new) 1.1 +32 -0 ports/textproc/sowing/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 17 22:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 260CF16A417; Sun, 17 Dec 2006 22:22:51 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4247743EF2; Sun, 17 Dec 2006 22:19: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 kBHMJHv0045769; Sun, 17 Dec 2006 22:19:17 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBHMJH02045768; Sun, 17 Dec 2006 22:19:17 GMT (envelope-from thierry) Message-Id: <200612172219.kBHMJH02045768@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 17 Dec 2006 22:19: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, 17 Dec 2006 22:22:51 -0000 thierry 2006-12-17 22:19:17 UTC FreeBSD ports repository Modified files: . modules Log: sowing --> ports/textproc/sowing Revision Changes Path 1.16873 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Dec 18 00: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C192A16A403; Mon, 18 Dec 2006 00:13:02 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C62D43CA6; Mon, 18 Dec 2006 00:13:02 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id 7786727957; Mon, 18 Dec 2006 01:13:01 +0100 (CET) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 0A30D9B4DE; Mon, 18 Dec 2006 00:14:00 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id E1FE4405B; Mon, 18 Dec 2006 01:13:59 +0100 (CET) Date: Mon, 18 Dec 2006 01:13:59 +0100 From: Jeremie Le Hen To: Robert Watson Message-ID: <20061218001359.GC48407@obiwan.tataz.chchile.org> References: <200612111310.kBBDAsRm066265@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200612111310.kBBDAsRm066265@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: [fbsd] cvs commit [HEAD] www/en/projects/netperf cluster.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, 18 Dec 2006 00:13:02 -0000 Hi Robert, On Mon, Dec 11, 2006 at 01:10:54PM +0000, Robert Watson wrote: > rwatson 2006-12-11 13:10:53 UTC > > FreeBSD doc repository > > Modified files: > en/projects/netperf cluster.sgml Speaking of the Netperf project, don't you think it would be worth link the paper from Paul Willmann, Scott Rixner and Alan Cox about the evaluation of network stack parrelization strategies ? Regards -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-cvs-all@FreeBSD.ORG Mon Dec 18 00: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98A6716A407; Mon, 18 Dec 2006 00:27:35 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54F8943C9F; Mon, 18 Dec 2006 00:27:35 +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 kBI0RZix068076; Mon, 18 Dec 2006 00:27:35 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI0RZfn068075; Mon, 18 Dec 2006 00:27:35 GMT (envelope-from flz) Message-Id: <200612180027.kBI0RZfn068075@repoman.freebsd.org> From: Florent Thoumie Date: Mon, 18 Dec 2006 00:27: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/cad/leocad Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 00:27:35 -0000 flz 2006-12-18 00:27:35 UTC FreeBSD ports repository Modified files: cad/leocad Makefile Log: Fix quoting. Revision Changes Path 1.17 +1 -1 ports/cad/leocad/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 01:31: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A1F116A403; Mon, 18 Dec 2006 01:31:07 +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 0F45343CA0; Mon, 18 Dec 2006 01:31:06 +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 ED1491A4D80; Sun, 17 Dec 2006 16:37:35 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EBC9751316; Sun, 17 Dec 2006 19:37:32 -0500 (EST) Date: Sun, 17 Dec 2006 19:37:32 -0500 From: Kris Kennaway To: Florent Thoumie Message-ID: <20061218003732.GA76382@xor.obsecurity.org> References: <200612180027.kBI0RZfn068075@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline In-Reply-To: <200612180027.kBI0RZfn068075@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/cad/leocad Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 01:31:07 -0000 --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 18, 2006 at 12:27:35AM +0000, Florent Thoumie wrote: > flz 2006-12-18 00:27:35 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > cad/leocad Makefile=20 > Log: > Fix quoting. Pointy hat to: kris Thanks! Kris --qDbXVdCdHGoSgWSk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFheLMWry0BWjoQKURAp2WAJ0fcB5UVajDfc3yNEgUhjM5u5T6KgCeKwfO 3SmOy0SkTv/ZcD4BW+03XmY= =OcVq -----END PGP SIGNATURE----- --qDbXVdCdHGoSgWSk-- From owner-cvs-all@FreeBSD.ORG Mon Dec 18 01:38: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A30D516A403; Mon, 18 Dec 2006 01:38:10 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 612AB43CA0; Mon, 18 Dec 2006 01:38: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 kBI1cAvt088242; Mon, 18 Dec 2006 01:38:10 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI1cAQv088241; Mon, 18 Dec 2006 01:38:10 GMT (envelope-from yongari) Message-Id: <200612180138.kBI1cAQv088241@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 18 Dec 2006 01:38: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/pci if_rl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 01:38:10 -0000 yongari 2006-12-18 01:38:10 UTC FreeBSD src repository Modified files: sys/pci if_rl.c Log: Don't assume IF_LLADDR returns aligned memory address. Because accessing ID registers in rtl81x9 needs 32bit register access and RL_IDR4/RL_IDR5 registers are reservered registers bzero() is needed before copying ethernet address. This fixes unaligned memory accesses panic in sparc64. PR: kern/106801 MFC after: 3 days Revision Changes Path 1.166 +5 -4 src/sys/pci/if_rl.c From owner-cvs-all@FreeBSD.ORG Mon Dec 18 02:04: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D32A616A403; Mon, 18 Dec 2006 02:04:44 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F02243CA2; Mon, 18 Dec 2006 02:04:44 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBI24ijJ093843; Mon, 18 Dec 2006 02:04:44 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI24iC1093840; Mon, 18 Dec 2006 02:04:44 GMT (envelope-from kmacy) Message-Id: <200612180204.kBI24iC1093840@repoman.freebsd.org> From: Kip Macy Date: Mon, 18 Dec 2006 02:04: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/sun4v/sun4v exception.S wbuf.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: Mon, 18 Dec 2006 02:04:44 -0000 kmacy 2006-12-18 02:04:44 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v exception.S wbuf.S Log: Simplify spill/fill fault handling by updating tl1_trap register usage to conform to that of tl0_trap - the separate code path for unaligned faults was never getting used (and evidently doesn't work), so ifdef out for now Revision Changes Path 1.12 +8 -9 src/sys/sun4v/sun4v/exception.S 1.4 +10 -19 src/sys/sun4v/sun4v/wbuf.S From owner-cvs-all@FreeBSD.ORG Mon Dec 18 02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB20816A403; Mon, 18 Dec 2006 02:14:27 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80B5743C9F; Mon, 18 Dec 2006 02:14:27 +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 kBI2ERJi095468; Mon, 18 Dec 2006 02:14:27 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI2ERpK095467; Mon, 18 Dec 2006 02:14:27 GMT (envelope-from marius) Message-Id: <200612180214.kBI2ERpK095467@repoman.freebsd.org> From: Marius Strobl Date: Mon, 18 Dec 2006 02:14: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/mii rgephy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 02:14:28 -0000 marius 2006-12-18 02:14:26 UTC FreeBSD src repository Modified files: sys/dev/mii rgephy.c Log: Correct the previous change: - If we want mii_phy_add_media() to add 1000baseT media, we need to supply sc->mii_extcapabilities. - Fix formatting when announcing autonegotiation support. Revision Changes Path 1.15 +3 -0 src/sys/dev/mii/rgephy.c From owner-cvs-all@FreeBSD.ORG Mon Dec 18 02:17: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F209216A494; Mon, 18 Dec 2006 02:17:21 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0C3443CA2; Mon, 18 Dec 2006 02:17:21 +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 kBI2HLaW095618; Mon, 18 Dec 2006 02:17:21 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI2HLBF095617; Mon, 18 Dec 2006 02:17:21 GMT (envelope-from yongari) Message-Id: <200612180217.kBI2HLBF095617@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 18 Dec 2006 02:17:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_rl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 02:17:22 -0000 yongari 2006-12-18 02:17:21 UTC FreeBSD src repository Modified files: sys/pci if_rl.c Log: Forced commit to note reserved ID registers in rtl81x9 are RL_IDR6/RL_IDR67 in previous commit. Revision Changes Path 1.167 +0 -0 src/sys/pci/if_rl.c From owner-cvs-all@FreeBSD.ORG Mon Dec 18 02:08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E446016A407; Mon, 18 Dec 2006 02:08:43 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from postfix1-g20.free.fr (postfix1-g20.free.fr [212.27.60.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8686C43CA7; Mon, 18 Dec 2006 02:08:36 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28]) by postfix1-g20.free.fr (Postfix) with ESMTP id CB90B5BB1CB; Mon, 18 Dec 2006 02:44:02 +0100 (CET) Received: from smtp.xbsd.org (unknown [82.233.2.192]) by smtp2-g19.free.fr (Postfix) with ESMTP id 6D5EA7CDD; Mon, 18 Dec 2006 02:44:01 +0100 (CET) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id D70DB11994; Mon, 18 Dec 2006 02:44:00 +0100 (CET) X-Virus-Scanned: amavisd-new at xbsd.org 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 jJ9t2LbvC5Vt; Mon, 18 Dec 2006 02:43:55 +0100 (CET) Received: from [193.120.13.130] (cream.xbsd.org [193.120.13.130]) by smtp.xbsd.org (Postfix) with ESMTP id A3AB111963; Mon, 18 Dec 2006 02:43:54 +0100 (CET) Message-ID: <4585F25B.3010800@FreeBSD.org> Date: Mon, 18 Dec 2006 01:43:55 +0000 From: Florent Thoumie User-Agent: Thunderbird 1.5.0.8 (X11/20061126) MIME-Version: 1.0 To: Kris Kennaway References: <200612180027.kBI0RZfn068075@repoman.freebsd.org> <20061218003732.GA76382@xor.obsecurity.org> In-Reply-To: <20061218003732.GA76382@xor.obsecurity.org> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig073CBC671A5F339F5353AA22" X-Mailman-Approved-At: Mon, 18 Dec 2006 02:29:08 +0000 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/cad/leocad Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 02:08:44 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig073CBC671A5F339F5353AA22 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Kris Kennaway wrote: > On Mon, Dec 18, 2006 at 12:27:35AM +0000, Florent Thoumie wrote: >> flz 2006-12-18 00:27:35 UTC >> >> FreeBSD ports repository >> >> Modified files: >> cad/leocad Makefile=20 >> Log: >> Fix quoting. >=20 > Pointy hat to: kris I only give pointy hats to people who deserve them. You definitely don't fit in that category ;-) Cheers. --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --------------enig073CBC671A5F339F5353AA22 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFhfJhMxEkbVFH3PQRCtBdAJ9xlsZRCc+58GGYZgmiNNqiCUGvygCeNBWH OG6KLLFSPBk1MtbrXFUJS9E= =gFex -----END PGP SIGNATURE----- --------------enig073CBC671A5F339F5353AA22-- From owner-cvs-all@FreeBSD.ORG Mon Dec 18 02:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5699C16A494; Mon, 18 Dec 2006 02:40:24 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 158C443CA1; Mon, 18 Dec 2006 02:40:24 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBI2eNrE098898; Mon, 18 Dec 2006 02:40:23 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI2eNAL098897; Mon, 18 Dec 2006 02:40:23 GMT (envelope-from kmacy) Message-Id: <200612180240.kBI2eNAL098897@repoman.freebsd.org> From: Kip Macy Date: Mon, 18 Dec 2006 02:40: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/sun4v/sun4v exception.S wbuf.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: Mon, 18 Dec 2006 02:40:24 -0000 kmacy 2006-12-18 02:40:23 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v exception.S wbuf.S Log: push trap conversion up into tl1_trap to further simplify spill / fill fault handling Revision Changes Path 1.13 +6 -0 src/sys/sun4v/sun4v/exception.S 1.5 +4 -14 src/sys/sun4v/sun4v/wbuf.S From owner-cvs-all@FreeBSD.ORG Mon Dec 18 02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C2BAE16A407; Mon, 18 Dec 2006 02:46:59 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 703B743CA1; Mon, 18 Dec 2006 02:46:59 +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 kBI2kxRI001045; Mon, 18 Dec 2006 02:46:59 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI2kxBe001044; Mon, 18 Dec 2006 02:46:59 GMT (envelope-from ijliao) Message-Id: <200612180246.kBI2kxBe001044@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 18 Dec 2006 02:46: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/py-imdbpy 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, 18 Dec 2006 02:46:59 -0000 ijliao 2006-12-18 02:46:59 UTC FreeBSD ports repository Modified files: www/py-imdbpy Makefile distinfo pkg-plist Log: upgrade to 2.8 Revision Changes Path 1.13 +3 -4 ports/www/py-imdbpy/Makefile 1.14 +3 -3 ports/www/py-imdbpy/distinfo 1.4 +1 -0 ports/www/py-imdbpy/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 18 04:37: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDA2D16A416; Mon, 18 Dec 2006 04:37:17 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAECF43CA1; Mon, 18 Dec 2006 04:37:17 +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 kBI4bHRS020396; Mon, 18 Dec 2006 04:37:17 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI4bHxR020395; Mon, 18 Dec 2006 04:37:17 GMT (envelope-from mezz) Message-Id: <200612180437.kBI4bHxR020395@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 18 Dec 2006 04:37: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/deskutils/nautilus-locked-folder Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 04:37:18 -0000 mezz 2006-12-18 04:37:17 UTC FreeBSD ports repository Modified files: deskutils/nautilus-locked-folder Makefile Log: Fix the build with GCC 4.1. Reported by: krismail Revision Changes Path 1.8 +2 -0 ports/deskutils/nautilus-locked-folder/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 04:50: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E731816A403; Mon, 18 Dec 2006 04:50:48 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B432E43CB9; Mon, 18 Dec 2006 04:50:45 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBI4ojP5030201; Mon, 18 Dec 2006 04:50:45 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI4ojif030200; Mon, 18 Dec 2006 04:50:45 GMT (envelope-from deischen) Message-Id: <200612180450.kBI4ojif030200@repoman.freebsd.org> From: Daniel Eischen Date: Mon, 18 Dec 2006 04:50: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/audio/xmcd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 04:50:49 -0000 deischen 2006-12-18 04:50:45 UTC FreeBSD ports repository Modified files: audio/xmcd Makefile Log: Mark broken for FreeBSD 5.x sparc64. Revision Changes Path 1.57 +4 -0 ports/audio/xmcd/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 04:58: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 618FE16A403; Mon, 18 Dec 2006 04:58:28 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19E5143CA7; Mon, 18 Dec 2006 04:58:28 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBI4wR4x031624; Mon, 18 Dec 2006 04:58:27 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI4wRUi031623; Mon, 18 Dec 2006 04:58:27 GMT (envelope-from rafan) Message-Id: <200612180458.kBI4wRUi031623@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 18 Dec 2006 04: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/devel/p5-PerlIO-eol Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 04:58:28 -0000 rafan 2006-12-18 04:58:27 UTC FreeBSD ports repository Modified files: devel/p5-PerlIO-eol Makefile distinfo Log: - Update to 0.14 Revision Changes Path 1.4 +1 -1 ports/devel/p5-PerlIO-eol/Makefile 1.3 +3 -3 ports/devel/p5-PerlIO-eol/distinfo From owner-cvs-all@FreeBSD.ORG Mon Dec 18 05:36: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E57E816A416; Mon, 18 Dec 2006 05:36:23 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9498643CA5; Mon, 18 Dec 2006 05:36:23 +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 kBI5aNUi039062; Mon, 18 Dec 2006 05:36:23 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI5aNrn039061; Mon, 18 Dec 2006 05:36:23 GMT (envelope-from jkoshy) Message-Id: <200612180536.kBI5aNrn039061@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 18 Dec 2006 05:36: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/lib/libelf libelf_align.c libelf_data.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 05:36:24 -0000 jkoshy 2006-12-18 05:36:23 UTC FreeBSD src repository Modified files: lib/libelf libelf_align.c libelf_data.c Log: Use the correct value of __FreeBSD_version. Revision Changes Path 1.2 +8 -8 src/lib/libelf/libelf_align.c 1.2 +1 -2 src/lib/libelf/libelf_data.c From owner-cvs-all@FreeBSD.ORG Mon Dec 18 05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE9CE16A403; Mon, 18 Dec 2006 05:40:01 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EB4443CA3; Mon, 18 Dec 2006 05:40: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 kBI5e1fh039339; Mon, 18 Dec 2006 05:40:01 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI5e1t5039338; Mon, 18 Dec 2006 05:40:01 GMT (envelope-from jkoshy) Message-Id: <200612180540.kBI5e1t5039338@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 18 Dec 2006 05:40: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/lib/libelf Makefile elf_types.m4 gelf.h gelf_cap.c gelf_move.c gelf_syminfo.c libelf_convert.m4 libelf_fsize.m4 libelf_msize.m4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 05:40:02 -0000 jkoshy 2006-12-18 05:40:01 UTC FreeBSD src repository Modified files: lib/libelf Makefile elf_types.m4 gelf.h gelf_cap.c gelf_move.c gelf_syminfo.c libelf_convert.m4 libelf_fsize.m4 libelf_msize.m4 Log: Use rather than the OS version reported by the kernel to determine which Elf Types are to be handled. Change the M4 templates to wrap an `#if __FreeBSD_version >= NNN'/`#endif' pair around the generated code for each ELF data type, where `NNN' is the OS version where the ELF type was added to the source tree. This change allows cross-builds of old sources on newer FreeBSD systems to work correctly. Problem reported by: ru Revision Changes Path 1.4 +6 -11 src/lib/libelf/Makefile 1.2 +34 -24 src/lib/libelf/elf_types.m4 1.2 +2 -2 src/lib/libelf/gelf.h 1.2 +5 -0 src/lib/libelf/gelf_cap.c 1.2 +5 -0 src/lib/libelf/gelf_move.c 1.2 +5 -0 src/lib/libelf/gelf_syminfo.c 1.2 +9 -12 src/lib/libelf/libelf_convert.m4 1.2 +4 -9 src/lib/libelf/libelf_fsize.m4 1.2 +4 -9 src/lib/libelf/libelf_msize.m4 From owner-cvs-all@FreeBSD.ORG Mon Dec 18 05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B38A16A403; Mon, 18 Dec 2006 05:41:17 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1344243CA5; Mon, 18 Dec 2006 05:41:17 +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 kBI5fGlw039588; Mon, 18 Dec 2006 05:41:16 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI5fGaB039585; Mon, 18 Dec 2006 05:41:16 GMT (envelope-from ijliao) Message-Id: <200612180541.kBI5fGaB039585@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 18 Dec 2006 05: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: ports/science/cdo Makefile distinfo pkg-message ports/science/cdo/files extra-patch-freebsd5-pthread patch-src-cdo.c patch-src-cdo_pthread.c patch-src-config.h.in patch-src-pthread_debug.c patch-src-pthread_debug.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, 18 Dec 2006 05:41:17 -0000 ijliao 2006-12-18 05:41:16 UTC FreeBSD ports repository Modified files: science/cdo Makefile distinfo Added files: science/cdo pkg-message science/cdo/files patch-src-cdo_pthread.c patch-src-config.h.in patch-src-pthread_debug.c patch-src-pthread_debug.h Removed files: science/cdo/files extra-patch-freebsd5-pthread patch-src-cdo.c Log: upgrade to 1.0.6 PR: 106849 Submitted by: maintainer Revision Changes Path 1.7 +3 -8 ports/science/cdo/Makefile 1.4 +3 -3 ports/science/cdo/distinfo 1.2 +0 -29 ports/science/cdo/files/extra-patch-freebsd5-pthread (dead) 1.2 +0 -11 ports/science/cdo/files/patch-src-cdo.c (dead) 1.1 +29 -0 ports/science/cdo/files/patch-src-cdo_pthread.c (new) 1.1 +11 -0 ports/science/cdo/files/patch-src-config.h.in (new) 1.1 +18 -0 ports/science/cdo/files/patch-src-pthread_debug.c (new) 1.1 +13 -0 ports/science/cdo/files/patch-src-pthread_debug.h (new) 1.1 +7 -0 ports/science/cdo/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C7A8816A403; Mon, 18 Dec 2006 05:42:34 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E8D43CA3; Mon, 18 Dec 2006 05:42:34 +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 kBI5gY52040298; Mon, 18 Dec 2006 05:42:34 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI5gYBh040296; Mon, 18 Dec 2006 05:42:34 GMT (envelope-from mjacob) Message-Id: <200612180542.kBI5gYBh040296@repoman.freebsd.org> From: Matt Jacob Date: Mon, 18 Dec 2006 05:42:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf options X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 05:42:34 -0000 mjacob 2006-12-18 05:42:34 UTC FreeBSD src repository Modified files: sys/conf options Log: spelling nit Revision Changes Path 1.568 +1 -1 src/sys/conf/options From owner-cvs-all@FreeBSD.ORG Mon Dec 18 05:43: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A37716A500; Mon, 18 Dec 2006 05:43:02 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3083243CA5; Mon, 18 Dec 2006 05:43:01 +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 kBI5h1Sc040492; Mon, 18 Dec 2006 05:43:01 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI5h1Io040491; Mon, 18 Dec 2006 05:43:01 GMT (envelope-from ijliao) Message-Id: <200612180543.kBI5h1Io040491@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 18 Dec 2006 05: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/graphics/pngrewrite Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 05:43:02 -0000 ijliao 2006-12-18 05:43:01 UTC FreeBSD ports repository Modified files: graphics/pngrewrite Makefile Log: fix master_site PR: 106847 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/graphics/pngrewrite/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A401B16A407; Mon, 18 Dec 2006 05:45:28 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7681F43CAA; Mon, 18 Dec 2006 05:45:24 +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 kBI5jOVn040922; Mon, 18 Dec 2006 05:45:24 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI5jO6x040921; Mon, 18 Dec 2006 05:45:24 GMT (envelope-from mjacob) Message-Id: <200612180545.kBI5jO6x040921@repoman.freebsd.org> From: Matt Jacob Date: Mon, 18 Dec 2006 05:45: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/conf files.amd64 files.arm files.i386 files.pc98 files.powerpc files.sparc64 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 05:45:28 -0000 mjacob 2006-12-18 05:45:24 UTC FreeBSD src repository Modified files: sys/conf files.amd64 files.arm files.i386 files.pc98 files.powerpc files.sparc64 Log: opt_ah.h ends up copied into a kernelcompile directory in some aches as a read-only file. In a number of cases this has led to compiles failing- usually due to some strange NFS drift which thinks that the opt_ah.h in the compile directory is out of date wrt the source it is copied from. When the copy is executed again, it fails because the target is read-only. Oops. Modify the compile hooks avoid this. Discussed with a while back with: Sam Leffler Revision Changes Path 1.100 +1 -1 src/sys/conf/files.amd64 1.14 +1 -1 src/sys/conf/files.arm 1.572 +1 -1 src/sys/conf/files.i386 1.351 +1 -1 src/sys/conf/files.pc98 1.61 +1 -1 src/sys/conf/files.powerpc 1.84 +1 -1 src/sys/conf/files.sparc64 From owner-cvs-all@FreeBSD.ORG Mon Dec 18 05:46: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA7BE16A403; Mon, 18 Dec 2006 05:46:41 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84D4943C9F; Mon, 18 Dec 2006 05:46:41 +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 kBI5kf2v040998; Mon, 18 Dec 2006 05:46:41 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI5kf4J040997; Mon, 18 Dec 2006 05:46:41 GMT (envelope-from ijliao) Message-Id: <200612180546.kBI5kf4J040997@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 18 Dec 2006 05: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/graphics/metapixel Makefile distinfo ports/graphics/metapixel/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: Mon, 18 Dec 2006 05:46:41 -0000 ijliao 2006-12-18 05:46:41 UTC FreeBSD ports repository Modified files: graphics/metapixel Makefile distinfo graphics/metapixel/files patch-Makefile Log: upgrade to 1.0.2 PR: 106846 Submitted by: maintainer Revision Changes Path 1.14 +6 -6 ports/graphics/metapixel/Makefile 1.7 +3 -3 ports/graphics/metapixel/distinfo 1.8 +44 -38 ports/graphics/metapixel/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 05:52: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A90F216A415; Mon, 18 Dec 2006 05:52:46 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6483643CA0; Mon, 18 Dec 2006 05:52:46 +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 kBI5qkj1042044; Mon, 18 Dec 2006 05:52:46 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI5qkFG042043; Mon, 18 Dec 2006 05:52:46 GMT (envelope-from mi) Message-Id: <200612180552.kBI5qkFG042043@repoman.freebsd.org> From: Mikhail Teterin Date: Mon, 18 Dec 2006 05:52:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/icu/files patch-enum-bug X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 05:52:46 -0000 mi 2006-12-18 05:52:46 UTC FreeBSD ports repository Added files: devel/icu/files patch-enum-bug Log: Work around the apparent bug in enum-to-enum casting in the 5.3 compiler by using the int-to-enum casting instead. The port should now build on 5.3 and wherever else the self-tests were failing before. Submitted to vendor. Obtained from: Michael Cornelius Revision Changes Path 1.1 +50 -0 ports/devel/icu/files/patch-enum-bug (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 05:54: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1DB6F16A415; Mon, 18 Dec 2006 05:54:51 +0000 (UTC) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD0B343CA0; Mon, 18 Dec 2006 05:54:50 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBI5soQV042506; Mon, 18 Dec 2006 05:54:50 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI5soHm042505; Mon, 18 Dec 2006 05:54:50 GMT (envelope-from takawata) Message-Id: <200612180554.kBI5soHm042505@repoman.freebsd.org> From: Takanori Watanabe Date: Mon, 18 Dec 2006 05:54: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/modules/acpi Makefile src/sys/modules/acpi/acpi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 05:54:51 -0000 takawata 2006-12-18 05:54:50 UTC FreeBSD src repository Modified files: sys/modules/acpi Makefile sys/modules/acpi/acpi Makefile Log: Hook acpi gadget driver modules to other acpi archs. Revision Changes Path 1.52 +3 -7 src/sys/modules/acpi/Makefile 1.17 +5 -0 src/sys/modules/acpi/acpi/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 06: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2756F16A403 for ; Mon, 18 Dec 2006 06:09:01 +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 108E343C9F for ; Mon, 18 Dec 2006 06:08:59 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 1243 invoked by uid 399); 18 Dec 2006 06:09:05 -0000 Received: from localhost (HELO ?192.168.0.5?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 18 Dec 2006 06:09:05 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <45863072.1020207@FreeBSD.org> Date: Sun, 17 Dec 2006 22:08:50 -0800 From: Doug Barton Organization: http://www.freebsd.org/ User-Agent: Thunderbird 1.5.0.8 (X11/20061215) MIME-Version: 1.0 To: Martin Wilke References: <200612161027.kBGARW1v029731@repoman.freebsd.org> In-Reply-To: <200612161027.kBGARW1v029731@repoman.freebsd.org> X-Enigmail-Version: 0.94.1.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/dbmail21 Makefile pkg-descr ports/mail/dbmail21/files dbmail-timsieved.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 06:09:01 -0000 Martin Wilke wrote: > miwi 2006-12-16 10:27:32 UTC > > FreeBSD ports repository > > Modified files: > mail/dbmail21 Makefile pkg-descr > Added files: > mail/dbmail21/files dbmail-timsieved.sh.in > Log: > - Add rc-script for dbmail-timsieved This is a good thing, and the script itself looks good. One nit, newly created rc.d scripts should be named without the .sh. bsd.port.mk will take care of adding the .sh if it's needed. Doug > - Fix potential problem with LDFLAGS > - Edit pkg-descr to make portlint a bit happier > > PR: ports/106762 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=106762 > Submitted by: Mark Starovoytov > Revision Changes Path > 1.34 +5 -5 ports/mail/dbmail21/Makefile > 1.1 +32 -0 ports/mail/dbmail21/files/dbmail-timsieved.sh.in (new) > 1.4 +0 -2 ports/mail/dbmail21/pkg-descr > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/mail/dbmail21/Makefile.diff?&r1=1.33&r2=1.34&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/mail/dbmail21/files/dbmail-timsieved.sh.in > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/mail/dbmail21/pkg-descr.diff?&r1=1.3&r2=1.4&f=h > -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Mon Dec 18 06:18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CD1716A583 for ; Mon, 18 Dec 2006 06:18:17 +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 66D0043CA6 for ; Mon, 18 Dec 2006 06:18:07 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 17705 invoked by uid 399); 18 Dec 2006 05:51:33 -0000 Received: from localhost (HELO ?192.168.0.5?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 18 Dec 2006 05:51:33 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <45862C55.8010209@FreeBSD.org> Date: Sun, 17 Dec 2006 21:51:17 -0800 From: Doug Barton Organization: http://www.freebsd.org/ User-Agent: Thunderbird 1.5.0.8 (X11/20061215) MIME-Version: 1.0 To: Tim Bishop References: <200612171233.kBHCX24t005540@repoman.freebsd.org> In-Reply-To: <200612171233.kBHCX24t005540@repoman.freebsd.org> X-Enigmail-Version: 0.94.1.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/shells/bash2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 06:18:17 -0000 Tim Bishop wrote: > tdb 2006-12-17 12:33:02 UTC > > FreeBSD ports repository > > Modified files: > shells/bash2 Makefile > Log: > - Fix build on 4.x. > The test in the previous commit was the wrong way round. > > Revision Changes Path > 1.86 +1 -1 ports/shells/bash2/Makefile > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/shells/bash2/Makefile.diff?&r1=1.85&r2=1.86&f=h > Is there any reason not to deprecate bash2? AFAIK bash 3 is a superset, and I don't think bash 2 is maintained anymore. Doug -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Mon Dec 18 06:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C463716A403; Mon, 18 Dec 2006 06:33:19 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ECDB43CA2; Mon, 18 Dec 2006 06:33:19 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBI6XJRG049600; Mon, 18 Dec 2006 06:33:19 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI6XJGj049599; Mon, 18 Dec 2006 06:33:19 GMT (envelope-from rafan) Message-Id: <200612180633.kBI6XJGj049599@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 18 Dec 2006 06:33: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/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, 18 Dec 2006 06:33:19 -0000 rafan 2006-12-18 06:33:19 UTC FreeBSD ports repository Modified files: graphics/p5-Image-ExifTool Makefile distinfo pkg-plist Log: - Update to 6.59 PR: ports/106200 Submitted by: chinsan Approved by: maintainer timeout (15 days) Revision Changes Path 1.25 +13 -12 ports/graphics/p5-Image-ExifTool/Makefile 1.25 +3 -3 ports/graphics/p5-Image-ExifTool/distinfo 1.18 +16 -1 ports/graphics/p5-Image-ExifTool/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 18 07:11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CC9616A412; Mon, 18 Dec 2006 07:11:16 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E007F43CA0; Mon, 18 Dec 2006 07:11:15 +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 kBI7BFbL056815; Mon, 18 Dec 2006 07:11:15 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI7BFSq056810; Mon, 18 Dec 2006 07:11:15 GMT (envelope-from dinoex) Message-Id: <200612180711.kBI7BFSq056810@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 07:11:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sid-milter Makefile ports/mail/sid-milter/files patch-sm-marid.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 07:11:16 -0000 dinoex 2006-12-18 07:11:15 UTC FreeBSD ports repository Modified files: mail/sid-milter Makefile Added files: mail/sid-milter/files patch-sm-marid.c Log: - update sm_marid_version_patterns Submitted by: Andrey Chernov (ache) Revision Changes Path 1.16 +1 -0 ports/mail/sid-milter/Makefile 1.1 +12 -0 ports/mail/sid-milter/files/patch-sm-marid.c (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 07:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B5C716A40F; Mon, 18 Dec 2006 07:22:29 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AFD943CAC; Mon, 18 Dec 2006 07:22:26 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBI7MQ61058830; Mon, 18 Dec 2006 07:22:26 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI7MPrg058829; Mon, 18 Dec 2006 07:22:25 GMT (envelope-from kmacy) Message-Id: <200612180722.kBI7MPrg058829@repoman.freebsd.org> From: Kip Macy Date: Mon, 18 Dec 2006 07:22: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/sun4v/mdesc mdesc_vdevfindnode.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 07:22:29 -0000 kmacy 2006-12-18 07:22:25 UTC FreeBSD src repository Added files: sys/sun4v/mdesc mdesc_vdevfindnode.c Log: add helper function for finding a virtual device node in a machine description Revision Changes Path 1.1 +101 -0 src/sys/sun4v/mdesc/mdesc_vdevfindnode.c (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 07:25: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9031616A4C8; Mon, 18 Dec 2006 07:25:28 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A869543CB2; Mon, 18 Dec 2006 07:25:27 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBI7PQw2059374; Mon, 18 Dec 2006 07:25:26 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI7PQwB059373; Mon, 18 Dec 2006 07:25:26 GMT (envelope-from kmacy) Message-Id: <200612180725.kBI7PQwB059373@repoman.freebsd.org> From: Kip Macy Date: Mon, 18 Dec 2006 07:25: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/sun4v/include/cddl mdesc.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, 18 Dec 2006 07:25:28 -0000 kmacy 2006-12-18 07:25:26 UTC FreeBSD src repository Modified files: sys/sun4v/include/cddl mdesc.h Log: add declaration for new helper function Revision Changes Path 1.2 +2 -0 src/sys/sun4v/include/cddl/mdesc.h From owner-cvs-all@FreeBSD.ORG Mon Dec 18 07:26: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B5ACE16A403 for ; Mon, 18 Dec 2006 07:26:32 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 514EC43CA6 for ; Mon, 18 Dec 2006 07:26:31 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so364504ana for ; Sun, 17 Dec 2006 23:26:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Z3aMLrxeDQjuDiO3K8VQdeCyJOYPkRJ79nBtv6pwplxR9ergGazjoE1A3yslVy8gk51woGCpmU3BF6QpIuXB1N7Zh8UqDXWi9FxFrXiMhbwirYQxKgA4qAIqxNmsGL3Xr1q+HzA9TcndemrDPTYLDtO9dpjF4M3MXRt2TMTUfG4= Received: by 10.100.120.5 with SMTP id s5mr2848268anc.1166425159784; Sun, 17 Dec 2006 22:59:19 -0800 (PST) Received: by 10.100.136.16 with HTTP; Sun, 17 Dec 2006 22:59:19 -0800 (PST) Message-ID: <6eb82e0612172259n45fe8783v512a6814d64e052@mail.gmail.com> Date: Mon, 18 Dec 2006 14:59:19 +0800 From: "Rong-en Fan" To: "Takanori Watanabe" In-Reply-To: <200612180554.kBI5soHm042505@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200612180554.kBI5soHm042505@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/modules/acpi Makefile src/sys/modules/acpi/acpi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 07:26:32 -0000 On 12/18/06, Takanori Watanabe wrote: > takawata 2006-12-18 05:54:50 UTC > > FreeBSD src repository > > Modified files: > sys/modules/acpi Makefile > sys/modules/acpi/acpi Makefile > Log: > Hook acpi gadget driver modules to other acpi archs. Thank you! From owner-cvs-all@FreeBSD.ORG Mon Dec 18 07:26: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B98816A407; Mon, 18 Dec 2006 07:26:36 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8628B43CA5; Mon, 18 Dec 2006 07:26:35 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBI7QZ6x059455; Mon, 18 Dec 2006 07:26:35 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI7QZQt059454; Mon, 18 Dec 2006 07:26:35 GMT (envelope-from kmacy) Message-Id: <200612180726.kBI7QZQt059454@repoman.freebsd.org> From: Kip Macy Date: Mon, 18 Dec 2006 07:26: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/conf files.sun4v X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 07:26:36 -0000 kmacy 2006-12-18 07:26:35 UTC FreeBSD src repository Modified files: sys/conf files.sun4v Log: build new mdesc file Revision Changes Path 1.8 +3 -1 src/sys/conf/files.sun4v From owner-cvs-all@FreeBSD.ORG Mon Dec 18 07:29: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3FBAE16A407; Mon, 18 Dec 2006 07:29:00 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F136843CA3; Mon, 18 Dec 2006 07:28:59 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBI7Sx3h059566; Mon, 18 Dec 2006 07:28:59 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI7SxGO059565; Mon, 18 Dec 2006 07:28:59 GMT (envelope-from kmacy) Message-Id: <200612180728.kBI7SxGO059565@repoman.freebsd.org> From: Kip Macy Date: Mon, 18 Dec 2006 07:28:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/include param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 07:29:00 -0000 kmacy 2006-12-18 07:28:59 UTC FreeBSD src repository Modified files: sys/sparc64/include param.h Log: add new large page sizes for use by shared loader Revision Changes Path 1.22 +8 -0 src/sys/sparc64/include/param.h From owner-cvs-all@FreeBSD.ORG Mon Dec 18 07:30: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D2F1C16A403; Mon, 18 Dec 2006 07:30:40 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29E0C43CAD; Mon, 18 Dec 2006 07:30:37 +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 kBI7UbKJ059701; Mon, 18 Dec 2006 07:30:37 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI7Ubdw059700; Mon, 18 Dec 2006 07:30:37 GMT (envelope-from dinoex) Message-Id: <200612180730.kBI7Ubdw059700@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 07:30:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/netpbm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 07:30:40 -0000 dinoex 2006-12-18 07:30:37 UTC FreeBSD ports repository Modified files: graphics/netpbm Makefile distinfo Log: - update to 10.26.36 - fix makesum Revision Changes Path 1.136 +8 -2 ports/graphics/netpbm/Makefile 1.84 +3 -3 ports/graphics/netpbm/distinfo From owner-cvs-all@FreeBSD.ORG Mon Dec 18 07:35: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0277816A415; Mon, 18 Dec 2006 07:35:22 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB2AC43CB2; Mon, 18 Dec 2006 07:35:15 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBI7ZFsY061098; Mon, 18 Dec 2006 07:35:15 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI7ZF1a061097; Mon, 18 Dec 2006 07:35:15 GMT (envelope-from kmacy) Message-Id: <200612180735.kBI7ZF1a061097@repoman.freebsd.org> From: Kip Macy Date: Mon, 18 Dec 2006 07:35:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/common bootstrap.h src/sys/boot/sparc64/loader main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 07:35:22 -0000 kmacy 2006-12-18 07:35:14 UTC FreeBSD src repository Modified files: sys/boot/common bootstrap.h sys/boot/sparc64/loader main.c Log: add an interface for passing the entire kernel size up front to the loader so that it can memory can be allocated aligned at the beginning of the desired large page Revision Changes Path 1.44 +2 -0 src/sys/boot/common/bootstrap.h 1.30 +50 -1 src/sys/boot/sparc64/loader/main.c From owner-cvs-all@FreeBSD.ORG Mon Dec 18 07:47: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B23816A40F; Mon, 18 Dec 2006 07:47:01 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0424643CA4; Mon, 18 Dec 2006 07:46:59 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBI7kxQs062754; Mon, 18 Dec 2006 07:46:59 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI7kxqM062753; Mon, 18 Dec 2006 07:46:59 GMT (envelope-from kmacy) Message-Id: <200612180746.kBI7kxqM062753@repoman.freebsd.org> From: Kip Macy Date: Mon, 18 Dec 2006 07:46:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sun4v/sun4v tsb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 07:47:01 -0000 kmacy 2006-12-18 07:46:59 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v tsb.c Log: remove unneeded operations in tsb_set_tte_real - the function is only used early in initialization so SMP safeness isn't really an issue Revision Changes Path 1.7 +3 -7 src/sys/sun4v/sun4v/tsb.c From owner-cvs-all@FreeBSD.ORG Mon Dec 18 08:02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56AE716A412; Mon, 18 Dec 2006 08:02:55 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10C2243CA3; Mon, 18 Dec 2006 08:02:55 +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 kBI82sEq065448; Mon, 18 Dec 2006 08:02:54 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI82skj065446; Mon, 18 Dec 2006 08:02:54 GMT (envelope-from dougb) Message-Id: <200612180802.kBI82skj065446@repoman.freebsd.org> From: Doug Barton Date: Mon, 18 Dec 2006 08:02:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/windowmaker/files patch-wrlib_x86_specific.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 08:02:55 -0000 dougb 2006-12-18 08:02:54 UTC FreeBSD ports repository Added files: x11-wm/windowmaker/files patch-wrlib_x86_specific.c Log: Fix build with gcc 4.1 Obtained from: Gentoo Revision Changes Path 1.1 +130 -0 ports/x11-wm/windowmaker/files/patch-wrlib_x86_specific.c (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 08:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA98716A407; Mon, 18 Dec 2006 08:23:02 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B8AE43CB2; Mon, 18 Dec 2006 08:23:01 +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 kBI8N1ig069704; Mon, 18 Dec 2006 08:23:01 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI8N1Y4069699; Mon, 18 Dec 2006 08:23:01 GMT (envelope-from dougb) Message-Id: <200612180823.kBI8N1Y4069699@repoman.freebsd.org> From: Doug Barton Date: Mon, 18 Dec 2006 08:23: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/textproc/htdig/files patch-htsearch_Collection.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, 18 Dec 2006 08:23:02 -0000 dougb 2006-12-18 08:23:00 UTC FreeBSD ports repository Added files: textproc/htdig/files patch-htsearch_Collection.h Log: Fix build with gcc 4.1 Revision Changes Path 1.1 +14 -0 ports/textproc/htdig/files/patch-htsearch_Collection.h (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 10B1616A403; Mon, 18 Dec 2006 10:10:02 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D20543CA7; Mon, 18 Dec 2006 10:10:01 +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 kBIAA111095894; Mon, 18 Dec 2006 10:10:01 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIAA1Br095893; Mon, 18 Dec 2006 10:10:01 GMT (envelope-from ehaupt) Message-Id: <200612181010.kBIAA1Br095893@repoman.freebsd.org> From: Emanuel Haupt Date: Mon, 18 Dec 2006 10:10:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/fractorama Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 10:10:02 -0000 ehaupt 2006-12-18 10:10:00 UTC FreeBSD ports repository Modified files: graphics/fractorama Makefile Log: This port now builds with gcc 4.0+ Notified by: kris Revision Changes Path 1.16 +2 -0 ports/graphics/fractorama/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 10:19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CA1316A40F; Mon, 18 Dec 2006 10:19:19 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B554043CAC; Mon, 18 Dec 2006 10:19:16 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBIAJGqP097414; Mon, 18 Dec 2006 10:19:16 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIAJGmG097413; Mon, 18 Dec 2006 10:19:16 GMT (envelope-from fjoe) Message-Id: <200612181019.kBIAJGmG097413@repoman.freebsd.org> From: Max Khon Date: Mon, 18 Dec 2006 10: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/pgadmin3-12 Makefile ports/databases/pgadmin3-12/files patch-src-include-pgFunction.h patch-src-include-pgObject.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, 18 Dec 2006 10:19:19 -0000 fjoe 2006-12-18 10:19:16 UTC FreeBSD ports repository Modified files: databases/pgadmin3-12 Makefile Added files: databases/pgadmin3-12/files patch-src-include-pgFunction.h patch-src-include-pgObject.h Log: - Fix build with gcc 4.1. - Bump PORTREVISION. Revision Changes Path 1.25 +1 -1 ports/databases/pgadmin3-12/Makefile 1.1 +11 -0 ports/databases/pgadmin3-12/files/patch-src-include-pgFunction.h (new) 1.1 +11 -0 ports/databases/pgadmin3-12/files/patch-src-include-pgObject.h (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B66DE16A40F; Mon, 18 Dec 2006 10:32:20 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 823FE43CA6; Mon, 18 Dec 2006 10:32:20 +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 kBIAWK9k000415; Mon, 18 Dec 2006 10:32:20 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIAWK6H000413; Mon, 18 Dec 2006 10:32:20 GMT (envelope-from dinoex) Message-Id: <200612181032.kBIAWK6H000413@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 10:32: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/news Makefile ports/news/lusernet Makefile distinfo pkg-descr pkg-plist ports/news/lusernet/files patch-pantomime_1_2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 10:32:20 -0000 dinoex 2006-12-18 10:32:20 UTC FreeBSD ports repository Modified files: news Makefile Added files: news/lusernet Makefile distinfo pkg-descr pkg-plist news/lusernet/files patch-pantomime_1_2 Log: LuserNET is an NNTP-based news reader for GNUstep. WWW: http://web.telia.com/~u42308495/alex/LuserNET/LuserNET.html Revision Changes Path 1.127 +1 -0 ports/news/Makefile 1.1 +26 -0 ports/news/lusernet/Makefile (new) 1.1 +3 -0 ports/news/lusernet/distinfo (new) 1.1 +649 -0 ports/news/lusernet/files/patch-pantomime_1_2 (new) 1.1 +3 -0 ports/news/lusernet/pkg-descr (new) 1.1 +18 -0 ports/news/lusernet/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E00B316A407; Mon, 18 Dec 2006 10:32:46 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 605F043CA8; Mon, 18 Dec 2006 10:32:46 +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 kBIAWkbV000492; Mon, 18 Dec 2006 10:32:46 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIAWk0C000490; Mon, 18 Dec 2006 10:32:46 GMT (envelope-from dinoex) Message-Id: <200612181032.kBIAWk0C000490@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 10:32:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 18 Dec 2006 10:32:47 -0000 dinoex 2006-12-18 10:32:46 UTC FreeBSD ports repository Modified files: . modules Log: lusernet --> ports/news/lusernet Revision Changes Path 1.16874 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Dec 18 10:38: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0FAA16A403; Mon, 18 Dec 2006 10:38:46 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4562D43CA2; Mon, 18 Dec 2006 10:38:46 +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 kBIAcjMs000765; Mon, 18 Dec 2006 10:38:45 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIAcj0q000764; Mon, 18 Dec 2006 10:38:45 GMT (envelope-from barner) Message-Id: <200612181038.kBIAcj0q000764@repoman.freebsd.org> From: Simon Barner Date: Mon, 18 Dec 2006 10:38:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/boost/files FBSD5-patch-boost::python::detail::config.hpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 10:38:47 -0000 barner 2006-12-18 10:38:45 UTC FreeBSD ports repository Modified files: devel/boost/files FBSD5-patch-boost::python::detail::config.hpp Log: - Fix build with g++41 by restricting the offsetof workaround for use with g++3.x and below Requested by: kris Revision Changes Path 1.2 +7 -3 ports/devel/boost/files/FBSD5-patch-boost::python::detail::config.hpp From owner-cvs-all@FreeBSD.ORG Mon Dec 18 11:08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B09B16A407; Mon, 18 Dec 2006 11:08:52 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E27E43CB8; Mon, 18 Dec 2006 11:06:58 +0000 (GMT) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5FCD7.dip.t-dialin.net [84.165.252.215]) by redbull.bpaserver.net (Postfix) with ESMTP id C456E2E190; Mon, 18 Dec 2006 11:37:33 +0100 (CET) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 3D1AF5B480D; Mon, 18 Dec 2006 11:37:30 +0100 (CET) Received: (from www@localhost) by webmail.leidinger.net (8.13.8/8.13.8/Submit) id kBIAbUA1088808; Mon, 18 Dec 2006 11:37:30 +0100 (CET) (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; Mon, 18 Dec 2006 11:37:30 +0100 Message-ID: <20061218113730.idy8554pr00s44o4@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Mon, 18 Dec 2006 11:37:30 +0100 From: Alexander Leidinger To: Joel Dahl References: <200612171606.kBHG6jan058276@repoman.freebsd.org> <1166373781.672.0.camel@localhost> In-Reply-To: <1166373781.672.0.camel@localhost> 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.3) / FreeBSD-7.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-15.364, required 6, autolearn=not spam, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14, SMILEY -0.50) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ariff Abdullah Subject: Re: cvs commit: src/sys/dev/sound/pci envy24.c envy24ht.c envy24ht.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, 18 Dec 2006 11:08:52 -0000 Quoting Joel Dahl (from Sun, 17 Dec 2006 17:43:01 +0100): > On Sun, 2006-12-17 at 16:06 +0000, Ariff Abdullah wrote: >> ariff 2006-12-17 16:06:45 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/sound/pci envy24.c envy24ht.c envy24ht.h >> Log: >> Latest updates for Envy24/24HT. Fix various issues with LOR and panic >> during verbose booting. >> >> Submitted by: Konstantin Dimitrov > > Thanks for fixing this. :-) And a pointyhat for netchild for forgetting to commit this 1.5 months ago. Bye, Alexander. -- The meeting of two personalities is like the contact of two chemical substances: if there is any reaction, both are transformed. -- Carl Jung http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-cvs-all@FreeBSD.ORG Mon Dec 18 11:12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D16916A415; Mon, 18 Dec 2006 11:12:18 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C56A43CAB; Mon, 18 Dec 2006 11:12:05 +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 kBIBC1bc007472; Mon, 18 Dec 2006 11:12:01 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIBC1lG007467; Mon, 18 Dec 2006 11:12:01 GMT (envelope-from pjd) Message-Id: <200612181112.kBIBC1lG007467@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 18 Dec 2006 11:12: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/sbin/ggate/ggated ggated.c src/sbin/ggate/shared ggate.c ggate.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 11:12:18 -0000 pjd 2006-12-18 11:12:00 UTC FreeBSD src repository Modified files: sbin/ggate/ggated ggated.c sbin/ggate/shared ggate.c ggate.h Log: For consistency use 'unsigned' instead of 'u_int'. Revision Changes Path 1.9 +1 -1 src/sbin/ggate/ggated/ggated.c 1.8 +2 -2 src/sbin/ggate/shared/ggate.c 1.5 +1 -1 src/sbin/ggate/shared/ggate.h From owner-cvs-all@FreeBSD.ORG Mon Dec 18 11:25: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD57C16A494; Mon, 18 Dec 2006 11:25:06 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E94C43CA2; Mon, 18 Dec 2006 11:25: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 kBIBP2Zg009563; Mon, 18 Dec 2006 11:25:02 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIBP2gk009562; Mon, 18 Dec 2006 11:25:02 GMT (envelope-from pjd) Message-Id: <200612181125.kBIBP2gk009562@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 18 Dec 2006 11:25:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/ggate/ggated ggated.c src/sbin/ggate/shared ggate.c ggate.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 11:25:07 -0000 pjd 2006-12-18 11:25:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ggate/ggated ggated.c sbin/ggate/shared ggate.c ggate.h Log: MFC: sbin/ggate/ggated/ggated.c 1.8,1.9 sbin/ggate/shared/ggate.c 1.7,1.8 sbin/ggate/shared/ggate.h 1.4,1.5 Fix ggated for platforms with 64bit size_t. The DIOCGSECTORSIZE ioctl returns u_int. Reported by: Javier Martín Rueda PR: amd64/91799 Revision Changes Path 1.7.2.1 +1 -1 src/sbin/ggate/ggated/ggated.c 1.5.2.2 +2 -2 src/sbin/ggate/shared/ggate.c 1.3.2.1 +1 -1 src/sbin/ggate/shared/ggate.h From owner-cvs-all@FreeBSD.ORG Mon Dec 18 11:41: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B935416A407; Mon, 18 Dec 2006 11:41:20 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2-3.pacific.net.au [61.8.2.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCD8E43CAA; Mon, 18 Dec 2006 11:41:17 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id 912236E33E; Mon, 18 Dec 2006 22:40:56 +1100 (EST) Received: from epsplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 3EB1B8C0A; Mon, 18 Dec 2006 22:40:56 +1100 (EST) Date: Mon, 18 Dec 2006 22:40:55 +1100 (EST) From: Bruce Evans X-X-Sender: bde@epsplex.bde.org To: Jung-uk Kim In-Reply-To: <20061216031759.N11941@delplex.bde.org> Message-ID: <20061218220448.S1577@epsplex.bde.org> References: <200612132051.kBDKppS4058663@repoman.freebsd.org> <200612131846.33252.jkim@FreeBSD.org> <20061214152805.D2109@besplex.bde.org> <20061216031759.N11941@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Scott Long , cvs-all@freebsd.org Subject: Re: 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: Mon, 18 Dec 2006 11:41:20 -0000 On Sat, 16 Dec 2006, I wrote: > On Thu, 14 Dec 2006, I wrote: > >> On Wed, 13 Dec 2006, Jung-uk Kim wrote: >> >>> On Wednesday 13 December 2006 03:51 pm, Scott Long wrote: >>>> scottl 2006-12-13 20:51:51 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> sys/dev/bge if_bge.c >>>> Log: >>>> Remove a redundant write of the firmware reset magic number. It >>>> ... >>> I am still getting firmware handshake timeouts and/or watchdog >>> timeouts. Most importantly it panics or get witness warnings (lots >>> of 'memory modified after free'). Panic goes like this (while >>> kldunload if_bge with dhclient enabled): >>> >>> brgphy0: detached >>> miibus0: detached >>> bge0: firmware handshake timed out, found 0x4b657654 >>> bge0: firmware handshake timed out, found 0x4b657654 >> >> I have seen these for debugging the redundant-write problem (not for >> detach but for bringing up the interface for the first time). My 5701 >> just hangs if there is any redundant write (2 where the first one was >> in bge_reset(), or 2 separate, or 2 where the second one was). My >> 5705 survives two separate sets of 256 repeated writes; however, then >> the firmware handshake times out; however2, everything works normally >> after ignoring the the timeout except for printing the message. I >> just noticed that this error wasn't ignored until recently -- I noticed >> the return statement being removed but not that it was in a critical >> area. > > The debugging code doesn't seem to have been responsible for this. > Now, without it I almost (?) always get handshake errors on the 5705, > but never (?) on the 5701. Apparently, the 3rd write (the one that > was removed) was the only correctly placed one. Avoiding the "write_op" part of the changes fixes the handshake errors on my non-PCIE 5705. write_op is only used to write the reset value and one other value to BGE_MISC_CFG. bge_writemem_ind() apparently writes the reset to nowhere, but bge_writereg() still works. %%% Index: if_bge.c =================================================================== RCS file: /home/ncvs/src/sys/dev/bge/if_bge.c,v retrieving revision 1.165 diff -u -2 -r1.165 if_bge.c --- if_bge.c 15 Dec 2006 00:27:06 -0000 1.165 +++ if_bge.c 18 Dec 2006 10:44:05 -0000 @@ -2544,4 +2634,7 @@ if (sc->bge_flags & BGE_FLAG_PCIE) write_op = bge_writemem_direct; + /* XXX bge_writemem_ind is wrong for at least reset of 5705. */ + else if (sc->bge_asicrev == BGE_ASICREV_BCM5705) + write_op = bge_writereg_ind; else write_op = bge_writemem_ind; %%% The panics might be caused by the change making the reset null. Resetting might be much more necessary for uninitialization than for initialization. The bug caused the following behaviour here: - the problem with taking a long time to start serving nfs requests (with /usr nfs-mounted) became larger. Normally, nfs tries to start before the interface is really up and then it takes about a minute to start. With the bug, it often got portmap errors and sometimes never started. - after "ifconfig down", it took a reboot to bring the interface back up. Bruce From owner-cvs-all@FreeBSD.ORG Mon Dec 18 11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 58D1516A407; Mon, 18 Dec 2006 11:57:28 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 131FD43C9F; Mon, 18 Dec 2006 11:57:28 +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 kBIBvRik014313; Mon, 18 Dec 2006 11:57:27 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIBvRlI014312; Mon, 18 Dec 2006 11:57:27 GMT (envelope-from delphij) Message-Id: <200612181157.kBIBvRlI014312@repoman.freebsd.org> From: Xin LI Date: Mon, 18 Dec 2006 11:57: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/sourcenav Makefile ports/devel/sourcenav/files patch-gcc4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 11:57:28 -0000 delphij 2006-12-18 11:57:27 UTC FreeBSD ports repository Modified files: devel/sourcenav Makefile Added files: devel/sourcenav/files patch-gcc4 Log: Fix gcc4 build. Obtained from: Gentoo Reported by: pointyhat via kris Revision Changes Path 1.16 +1 -1 ports/devel/sourcenav/Makefile 1.1 +80 -0 ports/devel/sourcenav/files/patch-gcc4 (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CEE8616A403; Mon, 18 Dec 2006 12:07:28 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B26543CA4; Mon, 18 Dec 2006 12:07:27 +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 kBIC7RQt017061; Mon, 18 Dec 2006 12:07:27 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIC7RIF017060; Mon, 18 Dec 2006 12:07:27 GMT (envelope-from delphij) Message-Id: <200612181207.kBIC7RIF017060@repoman.freebsd.org> From: Xin LI Date: Mon, 18 Dec 2006 12:07:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/sourcenav 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: Mon, 18 Dec 2006 12:07:28 -0000 delphij 2006-12-18 12:07:27 UTC FreeBSD ports repository Modified files: devel/sourcenav Makefile pkg-plist Log: - Use %%DATADIR%% where applicable. - Fix a style nit in Makefile Revision Changes Path 1.17 +1 -1 ports/devel/sourcenav/Makefile 1.6 +68 -68 ports/devel/sourcenav/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 18 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8B5816A40F; Mon, 18 Dec 2006 12:16:17 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8053A43C9F; Mon, 18 Dec 2006 12:16:17 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBICGHLQ018551; Mon, 18 Dec 2006 12:16:17 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBICGH9v018550; Mon, 18 Dec 2006 12:16:17 GMT (envelope-from yar) Message-Id: <200612181216.kBICGH9v018550@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 18 Dec 2006 12:16:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/usr.bin/systat convtbl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 12:16:17 -0000 yar 2006-12-18 12:16:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) usr.bin/systat convtbl.c Log: MFC rev. 1.4: Fix overflow on 1 TB. Approved by: re (bmah) Revision Changes Path 1.3.16.1 +1 -1 src/usr.bin/systat/convtbl.c From owner-cvs-all@FreeBSD.ORG Mon Dec 18 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C56D216A40F; Mon, 18 Dec 2006 12:18:58 +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 444AB43CA7; Mon, 18 Dec 2006 12:18:55 +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 E7283B859; Mon, 18 Dec 2006 13:46:33 +0200 (EET) Received: (nullmailer pid 5388 invoked by uid 1002); Mon, 18 Dec 2006 11:46:33 -0000 Date: Mon, 18 Dec 2006 13:46:33 +0200 From: Vasil Dimov To: Doug Barton Message-ID: <20061218114633.GA5307@qlovarnika.bg.datamax> References: <200612171233.kBHCX24t005540@repoman.freebsd.org> <45862C55.8010209@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3MwIy2ne0vdjdPXF" Content-Disposition: inline In-Reply-To: <45862C55.8010209@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, anholt@FreeBSD.org, Tim Bishop , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/shells/bash2 Makefile 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, 18 Dec 2006 12:18:58 -0000 --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 17, 2006 at 09:51:17PM -0800, Doug Barton wrote: > Tim Bishop wrote: > > tdb 2006-12-17 12:33:02 UTC > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > shells/bash2 Makefile=20 > > Log: > > - Fix build on 4.x. > > The test in the previous commit was the wrong way round. > > =20 > > Revision Changes Path > > 1.86 +1 -1 ports/shells/bash2/Makefile > >=20 > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/shells/bash2/Makefile.diff?= &r1=3D1.85&r2=3D1.86&f=3Dh > >=20 >=20 > Is there any reason not to deprecate bash2? AFAIK bash 3 is a > superset, and I don't think bash 2 is maintained anymore. For some reason devel/cogito (at least) still depends on it: RUN_DEPENDS=3Dbash:${PORTSDIR}/shells/bash2 --=20 Vasil Dimov gro.DSBeerF@dv % If two people love each other, there can be no happy end to it. -- Ernest Hemingway --3MwIy2ne0vdjdPXF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQFFhn+ZFw6SP/bBpCARAmKjAJ4h6V3SPPhNsUuH36WEn9NvqQkArQCgz3Vc W5PePFR3Ul+7ljx4OFsvezY= =EUUo -----END PGP SIGNATURE----- --3MwIy2ne0vdjdPXF-- From owner-cvs-all@FreeBSD.ORG Mon Dec 18 12:19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC36616A52F; Mon, 18 Dec 2006 12:19:10 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1705F43CA6; Mon, 18 Dec 2006 12:19:09 +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 kBICJ8N5018716; Mon, 18 Dec 2006 12:19:08 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBICJ88v018715; Mon, 18 Dec 2006 12:19:08 GMT (envelope-from dinoex) Message-Id: <200612181219.kBICJ88v018715@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 12: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/graphics Makefile ports/graphics/camerakit 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, 18 Dec 2006 12:19:10 -0000 dinoex 2006-12-18 12:19:08 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/camerakit Makefile distinfo pkg-descr pkg-plist Log: CameraKit new framework that allows to access digital cameras. CameraKit is based on libgphoto. WWW: http://home.gna.org/gsimageapps/ Revision Changes Path 1.1019 +1 -0 ports/graphics/Makefile 1.1 +29 -0 ports/graphics/camerakit/Makefile (new) 1.1 +3 -0 ports/graphics/camerakit/distinfo (new) 1.1 +4 -0 ports/graphics/camerakit/pkg-descr (new) 1.1 +20 -0 ports/graphics/camerakit/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1595216A403; Mon, 18 Dec 2006 12:19:50 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C563543C9F; Mon, 18 Dec 2006 12:19:49 +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 kBICJnSt018764; Mon, 18 Dec 2006 12:19:49 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBICJnPY018763; Mon, 18 Dec 2006 12:19:49 GMT (envelope-from dinoex) Message-Id: <200612181219.kBICJnPY018763@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 12:19:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 18 Dec 2006 12:19:50 -0000 dinoex 2006-12-18 12:19:49 UTC FreeBSD ports repository Modified files: . modules Log: camerakit --> ports/graphics/camerakit Revision Changes Path 1.16875 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Dec 18 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 767DA16A40F; Mon, 18 Dec 2006 12:23:49 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D31C943CB0; Mon, 18 Dec 2006 12:23:44 +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 kBICNi5C020181; Mon, 18 Dec 2006 12:23:44 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBICNiD1020180; Mon, 18 Dec 2006 12:23:44 GMT (envelope-from ahze) Message-Id: <200612181223.kBICNiD1020180@repoman.freebsd.org> From: Michael Johnson Date: Mon, 18 Dec 2006 12:23:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ORBit2 Makefile distinfo ports/devel/ORBit2/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 12:23:49 -0000 ahze 2006-12-18 12:23:44 UTC FreeBSD ports repository Modified files: devel/ORBit2 Makefile distinfo devel/ORBit2/files patch-ab Log: Update to 2.14.4 Revision Changes Path 1.123 +1 -1 ports/devel/ORBit2/Makefile 1.59 +3 -3 ports/devel/ORBit2/distinfo 1.13 +7 -7 ports/devel/ORBit2/files/patch-ab From owner-cvs-all@FreeBSD.ORG Mon Dec 18 13:02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3E7B16A403; Mon, 18 Dec 2006 13:02:58 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EDA643CA0; Mon, 18 Dec 2006 13:02:58 +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 kBID2wWN033997; Mon, 18 Dec 2006 13:02:58 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBID2wn5033996; Mon, 18 Dec 2006 13:02:58 GMT (envelope-from oliver) Message-Id: <200612181302.kBID2wn5033996@repoman.freebsd.org> From: Oliver Lehmann Date: Mon, 18 Dec 2006 13: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/sage 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, 18 Dec 2006 13:02:58 -0000 oliver 2006-12-18 13:02:58 UTC FreeBSD ports repository Modified files: graphics/sage Makefile distinfo pkg-plist Log: update to 0.2.0 Revision Changes Path 1.9 +8 -10 ports/graphics/sage/Makefile 1.4 +3 -3 ports/graphics/sage/distinfo 1.4 +2 -3 ports/graphics/sage/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 18 13:35: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3479616A407; Mon, 18 Dec 2006 13:35:25 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2BC943CA4; Mon, 18 Dec 2006 13:35: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 kBIDZOmN040483; Mon, 18 Dec 2006 13:35:24 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIDZOMh040482; Mon, 18 Dec 2006 13:35:24 GMT (envelope-from dinoex) Message-Id: <200612181335.kBIDZOMh040482@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 13:35: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 GIDs UIDs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 13:35:25 -0000 dinoex 2006-12-18 13:35:24 UTC FreeBSD ports repository Modified files: . GIDs UIDs Log: - register cups Revision Changes Path 1.20 +2 -1 ports/GIDs 1.24 +2 -1 ports/UIDs From owner-cvs-all@FreeBSD.ORG Mon Dec 18 13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4782416A4D1; Mon, 18 Dec 2006 13:43:32 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDB0A43CA2; Mon, 18 Dec 2006 13:43:31 +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 kBIDhQkW041928; Mon, 18 Dec 2006 13:43:26 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIDhQh8041927; Mon, 18 Dec 2006 13:43:26 GMT (envelope-from dinoex) Message-Id: <200612181343.kBIDhQh8041927@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 13: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/print/cups pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 13:43:32 -0000 dinoex 2006-12-18 13:43:26 UTC FreeBSD ports repository Removed files: print/cups pkg-plist Log: - drop empty file Revision Changes Path 1.7 +0 -1 ports/print/cups/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 14:10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2212E16A403; Mon, 18 Dec 2006 14:10:04 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4952A43C9F; Mon, 18 Dec 2006 14:10: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 kBIE9mcv046440; Mon, 18 Dec 2006 14:09:48 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIE9moh046439; Mon, 18 Dec 2006 14:09:48 GMT (envelope-from ahze) Message-Id: <200612181409.kBIE9moh046439@repoman.freebsd.org> From: Michael Johnson Date: Mon, 18 Dec 2006 14:09: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/accessibility/atk Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 14:10:04 -0000 ahze 2006-12-18 14:09:47 UTC FreeBSD ports repository Modified files: accessibility/atk Makefile distinfo Log: Update to 1.12.4 Revision Changes Path 1.49 +1 -1 ports/accessibility/atk/Makefile 1.26 +3 -3 ports/accessibility/atk/distinfo From owner-cvs-all@FreeBSD.ORG Mon Dec 18 14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3798D16A407; Mon, 18 Dec 2006 14:13:26 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9E4D43CA3; Mon, 18 Dec 2006 14:13:25 +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 kBIEDPoL047562; Mon, 18 Dec 2006 14:13:25 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIEDPA5047560; Mon, 18 Dec 2006 14:13:25 GMT (envelope-from ahze) Message-Id: <200612181413.kBIEDPA5047560@repoman.freebsd.org> From: Michael Johnson Date: Mon, 18 Dec 2006 14:13: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/accessibility/at-spi Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 14:13:26 -0000 ahze 2006-12-18 14:13:25 UTC FreeBSD ports repository Modified files: accessibility/at-spi Makefile distinfo Log: Update to 1.7.14 Revision Changes Path 1.56 +1 -1 ports/accessibility/at-spi/Makefile 1.30 +3 -3 ports/accessibility/at-spi/distinfo From owner-cvs-all@FreeBSD.ORG Mon Dec 18 14:21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 95D3216A40F; Mon, 18 Dec 2006 14:21:29 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4544C43CA0; Mon, 18 Dec 2006 14:21: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 kBIELOwe048504; Mon, 18 Dec 2006 14:21:24 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIELO65048503; Mon, 18 Dec 2006 14:21:24 GMT (envelope-from dinoex) Message-Id: <200612181421.kBIELO65048503@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 14:21: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/print/cups Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 14:21:29 -0000 dinoex 2006-12-18 14:21:24 UTC FreeBSD ports repository Modified files: print/cups Makefile Log: - move RUN_DEPENDS to BUILD_DEPENDS PR: 106862 Revision Changes Path 1.29 +2 -2 ports/print/cups/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 14:31: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 595CA16A403; Mon, 18 Dec 2006 14:31:06 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 147D043CA7; Mon, 18 Dec 2006 14:31:06 +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 kBIEUpDG049735; Mon, 18 Dec 2006 14:30:51 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIEUpJB049734; Mon, 18 Dec 2006 14:30:51 GMT (envelope-from ahze) Message-Id: <200612181430.kBIEUpJB049734@repoman.freebsd.org> From: Michael Johnson Date: Mon, 18 Dec 2006 14: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/accessibility/gail 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, 18 Dec 2006 14:31:06 -0000 ahze 2006-12-18 14:30:50 UTC FreeBSD ports repository Modified files: accessibility/gail Makefile distinfo pkg-plist Log: Update to 1.9.4 Revision Changes Path 1.58 +1 -1 ports/accessibility/gail/Makefile 1.35 +3 -3 ports/accessibility/gail/distinfo 1.35 +2 -0 ports/accessibility/gail/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 18 14:38: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39A0016A407; Mon, 18 Dec 2006 14:38:34 +0000 (UTC) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8DED43C9F; Mon, 18 Dec 2006 14:38:33 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBIEcVae051222; Mon, 18 Dec 2006 14:38:31 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIEcVQ6051221; Mon, 18 Dec 2006 14:38:31 GMT (envelope-from takawata) Message-Id: <200612181438.kBIEcVQ6051221@repoman.freebsd.org> From: Takanori Watanabe Date: Mon, 18 Dec 2006 14:38:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/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: Mon, 18 Dec 2006 14:38:34 -0000 takawata 2006-12-18 14:38:31 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Oops, I forget to add amd64 as ACPI arch. Revision Changes Path 1.516 +1 -1 src/sys/modules/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 14:54: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 15D7B16A403; Mon, 18 Dec 2006 14:54:33 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D41EA43C9F; Mon, 18 Dec 2006 14:54:32 +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 kBIEsWUW054128; Mon, 18 Dec 2006 14:54:32 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIEsWIF054126; Mon, 18 Dec 2006 14:54:32 GMT (envelope-from ahze) Message-Id: <200612181454.kBIEsWIF054126@repoman.freebsd.org> From: Michael Johnson Date: Mon, 18 Dec 2006 14:54:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/tracker Makefile distinfo pkg-descr pkg-plist ports/sysutils/tracker/files patch-src_sqlite3_os_unix.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 14:54:33 -0000 ahze 2006-12-18 14:54:32 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/tracker Makefile distinfo pkg-descr pkg-plist sysutils/tracker/files patch-src_sqlite3_os_unix.c Log: Add tracker Tracker is a powerful desktop-neutral first class object database, tag/metadata database, search tool and indexer. Tracker is also extremely fast and super efficient with your systems memory when compared with some other competing frameworks and is by far the fastest and most memory efficient Nautilus search and Deskbar backends currently availble. It consists of a common object database that allows entities to have an almost infinte number of properties, metadata (both embedded/harvested as well as user definable), a comprehensive database of keywords/tags and links to other entities. WWW: http://www.gnome.org/~jamiemcc/tracker/ Revision Changes Path 1.870 +1 -0 ports/sysutils/Makefile 1.1 +43 -0 ports/sysutils/tracker/Makefile (new) 1.1 +3 -0 ports/sysutils/tracker/distinfo (new) 1.1 +12 -0 ports/sysutils/tracker/files/patch-src_sqlite3_os_unix.c (new) 1.1 +13 -0 ports/sysutils/tracker/pkg-descr (new) 1.1 +79 -0 ports/sysutils/tracker/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 15:00: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D5A616A415; Mon, 18 Dec 2006 15:00:01 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AB5043CBD; Mon, 18 Dec 2006 14:59: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 kBIExqx5054901; Mon, 18 Dec 2006 14:59:52 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIExqqU054900; Mon, 18 Dec 2006 14:59:52 GMT (envelope-from ahze) Message-Id: <200612181459.kBIExqqU054900@repoman.freebsd.org> From: Michael Johnson Date: Mon, 18 Dec 2006 14:59: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: Mon, 18 Dec 2006 15:00:01 -0000 ahze 2006-12-18 14:59:52 UTC FreeBSD ports repository Modified files: . modules Log: ports_tracker --> ports/audio/tracker tracker --> ports/sysutils/tracker Revision Changes Path 1.16876 +2 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Dec 18 15:01: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6EE5116A4C8; Mon, 18 Dec 2006 15:01:06 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69BD943CAB; Mon, 18 Dec 2006 15:01:05 +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 kBIF12FI055634; Mon, 18 Dec 2006 15:01:02 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIF129o055633; Mon, 18 Dec 2006 15:01:02 GMT (envelope-from ahze) Message-Id: <200612181501.kBIF129o055633@repoman.freebsd.org> From: Michael Johnson Date: Mon, 18 Dec 2006 15:01:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/tracker Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 15:01:06 -0000 ahze 2006-12-18 15:01:02 UTC FreeBSD ports repository Modified files: audio/tracker Makefile Log: Set LATEST_LINK to not conflict with new sysutils/tracker Revision Changes Path 1.48 +1 -0 ports/audio/tracker/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 15:04: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 78CF316A412; Mon, 18 Dec 2006 15:04:18 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E54D643CA9; Mon, 18 Dec 2006 15:04:17 +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 kBIF4Eil059394; Mon, 18 Dec 2006 15:04:14 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIF4EJV059392; Mon, 18 Dec 2006 15:04:14 GMT (envelope-from ahze) Message-Id: <200612181504.kBIF4EJV059392@repoman.freebsd.org> From: Michael Johnson Date: Mon, 18 Dec 2006 15:04: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/sysutils/tracker Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 15:04:18 -0000 ahze 2006-12-18 15:04:14 UTC FreeBSD ports repository Modified files: sysutils/tracker Makefile Log: Depend on gmime2 not gmime Revision Changes Path 1.2 +1 -1 ports/sysutils/tracker/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E67116A412; Mon, 18 Dec 2006 15:15:04 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F194B43CA5; Mon, 18 Dec 2006 15:15:03 +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 kBIFF1Ld062395; Mon, 18 Dec 2006 15:15:01 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIFF1St062394; Mon, 18 Dec 2006 15:15:01 GMT (envelope-from leeym) Message-Id: <200612181515.kBIFF1St062394@repoman.freebsd.org> From: Yen-Ming Lee Date: Mon, 18 Dec 2006 15:15: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/crawl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 15:15:04 -0000 leeym 2006-12-18 15:15:01 UTC FreeBSD ports repository Modified files: www/crawl Makefile Log: - utilize USE_BDB Revision Changes Path 1.20 +4 -4 ports/www/crawl/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 15:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A82D216A415; Mon, 18 Dec 2006 15:23:57 +0000 (UTC) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EDDC43CA4; Mon, 18 Dec 2006 15:23:55 +0000 (GMT) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBIFNm7q063974; Mon, 18 Dec 2006 15:23:48 GMT (envelope-from laszlof@repoman.freebsd.org) Received: (from laszlof@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIFNm3F063973; Mon, 18 Dec 2006 15:23:48 GMT (envelope-from laszlof) Message-Id: <200612181523.kBIFNm3F063973@repoman.freebsd.org> From: "Frank J. Laszlo" Date: Mon, 18 Dec 2006 15:23: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/mambo 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, 18 Dec 2006 15:23:57 -0000 laszlof 2006-12-18 15:23:48 UTC FreeBSD ports repository Modified files: www/mambo Makefile distinfo pkg-plist Log: BIG Update of Mambo 4.5.4 to 4.6.1 PR: ports/106547 Submitted by: Francisco Alves Cabrita (maintainer) Revision Changes Path 1.9 +4 -8 ports/www/mambo/Makefile 1.7 +3 -6 ports/www/mambo/distinfo 1.7 +1408 -847 ports/www/mambo/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 18 15:36: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7DE0C16A403; Mon, 18 Dec 2006 15:36:32 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39D0C43C9F; Mon, 18 Dec 2006 15:36:32 +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 kBIFaWIY065781; Mon, 18 Dec 2006 15:36:32 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIFaWic065780; Mon, 18 Dec 2006 15:36:32 GMT (envelope-from ru) Message-Id: <200612181536.kBIFaWic065780@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 18 Dec 2006 15:36:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/from from.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, 18 Dec 2006 15:36:32 -0000 ru 2006-12-18 15:36:31 UTC FreeBSD src repository Modified files: usr.bin/from from.1 Log: Improve markup. Revision Changes Path 1.16 +5 -4 src/usr.bin/from/from.1 From owner-cvs-all@FreeBSD.ORG Mon Dec 18 15:45: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21EF516A403; Mon, 18 Dec 2006 15:45:02 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8CCA43CA0; Mon, 18 Dec 2006 15:45:01 +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 kBIFj1fU067236; Mon, 18 Dec 2006 15:45:01 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIFj1mv067235; Mon, 18 Dec 2006 15:45:01 GMT (envelope-from ru) Message-Id: <200612181545.kBIFj1mv067235@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 18 Dec 2006 15:45: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/bin/domainname domainname.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, 18 Dec 2006 15:45:02 -0000 ru 2006-12-18 15:45:01 UTC FreeBSD src repository Modified files: bin/domainname domainname.1 Log: Use a standard section name. Revision Changes Path 1.19 +1 -1 src/bin/domainname/domainname.1 From owner-cvs-all@FreeBSD.ORG Mon Dec 18 15:57: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7907516A416; Mon, 18 Dec 2006 15:57:42 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3314C43CA0; Mon, 18 Dec 2006 15:57: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 kBIFvgvp068912; Mon, 18 Dec 2006 15:57:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIFvgXw068911; Mon, 18 Dec 2006 15:57:42 GMT (envelope-from pav) Message-Id: <200612181557.kBIFvgXw068911@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 18 Dec 2006 15: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/irc/xchat Makefile ports/irc/xchat/files patch-xc264-sec-url X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 15:57:42 -0000 pav 2006-12-18 15:57:41 UTC FreeBSD ports repository Modified files: irc/xchat Makefile Added files: irc/xchat/files patch-xc264-sec-url Log: - Fix a security problem Obtained from: Peter Zelezny (author) Revision Changes Path 1.123 +1 -1 ports/irc/xchat/Makefile 1.1 +12 -0 ports/irc/xchat/files/patch-xc264-sec-url (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6D4516A417; Mon, 18 Dec 2006 16:07:09 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F1543CC0; Mon, 18 Dec 2006 16:06:59 +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 kBIG6tHP071642; Mon, 18 Dec 2006 16:06:55 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIG6tiL071641; Mon, 18 Dec 2006 16:06:55 GMT (envelope-from tobez) Message-Id: <200612181606.kBIG6tiL071641@repoman.freebsd.org> From: Anton Berezin Date: Mon, 18 Dec 2006 16: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/graphics/p5-Graph-Easy 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, 18 Dec 2006 16:07:09 -0000 tobez 2006-12-18 16:06:55 UTC FreeBSD ports repository Modified files: graphics/p5-Graph-Easy Makefile distinfo pkg-plist Log: Update to 0.50. Revision Changes Path 1.19 +3 -1 ports/graphics/p5-Graph-Easy/Makefile 1.19 +3 -3 ports/graphics/p5-Graph-Easy/distinfo 1.7 +1 -0 ports/graphics/p5-Graph-Easy/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 18 16:08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B672D16A407; Mon, 18 Dec 2006 16:08:15 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9C4A43CBE; Mon, 18 Dec 2006 16:08: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 kBIG7kYQ071686; Mon, 18 Dec 2006 16:07:46 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIG7k0D071685; Mon, 18 Dec 2006 16:07:46 GMT (envelope-from dinoex) Message-Id: <200612181607.kBIG7k0D071685@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 16:07: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/Mk bsd.gnustep.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 16:08:15 -0000 dinoex 2006-12-18 16:07:46 UTC FreeBSD ports repository Modified files: Mk bsd.gnustep.mk Log: - pass ADDITIONAL_FLAGS ADDITIONAL_CFLAGS - add apps to BUILD_DEPENDS too Revision Changes Path 1.39 +10 -1 ports/Mk/bsd.gnustep.mk From owner-cvs-all@FreeBSD.ORG Mon Dec 18 16:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDA8C16A492; Mon, 18 Dec 2006 16:40:07 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC32443CC0; Mon, 18 Dec 2006 16:40:04 +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 kBIGe4OA076545; Mon, 18 Dec 2006 16:40:04 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIGe4Cj076544; Mon, 18 Dec 2006 16:40:04 GMT (envelope-from jkim) Message-Id: <200612181640.kBIGe4Cj076544@repoman.freebsd.org> From: Jung-uk Kim Date: Mon, 18 Dec 2006 16:40:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.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, 18 Dec 2006 16:40:08 -0000 jkim 2006-12-18 16:40:04 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: - Remove stale VPD support and its comment and get device name from VPD API. - Do not repeatedly read vendor/device IDs while probing. - Remove redundant bzero(3) for softc. device_get_softc(9) does it for free[1]. Reviewed by: glebius Suggested by: glebius[1] Revision Changes Path 1.166 +19 -23 src/sys/dev/bge/if_bge.c 1.63 +0 -25 src/sys/dev/bge/if_bgereg.h From owner-cvs-all@FreeBSD.ORG Mon Dec 18 17: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F42816A4A7; Mon, 18 Dec 2006 17:04:09 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22FBD43CA0; Mon, 18 Dec 2006 17:04:08 +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 kBIH48Lv090218; Mon, 18 Dec 2006 17:04:08 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIH483B090217; Mon, 18 Dec 2006 17:04:08 GMT (envelope-from dinoex) Message-Id: <200612181704.kBIH483B090217@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 17:04: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/deskutils Makefile ports/deskutils/toolboxkit 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, 18 Dec 2006 17:04:09 -0000 dinoex 2006-12-18 17:04:07 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/toolboxkit Makefile distinfo pkg-descr pkg-plist Log: Toolbox bundle for GNUstep, part of the Toolbox. WWW: http://www.nongnu.org/toolbox/ Revision Changes Path 1.274 +1 -0 ports/deskutils/Makefile 1.1 +28 -0 ports/deskutils/toolboxkit/Makefile (new) 1.1 +3 -0 ports/deskutils/toolboxkit/distinfo (new) 1.1 +3 -0 ports/deskutils/toolboxkit/pkg-descr (new) 1.1 +7 -0 ports/deskutils/toolboxkit/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 17:04: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F0AD16A403; Mon, 18 Dec 2006 17:04:53 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E6343CB3; Mon, 18 Dec 2006 17:04:52 +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 kBIH4qtY090461; Mon, 18 Dec 2006 17:04:52 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIH4qVQ090460; Mon, 18 Dec 2006 17:04:52 GMT (envelope-from dinoex) Message-Id: <200612181704.kBIH4qVQ090460@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 17: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: 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, 18 Dec 2006 17:04:53 -0000 dinoex 2006-12-18 17:04:52 UTC FreeBSD ports repository Modified files: . modules Log: toolboxkit --> ports/deskutils/toolboxkit Revision Changes Path 1.16877 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Dec 18 17:08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 395DF16A40F; Mon, 18 Dec 2006 17:08:08 +0000 (UTC) (envelope-from peadar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E84EB43C9F; Mon, 18 Dec 2006 17:08:07 +0000 (GMT) (envelope-from peadar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBIH87od090643; Mon, 18 Dec 2006 17:08:07 GMT (envelope-from peadar@repoman.freebsd.org) Received: (from peadar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIH878N090642; Mon, 18 Dec 2006 17:08:07 GMT (envelope-from peadar) Message-Id: <200612181708.kBIH878N090642@repoman.freebsd.org> From: Peter Edwards Date: Mon, 18 Dec 2006 17:08:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpthread/thread thr_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 17:08:08 -0000 peadar 2006-12-18 17:08:07 UTC FreeBSD src repository Modified files: lib/libpthread/thread thr_kern.c Log: Clean bound and non-bound pthread structures consistently before they become candidates for reuse. Without this fix, some of the state from a thread structure's previous incarnation could interfere with its new one. Specifically, a non-bound thread started as "suspended" (see pthread_attr_setcreatesuspend_np()) might not get scheduled at all when resumed, as the "active" flag would be set spuriously. Reviewed by: deischen@, davidxu@ MFC after: 1 week Revision Changes Path 1.122 +5 -4 src/lib/libpthread/thread/thr_kern.c From owner-cvs-all@FreeBSD.ORG Mon Dec 18 17:08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B68E616A492; Mon, 18 Dec 2006 17:08:42 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 487E043CA4; Mon, 18 Dec 2006 17:08:42 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id kBIGtkeA037639; Mon, 18 Dec 2006 11:55:46 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Takanori Watanabe Date: Mon, 18 Dec 2006 11:55:32 -0500 User-Agent: KMail/1.6.2 References: <200612180554.kBI5soHm042505@repoman.freebsd.org> In-Reply-To: <200612180554.kBI5soHm042505@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200612181155.34891.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88.6/2354/Mon Dec 18 03:50:31 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/acpi Makefile src/sys/modules/acpi/acpi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 17:08:42 -0000 On Monday 18 December 2006 12:54 am, Takanori Watanabe wrote: > takawata 2006-12-18 05:54:50 UTC > > FreeBSD src repository > > Modified files: > sys/modules/acpi Makefile > sys/modules/acpi/acpi Makefile > Log: > Hook acpi gadget driver modules to other acpi archs. > > Revision Changes Path > 1.52 +3 -7 src/sys/modules/acpi/Makefile > 1.17 +5 -0 src/sys/modules/acpi/acpi/Makefile I had it in my ACPI-CA update patches for very long time. Thanks for doing this! Jung-uk Kim From owner-cvs-all@FreeBSD.ORG Mon Dec 18 17:30: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2997E16A57C; Mon, 18 Dec 2006 17:30:49 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8501B43CA0; Mon, 18 Dec 2006 17:30:48 +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 kBIHUmPF093897; Mon, 18 Dec 2006 17:30:48 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIHUmqh093896; Mon, 18 Dec 2006 17:30:48 GMT (envelope-from ahze) Message-Id: <200612181730.kBIHUmqh093896@repoman.freebsd.org> From: Michael Johnson Date: Mon, 18 Dec 2006 17:30:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gstreamer-ffmpeg Makefile ports/multimedia/gstreamer-ffmpeg/files extra-patch-gst-libs_ext_ffmpeg_libavformat_nut.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 17:30:49 -0000 ahze 2006-12-18 17:30:48 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-ffmpeg Makefile Removed files: multimedia/gstreamer-ffmpeg/files extra-patch-gst-libs_ext_ffmpeg_libavformat_nut.c Log: Remove 4.x patch since we don't don't support gstreamer on 4.x anymore Revision Changes Path 1.25 +1 -4 ports/multimedia/gstreamer-ffmpeg/Makefile 1.2 +0 -12 ports/multimedia/gstreamer-ffmpeg/files/extra-patch-gst-libs_ext_ffmpeg_libavformat_nut.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 17:50: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 055E016A416; Mon, 18 Dec 2006 17:50:19 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34DBB43CA4; Mon, 18 Dec 2006 17:50:12 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBIHoCet096893; Mon, 18 Dec 2006 17:50:12 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIHoB4F096892; Mon, 18 Dec 2006 17:50:11 GMT (envelope-from rafan) Message-Id: <200612181750.kBIHoB4F096892@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 18 Dec 2006 17:50:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/kports Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 17:50:19 -0000 rafan 2006-12-18 17:50:11 UTC FreeBSD ports repository Modified files: sysutils/kports Makefile Log: - Dont append PREFIX for RUN_DEPENDS PR: ports/106695 Submitted by: Thomas Abthorpe Approved by: Hannes Hauswedell (maintainer) Revision Changes Path 1.4 +2 -2 ports/sysutils/kports/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 17:54: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F42716A412; Mon, 18 Dec 2006 17:54:44 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EF7C43CA9; Mon, 18 Dec 2006 17:54:42 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBIHsgtm098246; Mon, 18 Dec 2006 17:54:42 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIHsgQj098245; Mon, 18 Dec 2006 17:54:42 GMT (envelope-from gabor) Message-Id: <200612181754.kBIHsgQj098245@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 18 Dec 2006 17:54: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/french/plgrenouille 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, 18 Dec 2006 17:54:44 -0000 gabor 2006-12-18 17:54:41 UTC FreeBSD ports repository Modified files: french/plgrenouille Makefile pkg-descr Log: - Fix fetching - Use USE_RC_SUBR appropriately - Remove dead WWW - Style Approved by: erwin (mentor) Revision Changes Path 1.16 +6 -28 ports/french/plgrenouille/Makefile 1.2 +0 -2 ports/french/plgrenouille/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Dec 18 17:55: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9323F16A407; Mon, 18 Dec 2006 17:55:27 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BF2343CA5; Mon, 18 Dec 2006 17:55:25 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBIHtPZH098339; Mon, 18 Dec 2006 17:55:25 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIHtPTL098338; Mon, 18 Dec 2006 17:55:25 GMT (envelope-from gabor) Message-Id: <200612181755.kBIHtPTL098338@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 18 Dec 2006 17:55:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/hlserver-opera Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 17:55:27 -0000 gabor 2006-12-18 17:55:25 UTC FreeBSD ports repository Modified files: games/hlserver-opera Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.6 +3 -0 ports/games/hlserver-opera/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 17:55: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2021316A4A0; Mon, 18 Dec 2006 17:55:54 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C6C643CB7; Mon, 18 Dec 2006 17:55:53 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBIHtrwl098406; Mon, 18 Dec 2006 17:55:53 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIHtrT4098405; Mon, 18 Dec 2006 17:55:53 GMT (envelope-from gabor) Message-Id: <200612181755.kBIHtrT4098405@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 18 Dec 2006 17:55: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/games/kpicframer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 17:55:54 -0000 gabor 2006-12-18 17:55:53 UTC FreeBSD ports repository Modified files: games/kpicframer Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.14 +3 -0 ports/games/kpicframer/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 17:56: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD5CA16A403; Mon, 18 Dec 2006 17:56:32 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71AA043CBB; Mon, 18 Dec 2006 17:56:30 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBIHuUB6098458; Mon, 18 Dec 2006 17:56:30 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIHuUFK098457; Mon, 18 Dec 2006 17:56:30 GMT (envelope-from gabor) Message-Id: <200612181756.kBIHuUFK098457@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 18 Dec 2006 17: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: ports/games/mythserver Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 17:56:32 -0000 gabor 2006-12-18 17:56:30 UTC FreeBSD ports repository Modified files: games/mythserver Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.16 +3 -0 ports/games/mythserver/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 17:57: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD09A16A407; Mon, 18 Dec 2006 17:57:09 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B412F43CBB; Mon, 18 Dec 2006 17:57:06 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBIHv6ZU098517; Mon, 18 Dec 2006 17:57:06 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIHv6gE098516; Mon, 18 Dec 2006 17:57:06 GMT (envelope-from gabor) Message-Id: <200612181757.kBIHv6gE098516@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 18 Dec 2006 17: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/games/trigger Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 17:57:09 -0000 gabor 2006-12-18 17:57:06 UTC FreeBSD ports repository Modified files: games/trigger Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.9 +3 -0 ports/games/trigger/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 17:57: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71BF316A492; Mon, 18 Dec 2006 17:57:54 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AB4943CA2; Mon, 18 Dec 2006 17:57:54 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBIHvshZ098579; Mon, 18 Dec 2006 17:57:54 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIHvs3I098578; Mon, 18 Dec 2006 17:57:54 GMT (envelope-from gabor) Message-Id: <200612181757.kBIHvs3I098578@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 18 Dec 2006 17:57:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/urban Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 17:57:54 -0000 gabor 2006-12-18 17:57:54 UTC FreeBSD ports repository Modified files: games/urban Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.9 +3 -0 ports/games/urban/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 17:58: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CCC1616A403; Mon, 18 Dec 2006 17:58:46 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89A2B43CAC; Mon, 18 Dec 2006 17:58:46 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBIHwkkc098642; Mon, 18 Dec 2006 17:58:46 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIHwkpj098641; Mon, 18 Dec 2006 17:58:46 GMT (envelope-from gabor) Message-Id: <200612181758.kBIHwkpj098641@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 18 Dec 2006 17:58: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/games/urban-sounds Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 17:58:46 -0000 gabor 2006-12-18 17:58:46 UTC FreeBSD ports repository Modified files: games/urban-sounds Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.5 +3 -0 ports/games/urban-sounds/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 17:59: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2BFE016A40F; Mon, 18 Dec 2006 17:59:31 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A4A43CA5; Mon, 18 Dec 2006 17:59:30 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBIHxUh1098686; Mon, 18 Dec 2006 17:59:30 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIHxUlC098685; Mon, 18 Dec 2006 17:59:30 GMT (envelope-from gabor) Message-Id: <200612181759.kBIHxUlC098685@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 18 Dec 2006 17:59: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/x3eyes Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 17:59:31 -0000 gabor 2006-12-18 17:59:30 UTC FreeBSD ports repository Modified files: games/x3eyes Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.9 +3 -0 ports/games/x3eyes/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 18:00: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6AEE16A403; Mon, 18 Dec 2006 18:00:08 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D62B43C9F; Mon, 18 Dec 2006 18:00:08 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBII08pR098738; Mon, 18 Dec 2006 18:00:08 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBII08t1098737; Mon, 18 Dec 2006 18:00:08 GMT (envelope-from gabor) Message-Id: <200612181800.kBII08t1098737@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 18 Dec 2006 18: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/xeji Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 18:00:09 -0000 gabor 2006-12-18 18:00:07 UTC FreeBSD ports repository Modified files: games/xeji Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.11 +3 -0 ports/games/xeji/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 18:00: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA3BB16A40F; Mon, 18 Dec 2006 18:00:56 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F6A343C9F; Mon, 18 Dec 2006 18:00:56 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBII0up4098848; Mon, 18 Dec 2006 18:00:56 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBII0uRU098847; Mon, 18 Dec 2006 18:00:56 GMT (envelope-from gabor) Message-Id: <200612181800.kBII0uRU098847@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 18 Dec 2006 18:00: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/games/xemeraldia Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 18:00:57 -0000 gabor 2006-12-18 18:00:56 UTC FreeBSD ports repository Modified files: games/xemeraldia Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.27 +3 -0 ports/games/xemeraldia/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 18:01: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A48B116A40F; Mon, 18 Dec 2006 18:01:38 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C978943CA3; Mon, 18 Dec 2006 18:01:37 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBII1bAN099272; Mon, 18 Dec 2006 18:01:37 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBII1bZm099271; Mon, 18 Dec 2006 18:01:37 GMT (envelope-from gabor) Message-Id: <200612181801.kBII1bZm099271@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 18 Dec 2006 18:01: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/games/xlifegame Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 18:01:38 -0000 gabor 2006-12-18 18:01:37 UTC FreeBSD ports repository Modified files: games/xlifegame Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.13 +3 -0 ports/games/xlifegame/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 18:02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B96E16A49E; Mon, 18 Dec 2006 18:02:03 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2671143CA5; Mon, 18 Dec 2006 18:02:03 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBII23ZB099506; Mon, 18 Dec 2006 18:02:03 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBII22L4099505; Mon, 18 Dec 2006 18:02:02 GMT (envelope-from gabor) Message-Id: <200612181802.kBII22L4099505@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 18 Dec 2006 18:02: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/games/xpilotmon Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 18:02:03 -0000 gabor 2006-12-18 18:02:02 UTC FreeBSD ports repository Modified files: games/xpilotmon Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.8 +3 -0 ports/games/xpilotmon/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 18:02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F1B0016A492; Mon, 18 Dec 2006 18:02:41 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF1AD43C9F; Mon, 18 Dec 2006 18:02:41 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBII2f0h099715; Mon, 18 Dec 2006 18:02:41 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBII2fGa099714; Mon, 18 Dec 2006 18:02:41 GMT (envelope-from gabor) Message-Id: <200612181802.kBII2fGa099714@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 18 Dec 2006 18: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/games/xsok Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 18:02:42 -0000 gabor 2006-12-18 18:02:41 UTC FreeBSD ports repository Modified files: games/xsok Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.19 +3 -0 ports/games/xsok/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 18:05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 400A316A412; Mon, 18 Dec 2006 18:05:22 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BDCC43C9F; Mon, 18 Dec 2006 18:05:22 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBII5L9b001578; Mon, 18 Dec 2006 18:05:21 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBII5Lmk001577; Mon, 18 Dec 2006 18:05:21 GMT (envelope-from skv) Message-Id: <200612181805.kBII5Lmk001577@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 18 Dec 2006 18:05:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers Makefile ports/archivers/p5-PerlIO-via-Bzip2 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, 18 Dec 2006 18:05:22 -0000 skv 2006-12-18 18:05:21 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/p5-PerlIO-via-Bzip2 Makefile distinfo pkg-descr pkg-plist Log: Add p5-PerlIO-via-Bzip2 0.02, perl extension to provide a PerlIO layer to bzip2/bunzip2. Revision Changes Path 1.168 +1 -0 ports/archivers/Makefile 1.1 +31 -0 ports/archivers/p5-PerlIO-via-Bzip2/Makefile (new) 1.1 +3 -0 ports/archivers/p5-PerlIO-via-Bzip2/distinfo (new) 1.1 +4 -0 ports/archivers/p5-PerlIO-via-Bzip2/pkg-descr (new) 1.1 +7 -0 ports/archivers/p5-PerlIO-via-Bzip2/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 18:05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2091916A417; Mon, 18 Dec 2006 18:05:47 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D133643CA0; Mon, 18 Dec 2006 18:05:46 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBII5kES001624; Mon, 18 Dec 2006 18:05:46 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBII5k6e001623; Mon, 18 Dec 2006 18:05:46 GMT (envelope-from skv) Message-Id: <200612181805.kBII5k6e001623@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 18 Dec 2006 18:05:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 18 Dec 2006 18:05:47 -0000 skv 2006-12-18 18:05:46 UTC FreeBSD ports repository Modified files: . modules Log: p5-PerlIO-via-Bzip2 --> ports/archivers/p5-PerlIO-via-Bzip2 Revision Changes Path 1.16878 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Dec 18 18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36FCD16A403; Mon, 18 Dec 2006 18:20:49 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F6443CB9; Mon, 18 Dec 2006 18:20:44 +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 kBIIKid4003606; Mon, 18 Dec 2006 18:20:44 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIIKioY003605; Mon, 18 Dec 2006 18:20:44 GMT (envelope-from dinoex) Message-Id: <200612181820.kBIIKioY003605@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 18:20: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 Makefile ports/textproc/popup 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, 18 Dec 2006 18:20:49 -0000 dinoex 2006-12-18 18:20:44 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/popup Makefile distinfo pkg-descr pkg-plist Log: Popup is an interactive learning aid for pairs of words. It behaves much like a stack of flashcards, but handles one-to-many and many-to-one word relationships better, and includes an integrated scheduler for efficient use of your 'cards'. Popup was written by Bjorn Ghola and Rob Burns. Features: * An editor for cardstack files with support for copying and pasting groups of words, as well as drag and drop. * Three quiz styles: multiple choice, spelling, and flashcard. * Supports quizes and practice * Graduated time interval scheduler. * Localized for Thai and German. WWW: http://popup.sourceforge.net/ Revision Changes Path 1.1086 +1 -0 ports/textproc/Makefile 1.1 +24 -0 ports/textproc/popup/Makefile (new) 1.1 +3 -0 ports/textproc/popup/distinfo (new) 1.1 +14 -0 ports/textproc/popup/pkg-descr (new) 1.1 +63 -0 ports/textproc/popup/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 18:21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC85916A40F; Mon, 18 Dec 2006 18:21:20 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E25CE43CB4; Mon, 18 Dec 2006 18:21:18 +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 kBIILI2T004057; Mon, 18 Dec 2006 18:21:18 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIILIhE004055; Mon, 18 Dec 2006 18:21:18 GMT (envelope-from dinoex) Message-Id: <200612181821.kBIILIhE004055@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 18:21:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 18 Dec 2006 18:21:21 -0000 dinoex 2006-12-18 18:21:18 UTC FreeBSD ports repository Modified files: . modules Log: popup --> ports/textproc/popup Revision Changes Path 1.16879 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Dec 18 18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2095C16A403; Mon, 18 Dec 2006 18:23:43 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0293A43CA3; Mon, 18 Dec 2006 18:23:34 +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 kBIINWm1004685; Mon, 18 Dec 2006 18:23:32 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIINWZ1004684; Mon, 18 Dec 2006 18:23:32 GMT (envelope-from dinoex) Message-Id: <200612181823.kBIINWZ1004684@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 18:23:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/popup-stacks 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, 18 Dec 2006 18:23:43 -0000 dinoex 2006-12-18 18:23:32 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/popup-stacks Makefile distinfo pkg-descr Log: User Contributed Cardstacks for Popup * English-German (3910 cards) * German-French (4006 cards) WWW: http://popup.sourceforge.net/ Revision Changes Path 1.1087 +1 -0 ports/textproc/Makefile 1.1 +39 -0 ports/textproc/popup-stacks/Makefile (new) 1.1 +6 -0 ports/textproc/popup-stacks/distinfo (new) 1.1 +6 -0 ports/textproc/popup-stacks/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 18:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8916A16A412; Mon, 18 Dec 2006 18:24:13 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F8B143CBF; Mon, 18 Dec 2006 18:24:10 +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 kBIIOA3F004860; Mon, 18 Dec 2006 18:24:10 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIIOAWO004859; Mon, 18 Dec 2006 18:24:10 GMT (envelope-from dinoex) Message-Id: <200612181824.kBIIOAWO004859@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 18: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: 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, 18 Dec 2006 18:24:13 -0000 dinoex 2006-12-18 18:24:10 UTC FreeBSD ports repository Modified files: . modules Log: popup-stacks --> ports/textproc/popup-stacks Revision Changes Path 1.16880 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Dec 18 18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 285D216A417; Mon, 18 Dec 2006 18:32:01 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E94B43CB4; Mon, 18 Dec 2006 18:31:57 +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 kBIIVvNH006025; Mon, 18 Dec 2006 18:31:57 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIIVvLU006024; Mon, 18 Dec 2006 18:31:57 GMT (envelope-from dinoex) Message-Id: <200612181831.kBIIVvLU006024@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 18:31: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/toolbox 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, 18 Dec 2006 18:32:01 -0000 dinoex 2006-12-18 18:31:57 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/toolbox Makefile distinfo pkg-descr pkg-plist Log: Toobox is a collection of tools. Each tool is in the form of bundle. In a given category, you can add new items. Each item contains the value of location and of bundle (tool). Depending on the location, items can have different contents even with the same bundle. Conceptually, it is similar to the bookmark. It does not only store the location, but also the tool to access the location. The item is not supposed to change its location frequently. It is designed to access the fixed location, either on file system or over internet. Some items don't access any location, such as calculator. WWW: http://www.nongnu.org/toolbox/ Revision Changes Path 1.275 +1 -0 ports/deskutils/Makefile 1.1 +31 -0 ports/deskutils/toolbox/Makefile (new) 1.1 +3 -0 ports/deskutils/toolbox/distinfo (new) 1.1 +11 -0 ports/deskutils/toolbox/pkg-descr (new) 1.1 +70 -0 ports/deskutils/toolbox/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 18:32: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5021916A416; Mon, 18 Dec 2006 18:32:34 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DAC343CBD; Mon, 18 Dec 2006 18:32:33 +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 kBIIWX3d006284; Mon, 18 Dec 2006 18:32:33 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIIWX0e006283; Mon, 18 Dec 2006 18:32:33 GMT (envelope-from dinoex) Message-Id: <200612181832.kBIIWX0e006283@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 18:32: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, 18 Dec 2006 18:32:34 -0000 dinoex 2006-12-18 18:32:33 UTC FreeBSD ports repository Modified files: . modules Log: toolbox --> ports/deskutils/toolbox Revision Changes Path 1.16881 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Dec 18 18:46: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07DA016A417; Mon, 18 Dec 2006 18:46:29 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C902643CA0; Mon, 18 Dec 2006 18:46:28 +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 kBIIkS4h008299; Mon, 18 Dec 2006 18:46:28 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIIkSdH008298; Mon, 18 Dec 2006 18:46:28 GMT (envelope-from mezz) Message-Id: <200612181846.kBIIkSdH008298@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 18 Dec 2006 18:46:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/linux-opera 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: Mon, 18 Dec 2006 18:46:29 -0000 mezz 2006-12-18 18:46:28 UTC FreeBSD ports repository Modified files: www/linux-opera Makefile distinfo pkg-message pkg-plist Log: Update to 9.10, see changelogs for details: http://www.opera.com/docs/changelogs/linux/910/ The most important part in this release is added a new feature, fraud protection. It is a phishing filter and keep in mind that it is not enable by default. To enable it, go to Tools > Preferences > Advanced > Security and check the "Enable Fraud Protection". I am using it right now and it doesn't affect any speed. To learn more about fraud protection, visit here: http://www.opera.com/docs/fraudprotection/ Revision Changes Path 1.78 +3 -4 ports/www/linux-opera/Makefile 1.44 +3 -3 ports/www/linux-opera/distinfo 1.21 +1 -1 ports/www/linux-opera/pkg-message 1.32 +4 -0 ports/www/linux-opera/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 18 18:48: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C1C2316A416; Mon, 18 Dec 2006 18:48:33 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8979F43CA6; Mon, 18 Dec 2006 18:48:29 +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 kBIImTHJ008398; Mon, 18 Dec 2006 18:48:29 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIImT5l008397; Mon, 18 Dec 2006 18:48:29 GMT (envelope-from keramida) Message-Id: <200612181848.kBIImT5l008397@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 18 Dec 2006 18:48:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys mouse.h src/sys/dev/atkbdc psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 18:48:33 -0000 keramida 2006-12-18 18:48:29 UTC FreeBSD src repository (doc committer) Modified files: sys/sys mouse.h sys/dev/atkbdc psm.c Log: Spell "Kensington Thinking Mouse" correctly. Revision Changes Path 1.90 +1 -1 src/sys/dev/atkbdc/psm.c 1.25 +1 -1 src/sys/sys/mouse.h From owner-cvs-all@FreeBSD.ORG Mon Dec 18 18:59: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D3C616A492; Mon, 18 Dec 2006 18:59:31 +0000 (UTC) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79DAB43CCF; Mon, 18 Dec 2006 18:57:45 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBIIvgTx010016; Mon, 18 Dec 2006 18:57:42 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIIvfS3010015; Mon, 18 Dec 2006 18:57:41 GMT (envelope-from takawata) Message-Id: <200612181857.kBIIvfS3010015@repoman.freebsd.org> From: Takanori Watanabe Date: Mon, 18 Dec 2006 18:57: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/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: Mon, 18 Dec 2006 18:59:31 -0000 takawata 2006-12-18 18:57:41 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Remove stall comment. Pointed out by:Ed Maste. Revision Changes Path 1.517 +1 -1 src/sys/modules/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 18 19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3DD016A412 for ; Mon, 18 Dec 2006 19:10:32 +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 1DAE243CA4 for ; Mon, 18 Dec 2006 19:10:30 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 30602 invoked by uid 399); 18 Dec 2006 19:10:44 -0000 Received: from localhost (HELO ?192.168.0.5?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 18 Dec 2006 19:10:44 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <4586E79D.8000509@FreeBSD.org> Date: Mon, 18 Dec 2006 11:10:21 -0800 From: Doug Barton Organization: http://www.freebsd.org/ User-Agent: Thunderbird 1.5.0.8 (X11/20061215) MIME-Version: 1.0 To: Max Khon References: <200612181019.kBIAJGmG097413@repoman.freebsd.org> In-Reply-To: <200612181019.kBIAJGmG097413@repoman.freebsd.org> X-Enigmail-Version: 0.94.1.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/databases/pgadmin3-12 Makefile ports/databases/pgadmin3-12/files patch-src-include-pgFunction.h patch-src-include-pgObject.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, 18 Dec 2006 19:10:32 -0000 Max Khon wrote: > fjoe 2006-12-18 10:19:16 UTC > > FreeBSD ports repository > > Modified files: > databases/pgadmin3-12 Makefile > Added files: > databases/pgadmin3-12/files patch-src-include-pgFunction.h > patch-src-include-pgObject.h > Log: > - Fix build with gcc 4.1. > - Bump PORTREVISION. I'm curious, why bump PORTREVISION in this situation? Doug > Revision Changes Path > 1.25 +1 -1 ports/databases/pgadmin3-12/Makefile > 1.1 +11 -0 ports/databases/pgadmin3-12/files/patch-src-include-pgFunction.h (new) > 1.1 +11 -0 ports/databases/pgadmin3-12/files/patch-src-include-pgObject.h (new) > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/pgadmin3-12/Makefile.diff?&r1=1.24&r2=1.25&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/pgadmin3-12/files/patch-src-include-pgFunction.h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/pgadmin3-12/files/patch-src-include-pgObject.h > -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Mon Dec 18 19:38: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E44A16A40F; Mon, 18 Dec 2006 19:38:28 +0000 (UTC) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEBAC43C9F; Mon, 18 Dec 2006 19:38:27 +0000 (GMT) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBIJcREf024302; Mon, 18 Dec 2006 19:38:27 GMT (envelope-from laszlof@repoman.freebsd.org) Received: (from laszlof@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIJcR9D024301; Mon, 18 Dec 2006 19:38:27 GMT (envelope-from laszlof) Message-Id: <200612181938.kBIJcR9D024301@repoman.freebsd.org> From: "Frank J. Laszlo" Date: Mon, 18 Dec 2006 19: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/irc/ngircd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 19:38:28 -0000 laszlof 2006-12-18 19:38:27 UTC FreeBSD ports repository Modified files: irc/ngircd Makefile distinfo Log: Update to 0.10.1 Submitted by: miwi@ Revision Changes Path 1.26 +1 -1 ports/irc/ngircd/Makefile 1.16 +3 -3 ports/irc/ngircd/distinfo From owner-cvs-all@FreeBSD.ORG Mon Dec 18 20:00: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AFEB16A416; Mon, 18 Dec 2006 20:00:17 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1562543CA5; Mon, 18 Dec 2006 20:00:16 +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 kBIK0Ann027420; Mon, 18 Dec 2006 20:00:10 GMT (envelope-from az@repoman.freebsd.org) Received: (from az@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIK0AIB027419; Mon, 18 Dec 2006 20:00:10 GMT (envelope-from az) Message-Id: <200612182000.kBIK0AIB027419@repoman.freebsd.org> From: Andrej Zverev Date: Mon, 18 Dec 2006 20:00: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/sysutils/upsd/files patch-misc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 20:00:18 -0000 az 2006-12-18 20:00:09 UTC FreeBSD ports repository Added files: sysutils/upsd/files patch-misc.c Log: - Fix gcc 4.11 issue Revision Changes Path 1.1 +47 -0 ports/sysutils/upsd/files/patch-misc.c (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 20:07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7F9316A412; Mon, 18 Dec 2006 20:07:23 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E1DD43CA3; Mon, 18 Dec 2006 20:07:23 +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 kBIK7Na3030053; Mon, 18 Dec 2006 20:07:23 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIK7NfP030052; Mon, 18 Dec 2006 20:07:23 GMT (envelope-from thierry) Message-Id: <200612182007.kBIK7NfP030052@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 18 Dec 2006 20: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/devel/bouml 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, 18 Dec 2006 20:07:23 -0000 thierry 2006-12-18 20:07:23 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo pkg-plist Log: Upgrade to 2.21. Changelog at . Revision Changes Path 1.62 +1 -1 ports/devel/bouml/Makefile 1.62 +5 -5 ports/devel/bouml/distinfo 1.24 +1 -0 ports/devel/bouml/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 18 20:15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 427AA16A415; Mon, 18 Dec 2006 20:15:37 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D8FA43C9F; Mon, 18 Dec 2006 20:15: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 kBIKFZtF032927; Mon, 18 Dec 2006 20:15:35 GMT (envelope-from az@repoman.freebsd.org) Received: (from az@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIKFZe4032926; Mon, 18 Dec 2006 20:15:35 GMT (envelope-from az) Message-Id: <200612182015.kBIKFZe4032926@repoman.freebsd.org> From: Andrej Zverev Date: Mon, 18 Dec 2006 20:15:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ustl Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 20:15:37 -0000 az 2006-12-18 20:15:35 UTC FreeBSD ports repository Modified files: devel/ustl Makefile distinfo Log: - Update to 1.0.0 PR: ports/106853 Submitted by: Ying-Chieh Liao Revision Changes Path 1.15 +4 -4 ports/devel/ustl/Makefile 1.8 +3 -3 ports/devel/ustl/distinfo From owner-cvs-all@FreeBSD.ORG Mon Dec 18 21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0EA2016A407; Mon, 18 Dec 2006 21:57:20 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1DDB43CA0; Mon, 18 Dec 2006 21:57:19 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBILvJFJ059740; Mon, 18 Dec 2006 21:57:19 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBILvJtL059739; Mon, 18 Dec 2006 21:57:19 GMT (envelope-from ale) Message-Id: <200612182157.kBILvJtL059739@repoman.freebsd.org> From: Alex Dupre Date: Mon, 18 Dec 2006 21:57:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/netrik 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, 18 Dec 2006 21:57:20 -0000 ale 2006-12-18 21:57:19 UTC FreeBSD ports repository Modified files: www/netrik Makefile distinfo Removed files: www/netrik pkg-plist Log: Update to 1.15.5 release: - drop support for FreeBSD < 4.x - remove pkg-plist Revision Changes Path 1.25 +5 -7 ports/www/netrik/Makefile 1.19 +3 -3 ports/www/netrik/distinfo 1.6 +0 -34 ports/www/netrik/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 22:03: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 190A516A40F; Mon, 18 Dec 2006 22:03:36 +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 15C9543CB6; Mon, 18 Dec 2006 22:03:30 +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 C2BFD13361E; Tue, 19 Dec 2006 08:13:03 +1030 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id A5BBD9C4CB; Tue, 19 Dec 2006 08:13:03 +1030 (CST) Date: Tue, 19 Dec 2006 08:13:03 +1030 From: Greg 'groggy' Lehey To: Vasil Dimov Message-ID: <20061218214303.GK4364@wantadilla.lemis.com> References: <200612171233.kBHCX24t005540@repoman.freebsd.org> <45862C55.8010209@FreeBSD.org> <20061218114633.GA5307@qlovarnika.bg.datamax> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SLauP2uySp+9cKYP" Content-Disposition: inline In-Reply-To: <20061218114633.GA5307@qlovarnika.bg.datamax> 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: Doug Barton , Tim Bishop , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, anholt@FreeBSD.org, cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/shells/bash2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 22:03:36 -0000 --SLauP2uySp+9cKYP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Monday, 18 December 2006 at 13:46:33 +0200, Vasil Dimov wrote: > On Sun, Dec 17, 2006 at 09:51:17PM -0800, Doug Barton wrote: >> Tim Bishop wrote: >>> tdb 2006-12-17 12:33:02 UTC >>> ... >>> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/shells/bash2/Makefile.diff?= &r1=3D1.85&r2=3D1.86&f=3Dh >>> >> >> Is there any reason not to deprecate bash2? AFAIK bash 3 is a >> superset, and I don't think bash 2 is maintained anymore. > > For some reason devel/cogito (at least) still depends on it: > RUN_DEPENDS=3Dbash:${PORTSDIR}/shells/bash2 But only if bash3 isn't already installed. anholt, is bash2 really needed for this port? Greg --=20 See complete headers for address and phone numbers. --SLauP2uySp+9cKYP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFFhwtnIubykFB6QiMRAsoRAJkBjY2ukC2MI0/Rl+Qgw02in19RHACaAylE bVmNYHDmCWkDLVkBJk9gKcE= =V0Hp -----END PGP SIGNATURE----- --SLauP2uySp+9cKYP-- From owner-cvs-all@FreeBSD.ORG Mon Dec 18 22:46: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EBC4416A407; Mon, 18 Dec 2006 22:46:31 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B3EC43CB3; Mon, 18 Dec 2006 22:46: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 kBIMkVWt068611; Mon, 18 Dec 2006 22:46:31 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIMkVBM068610; Mon, 18 Dec 2006 22:46:31 GMT (envelope-from ehaupt) Message-Id: <200612182246.kBIMkVBM068610@repoman.freebsd.org> From: Emanuel Haupt Date: Mon, 18 Dec 2006 22:46:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/pecomato/files patch-util.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, 18 Dec 2006 22:46:32 -0000 ehaupt 2006-12-18 22:46:30 UTC FreeBSD ports repository Added files: graphics/pecomato/files patch-util.h Log: This port now builds with gcc 4.0+ Notified by: kris Revision Changes Path 1.1 +10 -0 ports/graphics/pecomato/files/patch-util.h (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 18 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 456FE16A40F; Mon, 18 Dec 2006 22:58:05 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2FB043CA0; Mon, 18 Dec 2006 22:58:04 +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 kBIMw4h7070226; Mon, 18 Dec 2006 22:58:04 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIMw476070225; Mon, 18 Dec 2006 22:58:04 GMT (envelope-from marcus) Message-Id: <200612182258.kBIMw476070225@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 18 Dec 2006 22:58: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/audio/rhythmbox 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, 18 Dec 2006 22:58:05 -0000 marcus 2006-12-18 22:58:04 UTC FreeBSD ports repository Modified files: audio/rhythmbox Makefile distinfo pkg-plist Log: Update to 0.9.7. Revision Changes Path 1.88 +1 -1 ports/audio/rhythmbox/Makefile 1.32 +3 -3 ports/audio/rhythmbox/distinfo 1.26 +3 -0 ports/audio/rhythmbox/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 18 23:02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F29B516A403; Mon, 18 Dec 2006 23:02:05 +0000 (UTC) (envelope-from tdb@carrick.bishnet.net) Received: from carrick.bishnet.net (carrick.bishnet.net [84.234.17.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C5F043CA0; Mon, 18 Dec 2006 23:02:05 +0000 (GMT) (envelope-from tdb@carrick.bishnet.net) Received: from tdb by carrick.bishnet.net with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GwR6a-0005I0-W2; Mon, 18 Dec 2006 22:37:08 +0000 Date: Mon, 18 Dec 2006 22:37:08 +0000 From: Tim Bishop To: Vasil Dimov Message-ID: <20061218223708.GA63898@carrick.bishnet.net> References: <200612171233.kBHCX24t005540@repoman.freebsd.org> <45862C55.8010209@FreeBSD.org> <20061218114633.GA5307@qlovarnika.bg.datamax> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9amGYk9869ThD9tj" Content-Disposition: inline In-Reply-To: <20061218114633.GA5307@qlovarnika.bg.datamax> X-PGP-Key: 0x5AE7D984, http://www.bishnet.net/tim/tim-bishnet-net.asc X-PGP-Fingerprint: 1453 086E 9376 1A50 ECF6 AE05 7DCE D659 5AE7 D984 User-Agent: Mutt/1.5.13 (2006-08-11) X-Bishnet-MailScanner-Information: Contact postmaster@bishnet.net X-Bishnet-MailScanner-VirusCheck: Found to be clean X-Bishnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.523, required 5, autolearn=not spam, BAYES_00 -2.60, NO_RELAYS -0.00, TW_TD 0.08) X-Bishnet-MailScanner-From: tdb@carrick.bishnet.net Cc: Doug Barton , Tim Bishop , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, anholt@FreeBSD.org, cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/shells/bash2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 23:02:06 -0000 --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 18, 2006 at 01:46:33PM +0200, Vasil Dimov wrote: > On Sun, Dec 17, 2006 at 09:51:17PM -0800, Doug Barton wrote: > > Tim Bishop wrote: > > > tdb 2006-12-17 12:33:02 UTC > > >=20 > > > FreeBSD ports repository > > >=20 > > > Modified files: > > > shells/bash2 Makefile=20 > > > Log: > > > - Fix build on 4.x. > > > The test in the previous commit was the wrong way round. > > > =20 > > > Revision Changes Path > > > 1.86 +1 -1 ports/shells/bash2/Makefile > > >=20 > > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/shells/bash2/Makefile.dif= f?&r1=3D1.85&r2=3D1.86&f=3Dh > > >=20 > >=20 > > Is there any reason not to deprecate bash2? AFAIK bash 3 is a > > superset, and I don't think bash 2 is maintained anymore. >=20 > For some reason devel/cogito (at least) still depends on it: > RUN_DEPENDS=3Dbash:${PORTSDIR}/shells/bash2 The complete list isn't too bad: audio/cantus_3 biology/gff2ps cad/qcad converters/konwert databases/dbtool devel/cogito devel/git devel/makeplus editors/bed ftp/axelq japanese/VTPSfont mail/biabam mail/mailscanner-devel mail/qmrtg mail/spamass-rules_du_jour misc/instant-workstation multimedia/mkxvcd net-mgmt/apan net-mgmt/nav print/cups-samba science/2dhf science/mpb security/mussh shells/bash2 textproc/dbacl textproc/tex2im textproc/xmlto www/larbin If they can all be changed to used bash 3 instead we'd be in a position to start deprecation of bash 2. Tim. --=20 Tim Bishop PGP Key: 0x5AE7D984 --9amGYk9869ThD9tj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFhxgUfc7WWVrn2YQRAij1AKCENzTGwuKwc3lNJUVg45a0wMF2cgCg0Efq DVRBHHPN953p6KOqgDMhXgk= =2p/S -----END PGP SIGNATURE----- --9amGYk9869ThD9tj-- From owner-cvs-all@FreeBSD.ORG Mon Dec 18 23:50: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D09B16A412; Mon, 18 Dec 2006 23:50:32 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC3AB43CA0; Mon, 18 Dec 2006 23:50:31 +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 kBINoVKf079113; Mon, 18 Dec 2006 23:50:31 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBINoVMt079112; Mon, 18 Dec 2006 23:50:31 GMT (envelope-from mjacob) Message-Id: <200612182350.kBINoVMt079112@repoman.freebsd.org> From: Matt Jacob Date: Mon, 18 Dec 2006 23:50:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 23:50:32 -0000 mjacob 2006-12-18 23:50:30 UTC FreeBSD src repository Modified files: sys/dev/isp isp_freebsd.c Log: Add back some CAM_NEW_TRAN code to make backporting to RELENG_6 easier. Revision Changes Path 1.132 +144 -2 src/sys/dev/isp/isp_freebsd.c From owner-cvs-all@FreeBSD.ORG Mon Dec 18 23:53: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0952E16A40F; Mon, 18 Dec 2006 23:53:40 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B835643CA3; Mon, 18 Dec 2006 23:53:39 +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 kBINrdZi080161; Mon, 18 Dec 2006 23:53:39 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBINrdFF080160; Mon, 18 Dec 2006 23:53:39 GMT (envelope-from mjacob) Message-Id: <200612182353.kBINrdFF080160@repoman.freebsd.org> From: Matt Jacob Date: Mon, 18 Dec 2006 23:53:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/isp isp_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: Mon, 18 Dec 2006 23:53:40 -0000 mjacob 2006-12-18 23:53:39 UTC FreeBSD src repository Modified files: sys/dev/isp isp_pci.c Log: Restore revision 1.126 that got accidentally nuked. Revision Changes Path 1.130 +6 -0 src/sys/dev/isp/isp_pci.c From owner-cvs-all@FreeBSD.ORG Tue Dec 19 00:32: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D90216A403; Tue, 19 Dec 2006 00:32:34 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from cherenkov.geekfire.com (cherenkov.geekfire.com [66.206.86.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFAB943CA0; Tue, 19 Dec 2006 00:32:33 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from localhost.my.domain (adsl-75-30-70-161.dsl.scrm01.sbcglobal.net [75.30.70.161]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by cherenkov.geekfire.com (Postfix) with ESMTP id DCC333A557; Mon, 18 Dec 2006 15:57:33 -0800 (PST) From: Alexander Botero-Lowry To: vd@FreeBSD.org In-reply-to: <20061218114633.GA5307@qlovarnika.bg.datamax> References: <200612171233.kBHCX24t005540@repoman.freebsd.org> <45862C55.8010209@FreeBSD.org> <20061218114633.GA5307@qlovarnika.bg.datamax> Comments: In-reply-to Vasil Dimov message dated "Mon, 18 Dec 2006 13:46:33 +0200." Date: Mon, 18 Dec 2006 15:58:55 -0800 Sender: alex@localhost X-Peer: 127.0.0.1 Message-Id: <20061218235737.DCC333A557@cherenkov.geekfire.com> Cc: Doug Barton , Tim Bishop , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, anholt@FreeBSD.org, cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/shells/bash2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 00:32:34 -0000 > > Is there any reason not to deprecate bash2? AFAIK bash 3 is a > > superset, and I don't think bash 2 is maintained anymore. > > For some reason devel/cogito (at least) still depends on it: > RUN_DEPENDS=3Dbash:${PORTSDIR}/shells/bash2 > I highly doubt coogito needs 2.x. It _does_ need bash though. Alex From owner-cvs-all@FreeBSD.ORG Tue Dec 19 00:59: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7DE5716A40F; Tue, 19 Dec 2006 00:59:39 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3962043CA4; Tue, 19 Dec 2006 00:59:39 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJ0xdah044373; Tue, 19 Dec 2006 00:59:39 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ0xdHe044372; Tue, 19 Dec 2006 00:59:39 GMT (envelope-from rafan) Message-Id: <200612190059.kBJ0xdHe044372@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 19 Dec 2006 00:59: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-fm/pcmanfm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 00:59:39 -0000 rafan 2006-12-19 00:59:38 UTC FreeBSD ports repository Modified files: x11-fm/pcmanfm Makefile distinfo Log: - Update to 0.3.2.2 - Move to LOCALBASE PR: ports/106864 Submitted by: chinsan (maintainer) Revision Changes Path 1.8 +2 -2 ports/x11-fm/pcmanfm/Makefile 1.5 +3 -3 ports/x11-fm/pcmanfm/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 01:01: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 633C116A403; Tue, 19 Dec 2006 01:01:47 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21C5443CA0; Tue, 19 Dec 2006 01:01:47 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJ11lUX045049; Tue, 19 Dec 2006 01:01:47 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ11kBX045048; Tue, 19 Dec 2006 01:01:46 GMT (envelope-from rafan) Message-Id: <200612190101.kBJ11kBX045048@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 19 Dec 2006 01:01: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/x11-toolkits/fltk2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 01:01:47 -0000 rafan 2006-12-19 01:01:46 UTC FreeBSD ports repository Modified files: x11-toolkits/fltk2 Makefile distinfo Log: - Update to snapshot 5556 - Use MASTER_SITE_EASYSW PR: ports/106841 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.8 +2 -8 ports/x11-toolkits/fltk2/Makefile 1.8 +3 -3 ports/x11-toolkits/fltk2/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 01: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D65F16A40F; Tue, 19 Dec 2006 01:17:59 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFBCC43C9F; Tue, 19 Dec 2006 01:17:58 +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 kBJ1HwqY048568; Tue, 19 Dec 2006 01:17:58 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ1Hwbe048567; Tue, 19 Dec 2006 01:17:58 GMT (envelope-from rodrigc) Message-Id: <200612190117.kBJ1Hwbe048567@repoman.freebsd.org> From: Craig Rodrigues Date: Tue, 19 Dec 2006 01:17: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/mountd mountd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 01:17:59 -0000 rodrigc 2006-12-19 01:17:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/mountd mountd.c Log: MFC: 1.91 Ignore SIGPIPE, instead of terminating process. PR: 81230 Submitted by: Dmitrij Tejblum Revision Changes Path 1.81.2.7 +1 -0 src/usr.sbin/mountd/mountd.c From owner-cvs-all@FreeBSD.ORG Tue Dec 19 01:27: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09C5E16A407; Tue, 19 Dec 2006 01:27:15 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B50A243CA0; Tue, 19 Dec 2006 01:27:14 +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 kBJ1RA9v054134; Tue, 19 Dec 2006 01:27:10 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ1RAwB054133; Tue, 19 Dec 2006 01:27:10 GMT (envelope-from leeym) Message-Id: <200612190127.kBJ1RAwB054133@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 19 Dec 2006 01: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: ports/www/squidguard Makefile ports/www/squidguard/files patch-ab patch-src_main.c patch-src_sgDB.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 01:27:15 -0000 leeym 2006-12-19 01:27:09 UTC FreeBSD ports repository Modified files: www/squidguard Makefile Added files: www/squidguard/files patch-src_main.c patch-src_sgDB.c Removed files: www/squidguard/files patch-ab Log: - utilize USE_BDB PR: 89023 Revision Changes Path 1.15 +11 -3 ports/www/squidguard/Makefile 1.3 +0 -28 ports/www/squidguard/files/patch-ab (dead) 1.1 +14 -0 ports/www/squidguard/files/patch-src_main.c (new) 1.1 +27 -0 ports/www/squidguard/files/patch-src_sgDB.c (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 01:37: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E01CD16A40F; Tue, 19 Dec 2006 01:37:07 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B54843CA0; Tue, 19 Dec 2006 01:37:07 +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 kBJ1ai4T055735; Tue, 19 Dec 2006 01:36:44 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ1aiKS055734; Tue, 19 Dec 2006 01:36:44 GMT (envelope-from rodrigc) Message-Id: <200612190136.kBJ1aiKS055734@repoman.freebsd.org> From: Craig Rodrigues Date: Tue, 19 Dec 2006 01:36: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/gnu/fs/ext2fs ext2_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 01:37:08 -0000 rodrigc 2006-12-19 01:36:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/gnu/fs/ext2fs ext2_vfsops.c Log: MFC 1.160: Add more mount options to ext2_ops, so that vfs_filteropts() will accept options like "noatime" for ext2fs. PR: 105483 Noticed by: Dr. Markus Waldeck Revision Changes Path 1.151.2.7 +4 -1 src/sys/gnu/fs/ext2fs/ext2_vfsops.c From owner-cvs-all@FreeBSD.ORG Tue Dec 19 01:47: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A6E8D16A40F; Tue, 19 Dec 2006 01:47:37 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 532D443CA2; Tue, 19 Dec 2006 01:47:37 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJ1laIL057382; Tue, 19 Dec 2006 01:47:36 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ1laO9057381; Tue, 19 Dec 2006 01:47:36 GMT (envelope-from rafan) Message-Id: <200612190147.kBJ1laO9057381@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 19 Dec 2006 01:47:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/metamail/files patch-Makefile patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-bin_showaudio patch-bin_showexternal patch-bin_showpartial patch-bin_showpicture patch-bin_sun2mime patch-config.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 01:47:37 -0000 rafan 2006-12-19 01:47:36 UTC FreeBSD ports repository Added files: mail/metamail/files patch-Makefile patch-bin_showaudio patch-bin_showexternal patch-bin_showpartial patch-bin_showpicture patch-bin_sun2mime patch-config.h patch-fonts_Makefile patch-metamail_mailto.c patch-metamail_metamail.c patch-metamail_splitmail.c Removed files: mail/metamail/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag Log: - Rename patch filenames to match new style This is mainly for ports/106818. Submitted by: Jean-Francois Dockes (maintainer. Revision Changes Path 1.1 +74 -0 ports/mail/metamail/files/patch-Makefile (new) 1.7 +0 -128 ports/mail/metamail/files/patch-aa (dead) 1.2 +0 -33 ports/mail/metamail/files/patch-ab (dead) 1.2 +0 -19 ports/mail/metamail/files/patch-ac (dead) 1.4 +0 -35 ports/mail/metamail/files/patch-ad (dead) 1.4 +0 -78 ports/mail/metamail/files/patch-ae (dead) 1.4 +0 -260 ports/mail/metamail/files/patch-af (dead) 1.2 +0 -260 ports/mail/metamail/files/patch-ag (dead) 1.1 +67 -0 ports/mail/metamail/files/patch-bin_showaudio (new) 1.1 +49 -0 ports/mail/metamail/files/patch-bin_showexternal (new) 1.1 +80 -0 ports/mail/metamail/files/patch-bin_showpartial (new) 1.1 +57 -0 ports/mail/metamail/files/patch-bin_showpicture (new) 1.1 +11 -0 ports/mail/metamail/files/patch-bin_sun2mime (new) 1.1 +23 -0 ports/mail/metamail/files/patch-config.h (new) 1.1 +23 -0 ports/mail/metamail/files/patch-fonts_Makefile (new) 1.1 +74 -0 ports/mail/metamail/files/patch-metamail_mailto.c (new) 1.1 +87 -0 ports/mail/metamail/files/patch-metamail_metamail.c (new) 1.1 +44 -0 ports/mail/metamail/files/patch-metamail_splitmail.c (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 01:49: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0FACA16A415; Tue, 19 Dec 2006 01:49:16 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE28343CBA; Tue, 19 Dec 2006 01:49:08 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJ1mrOc057525; Tue, 19 Dec 2006 01:48:54 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ1mrs1057524; Tue, 19 Dec 2006 01:48:53 GMT (envelope-from rafan) Message-Id: <200612190148.kBJ1mrs1057524@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 19 Dec 2006 01:48:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/metamail/files patch-metamail_codes.c patch-metamail_mailto.c patch-metamail_metamail.c patch-metamail_mmencode.c patch-metamail_putenv.c patch-metamail_shared.c patch-metamail_splitmail.c patch-richmail_richlex.c patch-richmail_richset.c patch-richmail_richtext.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 01:49:16 -0000 rafan 2006-12-19 01:48:53 UTC FreeBSD ports repository Modified files: mail/metamail/files patch-metamail_mailto.c patch-metamail_metamail.c patch-metamail_splitmail.c Added files: mail/metamail/files patch-metamail_codes.c patch-metamail_mmencode.c patch-metamail_putenv.c patch-metamail_shared.c patch-richmail_richlex.c patch-richmail_richset.c patch-richmail_richtext.c Log: - Make gcc4 happy PR: ports/106818 Submitted by: Jean-Francois Dockes (maintainer) Revision Changes Path 1.1 +10 -0 ports/mail/metamail/files/patch-metamail_codes.c (new) 1.2 +17 -0 ports/mail/metamail/files/patch-metamail_mailto.c 1.2 +31 -0 ports/mail/metamail/files/patch-metamail_metamail.c 1.1 +10 -0 ports/mail/metamail/files/patch-metamail_mmencode.c (new) 1.1 +11 -0 ports/mail/metamail/files/patch-metamail_putenv.c (new) 1.1 +17 -0 ports/mail/metamail/files/patch-metamail_shared.c (new) 1.2 +18 -0 ports/mail/metamail/files/patch-metamail_splitmail.c 1.1 +10 -0 ports/mail/metamail/files/patch-richmail_richlex.c (new) 1.1 +10 -0 ports/mail/metamail/files/patch-richmail_richset.c (new) 1.1 +45 -0 ports/mail/metamail/files/patch-richmail_richtext.c (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 01:56: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C410616A40F; Tue, 19 Dec 2006 01:56:00 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0004343CB3; Tue, 19 Dec 2006 01:55: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 kBJ1tkQw076926; Tue, 19 Dec 2006 01:55:46 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ1tkFh076892; Tue, 19 Dec 2006 01:55:46 GMT (envelope-from rodrigc) Message-Id: <200612190155.kBJ1tkFh076892@repoman.freebsd.org> From: Craig Rodrigues Date: Tue, 19 Dec 2006 01:55: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/fs/msdosfs bpb.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, 19 Dec 2006 01:56:00 -0000 rodrigc 2006-12-19 01:55:45 UTC FreeBSD src repository Modified files: sys/fs/msdosfs bpb.h Log: Fix get_ulong() macro on AMD64 (or any little-endian 64-bit platform). This bug caused vn_stat() to fail on files larger than 2gb on msdosfs filesystems on AMD64. PR: 106703 Tested by: Axel Gonzalez MFC after: 3 days Revision Changes Path 1.12 +1 -5 src/sys/fs/msdosfs/bpb.h From owner-cvs-all@FreeBSD.ORG Tue Dec 19 02:28: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C6C116A407; Tue, 19 Dec 2006 02:28:35 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A09143CA5; Tue, 19 Dec 2006 02:28:31 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJ2SJpT090921; Tue, 19 Dec 2006 02:28:19 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ2SJlZ090920; Tue, 19 Dec 2006 02:28:19 GMT (envelope-from rafan) Message-Id: <200612190228.kBJ2SJlZ090920@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 19 Dec 2006 02:28:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/cdo Makefile pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 02:28:35 -0000 rafan 2006-12-19 02:28:19 UTC FreeBSD ports repository Modified files: science/cdo Makefile pkg-message Log: - Reformat pkg-message - Show pkg-message when install via ports PR: ports/106885 Submitted by: Sunpoet Po-Chuan Hsieh (maintainer) Revision Changes Path 1.8 +3 -0 ports/science/cdo/Makefile 1.2 +2 -1 ports/science/cdo/pkg-message From owner-cvs-all@FreeBSD.ORG Tue Dec 19 02:31: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8ECF816A407; Tue, 19 Dec 2006 02:31:59 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EA4343CAD; Tue, 19 Dec 2006 02:31:59 +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 kBJ2VxcP091898; Tue, 19 Dec 2006 02:31:59 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ2VxjA091897; Tue, 19 Dec 2006 02:31:59 GMT (envelope-from rodrigc) Message-Id: <200612190231.kBJ2VxjA091897@repoman.freebsd.org> From: Craig Rodrigues Date: Tue, 19 Dec 2006 02:31:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/msdosfs bpb.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, 19 Dec 2006 02:31:59 -0000 rodrigc 2006-12-19 02:31:58 UTC FreeBSD src repository Modified files: sys/fs/msdosfs bpb.h Log: For big-endian version of getulong() macro, cast result to u_int32_t. This macro was written expecting a 32-bit unsigned long, and doesn't work properly on 64-bit systems. This bug caused vn_stat() to return incorrect values for files larger than 2gb on msdosfs filesystems on 64-bit systems. PR: 106703 Submitted by: Axel Gonzalez MFC after: 3 days Revision Changes Path 1.13 +1 -1 src/sys/fs/msdosfs/bpb.h From owner-cvs-all@FreeBSD.ORG Tue Dec 19 05:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B130216A412; Tue, 19 Dec 2006 05:24:54 +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 1AF0543C9F; Tue, 19 Dec 2006 05:24:48 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [127.0.0.1] (pooker.samsco.org [168.103.85.57]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kBJ4wOV6070270; Mon, 18 Dec 2006 21:58:33 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <45877170.4030307@samsco.org> Date: Mon, 18 Dec 2006 23:58:24 -0500 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: Bruce Evans References: <200612132051.kBDKppS4058663@repoman.freebsd.org> <200612131846.33252.jkim@FreeBSD.org> <20061214152805.D2109@besplex.bde.org> <20061216031759.N11941@delplex.bde.org> <20061218220448.S1577@epsplex.bde.org> In-Reply-To: <20061218220448.S1577@epsplex.bde.org> Content-Type: text/plain; charset=ISO-8859-1; 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: cvs-src@freebsd.org, src-committers@freebsd.org, Scott Long , cvs-all@freebsd.org, Jung-uk Kim Subject: Re: 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: Tue, 19 Dec 2006 05:24:54 -0000 Bruce Evans wrote: > On Sat, 16 Dec 2006, I wrote: > >> On Thu, 14 Dec 2006, I wrote: >> >>> On Wed, 13 Dec 2006, Jung-uk Kim wrote: >>> >>>> On Wednesday 13 December 2006 03:51 pm, Scott Long wrote: >>>>> scottl 2006-12-13 20:51:51 UTC >>>>> >>>>> FreeBSD src repository >>>>> >>>>> Modified files: >>>>> sys/dev/bge if_bge.c >>>>> Log: >>>>> Remove a redundant write of the firmware reset magic number. It >>>>> ... >>>> I am still getting firmware handshake timeouts and/or watchdog >>>> timeouts. Most importantly it panics or get witness warnings (lots >>>> of 'memory modified after free'). Panic goes like this (while >>>> kldunload if_bge with dhclient enabled): >>>> >>>> brgphy0: detached >>>> miibus0: detached >>>> bge0: firmware handshake timed out, found 0x4b657654 >>>> bge0: firmware handshake timed out, found 0x4b657654 >>> >>> I have seen these for debugging the redundant-write problem (not for >>> detach but for bringing up the interface for the first time). My 5701 >>> just hangs if there is any redundant write (2 where the first one was >>> in bge_reset(), or 2 separate, or 2 where the second one was). My >>> 5705 survives two separate sets of 256 repeated writes; however, then >>> the firmware handshake times out; however2, everything works normally >>> after ignoring the the timeout except for printing the message. I >>> just noticed that this error wasn't ignored until recently -- I noticed >>> the return statement being removed but not that it was in a critical >>> area. >> >> The debugging code doesn't seem to have been responsible for this. >> Now, without it I almost (?) always get handshake errors on the 5705, >> but never (?) on the 5701. Apparently, the 3rd write (the one that >> was removed) was the only correctly placed one. > > Avoiding the "write_op" part of the changes fixes the handshake errors > on my non-PCIE 5705. write_op is only used to write the reset value and > one other value to BGE_MISC_CFG. bge_writemem_ind() apparently writes > the reset to nowhere, but bge_writereg() still works. > > %%% > Index: if_bge.c > =================================================================== > RCS file: /home/ncvs/src/sys/dev/bge/if_bge.c,v > retrieving revision 1.165 > diff -u -2 -r1.165 if_bge.c > --- if_bge.c 15 Dec 2006 00:27:06 -0000 1.165 > +++ if_bge.c 18 Dec 2006 10:44:05 -0000 > @@ -2544,4 +2634,7 @@ > if (sc->bge_flags & BGE_FLAG_PCIE) > write_op = bge_writemem_direct; > + /* XXX bge_writemem_ind is wrong for at least reset of 5705. */ > + else if (sc->bge_asicrev == BGE_ASICREV_BCM5705) > + write_op = bge_writereg_ind; > else > write_op = bge_writemem_ind; > %%% > > The panics might be caused by the change making the reset null. Resetting > might be much more necessary for uninitialization than for initialization. > > The bug caused the following behaviour here: > - the problem with taking a long time to start serving nfs requests (with > /usr nfs-mounted) became larger. Normally, nfs tries to start before > the interface is really up and then it takes about a minute to start. > With the bug, it often got portmap errors and sometimes never started. > - after "ifconfig down", it took a reboot to bring the interface back up. > > Bruce Ok, this looks like a result of me not understanding a bit of the linux code that I read. When doing the reset, the linux equivalent of bge_writemem_ind() is specifically avoided. I'm on vacation for the next 10 days, but I'll try to put together a patch that addresses this and other problems soon. Ping my after the first of the year otherwise. Scott From owner-cvs-all@FreeBSD.ORG Tue Dec 19 06: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 383A516A407; Tue, 19 Dec 2006 06:47:50 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C737643CA2; Tue, 19 Dec 2006 06:47:49 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJ6ljn2045594; Tue, 19 Dec 2006 06:47:45 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ6ljEI045593; Tue, 19 Dec 2006 06:47:45 GMT (envelope-from rafan) Message-Id: <200612190647.kBJ6ljEI045593@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 19 Dec 2006 06: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/biology/p5-Bio-Das 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, 19 Dec 2006 06:47:50 -0000 rafan 2006-12-19 06:47:45 UTC FreeBSD ports repository Modified files: biology/p5-Bio-Das Makefile distinfo pkg-plist Log: - Update to 1.03 PR: ports/106300 Submitted by: chinsan Approved by: maintainer timeout (15 days) Revision Changes Path 1.4 +11 -46 ports/biology/p5-Bio-Das/Makefile 1.3 +3 -3 ports/biology/p5-Bio-Das/distinfo 1.3 +28 -56 ports/biology/p5-Bio-Das/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 19 06:48: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A1C2116A412; Tue, 19 Dec 2006 06:48:23 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 916D743C9F; Tue, 19 Dec 2006 06:48:20 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJ6mDCv045646; Tue, 19 Dec 2006 06:48:13 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ6mDq4045645; Tue, 19 Dec 2006 06:48:13 GMT (envelope-from rafan) Message-Id: <200612190648.kBJ6mDq4045645@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 19 Dec 2006 06:48: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/textproc/p5-Lingua-Stem 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, 19 Dec 2006 06:48:23 -0000 rafan 2006-12-19 06:48:13 UTC FreeBSD ports repository Modified files: textproc/p5-Lingua-Stem Makefile distinfo pkg-plist Log: - Update to 0.82 PR: ports/106312 Submitted by: chinsan Approved by: maintainer timeout (15 days) Revision Changes Path 1.6 +1 -1 ports/textproc/p5-Lingua-Stem/Makefile 1.6 +3 -3 ports/textproc/p5-Lingua-Stem/distinfo 1.4 +1 -0 ports/textproc/p5-Lingua-Stem/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 19 06:49: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E69C16A407; Tue, 19 Dec 2006 06:49:08 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB74D43CBA; Tue, 19 Dec 2006 06:49:07 +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 kBJ6n3Ja045785; Tue, 19 Dec 2006 06:49:03 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ6n3dn045784; Tue, 19 Dec 2006 06:49:03 GMT (envelope-from dinoex) Message-Id: <200612190649.kBJ6n3dn045784@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 19 Dec 2006 06: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: ports/x11/etoile-iterm Makefile ports/x11/etoile-iterm/files patch-PTYSession.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, 19 Dec 2006 06:49:08 -0000 dinoex 2006-12-19 06:49:03 UTC FreeBSD ports repository Modified files: x11/etoile-iterm Makefile Added files: x11/etoile-iterm/files patch-PTYSession.h Log: - add include to build on sparc64, amd64 Revision Changes Path 1.3 +5 -7 ports/x11/etoile-iterm/Makefile 1.1 +10 -0 ports/x11/etoile-iterm/files/patch-PTYSession.h (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 06: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 341C816A416; Tue, 19 Dec 2006 06:50:56 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8D0843C9F; Tue, 19 Dec 2006 06:50:55 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJ6otcB045990; Tue, 19 Dec 2006 06:50:55 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ6ot1F045989; Tue, 19 Dec 2006 06:50:55 GMT (envelope-from rafan) Message-Id: <200612190650.kBJ6ot1F045989@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 19 Dec 2006 06: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/security/ident2 Makefile distinfo ports/security/ident2/files patch-Makefile.in patch-common.c patch-ident2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 06:50:56 -0000 rafan 2006-12-19 06:50:55 UTC FreeBSD ports repository Modified files: security/ident2 Makefile distinfo Removed files: security/ident2/files patch-Makefile.in patch-common.c patch-ident2.c Log: - Update to 1.07 PR: ports/106214 Submitted by: chinsan Approved by: maintainer timeout (17 days) Revision Changes Path 1.13 +6 -2 ports/security/ident2/Makefile 1.7 +3 -3 ports/security/ident2/distinfo 1.3 +0 -21 ports/security/ident2/files/patch-Makefile.in (dead) 1.2 +0 -53 ports/security/ident2/files/patch-common.c (dead) 1.2 +0 -111 ports/security/ident2/files/patch-ident2.c (dead) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 06:54: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5883616A407; Tue, 19 Dec 2006 06:54:44 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1270543CA0; Tue, 19 Dec 2006 06:54:44 +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 kBJ6shFP047231; Tue, 19 Dec 2006 06:54:43 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ6shPv047230; Tue, 19 Dec 2006 06:54:43 GMT (envelope-from leeym) Message-Id: <200612190654.kBJ6shPv047230@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 19 Dec 2006 06:54: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/misc/libhome Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 06:54:44 -0000 leeym 2006-12-19 06:54:42 UTC FreeBSD ports repository Modified files: misc/libhome Makefile Log: - utilize USE_BDB PR: 89023 Submitted by: swhetzel at gmail.com Approved by: maintainer Revision Changes Path 1.15 +27 -19 ports/misc/libhome/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 06:55: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65D7D16A416; Tue, 19 Dec 2006 06:55:36 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A25443CA9; Tue, 19 Dec 2006 06:55: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 kBJ6tZ2b047372; Tue, 19 Dec 2006 06:55:35 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ6tZYb047371; Tue, 19 Dec 2006 06:55:35 GMT (envelope-from dinoex) Message-Id: <200612190655.kBJ6tZYb047371@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 19 Dec 2006 06:55: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/gnustep-app 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, 19 Dec 2006 06:55:36 -0000 dinoex 2006-12-19 06:55:35 UTC FreeBSD ports repository Modified files: x11/gnustep-app Makefile pkg-descr Log: - added MyWiki, Cartotheque, LuserNET, CameraKit, Popup, Toolbox Revision Changes Path 1.17 +7 -1 ports/x11/gnustep-app/Makefile 1.16 +3 -2 ports/x11/gnustep-app/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Dec 19 06: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 793B816A416; Tue, 19 Dec 2006 06:57:21 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B5C443C9F; Tue, 19 Dec 2006 06:57:20 +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 kBJ6vFgO047498; Tue, 19 Dec 2006 06:57:15 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ6vFEl047497; Tue, 19 Dec 2006 06:57:15 GMT (envelope-from clsung) Message-Id: <200612190657.kBJ6vFEl047497@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 19 Dec 2006 06:57: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/databases Makefile ports/databases/sqlitemanager 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, 19 Dec 2006 06:57:21 -0000 clsung 2006-12-19 06:57:15 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/sqlitemanager Makefile distinfo pkg-descr pkg-plist Log: Add sqlitemanager 1.2.0, a multilingual web based tool to manage SQLite database. PR: ports/106871 Submitted by: Gea-Suan Lin Revision Changes Path 1.572 +1 -0 ports/databases/Makefile 1.1 +26 -0 ports/databases/sqlitemanager/Makefile (new) 1.1 +3 -0 ports/databases/sqlitemanager/distinfo (new) 1.1 +5 -0 ports/databases/sqlitemanager/pkg-descr (new) 1.1 +769 -0 ports/databases/sqlitemanager/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 06:57: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1606116A50E; Tue, 19 Dec 2006 06:57:35 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC79443CA0; Tue, 19 Dec 2006 06:57:34 +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 kBJ6vWPt047536; Tue, 19 Dec 2006 06:57:32 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ6vWEe047535; Tue, 19 Dec 2006 06:57:32 GMT (envelope-from clsung) Message-Id: <200612190657.kBJ6vWEe047535@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 19 Dec 2006 06:57: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: Tue, 19 Dec 2006 06:57:35 -0000 clsung 2006-12-19 06:57:32 UTC FreeBSD ports repository Modified files: . modules Log: sqlitemanager --> ports/databases/sqlitemanager Revision Changes Path 1.16882 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Dec 19 07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1639916A415; Tue, 19 Dec 2006 07:03:06 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C241F43CA0; Tue, 19 Dec 2006 07:03:05 +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 kBJ734CS050159; Tue, 19 Dec 2006 07:03:04 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ7343U050157; Tue, 19 Dec 2006 07:03:04 GMT (envelope-from dinoex) Message-Id: <200612190703.kBJ7343U050157@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 19 Dec 2006 07:03: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/gnustep Makefile ports/x11/gnustep-app Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 07:03:06 -0000 dinoex 2006-12-19 07:03:04 UTC FreeBSD ports repository Modified files: devel/gnustep Makefile x11/gnustep-app Makefile Log: - new option WITH_GNUSTEP_SINGLE_BACKEND Revision Changes Path 1.65 +2 -0 ports/devel/gnustep/Makefile 1.18 +3 -0 ports/x11/gnustep-app/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 07:21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B8E0C16A412; Tue, 19 Dec 2006 07:21:09 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A7B43CA0; Tue, 19 Dec 2006 07:21:09 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJ7L93L052434; Tue, 19 Dec 2006 07:21:09 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ7L9ed052433; Tue, 19 Dec 2006 07:21:09 GMT (envelope-from dinoex) Message-Id: <200612190721.kBJ7L9ed052433@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 19 Dec 2006 07:21: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/deskutils/gnustep-wrapper Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 07:21:09 -0000 dinoex 2006-12-19 07:21:09 UTC FreeBSD ports repository Modified files: deskutils/gnustep-wrapper Makefile Log: - fix comment - add USE_GNUSTEP_LDCONFIG Revision Changes Path 1.2 +2 -4 ports/deskutils/gnustep-wrapper/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 07:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2E3816A40F; Tue, 19 Dec 2006 07:23:53 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ADD443CAA; Tue, 19 Dec 2006 07:23:53 +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 kBJ7Ng3v053614; Tue, 19 Dec 2006 07:23:42 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ7Ng50053613; Tue, 19 Dec 2006 07:23:42 GMT (envelope-from dinoex) Message-Id: <200612190723.kBJ7Ng50053613@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 19 Dec 2006 07:23:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/libmad Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 07:23:53 -0000 dinoex 2006-12-19 07:23:42 UTC FreeBSD ports repository Modified files: audio/libmad Makefile Log: - USE_LDCONFIG Revision Changes Path 1.12 +1 -1 ports/audio/libmad/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 07:28: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F95416A403; Tue, 19 Dec 2006 07:28:39 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A08843C9F; Tue, 19 Dec 2006 07:28: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 kBJ7SbYl053878; Tue, 19 Dec 2006 07:28:37 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ7Sb2a053877; Tue, 19 Dec 2006 07:28:37 GMT (envelope-from leeym) Message-Id: <200612190728.kBJ7Sb2a053877@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 19 Dec 2006 07:28:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/gflags 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, 19 Dec 2006 07:28:39 -0000 leeym 2006-12-19 07:28:37 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/gflags Makefile distinfo pkg-descr pkg-plist Log: - add google-gflags-0.1 google-gflags Commandline flags module for C++ The gflags package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for C++ types like string, and the ability to define flags in the source file in which they're used. WWW: http://code.google.com/p/google-gflags/ Revision Changes Path 1.2550 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/gflags/Makefile (new) 1.1 +3 -0 ports/devel/gflags/distinfo (new) 1.1 +9 -0 ports/devel/gflags/pkg-descr (new) 1.1 +6 -0 ports/devel/gflags/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CE2216A47B; Tue, 19 Dec 2006 07:29:17 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3677743CA7; Tue, 19 Dec 2006 07:29:15 +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 kBJ7T8vl053935; Tue, 19 Dec 2006 07:29:08 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ7T8vg053934; Tue, 19 Dec 2006 07:29:08 GMT (envelope-from leeym) Message-Id: <200612190729.kBJ7T8vg053934@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 19 Dec 2006 07:29:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 07:29:17 -0000 leeym 2006-12-19 07:29:08 UTC FreeBSD ports repository Modified files: . modules Log: gflags --> ports/devel/gflags Revision Changes Path 1.16883 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Dec 19 08:06: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 227D316A40F; Tue, 19 Dec 2006 08:06:35 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E511D43C9F; Tue, 19 Dec 2006 08:06: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 kBJ86X2l061289; Tue, 19 Dec 2006 08:06:33 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ86XnA061288; Tue, 19 Dec 2006 08:06:33 GMT (envelope-from sat) Message-Id: <200612190806.kBJ86XnA061288@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 19 Dec 2006 08:06:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/exaile 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, 19 Dec 2006 08:06:35 -0000 sat 2006-12-19 08:06:33 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/exaile Makefile distinfo pkg-descr pkg-plist Log: Add port audio/exaile: Exaile is a media player aiming to be similar to KDE's AmaroK, but for GTK+. It incorporates many of the cool things from AmaroK (and other media players) like automatic fetching of album art, handling of large libraries, lyrics fetching, artist/album information via the wikipedia, last.fm support, optional iPod support (assuming you have python-gpod installed). WWW: http://www.exaile.org/ Author: Adam Olsen Revision Changes Path 1.804 +1 -0 ports/audio/Makefile 1.1 +36 -0 ports/audio/exaile/Makefile (new) 1.1 +3 -0 ports/audio/exaile/distinfo (new) 1.1 +9 -0 ports/audio/exaile/pkg-descr (new) 1.1 +78 -0 ports/audio/exaile/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 877A816A412; Tue, 19 Dec 2006 08:07:09 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4140843C9F; Tue, 19 Dec 2006 08:07: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 kBJ873Xn061342; Tue, 19 Dec 2006 08:07:03 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ873Mn061341; Tue, 19 Dec 2006 08:07:03 GMT (envelope-from sat) Message-Id: <200612190807.kBJ873Mn061341@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 19 Dec 2006 08:07: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, 19 Dec 2006 08:07:09 -0000 sat 2006-12-19 08:07:03 UTC FreeBSD ports repository Modified files: . modules Log: exaile --> ports/audio/exaile Revision Changes Path 1.16884 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Dec 19 08:27: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 20D1D16A416; Tue, 19 Dec 2006 08:27:11 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE08643CA3; Tue, 19 Dec 2006 08:27:10 +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 kBJ8RAcZ064480; Tue, 19 Dec 2006 08:27:10 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ8RA2F064479; Tue, 19 Dec 2006 08:27:10 GMT (envelope-from tobez) Message-Id: <200612190827.kBJ8RA2F064479@repoman.freebsd.org> From: Anton Berezin Date: Tue, 19 Dec 2006 08: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: ports/mail/p5-Email-Send Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 08:27:11 -0000 tobez 2006-12-19 08:27:10 UTC FreeBSD ports repository Modified files: mail/p5-Email-Send Makefile distinfo Log: Update to 2.183. Revision Changes Path 1.8 +1 -1 ports/mail/p5-Email-Send/Makefile 1.8 +3 -3 ports/mail/p5-Email-Send/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DC0016A40F; Tue, 19 Dec 2006 08:30:50 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58D0643CA4; Tue, 19 Dec 2006 08:30: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 kBJ8UovX064697; Tue, 19 Dec 2006 08: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 kBJ8UoDu064696; Tue, 19 Dec 2006 08:30:50 GMT (envelope-from sat) Message-Id: <200612190830.kBJ8UoDu064696@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 19 Dec 2006 08:30: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/exaile Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 08:30:50 -0000 sat 2006-12-19 08:30:49 UTC FreeBSD ports repository Modified files: audio/exaile Makefile Log: - An extra dependency on py-notify won't hurt Revision Changes Path 1.2 +1 -0 ports/audio/exaile/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 08:41: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9096216A415; Tue, 19 Dec 2006 08:41:49 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ED1D43CA3; Tue, 19 Dec 2006 08:41:49 +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 kBJ8fnSo066814; Tue, 19 Dec 2006 08:41:49 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ8fnD9066813; Tue, 19 Dec 2006 08:41:49 GMT (envelope-from oleg) Message-Id: <200612190841.kBJ8fnD9066813@repoman.freebsd.org> From: Oleg Bulyzhin Date: Tue, 19 Dec 2006 08:41:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii brgphy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 08:41:49 -0000 oleg 2006-12-19 08:41:48 UTC FreeBSD src repository Modified files: sys/dev/mii brgphy.c Log: - Fix autonegotiation timer. - Use MII_ANEGTICKS/MII_ANEGTICKS_GIGE defines instead of hardcoded value. - Fix some comments. - style(9) MFC after: 2 month Revision Changes Path 1.50 +22 -30 src/sys/dev/mii/brgphy.c From owner-cvs-all@FreeBSD.ORG Tue Dec 19 08:45: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C85C16A407; Tue, 19 Dec 2006 08:45:58 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F3DC43C9F; Tue, 19 Dec 2006 08:45:58 +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 kBJ8jwAU067792; Tue, 19 Dec 2006 08:45:58 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ8jw7w067791; Tue, 19 Dec 2006 08:45:58 GMT (envelope-from vd) Message-Id: <200612190845.kBJ8jw7w067791@repoman.freebsd.org> From: Vasil Dimov Date: Tue, 19 Dec 2006 08:45:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/lang Makefile ports/lang/clips 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, 19 Dec 2006 08:45:58 -0000 vd 2006-12-19 08:45:57 UTC FreeBSD ports repository Modified files: . MOVED lang Makefile Added files: lang/clips Makefile distinfo pkg-descr Log: Resurrect lang/clips and update it to 6.24 Revision Changes Path 1.1215 +1 -2 ports/MOVED 1.524 +1 -0 ports/lang/Makefile 1.12 +37 -0 ports/lang/clips/Makefile (new) 1.5 +6 -0 ports/lang/clips/distinfo (new) 1.3 +9 -0 ports/lang/clips/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 08:50: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C43C16A403; Tue, 19 Dec 2006 08:50:08 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1664743C9F; Tue, 19 Dec 2006 08:50:08 +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 kBJ8o7X6076176; Tue, 19 Dec 2006 08:50:07 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ8o7pp076175; Tue, 19 Dec 2006 08:50:07 GMT (envelope-from vd) Message-Id: <200612190850.kBJ8o7pp076175@repoman.freebsd.org> From: Vasil Dimov Date: Tue, 19 Dec 2006 08:50:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 19 Dec 2006 08:50:08 -0000 vd 2006-12-19 08:50:07 UTC FreeBSD ports repository Modified files: . modules Log: Resurrect lang/clips and update it to 6.24 Revision Changes Path 1.16885 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Dec 19 08:53: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2641916A412; Tue, 19 Dec 2006 08:53:30 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C296D43CA2; Tue, 19 Dec 2006 08:53:29 +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 kBJ8rTcV077340; Tue, 19 Dec 2006 08:53:29 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ8rTlt077337; Tue, 19 Dec 2006 08:53:29 GMT (envelope-from clsung) Message-Id: <200612190853.kBJ8rTlt077337@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 19 Dec 2006 08:53:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/snort Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 08:53:30 -0000 clsung 2006-12-19 08:53:29 UTC FreeBSD ports repository Modified files: security/snort Makefile distinfo Log: - Update to 2.6.1.2 Revision Changes Path 1.76 +1 -1 ports/security/snort/Makefile 1.45 +3 -3 ports/security/snort/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 08:55: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 24B4816A403; Tue, 19 Dec 2006 08:55:46 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E791E43CA4; Tue, 19 Dec 2006 08:55:45 +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 kBJ8tjYN077727; Tue, 19 Dec 2006 08:55:45 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ8tjGP077726; Tue, 19 Dec 2006 08:55:45 GMT (envelope-from clsung) Message-Id: <200612190855.kBJ8tjGP077726@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 19 Dec 2006 08:55:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/p5-Net-Yadis 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, 19 Dec 2006 08:55:46 -0000 clsung 2006-12-19 08:55:45 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-Yadis Makefile distinfo pkg-descr pkg-plist Log: Yadis is a service discovery system allowing relying parties (aka identity consumers or membersites) to determine automatically, without end-user intervention, the most appropriate protocol to use. Examples of such services are: * Single sign-on across web sites * Profile exchange and form filling * Blog anti-spam Yadis provides the first step for any service that uses identifiers for authentication, accountability, privacy controlled data exchange and more. WWW: http://search.cpan.org/dist/Net-Yadis/ http://yadis.org/wiki/What_is_Yadis Revision Changes Path 1.1779 +1 -0 ports/net/Makefile 1.1 +32 -0 ports/net/p5-Net-Yadis/Makefile (new) 1.1 +3 -0 ports/net/p5-Net-Yadis/distinfo (new) 1.1 +14 -0 ports/net/p5-Net-Yadis/pkg-descr (new) 1.1 +6 -0 ports/net/p5-Net-Yadis/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 08:55: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A20EE16A403; Tue, 19 Dec 2006 08:55:58 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B2ED43CA2; Tue, 19 Dec 2006 08:55:58 +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 kBJ8twBG077765; Tue, 19 Dec 2006 08:55:58 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ8tww4077764; Tue, 19 Dec 2006 08:55:58 GMT (envelope-from clsung) Message-Id: <200612190855.kBJ8tww4077764@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 19 Dec 2006 08:55:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 08:55:58 -0000 clsung 2006-12-19 08:55:58 UTC FreeBSD ports repository Modified files: . modules Log: p5-Net-Yadis --> ports/net/p5-Net-Yadis Revision Changes Path 1.16886 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Dec 19 08:58: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85ED316A407; Tue, 19 Dec 2006 08:58:02 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF83343CA7; Tue, 19 Dec 2006 08:57:46 +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 kBJ8vk6l077872; Tue, 19 Dec 2006 08:57:46 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ8vkLt077871; Tue, 19 Dec 2006 08:57:46 GMT (envelope-from oleg) Message-Id: <200612190857.kBJ8vkLt077871@repoman.freebsd.org> From: Oleg Bulyzhin Date: Tue, 19 Dec 2006 08:57: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/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: Tue, 19 Dec 2006 08:58:02 -0000 oleg 2006-12-19 08:57:46 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: - Add missing callout_drain() call. - Synchronize bge_tick() with callout_reset/callout_stop() calls. - Avoid using bge_tick() inside bge_link_upd(), use mii_pollstat() instead. MFC after: 2 month Revision Changes Path 1.167 +10 -12 src/sys/dev/bge/if_bge.c From owner-cvs-all@FreeBSD.ORG Tue Dec 19 08:59: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E114E16A40F; Tue, 19 Dec 2006 08:59:31 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ACCD43CB0; Tue, 19 Dec 2006 08:59:31 +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 kBJ8xV0I077999; Tue, 19 Dec 2006 08:59:31 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ8xVR5077998; Tue, 19 Dec 2006 08:59:31 GMT (envelope-from tobez) Message-Id: <200612190859.kBJ8xVR5077998@repoman.freebsd.org> From: Anton Berezin Date: Tue, 19 Dec 2006 08:59:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-Mail-Box Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 08:59:32 -0000 tobez 2006-12-19 08:59:31 UTC FreeBSD ports repository Modified files: mail/p5-Mail-Box Makefile distinfo Log: Update to 2.069. Revision Changes Path 1.18 +1 -1 ports/mail/p5-Mail-Box/Makefile 1.17 +3 -3 ports/mail/p5-Mail-Box/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 09: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ABC5A16A517; Tue, 19 Dec 2006 09:00:19 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31EC143CB9; Tue, 19 Dec 2006 09:00:19 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJ90J8B078061; Tue, 19 Dec 2006 09:00:19 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ90I5c078060; Tue, 19 Dec 2006 09:00:18 GMT (envelope-from bland) Message-Id: <200612190900.kBJ90I5c078060@repoman.freebsd.org> From: Alexander Nedotsukov Date: Tue, 19 Dec 2006 09:00: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/converters/iconv/files patch-gcc41 ports/converters/iconv-extra/files patch-gcc41 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 09:00:20 -0000 bland 2006-12-19 09:00:18 UTC FreeBSD ports repository Added files: converters/iconv/files patch-gcc41 converters/iconv-extra/files patch-gcc41 Log: Pacify gcc42 build. Reported by: krismail Revision Changes Path 1.1 +34 -0 ports/converters/iconv-extra/files/patch-gcc41 (new) 1.1 +93 -0 ports/converters/iconv/files/patch-gcc41 (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 09:02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3AA316A415; Tue, 19 Dec 2006 09:02:10 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B21C43CA3; Tue, 19 Dec 2006 09:02:10 +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 kBJ927wc078815; Tue, 19 Dec 2006 09:02:07 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ927s2078814; Tue, 19 Dec 2006 09:02:07 GMT (envelope-from sem) Message-Id: <200612190902.kBJ927s2078814@repoman.freebsd.org> From: Sergey Matveychuk Date: Tue, 19 Dec 2006 09:02:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gsoap Makefile distinfo 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: Tue, 19 Dec 2006 09:02:10 -0000 sem 2006-12-19 09:02:06 UTC FreeBSD ports repository Modified files: devel/gsoap Makefile distinfo devel/gsoap/files patch-soapcpp2-stdsoap2.c patch-soapcpp2-stdsoap2.cpp Log: - Update to 2.7.9a Revision Changes Path 1.28 +1 -2 ports/devel/gsoap/Makefile 1.17 +3 -3 ports/devel/gsoap/distinfo 1.3 +7 -13 ports/devel/gsoap/files/patch-soapcpp2-stdsoap2.c 1.5 +7 -22 ports/devel/gsoap/files/patch-soapcpp2-stdsoap2.cpp From owner-cvs-all@FreeBSD.ORG Tue Dec 19 09:13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A99916A417; Tue, 19 Dec 2006 09:13:42 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7431843CAA; Tue, 19 Dec 2006 09:13:41 +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 kBJ9Df2Z082200; Tue, 19 Dec 2006 09:13:41 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ9DfxZ082199; Tue, 19 Dec 2006 09:13:41 GMT (envelope-from clsung) Message-Id: <200612190913.kBJ9DfxZ082199@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 19 Dec 2006 09:13: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/p5-Algorithm-CurveFit Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 09:13:42 -0000 clsung 2006-12-19 09:13:41 UTC FreeBSD ports repository Modified files: math/p5-Algorithm-CurveFit Makefile distinfo Log: - Update to 1.03 PR: 106886 Submitted by: clsung Approved by: maintainer (Gea-Suan Lin) Revision Changes Path 1.2 +1 -1 ports/math/p5-Algorithm-CurveFit/Makefile 1.2 +3 -3 ports/math/p5-Algorithm-CurveFit/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 09:32: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55E0416A40F; Tue, 19 Dec 2006 09:32:45 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1440443CA3; Tue, 19 Dec 2006 09:32: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 kBJ9WiPC085270; Tue, 19 Dec 2006 09:32:44 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ9WiJD085269; Tue, 19 Dec 2006 09:32:44 GMT (envelope-from dinoex) Message-Id: <200612190932.kBJ9WiJD085269@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 19 Dec 2006 09:32:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/fortunate 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, 19 Dec 2006 09:32:45 -0000 dinoex 2006-12-19 09:32:44 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/fortunate Makefile distinfo pkg-descr pkg-plist Log: Fortunate displays a quotation in a window. Fortunate is a Cocoa/Objective-C graphical front-end to the command-line BSD fortune which, since the dawn of time, has been providing countless seconds of fun each time a user logs in. WWW: http://www.orange-carb.org/~csaldanh/software.html Revision Changes Path 1.1066 +1 -0 ports/games/Makefile 1.1 +22 -0 ports/games/fortunate/Makefile (new) 1.1 +3 -0 ports/games/fortunate/distinfo (new) 1.1 +5 -0 ports/games/fortunate/pkg-descr (new) 1.1 +14 -0 ports/games/fortunate/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 09:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2BCF516A403; Tue, 19 Dec 2006 09:33:07 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB96643CA3; Tue, 19 Dec 2006 09:33:06 +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 kBJ9X6n2085328; Tue, 19 Dec 2006 09:33:06 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ9X6KF085327; Tue, 19 Dec 2006 09:33:06 GMT (envelope-from dinoex) Message-Id: <200612190933.kBJ9X6KF085327@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 19 Dec 2006 09:33: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: 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, 19 Dec 2006 09:33:07 -0000 dinoex 2006-12-19 09:33:06 UTC FreeBSD ports repository Modified files: . modules Log: fortunate --> ports/games/fortunate Revision Changes Path 1.16887 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Dec 19 09: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8458916A40F; Tue, 19 Dec 2006 09:54:42 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F60143CA0; Tue, 19 Dec 2006 09:54: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 kBJ9sg02088444; Tue, 19 Dec 2006 09:54:42 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJ9sf1c088443; Tue, 19 Dec 2006 09:54:41 GMT (envelope-from delphij) Message-Id: <200612190954.kBJ9sf1c088443@repoman.freebsd.org> From: Xin LI Date: Tue, 19 Dec 2006 09:54: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/openldap23-server Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 09:54:42 -0000 delphij 2006-12-19 09:54:40 UTC FreeBSD ports repository Modified files: net/openldap23-server Makefile distinfo Log: Update to 2.3.31, a bugfix release. To quote the release changelog: Fixed libldap unchased referral leak (ITS#4545) Fixed libldap tls callback (ITS#4723) Fixed liblutil ldif file: URL parsing Fixed slapd syncrepl logging (ITS#4755) Fixed slapd group ACL caching when proxyAuthz'ing (ITS#4760) Fixed slapd "group" authz default member parsing (ITS#4761) Fixed slapd uninitialized sd_actives array (ITS#4765) Fixed slapd DN parsing in bindconf_parse (ITS#4766) Fixed slapd conditional in macro argument (ITS#4769) Fixed slapd send_search_reference should propagate errors Fixed slapd memleak on failed bind (ITS#4771) Fixed slapd schema preparation case to match RFCs (ITS#4764) Fixed slapd kbind buffer overflow condition (ITS#4775) Fixed slapd connections_shutdown assert Fixed slapd glue parent/sub db overlay nesting (ITS#4615) Fixed slapd-bdb/hdb/ldbm slap_add_opattrs error checking Fixed slapd-bdb/hdb setting up tool threads when no indices specified Fixed slapd-perl interpreter context (ITS#4751) Fixed slapo-syncprov to complain if defined outside of a database Fixed test021 modify ops to be syntactically correct Fixed contrib smbk5pwd, check kadm5 init result Documentation Fixed typo in slapo-retcode(5) man page (ITS#4753) Fixed syncrepl searchbase note (ITS#4540) Added syncrepl starttls in the admin guide (ITS#4510) Fixed reference to deprecated function in ldap_parse_result(3) Revision Changes Path 1.145 +2 -2 ports/net/openldap23-server/Makefile 1.68 +3 -3 ports/net/openldap23-server/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 10:28: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 731D216A403; Tue, 19 Dec 2006 10:28:23 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D66243C9F; Tue, 19 Dec 2006 10:28:23 +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 kBJASNWc094428; Tue, 19 Dec 2006 10:28:23 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJASNdm094427; Tue, 19 Dec 2006 10:28:23 GMT (envelope-from dinoex) Message-Id: <200612191028.kBJASNdm094427@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 19 Dec 2006 10:28: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 Makefile ports/net/tryst 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, 19 Dec 2006 10:28:23 -0000 dinoex 2006-12-19 10:28:23 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/tryst Makefile distinfo pkg-descr pkg-plist Log: Using Tryst, applications can discover what services are available on the network, along with all necessary access information such as name, IP address, and port number for a given service. Bonjour allows you to register a network service, such as a printer or file server, so that it can be found by name or browsed for by service type and domain. WWW: http://gnustep.dyndns.org/ Revision Changes Path 1.1780 +1 -0 ports/net/Makefile 1.1 +29 -0 ports/net/tryst/Makefile (new) 1.1 +3 -0 ports/net/tryst/distinfo (new) 1.1 +9 -0 ports/net/tryst/pkg-descr (new) 1.1 +5 -0 ports/net/tryst/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 10:29: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E65E16A40F; Tue, 19 Dec 2006 10:29:02 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFE4343CA5; Tue, 19 Dec 2006 10:29:01 +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 kBJASlBd094487; Tue, 19 Dec 2006 10:28:52 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJASle9094486; Tue, 19 Dec 2006 10:28:47 GMT (envelope-from dinoex) Message-Id: <200612191028.kBJASle9094486@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 19 Dec 2006 10:28: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: 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, 19 Dec 2006 10:29:02 -0000 dinoex 2006-12-19 10:28:47 UTC FreeBSD ports repository Modified files: . modules Log: tryst --> ports/net/tryst Revision Changes Path 1.16888 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Dec 19 10:30: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6323A16A412; Tue, 19 Dec 2006 10:30:23 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D43543CA7; Tue, 19 Dec 2006 10:30:23 +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 kBJAUJLH094639; Tue, 19 Dec 2006 10:30:19 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJAUJCc094638; Tue, 19 Dec 2006 10:30:19 GMT (envelope-from bms) Message-Id: <200612191030.kBJAUJCc094638@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 19 Dec 2006 10:30:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/tcpdump Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 10:30:23 -0000 bms 2006-12-19 10:30:19 UTC FreeBSD ports repository (src committer) Modified files: net/tcpdump Makefile Log: add to ipv6 category PR: 106898 Submitted by: Janos Mohacsi Revision Changes Path 1.21 +1 -1 ports/net/tcpdump/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 10:31: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0BDE16A407; Tue, 19 Dec 2006 10:31:22 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73F2143CA6; Tue, 19 Dec 2006 10:31:22 +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 kBJAVHVK095084; Tue, 19 Dec 2006 10:31:17 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJAVHlO095083; Tue, 19 Dec 2006 10:31:17 GMT (envelope-from bms) Message-Id: <200612191031.kBJAVHlO095083@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 19 Dec 2006 10:31:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/libpcap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 10:31:22 -0000 bms 2006-12-19 10:31:17 UTC FreeBSD ports repository (src committer) Modified files: net/libpcap Makefile Log: add to ipv6 category PR: 106895 Submitted by: Janos Mohacsi Revision Changes Path 1.10 +1 -1 ports/net/libpcap/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 73CCA16A49E; Tue, 19 Dec 2006 10:32:15 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2491A43CA0; Tue, 19 Dec 2006 10:32:15 +0000 (GMT) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJAW86G095678; Tue, 19 Dec 2006 10:32:08 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJAW8K3095677; Tue, 19 Dec 2006 10:32:08 GMT (envelope-from nivit) Message-Id: <200612191032.kBJAW8K3095677@repoman.freebsd.org> From: Nicola Vitale Date: Tue, 19 Dec 2006 10:32: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/comms/libticalcs2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 10:32:15 -0000 nivit 2006-12-19 10:32:08 UTC FreeBSD ports repository Modified files: comms/libticalcs2 Makefile distinfo Log: - Updated to 1.0.1 PR: 106691 Submitted by: Tijl Coosemans Approved by: alexbl (mentor), Tijl Coosemans (maintainer) Revision Changes Path 1.3 +2 -2 ports/comms/libticalcs2/Makefile 1.2 +3 -3 ports/comms/libticalcs2/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 10:34: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A0CF16A407; Tue, 19 Dec 2006 10:34:15 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97C2D43CA2; Tue, 19 Dec 2006 10:34:14 +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 kBJAYExr096022; Tue, 19 Dec 2006 10:34:14 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJAYE8G096021; Tue, 19 Dec 2006 10:34:14 GMT (envelope-from ru) Message-Id: <200612191034.kBJAYE8G096021@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 19 Dec 2006 10:34:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/cmp cmp.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 10:34:15 -0000 ru 2006-12-19 10:34:14 UTC FreeBSD src repository Modified files: usr.bin/cmp cmp.1 Log: Refine markup and add the EXIT STATUS section where appropriate. Revision Changes Path 1.15 +4 -4 src/usr.bin/cmp/cmp.1 From owner-cvs-all@FreeBSD.ORG Tue Dec 19 10:42: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1519016A407; Tue, 19 Dec 2006 10:42:52 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5EB843CA5; Tue, 19 Dec 2006 10:42:51 +0000 (GMT) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJAglZ6097294; Tue, 19 Dec 2006 10:42:47 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJAglDE097293; Tue, 19 Dec 2006 10:42:47 GMT (envelope-from nivit) Message-Id: <200612191042.kBJAglDE097293@repoman.freebsd.org> From: Nicola Vitale Date: Tue, 19 Dec 2006 10: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/multimedia/tunapie Makefile distinfo pkg-plist ports/multimedia/tunapie/files patch-install.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 10:42:52 -0000 nivit 2006-12-19 10:42:47 UTC FreeBSD ports repository Modified files: multimedia/tunapie Makefile distinfo pkg-plist multimedia/tunapie/files patch-install.sh Log: - Updated to 1.3.1.1 - Fixed paths with %%MANPREFIX%%, %%DATADIR%%, etc. - Substituted USE_COMPS=python_run with WX_COMPS=python:run (because it did not install x11-toolkits/py-wxPython*) Approved by: alexbl (mentor) Revision Changes Path 1.11 +2 -2 ports/multimedia/tunapie/Makefile 1.9 +3 -3 ports/multimedia/tunapie/distinfo 1.7 +12 -9 ports/multimedia/tunapie/files/patch-install.sh 1.8 +1 -5 ports/multimedia/tunapie/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 19 11:20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DE6616A415; Tue, 19 Dec 2006 11:20:35 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC6B143CA2; Tue, 19 Dec 2006 11:20:34 +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 kBJBKYZP003770; Tue, 19 Dec 2006 11:20:34 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJBKYlV003769; Tue, 19 Dec 2006 11:20:34 GMT (envelope-from ru) Message-Id: <200612191120.kBJBKYlV003769@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 19 Dec 2006 11:20: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/usr.bin/truncate truncate.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 11:20:35 -0000 ru 2006-12-19 11:20:34 UTC FreeBSD src repository Modified files: usr.bin/truncate truncate.1 Log: The -r option can also cause the files to be extended (not necessarily truncated). Revision Changes Path 1.15 +2 -2 src/usr.bin/truncate/truncate.1 From owner-cvs-all@FreeBSD.ORG Tue Dec 19 11:21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11DAF16A403; Tue, 19 Dec 2006 11:21:17 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC6443CA2; Tue, 19 Dec 2006 11:21:16 +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 kBJBLGkT004215; Tue, 19 Dec 2006 11:21:16 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJBLGw3004214; Tue, 19 Dec 2006 11:21:16 GMT (envelope-from dinoex) Message-Id: <200612191121.kBJBLGw3004214@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 19 Dec 2006 11: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/net Makefile ports/net/tryst-examples 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, 19 Dec 2006 11:21:17 -0000 dinoex 2006-12-19 11:21:16 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/tryst-examples Makefile distinfo pkg-descr pkg-plist Log: Applications that uses the Tryst kit. TBrowser, TChat WWW: http://gnustep.dyndns.org/ Revision Changes Path 1.1781 +1 -0 ports/net/Makefile 1.1 +33 -0 ports/net/tryst-examples/Makefile (new) 1.1 +3 -0 ports/net/tryst-examples/distinfo (new) 1.1 +5 -0 ports/net/tryst-examples/pkg-descr (new) 1.1 +29 -0 ports/net/tryst-examples/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 11:21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4FF4E16A40F; Tue, 19 Dec 2006 11:21:32 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2-3.pacific.net.au [61.8.2.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id E42BF43CA5; Tue, 19 Dec 2006 11:21:31 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id 361066E08E; Tue, 19 Dec 2006 22:21:22 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 63EFD27406; Tue, 19 Dec 2006 22:21:22 +1100 (EST) Date: Tue, 19 Dec 2006 22:21:16 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Craig Rodrigues In-Reply-To: <200612190155.kBJ1tkFh076892@repoman.freebsd.org> Message-ID: <20061219202608.B9060@delplex.bde.org> References: <200612190155.kBJ1tkFh076892@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/fs/msdosfs bpb.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, 19 Dec 2006 11:21:32 -0000 On Tue, 19 Dec 2006, Craig Rodrigues wrote: > rodrigc 2006-12-19 01:55:45 UTC > > FreeBSD src repository > > Modified files: > sys/fs/msdosfs bpb.h > Log: > Fix get_ulong() macro on AMD64 (or any little-endian 64-bit platform). > This bug caused vn_stat() to fail on files larger than 2gb on msdosfs > filesystems on AMD64. > > PR: 106703 > Tested by: Axel Gonzalez > MFC after: 3 days > > Revision Changes Path > 1.12 +1 -5 src/sys/fs/msdosfs/bpb.h This breaks many more cases than it fixes, by removing support for arches with strict alignment requirements. It fixes little-endian arches with 64-bit longs and no strict alignment requirements (mainly amd64) almost accidentally by not using the broken generic getulong() macro for them. It freshly breaks all little-endian arches with strict alignment requirements (mainly ia64). The overflow bug remains unchanged. It now affects all non-little-endian arches with 64-bit longs (mainly sparc64). It is fixed in practice by the patch in the PR which is in the next commit (rev.1.13), but that patch has has some style bugs and is logically wrong. It makes a line too long and fixes up overflow after overflow has already occurred. I discussed this with another committer in private (?) mail but apparently frightened him by trying to explain the bug and various correct fixes for it in detail. Bruce From owner-cvs-all@FreeBSD.ORG Tue Dec 19 11:21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2805E16A53F; Tue, 19 Dec 2006 11:21:39 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28BEC43CA5; Tue, 19 Dec 2006 11:21:38 +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 kBJBLcm2004469; Tue, 19 Dec 2006 11:21:38 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJBLcFq004468; Tue, 19 Dec 2006 11:21:38 GMT (envelope-from dinoex) Message-Id: <200612191121.kBJBLcFq004468@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 19 Dec 2006 11: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: 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, 19 Dec 2006 11:21:39 -0000 dinoex 2006-12-19 11:21:37 UTC FreeBSD ports repository Modified files: . modules Log: tryst-examples --> ports/net/tryst-examples Revision Changes Path 1.16889 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Dec 19 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D85F716A412; Tue, 19 Dec 2006 12:03:01 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C72C43CC3; Tue, 19 Dec 2006 12:02:52 +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 kBJC2dxI010895; Tue, 19 Dec 2006 12:02:39 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJC2dtM010894; Tue, 19 Dec 2006 12:02:39 GMT (envelope-from clsung) Message-Id: <200612191202.kBJC2dtM010894@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 19 Dec 2006 12:02: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-LWPx-ParanoidAgent 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, 19 Dec 2006 12:03:01 -0000 clsung 2006-12-19 12:02:39 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-LWPx-ParanoidAgent Makefile distinfo pkg-descr pkg-plist Log: LWPx::ParanoidAgent is a class subclassing LWP::UserAgent, but paranoid against attackers. It's to be used when you're fetching a remote resource on behalf of a possibly malicious user. WWW: http://search.cpan.org/dist/LWPx-ParanoidAgent/ Revision Changes Path 1.1641 +1 -0 ports/www/Makefile 1.1 +36 -0 ports/www/p5-LWPx-ParanoidAgent/Makefile (new) 1.1 +3 -0 ports/www/p5-LWPx-ParanoidAgent/distinfo (new) 1.1 +22 -0 ports/www/p5-LWPx-ParanoidAgent/pkg-descr (new) 1.1 +8 -0 ports/www/p5-LWPx-ParanoidAgent/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C60C916A500; Tue, 19 Dec 2006 12:03:28 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9316C43CB7; Tue, 19 Dec 2006 12:03:16 +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 kBJC2u6a011012; Tue, 19 Dec 2006 12:02:56 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJC2ufs011011; Tue, 19 Dec 2006 12:02:56 GMT (envelope-from clsung) Message-Id: <200612191202.kBJC2ufs011011@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 19 Dec 2006 12:02: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, 19 Dec 2006 12:03:28 -0000 clsung 2006-12-19 12:02:56 UTC FreeBSD ports repository Modified files: . modules Log: p5-LWPx-ParanoidAgent --> ports/www/p5-LWPx-ParanoidAgent Revision Changes Path 1.16890 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Dec 19 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF17C16A403; Tue, 19 Dec 2006 12:39:42 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A2C43C9F; Tue, 19 Dec 2006 12:39:42 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJCdgeM017348; Tue, 19 Dec 2006 12:39:42 GMT (envelope-from girgen@repoman.freebsd.org) Received: (from girgen@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJCdgVd017347; Tue, 19 Dec 2006 12:39:42 GMT (envelope-from girgen) Message-Id: <200612191239.kBJCdgVd017347@repoman.freebsd.org> From: Palle Girgensohn Date: Tue, 19 Dec 2006 12:39: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/p5-Cache-Simple-TimedExpiry Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 12:39:42 -0000 girgen 2006-12-19 12:39:42 UTC FreeBSD ports repository Modified files: devel/p5-Cache-Simple-TimedExpiry Makefile distinfo Log: Update to version 0.27 Revision Changes Path 1.7 +1 -1 ports/devel/p5-Cache-Simple-TimedExpiry/Makefile 1.7 +3 -3 ports/devel/p5-Cache-Simple-TimedExpiry/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5772916A407; Tue, 19 Dec 2006 12:52:30 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D8DD43CAA; Tue, 19 Dec 2006 12:52: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 kBJCqM5e027760; Tue, 19 Dec 2006 12:52:22 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJCqMSj027759; Tue, 19 Dec 2006 12:52:22 GMT (envelope-from pjd) Message-Id: <200612191252.kBJCqMSj027759@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 19 Dec 2006 12: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/kern sys_pipe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 12:52:30 -0000 pjd 2006-12-19 12:52:22 UTC FreeBSD src repository Modified files: sys/kern sys_pipe.c Log: Use pipe_direct_write() optimization only if the data is in process' memory. This fixes sending data through pipe from the kernel. Fix suggested by: rwatson Revision Changes Path 1.189 +3 -2 src/sys/kern/sys_pipe.c From owner-cvs-all@FreeBSD.ORG Tue Dec 19 13:06: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F07C516A403; Tue, 19 Dec 2006 13:06:02 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66DE043CAC; Tue, 19 Dec 2006 13:06:02 +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 kBJD62s7030998; Tue, 19 Dec 2006 13:06:02 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJD627h030991; Tue, 19 Dec 2006 13:06:02 GMT (envelope-from davidxu) Message-Id: <200612191306.kBJD627h030991@repoman.freebsd.org> From: David Xu Date: Tue, 19 Dec 2006 13:06: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/kern kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 13:06:03 -0000 davidxu 2006-12-19 13:06:01 UTC FreeBSD src repository Modified files: sys/kern kern_thread.c Log: Remove unused sysctls. Revision Changes Path 1.239 +0 -8 src/sys/kern/kern_thread.c From owner-cvs-all@FreeBSD.ORG Tue Dec 19 13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7594D16A407; Tue, 19 Dec 2006 13:20:31 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2B8443C9F; Tue, 19 Dec 2006 13:20:30 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJDKUor032949; Tue, 19 Dec 2006 13:20:30 GMT (envelope-from girgen@repoman.freebsd.org) Received: (from girgen@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJDKU4x032948; Tue, 19 Dec 2006 13:20:30 GMT (envelope-from girgen) Message-Id: <200612191320.kBJDKU4x032948@repoman.freebsd.org> From: Palle Girgensohn Date: Tue, 19 Dec 2006 13:20: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/java/eclipse-emf Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 13:20:31 -0000 girgen 2006-12-19 13:20:30 UTC FreeBSD ports repository Modified files: java/eclipse-emf Makefile distinfo Log: Update to version 2.2.1. Revision Changes Path 1.9 +4 -2 ports/java/eclipse-emf/Makefile 1.8 +3 -3 ports/java/eclipse-emf/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 14:05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3FC2416A412; Tue, 19 Dec 2006 14:05:41 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8568C43C9F; Tue, 19 Dec 2006 14:05:40 +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 kBJE5eud041741; Tue, 19 Dec 2006 14:05:40 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJE5e8J041734; Tue, 19 Dec 2006 14:05:40 GMT (envelope-from dinoex) Message-Id: <200612191405.kBJE5e8J041734@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 19 Dec 2006 14:05:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gnustep-app 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, 19 Dec 2006 14:05:41 -0000 dinoex 2006-12-19 14:05:40 UTC FreeBSD ports repository Modified files: x11/gnustep-app Makefile pkg-descr Log: - added Fortunate, Tryst, TBrowser, TChat Revision Changes Path 1.19 +10 -1 ports/x11/gnustep-app/Makefile 1.17 +2 -2 ports/x11/gnustep-app/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Dec 19 14:19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B0CEE16A407; Tue, 19 Dec 2006 14:19:19 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85D1543CAB; Tue, 19 Dec 2006 14:19:17 +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 kBJEJ89N043414; Tue, 19 Dec 2006 14:19:08 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJEJ8UT043413; Tue, 19 Dec 2006 14:19:08 GMT (envelope-from ahze) Message-Id: <200612191419.kBJEJ8UT043413@repoman.freebsd.org> From: Michael Johnson Date: Tue, 19 Dec 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/devel/glib20 Makefile distinfo ports/devel/glib20/files patch-glib_gtimer.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 14:19:19 -0000 ahze 2006-12-19 14:19:08 UTC FreeBSD ports repository Modified files: devel/glib20 Makefile distinfo Removed files: devel/glib20/files patch-glib_gtimer.c Log: Update to 2.12.5 Revision Changes Path 1.131 +1 -1 ports/devel/glib20/Makefile 1.60 +3 -3 ports/devel/glib20/distinfo 1.2 +0 -11 ports/devel/glib20/files/patch-glib_gtimer.c (dead) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 69E9D16A412; Tue, 19 Dec 2006 14:28:19 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21AE643CAD; Tue, 19 Dec 2006 14:28:19 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJESH46044937; Tue, 19 Dec 2006 14:28:17 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJESHA3044936; Tue, 19 Dec 2006 14:28:17 GMT (envelope-from mich) Message-Id: <200612191428.kBJESHA3044936@repoman.freebsd.org> From: Michael Landin Hostbaek Date: Tue, 19 Dec 2006 14:28: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/amarok pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 14:28:19 -0000 mich 2006-12-19 14:28:17 UTC FreeBSD ports repository Modified files: audio/amarok pkg-plist Log: - Fix PLIST Revision Changes Path 1.26 +1 -0 ports/audio/amarok/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 19 14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 096E716A412; Tue, 19 Dec 2006 14:46:38 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9DD243CA3; Tue, 19 Dec 2006 14:46:37 +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 kBJEkFgx047918; Tue, 19 Dec 2006 14:46:15 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJEkFRj047917; Tue, 19 Dec 2006 14:46:15 GMT (envelope-from lth) Message-Id: <200612191446.kBJEkFRj047917@repoman.freebsd.org> From: Lars Thegler Date: Tue, 19 Dec 2006 14:46:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/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: Tue, 19 Dec 2006 14:46:38 -0000 lth 2006-12-19 14:46:15 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: sql-ledger -- multiple vulnerabilities Reviewed by: remko Revision Changes Path 1.1254 +40 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Dec 19 14:55: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B1EC16A417; Tue, 19 Dec 2006 14:55:12 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5241C43CA6; Tue, 19 Dec 2006 14:55:01 +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 kBJEsqUf049639; Tue, 19 Dec 2006 14:54:52 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJEsq7S049638; Tue, 19 Dec 2006 14:54:52 GMT (envelope-from lth) Message-Id: <200612191454.kBJEsq7S049638@repoman.freebsd.org> From: Lars Thegler Date: Tue, 19 Dec 2006 14: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/finance/sql-ledger 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, 19 Dec 2006 14:55:13 -0000 lth 2006-12-19 14:54:52 UTC FreeBSD ports repository Modified files: finance/sql-ledger Makefile distinfo pkg-plist Log: Update to 2.6.22, fixing multiple vulnerabilities PR: ports/106842 Submitted by: Antoine Beaupre Security: http://www.vuxml.org/freebsd/0679deeb-8eaf-11db-abc9-0003476f14d3.html Revision Changes Path 1.12 +1 -1 ports/finance/sql-ledger/Makefile 1.10 +3 -3 ports/finance/sql-ledger/distinfo 1.10 +41 -1 ports/finance/sql-ledger/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 19 15:01: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6281516A40F; Tue, 19 Dec 2006 15:01:57 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2048143C9F; Tue, 19 Dec 2006 15:01:57 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJF1tZQ050562; Tue, 19 Dec 2006 15:01:55 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJF1to3050561; Tue, 19 Dec 2006 15:01:55 GMT (envelope-from mich) Message-Id: <200612191501.kBJF1to3050561@repoman.freebsd.org> From: Michael Landin Hostbaek Date: Tue, 19 Dec 2006 15:01: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/misc/rpl/files patch-src_replace.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, 19 Dec 2006 15:01:57 -0000 mich 2006-12-19 15:01:54 UTC FreeBSD ports repository Added files: misc/rpl/files patch-src_replace.h Log: - Fix compile with gcc4x Revision Changes Path 1.1 +23 -0 ports/misc/rpl/files/patch-src_replace.h (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 15:04: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D4A316A412; Tue, 19 Dec 2006 15:04:07 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A07043CA0; Tue, 19 Dec 2006 15:04:07 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJF3u4K052145; Tue, 19 Dec 2006 15:03:56 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJF3uO0052144; Tue, 19 Dec 2006 15:03:56 GMT (envelope-from mich) Message-Id: <200612191503.kBJF3uO0052144@repoman.freebsd.org> From: Michael Landin Hostbaek Date: Tue, 19 Dec 2006 15:03:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/doctorj Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 15:04:07 -0000 mich 2006-12-19 15:03:56 UTC FreeBSD ports repository Modified files: devel/doctorj Makefile Log: - drop maintainership, as I am no longer using the port Revision Changes Path 1.6 +1 -1 ports/devel/doctorj/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2649716A40F; Tue, 19 Dec 2006 15:04:21 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D49FA43C9F; Tue, 19 Dec 2006 15:04:20 +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 kBJF4BAD052253; Tue, 19 Dec 2006 15:04:11 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJF4BgG052252; Tue, 19 Dec 2006 15:04:11 GMT (envelope-from erwin) Message-Id: <200612191504.kBJF4BgG052252@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 19 Dec 2006 15:04: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: 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: Tue, 19 Dec 2006 15:04:21 -0000 erwin 2006-12-19 15:04:11 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Add spanish and geography categories. Reviewed by: simon Revision Changes Path 1.776 +12 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Tue Dec 19 15:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBDE516A403; Tue, 19 Dec 2006 15:24:44 +0000 (UTC) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCDDB43CA4; Tue, 19 Dec 2006 15:24:42 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJFOgTZ055554; Tue, 19 Dec 2006 15:24:42 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJFOgeb055549; Tue, 19 Dec 2006 15:24:42 GMT (envelope-from scrappy) Message-Id: <200612191524.kBJFOgeb055549@repoman.freebsd.org> From: "Marc G. Fournier" Date: Tue, 19 Dec 2006 15:24:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_log_sql2-dtc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 15:24:45 -0000 scrappy 2006-12-19 15:24:42 UTC FreeBSD ports repository Modified files: www/mod_log_sql2-dtc Makefile Log: Add USE_APACHE=2.2+, else it tries to build Apache1.3 is nothing is installed yet ... Revision Changes Path 1.4 +2 -0 ports/www/mod_log_sql2-dtc/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 15:28: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7FB1A16A403; Tue, 19 Dec 2006 15:28:52 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from nat-application.b1.lan.prg.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id A87E843CA3; Tue, 19 Dec 2006 15:28:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by nat-application.b1.lan.prg.vol.cz (8.13.8/8.13.8) with ESMTP id kBJFSgvl036086; Tue, 19 Dec 2006 16:28:42 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.8/8.13.8/Submit) id kBJFSgfw036085; Tue, 19 Dec 2006 16:28:42 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Erwin Lansing In-Reply-To: <20061219152032.GZ92876@droso.net> References: <200612191504.kBJF4BgG052252@repoman.freebsd.org> <1166541185.29719.16.camel@pav.hide.vol.cz> <20061219152032.GZ92876@droso.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-EQEqDB9VFzcY3kQ8qx3b" Date: Tue, 19 Dec 2006 16:28:42 +0100 Message-Id: <1166542122.29719.20.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 FreeBSD GNOME Team Port Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 15:28:52 -0000 --=-EQEqDB9VFzcY3kQ8qx3b Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Erwin Lansing p=ED=B9e v =FAt 19. 12. 2006 v 16:20 +0100: > On Tue, Dec 19, 2006 at 04:13:05PM +0100, Pav Lucistnik wrote: > > Erwin Lansing p=ED?e v =FAt 19. 12. 2006 v 15:04 +0000: > > > erwin 2006-12-19 15:04:11 UTC > > >=20 > > > FreeBSD doc repository (ports committer) > > >=20 > > > Modified files: > > > en_US.ISO8859-1/books/porters-handbook book.sgml=20 > > > Log: > > > Add spanish and geography categories. > >=20 > > Do you know something we don't? New categories created? Last time I > > checked these were only proposed. > >=20 > I'm just looking in bsd.port.mk and this file. Interesting, I never seen them used in actual ports. As for your change to Porter's Handbook, you haven't marked these two categories as 'virtual'. So - is portmgr going to create them as real categories really soon now, or should you fix PH? --=20 Pav Lucistnik Somebody ought to cross ball point pens with coat hangers so that the pens will multiply instead of disappear. --=-EQEqDB9VFzcY3kQ8qx3b Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQBFiAUqntdYP8FOsoIRAuHKAJ9qkLlSyCEIn3IhFjhEYYYHfXbc7QCgzKs6 hdLWQDxQtTmuQvDOa3ipqQY= =q8fg -----END PGP SIGNATURE----- --=-EQEqDB9VFzcY3kQ8qx3b-- From owner-cvs-all@FreeBSD.ORG Tue Dec 19 15:35: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C47B16A407; Tue, 19 Dec 2006 15:35:17 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC88143CA3; Tue, 19 Dec 2006 15:35: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 kBJFZBjd057187; Tue, 19 Dec 2006 15:35:11 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJFZBY4057186; Tue, 19 Dec 2006 15:35:11 GMT (envelope-from sat) Message-Id: <200612191535.kBJFZBY4057186@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 19 Dec 2006 15: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/audio/exaile Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 15:35:17 -0000 sat 2006-12-19 15:35:11 UTC FreeBSD ports repository Modified files: audio/exaile Makefile Log: - Add yet more dependencies Revision Changes Path 1.3 +4 -1 ports/audio/exaile/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 15:35: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 145A316A407; Tue, 19 Dec 2006 15:35:55 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C34643CAD; Tue, 19 Dec 2006 15:35:52 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id AE7FD1CCC6; Tue, 19 Dec 2006 16:20:32 +0100 (CET) Date: Tue, 19 Dec 2006 16:20:32 +0100 From: Erwin Lansing To: Pav Lucistnik Message-ID: <20061219152032.GZ92876@droso.net> Mail-Followup-To: Pav Lucistnik , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200612191504.kBJF4BgG052252@repoman.freebsd.org> <1166541185.29719.16.camel@pav.hide.vol.cz> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="g3RkK9jYN81zD2N+" Content-Disposition: inline In-Reply-To: <1166541185.29719.16.camel@pav.hide.vol.cz> X-Operating-System: FreeBSD/i386 6.2-PRERELEASE User-Agent: Mutt/1.5.13 (2006-08-11) Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 15:35:55 -0000 --g3RkK9jYN81zD2N+ Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 19, 2006 at 04:13:05PM +0100, Pav Lucistnik wrote: > Erwin Lansing p=ED?e v =FAt 19. 12. 2006 v 15:04 +0000: > > erwin 2006-12-19 15:04:11 UTC > >=20 > > FreeBSD doc repository (ports committer) > >=20 > > Modified files: > > en_US.ISO8859-1/books/porters-handbook book.sgml=20 > > Log: > > Add spanish and geography categories. >=20 > Do you know something we don't? New categories created? Last time I > checked these were only proposed. >=20 I'm just looking in bsd.port.mk and this file. Only the picobsd virtual category is still in b.p.m and not here, but as I could not find any ports that use it, I filed a PR to remove it. Next thing on my list is to synchronize this list, and even more the descriptions, between PH and sysinstall. Expect a patch on doc for discussion later today :) -erwin --=20 Erwin Lansing http://droso.org Security is like an onion. (o_ _o) It's made up of several layers \\\_\ /_/// And it makes you cry. <____) (____> erwin@lansing.dk --g3RkK9jYN81zD2N+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFiANAqy9aWxUlaZARAqV3AJ9C3Qx3tfF10wQkN/3f1RvXIC9yqQCguFAz RIQ+NbKFE7MatZjdwTmxjOU= =N+Y1 -----END PGP SIGNATURE----- --g3RkK9jYN81zD2N+-- From owner-cvs-all@FreeBSD.ORG Tue Dec 19 15:43: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3781C16A40F; Tue, 19 Dec 2006 15:43:36 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E50B243C9F; Tue, 19 Dec 2006 15:43: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 kBJFhZ2A058399; Tue, 19 Dec 2006 15:43:35 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJFhZaG058398; Tue, 19 Dec 2006 15:43:35 GMT (envelope-from erwin) Message-Id: <200612191543.kBJFhZaG058398@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 19 Dec 2006 15:43: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/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: Tue, 19 Dec 2006 15:43:36 -0000 erwin 2006-12-19 15:43:35 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Mark geography and spanish as virtual categories. Submitted by: pav Revision Changes Path 1.777 +2 -2 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Tue Dec 19 15:50: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 907ED16A492; Tue, 19 Dec 2006 15:50:15 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from nat-application.b1.lan.prg.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED69E43CA5; Tue, 19 Dec 2006 15:50:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by nat-application.b1.lan.prg.vol.cz (8.13.8/8.13.8) with ESMTP id kBJFD6IE035889; Tue, 19 Dec 2006 16:13:06 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.8/8.13.8/Submit) id kBJFD5hl035888; Tue, 19 Dec 2006 16:13:05 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Erwin Lansing In-Reply-To: <200612191504.kBJF4BgG052252@repoman.freebsd.org> References: <200612191504.kBJF4BgG052252@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-dB1HaCfCu1dHFb4fqVyu" Date: Tue, 19 Dec 2006 16:13:05 +0100 Message-Id: <1166541185.29719.16.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 FreeBSD GNOME Team Port Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 15:50:15 -0000 --=-dB1HaCfCu1dHFb4fqVyu Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Erwin Lansing p=ED=B9e v =FAt 19. 12. 2006 v 15:04 +0000: > erwin 2006-12-19 15:04:11 UTC >=20 > FreeBSD doc repository (ports committer) >=20 > Modified files: > en_US.ISO8859-1/books/porters-handbook book.sgml=20 > Log: > Add spanish and geography categories. Do you know something we don't? New categories created? Last time I checked these were only proposed. --=20 Pav Lucistnik It whines, glows and fades... --=-dB1HaCfCu1dHFb4fqVyu Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQBFiAGBntdYP8FOsoIRAgwaAJ9TrEMei9mu2vzHGe+ge3OZ32GQPQCdEKzC MQeuX6Aw29lOY5ocydLmxME= =elNC -----END PGP SIGNATURE----- --=-dB1HaCfCu1dHFb4fqVyu-- From owner-cvs-all@FreeBSD.ORG Tue Dec 19 15:55: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DD0D16A407; Tue, 19 Dec 2006 15:55:21 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCB8A43CA0; Tue, 19 Dec 2006 15:55:20 +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 kBJFtK3T060238; Tue, 19 Dec 2006 15:55:20 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJFtKU1060237; Tue, 19 Dec 2006 15:55:20 GMT (envelope-from alepulver) Message-Id: <200612191555.kBJFtKU1060237@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 19 Dec 2006 15:55: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/allegro Makefile Makefile.man distinfo ports/devel/allegro/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, 19 Dec 2006 15:55:21 -0000 alepulver 2006-12-19 15:55:20 UTC FreeBSD ports repository Modified files: devel/allegro Makefile Makefile.man distinfo devel/allegro/files patch-makefile.in Log: - Update to version 4.2.1. Revision Changes Path 1.25 +1 -1 ports/devel/allegro/Makefile 1.5 +132 -127 ports/devel/allegro/Makefile.man 1.8 +3 -3 ports/devel/allegro/distinfo 1.10 +2 -11 ports/devel/allegro/files/patch-makefile.in From owner-cvs-all@FreeBSD.ORG Tue Dec 19 15:56: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51B5816A403; Tue, 19 Dec 2006 15:56:45 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03EA443CA0; Tue, 19 Dec 2006 15:56:45 +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 kBJFuijR060354; Tue, 19 Dec 2006 15:56:44 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJFuiZl060353; Tue, 19 Dec 2006 15:56:44 GMT (envelope-from alepulver) Message-Id: <200612191556.kBJFuiZl060353@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 19 Dec 2006 15:56:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/ioquake3 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 15:56:45 -0000 alepulver 2006-12-19 15:56:44 UTC FreeBSD ports repository Modified files: games/ioquake3 Makefile distinfo Log: - Update to version 1.34-rc3. Revision Changes Path 1.6 +1 -11 ports/games/ioquake3/Makefile 1.4 +3 -3 ports/games/ioquake3/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 15:59: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 653BA16A407; Tue, 19 Dec 2006 15:59:53 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id E148C43C9F; Tue, 19 Dec 2006 15:59:52 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 003B11CC82; Tue, 19 Dec 2006 16:59:37 +0100 (CET) Date: Tue, 19 Dec 2006 16:59:37 +0100 From: Erwin Lansing To: Pav Lucistnik Message-ID: <20061219155937.GC92876@droso.net> Mail-Followup-To: Pav Lucistnik , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200612191504.kBJF4BgG052252@repoman.freebsd.org> <1166541185.29719.16.camel@pav.hide.vol.cz> <20061219152032.GZ92876@droso.net> <1166542122.29719.20.camel@pav.hide.vol.cz> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cy9Nn4fUvYST66Pl" Content-Disposition: inline In-Reply-To: <1166542122.29719.20.camel@pav.hide.vol.cz> X-Operating-System: FreeBSD/i386 6.2-PRERELEASE User-Agent: Mutt/1.5.13 (2006-08-11) Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 15:59:53 -0000 --cy9Nn4fUvYST66Pl Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 19, 2006 at 04:28:42PM +0100, Pav Lucistnik wrote: >=20 > Interesting, I never seen them used in actual ports. They were added in rev. 1.519 back in January, so it was about time the handbook was updated. >=20 > As for your change to Porter's Handbook, you haven't marked these two > categories as 'virtual'. So - is portmgr going to create them as real > categories really soon now, or should you fix PH? >=20 Fixed, thanks for noticing. -erwin --=20 Erwin Lansing http://droso.org Security is like an onion. (o_ _o) It's made up of several layers \\\_\ /_/// erwin@FreeBSD.org And it makes you cry. <____) (____> erwin@aauug.dk --cy9Nn4fUvYST66Pl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFiAxpqy9aWxUlaZARApUtAJ4pftKtp+k5RNvQU4JrkJploAmmygCgrdr+ WyFEegmSlE8S8YsfrXrvpHU= =jLPe -----END PGP SIGNATURE----- --cy9Nn4fUvYST66Pl-- From owner-cvs-all@FreeBSD.ORG Tue Dec 19 16:01: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BCD216A407; Tue, 19 Dec 2006 16:01:13 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E114E43CA3; Tue, 19 Dec 2006 16:01:12 +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 kBJG0l8s060640; Tue, 19 Dec 2006 16:00:48 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJG0lBB060638; Tue, 19 Dec 2006 16:00:47 GMT (envelope-from ehaupt) Message-Id: <200612191600.kBJG0lBB060638@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 19 Dec 2006 16:00:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/mar 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, 19 Dec 2006 16:01:13 -0000 ehaupt 2006-12-19 16:00:47 UTC FreeBSD ports repository Modified files: archivers/mar pkg-descr Log: Remove WWW, project page disappeared. Revision Changes Path 1.3 +0 -2 ports/archivers/mar/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Dec 19 16:16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A93D916A40F; Tue, 19 Dec 2006 16:16:05 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B1443C9F; Tue, 19 Dec 2006 16:16:05 +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 kBJGG51m066257; Tue, 19 Dec 2006 16:16:05 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJGG5fb066256; Tue, 19 Dec 2006 16:16:05 GMT (envelope-from roberto) Message-Id: <200612191616.kBJGG5fb066256@repoman.freebsd.org> From: Ollivier Robert Date: Tue, 19 Dec 2006 16: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/devel/mercurial 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, 19 Dec 2006 16:16:05 -0000 roberto 2006-12-19 16:16:05 UTC FreeBSD ports repository Modified files: devel/mercurial Makefile distinfo pkg-plist Log: Update to mercurial 0.9.3 with some file location reorganisation, new extensions and fixes. 0.9.2 was fixed due to glitches that slipped in just before release and needed fixes. Revision Changes Path 1.17 +1 -1 ports/devel/mercurial/Makefile 1.10 +3 -3 ports/devel/mercurial/distinfo 1.16 +84 -28 ports/devel/mercurial/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 19 16:18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 54B2216A403; Tue, 19 Dec 2006 16:18:45 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10A1743C9F; Tue, 19 Dec 2006 16:18:45 +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 kBJGIiRr066420; Tue, 19 Dec 2006 16:18:44 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJGIi8g066419; Tue, 19 Dec 2006 16:18:44 GMT (envelope-from leeym) Message-Id: <200612191618.kBJGIi8g066419@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 19 Dec 2006 16: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/mail/lmtpd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 16:18:45 -0000 leeym 2006-12-19 16:18:44 UTC FreeBSD ports repository Modified files: mail/lmtpd Makefile Log: - utilize USE_BDB PR: 89023 Submitted by: swhetzel at gmail.com Approved by: maintainer Revision Changes Path 1.19 +34 -15 ports/mail/lmtpd/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1077F16A416; Tue, 19 Dec 2006 16:28:40 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE2FF43CBB; Tue, 19 Dec 2006 16:28:33 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJGSXvV068092; Tue, 19 Dec 2006 16:28:33 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJGSXFh068091; Tue, 19 Dec 2006 16:28:33 GMT (envelope-from olgeni) Message-Id: <200612191628.kBJGSXFh068091@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 19 Dec 2006 16:28: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-fm/rox-session Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 16:28:40 -0000 olgeni 2006-12-19 16:28:33 UTC FreeBSD ports repository Modified files: x11-fm/rox-session Makefile Log: Add devel/py-roxlib to RUN_DEPENDS. Revision Changes Path 1.24 +2 -1 ports/x11-fm/rox-session/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63D9516A407; Tue, 19 Dec 2006 16:36:35 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from dione.picobyte.net (host-212-158-207-124.bulldogdsl.com [212.158.207.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 64DAC43CA9; Tue, 19 Dec 2006 16:36:29 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:4bd0:201e::fe03]) by dione.picobyte.net (Postfix) with ESMTP; Tue, 19 Dec 2006 16:19:08 +0000 (GMT) Date: Tue, 19 Dec 2006 16:19:08 +0000 From: Shaun Amott To: Tim Bishop Message-ID: <20061219161907.GC1396@charon.picobyte.net> References: <200612171233.kBHCX24t005540@repoman.freebsd.org> <45862C55.8010209@FreeBSD.org> <20061218114633.GA5307@qlovarnika.bg.datamax> <20061218223708.GA63898@carrick.bishnet.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="z4+8/lEcDcG5Ke9S" Content-Disposition: inline In-Reply-To: <20061218223708.GA63898@carrick.bishnet.net> User-Agent: Mutt/1.5.11 (FreeBSD i386) Cc: Doug Barton , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, Vasil Dimov , anholt@FreeBSD.org, cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/shells/bash2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 16:36:35 -0000 --z4+8/lEcDcG5Ke9S Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 18, 2006 at 10:37:08PM +0000, Tim Bishop wrote: > The complete list isn't too bad: >=20 > audio/cantus_3 > biology/gff2ps > cad/qcad > converters/konwert > databases/dbtool > devel/cogito > devel/git > devel/makeplus > editors/bed > ftp/axelq > japanese/VTPSfont > mail/biabam > mail/mailscanner-devel > mail/qmrtg > mail/spamass-rules_du_jour > misc/instant-workstation > multimedia/mkxvcd > net-mgmt/apan > net-mgmt/nav > print/cups-samba > science/2dhf > science/mpb > security/mussh > shells/bash2 > textproc/dbacl > textproc/tex2im > textproc/xmlto > www/larbin >=20 > If they can all be changed to used bash 3 instead we'd be in a position > to start deprecation of bash 2. >=20 I bet some of these could be easily converted to use sh(1). --=20 Shaun Amott // PGP: 0x6B387A9A "A foolish consistency is the hobgoblin of little minds." - Ralph Waldo Emerson --z4+8/lEcDcG5Ke9S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFiBD7kmhdCGs4epoRArV5AJ98wMNFODDmvDg+GY9McRZ7OglVJQCfWLmS iK3SdLpVVMYpiOy8+eRlFOQ= =cJ4O -----END PGP SIGNATURE----- --z4+8/lEcDcG5Ke9S-- From owner-cvs-all@FreeBSD.ORG Tue Dec 19 16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D47816A407; Tue, 19 Dec 2006 16:46:14 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5807F43C9F; Tue, 19 Dec 2006 16:46:14 +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 kBJGkEqM071324; Tue, 19 Dec 2006 16:46:14 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJGkEln071323; Tue, 19 Dec 2006 16:46:14 GMT (envelope-from mbr) Message-Id: <200612191646.kBJGkEln071323@repoman.freebsd.org> From: Martin Blapp Date: Tue, 19 Dec 2006 16:46: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 tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 16:46:14 -0000 mbr 2006-12-19 16:46:14 UTC FreeBSD src repository Modified files: sys/kern tty.c Log: Add the tp->t_refcnt validity check back. There are still some race conditions where tp->t_refcnt can go to zero. Revision Changes Path 1.266 +1 -1 src/sys/kern/tty.c From owner-cvs-all@FreeBSD.ORG Tue Dec 19 16:46: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B411316A500; Tue, 19 Dec 2006 16:46:44 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7277443C9F; Tue, 19 Dec 2006 16:46:44 +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 kBJGkiuS071364; Tue, 19 Dec 2006 16:46:44 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJGki5b071363; Tue, 19 Dec 2006 16:46:44 GMT (envelope-from erwin) Message-Id: <200612191646.kBJGki5b071363@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 19 Dec 2006 16:46: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/usr.sbin/sysinstall index.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 16:46:44 -0000 erwin 2006-12-19 16:46:44 UTC FreeBSD src repository (ports committer) Modified files: usr.sbin/sysinstall index.c Log: - Add geography and spanish ports categories - Use "related to" instead of "relating to" consistently [1] Submitted by: Rostislav Krasny [1] Reviewed by: simon MFC after: 3 days Revision Changes Path 1.111 +3 -1 src/usr.sbin/sysinstall/index.c From owner-cvs-all@FreeBSD.ORG Tue Dec 19 16:47: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E192D16A412; Tue, 19 Dec 2006 16:47:41 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7574243CA5; Tue, 19 Dec 2006 16:47:39 +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 kBJGldT7079592; Tue, 19 Dec 2006 16:47:39 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJGldp6079591; Tue, 19 Dec 2006 16:47:39 GMT (envelope-from erwin) Message-Id: <200612191647.kBJGldp6079591@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 19 Dec 2006 16: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/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: Tue, 19 Dec 2006 16:47:42 -0000 erwin 2006-12-19 16:47:39 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Use "related to" instead of "relating to" consistently in ports category descriptions. Submitted by: Rostislav Krasny Reviewed by: simon Revision Changes Path 1.778 +1 -1 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Tue Dec 19 16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39E8D16A40F; Tue, 19 Dec 2006 16:49:26 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 868E643CAB; Tue, 19 Dec 2006 16:49:25 +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 kBJGnPmt079671; Tue, 19 Dec 2006 16:49:25 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJGnP2G079670; Tue, 19 Dec 2006 16:49:25 GMT (envelope-from delphij) Message-Id: <200612191649.kBJGnP2G079670@repoman.freebsd.org> From: Xin LI Date: Tue, 19 Dec 2006 16:49: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/net/py-ldap2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 16:49:26 -0000 delphij 2006-12-19 16:49:25 UTC FreeBSD ports repository Modified files: net/py-ldap2 Makefile distinfo Log: Update to 2.2.1 Submitted by: Li-Wen Hsu PR: ports/106923 Revision Changes Path 1.38 +6 -6 ports/net/py-ldap2/Makefile 1.16 +3 -3 ports/net/py-ldap2/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21AB416A47B; Tue, 19 Dec 2006 16:52:11 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AD9A43CA7; Tue, 19 Dec 2006 16:52:10 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJGqAt1080475; Tue, 19 Dec 2006 16:52:10 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJGqASY080474; Tue, 19 Dec 2006 16:52:10 GMT (envelope-from ariff) Message-Id: <200612191652.kBJGqASY080474@repoman.freebsd.org> From: Ariff Abdullah Date: Tue, 19 Dec 2006 16:52:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 16:52:11 -0000 ariff 2006-12-19 16:52:10 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: Fix distorted sound on Fujitsu Siemens AMILO Pa 1510. Reported/Tested by: infofarmer Revision Changes Path 1.19 +7 -1 src/sys/dev/sound/pci/hda/hdac.c From owner-cvs-all@FreeBSD.ORG Tue Dec 19 16:52: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9200B16A500; Tue, 19 Dec 2006 16:52:36 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82FFD43CB5; Tue, 19 Dec 2006 16:52:28 +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 kBJGqSON080619; Tue, 19 Dec 2006 16:52:28 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJGqStM080618; Tue, 19 Dec 2006 16:52:28 GMT (envelope-from alepulver) Message-Id: <200612191652.kBJGqStM080618@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 19 Dec 2006 16:52: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/ftp/multiget Makefile distinfo ports/ftp/multiget/files patch-mainframe.h patch-mgsocket.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, 19 Dec 2006 16:52:36 -0000 alepulver 2006-12-19 16:52:28 UTC FreeBSD ports repository Modified files: ftp/multiget Makefile distinfo Removed files: ftp/multiget/files patch-mainframe.h patch-mgsocket.h Log: - Update to version 1.1. Revision Changes Path 1.2 +4 -6 ports/ftp/multiget/Makefile 1.2 +3 -3 ports/ftp/multiget/distinfo 1.2 +0 -11 ports/ftp/multiget/files/patch-mainframe.h (dead) 1.2 +0 -10 ports/ftp/multiget/files/patch-mgsocket.h (dead) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 17:32: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E1F1616A415; Tue, 19 Dec 2006 17:32:40 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DEAE43CAD; Tue, 19 Dec 2006 17:32:26 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJHWQEK088170; Tue, 19 Dec 2006 17:32:26 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJHWQbn088169; Tue, 19 Dec 2006 17:32:26 GMT (envelope-from mich) Message-Id: <200612191732.kBJHWQbn088169@repoman.freebsd.org> From: Michael Landin Hostbaek Date: Tue, 19 Dec 2006 17:32:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/ah-tty/files patch-src_psh.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, 19 Dec 2006 17:32:41 -0000 mich 2006-12-19 17:32:26 UTC FreeBSD ports repository Added files: sysutils/ah-tty/files patch-src_psh.h Log: - fix compile with gcc4x Revision Changes Path 1.1 +13 -0 ports/sysutils/ah-tty/files/patch-src_psh.h (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 17:37: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7523016A407; Tue, 19 Dec 2006 17:37:42 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29BC143CA2; Tue, 19 Dec 2006 17:37:42 +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 kBJHbgD8088771; Tue, 19 Dec 2006 17:37:42 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJHbgqh088770; Tue, 19 Dec 2006 17:37:42 GMT (envelope-from bms) Message-Id: <200612191737.kBJHbgqh088770@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 19 Dec 2006 17:37: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/dev/ral rt2560.c rt2560var.h rt2661.c rt2661var.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, 19 Dec 2006 17:37:42 -0000 bms 2006-12-19 17:37:41 UTC FreeBSD src repository Modified files: sys/dev/ral rt2560.c rt2560var.h rt2661.c rt2661var.h Log: Remove dependency on deprecated if_watchdog ABI. Tested with a Sitecom RT2661 based card. Revision Changes Path 1.9 +9 -16 src/sys/dev/ral/rt2560.c 1.2 +1 -0 src/sys/dev/ral/rt2560var.h 1.10 +8 -15 src/sys/dev/ral/rt2661.c 1.2 +1 -0 src/sys/dev/ral/rt2661var.h From owner-cvs-all@FreeBSD.ORG Tue Dec 19 17:41: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFEE116A415; Tue, 19 Dec 2006 17:41:49 +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 4588543CA0; Tue, 19 Dec 2006 17:41:49 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id kBJHBYWt088235 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Dec 2006 09:11:36 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <45881D46.8090201@errno.com> Date: Tue, 19 Dec 2006 09:11:34 -0800 From: Sam Leffler User-Agent: Thunderbird 1.5.0.8 (X11/20061115) MIME-Version: 1.0 To: Martin Blapp References: <200612191646.kBJGkEln071323@repoman.freebsd.org> In-Reply-To: <200612191646.kBJGkEln071323@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/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 17:41:49 -0000 Martin Blapp wrote: > mbr 2006-12-19 16:46:14 UTC > > FreeBSD src repository > > Modified files: > sys/kern tty.c > Log: > Add the tp->t_refcnt validity check back. There are still some race > conditions where tp->t_refcnt can go to zero. Can you please identify those races? Sam From owner-cvs-all@FreeBSD.ORG Tue Dec 19 17:42: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 23D3216A403; Tue, 19 Dec 2006 17:42:14 +0000 (UTC) (envelope-from mb@imp.ch) Received: from mx2.imp.ch (mx2.imp.ch [157.161.9.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8643043CA0; Tue, 19 Dec 2006 17:42:13 +0000 (GMT) (envelope-from mb@imp.ch) Received: from godot.imp.ch (godot.imp.ch [157.161.4.8]) by pop.imp.ch (8.13.8/8.13.8/Submit_imp) with ESMTP id kBJHKIEf046664; Tue, 19 Dec 2006 18:20:19 +0100 (CET) (envelope-from mb@imp.ch) Date: Tue, 19 Dec 2006 18:20:18 +0100 (CET) From: Martin Blapp To: Sam Leffler In-Reply-To: <45881D46.8090201@errno.com> Message-ID: <20061219181505.L53548@godot.imp.ch> References: <200612191646.kBJGkEln071323@repoman.freebsd.org> <45881D46.8090201@errno.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanned-By: MIMEDefang 2.58 on 157.161.9.65 Cc: cvs-src@FreeBSD.org, Martin Blapp , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 17:42:14 -0000 Hi Sam, I'll have got again a setup box in the next week and work hard with bde, gib and tegge to solve them. For RELENG_6_2 it's too late. I hope to get that small workaround again committed, but for more serios work we would have to delay 6.2 for half a year ;-) The full tty locking stuff is also pendent, maybe I'll grab that and make it work. Unfortunatly this will open again a new 'can of worms': new races will appear. Martin >> Modified files: >> sys/kern tty.c >> Log: >> Add the tp->t_refcnt validity check back. There are still some race >> conditions where tp->t_refcnt can go to zero. > > Can you please identify those races? > > Sam > From owner-cvs-all@FreeBSD.ORG Tue Dec 19 17:45: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3599616A47C; Tue, 19 Dec 2006 17:45:10 +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 D1BC843CA8; Tue, 19 Dec 2006 17:45:05 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id kBJHj3xg088472 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Dec 2006 09:45:04 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <4588251F.3040206@errno.com> Date: Tue, 19 Dec 2006 09:45:03 -0800 From: Sam Leffler User-Agent: Thunderbird 1.5.0.8 (X11/20061115) MIME-Version: 1.0 To: Martin Blapp References: <200612191646.kBJGkEln071323@repoman.freebsd.org> <45881D46.8090201@errno.com> <20061219181505.L53548@godot.imp.ch> In-Reply-To: <20061219181505.L53548@godot.imp.ch> 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/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 17:45:10 -0000 Martin Blapp wrote: > > Hi Sam, > > I'll have got again a setup box in the next week and work hard > with bde, gib and tegge to solve them. For RELENG_6_2 it's > too late. I hope to get that small workaround again committed, > but for more serios work we would have to delay 6.2 for half a > year ;-) > > The full tty locking stuff is also pendent, maybe I'll grab that > and make it work. Unfortunatly this will open again a new 'can of worms': > new races will appear. > > Martin > >>> Modified files: >>> sys/kern tty.c >>> Log: >>> Add the tp->t_refcnt validity check back. There are still some race >>> conditions where tp->t_refcnt can go to zero. >> >> Can you please identify those races? That is not what I was asking for. You said "there are races" but didn't identify them. It would be helpful to know what these races are so someone other than you doesn't need to guess why you made this change. Sam From owner-cvs-all@FreeBSD.ORG Tue Dec 19 18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D965216A407; Tue, 19 Dec 2006 18:07:29 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96EB143CB2; Tue, 19 Dec 2006 18:07:29 +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 kBJI7T9D094588; Tue, 19 Dec 2006 18:07:29 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJI7TxB094587; Tue, 19 Dec 2006 18:07:29 GMT (envelope-from arved) Message-Id: <200612191807.kBJI7TxB094587@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 19 Dec 2006 18:07: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/games/kpicframer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 18:07:30 -0000 arved 2006-12-19 18:07:29 UTC FreeBSD ports repository Modified files: games/kpicframer Makefile Log: I am still a bit interested in this port, so host the distfile on my public_distfiles and put myself back as maintainer Revision Changes Path 1.15 +3 -5 ports/games/kpicframer/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 18:12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 382E916A415; Tue, 19 Dec 2006 18:12:39 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E98F943CAA; Tue, 19 Dec 2006 18:12:38 +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 kBJICcRB095614; Tue, 19 Dec 2006 18:12:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJICcbA095613; Tue, 19 Dec 2006 18:12:38 GMT (envelope-from pav) Message-Id: <200612191812.kBJICcbA095613@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 19 Dec 2006 18:12:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/liferea Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 18:12:39 -0000 pav 2006-12-19 18:12:38 UTC FreeBSD ports repository Modified files: net/liferea Makefile distinfo pkg-plist Log: - Update to 1.2.0 Revision Changes Path 1.78 +21 -4 ports/net/liferea/Makefile 1.58 +3 -3 ports/net/liferea/distinfo 1.37 +53 -48 ports/net/liferea/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 19 18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9504416A403; Tue, 19 Dec 2006 18:25:31 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6783143CB3; Tue, 19 Dec 2006 18:25:30 +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 kBJIPUY7097629; Tue, 19 Dec 2006 18:25:30 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJIPUDe097628; Tue, 19 Dec 2006 18:25:30 GMT (envelope-from dougb) Message-Id: <200612191825.kBJIPUDe097628@repoman.freebsd.org> From: Doug Barton Date: Tue, 19 Dec 2006 18:25:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/nslookup Makefile src/usr.bin/nsupdate Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 18:25:31 -0000 dougb 2006-12-19 18:25:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/nslookup Makefile usr.bin/nsupdate Makefile Log: MFC version 1.6 of each Makfile, fixing man page markup. Revision Changes Path 1.4.2.2 +2 -0 src/usr.bin/nslookup/Makefile 1.4.2.2 +2 -1 src/usr.bin/nsupdate/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 18:26: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2455F16A403; Tue, 19 Dec 2006 18:26:48 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF6443CA0; Tue, 19 Dec 2006 18:26:47 +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 kBJIQlsq097712; Tue, 19 Dec 2006 18:26:47 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJIQlMo097711; Tue, 19 Dec 2006 18:26:47 GMT (envelope-from dougb) Message-Id: <200612191826.kBJIQlMo097711@repoman.freebsd.org> From: Doug Barton Date: Tue, 19 Dec 2006 18:26:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/usr.bin/nslookup Makefile src/usr.bin/nsupdate Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 18:26:48 -0000 dougb 2006-12-19 18:26:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) usr.bin/nslookup Makefile usr.bin/nsupdate Makefile Log: MFC version 1.6 of each Makfile, fixing man page markup. Approved by: re (kensmith) Revision Changes Path 1.4.2.1.6.1 +2 -0 src/usr.bin/nslookup/Makefile 1.4.2.1.6.1 +2 -1 src/usr.bin/nsupdate/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7811116A415; Tue, 19 Dec 2006 18:28:04 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0BCC43CA4; Tue, 19 Dec 2006 18:28:03 +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 kBJIS3TL097793; Tue, 19 Dec 2006 18:28:03 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJIS31x097792; Tue, 19 Dec 2006 18:28:03 GMT (envelope-from dougb) Message-Id: <200612191828.kBJIS31x097792@repoman.freebsd.org> From: Doug Barton Date: Tue, 19 Dec 2006 18:28:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/nslookup Makefile src/usr.bin/nsupdate Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 18:28:04 -0000 dougb 2006-12-19 18:28:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/nslookup Makefile usr.bin/nsupdate Makefile Log: MFC version 1.6 of each Makfile, fixing man page markup. Revision Changes Path 1.3.2.4 +2 -0 src/usr.bin/nslookup/Makefile 1.3.2.4 +2 -1 src/usr.bin/nsupdate/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 18:29: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4718016A416; Tue, 19 Dec 2006 18:29:16 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A933843CA0; Tue, 19 Dec 2006 18:29:15 +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 kBJITFNT097859; Tue, 19 Dec 2006 18:29:15 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJITFGb097858; Tue, 19 Dec 2006 18:29:15 GMT (envelope-from ahze) Message-Id: <200612191829.kBJITFGb097858@repoman.freebsd.org> From: Michael Johnson Date: Tue, 19 Dec 2006 18:29:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/alacarte 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, 19 Dec 2006 18:29:16 -0000 ahze 2006-12-19 18:29:15 UTC FreeBSD ports repository Modified files: deskutils/alacarte Makefile distinfo pkg-plist Log: Update to 0.10.2 Revision Changes Path 1.10 +1 -1 ports/deskutils/alacarte/Makefile 1.6 +3 -3 ports/deskutils/alacarte/distinfo 1.6 +8 -3 ports/deskutils/alacarte/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 19 18:31: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E2B6D16A407; Tue, 19 Dec 2006 18:31:39 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49FFA43CA4; Tue, 19 Dec 2006 18:31:39 +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 kBJIVdQC098563; Tue, 19 Dec 2006 18:31:39 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJIVdWv098561; Tue, 19 Dec 2006 18:31:39 GMT (envelope-from ahze) Message-Id: <200612191831.kBJIVdWv098561@repoman.freebsd.org> From: Michael Johnson Date: Tue, 19 Dec 2006 18:31:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/pessulus 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, 19 Dec 2006 18:31:40 -0000 ahze 2006-12-19 18:31:39 UTC FreeBSD ports repository Modified files: sysutils/pessulus Makefile distinfo pkg-plist Log: Update to 2.16.2 Revision Changes Path 1.6 +1 -1 ports/sysutils/pessulus/Makefile 1.5 +3 -3 ports/sysutils/pessulus/distinfo 1.6 +1 -0 ports/sysutils/pessulus/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 19 18:32: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7BAA516A611; Tue, 19 Dec 2006 18:32:04 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A14543CA5; Tue, 19 Dec 2006 18:32:04 +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 kBJIW3O7098612; Tue, 19 Dec 2006 18:32:03 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJIW3mf098611; Tue, 19 Dec 2006 18:32:03 GMT (envelope-from arved) Message-Id: <200612191832.kBJIW3mf098611@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 19 Dec 2006 18:32: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/editors/qemacs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 18:32:04 -0000 arved 2006-12-19 18:32:03 UTC FreeBSD ports repository Modified files: editors/qemacs Makefile Log: Mark program ignore on amd64, as the binary crashes on startup Revision Changes Path 1.7 +7 -1 ports/editors/qemacs/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7C1816A4D1; Tue, 19 Dec 2006 18:37:43 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56F2743CCE; Tue, 19 Dec 2006 18:36:41 +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 kBJIaInx099413; Tue, 19 Dec 2006 18:36:18 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJIaI7s099412; Tue, 19 Dec 2006 18:36:18 GMT (envelope-from arved) Message-Id: <200612191836.kBJIaI7s099412@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 19 Dec 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/net/scand Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 18:37:44 -0000 arved 2006-12-19 18:36:18 UTC FreeBSD ports repository Modified files: net/scand Makefile Log: Don't build with -Werror, to fix build with gcc41 Revision Changes Path 1.5 +2 -1 ports/net/scand/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 18:43: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0732516A407; Tue, 19 Dec 2006 18:43:58 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E8AE43CA7; Tue, 19 Dec 2006 18:43:41 +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 kBJIhfe1000815; Tue, 19 Dec 2006 18:43:41 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJIhfZU000814; Tue, 19 Dec 2006 18:43:41 GMT (envelope-from sat) Message-Id: <200612191843.kBJIhfZU000814@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 19 Dec 2006 18:43: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/p5-Net-Write 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, 19 Dec 2006 18:43:58 -0000 sat 2006-12-19 18:43:41 UTC FreeBSD ports repository Modified files: net/p5-Net-Write Makefile distinfo pkg-plist Log: - Update to 1.00 Approved by: Christopher Boumenot Revision Changes Path 1.2 +13 -9 ports/net/p5-Net-Write/Makefile 1.2 +3 -3 ports/net/p5-Net-Write/distinfo 1.2 +8 -10 ports/net/p5-Net-Write/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 19 18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D7E216A40F; Tue, 19 Dec 2006 18:44:32 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDA4743CA8; Tue, 19 Dec 2006 18:44:19 +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 kBJIiJJF001011; Tue, 19 Dec 2006 18:44:19 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJIiJTY001010; Tue, 19 Dec 2006 18:44:19 GMT (envelope-from sat) Message-Id: <200612191844.kBJIiJTY001010@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 19 Dec 2006 18:44: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/p5-Class-Gomor 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, 19 Dec 2006 18:44:32 -0000 sat 2006-12-19 18:44:19 UTC FreeBSD ports repository Modified files: devel/p5-Class-Gomor Makefile distinfo pkg-plist Log: - Update to 1.01 Approved by: Christopher Boumenot Revision Changes Path 1.2 +7 -8 ports/devel/p5-Class-Gomor/Makefile 1.2 +3 -3 ports/devel/p5-Class-Gomor/distinfo 1.2 +2 -2 ports/devel/p5-Class-Gomor/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 19 18:45: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E99016A412; Tue, 19 Dec 2006 18:45:53 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6BA043CB6; Tue, 19 Dec 2006 18:45: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 kBJIjbTv001291; Tue, 19 Dec 2006 18:45:37 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJIjbD1001290; Tue, 19 Dec 2006 18:45:37 GMT (envelope-from sat) Message-Id: <200612191845.kBJIjbD1001290@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 19 Dec 2006 18:45:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-Packet Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 18:45:53 -0000 sat 2006-12-19 18:45:36 UTC FreeBSD ports repository Modified files: net/p5-Net-Packet Makefile distinfo Log: - Update to 3.24 Revision Changes Path 1.8 +2 -5 ports/net/p5-Net-Packet/Makefile 1.8 +3 -3 ports/net/p5-Net-Packet/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 18:50: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E45B16A412; Tue, 19 Dec 2006 18:50:00 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB51C43CBE; Tue, 19 Dec 2006 18:49: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 kBJInxqY001445; Tue, 19 Dec 2006 18:49:59 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJInxOV001444; Tue, 19 Dec 2006 18:49:59 GMT (envelope-from sat) Message-Id: <200612191849.kBJInxOV001444@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 19 Dec 2006 18:49: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/security/p5-Net-SinFP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 18:50:00 -0000 sat 2006-12-19 18:49:59 UTC FreeBSD ports repository Modified files: security/p5-Net-SinFP Makefile distinfo Log: - Update to 2.06 Revision Changes Path 1.9 +1 -1 ports/security/p5-Net-SinFP/Makefile 1.11 +3 -3 ports/security/p5-Net-SinFP/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 18:50: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2681016A47B; Tue, 19 Dec 2006 18:50:52 +0000 (UTC) (envelope-from mb@imp.ch) Received: from pop.imp.ch (mx2.imp.ch [157.161.9.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED3C343CBE; Tue, 19 Dec 2006 18:50:49 +0000 (GMT) (envelope-from mb@imp.ch) Received: from godot.imp.ch (godot.imp.ch [157.161.4.8]) by pop.imp.ch (8.13.8/8.13.8/Submit_imp) with ESMTP id kBJIoeWa002506; Tue, 19 Dec 2006 19:50:42 +0100 (CET) (envelope-from mb@imp.ch) Date: Tue, 19 Dec 2006 19:50:40 +0100 (CET) From: Martin Blapp To: Sam Leffler In-Reply-To: <4588251F.3040206@errno.com> Message-ID: <20061219194842.M53548@godot.imp.ch> References: <200612191646.kBJGkEln071323@repoman.freebsd.org> <45881D46.8090201@errno.com> <20061219181505.L53548@godot.imp.ch> <4588251F.3040206@errno.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanned-By: MIMEDefang 2.58 on 157.161.9.65 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 18:50:52 -0000 Hi, > That is not what I was asking for. You said "there are races" but > didn't identify them. It would be helpful to know what these races are > so someone other than you doesn't need to guess why you made this change. The reason for this is currently unknown (it shouldn't happen, tegges patch should work) and I (and bde) didn't had the time to look into it. As promised I'll look why it happens and then I'll add a comment at the needed places. Martin From owner-cvs-all@FreeBSD.ORG Tue Dec 19 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD76A16A416; Tue, 19 Dec 2006 18:52:55 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DCC043CC8; Tue, 19 Dec 2006 18:52:55 +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 kBJIqtCI002313; Tue, 19 Dec 2006 18:52:55 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJIqtY4002312; Tue, 19 Dec 2006 18:52:55 GMT (envelope-from arved) Message-Id: <200612191852.kBJIqtY4002312@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 19 Dec 2006 18:52:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/c2t/files patch-02 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 18:52:55 -0000 arved 2006-12-19 18:52:55 UTC FreeBSD ports repository Modified files: chinese/c2t/files patch-02 Log: Fix build with gcc41 Revision Changes Path 1.2 +8 -4 ports/chinese/c2t/files/patch-02 From owner-cvs-all@FreeBSD.ORG Tue Dec 19 19:15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EEDF316A4FF; Tue, 19 Dec 2006 19:15:45 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A740943C9F; Tue, 19 Dec 2006 19:15: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 kBJJFj1D007211; Tue, 19 Dec 2006 19:15:45 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJJFjOD007210; Tue, 19 Dec 2006 19:15:45 GMT (envelope-from maxim) Message-Id: <200612191915.kBJJFjOD007210@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 19 Dec 2006 19:15:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/msdosfs msdosfs_conv.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 19:15:46 -0000 maxim 2006-12-19 19:15:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/msdosfs msdosfs_conv.c Log: MFC rev. 1.50: fix 8.3 capitalization. Revision Changes Path 1.44.2.2 +4 -2 src/sys/fs/msdosfs/msdosfs_conv.c From owner-cvs-all@FreeBSD.ORG Tue Dec 19 19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3E6A16A403; Tue, 19 Dec 2006 19:19:17 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A78743CB8; Tue, 19 Dec 2006 19:19:17 +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 kBJJJHjv007304; Tue, 19 Dec 2006 19:19:17 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJJJHMd007303; Tue, 19 Dec 2006 19:19:17 GMT (envelope-from maxim) Message-Id: <200612191919.kBJJJHMd007303@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 19 Dec 2006 19:19:16 +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/cam/scsi scsi_da.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 19:19:17 -0000 maxim 2006-12-19 19:19:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/cam/scsi scsi_da.c Log: MFC rev. 1.197: X-Micro Flash Disk quirk. Revision Changes Path 1.180.2.10 +8 -0 src/sys/cam/scsi/scsi_da.c From owner-cvs-all@FreeBSD.ORG Tue Dec 19 19:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 52CD716A40F; Tue, 19 Dec 2006 19:23:23 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F26943CA3; Tue, 19 Dec 2006 19:23:22 +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 kBJJNLe7008593; Tue, 19 Dec 2006 19:23:21 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJJNLNn008592; Tue, 19 Dec 2006 19:23:21 GMT (envelope-from arved) Message-Id: <200612191923.kBJJNLNn008592@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 19 Dec 2006 19:23:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/libcabinet/files patch-cfcreate.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, 19 Dec 2006 19:23:23 -0000 arved 2006-12-19 19:23:21 UTC FreeBSD ports repository Added files: archivers/libcabinet/files patch-cfcreate.h Log: Fix build with gcc41 Revision Changes Path 1.1 +11 -0 ports/archivers/libcabinet/files/patch-cfcreate.h (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 19:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C96216A403; Tue, 19 Dec 2006 19:40:13 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63D1C43CA6; Tue, 19 Dec 2006 19:40:11 +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 kBJJeB9n010995; Tue, 19 Dec 2006 19:40:11 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJJeBb7010994; Tue, 19 Dec 2006 19:40:11 GMT (envelope-from lofi) Message-Id: <200612191940.kBJJeBb7010994@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 19 Dec 2006 19:40:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/libtheora Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 19:40:13 -0000 lofi 2006-12-19 19:40:11 UTC FreeBSD ports repository Modified files: multimedia/libtheora Makefile Log: Those who would give up essential linkability to purchase a little plat- form specific optimization, ... (Disable asm code, thus make compilable with gcc 2.95 on 4.x so C++ programs on 4.x can link to the shared library). Revision Changes Path 1.15 +8 -3 ports/multimedia/libtheora/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 20:00: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 503AB16A412; Tue, 19 Dec 2006 20:00:10 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D71D43CD3; Tue, 19 Dec 2006 19:59: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 kBJJxmeJ014125; Tue, 19 Dec 2006 19:59:48 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJJxm30014124; Tue, 19 Dec 2006 19:59:48 GMT (envelope-from pav) Message-Id: <200612191959.kBJJxm30014124@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 19 Dec 2006 19:59:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/gtkam Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 20:00:10 -0000 pav 2006-12-19 19:59:48 UTC FreeBSD ports repository Modified files: graphics/gtkam Makefile distinfo Log: - Update to 0.1.14 - Take maintainership Revision Changes Path 1.25 +3 -3 ports/graphics/gtkam/Makefile 1.8 +3 -3 ports/graphics/gtkam/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 73B3916A403; Tue, 19 Dec 2006 20:03:33 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C6E543CA9; Tue, 19 Dec 2006 20:03:33 +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 kBJK2l8n015032; Tue, 19 Dec 2006 20:02:47 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJK2l0n015031; Tue, 19 Dec 2006 20:02:47 GMT (envelope-from remko) Message-Id: <200612192002.kBJK2l0n015031@repoman.freebsd.org> From: Remko Lodder Date: Tue, 19 Dec 2006 20:02:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/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: Tue, 19 Dec 2006 20:03:33 -0000 remko 2006-12-19 20:02:47 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document openssl -- Incorrect PKCS#1 v1.5 padding validation in crypto(3) Revision Changes Path 1.1255 +47 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Dec 19 20:08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8DD9816A40F; Tue, 19 Dec 2006 20:08:10 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A5243CB3; Tue, 19 Dec 2006 20:08:10 +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 kBJK8AI3016863; Tue, 19 Dec 2006 20:08:10 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJK8Akf016862; Tue, 19 Dec 2006 20:08:10 GMT (envelope-from thierry) Message-Id: <200612192008.kBJK8Akf016862@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 19 Dec 2006 20:08:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/mpich2 Makefile distinfo pkg-plist ports/net/mpich2/files patch-src_env_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, 19 Dec 2006 20:08:10 -0000 thierry 2006-12-19 20:08:10 UTC FreeBSD ports repository Modified files: net/mpich2 Makefile distinfo pkg-plist net/mpich2/files patch-src_env_Makefile.in Log: Upgrade to 1.0.5. Changelog at . Revision Changes Path 1.54 +4 -106 ports/net/mpich2/Makefile 1.28 +3 -3 ports/net/mpich2/distinfo 1.2 +5 -3 ports/net/mpich2/files/patch-src_env_Makefile.in 1.28 +7 -292 ports/net/mpich2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 19 20:16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D9D516A40F; Tue, 19 Dec 2006 20:16:02 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2981F43C9F; Tue, 19 Dec 2006 20:16: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 kBJKG24o018391; Tue, 19 Dec 2006 20:16:02 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJKG2XG018390; Tue, 19 Dec 2006 20:16:02 GMT (envelope-from tobez) Message-Id: <200612192016.kBJKG2XG018390@repoman.freebsd.org> From: Anton Berezin Date: Tue, 19 Dec 2006 20:16:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/icon 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, 19 Dec 2006 20:16:02 -0000 tobez 2006-12-19 20:16:01 UTC FreeBSD ports repository Modified files: lang/icon Makefile pkg-plist Log: Install bin/icon, the Icon `interpreter', and its manpage. Revision Changes Path 1.31 +4 -1 ports/lang/icon/Makefile 1.9 +2 -0 ports/lang/icon/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 19 20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B2B716A407; Tue, 19 Dec 2006 20:16:40 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5D7D43C9F; Tue, 19 Dec 2006 20:16:39 +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 kBJKGdwl018425; Tue, 19 Dec 2006 20:16:39 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJKGdQP018424; Tue, 19 Dec 2006 20:16:39 GMT (envelope-from remko) Message-Id: <200612192016.kBJKGdQP018424@repoman.freebsd.org> From: Remko Lodder Date: Tue, 19 Dec 2006 20:16:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/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: Tue, 19 Dec 2006 20:16:40 -0000 remko 2006-12-19 20:16:39 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document bind9 -- Denial of Service in named(8) which is also known as FreeBSD-SA-06:20.bind Notice: The previous commit was FreeBSD-SA-06:19.openssl Revision Changes Path 1.1256 +56 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Dec 19 20:20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5D0716A510; Tue, 19 Dec 2006 20:20:39 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1C9343C9F; Tue, 19 Dec 2006 20:20:39 +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 kBJKKdFp018613; Tue, 19 Dec 2006 20:20:39 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJKKd4X018612; Tue, 19 Dec 2006 20:20:39 GMT (envelope-from jmg) Message-Id: <200612192020.kBJKKd4X018612@repoman.freebsd.org> From: John-Mark Gurney Date: Tue, 19 Dec 2006 20:20: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/lib/libc/stdtime strftime.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: Tue, 19 Dec 2006 20:20:40 -0000 jmg 2006-12-19 20:20:39 UTC FreeBSD src repository Modified files: lib/libc/stdtime strftime.3 Log: add a missing the... MFC after: 3 days Revision Changes Path 1.38 +1 -1 src/lib/libc/stdtime/strftime.3 From owner-cvs-all@FreeBSD.ORG Tue Dec 19 20:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED03116A407; Tue, 19 Dec 2006 20:33:37 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A922B43CA0; Tue, 19 Dec 2006 20:33:37 +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 kBJKXbSJ021487; Tue, 19 Dec 2006 20:33:37 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJKXbwH021486; Tue, 19 Dec 2006 20:33:37 GMT (envelope-from remko) Message-Id: <200612192033.kBJKXbwH021486@repoman.freebsd.org> From: Remko Lodder Date: Tue, 19 Dec 2006 20:33: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/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: Tue, 19 Dec 2006 20:33:38 -0000 remko 2006-12-19 20:33:37 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document gzip -- multiple vulnerabilities, this is FreeBSD-SA06:21.gzip Revision Changes Path 1.1257 +49 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Dec 19 20:52: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 838F016A407; Tue, 19 Dec 2006 20:52:06 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB2B143CA2; Tue, 19 Dec 2006 20:52:04 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJKq4Ap032076; Tue, 19 Dec 2006 20:52:04 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJKq4WU032074; Tue, 19 Dec 2006 20:52:04 GMT (envelope-from gabor) Message-Id: <200612192052.kBJKq4WU032074@repoman.freebsd.org> From: Gabor Kovesdan Date: Tue, 19 Dec 2006 20:52: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/french/dico Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 20:52:06 -0000 gabor 2006-12-19 20:52:04 UTC FreeBSD ports repository Modified files: french/dico Makefile distinfo Log: - Track ditsfile - portlint(1) Note, that the distfile is a bit different, but the sources are unchanged, diff here: http://people.freebsd.org/~gabor/patches/dico.dist.diff Approved by: erwin (mentor) Revision Changes Path 1.19 +4 -10 ports/french/dico/Makefile 1.4 +3 -3 ports/french/dico/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 21:05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 13A7F16A407; Tue, 19 Dec 2006 21:05:19 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55D5543CAC; Tue, 19 Dec 2006 21:05:15 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJL5FQK035450; Tue, 19 Dec 2006 21:05:15 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJL5F8Q035449; Tue, 19 Dec 2006 21:05:15 GMT (envelope-from gabor) Message-Id: <200612192105.kBJL5F8Q035449@repoman.freebsd.org> From: Gabor Kovesdan Date: Tue, 19 Dec 2006 21:05: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/gnuitar Makefile pkg-plist ports/audio/gnuitar/files patch-src_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: Tue, 19 Dec 2006 21:05:19 -0000 gabor 2006-12-19 21:05:15 UTC FreeBSD ports repository Modified files: audio/gnuitar Makefile pkg-plist Added files: audio/gnuitar/files patch-src_main.c Log: - Add OPTION to install as suid so that it can set realtime scheduling [1] - Install a desktop entry [1] - Move to LOCALBASE [1] - Makefile cleanups [1] - Add support for NOPORTDOCS - Bump PORTREVISION [1] PR: ports/106730 Submitted by: jylefort [1] Approved by: erwin (mentor) Revision Changes Path 1.5 +37 -4 ports/audio/gnuitar/Makefile 1.1 +35 -0 ports/audio/gnuitar/files/patch-src_main.c (new) 1.2 +2 -14 ports/audio/gnuitar/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 19 21:07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 38EBD16A415; Tue, 19 Dec 2006 21:07:52 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB0E943CA2; Tue, 19 Dec 2006 21:07:51 +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 kBJL7pkh035634; Tue, 19 Dec 2006 21:07:51 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJL7pF1035633; Tue, 19 Dec 2006 21:07:51 GMT (envelope-from thierry) Message-Id: <200612192107.kBJL7pF1035633@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 19 Dec 2006 21: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/textproc/aspell Makefile distinfo pkg-plist ports/textproc/aspell/files patch-Makefile.in patch-modules_filter_nroff.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 21:07:52 -0000 thierry 2006-12-19 21:07:51 UTC FreeBSD ports repository Modified files: textproc/aspell Makefile distinfo pkg-plist textproc/aspell/files patch-Makefile.in Removed files: textproc/aspell/files patch-modules_filter_nroff.cpp Log: Upgrade Aspell to 0.60.5. Changelog at . Revision Changes Path 1.82 +6 -5 ports/textproc/aspell/Makefile 1.46 +3 -3 ports/textproc/aspell/distinfo 1.9 +9 -9 ports/textproc/aspell/files/patch-Makefile.in 1.2 +0 -14 ports/textproc/aspell/files/patch-modules_filter_nroff.cpp (dead) 1.37 +4 -0 ports/textproc/aspell/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 19 21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C30316A416; Tue, 19 Dec 2006 21:08:23 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3A1243C9F; Tue, 19 Dec 2006 21:08:22 +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 kBJL8Mpj035703; Tue, 19 Dec 2006 21:08:22 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJL8Mcq035702; Tue, 19 Dec 2006 21:08:22 GMT (envelope-from thierry) Message-Id: <200612192108.kBJL8Mcq035702@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 19 Dec 2006 21:08:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/french/aspell 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, 19 Dec 2006 21:08:23 -0000 thierry 2006-12-19 21:08:22 UTC FreeBSD ports repository Modified files: french/aspell pkg-descr Log: Fix description & URL. Revision Changes Path 1.3 +2 -2 ports/french/aspell/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Dec 19 21:19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5297416A407; Tue, 19 Dec 2006 21:19:05 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10C6E43C9F; Tue, 19 Dec 2006 21:19:05 +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 kBJLJ4qD038940; Tue, 19 Dec 2006 21:19:04 GMT (envelope-from az@repoman.freebsd.org) Received: (from az@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJLJ4Da038922; Tue, 19 Dec 2006 21:19:04 GMT (envelope-from az) Message-Id: <200612192119.kBJLJ4Da038922@repoman.freebsd.org> From: Andrej Zverev Date: Tue, 19 Dec 2006 21:19:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/svnmailer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 21:19:05 -0000 az 2006-12-19 21:19:04 UTC FreeBSD ports repository Modified files: mail/svnmailer Makefile distinfo Log: -Update to 1.0.8 Revision Changes Path 1.7 +2 -2 ports/mail/svnmailer/Makefile 1.6 +3 -3 ports/mail/svnmailer/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 21:19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 688EE16A40F; Tue, 19 Dec 2006 21:19:06 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23B0043C9F; Tue, 19 Dec 2006 21:19:06 +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 kBJLJ6eq038991; Tue, 19 Dec 2006 21:19:06 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJLJ6vE038989; Tue, 19 Dec 2006 21:19:06 GMT (envelope-from sat) Message-Id: <200612192119.kBJLJ6vE038989@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 19 Dec 2006 21: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/www/eyeos 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, 19 Dec 2006 21:19:06 -0000 sat 2006-12-19 21:19:05 UTC FreeBSD ports repository Modified files: www/eyeos Makefile distinfo pkg-plist Log: - Update to 0.9.3-5.wink.at.nivit.;) Revision Changes Path 1.19 +1 -1 ports/www/eyeos/Makefile 1.17 +3 -3 ports/www/eyeos/distinfo 1.10 +1 -3 ports/www/eyeos/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 19 21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6074416A47E; Tue, 19 Dec 2006 21:19:58 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0ADB43CA8; Tue, 19 Dec 2006 21:19:54 +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 kBJLJsuq041740; Tue, 19 Dec 2006 21:19:54 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJLJsBM041739; Tue, 19 Dec 2006 21:19:54 GMT (envelope-from lofi) Message-Id: <200612192119.kBJLJsBM041739@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 19 Dec 2006 21:19: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 UPDATING ports/Mk bsd.kde.mk ports/accessibility/kdeaccessibility Makefile distinfo ports/arabic/kde3-i18n Makefile distinfo ports/arabic/koffice-i18n Makefile ports/audio/akode Makefile ports/audio/akode-plugins-jack ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 21:19:58 -0000 lofi 2006-12-19 21:19:54 UTC FreeBSD ports repository Modified files: . UPDATING Mk bsd.kde.mk accessibility/kdeaccessibility Makefile distinfo arabic/kde3-i18n Makefile distinfo arabic/koffice-i18n Makefile audio/akode Makefile audio/akode-plugins-jack Makefile audio/akode-plugins-mpc Makefile audio/akode-plugins-mpeg Makefile audio/akode-plugins-oss Makefile audio/akode-plugins-polypaudio Makefile audio/akode-plugins-resampler Makefile audio/akode-plugins-xiph Makefile audio/arts Makefile distinfo audio/artswrapper Makefile audio/jack Makefile audio/juk Makefile distinfo audio/mpeglib_artsplug Makefile distinfo chinese/kde3-i18n-zh_CN Makefile distinfo chinese/kde3-i18n-zh_TW Makefile distinfo pkg-plist chinese/koffice-i18n-zh_CN Makefile distinfo pkg-plist chinese/koffice-i18n-zh_TW Makefile distinfo pkg-plist databases/keximdb Makefile distinfo deskutils/kdepim3 Makefile distinfo pkg-plist devel/kdesdk3 Makefile distinfo pkg-plist devel/kdevelop Makefile distinfo pkg-plist devel/kdevelop/files patch-appwizard-libtool editors/kate-plugins Makefile distinfo pkg-plist editors/koffice-kde3 Makefile distinfo pkg-plist french/kde3-i18n Makefile distinfo pkg-plist french/koffice-i18n Makefile distinfo pkg-plist games/atlantikdesigner Makefile distinfo pkg-plist games/kdegames3 Makefile distinfo pkg-plist german/kde3-i18n Makefile distinfo pkg-plist german/koffice-i18n Makefile distinfo pkg-plist graphics/kamera Makefile distinfo graphics/kdegraphics3 Makefile distinfo graphics/kooka Makefile distinfo graphics/kuickshow Makefile distinfo hebrew/kde3-i18n Makefile distinfo pkg-plist hebrew/koffice-i18n Makefile hungarian/kde3-i18n Makefile distinfo hungarian/koffice-i18n Makefile distinfo pkg-plist japanese/kde3-i18n Makefile distinfo japanese/koffice-i18n Makefile distinfo pkg-plist korean/kde3-i18n Makefile distinfo misc/kaddressbook-plugins Makefile distinfo pkg-plist misc/kde3-i18n Makefile misc/kde3-i18n-af Makefile distinfo misc/kde3-i18n-az Makefile distinfo misc/kde3-i18n-bg Makefile distinfo misc/kde3-i18n-bn Makefile distinfo misc/kde3-i18n-br Makefile distinfo misc/kde3-i18n-bs Makefile distinfo misc/kde3-i18n-ca Makefile distinfo pkg-plist misc/kde3-i18n-cs Makefile distinfo misc/kde3-i18n-cy Makefile distinfo misc/kde3-i18n-da Makefile distinfo pkg-plist misc/kde3-i18n-el Makefile distinfo misc/kde3-i18n-en_GB Makefile distinfo misc/kde3-i18n-eo Makefile distinfo misc/kde3-i18n-es Makefile distinfo pkg-plist misc/kde3-i18n-et Makefile distinfo pkg-plist misc/kde3-i18n-eu Makefile distinfo misc/kde3-i18n-fa Makefile distinfo pkg-plist misc/kde3-i18n-fi Makefile distinfo pkg-plist misc/kde3-i18n-fy Makefile distinfo misc/kde3-i18n-ga Makefile distinfo misc/kde3-i18n-gl Makefile distinfo misc/kde3-i18n-hi Makefile distinfo misc/kde3-i18n-hr Makefile distinfo pkg-plist misc/kde3-i18n-hsb Makefile misc/kde3-i18n-id Makefile misc/kde3-i18n-is Makefile distinfo misc/kde3-i18n-it Makefile distinfo pkg-plist misc/kde3-i18n-kk Makefile distinfo pkg-plist misc/kde3-i18n-km Makefile distinfo pkg-plist misc/kde3-i18n-lt Makefile distinfo misc/kde3-i18n-lv Makefile distinfo pkg-plist misc/kde3-i18n-mk Makefile distinfo pkg-plist misc/kde3-i18n-mn Makefile distinfo misc/kde3-i18n-ms Makefile distinfo pkg-plist misc/kde3-i18n-mt Makefile misc/kde3-i18n-nb Makefile distinfo misc/kde3-i18n-nds Makefile distinfo pkg-plist misc/kde3-i18n-nl Makefile distinfo misc/kde3-i18n-nn Makefile distinfo misc/kde3-i18n-nso Makefile misc/kde3-i18n-pa Makefile distinfo misc/kde3-i18n-ro Makefile distinfo pkg-plist misc/kde3-i18n-rw Makefile distinfo misc/kde3-i18n-se Makefile distinfo misc/kde3-i18n-sk Makefile distinfo misc/kde3-i18n-sl Makefile distinfo misc/kde3-i18n-sr Makefile distinfo misc/kde3-i18n-sr@Latn Makefile distinfo misc/kde3-i18n-ss Makefile distinfo misc/kde3-i18n-sv Makefile distinfo pkg-plist misc/kde3-i18n-ta Makefile distinfo misc/kde3-i18n-tg Makefile distinfo misc/kde3-i18n-th Makefile misc/kde3-i18n-tr Makefile distinfo misc/kde3-i18n-uz Makefile distinfo misc/kde3-i18n-ven Makefile misc/kde3-i18n-xh Makefile misc/kde3-i18n-zu Makefile misc/kdeaddons3 Makefile Makefile.split misc/kdeedu3 Makefile distinfo pkg-plist misc/kdehier Makefile misc/kdeutils3 Makefile distinfo misc/kfile-plugins Makefile distinfo pkg-plist misc/kicker-applets Makefile distinfo pkg-plist misc/knewsticker-scripts Makefile distinfo pkg-plist misc/koffice-i18n Makefile misc/koffice-i18n-af Makefile misc/koffice-i18n-bg Makefile misc/koffice-i18n-br Makefile misc/koffice-i18n-bs Makefile misc/koffice-i18n-ca Makefile distinfo pkg-plist misc/koffice-i18n-cs Makefile distinfo pkg-plist misc/koffice-i18n-cy Makefile misc/koffice-i18n-da Makefile distinfo pkg-plist misc/koffice-i18n-el Makefile distinfo pkg-plist misc/koffice-i18n-en_GB Makefile distinfo pkg-plist misc/koffice-i18n-eo Makefile misc/koffice-i18n-es Makefile distinfo pkg-plist misc/koffice-i18n-et Makefile distinfo pkg-plist misc/koffice-i18n-eu Makefile distinfo pkg-plist misc/koffice-i18n-fa Makefile misc/koffice-i18n-fi Makefile distinfo pkg-plist misc/koffice-i18n-ga Makefile misc/koffice-i18n-hi Makefile misc/koffice-i18n-hsb Makefile misc/koffice-i18n-is Makefile misc/koffice-i18n-it Makefile distinfo pkg-plist misc/koffice-i18n-lo Makefile misc/koffice-i18n-lt Makefile misc/koffice-i18n-lv Makefile distinfo pkg-plist misc/koffice-i18n-mk Makefile misc/koffice-i18n-ms Makefile distinfo pkg-plist misc/koffice-i18n-mt Makefile misc/koffice-i18n-nb Makefile distinfo pkg-plist misc/koffice-i18n-nl Makefile distinfo pkg-plist misc/koffice-i18n-nn Makefile misc/koffice-i18n-ro Makefile misc/koffice-i18n-se Makefile misc/koffice-i18n-sk Makefile distinfo pkg-plist misc/koffice-i18n-sl Makefile misc/koffice-i18n-sr Makefile distinfo pkg-plist misc/koffice-i18n-sr@Latn Makefile distinfo pkg-plist misc/koffice-i18n-sv Makefile distinfo pkg-plist misc/koffice-i18n-ta Makefile misc/koffice-i18n-tg Makefile misc/koffice-i18n-th Makefile misc/koffice-i18n-tr Makefile distinfo pkg-plist misc/koffice-i18n-uz Makefile misc/koffice-i18n-ven Makefile misc/koffice-i18n-xh Makefile misc/koffice-i18n-zu Makefile misc/konq-plugins Makefile distinfo pkg-plist misc/ksig Makefile distinfo pkg-plist misc/renamedlgplugins Makefile distinfo pkg-plist multimedia/kdemultimedia3 Makefile distinfo multimedia/noatun-plugins Makefile distinfo pkg-plist multimedia/xine_artsplugin Makefile distinfo net/kdenetwork3 Makefile distinfo pkg-plist net/lanbrowsing Makefile distinfo net/lanbrowsing/files lisa.sh net-im/kopete Makefile distinfo pkg-plist polish/kde3-i18n Makefile distinfo pkg-plist polish/koffice-i18n Makefile distinfo pkg-plist portuguese/kde3-i18n Makefile distinfo pkg-plist portuguese/kde3-i18n-pt_BR Makefile distinfo pkg-plist portuguese/koffice-i18n Makefile distinfo pkg-plist portuguese/koffice-i18n-pt_BR Makefile distinfo pkg-plist russian/kde3-i18n Makefile distinfo pkg-plist russian/koffice-i18n Makefile distinfo pkg-plist sysutils/kdeadmin3 Makefile distinfo pkg-plist sysutils/klaptopdaemon Makefile distinfo sysutils/kmilo Makefile distinfo ukrainian/kde3-i18n Makefile distinfo ukrainian/koffice-i18n Makefile distinfo pkg-plist vietnamese/kde3-i18n Makefile distinfo www/kdewebdev Makefile distinfo pkg-plist x11/kde3 Makefile Makefile.kde x11/kdebase3 Makefile distinfo pkg-plist x11/kdebase3/files freebsd.keytab kdm.in patch-kdm-kfrontend-Makefile.in patch-nsplugins-pluginscan.cpp pkg-deinstall.in pkg-install.in x11/kdelibs3 Makefile distinfo pkg-plist x11/kdelibs3/files patch-cups-1.2.x-sockets x11/kdelibs3-nocups Makefile pkg-plist x11/xscreensaver-kde Makefile distinfo x11-clocks/kdetoys3 Makefile distinfo x11-themes/kdeartwork3 Makefile distinfo pkg-plist x11-toolkits/qt33 Makefile x11-wm/kompmgr Makefile distinfo Added files: games/kdegames3/files deck_freebsd.desktop deck_freebsd.png net-im/kopete/files patch-kopete-jingle x11/kdebase3/files extrapatch-kio_media extrapatch-kioslave_media_mediamanager-fstabbackend.cpp extrapatch-kioslave_media_mediamanager-halbackend.cpp patch-khelpcenter_searchhandlers-khc_mansearch.pl Removed files: editors/koffice-kde3/files patch-kexi_kexidb-preparedstatement.cpp net-im/kopete/files patch-kopete_protocols_oscar_liboscar-oscartypes.h x11/kdebase3/files patch-kicker-taskbar-resize.diff patch-kio_media patch-kioslave_media_mediamanager-fstabbackend.cpp patch-konsole_konsole-TECommon.h patch-ksystraycmd-quoting.diff x11/kdelibs3/files patch-configure Log: Update to KDE 3.5.5 / KOffice 1.6.1 Approved by: portmgr Revision Changes Path 1.64 +8 -3 ports/Mk/bsd.kde.mk 1.434 +13 -1 ports/UPDATING 1.20 +0 -0 ports/accessibility/kdeaccessibility/Makefile 1.18 +3 -3 ports/accessibility/kdeaccessibility/distinfo 1.44 +0 -0 ports/arabic/kde3-i18n/Makefile 1.35 +3 -3 ports/arabic/kde3-i18n/distinfo 1.27 +0 -0 ports/arabic/koffice-i18n/Makefile 1.15 +0 -0 ports/audio/akode-plugins-jack/Makefile 1.15 +0 -0 ports/audio/akode-plugins-mpc/Makefile 1.15 +0 -0 ports/audio/akode-plugins-mpeg/Makefile 1.15 +0 -0 ports/audio/akode-plugins-oss/Makefile 1.15 +0 -0 ports/audio/akode-plugins-polypaudio/Makefile 1.15 +0 -0 ports/audio/akode-plugins-resampler/Makefile 1.15 +0 -0 ports/audio/akode-plugins-xiph/Makefile 1.15 +0 -0 ports/audio/akode/Makefile 1.53 +2 -2 ports/audio/arts/Makefile 1.33 +3 -3 ports/audio/arts/distinfo 1.20 +0 -0 ports/audio/artswrapper/Makefile 1.33 +3 -3 ports/audio/jack/Makefile 1.26 +0 -0 ports/audio/juk/Makefile 1.14 +3 -3 ports/audio/juk/distinfo 1.17 +0 -0 ports/audio/mpeglib_artsplug/Makefile 1.14 +3 -3 ports/audio/mpeglib_artsplug/distinfo 1.37 +0 -0 ports/chinese/kde3-i18n-zh_CN/Makefile 1.29 +3 -3 ports/chinese/kde3-i18n-zh_CN/distinfo 1.37 +0 -0 ports/chinese/kde3-i18n-zh_TW/Makefile 1.25 +3 -3 ports/chinese/kde3-i18n-zh_TW/distinfo 1.14 +33 -0 ports/chinese/kde3-i18n-zh_TW/pkg-plist 1.21 +1 -1 ports/chinese/koffice-i18n-zh_CN/Makefile 1.14 +3 -3 ports/chinese/koffice-i18n-zh_CN/distinfo 1.10 +1 -0 ports/chinese/koffice-i18n-zh_CN/pkg-plist 1.23 +1 -1 ports/chinese/koffice-i18n-zh_TW/Makefile 1.10 +3 -3 ports/chinese/koffice-i18n-zh_TW/distinfo 1.4 +1 -0 ports/chinese/koffice-i18n-zh_TW/pkg-plist 1.4 +2 -2 ports/databases/keximdb/Makefile 1.4 +3 -2 ports/databases/keximdb/distinfo 1.68 +1 -2 ports/deskutils/kdepim3/Makefile 1.34 +3 -3 ports/deskutils/kdepim3/distinfo 1.28 +38 -20 ports/deskutils/kdepim3/pkg-plist 1.58 +3 -1 ports/devel/kdesdk3/Makefile 1.34 +3 -3 ports/devel/kdesdk3/distinfo 1.24 +5 -0 ports/devel/kdesdk3/pkg-plist 1.88 +1 -1 ports/devel/kdevelop/Makefile 1.31 +3 -3 ports/devel/kdevelop/distinfo 1.2 +759 -422 ports/devel/kdevelop/files/patch-appwizard-libtool 1.24 +17 -16 ports/devel/kdevelop/pkg-plist 1.20 +0 -0 ports/editors/kate-plugins/Makefile 1.16 +3 -3 ports/editors/kate-plugins/distinfo 1.17 +1 -1 ports/editors/kate-plugins/pkg-plist 1.94 +16 -5 ports/editors/koffice-kde3/Makefile 1.31 +3 -3 ports/editors/koffice-kde3/distinfo 1.2 +0 -11 ports/editors/koffice-kde3/files/patch-kexi_kexidb-preparedstatement.cpp (dead) 1.29 +254 -46 ports/editors/koffice-kde3/pkg-plist 1.34 +0 -0 ports/french/kde3-i18n/Makefile 1.29 +3 -3 ports/french/kde3-i18n/distinfo 1.26 +8 -6 ports/french/kde3-i18n/pkg-plist 1.25 +1 -1 ports/french/koffice-i18n/Makefile 1.15 +3 -3 ports/french/koffice-i18n/distinfo 1.9 +5 -0 ports/french/koffice-i18n/pkg-plist 1.20 +0 -0 ports/games/atlantikdesigner/Makefile 1.16 +3 -3 ports/games/atlantikdesigner/distinfo 1.19 +1 -1 ports/games/atlantikdesigner/pkg-plist 1.97 +17 -0 ports/games/kdegames3/Makefile 1.50 +3 -3 ports/games/kdegames3/distinfo 1.1 +60 -0 ports/games/kdegames3/files/deck_freebsd.desktop (new) 1.1 +57 -0 ports/games/kdegames3/files/deck_freebsd.png (new) 1.35 +2 -0 ports/games/kdegames3/pkg-plist 1.34 +0 -0 ports/german/kde3-i18n/Makefile 1.29 +3 -3 ports/german/kde3-i18n/distinfo 1.26 +43 -0 ports/german/kde3-i18n/pkg-plist 1.26 +1 -1 ports/german/koffice-i18n/Makefile 1.15 +3 -3 ports/german/koffice-i18n/distinfo 1.10 +12 -0 ports/german/koffice-i18n/pkg-plist 1.16 +0 -0 ports/graphics/kamera/Makefile 1.14 +3 -3 ports/graphics/kamera/distinfo 1.113 +0 -1 ports/graphics/kdegraphics3/Makefile 1.46 +3 -3 ports/graphics/kdegraphics3/distinfo 1.15 +0 -0 ports/graphics/kooka/Makefile 1.14 +3 -3 ports/graphics/kooka/distinfo 1.21 +0 -0 ports/graphics/kuickshow/Makefile 1.17 +3 -3 ports/graphics/kuickshow/distinfo 1.45 +0 -0 ports/hebrew/kde3-i18n/Makefile 1.35 +3 -3 ports/hebrew/kde3-i18n/distinfo 1.30 +58 -0 ports/hebrew/kde3-i18n/pkg-plist 1.23 +0 -0 ports/hebrew/koffice-i18n/Makefile 1.45 +0 -0 ports/hungarian/kde3-i18n/Makefile 1.35 +3 -3 ports/hungarian/kde3-i18n/distinfo 1.23 +1 -1 ports/hungarian/koffice-i18n/Makefile 1.15 +3 -3 ports/hungarian/koffice-i18n/distinfo 1.8 +1 -0 ports/hungarian/koffice-i18n/pkg-plist 1.35 +0 -0 ports/japanese/kde3-i18n/Makefile 1.29 +3 -3 ports/japanese/kde3-i18n/distinfo 1.25 +1 -1 ports/japanese/koffice-i18n/Makefile 1.12 +3 -3 ports/japanese/koffice-i18n/distinfo 1.3 +1 -0 ports/japanese/koffice-i18n/pkg-plist 1.40 +0 -0 ports/korean/kde3-i18n/Makefile 1.20 +3 -3 ports/korean/kde3-i18n/distinfo 1.20 +0 -0 ports/misc/kaddressbook-plugins/Makefile 1.16 +3 -3 ports/misc/kaddressbook-plugins/distinfo 1.17 +1 -1 ports/misc/kaddressbook-plugins/pkg-plist 1.44 +0 -0 ports/misc/kde3-i18n-af/Makefile 1.30 +3 -3 ports/misc/kde3-i18n-af/distinfo 1.48 +0 -0 ports/misc/kde3-i18n-az/Makefile 1.24 +3 -3 ports/misc/kde3-i18n-az/distinfo 1.44 +0 -0 ports/misc/kde3-i18n-bg/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-bg/distinfo 1.19 +0 -0 ports/misc/kde3-i18n-bn/Makefile 1.17 +3 -3 ports/misc/kde3-i18n-bn/distinfo 1.3 +0 -0 ports/misc/kde3-i18n-br/Makefile 1.3 +3 -3 ports/misc/kde3-i18n-br/distinfo 1.44 +0 -0 ports/misc/kde3-i18n-bs/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-bs/distinfo 1.46 +0 -0 ports/misc/kde3-i18n-ca/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-ca/distinfo 1.27 +65 -0 ports/misc/kde3-i18n-ca/pkg-plist 1.44 +0 -0 ports/misc/kde3-i18n-cs/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-cs/distinfo 1.20 +0 -0 ports/misc/kde3-i18n-cy/Makefile 1.18 +3 -3 ports/misc/kde3-i18n-cy/distinfo 1.44 +0 -0 ports/misc/kde3-i18n-da/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-da/distinfo 1.25 +4 -0 ports/misc/kde3-i18n-da/pkg-plist 1.44 +0 -0 ports/misc/kde3-i18n-el/Makefile 1.34 +3 -3 ports/misc/kde3-i18n-el/distinfo 1.44 +0 -0 ports/misc/kde3-i18n-en_GB/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-en_GB/distinfo 1.45 +0 -0 ports/misc/kde3-i18n-eo/Makefile 1.31 +3 -3 ports/misc/kde3-i18n-eo/distinfo 1.45 +0 -0 ports/misc/kde3-i18n-es/Makefile 1.36 +3 -3 ports/misc/kde3-i18n-es/distinfo 1.31 +14 -0 ports/misc/kde3-i18n-es/pkg-plist 1.44 +0 -0 ports/misc/kde3-i18n-et/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-et/distinfo 1.26 +1 -0 ports/misc/kde3-i18n-et/pkg-plist 1.20 +0 -0 ports/misc/kde3-i18n-eu/Makefile 1.18 +3 -3 ports/misc/kde3-i18n-eu/distinfo 1.22 +0 -0 ports/misc/kde3-i18n-fa/Makefile 1.17 +3 -3 ports/misc/kde3-i18n-fa/distinfo 1.7 +402 -0 ports/misc/kde3-i18n-fa/pkg-plist 1.44 +0 -0 ports/misc/kde3-i18n-fi/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-fi/distinfo 1.30 +5 -0 ports/misc/kde3-i18n-fi/pkg-plist 1.5 +0 -0 ports/misc/kde3-i18n-fy/Makefile 1.5 +3 -3 ports/misc/kde3-i18n-fy/distinfo 1.5 +0 -0 ports/misc/kde3-i18n-ga/Makefile 1.5 +3 -3 ports/misc/kde3-i18n-ga/distinfo 1.20 +0 -0 ports/misc/kde3-i18n-gl/Makefile 1.12 +3 -3 ports/misc/kde3-i18n-gl/distinfo 1.20 +0 -0 ports/misc/kde3-i18n-hi/Makefile 1.18 +3 -3 ports/misc/kde3-i18n-hi/distinfo 1.46 +0 -0 ports/misc/kde3-i18n-hr/Makefile 1.30 +3 -3 ports/misc/kde3-i18n-hr/distinfo 1.20 +12 -0 ports/misc/kde3-i18n-hr/pkg-plist 1.13 +0 -0 ports/misc/kde3-i18n-hsb/Makefile 1.50 +0 -0 ports/misc/kde3-i18n-id/Makefile 1.46 +0 -0 ports/misc/kde3-i18n-is/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-is/distinfo 1.44 +0 -0 ports/misc/kde3-i18n-it/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-it/distinfo 1.29 +31 -0 ports/misc/kde3-i18n-it/pkg-plist 1.3 +0 -0 ports/misc/kde3-i18n-kk/Makefile 1.3 +3 -3 ports/misc/kde3-i18n-kk/distinfo 1.3 +7 -0 ports/misc/kde3-i18n-kk/pkg-plist 1.5 +0 -0 ports/misc/kde3-i18n-km/Makefile 1.5 +3 -3 ports/misc/kde3-i18n-km/distinfo 1.5 +48 -0 ports/misc/kde3-i18n-km/pkg-plist 1.44 +0 -0 ports/misc/kde3-i18n-lt/Makefile 1.30 +3 -3 ports/misc/kde3-i18n-lt/distinfo 1.50 +0 -0 ports/misc/kde3-i18n-lv/Makefile 1.26 +3 -3 ports/misc/kde3-i18n-lv/distinfo 1.15 +1 -0 ports/misc/kde3-i18n-lv/pkg-plist 1.22 +0 -0 ports/misc/kde3-i18n-mk/Makefile 1.14 +3 -3 ports/misc/kde3-i18n-mk/distinfo 1.11 +2 -0 ports/misc/kde3-i18n-mk/pkg-plist 1.19 +0 -0 ports/misc/kde3-i18n-mn/Makefile 1.13 +3 -3 ports/misc/kde3-i18n-mn/distinfo 1.21 +0 -0 ports/misc/kde3-i18n-ms/Makefile 1.14 +3 -3 ports/misc/kde3-i18n-ms/distinfo 1.9 +29 -0 ports/misc/kde3-i18n-ms/pkg-plist 1.44 +0 -0 ports/misc/kde3-i18n-mt/Makefile 1.45 +0 -0 ports/misc/kde3-i18n-nb/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-nb/distinfo 1.19 +0 -0 ports/misc/kde3-i18n-nds/Makefile 1.17 +3 -3 ports/misc/kde3-i18n-nds/distinfo 1.14 +84 -0 ports/misc/kde3-i18n-nds/pkg-plist 1.44 +0 -0 ports/misc/kde3-i18n-nl/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-nl/distinfo 1.46 +0 -0 ports/misc/kde3-i18n-nn/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-nn/distinfo 1.22 +0 -0 ports/misc/kde3-i18n-nso/Makefile 1.13 +0 -0 ports/misc/kde3-i18n-pa/Makefile 1.12 +3 -3 ports/misc/kde3-i18n-pa/distinfo 1.44 +0 -0 ports/misc/kde3-i18n-ro/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-ro/distinfo 1.31 +1 -0 ports/misc/kde3-i18n-ro/pkg-plist 1.5 +0 -0 ports/misc/kde3-i18n-rw/Makefile 1.5 +3 -3 ports/misc/kde3-i18n-rw/distinfo 1.22 +0 -0 ports/misc/kde3-i18n-se/Makefile 1.16 +3 -3 ports/misc/kde3-i18n-se/distinfo 1.44 +0 -0 ports/misc/kde3-i18n-sk/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-sk/distinfo 1.44 +0 -0 ports/misc/kde3-i18n-sl/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-sl/distinfo 1.44 +0 -0 ports/misc/kde3-i18n-sr/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-sr/distinfo 1.20 +0 -0 ports/misc/kde3-i18n-sr@Latn/Makefile 1.17 +3 -3 ports/misc/kde3-i18n-sr@Latn/distinfo 1.22 +0 -0 ports/misc/kde3-i18n-ss/Makefile 1.12 +3 -3 ports/misc/kde3-i18n-ss/distinfo 1.44 +0 -0 ports/misc/kde3-i18n-sv/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-sv/distinfo 1.28 +1 -0 ports/misc/kde3-i18n-sv/pkg-plist 1.44 +0 -0 ports/misc/kde3-i18n-ta/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-ta/distinfo 1.19 +0 -0 ports/misc/kde3-i18n-tg/Makefile 1.17 +3 -3 ports/misc/kde3-i18n-tg/distinfo 1.44 +0 -0 ports/misc/kde3-i18n-th/Makefile 1.44 +0 -0 ports/misc/kde3-i18n-tr/Makefile 1.35 +3 -3 ports/misc/kde3-i18n-tr/distinfo 1.19 +0 -0 ports/misc/kde3-i18n-uz/Makefile 1.13 +3 -3 ports/misc/kde3-i18n-uz/distinfo 1.44 +0 -0 ports/misc/kde3-i18n-ven/Makefile 1.44 +0 -0 ports/misc/kde3-i18n-xh/Makefile 1.44 +0 -0 ports/misc/kde3-i18n-zu/Makefile 1.46 +0 -0 ports/misc/kde3-i18n/Makefile 1.60 +0 -0 ports/misc/kdeaddons3/Makefile 1.13 +1 -1 ports/misc/kdeaddons3/Makefile.split 1.35 +0 -0 ports/misc/kdeedu3/Makefile 1.28 +3 -3 ports/misc/kdeedu3/distinfo 1.24 +4 -1 ports/misc/kdeedu3/pkg-plist 1.22 +0 -0 ports/misc/kdehier/Makefile 1.108 +0 -0 ports/misc/kdeutils3/Makefile 1.50 +3 -3 ports/misc/kdeutils3/distinfo 1.20 +0 -0 ports/misc/kfile-plugins/Makefile 1.16 +3 -3 ports/misc/kfile-plugins/distinfo 1.17 +1 -1 ports/misc/kfile-plugins/pkg-plist 1.20 +0 -0 ports/misc/kicker-applets/Makefile 1.16 +3 -3 ports/misc/kicker-applets/distinfo 1.17 +1 -1 ports/misc/kicker-applets/pkg-plist 1.20 +0 -0 ports/misc/knewsticker-scripts/Makefile 1.16 +3 -3 ports/misc/knewsticker-scripts/distinfo 1.16 +1 -1 ports/misc/knewsticker-scripts/pkg-plist 1.23 +0 -0 ports/misc/koffice-i18n-af/Makefile 1.18 +0 -0 ports/misc/koffice-i18n-bg/Makefile 1.12 +0 -0 ports/misc/koffice-i18n-br/Makefile 1.24 +0 -0 ports/misc/koffice-i18n-bs/Makefile 1.21 +1 -1 ports/misc/koffice-i18n-ca/Makefile 1.14 +3 -3 ports/misc/koffice-i18n-ca/distinfo 1.9 +110 -0 ports/misc/koffice-i18n-ca/pkg-plist 1.23 +1 -1 ports/misc/koffice-i18n-cs/Makefile 1.15 +3 -3 ports/misc/koffice-i18n-cs/distinfo 1.8 +1 -0 ports/misc/koffice-i18n-cs/pkg-plist 1.12 +0 -0 ports/misc/koffice-i18n-cy/Makefile 1.23 +1 -1 ports/misc/koffice-i18n-da/Makefile 1.15 +3 -3 ports/misc/koffice-i18n-da/distinfo 1.9 +11 -0 ports/misc/koffice-i18n-da/pkg-plist 1.23 +1 -1 ports/misc/koffice-i18n-el/Makefile 1.15 +3 -3 ports/misc/koffice-i18n-el/distinfo 1.8 +1 -0 ports/misc/koffice-i18n-el/pkg-plist 1.23 +1 -1 ports/misc/koffice-i18n-en_GB/Makefile 1.15 +3 -3 ports/misc/koffice-i18n-en_GB/distinfo 1.10 +1 -0 ports/misc/koffice-i18n-en_GB/pkg-plist 1.23 +0 -0 ports/misc/koffice-i18n-eo/Makefile 1.23 +1 -1 ports/misc/koffice-i18n-es/Makefile 1.15 +3 -3 ports/misc/koffice-i18n-es/distinfo 1.9 +9 -2 ports/misc/koffice-i18n-es/pkg-plist 1.23 +1 -1 ports/misc/koffice-i18n-et/Makefile 1.15 +3 -3 ports/misc/koffice-i18n-et/distinfo 1.9 +11 -0 ports/misc/koffice-i18n-et/pkg-plist 1.6 +1 -1 ports/misc/koffice-i18n-eu/Makefile 1.6 +3 -3 ports/misc/koffice-i18n-eu/distinfo 1.3 +1 -0 ports/misc/koffice-i18n-eu/pkg-plist 1.21 +0 -0 ports/misc/koffice-i18n-fa/Makefile 1.21 +1 -1 ports/misc/koffice-i18n-fi/Makefile 1.13 +3 -3 ports/misc/koffice-i18n-fi/distinfo 1.7 +3 -0 ports/misc/koffice-i18n-fi/pkg-plist 1.5 +0 -0 ports/misc/koffice-i18n-ga/Makefile 1.5 +0 -0 ports/misc/koffice-i18n-hi/Makefile 1.13 +0 -0 ports/misc/koffice-i18n-hsb/Makefile 1.5 +0 -0 ports/misc/koffice-i18n-is/Makefile 1.23 +1 -1 ports/misc/koffice-i18n-it/Makefile 1.15 +3 -3 ports/misc/koffice-i18n-it/distinfo 1.10 +11 -1 ports/misc/koffice-i18n-it/pkg-plist 1.21 +0 -0 ports/misc/koffice-i18n-lo/Makefile 1.24 +0 -0 ports/misc/koffice-i18n-lt/Makefile 1.24 +5 -9 ports/misc/koffice-i18n-lv/Makefile 1.10 +3 -3 ports/misc/koffice-i18n-lv/distinfo 1.3 +6 -17 ports/misc/koffice-i18n-lv/pkg-plist 1.5 +0 -0 ports/misc/koffice-i18n-mk/Makefile 1.4 +1 -1 ports/misc/koffice-i18n-ms/Makefile 1.3 +3 -3 ports/misc/koffice-i18n-ms/distinfo 1.2 +1 -0 ports/misc/koffice-i18n-ms/pkg-plist 1.23 +0 -0 ports/misc/koffice-i18n-mt/Makefile 1.24 +1 -1 ports/misc/koffice-i18n-nb/Makefile 1.15 +3 -3 ports/misc/koffice-i18n-nb/distinfo 1.9 +1 -0 ports/misc/koffice-i18n-nb/pkg-plist 1.23 +1 -1 ports/misc/koffice-i18n-nl/Makefile 1.15 +3 -3 ports/misc/koffice-i18n-nl/distinfo 1.8 +11 -0 ports/misc/koffice-i18n-nl/pkg-plist 1.23 +0 -0 ports/misc/koffice-i18n-nn/Makefile 1.5 +0 -0 ports/misc/koffice-i18n-ro/Makefile 1.21 +0 -0 ports/misc/koffice-i18n-se/Makefile 1.23 +1 -1 ports/misc/koffice-i18n-sk/Makefile 1.12 +3 -3 ports/misc/koffice-i18n-sk/distinfo 1.7 +2 -0 ports/misc/koffice-i18n-sk/pkg-plist 1.23 +0 -0 ports/misc/koffice-i18n-sl/Makefile 1.21 +1 -1 ports/misc/koffice-i18n-sr/Makefile 1.15 +3 -3 ports/misc/koffice-i18n-sr/distinfo 1.7 +1 -0 ports/misc/koffice-i18n-sr/pkg-plist 1.7 +1 -1 ports/misc/koffice-i18n-sr@Latn/Makefile 1.7 +3 -3 ports/misc/koffice-i18n-sr@Latn/distinfo 1.4 +1 -0 ports/misc/koffice-i18n-sr@Latn/pkg-plist 1.23 +1 -1 ports/misc/koffice-i18n-sv/Makefile 1.15 +3 -3 ports/misc/koffice-i18n-sv/distinfo 1.9 +25 -0 ports/misc/koffice-i18n-sv/pkg-plist 1.7 +0 -0 ports/misc/koffice-i18n-ta/Makefile 1.18 +0 -0 ports/misc/koffice-i18n-tg/Makefile 1.23 +0 -0 ports/misc/koffice-i18n-th/Makefile 1.23 +1 -1 ports/misc/koffice-i18n-tr/Makefile 1.12 +3 -3 ports/misc/koffice-i18n-tr/distinfo 1.4 +5 -0 ports/misc/koffice-i18n-tr/pkg-plist 1.5 +0 -0 ports/misc/koffice-i18n-uz/Makefile 1.23 +0 -0 ports/misc/koffice-i18n-ven/Makefile 1.23 +0 -0 ports/misc/koffice-i18n-xh/Makefile 1.23 +0 -0 ports/misc/koffice-i18n-zu/Makefile 1.36 +1 -1 ports/misc/koffice-i18n/Makefile 1.21 +0 -0 ports/misc/konq-plugins/Makefile 1.16 +3 -3 ports/misc/konq-plugins/distinfo 1.17 +1 -1 ports/misc/konq-plugins/pkg-plist 1.20 +0 -0 ports/misc/ksig/Makefile 1.16 +3 -3 ports/misc/ksig/distinfo 1.16 +1 -1 ports/misc/ksig/pkg-plist 1.20 +0 -0 ports/misc/renamedlgplugins/Makefile 1.16 +3 -3 ports/misc/renamedlgplugins/distinfo 1.17 +1 -1 ports/misc/renamedlgplugins/pkg-plist 1.128 +4 -5 ports/multimedia/kdemultimedia3/Makefile 1.48 +3 -3 ports/multimedia/kdemultimedia3/distinfo 1.21 +0 -0 ports/multimedia/noatun-plugins/Makefile 1.16 +3 -3 ports/multimedia/noatun-plugins/distinfo 1.21 +1 -1 ports/multimedia/noatun-plugins/pkg-plist 1.22 +0 -1 ports/multimedia/xine_artsplugin/Makefile 1.14 +3 -3 ports/multimedia/xine_artsplugin/distinfo 1.4 +45 -14 ports/net-im/kopete/Makefile 1.3 +3 -3 ports/net-im/kopete/distinfo 1.1 +449 -0 ports/net-im/kopete/files/patch-kopete-jingle (new) 1.2 +0 -11 ports/net-im/kopete/files/patch-kopete_protocols_oscar_liboscar-oscartypes.h (dead) 1.2 +347 -484 ports/net-im/kopete/pkg-plist 1.125 +5 -1 ports/net/kdenetwork3/Makefile 1.51 +3 -3 ports/net/kdenetwork3/distinfo 1.56 +1 -13 ports/net/kdenetwork3/pkg-plist 1.16 +0 -0 ports/net/lanbrowsing/Makefile 1.13 +3 -3 ports/net/lanbrowsing/distinfo 1.16 +0 -0 ports/net/lanbrowsing/files/lisa.sh 1.49 +0 -0 ports/polish/kde3-i18n/Makefile 1.35 +3 -3 ports/polish/kde3-i18n/distinfo 1.30 +243 -0 ports/polish/kde3-i18n/pkg-plist 1.24 +1 -1 ports/polish/koffice-i18n/Makefile 1.15 +3 -3 ports/polish/koffice-i18n/distinfo 1.10 +1 -0 ports/polish/koffice-i18n/pkg-plist 1.46 +0 -0 ports/portuguese/kde3-i18n-pt_BR/Makefile 1.35 +3 -3 ports/portuguese/kde3-i18n-pt_BR/distinfo 1.28 +32 -0 ports/portuguese/kde3-i18n-pt_BR/pkg-plist 1.49 +0 -0 ports/portuguese/kde3-i18n/Makefile 1.35 +3 -3 ports/portuguese/kde3-i18n/distinfo 1.26 +150 -0 ports/portuguese/kde3-i18n/pkg-plist 1.23 +1 -1 ports/portuguese/koffice-i18n-pt_BR/Makefile 1.15 +3 -3 ports/portuguese/koffice-i18n-pt_BR/distinfo 1.9 +282 -36 ports/portuguese/koffice-i18n-pt_BR/pkg-plist 1.26 +1 -1 ports/portuguese/koffice-i18n/Makefile 1.15 +3 -3 ports/portuguese/koffice-i18n/distinfo 1.10 +11 -0 ports/portuguese/koffice-i18n/pkg-plist 1.39 +0 -0 ports/russian/kde3-i18n/Makefile 1.29 +3 -3 ports/russian/kde3-i18n/distinfo 1.26 +12 -0 ports/russian/kde3-i18n/pkg-plist 1.28 +1 -1 ports/russian/koffice-i18n/Makefile 1.18 +3 -3 ports/russian/koffice-i18n/distinfo 1.12 +1 -0 ports/russian/koffice-i18n/pkg-plist 1.46 +0 -0 ports/sysutils/kdeadmin3/Makefile 1.34 +3 -3 ports/sysutils/kdeadmin3/distinfo 1.21 +1 -1 ports/sysutils/kdeadmin3/pkg-plist 1.15 +0 -0 ports/sysutils/klaptopdaemon/Makefile 1.14 +3 -3 ports/sysutils/klaptopdaemon/distinfo 1.6 +0 -0 ports/sysutils/kmilo/Makefile 1.5 +3 -3 ports/sysutils/kmilo/distinfo 1.35 +0 -0 ports/ukrainian/kde3-i18n/Makefile 1.32 +3 -3 ports/ukrainian/kde3-i18n/distinfo 1.25 +1 -1 ports/ukrainian/koffice-i18n/Makefile 1.14 +3 -3 ports/ukrainian/koffice-i18n/distinfo 1.4 +1 -0 ports/ukrainian/koffice-i18n/pkg-plist 1.43 +0 -0 ports/vietnamese/kde3-i18n/Makefile 1.23 +3 -3 ports/vietnamese/kde3-i18n/distinfo 1.56 +0 -0 ports/www/kdewebdev/Makefile 1.30 +3 -3 ports/www/kdewebdev/distinfo 1.23 +1 -0 ports/www/kdewebdev/pkg-plist 1.65 +0 -0 ports/x11-clocks/kdetoys3/Makefile 1.42 +3 -3 ports/x11-clocks/kdetoys3/distinfo 1.46 +4 -5 ports/x11-themes/kdeartwork3/Makefile 1.32 +3 -3 ports/x11-themes/kdeartwork3/distinfo 1.25 +19 -0 ports/x11-themes/kdeartwork3/pkg-plist 1.198 +1 -1 ports/x11-toolkits/qt33/Makefile 1.13 +0 -0 ports/x11-wm/kompmgr/Makefile 1.10 +3 -3 ports/x11-wm/kompmgr/distinfo 1.93 +0 -0 ports/x11/kde3/Makefile 1.44 +0 -0 ports/x11/kde3/Makefile.kde 1.185 +32 -4 ports/x11/kdebase3/Makefile 1.54 +3 -3 ports/x11/kdebase3/distinfo 1.1 +5814 -0 ports/x11/kdebase3/files/extrapatch-kio_media (new) 1.1 +10 -0 ports/x11/kdebase3/files/extrapatch-kioslave_media_mediamanager-fstabbackend.cpp (new) 1.1 +50 -0 ports/x11/kdebase3/files/extrapatch-kioslave_media_mediamanager-halbackend.cpp (new) 1.14 +0 -0 ports/x11/kdebase3/files/freebsd.keytab 1.4 +0 -0 ports/x11/kdebase3/files/kdm.in 1.2 +6 -6 ports/x11/kdebase3/files/patch-kdm-kfrontend-Makefile.in 1.1 +11 -0 ports/x11/kdebase3/files/patch-khelpcenter_searchhandlers-khc_mansearch.pl (new) 1.2 +0 -19 ports/x11/kdebase3/files/patch-kicker-taskbar-resize.diff (dead) 1.2 +0 -6118 ports/x11/kdebase3/files/patch-kio_media (dead) 1.5 +0 -10 ports/x11/kdebase3/files/patch-kioslave_media_mediamanager-fstabbackend.cpp (dead) 1.2 +0 -13 ports/x11/kdebase3/files/patch-konsole_konsole-TECommon.h (dead) 1.2 +0 -19 ports/x11/kdebase3/files/patch-ksystraycmd-quoting.diff (dead) 1.5 +2 -1 ports/x11/kdebase3/files/patch-nsplugins-pluginscan.cpp 1.7 +0 -0 ports/x11/kdebase3/files/pkg-deinstall.in 1.7 +0 -0 ports/x11/kdebase3/files/pkg-install.in 1.71 +5 -0 ports/x11/kdebase3/pkg-plist 1.9 +0 -1 ports/x11/kdelibs3-nocups/Makefile 1.14 +1 -0 ports/x11/kdelibs3-nocups/pkg-plist 1.206 +6 -1 ports/x11/kdelibs3/Makefile 1.58 +3 -3 ports/x11/kdelibs3/distinfo 1.7 +0 -702 ports/x11/kdelibs3/files/patch-configure (dead) 1.2 +220 -223 ports/x11/kdelibs3/files/patch-cups-1.2.x-sockets 1.71 +1 -0 ports/x11/kdelibs3/pkg-plist 1.22 +4 -5 ports/x11/xscreensaver-kde/Makefile 1.14 +3 -3 ports/x11/xscreensaver-kde/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 21:34: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E2DF116A40F; Tue, 19 Dec 2006 21:34:14 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C063243CBA; Tue, 19 Dec 2006 21:34:10 +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 kBJLYAZI044723; Tue, 19 Dec 2006 21:34:10 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJLYAD0044722; Tue, 19 Dec 2006 21:34:10 GMT (envelope-from thierry) Message-Id: <200612192134.kBJLYAD0044722@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 19 Dec 2006 21:34: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/converters/ascii2binary Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 21:34:15 -0000 thierry 2006-12-19 21:34:10 UTC FreeBSD ports repository Modified files: converters/ascii2binary Makefile distinfo Log: Upgrade to v. 2.12. Changelog at . Revision Changes Path 1.6 +2 -1 ports/converters/ascii2binary/Makefile 1.7 +3 -3 ports/converters/ascii2binary/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 21:47: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0FF3C16A403; Tue, 19 Dec 2006 21:47:35 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFA2B43CA0; Tue, 19 Dec 2006 21:47: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 kBJLlYQE046393; Tue, 19 Dec 2006 21:47:34 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJLlYrP046392; Tue, 19 Dec 2006 21:47:34 GMT (envelope-from sat) Message-Id: <200612192147.kBJLlYrP046392@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 19 Dec 2006 21:47: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/www/eyeos-themes Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 21:47:35 -0000 sat 2006-12-19 21:47:34 UTC FreeBSD ports repository Modified files: www/eyeos-themes Makefile distinfo pkg-plist Log: - Add a theme named "minimal" Revision Changes Path 1.9 +2 -1 ports/www/eyeos-themes/Makefile 1.7 +3 -0 ports/www/eyeos-themes/distinfo 1.8 +300 -0 ports/www/eyeos-themes/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 19 21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57A4816A407; Tue, 19 Dec 2006 21:55:08 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DEAF43C9F; Tue, 19 Dec 2006 21:55:06 +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 kBJLt6m4047865; Tue, 19 Dec 2006 21:55:06 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJLt6iY047860; Tue, 19 Dec 2006 21:55:06 GMT (envelope-from ehaupt) Message-Id: <200612192155.kBJLt6iY047860@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 19 Dec 2006 21:55: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/bsflite Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 21:55:08 -0000 ehaupt 2006-12-19 21:55:06 UTC FreeBSD ports repository Modified files: net-im/bsflite Makefile distinfo Log: Update to 0.82 Revision Changes Path 1.7 +1 -1 ports/net-im/bsflite/Makefile 1.4 +3 -3 ports/net-im/bsflite/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 700BF16A6CB; Tue, 19 Dec 2006 21:55:37 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B44D43C9F; Tue, 19 Dec 2006 21:55:37 +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 kBJLtbAD047953; Tue, 19 Dec 2006 21:55:37 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJLtbik047952; Tue, 19 Dec 2006 21:55:37 GMT (envelope-from lofi) Message-Id: <200612192155.kBJLtbik047952@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 19 Dec 2006 21:55:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/qt33 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 21:55:37 -0000 lofi 2006-12-19 21:55:37 UTC FreeBSD ports repository Modified files: x11-toolkits/qt33 Makefile Log: Revert last commit Revision Changes Path 1.199 +1 -1 ports/x11-toolkits/qt33/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 21:56: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA4C116A412; Tue, 19 Dec 2006 21:56:25 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8797343CA2; Tue, 19 Dec 2006 21:56:25 +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 kBJLuPw3048041; Tue, 19 Dec 2006 21:56:25 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJLuPC8048040; Tue, 19 Dec 2006 21:56:25 GMT (envelope-from lofi) Message-Id: <200612192156.kBJLuPC8048040@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 19 Dec 2006 21:56:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/jack Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 21:56:25 -0000 lofi 2006-12-19 21:56:25 UTC FreeBSD ports repository Modified files: audio/jack Makefile Log: Revert last commit Revision Changes Path 1.34 +3 -3 ports/audio/jack/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D5EA16A407; Tue, 19 Dec 2006 22:03:29 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF11943CB7; Tue, 19 Dec 2006 22:03:28 +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 kBJM3SaC050285; Tue, 19 Dec 2006 22:03:28 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJM3S4B050284; Tue, 19 Dec 2006 22:03:28 GMT (envelope-from lofi) Message-Id: <200612192203.kBJM3S4B050284@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 19 Dec 2006 22:03:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/arts Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 22:03:29 -0000 lofi 2006-12-19 22:03:28 UTC FreeBSD ports repository Modified files: audio/arts Makefile Log: Only depend on jack on FreeBSD 5.3+ Revision Changes Path 1.54 +1 -1 ports/audio/arts/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 22:21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EB9B16A412; Tue, 19 Dec 2006 22:21:05 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C68D043CA6; Tue, 19 Dec 2006 22:21:04 +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 kBJMKorj052507; Tue, 19 Dec 2006 22:20:50 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJMKo7H052506; Tue, 19 Dec 2006 22:20:50 GMT (envelope-from ehaupt) Message-Id: <200612192220.kBJMKo7H052506@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 19 Dec 2006 22:20:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/ddate Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 22:21:05 -0000 ehaupt 2006-12-19 22:20:49 UTC FreeBSD ports repository Modified files: misc/ddate Makefile distinfo Log: Update to 2.12r Revision Changes Path 1.5 +11 -10 ports/misc/ddate/Makefile 1.3 +3 -3 ports/misc/ddate/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 22:26: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D207616A415; Tue, 19 Dec 2006 22:26:10 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C63D43CA3; Tue, 19 Dec 2006 22:26:10 +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 kBJMQA5B053876; Tue, 19 Dec 2006 22:26:10 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJMQAbP053875; Tue, 19 Dec 2006 22:26:10 GMT (envelope-from bmah) Message-Id: <200612192226.kBJMQAbP053875@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 19 Dec 2006 22:26:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 22:26:10 -0000 bmah 2006-12-19 22:26:10 UTC FreeBSD ports repository Modified files: . access Log: Turn off my ports/ commit bit. I still have my src/ and doc/ commit bits to get me into trouble. Requested by: The Grim Reaper Revision Changes Path 1.747 +0 -1 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Tue Dec 19 22:28: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B355016A403; Tue, 19 Dec 2006 22:28:45 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 269E143CA4; Tue, 19 Dec 2006 22:28:45 +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 kBJMSjGV054038; Tue, 19 Dec 2006 22:28:45 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJMSiX4054037; Tue, 19 Dec 2006 22:28:44 GMT (envelope-from ehaupt) Message-Id: <200612192228.kBJMSiX4054037@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 19 Dec 2006 22:28: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/linklint Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 22:28:45 -0000 ehaupt 2006-12-19 22:28:44 UTC FreeBSD ports repository Modified files: www/linklint Makefile distinfo Log: Update to 2.3.6.d Revision Changes Path 1.5 +1 -14 ports/www/linklint/Makefile 1.3 +3 -3 ports/www/linklint/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A269416A415; Tue, 19 Dec 2006 22:29:15 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id F31C943CA2; Tue, 19 Dec 2006 22:29:14 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id A998337B8BC; Wed, 20 Dec 2006 09:29:13 +1100 (EST) X-Viruscan-Id: <458867B9000000ECDDBD7A@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id 7AD09422086; Wed, 20 Dec 2006 09:29:13 +1100 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id 28E2837B4CD; Wed, 20 Dec 2006 09:29:13 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 14BB7155; Wed, 20 Dec 2006 09:29:13 +1100 (EST) Date: Wed, 20 Dec 2006 09:29:12 +1100 From: Edwin Groothuis To: Doug Barton Message-ID: <20061219222912.GA90223@k7.mavetju> References: <200612181019.kBIAJGmG097413@repoman.freebsd.org> <4586E79D.8000509@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4586E79D.8000509@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: Max Khon , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/pgadmin3-12 Makefile ports/databases/pgadmin3-12/files patch-src-include-pgFunction.h patch-src-include-pgObject.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, 19 Dec 2006 22:29:15 -0000 On Mon, Dec 18, 2006 at 11:10:21AM -0800, Doug Barton wrote: > Max Khon wrote: > > fjoe 2006-12-18 10:19:16 UTC > > > > FreeBSD ports repository > > > > Modified files: > > databases/pgadmin3-12 Makefile > > Added files: > > databases/pgadmin3-12/files patch-src-include-pgFunction.h > > patch-src-include-pgObject.h > > Log: > > - Fix build with gcc 4.1. > > - Bump PORTREVISION. > > I'm curious, why bump PORTREVISION in this situation? New patches. It forces a rebuild of the packages on the packagebuilding cluster, so that you know they all build again. It also gives better information is you get kris-mail, because you know what patches were applied (based on the port revision nunmber). And it will thousands of machines on the internet go "Oh boy lucky me! I get a chance to recompile pgadmin3-12 again!" Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/ From owner-cvs-all@FreeBSD.ORG Tue Dec 19 22:29: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 307AF16A4A7; Tue, 19 Dec 2006 22:29:35 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEB0343CA2; Tue, 19 Dec 2006 22:29:34 +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 kBJMTYmQ054093; Tue, 19 Dec 2006 22:29:34 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJMTY0Y054092; Tue, 19 Dec 2006 22:29:34 GMT (envelope-from edwin) Message-Id: <200612192229.kBJMTY0Y054092@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 19 Dec 2006 22:29:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/groundhog Makefile ports/games/groundhog/files patch-src-options_dialog.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, 19 Dec 2006 22:29:35 -0000 edwin 2006-12-19 22:29:34 UTC FreeBSD ports repository Modified files: games/groundhog Makefile Added files: games/groundhog/files patch-src-options_dialog.h Log: Remove USE_GCC Add patch proudly supplied by Max Khon Submitted by: Max Khon Revision Changes Path 1.17 +1 -2 ports/games/groundhog/Makefile 1.1 +35 -0 ports/games/groundhog/files/patch-src-options_dialog.h (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 22:34: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 52C2A16A417; Tue, 19 Dec 2006 22:34:37 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C20243CBC; Tue, 19 Dec 2006 22:34:34 +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 kBJMYYcc055530; Tue, 19 Dec 2006 22:34:34 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJMYYo0055529; Tue, 19 Dec 2006 22:34:34 GMT (envelope-from mbr) Message-Id: <200612192234.kBJMYYo0055529@repoman.freebsd.org> From: Martin Blapp Date: Tue, 19 Dec 2006 22:34: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/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 22:34:37 -0000 mbr 2006-12-19 22:34:33 UTC FreeBSD src repository Modified files: sys/kern tty.c Log: Giant might have been temporarily dropped while waiting for proctree_lock, allowing for an intervening tty_close() that cleared tp->t_session. Submitted by: tegge MFC: 1 day Revision Changes Path 1.267 +1 -1 src/sys/kern/tty.c From owner-cvs-all@FreeBSD.ORG Tue Dec 19 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADCD516A403; Tue, 19 Dec 2006 22:36:24 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3417643C9F; Tue, 19 Dec 2006 22:36:23 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id 6232D37BACB; Wed, 20 Dec 2006 09:18:11 +1100 (EST) X-Viruscan-Id: <45886523000173467E0733@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id 33252422089; Wed, 20 Dec 2006 09:18:11 +1100 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id EDA2537B936; Wed, 20 Dec 2006 09:18:10 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id DAB31155; Wed, 20 Dec 2006 09:18:10 +1100 (EST) Date: Wed, 20 Dec 2006 09:18:10 +1100 From: Edwin Groothuis To: Max Khon Message-ID: <20061219221810.GR90169@k7.mavetju> References: <200612161108.kBGB8OEO038723@repoman.freebsd.org> <20061216132604.GA85341@samodelkin.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061216132604.GA85341@samodelkin.net> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/games/groundhog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 22:36:24 -0000 On Sat, Dec 16, 2006 at 07:26:04PM +0600, Max Khon wrote: > Attached patch fixes the problem with gcc 4.1. Implemented, thanks! Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/ From owner-cvs-all@FreeBSD.ORG Tue Dec 19 22:44: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D93E316A403; Tue, 19 Dec 2006 22:44:26 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55FA143CA9; Tue, 19 Dec 2006 22:44:26 +0000 (GMT) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJMiQ6T057098; Tue, 19 Dec 2006 22:44:26 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJMiQO9057097; Tue, 19 Dec 2006 22:44:26 GMT (envelope-from stas) Message-Id: <200612192244.kBJMiQO9057097@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 19 Dec 2006 22:44:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/flow-tools Makefile ports/net-mgmt/flow-tools/files flow_capture.in patch-configure patch-lib_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: Tue, 19 Dec 2006 22:44:27 -0000 stas 2006-12-19 22:44:25 UTC FreeBSD ports repository Modified files: net-mgmt/flow-tools Makefile net-mgmt/flow-tools/files flow_capture.in patch-configure Added files: net-mgmt/flow-tools/files patch-lib_Makefile.in patch-src_Makefile.in Log: - Add openssl support [1] - Fix rcNG script comment [2] - Quoute variables in CONFIGURE_ARGS for space-safety - Respect CFLAGS Submitted by: Dominik Brettnacher [1], Geoff Garside [2] Revision Changes Path 1.23 +7 -3 ports/net-mgmt/flow-tools/Makefile 1.3 +2 -2 ports/net-mgmt/flow-tools/files/flow_capture.in 1.8 +34 -4 ports/net-mgmt/flow-tools/files/patch-configure 1.1 +11 -0 ports/net-mgmt/flow-tools/files/patch-lib_Makefile.in (new) 1.1 +11 -0 ports/net-mgmt/flow-tools/files/patch-src_Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 22:50: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 90E1F16A416; Tue, 19 Dec 2006 22:50:50 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D8D943CA5; Tue, 19 Dec 2006 22:50:50 +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 kBJMooP9057410; Tue, 19 Dec 2006 22:50:50 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJMoorK057409; Tue, 19 Dec 2006 22:50:50 GMT (envelope-from jkim) Message-Id: <200612192250.kBJMoorK057409@repoman.freebsd.org> From: Jung-uk Kim Date: Tue, 19 Dec 2006 22:50: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/sbin/ifconfig ifmedia.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 22:50:50 -0000 jkim 2006-12-19 22:50:50 UTC FreeBSD src repository Modified files: sbin/ifconfig ifmedia.c Log: Clear full-duplex when half-duplex flag is set. This actually makes 'mediaopt half-duplex' working as it should. It is now equivalent of '-mediaopt full-duplex'. Revision Changes Path 1.22 +6 -2 src/sbin/ifconfig/ifmedia.c From owner-cvs-all@FreeBSD.ORG Tue Dec 19 22:55: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5EEE616A416; Tue, 19 Dec 2006 22:55:19 +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 D8D6C43CAE; Tue, 19 Dec 2006 22:55:18 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kBJMqCPW057909; Tue, 19 Dec 2006 15:52:13 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 19 Dec 2006 15:53:15 -0700 (MST) Message-Id: <20061219.155315.756909997.imp@bsdimp.com> To: mb@imp.ch From: "M. Warner Losh" In-Reply-To: <20061219194842.M53548@godot.imp.ch> References: <20061219181505.L53548@godot.imp.ch> <4588251F.3040206@errno.com> <20061219194842.M53548@godot.imp.ch> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 19 Dec 2006 15:52:14 -0700 (MST) Cc: sam@errno.com, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 22:55:19 -0000 In message: <20061219194842.M53548@godot.imp.ch> Martin Blapp writes: : : Hi, : : > That is not what I was asking for. You said "there are races" but : > didn't identify them. It would be helpful to know what these races are : > so someone other than you doesn't need to guess why you made this change. : : The reason for this is currently unknown (it shouldn't happen, tegges patch : should work) and I (and bde) didn't had the time to look into it. As promised : I'll look why it happens and then I'll add a comment at the needed places. If the races are unknown, how do you know that you've really fixed things rather than introducing a random frob that does nothing but confuse people who come along later? Warner From owner-cvs-all@FreeBSD.ORG Tue Dec 19 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE1B216A403; Tue, 19 Dec 2006 22:58:24 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64BDA43CA0; Tue, 19 Dec 2006 22:58:24 +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 kBJMwOp9058896; Tue, 19 Dec 2006 22:58:24 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJMwOWZ058895; Tue, 19 Dec 2006 22:58:24 GMT (envelope-from clsung) Message-Id: <200612192258.kBJMwOWZ058895@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 19 Dec 2006 22:58: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/gregarius 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, 19 Dec 2006 22:58:24 -0000 clsung 2006-12-19 22:58:24 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/gregarius Makefile distinfo pkg-descr pkg-plist Log: Add gregarius 0.5.4, web-based RSS/RDF/ATOM news aggregator. PR: ports/106797 Submitted by: Gea-Suan Lin Revision Changes Path 1.1642 +1 -0 ports/www/Makefile 1.1 +25 -0 ports/www/gregarius/Makefile (new) 1.1 +3 -0 ports/www/gregarius/distinfo (new) 1.1 +4 -0 ports/www/gregarius/pkg-descr (new) 1.1 +250 -0 ports/www/gregarius/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 22:58: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5679016A508; Tue, 19 Dec 2006 22:58:37 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DDF043CA2; Tue, 19 Dec 2006 22:58:37 +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 kBJMwaQq058942; Tue, 19 Dec 2006 22:58:36 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJMwamL058941; Tue, 19 Dec 2006 22:58:36 GMT (envelope-from clsung) Message-Id: <200612192258.kBJMwamL058941@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 19 Dec 2006 22:58:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 19 Dec 2006 22:58:37 -0000 clsung 2006-12-19 22:58:36 UTC FreeBSD ports repository Modified files: . modules Log: gregarius --> ports/www/gregarius Revision Changes Path 1.16891 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Dec 19 23:10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3253816A403; Tue, 19 Dec 2006 23:10:56 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5CCA43CA0; Tue, 19 Dec 2006 23:10: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 kBJNAtWa061906; Tue, 19 Dec 2006 23:10:55 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJNAtcZ061905; Tue, 19 Dec 2006 23:10:55 GMT (envelope-from marius) Message-Id: <200612192310.kBJNAtcZ061905@repoman.freebsd.org> From: Marius Strobl Date: Tue, 19 Dec 2006 23: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/ftp/ftp-tls Makefile ports/ftp/ftp-tls/files patch-extern.h patch-ftp_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: Tue, 19 Dec 2006 23:10:56 -0000 marius 2006-12-19 23:10:55 UTC FreeBSD ports repository (src committer) Modified files: ftp/ftp-tls Makefile Added files: ftp/ftp-tls/files patch-extern.h patch-ftp_var.h Log: - Add MASTER_SITE_LOCAL as a backup master site, the primary one suffers from outages at times. - Fix compilation with GCC 4.x. [1] - Quiet portlint. Approved by: netchild Reported by: kris [1] Obtained from: Fink [1] Revision Changes Path 1.12 +4 -2 ports/ftp/ftp-tls/Makefile 1.1 +20 -0 ports/ftp/ftp-tls/files/patch-extern.h (new) 1.1 +63 -0 ports/ftp/ftp-tls/files/patch-ftp_var.h (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 23:27: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB4E716A40F; Tue, 19 Dec 2006 23:27:25 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D8CE43CA5; Tue, 19 Dec 2006 23:27:25 +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 kBJNRPYZ064877; Tue, 19 Dec 2006 23:27:25 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJNRPsV064876; Tue, 19 Dec 2006 23:27:25 GMT (envelope-from ehaupt) Message-Id: <200612192327.kBJNRPsV064876@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 19 Dec 2006 23: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/audio/libmodplug Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 23:27:25 -0000 ehaupt 2006-12-19 23:27:25 UTC FreeBSD ports repository Modified files: audio/libmodplug Makefile distinfo Log: - Update to 0.8.4 - The API did not change - This port now requires gcc 3.2 or newer Revision Changes Path 1.11 +6 -1 ports/audio/libmodplug/Makefile 1.4 +3 -3 ports/audio/libmodplug/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 19 23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 195C316A415; Tue, 19 Dec 2006 23:30:08 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F5143CBB; Tue, 19 Dec 2006 23:30:03 +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 kBJNU3UK064971; Tue, 19 Dec 2006 23:30:03 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJNU3pK064970; Tue, 19 Dec 2006 23:30:03 GMT (envelope-from sat) Message-Id: <200612192330.kBJNU3pK064970@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 19 Dec 2006 23: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/audio/pacpl 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, 19 Dec 2006 23:30:09 -0000 sat 2006-12-19 23:30:02 UTC FreeBSD ports repository Modified files: audio/pacpl Makefile Added files: audio/pacpl pkg-plist Log: - Add support for Konqueror and Amarok Kindly requested by: Ron Joordens Revision Changes Path 1.8 +26 -1 ports/audio/pacpl/Makefile 1.1 +8 -0 ports/audio/pacpl/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 19 23:30: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A155E16A5B9; Tue, 19 Dec 2006 23:30:33 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from cherenkov.geekfire.com (cherenkov.geekfire.com [66.206.86.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D6AE43CA8; Tue, 19 Dec 2006 23:30:25 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from localhost.my.domain (adsl-75-22-188-211.dsl.scrm01.sbcglobal.net [75.22.188.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by cherenkov.geekfire.com (Postfix) with ESMTP id BF91B3A5BF; Tue, 19 Dec 2006 15:28:47 -0800 (PST) From: Alexander Botero-Lowry To: Andrew Pantyukhin In-reply-to: <200612192119.kBJLJ6vE038989@repoman.freebsd.org> References: <200612192119.kBJLJ6vE038989@repoman.freebsd.org> Comments: In-reply-to Andrew Pantyukhin message dated "Tue, 19 Dec 2006 21:19:05 +0000." Date: Tue, 19 Dec 2006 15:30:13 -0800 Sender: alex@localhost X-Peer: 127.0.0.1 Message-Id: <20061219232850.BF91B3A5BF@cherenkov.geekfire.com> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/eyeos 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, 19 Dec 2006 23:30:33 -0000 > sat 2006-12-19 21:19:05 UTC > > FreeBSD ports repository > > Modified files: > www/eyeos Makefile distinfo pkg-plist > Log: > - Update to 0.9.3-5.wink.at.nivit.;) > Approved by: nivit ? When committing to another person's port that you're not the maintainer of, you need to put approved by, even if the approval is implicit. That's what (implicit) is for. Alex From owner-cvs-all@FreeBSD.ORG Tue Dec 19 23:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8FF4216A4B3; Tue, 19 Dec 2006 23:40:22 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5072E43CBD; Tue, 19 Dec 2006 23:40:19 +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 kBJNeJFS066608; Tue, 19 Dec 2006 23:40:19 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJNeJ5W066607; Tue, 19 Dec 2006 23:40:19 GMT (envelope-from sat) Message-Id: <200612192340.kBJNeJ5W066607@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 19 Dec 2006 23:40:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/pacpl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 23:40:22 -0000 sat 2006-12-19 23:40:19 UTC FreeBSD ports repository Modified files: audio/pacpl Makefile Log: - Quick spellfix Revision Changes Path 1.9 +1 -1 ports/audio/pacpl/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 19 23:55: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDB9516A412; Tue, 19 Dec 2006 23:55:58 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D61743CA8; Tue, 19 Dec 2006 23:55:55 +0000 (GMT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBJNttD5069547; Tue, 19 Dec 2006 23:55:55 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJNttsw069546; Tue, 19 Dec 2006 23:55:55 GMT (envelope-from grog) Message-Id: <200612192355.kBJNttsw069546@repoman.freebsd.org> From: Greg Lehey Date: Tue, 19 Dec 2006 23:55:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/mythtv Makefile distinfo pkg-descr pkg-message pkg-plist ports/multimedia/mythtv/files patch-FrameAnalyzer.h patch-configure patch-httprequest.cpp patch-upnpglobal.h patch-version.pro patch-videoout_xv.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 23:55:59 -0000 grog 2006-12-19 23:55:54 UTC FreeBSD ports repository Added files: multimedia/mythtv Makefile distinfo pkg-descr pkg-message pkg-plist multimedia/mythtv/files patch-FrameAnalyzer.h patch-configure patch-httprequest.cpp patch-upnpglobal.h patch-version.pro patch-videoout_xv.cpp Log: New port: MythTV. Currently, the port builds and installs MythTV, but doesn't help much in configuring it. Revision Changes Path 1.1 +76 -0 ports/multimedia/mythtv/Makefile (new) 1.1 +3 -0 ports/multimedia/mythtv/distinfo (new) 1.1 +17 -0 ports/multimedia/mythtv/files/patch-FrameAnalyzer.h (new) 1.1 +11 -0 ports/multimedia/mythtv/files/patch-configure (new) 1.1 +47 -0 ports/multimedia/mythtv/files/patch-httprequest.cpp (new) 1.1 +14 -0 ports/multimedia/mythtv/files/patch-upnpglobal.h (new) 1.1 +16 -0 ports/multimedia/mythtv/files/patch-version.pro (new) 1.1 +13 -0 ports/multimedia/mythtv/files/patch-videoout_xv.cpp (new) 1.1 +5 -0 ports/multimedia/mythtv/pkg-descr (new) 1.1 +13 -0 ports/multimedia/mythtv/pkg-message (new) 1.1 +826 -0 ports/multimedia/mythtv/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 20 00:09: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F343216A412; Wed, 20 Dec 2006 00:09:02 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BC6343CC3; Wed, 20 Dec 2006 00:08:48 +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 kBK08mLA072480; Wed, 20 Dec 2006 00:08:48 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK08mZm072479; Wed, 20 Dec 2006 00:08:48 GMT (envelope-from jkim) Message-Id: <200612200008.kBK08mZm072479@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 20 Dec 2006 00:08:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii brgphy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 00:09:03 -0000 jkim 2006-12-20 00:08:47 UTC FreeBSD src repository Modified files: sys/dev/mii brgphy.c Log: - Do not depend on auto negotiation for link speed/duplex status. - Read link status from BMSR instead of auxilary status register. - Clean up style(9) nits. Revision Changes Path 1.51 +81 -68 src/sys/dev/mii/brgphy.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 00:16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD8D816A4FF; Wed, 20 Dec 2006 00:16:02 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80DB843D86; Wed, 20 Dec 2006 00:15:15 +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 kBK0F3Vg073958; Wed, 20 Dec 2006 00:15:03 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK0F35v073957; Wed, 20 Dec 2006 00:15:03 GMT (envelope-from clsung) Message-Id: <200612200015.kBK0F35v073957@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 00: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/converters/p5-Convert-UUlib Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 00:16:02 -0000 clsung 2006-12-20 00:15:02 UTC FreeBSD ports repository Modified files: converters/p5-Convert-UUlib Makefile distinfo Log: - Update to 1.08 Revision Changes Path 1.16 +1 -1 ports/converters/p5-Convert-UUlib/Makefile 1.15 +3 -3 ports/converters/p5-Convert-UUlib/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 20 00:20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 151C316A4D0; Wed, 20 Dec 2006 00:20:29 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 382F043CD3; Wed, 20 Dec 2006 00:19:30 +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 kBK0JOVN074117; Wed, 20 Dec 2006 00:19:24 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK0JO6v074116; Wed, 20 Dec 2006 00:19:24 GMT (envelope-from markus) Message-Id: <200612200019.kBK0JO6v074116@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 20 Dec 2006 00: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/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 00:20:29 -0000 markus 2006-12-20 00:19:24 UTC FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers Log: Update my marker Reminded by: linimon Revision Changes Path 1.316 +2 -2 ports/astro/xearth/files/freebsd.committers.markers From owner-cvs-all@FreeBSD.ORG Wed Dec 20 00:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A782E16A407; Wed, 20 Dec 2006 00:23:32 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 659FF43CB5; Wed, 20 Dec 2006 00:23:32 +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 kBK0NWwX075302; Wed, 20 Dec 2006 00:23:32 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK0NWdS075301; Wed, 20 Dec 2006 00:23:32 GMT (envelope-from ahze) Message-Id: <200612200023.kBK0NWdS075301@repoman.freebsd.org> From: Michael Johnson Date: Wed, 20 Dec 2006 00: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/multimedia/vlc-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 00:23:32 -0000 ahze 2006-12-20 00:23:32 UTC FreeBSD ports repository Modified files: multimedia/vlc-devel Makefile Log: - Remove extra "\" to fix some MASTER_SITES and so multimedia/vlc-devel doesn't conflict with vlc-devel. Revision Changes Path 1.162 +1 -1 ports/multimedia/vlc-devel/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 00:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 134FE16A4A0 for ; Wed, 20 Dec 2006 00:24:27 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F74143CAF for ; Wed, 20 Dec 2006 00:24:17 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1750282uge for ; Tue, 19 Dec 2006 16:24:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=q/FEHnfrXtP9IF9aD4YfxsbL+pFDx1BZ8susMPm/FQLvD2oCt67hpp62Ivqmy7Ssb6/gDyp2CH9P+/nYU/1Fue+JvRDKFL6EkxFRtmJiddwlwngSLKoz74ID0AxwFFD6DPsXSi6BCZ/fiaChqHybGDT1i5MwbRZwHl8oErR+eDg= Received: by 10.78.204.1 with SMTP id b1mr3682959hug.1166572546055; Tue, 19 Dec 2006 15:55:46 -0800 (PST) Received: by 10.78.167.16 with HTTP; Tue, 19 Dec 2006 15:55:45 -0800 (PST) Message-ID: Date: Wed, 20 Dec 2006 02:55:45 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Alexander Botero-Lowry" In-Reply-To: <20061219232850.BF91B3A5BF@cherenkov.geekfire.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200612192119.kBJLJ6vE038989@repoman.freebsd.org> <20061219232850.BF91B3A5BF@cherenkov.geekfire.com> X-Google-Sender-Auth: b5df89f701c61e25 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/eyeos Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 00:24:27 -0000 On 12/20/06, Alexander Botero-Lowry wrote: > > sat 2006-12-19 21:19:05 UTC > > > > FreeBSD ports repository > > > > Modified files: > > www/eyeos Makefile distinfo pkg-plist > > Log: > > - Update to 0.9.3-5.wink.at.nivit.;) > > Approved by: nivit ? > > When committing to another person's port that you're not the maintainer > of, you need to put approved by, even if the approval is implicit. That's > what (implicit) is for. This makes no sense at all. My mission is to confuse people, not enlighten them. Hmm, maybe it's time to devise something more elaborate, like Re-approved by: ports@ (ex-maintainer, placeholder; timeout - SNR too low) Of course it would draw more attention, but at least suggestions will be more complex. Or maybe I should try to apply the theory behind one of the latest eurobsdcon talks [1] to ports. Or should I just stop reading all the feedback to my ever so rare commits and rather expect something in the spirit of "he had it coming" when I annoy people enough for them to give me some metal. Anyways, to me sleep is of top priority right now, so good night, I wish you all to learn to stop worrying and love... something... [1] http://2006.eurobsdcon.org/talks-stockebrand.php From owner-cvs-all@FreeBSD.ORG Wed Dec 20 00:35: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF1FD16A47E; Wed, 20 Dec 2006 00:35:00 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDDC143D1F; Wed, 20 Dec 2006 00:34:16 +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 kBK0YCEt077134; Wed, 20 Dec 2006 00:34:12 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK0YCwB077133; Wed, 20 Dec 2006 00:34:12 GMT (envelope-from jkim) Message-Id: <200612200034.kBK0YCwB077133@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 20 Dec 2006 00:34: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/dev/mii brgphy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 00:35:01 -0000 jkim 2006-12-20 00:34:12 UTC FreeBSD src repository Modified files: sys/dev/mii brgphy.c Log: Use BMSR for link status in one more place and clean up more. Revision Changes Path 1.52 +9 -10 src/sys/dev/mii/brgphy.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 00:48: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0741B16A403; Wed, 20 Dec 2006 00:48:39 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E2343CA7; Wed, 20 Dec 2006 00:48: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 kBK0mc5w087151; Wed, 20 Dec 2006 00:48:38 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK0mcOo087150; Wed, 20 Dec 2006 00:48:38 GMT (envelope-from clsung) Message-Id: <200612200048.kBK0mcOo087150@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 00:48:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/rubygem-yadis 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, 20 Dec 2006 00:48:39 -0000 clsung 2006-12-20 00:48:38 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/rubygem-yadis Makefile distinfo pkg-descr pkg-plist Log: A Yadis Service discovery library written in pure Ruby. ruby-yadis contains full yadis service discovery functionality. Point releases will be issued as the Yadis 1.0 specification gets rounded out. Features include: * Easy to use interface for fetching Yadis service information * XRDS parser * HTTPS and server certificate verification support * Test suite * BSD license WWW: http://www.openidenabled.com/yadis/libraries/ruby/ Revision Changes Path 1.1782 +1 -0 ports/net/Makefile 1.1 +25 -0 ports/net/rubygem-yadis/Makefile (new) 1.1 +3 -0 ports/net/rubygem-yadis/distinfo (new) 1.1 +13 -0 ports/net/rubygem-yadis/pkg-descr (new) 1.1 +169 -0 ports/net/rubygem-yadis/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 20 00:48: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2344516A5E7; Wed, 20 Dec 2006 00:48:51 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF90943CA7; Wed, 20 Dec 2006 00:48:50 +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 kBK0mo9x087193; Wed, 20 Dec 2006 00:48:50 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK0modP087192; Wed, 20 Dec 2006 00:48:50 GMT (envelope-from clsung) Message-Id: <200612200048.kBK0modP087192@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 00:48:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 00:48:51 -0000 clsung 2006-12-20 00:48:50 UTC FreeBSD ports repository Modified files: . modules Log: rubygem-yadis --> ports/net/rubygem-yadis Revision Changes Path 1.16892 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 20 00:51: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C7B7216A5F8; Wed, 20 Dec 2006 00:51:33 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AD0B43C9F; Wed, 20 Dec 2006 00:51:32 +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 kBK0pWib087966; Wed, 20 Dec 2006 00:51:32 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK0pWjT087965; Wed, 20 Dec 2006 00:51:32 GMT (envelope-from markus) Message-Id: <200612200051.kBK0pWjT087965@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 20 Dec 2006 00:51:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms/cutecom Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 00:51:33 -0000 markus 2006-12-20 00:51:32 UTC FreeBSD ports repository Modified files: comms/cutecom Makefile distinfo Log: Update to version 0.14.1 Revision Changes Path 1.7 +3 -1 ports/comms/cutecom/Makefile 1.8 +3 -3 ports/comms/cutecom/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 20 00: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CCB8216A40F; Wed, 20 Dec 2006 00:52:44 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F50943CAF; Wed, 20 Dec 2006 00:52:44 +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 kBK0qfvE088204; Wed, 20 Dec 2006 00:52:41 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK0qfkO088203; Wed, 20 Dec 2006 00:52:41 GMT (envelope-from alepulver) Message-Id: <200612200052.kBK0qfkO088203@repoman.freebsd.org> From: Alejandro Pulver Date: Wed, 20 Dec 2006 00:52: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/graphics/allegrogl 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, 20 Dec 2006 00:52:44 -0000 alepulver 2006-12-20 00:52:41 UTC FreeBSD ports repository Modified files: graphics/allegrogl Makefile distinfo pkg-plist Log: - Update to version 0.4.0. Revision Changes Path 1.12 +11 -5 ports/graphics/allegrogl/Makefile 1.6 +3 -3 ports/graphics/allegrogl/distinfo 1.4 +6 -0 ports/graphics/allegrogl/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 20 00:58: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B09916A47B; Wed, 20 Dec 2006 00:58:35 +0000 (UTC) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (lath.rinet.ru [195.54.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60ACE43CA4; Wed, 20 Dec 2006 00:58:31 +0000 (GMT) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (localhost [127.0.0.1]) by lath.rinet.ru (8.13.8/8.13.8) with ESMTP id kBK0gnrV043010 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 20 Dec 2006 03:42:49 +0300 (MSK) (envelope-from oleg@lath.rinet.ru) Received: (from oleg@localhost) by lath.rinet.ru (8.13.8/8.13.8/Submit) id kBK0gn2w043009; Wed, 20 Dec 2006 03:42:49 +0300 (MSK) (envelope-from oleg) Date: Wed, 20 Dec 2006 03:42:49 +0300 From: Oleg Bulyzhin To: Jung-uk Kim Message-ID: <20061220004249.GA42866@lath.rinet.ru> References: <200612200008.kBK08mZm072479@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200612200008.kBK08mZm072479@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mii brgphy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 00:58:35 -0000 On Wed, Dec 20, 2006 at 12:08:48AM +0000, Jung-uk Kim wrote: > jkim 2006-12-20 00:08:47 UTC > > FreeBSD src repository > > Modified files: > sys/dev/mii brgphy.c > Log: > - Do not depend on auto negotiation for link speed/duplex status. > - Read link status from BMSR instead of auxilary status register. > - Clean up style(9) nits. > > Revision Changes Path > 1.51 +81 -68 src/sys/dev/mii/brgphy.c As long as i know, link bit of bmsr register is 'latched low', are you sure reading bmsr once is enough? -- Oleg. ================================================================ === Oleg Bulyzhin -- OBUL-RIPN -- OBUL-RIPE -- oleg@rinet.ru === ================================================================ From owner-cvs-all@FreeBSD.ORG Wed Dec 20 01:04: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C40B916A412; Wed, 20 Dec 2006 01:04:04 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0FDF43CB6; Wed, 20 Dec 2006 01:03:59 +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 kBK13x9k091363; Wed, 20 Dec 2006 01:03:59 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK13xtE091362; Wed, 20 Dec 2006 01:03:59 GMT (envelope-from clsung) Message-Id: <200612200103.kBK13xtE091362@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 01:03:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/py-yadis 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, 20 Dec 2006 01:04:04 -0000 clsung 2006-12-20 01:03:59 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/py-yadis Makefile distinfo pkg-descr pkg-plist Log: Python YADIS ------------ This code implements relying party support for the Yadis service discovery protocol. The protocol was developed for use by decentralized URL-based identity systems, but is useful for advertising services provided by or on behalf of a certain URL. To learn more about Yadis, see http://www.openidenabled.com/yadis The module yadis.xrires also provides a method of resolving XRI. The JanRain Python OpenID library uses this library for discovery of OpenID service endpoints. See that library for an example of library usage. WWW: http://www.openidenabled.com/yadis/libraries/python/ Revision Changes Path 1.1783 +1 -0 ports/net/Makefile 1.1 +21 -0 ports/net/py-yadis/Makefile (new) 1.1 +3 -0 ports/net/py-yadis/distinfo (new) 1.1 +16 -0 ports/net/py-yadis/pkg-descr (new) 1.1 +34 -0 ports/net/py-yadis/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 20 01:04: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36F8716A416; Wed, 20 Dec 2006 01:04:12 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3399043CA9; Wed, 20 Dec 2006 01:04:11 +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 kBK14BnJ091455; Wed, 20 Dec 2006 01:04:11 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK14Bux091454; Wed, 20 Dec 2006 01:04:11 GMT (envelope-from clsung) Message-Id: <200612200104.kBK14Bux091454@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 01:04: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: Wed, 20 Dec 2006 01:04:12 -0000 clsung 2006-12-20 01:04:11 UTC FreeBSD ports repository Modified files: . modules Log: py-yadis --> ports/net/py-yadis Revision Changes Path 1.16893 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 20 01:10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62C4816A416; Wed, 20 Dec 2006 01:10:22 +0000 (UTC) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3279343C9F; Wed, 20 Dec 2006 01:10:22 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBK1AMac091786; Wed, 20 Dec 2006 01:10:22 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK1AMeI091785; Wed, 20 Dec 2006 01:10:22 GMT (envelope-from grehan) Message-Id: <200612200110.kBK1AMeI091785@repoman.freebsd.org> From: Peter Grehan Date: Wed, 20 Dec 2006 01:10: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/powerpc/powerpc mmu_oea.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 01:10:22 -0000 grehan 2006-12-20 01:10:21 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc mmu_oea.c Log: Remove bogus increment of re-hashed PTEG index. This snuck in with r1.12 of pmap.c, and is potentially the cause of hangs reported on machines with a small amount of memory. On machines with sufficient RAM, and without a lot of processes running, this situation would probably never occur. Testing is still incomplete, but it is obviously wrong so remove the offending code now. The issue of what to do when both the primary and secondary hash overflow is still open. Reported by: Dan Kresja at windriver dot com, via alc Revision Changes Path 1.115 +1 -1 src/sys/powerpc/powerpc/mmu_oea.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 01: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D397D16A40F; Wed, 20 Dec 2006 01:12:07 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9080043CA2; Wed, 20 Dec 2006 01:12:07 +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 kBK1C7tZ092484; Wed, 20 Dec 2006 01:12:07 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK1C77W092483; Wed, 20 Dec 2006 01:12:07 GMT (envelope-from jkim) Message-Id: <200612200112.kBK1C77W092483@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 20 Dec 2006 01:12:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/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: Wed, 20 Dec 2006 01:12:07 -0000 jkim 2006-12-20 01:12:07 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Partially back out rev. 1.148 and use new ETHER_BPF_MTAP() macro for VLAN. Remaining changes are cosmetic. Revision Changes Path 1.168 +5 -11 src/sys/dev/bge/if_bge.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 01:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8075E16A412; Wed, 20 Dec 2006 01:33:00 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BF6F43C9F; Wed, 20 Dec 2006 01:33:00 +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 kBK1X0SC095869; Wed, 20 Dec 2006 01:33:00 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK1X0C3095864; Wed, 20 Dec 2006 01:33:00 GMT (envelope-from rodrigc) Message-Id: <200612200133.kBK1X0C3095864@repoman.freebsd.org> From: Craig Rodrigues Date: Wed, 20 Dec 2006 01:32:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 01:33:00 -0000 rodrigc 2006-12-20 01:32:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sys/fs/msdosfs msdosfs_vfsops.c Log: MFC: 1.155 (without vfs_mount_error()): - Fix MNT_UPDATE for msdosfs, do not allow "export" requests if MSDOSFS_LARGEFS flag is set. PR: 105412 Approved by: re (bmah) Revision Changes Path 1.144.2.6.2.1 +8 -4 src/sys/fs/msdosfs/msdosfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 01:37: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5A3416A47B; Wed, 20 Dec 2006 01:37:40 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A650843CEB; Wed, 20 Dec 2006 01:37:16 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id kBK1bGdV021147; Tue, 19 Dec 2006 20:37:16 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Oleg Bulyzhin Date: Tue, 19 Dec 2006 20:37:10 -0500 User-Agent: KMail/1.6.2 References: <200612200008.kBK08mZm072479@repoman.freebsd.org> <20061220004249.GA42866@lath.rinet.ru> In-Reply-To: <20061220004249.GA42866@lath.rinet.ru> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200612192037.12342.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88.6/2359/Tue Dec 19 18:52:09 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mii brgphy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 01:37:41 -0000 On Tuesday 19 December 2006 07:42 pm, Oleg Bulyzhin wrote: > On Wed, Dec 20, 2006 at 12:08:48AM +0000, Jung-uk Kim wrote: > > jkim 2006-12-20 00:08:47 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/mii brgphy.c > > Log: > > - Do not depend on auto negotiation for link speed/duplex > > status. - Read link status from BMSR instead of auxilary status > > register. - Clean up style(9) nits. > > > > Revision Changes Path > > 1.51 +81 -68 src/sys/dev/mii/brgphy.c > > As long as i know, link bit of bmsr register is 'latched low', are > you sure reading bmsr once is enough? Actually you are the second person asking the same question. :-( It is working fine for me but I will back it out if it doesn't. Jung-uk Kim From owner-cvs-all@FreeBSD.ORG Wed Dec 20 01:38: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8318316A407; Wed, 20 Dec 2006 01:38:23 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBB7143CA7; Wed, 20 Dec 2006 01:38:13 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBK1cDIR096422; Wed, 20 Dec 2006 01:38:13 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK1cDAj096421; Wed, 20 Dec 2006 01:38:13 GMT (envelope-from ahze) Message-Id: <200612200138.kBK1cDAj096421@repoman.freebsd.org> From: Michael Johnson Date: Wed, 20 Dec 2006 01:38:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libopensync Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 01:38:23 -0000 ahze 2006-12-20 01:38:13 UTC FreeBSD ports repository Modified files: devel/libopensync Makefile Log: Reset MAINTAINER Revision Changes Path 1.11 +1 -1 ports/devel/libopensync/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 01:49: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 047B816A403; Wed, 20 Dec 2006 01:49:57 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B068C43CB6; Wed, 20 Dec 2006 01:49:56 +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 kBK1nujY098255; Wed, 20 Dec 2006 01:49:56 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK1nu0I098254; Wed, 20 Dec 2006 01:49:56 GMT (envelope-from marius) Message-Id: <200612200149.kBK1nu0I098254@repoman.freebsd.org> From: Marius Strobl Date: Wed, 20 Dec 2006 01:49: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/dev/dc if_dc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 01:49:57 -0000 marius 2006-12-20 01:49:56 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c Log: Fix a bug originally introduced in rev. 1.74; don't reloaded the watchdog timer in dc_txeof() in case there are still unhandled descriptors as dc_poll() invokes dc_poll() unconditionally. Otherwise this would result in the watchdog timer constantly being being reloaded and thus circumvent that the watchdog ever fires in the DEVICE_POLLING case. Pointed out by: bde Revision Changes Path 1.190 +2 -1 src/sys/dev/dc/if_dc.c From owner-cvs-all@FreeBSD.ORG Wed Dec 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C61416A412; Wed, 20 Dec 2006 02:14:00 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDC0843C9F; Wed, 20 Dec 2006 02:13:59 +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 kBK2Dxwd003944; Wed, 20 Dec 2006 02:13:59 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK2DxTU003940; Wed, 20 Dec 2006 02:13:59 GMT (envelope-from marius) Message-Id: <200612200213.kBK2DxTU003940@repoman.freebsd.org> From: Marius Strobl Date: Wed, 20 Dec 2006 02:13:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 02:14:00 -0000 marius 2006-12-20 02:13:59 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: - Use the re_tick() callout instead of if_slowtimo() for driving re_watchdog() in order to avoid races accessing if_timer. - Use bus_get_dma_tag() so re(4) works on platforms requiring it. - Remove invalid BUS_DMA_ALLOCNOW when creating the parent DMA tag and the tags that are used for static memory allocations. - Don't bother to set if_mtu to ETHERMTU, ether_ifattach() does that. - Remove an unused variable in re_intr(). Revision Changes Path 1.80 +23 -35 src/sys/dev/re/if_re.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 02:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2DFDE16A407; Wed, 20 Dec 2006 02:23:51 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE7E043CA7; Wed, 20 Dec 2006 02:23: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 kBK2NkVv005600; Wed, 20 Dec 2006 02:23:46 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK2NkPY005599; Wed, 20 Dec 2006 02:23:46 GMT (envelope-from markus) Message-Id: <200612200223.kBK2NkPY005599@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 20 Dec 2006 02:23:46 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/donations donors.sgml wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 02:23:51 -0000 markus 2006-12-20 02:23:46 UTC FreeBSD doc repository (src,ports committer) Modified files: en/donations donors.sgml wantlist.sgml Log: Uwe Laverenz donated an Ultrabay Slim battery for my ThinkPad. Thanks! Revision Changes Path 1.345 +8 -1 www/en/donations/donors.sgml 1.430 +1 -9 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 20 02:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 648C916A403; Wed, 20 Dec 2006 02:24:06 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5011243CAF; Wed, 20 Dec 2006 02:23:40 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id B869117132; Wed, 20 Dec 2006 04:02:50 +0200 (EET) Date: Wed, 20 Dec 2006 04:02:50 +0200 From: Ion-Mihai "IOnut" Tetcu To: infofarmer@FreeBSD.org Message-ID: <20061220040250.3bca67cb@it.buh.tecnik93.com> In-Reply-To: References: <200612192119.kBJLJ6vE038989@repoman.freebsd.org> <20061219232850.BF91B3A5BF@cherenkov.geekfire.com> X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_NveU2VuFMxk/v45pum=4FyK"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: Alexander Botero-Lowry , sat@FreeBSD.org, cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/eyeos 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, 20 Dec 2006 02:24:06 -0000 --Sig_NveU2VuFMxk/v45pum=4FyK Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 20 Dec 2006 02:55:45 +0300 "Andrew Pantyukhin" wrote: > On 12/20/06, Alexander Botero-Lowry wrote: > > > sat 2006-12-19 21:19:05 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > www/eyeos Makefile distinfo pkg-plist > > > Log: > > > - Update to 0.9.3-5.wink.at.nivit.;) > > > > Approved by: nivit ? > > > > When committing to another person's port that you're not the > > maintainer of, you need to put approved by, even if the approval is > > implicit. That's what (implicit) is for. >=20 > This makes no sense at all. My mission is to confuse > people, not enlighten them. [ .. ] C'mon. Did nivit approve you commit explicitly ? If yes, an 'Approved by; nivit' should be in the commit log. If not, did he gave you a blanket approval to commit to his port ? Then alexbl is right. Else you shouldn't have commited. We just had "commits w/o maintainer approval" discussion on ports@ And, oh, please, let's end this here. --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #319: Your computer hasn't been returning all the bits it gets from the --Sig_NveU2VuFMxk/v45pum=4FyK Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFiJnKBX6fi0k6KXsRAk4dAJ44PDppccSp1y1Gcg8I4n39jajGDgCfekoU nN7Rsd+lM57xNsO54iIOcxw= =ktE7 -----END PGP SIGNATURE----- --Sig_NveU2VuFMxk/v45pum=4FyK-- From owner-cvs-all@FreeBSD.ORG Wed Dec 20 02:30: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A10716A40F; Wed, 20 Dec 2006 02:30:43 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 314D643C9F; Wed, 20 Dec 2006 02:30: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 kBK2UhWs006346; Wed, 20 Dec 2006 02:30:43 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK2Uh2v006345; Wed, 20 Dec 2006 02:30:43 GMT (envelope-from dinoex) Message-Id: <200612200230.kBK2Uh2v006345@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 20 Dec 2006 02:30: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/x11/gnustep-app Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 02:30:43 -0000 dinoex 2006-12-20 02:30:42 UTC FreeBSD ports repository Modified files: x11/gnustep-app Makefile pkg-descr Log: - fix Position, drop MP3ToWav Submitted by: cbv Revision Changes Path 1.20 +4 -3 ports/x11/gnustep-app/Makefile 1.18 +4 -5 ports/x11/gnustep-app/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Dec 20 02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9970116A492; Wed, 20 Dec 2006 02:31:17 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5888643CA0; Wed, 20 Dec 2006 02:31:17 +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 kBK2VHcx006773; Wed, 20 Dec 2006 02:31:17 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK2VHW4006772; Wed, 20 Dec 2006 02:31:17 GMT (envelope-from clsung) Message-Id: <200612200231.kBK2VHW4006772@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 02:31:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/nss_ldap Makefile pkg-plist ports/net/nss_ldap/files patch-ldap-pwd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 02:31:17 -0000 clsung 2006-12-20 02:31:17 UTC FreeBSD ports repository Modified files: net/nss_ldap Makefile net/nss_ldap/files patch-ldap-pwd.c Removed files: net/nss_ldap pkg-plist Log: - In some cases (like sudo), we should check euid not uid, thanks for jnlin at csie.nctu.edu.tw - Use MAN5PREFIX - portlint warns: 1) IGNORE should be lowercase-lead 2) INSTALLS_SHLIB should be replaced by USE_LDCONFIG 3) PLIST_FILES should be used when only two files - Bump PORTREVISION PR: ports/104310 Submitted by: Gea-Suan Lin Approved by: maintainer (timeout) Revision Changes Path 1.20 +7 -5 ports/net/nss_ldap/Makefile 1.2 +1 -1 ports/net/nss_ldap/files/patch-ldap-pwd.c 1.4 +0 -2 ports/net/nss_ldap/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Dec 20 02:37: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6EDFD16A415; Wed, 20 Dec 2006 02:37:09 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 295EE43CB2; Wed, 20 Dec 2006 02:37:09 +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 kBK2b9XO007802; Wed, 20 Dec 2006 02:37:09 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK2b96L007801; Wed, 20 Dec 2006 02:37:09 GMT (envelope-from clsung) Message-Id: <200612200237.kBK2b96L007801@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 02:37:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/gtick 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, 20 Dec 2006 02:37:09 -0000 clsung 2006-12-20 02:37:08 UTC FreeBSD ports repository Modified files: audio/gtick Makefile distinfo pkg-plist Log: - Update to 0.3.11 - make fetchable PR: ports/104621 Submitted by: Thomas Abthorpe Approved by: maintainer (timeout) Revision Changes Path 1.9 +2 -1 ports/audio/gtick/Makefile 1.7 +3 -3 ports/audio/gtick/distinfo 1.6 +1 -0 ports/audio/gtick/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 20 02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 80DDC16A412; Wed, 20 Dec 2006 02:50:03 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E18143CAB; Wed, 20 Dec 2006 02:49:59 +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 kBK2nxYg009379; Wed, 20 Dec 2006 02:49:59 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK2nxhX009378; Wed, 20 Dec 2006 02:49:59 GMT (envelope-from mbr) Message-Id: <200612200249.kBK2nxhX009378@repoman.freebsd.org> From: Martin Blapp Date: Wed, 20 Dec 2006 02:49:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 02:50:03 -0000 mbr 2006-12-20 02:49:59 UTC FreeBSD src repository Modified files: sys/kern tty.c Log: Back out rev. 1.266. The real cause for the recent panics has been fixed in rev. 1.267 and there is no need to keep this test. Revision Changes Path 1.268 +1 -1 src/sys/kern/tty.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 02:53: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ECE5616A412; Wed, 20 Dec 2006 02:53:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A79ED43CA0; Wed, 20 Dec 2006 02:53:59 +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 kBK2rxHo010530; Wed, 20 Dec 2006 02:53:59 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK2rxo4010528; Wed, 20 Dec 2006 02:53:59 GMT (envelope-from clsung) Message-Id: <200612200253.kBK2rxo4010528@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 02:53: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/security/bcwipe Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 02:54:00 -0000 clsung 2006-12-20 02:53:59 UTC FreeBSD ports repository Modified files: security/bcwipe Makefile distinfo Log: - Update to 1.6.5 PR: ports/105070 Submitted by: Thomas Abthorpe Approved by: maintainer (timeout) Revision Changes Path 1.14 +1 -1 ports/security/bcwipe/Makefile 1.10 +3 -3 ports/security/bcwipe/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 20 03:01: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7197F16A49E; Wed, 20 Dec 2006 03:01:11 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B21143C9F; Wed, 20 Dec 2006 03:01:11 +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 kBK31BZU011161; Wed, 20 Dec 2006 03:01:11 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK31Ag2011133; Wed, 20 Dec 2006 03:01:10 GMT (envelope-from clsung) Message-Id: <200612200301.kBK31Ag2011133@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 03:01: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/databases/p5-Cache-Memcached Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 03:01:11 -0000 clsung 2006-12-20 03:01:10 UTC FreeBSD ports repository Modified files: databases/p5-Cache-Memcached Makefile Log: - p5-Cache-Memcached depends on p5-Storable and p5-Time-HiRes, but with perl5.8 this modules already installed PR: ports/106780 Submitted by: Anton Yuzhaniov Revision Changes Path 1.11 +6 -4 ports/databases/p5-Cache-Memcached/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 03:05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA0C816A412; Wed, 20 Dec 2006 03:05:30 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94CFC43CA4; Wed, 20 Dec 2006 03:05: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 kBK35UfS013742; Wed, 20 Dec 2006 03:05:30 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK35U2Z013741; Wed, 20 Dec 2006 03:05:30 GMT (envelope-from delphij) Message-Id: <200612200305.kBK35U2Z013741@repoman.freebsd.org> From: Xin LI Date: Wed, 20 Dec 2006 03:05:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 03:05:31 -0000 delphij 2006-12-20 03:05:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sys/fs/msdosfs msdosfs_vfsops.c Log: Redo previous merge from RELENG_6 (rev 1.144.2.7) to fix build. Approved by: re (implicit, fix build) Revision Changes Path 1.144.2.6.2.2 +1 -4 src/sys/fs/msdosfs/msdosfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 03:06: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B872816A40F; Wed, 20 Dec 2006 03:06:30 +0000 (UTC) (envelope-from mb@imp.ch) Received: from pop.imp.ch (mx2.imp.ch [157.161.9.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB8743CA0; Wed, 20 Dec 2006 03:06:27 +0000 (GMT) (envelope-from mb@imp.ch) Received: from godot.imp.ch (godot.imp.ch [157.161.4.8]) by pop.imp.ch (8.13.8/8.13.8/Submit_imp) with ESMTP id kBK36O2n093905; Wed, 20 Dec 2006 04:06:24 +0100 (CET) (envelope-from mb@imp.ch) Date: Wed, 20 Dec 2006 04:06:23 +0100 (CET) From: Martin Blapp To: Attilio Rao In-Reply-To: <3bbf2fe10612191850y3a546fcew486575385b1400df@mail.gmail.com> Message-ID: <20061220040337.H53548@godot.imp.ch> References: <200612192234.kBJMYYo0055529@repoman.freebsd.org> <3bbf2fe10612191850y3a546fcew486575385b1400df@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanned-By: MIMEDefang 2.58 on 157.161.9.65 Cc: cvs-src@freebsd.org, Martin Blapp , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 03:06:30 -0000 Hi, > Since proctree_lock is a sx lock which uses 2 condition variables, > they alredy drop Giant (DROP_GIANT()) before sleeping. Are you secure > it is the right thing to do here? Sorry, the commit message was not 100% clear. It should have been: Retest a variable after sx_slock has been called. Giant might have been temporarily dropped while waiting for proctree_lock, allowing for an intervening tty_close() that cleared tp->t_session. Martin From owner-cvs-all@FreeBSD.ORG Wed Dec 20 03:16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2E2216A407 for ; Wed, 20 Dec 2006 03:16:54 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD22243C9F for ; Wed, 20 Dec 2006 03:16:51 +0000 (GMT) (envelope-from asmrookie@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so2339366nfc for ; Tue, 19 Dec 2006 19:16:50 -0800 (PST) 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:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=J18SAzkScDdsw18e+uZfVyoEVr/ThIqKK6M+VtLGMfknSgp0mEz5GFBK7t2f3ii1oNnbCbWwJt1UmGUVnWnxQEF6bpl3wJt8PHfznHNz2K3GbC2bbWZbcVafpNii+wsV70uiD2/H9xZvuS0iJ9cjWgYXG610FzfBeXyLGsVSFos= Received: by 10.82.113.6 with SMTP id l6mr1337378buc.1166583026951; Tue, 19 Dec 2006 18:50:26 -0800 (PST) Received: by 10.82.178.4 with HTTP; Tue, 19 Dec 2006 18:50:21 -0800 (PST) Message-ID: <3bbf2fe10612191850y3a546fcew486575385b1400df@mail.gmail.com> Date: Wed, 20 Dec 2006 03:50:21 +0100 From: "Attilio Rao" Sender: asmrookie@gmail.com To: "Martin Blapp" In-Reply-To: <200612192234.kBJMYYo0055529@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200612192234.kBJMYYo0055529@repoman.freebsd.org> X-Google-Sender-Auth: 7e809033a2ffde4c Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 03:16:54 -0000 2006/12/19, Martin Blapp : > mbr 2006-12-19 22:34:33 UTC > > FreeBSD src repository > > Modified files: > sys/kern tty.c > Log: > Giant might have been temporarily dropped while waiting for proctree_lock, allowing for an > intervening tty_close() that cleared tp->t_session. Since proctree_lock is a sx lock which uses 2 condition variables, they alredy drop Giant (DROP_GIANT()) before sleeping. Are you secure it is the right thing to do here? Attilio -- Peace can only be achieved by understanding - A. Einstein From owner-cvs-all@FreeBSD.ORG Wed Dec 20 03:47: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F0F5216A403; Wed, 20 Dec 2006 03:47:43 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABA5543CA5; Wed, 20 Dec 2006 03:47:43 +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 kBK3lhRS021679; Wed, 20 Dec 2006 03:47:43 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK3lh3e021678; Wed, 20 Dec 2006 03:47:43 GMT (envelope-from markus) Message-Id: <200612200347.kBK3lh3e021678@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 20 Dec 2006 03:47:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/gwenview Makefile distinfo pkg-plist ports/misc/gwenview-i18n 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, 20 Dec 2006 03:47:44 -0000 markus 2006-12-20 03:47:43 UTC FreeBSD ports repository Modified files: graphics/gwenview Makefile distinfo pkg-plist misc/gwenview-i18n Makefile distinfo pkg-plist Log: Update to version 1.4.1 Revision Changes Path 1.20 +4 -5 ports/graphics/gwenview/Makefile 1.9 +3 -3 ports/graphics/gwenview/distinfo 1.12 +1 -0 ports/graphics/gwenview/pkg-plist 1.2 +1 -1 ports/misc/gwenview-i18n/Makefile 1.2 +3 -3 ports/misc/gwenview-i18n/distinfo 1.2 +1 -0 ports/misc/gwenview-i18n/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 20 03:53: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2E6216A403; Wed, 20 Dec 2006 03:53:52 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C58043C9F; Wed, 20 Dec 2006 03:53:52 +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 kBK3rqLh023138; Wed, 20 Dec 2006 03:53:52 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK3rqeR023133; Wed, 20 Dec 2006 03:53:52 GMT (envelope-from markus) Message-Id: <200612200353.kBK3rqeR023133@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 20 Dec 2006 03:53:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/kde-style-polyester 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, 20 Dec 2006 03:53:52 -0000 markus 2006-12-20 03:53:52 UTC FreeBSD ports repository Modified files: x11-themes/kde-style-polyester Makefile distinfo pkg-plist Log: Update to version 1.0 Revision Changes Path 1.4 +2 -1 ports/x11-themes/kde-style-polyester/Makefile 1.4 +3 -3 ports/x11-themes/kde-style-polyester/distinfo 1.2 +1 -2 ports/x11-themes/kde-style-polyester/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 20 03: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 80A0616A407; Wed, 20 Dec 2006 03:59:51 +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 D0FCC43CA0; Wed, 20 Dec 2006 03:59:34 +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 A3AB6133633; Wed, 20 Dec 2006 14:29:31 +1030 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 83E189C90B; Wed, 20 Dec 2006 14:29:31 +1030 (CST) Date: Wed, 20 Dec 2006 14:29:31 +1030 From: Greg 'groggy' Lehey To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20061220035931.GG4364@wantadilla.lemis.com> References: <200612192355.kBJNttsw069546@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DlCDOi0rxj7hgWX9" Content-Disposition: inline In-Reply-To: <200612192355.kBJNttsw069546@repoman.freebsd.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: Subject: MythTV in port collection (was: cvs commit: ports/multimedia/mythtv ...) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 03:59:51 -0000 --DlCDOi0rxj7hgWX9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tuesday, 19 December 2006 at 23:55:54 +0000, Greg Lehey wrote: > grog 2006-12-19 23:55:54 UTC > > FreeBSD ports repository > New port: MythTV. > > Currently, the port builds and installs MythTV, but doesn't help > much in configuring it. I've committed this at this stage because there's been considerable interest, and because the port builds ("so ship it"). It doesn't install to my liking, though, so I haven't connected it to the build. If anybody thinks this should be changed, either let me know or hook it in yourself. Greg -- See complete headers for address and phone numbers. --DlCDOi0rxj7hgWX9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFFiLUjIubykFB6QiMRAlUmAJsFTb1uICNANh54q5ZttupSgKHSxACfXnlu benU36D8NZTUiBUJcXnkThk= =BohA -----END PGP SIGNATURE----- --DlCDOi0rxj7hgWX9-- From owner-cvs-all@FreeBSD.ORG Wed Dec 20 04:07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5481016A403; Wed, 20 Dec 2006 04:07:25 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1402643CB1; Wed, 20 Dec 2006 04:07:07 +0000 (GMT) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBK477NR034892; Wed, 20 Dec 2006 04:07:07 GMT (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK477q6034890; Wed, 20 Dec 2006 04:07:07 GMT (envelope-from cy) Message-Id: <200612200407.kBK477q6034890@repoman.freebsd.org> From: Cy Schubert Date: Wed, 20 Dec 2006 04:07: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-wm/fvwm2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 04:07:25 -0000 cy 2006-12-20 04:07:07 UTC FreeBSD ports repository Modified files: x11-wm/fvwm2 Makefile distinfo Log: Update 2.4.19 --> 2.4.20 Revision Changes Path 1.71 +15 -16 ports/x11-wm/fvwm2/Makefile 1.30 +3 -3 ports/x11-wm/fvwm2/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 20 04: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2FCEF16A47E; Wed, 20 Dec 2006 04:08:01 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DAFB43CBB; Wed, 20 Dec 2006 04:07:52 +0000 (GMT) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBK47qiE035655; Wed, 20 Dec 2006 04:07:52 GMT (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK47q57035654; Wed, 20 Dec 2006 04:07:52 GMT (envelope-from cy) Message-Id: <200612200407.kBK47q57035654@repoman.freebsd.org> From: Cy Schubert Date: Wed, 20 Dec 2006 04:07:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/fvwm2-devel Makefile distinfo ports/x11-wm/fvwm2-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: Wed, 20 Dec 2006 04:08:02 -0000 cy 2006-12-20 04:07:52 UTC FreeBSD ports repository Modified files: x11-wm/fvwm2-devel Makefile distinfo x11-wm/fvwm2-devel/files patch-configure Log: Update 2.5.18 --> 2.5.19 Revision Changes Path 1.94 +2 -1 ports/x11-wm/fvwm2-devel/Makefile 1.38 +3 -3 ports/x11-wm/fvwm2-devel/distinfo 1.9 +70 -49 ports/x11-wm/fvwm2-devel/files/patch-configure From owner-cvs-all@FreeBSD.ORG Wed Dec 20 04:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 42ED016A40F; Wed, 20 Dec 2006 04:22:03 +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 359EC43CA3; Wed, 20 Dec 2006 04:22:00 +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 0DECD133633; Wed, 20 Dec 2006 14:51:59 +1030 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 001639C90E; Wed, 20 Dec 2006 14:51:58 +1030 (CST) Date: Wed, 20 Dec 2006 14:51:58 +1030 From: Greg 'groggy' Lehey To: Shaun Amott Message-ID: <20061220042158.GI4364@wantadilla.lemis.com> References: <200612171233.kBHCX24t005540@repoman.freebsd.org> <45862C55.8010209@FreeBSD.org> <20061218114633.GA5307@qlovarnika.bg.datamax> <20061218223708.GA63898@carrick.bishnet.net> <20061219161907.GC1396@charon.picobyte.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="to+bXLvrczl8f0V1" Content-Disposition: inline In-Reply-To: <20061219161907.GC1396@charon.picobyte.net> 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: Doug Barton , Tim Bishop , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, Vasil Dimov , anholt@FreeBSD.org, cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/shells/bash2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 04:22:03 -0000 --to+bXLvrczl8f0V1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tuesday, 19 December 2006 at 16:19:08 +0000, Shaun Amott wrote: > On Mon, Dec 18, 2006 at 10:37:08PM +0000, Tim Bishop wrote: >> The complete list isn't too bad: >> >> ... (about 20 deleted) >> >> If they can all be changed to used bash 3 instead we'd be in a position >> to start deprecation of bash 2. > > I bet some of these could be easily converted to use sh(1). I'd be really surprised if any didn't work with bash 3. Note that the original test was just for the presence of bash, not bash 2. Greg -- See complete headers for address and phone numbers. --to+bXLvrczl8f0V1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFFiLpmIubykFB6QiMRAk20AKCr3jHfAYIaj8FNXvHQblI0FTbDcQCfWCJL SZVuNLM4IKPucRpzuApph88= =POdK -----END PGP SIGNATURE----- --to+bXLvrczl8f0V1-- From owner-cvs-all@FreeBSD.ORG Wed Dec 20 04:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 540E116A504; Wed, 20 Dec 2006 04:40:41 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB39E43CA5; Wed, 20 Dec 2006 04:40:39 +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 kBK4edrB041546; Wed, 20 Dec 2006 04:40:39 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK4edKi041545; Wed, 20 Dec 2006 04:40:39 GMT (envelope-from davidxu) Message-Id: <200612200440.kBK4edKi041545@repoman.freebsd.org> From: David Xu Date: Wed, 20 Dec 2006 04:40: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/amd64 cpu_switch.S genassym.c machdep.c src/sys/i386/i386 genassym.c machdep.c swtch.s src/sys/ia64/ia64 machdep.c src/sys/kern kern_umtx.c src/sys/sys pcpu.h umtx.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, 20 Dec 2006 04:40:41 -0000 davidxu 2006-12-20 04:40:39 UTC FreeBSD src repository Modified files: sys/amd64/amd64 cpu_switch.S genassym.c machdep.c sys/i386/i386 genassym.c machdep.c swtch.s sys/ia64/ia64 machdep.c sys/kern kern_umtx.c sys/sys pcpu.h umtx.h Log: Add a lwpid field into per-cpu structure, the lwpid represents current running thread's id on each cpu. This allow us to add in-kernel adaptive spin for user level mutex. While spinning in user space is possible, without correct thread running state exported from kernel, it hardly can be implemented efficiently without wasting cpu cycles, however exporting thread running state unlikely will be implemented soon as it has to design and stablize interfaces. This implementation is transparent to user space, it can be disabled dynamically. With this change, mutex ping-pong program's performance is improved massively on SMP machine. performance of mysql super-smack select benchmark is increased about 7% on Intel dual dual-core2 Xeon machine, it indicates on systems which have bunch of cpus and system-call overhead is low (athlon64, opteron, and core-2 are known to be fast), the adaptive spin does help performance. Added sysctls: kern.threads.umtx_dflt_spins if the sysctl value is non-zero, a zero umutex.m_spincount will cause the sysctl value to be used a spin cycle count. kern.threads.umtx_max_spins the sysctl sets upper limit of spin cycle count. Tested on: Athlon64 X2 3800+, Dual Xeon 5130 Revision Changes Path 1.155 +5 -3 src/sys/amd64/amd64/cpu_switch.S 1.160 +2 -0 src/sys/amd64/amd64/genassym.c 1.667 +1 -0 src/sys/amd64/amd64/machdep.c 1.156 +2 -0 src/sys/i386/i386/genassym.c 1.646 +1 -0 src/sys/i386/i386/machdep.c 1.153 +2 -0 src/sys/i386/i386/swtch.s 1.214 +3 -0 src/sys/ia64/ia64/machdep.c 1.58 +70 -0 src/sys/kern/kern_umtx.c 1.20 +1 -0 src/sys/sys/pcpu.h 1.28 +2 -1 src/sys/sys/umtx.h From owner-cvs-all@FreeBSD.ORG Wed Dec 20 04: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B03EA16A407; Wed, 20 Dec 2006 04:43:35 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69DE943CA8; Wed, 20 Dec 2006 04:43:35 +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 kBK4hZA3042723; Wed, 20 Dec 2006 04:43:35 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK4hZBP042722; Wed, 20 Dec 2006 04:43:35 GMT (envelope-from davidxu) Message-Id: <200612200443.kBK4hZBP042722@repoman.freebsd.org> From: David Xu Date: Wed, 20 Dec 2006 04:43: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/lib/libthr/thread thr_init.c thr_mutex.c thr_private.h thr_umtx.c thr_umtx.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, 20 Dec 2006 04:43:35 -0000 davidxu 2006-12-20 04:43:35 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_init.c thr_mutex.c thr_private.h thr_umtx.c thr_umtx.h Log: Check environment variable PTHREAD_ADAPTIVE_SPIN, if it is set, use it as a default spin cycle count. Revision Changes Path 1.44 +4 -0 src/lib/libthr/thread/thr_init.c 1.50 +1 -0 src/lib/libthr/thread/thr_mutex.c 1.77 +1 -0 src/lib/libthr/thread/thr_private.h 1.11 +1 -0 src/lib/libthr/thread/thr_umtx.c 1.10 +1 -1 src/lib/libthr/thread/thr_umtx.h From owner-cvs-all@FreeBSD.ORG Wed Dec 20 05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37ACF16A403; Wed, 20 Dec 2006 05:06:03 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 857BA43CA7; Wed, 20 Dec 2006 05:05:56 +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 kBK55iFO055311; Wed, 20 Dec 2006 05:05:44 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK55iIk055310; Wed, 20 Dec 2006 05:05:44 GMT (envelope-from davidxu) Message-Id: <200612200505.kBK55iIk055310@repoman.freebsd.org> From: David Xu Date: Wed, 20 Dec 2006 05:05: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/lib/libthr/thread thr_init.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 05:06:03 -0000 davidxu 2006-12-20 05:05:44 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_init.c Log: get LIBPTHREAD_ADAPTIVE_SPIN early, so it can be used for some global mutexes. Revision Changes Path 1.45 +5 -2 src/lib/libthr/thread/thr_init.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 05:34: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3029716A407; Wed, 20 Dec 2006 05:34:16 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCB2043CA2; Wed, 20 Dec 2006 05:34:15 +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 kBK5YFZ8064407; Wed, 20 Dec 2006 05:34:15 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK5YF6M064406; Wed, 20 Dec 2006 05:34:15 GMT (envelope-from clsung) Message-Id: <200612200534.kBK5YF6M064406@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 05:34:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-WWW-Mechanize-FormFiller Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 05:34:16 -0000 clsung 2006-12-20 05:34:15 UTC FreeBSD ports repository Modified files: www/p5-WWW-Mechanize-FormFiller Makefile distinfo Log: - Update 0.06 Revision Changes Path 1.4 +1 -2 ports/www/p5-WWW-Mechanize-FormFiller/Makefile 1.3 +3 -3 ports/www/p5-WWW-Mechanize-FormFiller/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 20 05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0410B16A407; Wed, 20 Dec 2006 05:47:40 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 343FF43CB5; Wed, 20 Dec 2006 05:47:35 +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 kBK5lYE7066866; Wed, 20 Dec 2006 05:47:34 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK5lYWK066865; Wed, 20 Dec 2006 05:47:34 GMT (envelope-from clsung) Message-Id: <200612200547.kBK5lYWK066865@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 05:47: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/security Makefile ports/security/phpmyid 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, 20 Dec 2006 05:47:40 -0000 clsung 2006-12-20 05:47:34 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/phpmyid Makefile distinfo pkg-descr pkg-plist Log: Add phpmyid 0.3, a single user Identity Provider for the OpenID framework. PR: ports/106874 Submitted by: Gea-Suan Lin Revision Changes Path 1.841 +1 -0 ports/security/Makefile 1.1 +24 -0 ports/security/phpmyid/Makefile (new) 1.1 +3 -0 ports/security/phpmyid/distinfo (new) 1.1 +8 -0 ports/security/phpmyid/pkg-descr (new) 1.1 +6 -0 ports/security/phpmyid/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5BE7A16A47C; Wed, 20 Dec 2006 05:47:51 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B072143CA0; Wed, 20 Dec 2006 05:47:46 +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 kBK5lk7Z066904; Wed, 20 Dec 2006 05:47:46 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK5lkat066903; Wed, 20 Dec 2006 05:47:46 GMT (envelope-from clsung) Message-Id: <200612200547.kBK5lkat066903@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 05:47: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, 20 Dec 2006 05:47:51 -0000 clsung 2006-12-20 05:47:46 UTC FreeBSD ports repository Modified files: . modules Log: phpmyid --> ports/security/phpmyid Revision Changes Path 1.16894 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 20 06:20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BB7F16A47B; Wed, 20 Dec 2006 06:20:05 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEDEE43CA3; Wed, 20 Dec 2006 06:20:04 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBK6K405072801; Wed, 20 Dec 2006 06:20:04 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK6K4RT072800; Wed, 20 Dec 2006 06:20:04 GMT (envelope-from yar) Message-Id: <200612200620.kBK6K4RT072800@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 20 Dec 2006 06:20:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/asf asf.8 asf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 06:20:05 -0000 yar 2006-12-20 06:20:04 UTC FreeBSD src repository Modified files: usr.sbin/asf asf.8 asf.c Log: Allow for module-path being a semicolon-separated list of dirs. This is consistent with kern.module_path sysctl and also compensates for the unconventional syntax of asf(8) where the last of multiple arguments is the output file, which prevents us from using the traditional Unix syntax "foo file ..." to specify multiple module dirs. Submitted by: emaste MFC after: 1 week Revision Changes Path 1.11 +18 -11 src/usr.sbin/asf/asf.8 1.12 +46 -32 src/usr.sbin/asf/asf.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 06:21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A436716A416; Wed, 20 Dec 2006 06:21:37 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BE2043CB6; Wed, 20 Dec 2006 06:21:37 +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 kBK6LbrA073406; Wed, 20 Dec 2006 06:21:37 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK6LboI073405; Wed, 20 Dec 2006 06:21:37 GMT (envelope-from clsung) Message-Id: <200612200621.kBK6LboI073405@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 06: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/devel/p5-File-Copy-Recursive Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 06:21:37 -0000 clsung 2006-12-20 06:21:37 UTC FreeBSD ports repository Modified files: devel/p5-File-Copy-Recursive Makefile distinfo Log: - Update to 0.30 Revision Changes Path 1.15 +1 -1 ports/devel/p5-File-Copy-Recursive/Makefile 1.13 +3 -3 ports/devel/p5-File-Copy-Recursive/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 20 06:21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 549C216A407; Wed, 20 Dec 2006 06:21:52 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB01B43CA3; Wed, 20 Dec 2006 06:21:51 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBK6LpqL073800; Wed, 20 Dec 2006 06:21:51 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK6LpGw073795; Wed, 20 Dec 2006 06:21:51 GMT (envelope-from yar) Message-Id: <200612200621.kBK6LpGw073795@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 20 Dec 2006 06:21: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/usr.sbin/asf asf.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, 20 Dec 2006 06:21:52 -0000 yar 2006-12-20 06:21:51 UTC FreeBSD src repository Modified files: usr.sbin/asf asf.8 Log: Make grammar a bit more consistent in this document. Revision Changes Path 1.12 +2 -2 src/usr.sbin/asf/asf.8 From owner-cvs-all@FreeBSD.ORG Wed Dec 20 06:26: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0454616A417; Wed, 20 Dec 2006 06:26:30 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B176A43CA5; Wed, 20 Dec 2006 06:26:29 +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 kBK6QT1d077660; Wed, 20 Dec 2006 06:26:29 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK6QTp9077646; Wed, 20 Dec 2006 06:26:29 GMT (envelope-from ijliao) Message-Id: <200612200626.kBK6QTp9077646@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 20 Dec 2006 06:26: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 Makefile ports/devel/p5-Sort-Maker 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, 20 Dec 2006 06:26:30 -0000 ijliao 2006-12-20 06:26:29 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Sort-Maker Makefile distinfo pkg-descr pkg-plist Log: add p5-Sort-Maker 0.05 A simple way to make efficient sort subs Revision Changes Path 1.2551 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-Sort-Maker/Makefile (new) 1.1 +3 -0 ports/devel/p5-Sort-Maker/distinfo (new) 1.1 +8 -0 ports/devel/p5-Sort-Maker/pkg-descr (new) 1.1 +4 -0 ports/devel/p5-Sort-Maker/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 20 06:26: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EFD2F16A415; Wed, 20 Dec 2006 06:26:51 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72B3443CB0; Wed, 20 Dec 2006 06:26:51 +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 kBK6Qp4I077969; Wed, 20 Dec 2006 06:26:51 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK6Qp8D077959; Wed, 20 Dec 2006 06:26:51 GMT (envelope-from ijliao) Message-Id: <200612200626.kBK6Qp8D077959@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 20 Dec 2006 06:26: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, 20 Dec 2006 06:26:52 -0000 ijliao 2006-12-20 06:26:51 UTC FreeBSD ports repository Modified files: . modules Log: p5-Sort-Maker --> ports/devel/p5-Sort-Maker Revision Changes Path 1.16895 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 20 06:28: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A7F0B16A403; Wed, 20 Dec 2006 06:28:16 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 604F943CA2; Wed, 20 Dec 2006 06:28:16 +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 kBK6SGui079277; Wed, 20 Dec 2006 06:28:16 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK6SGr6079276; Wed, 20 Dec 2006 06:28:16 GMT (envelope-from thierry) Message-Id: <200612200628.kBK6SGr6079276@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 20 Dec 2006 06:28: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/aspell Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 06:28:16 -0000 thierry 2006-12-20 06:28:16 UTC FreeBSD ports repository Modified files: textproc/aspell Makefile Log: Back-out the s/@dirrm/@dirrmtry/ change PR: ports/106957 Submitted by: John Merryweather Cooper Revision Changes Path 1.83 +2 -2 ports/textproc/aspell/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 06:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFA7B16A407; Wed, 20 Dec 2006 06:33:25 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 915B143CA3; Wed, 20 Dec 2006 06:33: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 kBK6XPh0082927; Wed, 20 Dec 2006 06:33:25 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK6XPQ3082926; Wed, 20 Dec 2006 06:33:25 GMT (envelope-from clsung) Message-Id: <200612200633.kBK6XPQ3082926@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 06:33: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/py-urljr 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, 20 Dec 2006 06:33:25 -0000 clsung 2006-12-20 06:33:25 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-urljr Makefile distinfo pkg-descr pkg-plist Log: urljr ----- URL-related utilites from JanRain, Inc. This package contains the "fetchers" module, which provides a common interface to urllib2 and curl for making HTTP requests. WWW: http://www.openidenabled.com/openid/libraries/python/urljr/ Revision Changes Path 1.1643 +1 -0 ports/www/Makefile 1.1 +23 -0 ports/www/py-urljr/Makefile (new) 1.1 +3 -0 ports/www/py-urljr/distinfo (new) 1.1 +9 -0 ports/www/py-urljr/pkg-descr (new) 1.1 +7 -0 ports/www/py-urljr/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 20 06: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1598116A403; Wed, 20 Dec 2006 06:33:47 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42A6E43CAC; Wed, 20 Dec 2006 06:33:45 +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 kBK6XicR083094; Wed, 20 Dec 2006 06:33:44 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK6XiZa083093; Wed, 20 Dec 2006 06:33:44 GMT (envelope-from clsung) Message-Id: <200612200633.kBK6XiZa083093@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 06:33:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 20 Dec 2006 06:33:47 -0000 clsung 2006-12-20 06:33:44 UTC FreeBSD ports repository Modified files: . modules Log: py-urljr --> ports/www/py-urljr Revision Changes Path 1.16896 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 20 06:56: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 094BC16A403; Wed, 20 Dec 2006 06:56:26 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7DF943C9F; Wed, 20 Dec 2006 06:56:25 +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 kBK6uPVc087636; Wed, 20 Dec 2006 06:56:25 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK6uPLT087635; Wed, 20 Dec 2006 06:56:25 GMT (envelope-from cperciva) Message-Id: <200612200656.kBK6uPLT087635@repoman.freebsd.org> From: Colin Percival Date: Wed, 20 Dec 2006 06:56:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 06:56:26 -0000 cperciva 2006-12-20 06:56:25 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Remove -F option from getopts string -- this option has never done anything apart from invoking usage(), and apparently slipped in by accident. Approved by: kientzle MFC after: 3 days Revision Changes Path 1.68 +1 -1 src/usr.bin/tar/bsdtar.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E84416A415; Wed, 20 Dec 2006 07:19:24 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4286D43CA7; Wed, 20 Dec 2006 07:19:24 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBK7JOKk093439; Wed, 20 Dec 2006 07:19:24 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK7JOIQ093438; Wed, 20 Dec 2006 07:19:24 GMT (envelope-from rafan) Message-Id: <200612200719.kBK7JOIQ093438@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 20 Dec 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/sysutils/di Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 07:19:24 -0000 rafan 2006-12-20 07:19:24 UTC FreeBSD ports repository Modified files: sysutils/di Makefile distinfo Log: - Update to 4.9 PR: ports/106922 Submitted by: chinsan Revision Changes Path 1.9 +1 -1 ports/sysutils/di/Makefile 1.7 +3 -3 ports/sysutils/di/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 20 07:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9E9B16A403; Wed, 20 Dec 2006 07:24:48 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26EC743CA0; Wed, 20 Dec 2006 07:24:48 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBK7OmT9094931; Wed, 20 Dec 2006 07:24:48 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK7Om7Y094930; Wed, 20 Dec 2006 07:24:48 GMT (envelope-from rafan) Message-Id: <200612200724.kBK7Om7Y094930@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 20 Dec 2006 07:24: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/misc Makefile ports/misc/mbuffer Makefile distinfo pkg-descr ports/misc/mbuffer/files patch-mbuffer.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 07:24:48 -0000 rafan 2006-12-20 07:24:47 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/mbuffer Makefile distinfo pkg-descr misc/mbuffer/files patch-mbuffer.c Log: Add mbuffer-20060728, a tool for buffering data streams. Revision Changes Path 1.829 +1 -0 ports/misc/Makefile 1.1 +31 -0 ports/misc/mbuffer/Makefile (new) 1.1 +3 -0 ports/misc/mbuffer/distinfo (new) 1.1 +75 -0 ports/misc/mbuffer/files/patch-mbuffer.c (new) 1.1 +12 -0 ports/misc/mbuffer/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 20 07:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C68A16A65A; Wed, 20 Dec 2006 07:24:57 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0838943CA3; Wed, 20 Dec 2006 07:24:57 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBK7Oui5094963; Wed, 20 Dec 2006 07:24:56 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK7Oua0094962; Wed, 20 Dec 2006 07:24:56 GMT (envelope-from rafan) Message-Id: <200612200724.kBK7Oua0094962@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 20 Dec 2006 07:24: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: Wed, 20 Dec 2006 07:24:57 -0000 rafan 2006-12-20 07:24:56 UTC FreeBSD ports repository Modified files: . modules Log: mbuffer --> ports/misc/mbuffer Revision Changes Path 1.16897 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 20 07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BCAF16A407; Wed, 20 Dec 2006 07:34:17 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCB1143CA0; Wed, 20 Dec 2006 07:34:16 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBK7YGWK096468; Wed, 20 Dec 2006 07:34:16 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK7YGiT096466; Wed, 20 Dec 2006 07:34:16 GMT (envelope-from rafan) Message-Id: <200612200734.kBK7YGiT096466@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 20 Dec 2006 07: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/security/ident2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 07:34:17 -0000 rafan 2006-12-20 07:34:16 UTC FreeBSD ports repository Modified files: security/ident2 Makefile Log: - Pass maintainership to chinsan Approved by: Jeff Palmer (maintainer) Revision Changes Path 1.14 +1 -1 ports/security/ident2/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 08:28: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E545F16A40F; Wed, 20 Dec 2006 08:28:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F4AF43C9F; Wed, 20 Dec 2006 08:28:22 +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 kBK8SM7S005559; Wed, 20 Dec 2006 08:28:22 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK8SMiU005558; Wed, 20 Dec 2006 08:28:22 GMT (envelope-from edwin) Message-Id: <200612200828.kBK8SMiU005558@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 20 Dec 2006 08:28:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/sdl_pango Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 08:28:23 -0000 edwin 2006-12-20 08:28:22 UTC FreeBSD ports repository Modified files: x11-toolkits/sdl_pango Makefile Log: Unbreak when an alternate LOCALBASE is used. Submitted by: Tim Bishop Revision Changes Path 1.2 +2 -1 ports/x11-toolkits/sdl_pango/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 08:39: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39EDE16A403; Wed, 20 Dec 2006 08:39:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E485E43CA0; Wed, 20 Dec 2006 08:39:58 +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 kBK8dwJW007131; Wed, 20 Dec 2006 08:39:58 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK8dwhT007130; Wed, 20 Dec 2006 08:39:58 GMT (envelope-from clsung) Message-Id: <200612200839.kBK8dwhT007130@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 08:39:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-threads Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 08:39:59 -0000 clsung 2006-12-20 08:39:58 UTC FreeBSD ports repository Modified files: devel/p5-threads Makefile distinfo Log: - Update to 1.56 Revision Changes Path 1.9 +1 -1 ports/devel/p5-threads/Makefile 1.9 +3 -3 ports/devel/p5-threads/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 20 09: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0130716A416; Wed, 20 Dec 2006 09:16:35 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF7D643CAE; Wed, 20 Dec 2006 09:16:33 +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 kBK9GXD0022395; Wed, 20 Dec 2006 09:16:33 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK9GXQ9022394; Wed, 20 Dec 2006 09:16:33 GMT (envelope-from ehaupt) Message-Id: <200612200916.kBK9GXQ9022394@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 20 Dec 2006 09:16:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/checkmate Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 09:16:35 -0000 ehaupt 2006-12-20 09:16:33 UTC FreeBSD ports repository Modified files: audio/checkmate Makefile distinfo Log: Update to 0.15 Revision Changes Path 1.9 +2 -2 ports/audio/checkmate/Makefile 1.5 +3 -3 ports/audio/checkmate/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 20 09:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D95B316A415; Wed, 20 Dec 2006 09:22:32 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94ECD43CA0; Wed, 20 Dec 2006 09:22:32 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBK9MW8D024477; Wed, 20 Dec 2006 09:22:32 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK9MWXq024475; Wed, 20 Dec 2006 09:22:32 GMT (envelope-from kib) Message-Id: <200612200922.kBK9MWXq024475@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 20 Dec 2006 09:22:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 09:22:33 -0000 kib 2006-12-20 09:22:32 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: In rev. 1.514, iodone on async buffer may happen before code checks the vnode v_flag. For cluster buffers this would result in dereferencing NULL b_vp. To prevent the panic, cache relevant vnode flag before calling bstrategy. Reported by: Peter Holm, kris Tested by: Peter Holm Reviewed by: tegge Pointy hat to: kib Revision Changes Path 1.515 +9 -2 src/sys/kern/vfs_bio.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 09: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD49B16A598; Wed, 20 Dec 2006 09:37:45 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7651C43C9F; Wed, 20 Dec 2006 09:37: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 kBK9bjOH026593; Wed, 20 Dec 2006 09: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 kBK9bjiA026592; Wed, 20 Dec 2006 09:37:45 GMT (envelope-from erwin) Message-Id: <200612200937.kBK9bjiA026592@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 20 Dec 2006 09: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/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, 20 Dec 2006 09:37:45 -0000 erwin 2006-12-20 09:37:45 UTC FreeBSD ports repository Modified files: www Makefile Log: Disconnect mod_log_sql2-dtc as it (again) breaks INDEX. With hat: portmgr Revision Changes Path 1.1644 +1 -1 ports/www/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 09:38: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C13E016A503; Wed, 20 Dec 2006 09:38:29 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 704E843CA8; Wed, 20 Dec 2006 09:38:27 +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 kBK9cRJ5026645; Wed, 20 Dec 2006 09:38:27 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK9cRg0026644; Wed, 20 Dec 2006 09:38:27 GMT (envelope-from clsung) Message-Id: <200612200938.kBK9cRg0026644@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 09: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/www/roundup 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, 20 Dec 2006 09:38:29 -0000 clsung 2006-12-20 09:38:27 UTC FreeBSD ports repository Modified files: www/roundup Makefile distinfo pkg-plist Log: - Update to 1.3.2 PR: ports/106959 Submitted by: Li-Wen Hsu Approved by: maintainer (Dryice Liu) Revision Changes Path 1.22 +1 -1 ports/www/roundup/Makefile 1.17 +3 -3 ports/www/roundup/distinfo 1.13 +13 -0 ports/www/roundup/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 20 09: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7918A16A403; Wed, 20 Dec 2006 09:45:39 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F90F43CAE; Wed, 20 Dec 2006 09:45:39 +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 kBK9jQHt028098; Wed, 20 Dec 2006 09:45:26 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK9jPc4028097; Wed, 20 Dec 2006 09:45:26 GMT (envelope-from brueffer) Message-Id: <200612200945.kBK9jPc4028097@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 20 Dec 2006 09:45:25 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml 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: Wed, 20 Dec 2006 09:45:39 -0000 brueffer 2006-12-20 09:45:25 UTC FreeBSD doc repository Modified files: share/sgml commercial.consult.xml Log: Add Technetics Data Recovery Submitted by: Zoran Tasevski (via private mail) Revision Changes Path 1.9 +12 -2 www/share/sgml/commercial.consult.xml From owner-cvs-all@FreeBSD.ORG Wed Dec 20 09:54: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3411516A4A0; Wed, 20 Dec 2006 09:54:00 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73ADA43CAD; Wed, 20 Dec 2006 09:53:47 +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 kBK9rj3J029455; Wed, 20 Dec 2006 09:53:45 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK9rjGL029453; Wed, 20 Dec 2006 09:53:45 GMT (envelope-from clsung) Message-Id: <200612200953.kBK9rjGL029453@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 09:53: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 Makefile ports/security/py-openid 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, 20 Dec 2006 09:54:00 -0000 clsung 2006-12-20 09:53:45 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/py-openid Makefile distinfo pkg-descr pkg-plist Log: Python OpenID library implements recent changes to the OpenID specification as well as making API changes that should make integration with applications easier. This library allows the use of XRI as OpenID identifiers, allowing users to log in with their i-names. For full XRI compatibility, relying parties integrating this library should take note of the user's CanonicalID, as described in the "Identifying the End User" section of the OpenID 2.0 specification. WWW: http://www.openidenabled.com/openid/libraries/python/ Revision Changes Path 1.842 +1 -0 ports/security/Makefile 1.1 +24 -0 ports/security/py-openid/Makefile (new) 1.1 +3 -0 ports/security/py-openid/distinfo (new) 1.1 +11 -0 ports/security/py-openid/pkg-descr (new) 1.1 +58 -0 ports/security/py-openid/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 20 09:54: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 946B416A494; Wed, 20 Dec 2006 09:54:06 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DCEF43CA5; Wed, 20 Dec 2006 09:54:05 +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 kBK9s5BQ029628; Wed, 20 Dec 2006 09:54:05 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK9s5Vt029627; Wed, 20 Dec 2006 09:54:05 GMT (envelope-from clsung) Message-Id: <200612200954.kBK9s5Vt029627@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 09:54: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: Wed, 20 Dec 2006 09:54:06 -0000 clsung 2006-12-20 09:54:05 UTC FreeBSD ports repository Modified files: . modules Log: py-openid --> ports/security/py-openid Revision Changes Path 1.16898 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 20 09: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 264BC16A412; Wed, 20 Dec 2006 09:55:57 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBB1E43CBC; Wed, 20 Dec 2006 09:55:56 +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 kBK9tu4x029777; Wed, 20 Dec 2006 09:55:56 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK9tuQT029776; Wed, 20 Dec 2006 09:55:56 GMT (envelope-from brueffer) Message-Id: <200612200955.kBK9tuQT029776@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 20 Dec 2006 09:55:56 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml 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: Wed, 20 Dec 2006 09:55:57 -0000 brueffer 2006-12-20 09:55:56 UTC FreeBSD doc repository Modified files: share/sgml commercial.consult.xml Log: Oops, fixed two small mistakes in the prior revision. Revision Changes Path 1.10 +4 -4 www/share/sgml/commercial.consult.xml From owner-cvs-all@FreeBSD.ORG Wed Dec 20 09: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB38216A47B; Wed, 20 Dec 2006 09:59:30 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9315743CA9; Wed, 20 Dec 2006 09:59:29 +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 kBK9xT1b029924; Wed, 20 Dec 2006 09:59:29 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK9xT9N029922; Wed, 20 Dec 2006 09:59:29 GMT (envelope-from tobez) Message-Id: <200612200959.kBK9xT9N029922@repoman.freebsd.org> From: Anton Berezin Date: Wed, 20 Dec 2006 09: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/devel/p5-Proc-Queue Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 09:59:30 -0000 tobez 2006-12-20 09:59:28 UTC FreeBSD ports repository Modified files: devel/p5-Proc-Queue Makefile distinfo Log: Update to 1.19. Revision Changes Path 1.4 +1 -1 ports/devel/p5-Proc-Queue/Makefile 1.4 +3 -3 ports/devel/p5-Proc-Queue/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 20 10:15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BECD16A403; Wed, 20 Dec 2006 10:15:11 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3655543C9F; Wed, 20 Dec 2006 10:15: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 kBKAFAJw034036; Wed, 20 Dec 2006 10:15:10 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKAF9rr034035; Wed, 20 Dec 2006 10:15:09 GMT (envelope-from clsung) Message-Id: <200612201015.kBKAF9rr034035@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 10:15:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/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: Wed, 20 Dec 2006 10:15:11 -0000 clsung 2006-12-20 10:15:09 UTC FreeBSD ports repository Modified files: textproc/p5-Perl-Critic Makefile distinfo pkg-plist Log: - Update to 0.22 Revision Changes Path 1.10 +5 -1 ports/textproc/p5-Perl-Critic/Makefile 1.10 +3 -3 ports/textproc/p5-Perl-Critic/distinfo 1.10 +4 -4 ports/textproc/p5-Perl-Critic/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 20 10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DC2916A412; Wed, 20 Dec 2006 10:20:33 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD52D43CA4; Wed, 20 Dec 2006 10:20:32 +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 kBKAKWDV034258; Wed, 20 Dec 2006 10:20:32 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKAKWEC034257; Wed, 20 Dec 2006 10:20:32 GMT (envelope-from sem) Message-Id: <200612201020.kBKAKWEC034257@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 20 Dec 2006 10:20: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/russian/rispell Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 10:20:33 -0000 sem 2006-12-20 10:20:32 UTC FreeBSD ports repository Modified files: russian/rispell Makefile Log: - Does not with modern ispell versions for ages. Mark DEPRECATED, set EXPIRATION_DATE to 2007-01-20. Revision Changes Path 1.22 +3 -0 ports/russian/rispell/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 10:37: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A38F16A40F; Wed, 20 Dec 2006 10:37:05 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C7CA43CA7; Wed, 20 Dec 2006 10:37:04 +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 kBKAb4fN037356; Wed, 20 Dec 2006 10:37:04 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKAb4gO037355; Wed, 20 Dec 2006 10:37:04 GMT (envelope-from tobez) Message-Id: <200612201037.kBKAb4gO037355@repoman.freebsd.org> From: Anton Berezin Date: Wed, 20 Dec 2006 10:37: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/finance/p5-Business-CreditCard Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 10:37:05 -0000 tobez 2006-12-20 10:37:04 UTC FreeBSD ports repository Modified files: finance/p5-Business-CreditCard Makefile distinfo Log: Update to 0.30. Revision Changes Path 1.22 +1 -1 ports/finance/p5-Business-CreditCard/Makefile 1.9 +3 -3 ports/finance/p5-Business-CreditCard/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 20 10:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 15FC416A415; Wed, 20 Dec 2006 10:40:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 911FC43CB3; Wed, 20 Dec 2006 10:40:14 +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 kBKAe6s3037456; Wed, 20 Dec 2006 10:40:06 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKAe64U037455; Wed, 20 Dec 2006 10:40:06 GMT (envelope-from edwin) Message-Id: <200612201040.kBKAe64U037455@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 20 Dec 2006 10:40: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/lire Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 10:40:31 -0000 edwin 2006-12-20 10:40:06 UTC FreeBSD ports repository Modified files: sysutils/lire Makefile Log: Remove dia dependency Submitted by: Matt Day Revision Changes Path 1.39 +1 -2 ports/sysutils/lire/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BED3816A403; Wed, 20 Dec 2006 11:14:46 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A30E43CA4; Wed, 20 Dec 2006 11:14:46 +0000 (GMT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKBEk8g044855; Wed, 20 Dec 2006 11:14:46 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKBEklb044854; Wed, 20 Dec 2006 11:14:46 GMT (envelope-from bde) Message-Id: <200612201114.kBKBEklb044854@repoman.freebsd.org> From: Bruce Evans Date: Wed, 20 Dec 2006 11:14: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/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: Wed, 20 Dec 2006 11:14:46 -0000 bde 2006-12-20 11:14:46 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Avoid a race and a pessimization in bge_intr(): - moved the synchronizing bus read to after the bus write for the first interrupt ack so that it actually synchronizes everything necessary. We were acking not only the status update that triggered the interrupt together with any status updates that occurred before we got around to the bus write for the ack, but also any status updates that occur after we do the bus write but before the write reaches the device. The corresponding race for the second interrupt ack resulted in sometimes returning from the interrupt handler with acked but unserviced interrupt events. Such events then remain unserviced until further events cause another interrupt or the watchdog times out. The race was often lost on my 5705, apparently since my 5705 has broken event coalescing which causes a status update for almost every packet, so another status update is quite likely to occur while the interrupt handler is running. Watchdog timeouts weren't very noticeable, apparently because bge_txeof() has one of the usual bugs resetting the watchdog. - don't disable device interrupts while bge_intr() is running. Doing this just had the side effects of: - entering a device mode in which different coalescing parameters apply. Different coalescing parameters can be used to either inhibit or enhance the chance of getting another status update while in the interrupt handler. This feature is useless with the current organization of the interrupt handler but might be useful with a taskqueue handler. - giving a race for ack+reenable/return. This cannot be handled by simply rearranging the order of bus accesses like the race for ack+keepenable/entry. It is necessary to sync the ack and then check for new events. - taking longer, especially with the extra code to avoid the race on ack+reenable/return. Reviewed by: ru, gleb, scottl Revision Changes Path 1.169 +22 -6 src/sys/dev/bge/if_bge.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 11:14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5974916A5F9; Wed, 20 Dec 2006 11:14:56 +0000 (UTC) (envelope-from mb@imp.ch) Received: from pop.imp.ch (mx2.imp.ch [157.161.9.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB9C43CA5; Wed, 20 Dec 2006 11:14:55 +0000 (GMT) (envelope-from mb@imp.ch) Received: from godot.imp.ch (godot.imp.ch [157.161.4.8]) by pop.imp.ch (8.13.8/8.13.8/Submit_imp) with ESMTP id kBKBEqGe017658; Wed, 20 Dec 2006 12:14:53 +0100 (CET) (envelope-from mb@imp.ch) Date: Wed, 20 Dec 2006 12:14:52 +0100 (CET) From: Martin Blapp To: Attilio Rao In-Reply-To: <3bbf2fe10612191850y3a546fcew486575385b1400df@mail.gmail.com> Message-ID: <20061220120419.M53548@godot.imp.ch> References: <200612192234.kBJMYYo0055529@repoman.freebsd.org> <3bbf2fe10612191850y3a546fcew486575385b1400df@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanned-By: MIMEDefang 2.58 on 157.161.9.65 Cc: cvs-src@FreeBSD.org, Martin Blapp , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 11:14:56 -0000 Hi, > Since proctree_lock is a sx lock which uses 2 condition variables, > they alredy drop Giant (DROP_GIANT()) before sleeping. Are you secure > it is the right thing to do here? Yes I am. sx_slock() can call cv_wait() which later can call cv_wait_unlock ... if there is already a lock we need to share ... After a possible sleep cv_wait_unlock looks like: cv_wait_unlock(struct cv *cvp, struct mtx *mp) [...] sleepq_lock(cvp); cvp->cv_waiters++; DROP_GIANT(); mtx_unlock(mp); [...] It can call DROP_GIANT for a short amount of time. This was the race. I already fixed it (but haven't seen the real cause for the crashes) once in STABLE and HEAD, but backed it out again because I (and jhb) were sure that the tty driver was protected fully by the GIANT lock after I fixed severall possible race places in kern_proc.c. I had no idea that sx_slock() and sx_slock both can drop GIANT for a short time and that we need carefully recheck variables. Martin From owner-cvs-all@FreeBSD.ORG Wed Dec 20 11:28: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ECFBB16A504; Wed, 20 Dec 2006 11:28:35 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A575243CA3; Wed, 20 Dec 2006 11:28:35 +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 kBKBSZUv046618; Wed, 20 Dec 2006 11:28:35 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKBSZeO046617; Wed, 20 Dec 2006 11:28:35 GMT (envelope-from ru) Message-Id: <200612201128.kBKBSZeO046617@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 20 Dec 2006 11:28: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/usr.bin/column column.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 11:28:36 -0000 ru 2006-12-20 11:28:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/column column.c Log: MFC: 1.17: Unbreak column(1) by jumping to the next column instead of always skipping it. Revision Changes Path 1.14.2.3 +3 -3 src/usr.bin/column/column.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 11:37: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87A8716A40F; Wed, 20 Dec 2006 11:37:16 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A299B43CB1; Wed, 20 Dec 2006 11:37:15 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKBbFcd048149; Wed, 20 Dec 2006 11:37:15 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKBbFx0048148; Wed, 20 Dec 2006 11:37:15 GMT (envelope-from yar) Message-Id: <200612201137.kBKBbFx0048148@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 20 Dec 2006 11:37: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/etc/rc.d abi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 11:37:16 -0000 yar 2006-12-20 11:37:15 UTC FreeBSD src repository Modified files: etc/rc.d abi Log: Improve rc.d conformance: - don't play a needless trick with prestart, just use start method; - provide no-op stop method so that we don't get bogus "abi not running" error. Revision Changes Path 1.10 +3 -3 src/etc/rc.d/abi From owner-cvs-all@FreeBSD.ORG Wed Dec 20 11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE66316A403; Wed, 20 Dec 2006 11:41:28 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B61B543CA7; Wed, 20 Dec 2006 11:41:28 +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 kBKBfSuG048888; Wed, 20 Dec 2006 11:41:28 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKBfSlG048887; Wed, 20 Dec 2006 11:41:28 GMT (envelope-from clsung) Message-Id: <200612201141.kBKBfSlG048887@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 11:41:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/p5-Net-OpenID-JanRain 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, 20 Dec 2006 11:41:29 -0000 clsung 2006-12-20 11:41:28 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Net-OpenID-JanRain Makefile distinfo pkg-descr pkg-plist Log: OpenID is a decentralized identity system, but one that's actually decentralized and doesn't entirely crumble if one company turns evil or goes out of business. An OpenID identity is just a URL. You can have multiple identities in the same way you can have multiple URLs. All OpenID does is provide a way to prove that you own a URL (identity). Anybody can run their own site using OpenID, and anybody can be an OpenID server, and they all work with each other without having to register with or pay anybody to "get started". An owner of a URL can pick which OpenID server to use. WWW: http://www.openidenabled.com/openid/libraries/perl/ Revision Changes Path 1.843 +1 -0 ports/security/Makefile 1.1 +42 -0 ports/security/p5-Net-OpenID-JanRain/Makefile (new) 1.1 +3 -0 ports/security/p5-Net-OpenID-JanRain/distinfo (new) 1.1 +14 -0 ports/security/p5-Net-OpenID-JanRain/pkg-descr (new) 1.1 +23 -0 ports/security/p5-Net-OpenID-JanRain/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 20 11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D1BE16A5AD; Wed, 20 Dec 2006 11:41:52 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46C6243CA9; Wed, 20 Dec 2006 11:41:52 +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 kBKBfq3H049001; Wed, 20 Dec 2006 11:41:52 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKBfqps049000; Wed, 20 Dec 2006 11:41:52 GMT (envelope-from clsung) Message-Id: <200612201141.kBKBfqps049000@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 11:41: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, 20 Dec 2006 11:41:52 -0000 clsung 2006-12-20 11:41:52 UTC FreeBSD ports repository Modified files: . modules Log: p5-Net-OpenID-JanRain --> ports/security/p5-Net-OpenID-JanRain Revision Changes Path 1.16899 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 20 11:43: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE88716A403; Wed, 20 Dec 2006 11:43:07 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 544D743CA6; Wed, 20 Dec 2006 11:43:05 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKBh5O1049257; Wed, 20 Dec 2006 11:43:05 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKBh5fx049256; Wed, 20 Dec 2006 11:43:05 GMT (envelope-from yar) Message-Id: <200612201143.kBKBh5fx049256@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 20 Dec 2006 11:43: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/etc rc.subr src/share/man/man8 rc.subr.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 11:43:08 -0000 yar 2006-12-20 11:43:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc rc.subr share/man/man8 rc.subr.8 Log: MFC load_kld(). Prodded by: delphij, emax Revision Changes Path 1.34.2.16 +47 -0 src/etc/rc.subr 1.6.8.7 +17 -1 src/share/man/man8/rc.subr.8 From owner-cvs-all@FreeBSD.ORG Wed Dec 20 11:45: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D92D16A53B; Wed, 20 Dec 2006 11:45:49 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4610443CB4; Wed, 20 Dec 2006 11:45:43 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKBjeub049803; Wed, 20 Dec 2006 11:45:40 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKBjeec049802; Wed, 20 Dec 2006 11:45:40 GMT (envelope-from yar) Message-Id: <200612201145.kBKBjeec049802@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 20 Dec 2006 11:45: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/etc/rc.d abi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 11:45:49 -0000 yar 2006-12-20 11:45:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d abi Log: MFC rev. 1.9: Use load_kld(). Revision Changes Path 1.4.2.3 +5 -7 src/etc/rc.d/abi From owner-cvs-all@FreeBSD.ORG Wed Dec 20 11:50: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3922516A412; Wed, 20 Dec 2006 11:50:32 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E77E743CA2; Wed, 20 Dec 2006 11:50:31 +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 kBKBoVTP050017; Wed, 20 Dec 2006 11:50:31 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKBoV9b050016; Wed, 20 Dec 2006 11:50:31 GMT (envelope-from erwin) Message-Id: <200612201150.kBKBoV9b050016@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 20 Dec 2006 11:50: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 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 11:50:32 -0000 erwin 2006-12-20 11:50:31 UTC FreeBSD ports repository Modified files: www Makefile Log: Readd mod_log_sql2-dtc as removing it breaks INDEX at other places. Revision Changes Path 1.1645 +1 -1 ports/www/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 11:51: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BDE1116A40F; Wed, 20 Dec 2006 11:51:55 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D146343CA8; Wed, 20 Dec 2006 11:51:54 +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 kBKBpsML050650; Wed, 20 Dec 2006 11:51:54 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKBpshA050649; Wed, 20 Dec 2006 11:51:54 GMT (envelope-from erwin) Message-Id: <200612201151.kBKBpshA050649@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 20 Dec 2006 11:51: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/mod_log_sql2-dtc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 11:51:55 -0000 erwin 2006-12-20 11:51:54 UTC FreeBSD ports repository Modified files: www/mod_log_sql2-dtc Makefile Log: Back out previous commit as it breaks INDEX. Hat: portmgr Revision Changes Path 1.5 +1 -2 ports/www/mod_log_sql2-dtc/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 11:55: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5DDC16A403; Wed, 20 Dec 2006 11:55:17 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F8143CA2; Wed, 20 Dec 2006 11:55:17 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKBtH45051191; Wed, 20 Dec 2006 11:55:17 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKBtHIX051182; Wed, 20 Dec 2006 11:55:17 GMT (envelope-from yar) Message-Id: <200612201155.kBKBtHIX051182@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 20 Dec 2006 11:55:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc rc.subr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 11:55:17 -0000 yar 2006-12-20 11:55:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc rc.subr Log: MFC rev. 1.65, 1.66: - Avoid ps(1) output truncation to 80 columns. - Eliminate header line(s) from ps(1) output instead of skipping over them. Revision Changes Path 1.34.2.17 +5 -7 src/etc/rc.subr From owner-cvs-all@FreeBSD.ORG Wed Dec 20 11:57: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00FE616A415; Wed, 20 Dec 2006 11:57:26 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E779B43CB6; Wed, 20 Dec 2006 11:57:22 +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 kBKBvMGQ051527; Wed, 20 Dec 2006 11:57:22 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKBvMkl051526; Wed, 20 Dec 2006 11:57:22 GMT (envelope-from ru) Message-Id: <200612201157.kBKBvMkl051526@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 20 Dec 2006 11:57: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/pkill pkill.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, 20 Dec 2006 11:57:26 -0000 ru 2006-12-20 11:57:22 UTC FreeBSD src repository Modified files: usr.bin/pkill pkill.1 Log: Be more accurate in the description of the -I option: signaling to a process doesn't necessarily kill it. Revision Changes Path 1.22 +1 -1 src/usr.bin/pkill/pkill.1 From owner-cvs-all@FreeBSD.ORG Wed Dec 20 12:01: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B5FAD16A417; Wed, 20 Dec 2006 12:01:37 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BE1C43CC1; Wed, 20 Dec 2006 12:01:29 +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 kBKC1TLt052052; Wed, 20 Dec 2006 12:01:29 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKC1SWV052023; Wed, 20 Dec 2006 12:01:28 GMT (envelope-from ehaupt) Message-Id: <200612201201.kBKC1SWV052023@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 20 Dec 2006 12:01:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fonts/junicode Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 12:01:37 -0000 ehaupt 2006-12-20 12:01:28 UTC FreeBSD ports repository Modified files: x11-fonts/junicode Makefile distinfo Log: Update to 0.6.12 Approved by: maintainer (implicit) Revision Changes Path 1.3 +2 -2 ports/x11-fonts/junicode/Makefile 1.3 +3 -3 ports/x11-fonts/junicode/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 20 12:02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 23D9316A407; Wed, 20 Dec 2006 12:02:58 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65A2643CAC; Wed, 20 Dec 2006 12:02:53 +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 kBKC24qZ052397; Wed, 20 Dec 2006 12:02:04 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKC23ri052396; Wed, 20 Dec 2006 12:02:03 GMT (envelope-from clsung) Message-Id: <200612201202.kBKC23ri052396@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 12:02: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/p5-XML-Compile 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, 20 Dec 2006 12:02:58 -0000 clsung 2006-12-20 12:02:03 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Compile Makefile distinfo pkg-plist Log: - Update to 0.12 PR: ports/106956 Submitted by: clsung Approved by: maintainer (Jin-Shan Tseng) Revision Changes Path 1.4 +1 -2 ports/textproc/p5-XML-Compile/Makefile 1.4 +3 -3 ports/textproc/p5-XML-Compile/distinfo 1.4 +1 -3 ports/textproc/p5-XML-Compile/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 20 12:04: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39E7916A416; Wed, 20 Dec 2006 12:04:16 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DDFE43CAF; Wed, 20 Dec 2006 12:04:02 +0000 (GMT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKC3MPg053677; Wed, 20 Dec 2006 12:03:22 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKC3MhO053666; Wed, 20 Dec 2006 12:03:22 GMT (envelope-from bde) Message-Id: <200612201203.kBKC3MhO053666@repoman.freebsd.org> From: Bruce Evans Date: Wed, 20 Dec 2006 12:03: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/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: Wed, 20 Dec 2006 12:04:16 -0000 bde 2006-12-20 12:03:21 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: In bge_txeof(), cancel the watchdog timeout if all descriptors have been handled instead of when at least one descriptor was just handled. For bge, it is normal to get a txeof when only a small fraction of the queued tx descriptors have been handled, so the bug broke the watchdog in a usual case. Revision Changes Path 1.170 +2 -1 src/sys/dev/bge/if_bge.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C81C716A5E1; Wed, 20 Dec 2006 12:04:22 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECCAC43CEA; Wed, 20 Dec 2006 12:04:09 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKC40fk053827; Wed, 20 Dec 2006 12:04:00 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKC40f5053826; Wed, 20 Dec 2006 12:04:00 GMT (envelope-from yar) Message-Id: <200612201204.kBKC40f5053826@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 20 Dec 2006 12:04: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/etc rc.subr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 12:04:22 -0000 yar 2006-12-20 12:04:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc rc.subr Log: MFC fixes to comments and messages to reduce diff against HEAD. Revision Changes Path 1.34.2.18 +5 -4 src/etc/rc.subr From owner-cvs-all@FreeBSD.ORG Wed Dec 20 12:20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EFEDD16A415; Wed, 20 Dec 2006 12:20:02 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEA8C43CBC; Wed, 20 Dec 2006 12:19: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 kBKCJrhQ056083; Wed, 20 Dec 2006 12:19:53 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKCJrK3056082; Wed, 20 Dec 2006 12:19:53 GMT (envelope-from ehaupt) Message-Id: <200612201219.kBKCJrK3056082@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 20 Dec 2006 12:19:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/mathomatic Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 12:20:03 -0000 ehaupt 2006-12-20 12:19:53 UTC FreeBSD ports repository Modified files: math/mathomatic Makefile distinfo Log: Update to 12.6.8 Revision Changes Path 1.24 +1 -1 ports/math/mathomatic/Makefile 1.23 +3 -3 ports/math/mathomatic/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 20 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06F1A16A412; Wed, 20 Dec 2006 12:24:38 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B03E43CAF; Wed, 20 Dec 2006 12:24:16 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKCNvkj057392; Wed, 20 Dec 2006 12:23:57 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKCNvTJ057390; Wed, 20 Dec 2006 12:23:57 GMT (envelope-from yar) Message-Id: <200612201223.kBKCNvTJ057390@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 20 Dec 2006 12:23: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/etc/rc.d natd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 12:24:38 -0000 yar 2006-12-20 12:23:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d natd Log: MFC rev. 1.4: Use more rc.subr(8) features. Skip useless work when ${natd_interface} is unset. Double quote user-supplied vars unless there is a reason not to. Revision Changes Path 1.3.2.1 +16 -22 src/etc/rc.d/natd From owner-cvs-all@FreeBSD.ORG Wed Dec 20 12:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B68FD16A47B; Wed, 20 Dec 2006 12:24:55 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51C1143CA2; Wed, 20 Dec 2006 12:24:42 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKCOWmZ057524; Wed, 20 Dec 2006 12:24:32 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKCOW5k057523; Wed, 20 Dec 2006 12:24:32 GMT (envelope-from yar) Message-Id: <200612201224.kBKCOW5k057523@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 20 Dec 2006 12:24: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/etc/rc.d ipfw X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 12:24:55 -0000 yar 2006-12-20 12:24:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d ipfw Log: MFC rev. 1.13: De-uglify messages from the ipfw script. Revision Changes Path 1.10.2.3 +2 -4 src/etc/rc.d/ipfw From owner-cvs-all@FreeBSD.ORG Wed Dec 20 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5190B16A407; Wed, 20 Dec 2006 12:27:59 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 075DF43CBF; Wed, 20 Dec 2006 12:27:59 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKCRwhk057729; Wed, 20 Dec 2006 12:27:58 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKCRwbj057728; Wed, 20 Dec 2006 12:27:58 GMT (envelope-from gabor) Message-Id: <200612201227.kBKCRwbj057728@repoman.freebsd.org> From: Gabor Kovesdan Date: Wed, 20 Dec 2006 12:27:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/gnunet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 12:27:59 -0000 gabor 2006-12-20 12:27:58 UTC FreeBSD ports repository Modified files: net-p2p/gnunet Makefile Log: - Add ipv6 to CATEGORIES PR: ports/106888 Submitted by: Janos Mohacsi Approved by: erwin (mentor) Revision Changes Path 1.59 +1 -1 ports/net-p2p/gnunet/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 12:29: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD27016A403; Wed, 20 Dec 2006 12:29:05 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9517043CC3; Wed, 20 Dec 2006 12:29:02 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKCT2qa057799; Wed, 20 Dec 2006 12:29:02 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKCT2t2057798; Wed, 20 Dec 2006 12:29:02 GMT (envelope-from gabor) Message-Id: <200612201229.kBKCT2t2057798@repoman.freebsd.org> From: Gabor Kovesdan Date: Wed, 20 Dec 2006 12:29:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/jabber Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 12:29:05 -0000 gabor 2006-12-20 12:29:02 UTC FreeBSD ports repository Modified files: net-im/jabber Makefile Log: - Add ipv6 to CATEGORIES PR: ports/106890 Submitted by: Janos Mohacsi Approved by: erwin (mentor) Revision Changes Path 1.36 +1 -1 ports/net-im/jabber/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A22A416A416; Wed, 20 Dec 2006 12:29:52 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29EB643CAE; Wed, 20 Dec 2006 12:29:42 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKCTelw057835; Wed, 20 Dec 2006 12:29:40 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKCTe8h057834; Wed, 20 Dec 2006 12:29:40 GMT (envelope-from yar) Message-Id: <200612201229.kBKCTe8h057834@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 20 Dec 2006 12:29: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/etc/rc.d cleartmp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 12:29:52 -0000 yar 2006-12-20 12:29:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d cleartmp Log: MFC rev. 1.18: Improve cleartmp in a number of aspects: + Use rc.subr(8) features properly. + Do the whole job of obliterating /tmp contents in find(1). + Leave lost+found and quota.{user,group} in /tmp only if root-owned. + Make the overall structure clearer by first removing the X dirs (perhaps along with the rest of /tmp) and then re-creating them. + Use "find -exec rm -rf {} +" for efficiency: each rm instance gets a chance to kill as much files in /tmp as ARG_MAX permits. Revision Changes Path 1.12.2.2 +37 -36 src/etc/rc.d/cleartmp From owner-cvs-all@FreeBSD.ORG Wed Dec 20 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B27F16A407; Wed, 20 Dec 2006 12:30:37 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1A6043CAC; Wed, 20 Dec 2006 12:30:32 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKCUQR6057910; Wed, 20 Dec 2006 12:30:26 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKCUQIn057909; Wed, 20 Dec 2006 12:30:26 GMT (envelope-from gabor) Message-Id: <200612201230.kBKCUQIn057909@repoman.freebsd.org> From: Gabor Kovesdan Date: Wed, 20 Dec 2006 12:30: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/mail/heirloom-mailx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 12:30:37 -0000 gabor 2006-12-20 12:30:25 UTC FreeBSD ports repository Modified files: mail/heirloom-mailx Makefile Log: - Add ipv6 to CATEGORIES PR: ports/106893 Submitted by: Janos Mohacsi Approved by: erwin (mentor), Alexander Logvinov (maintainer) Revision Changes Path 1.48 +1 -1 ports/mail/heirloom-mailx/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 12:36: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE77716A49E; Wed, 20 Dec 2006 12:36:09 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F205643CCC; Wed, 20 Dec 2006 12:35:59 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKCZwTL059299; Wed, 20 Dec 2006 12:35:58 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKCZwxo059298; Wed, 20 Dec 2006 12:35:58 GMT (envelope-from rafan) Message-Id: <200612201235.kBKCZwxo059298@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 20 Dec 2006 12:35:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/flexbackup Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 12:36:10 -0000 rafan 2006-12-20 12:35:58 UTC FreeBSD ports repository Modified files: sysutils/flexbackup Makefile Log: - We have misc/mbuffer now. Add to options. Approved by: Marcus von Appen (maintainer) Revision Changes Path 1.23 +5 -0 ports/sysutils/flexbackup/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 12:41: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3BA9B16A403; Wed, 20 Dec 2006 12:41:10 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D001B43CB8; Wed, 20 Dec 2006 12:41:09 +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 kBKCex71059608; Wed, 20 Dec 2006 12:40:59 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKCexU0059607; Wed, 20 Dec 2006 12:40:59 GMT (envelope-from arved) Message-Id: <200612201240.kBKCexU0059607@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 20 Dec 2006 12:40:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/maketool Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 12:41:10 -0000 arved 2006-12-20 12:40:59 UTC FreeBSD ports repository Modified files: devel/maketool Makefile Log: Fix build with gcc41 Revision Changes Path 1.15 +3 -0 ports/devel/maketool/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 12:44: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D7E316A403 for ; Wed, 20 Dec 2006 12:44:15 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 444E943CB8 for ; Wed, 20 Dec 2006 12:41:30 +0000 (GMT) (envelope-from asmrookie@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so2476155nfc for ; Wed, 20 Dec 2006 04:41:16 -0800 (PST) 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:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=sTay6HXN/bqzlMUGwsfuQqJNQVx6ezfdv3fGRscO5qVd8zEsqdHl6a0D9X38iKujIafIznaK5LBHEcB9i3gcmldPNUjl2l9VWOlW+n04tp3XsBL8oYUzpAskm6gxtwQSBUiIymItzYVtum6z7slUtpqZyh+onPEOkYaI8M2POHE= Received: by 10.82.190.2 with SMTP id n2mr1481606buf.1166618475903; Wed, 20 Dec 2006 04:41:15 -0800 (PST) Received: by 10.82.178.4 with HTTP; Wed, 20 Dec 2006 04:41:15 -0800 (PST) Message-ID: <3bbf2fe10612200441i2f658b59i83de7c21c7290ab1@mail.gmail.com> Date: Wed, 20 Dec 2006 13:41:15 +0100 From: "Attilio Rao" Sender: asmrookie@gmail.com To: "Martin Blapp" In-Reply-To: <20061220120419.M53548@godot.imp.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200612192234.kBJMYYo0055529@repoman.freebsd.org> <3bbf2fe10612191850y3a546fcew486575385b1400df@mail.gmail.com> <20061220120419.M53548@godot.imp.ch> X-Google-Sender-Auth: fddd673dbf9f75a0 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 12:44:15 -0000 2006/12/20, Martin Blapp : > > Hi, > > > Since proctree_lock is a sx lock which uses 2 condition variables, > > they alredy drop Giant (DROP_GIANT()) before sleeping. Are you secure > > it is the right thing to do here? > > Yes I am. > > sx_slock() can call cv_wait() which later can call cv_wait_unlock ... > if there is already a lock we need to share ... After a possible > sleep cv_wait_unlock looks like: > > cv_wait_unlock(struct cv *cvp, struct mtx *mp) > > [...] > sleepq_lock(cvp); > > cvp->cv_waiters++; > DROP_GIANT(); > mtx_unlock(mp); > > [...] > > It can call DROP_GIANT for a short amount of time. This was the race. No, it drops Giant for all the time it sleeps. Maybe the race is somewhere else. Attilio -- Peace can only be achieved by understanding - A. Einstein From owner-cvs-all@FreeBSD.ORG Wed Dec 20 12:47: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97BF616A403; Wed, 20 Dec 2006 12:47:56 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7160843CC2; Wed, 20 Dec 2006 12:47:54 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKClpcf069112; Wed, 20 Dec 2006 12:47:51 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKClpAO069111; Wed, 20 Dec 2006 12:47:51 GMT (envelope-from yar) Message-Id: <200612201247.kBKClpAO069111@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 20 Dec 2006 12:47:51 +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/netstat 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: Wed, 20 Dec 2006 12:47:56 -0000 yar 2006-12-20 12:47:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/netstat route.c Log: MFC rev. 1.80: We should return the name in cp, not printf it. Revision Changes Path 1.76.2.1 +3 -1 src/usr.bin/netstat/route.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 12:56: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB18616A40F; Wed, 20 Dec 2006 12:56:28 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9335343CAC; Wed, 20 Dec 2006 12:56:28 +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 kBKCuS7g070682; Wed, 20 Dec 2006 12:56:28 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKCuSDY070681; Wed, 20 Dec 2006 12:56:28 GMT (envelope-from sat) Message-Id: <200612201256.kBKCuSDY070681@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 20 Dec 2006 12:56:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/plans Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 12:56:29 -0000 sat 2006-12-20 12:56:28 UTC FreeBSD ports repository Modified files: deskutils/plans Makefile distinfo Log: - Update to 7.8.4 Revision Changes Path 1.50 +1 -1 ports/deskutils/plans/Makefile 1.47 +3 -3 ports/deskutils/plans/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 20 13:00: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E885016A4C8; Wed, 20 Dec 2006 13:00:26 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDCAB43C9F; Wed, 20 Dec 2006 13:00:22 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKCxptV070813; Wed, 20 Dec 2006 12:59:51 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKCxooJ070812; Wed, 20 Dec 2006 12:59:50 GMT (envelope-from yar) Message-Id: <200612201259.kBKCxooJ070812@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 20 Dec 2006 12:59:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d syscons X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 13:00:27 -0000 yar 2006-12-20 12:59:50 UTC FreeBSD src repository Modified files: etc/rc.d syscons Log: Syscons cannot be stopped, so provide a no-op stop method. The default stop method from rc.subr isn't suited for this case and produces a bogus warning: "syscons not running". Suggested by: matteo Revision Changes Path 1.18 +1 -0 src/etc/rc.d/syscons From owner-cvs-all@FreeBSD.ORG Wed Dec 20 13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 10E8516A412; Wed, 20 Dec 2006 13:18:26 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3A5943CA3; Wed, 20 Dec 2006 13:18:25 +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 kBKDIPno074938; Wed, 20 Dec 2006 13:18:25 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKDIPbU074937; Wed, 20 Dec 2006 13:18:25 GMT (envelope-from vd) Message-Id: <200612201318.kBKDIPbU074937@repoman.freebsd.org> From: Vasil Dimov Date: Wed, 20 Dec 2006 13:18:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Tools/scripts rmport X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 13:18:26 -0000 vd 2006-12-20 13:18:25 UTC FreeBSD ports repository Modified files: Tools/scripts rmport Log: Query Gnats for PRs by using the query-pr command on freefall instead of the web-interface becase the later is not reliable. Revision Changes Path 1.13 +23 -3 ports/Tools/scripts/rmport From owner-cvs-all@FreeBSD.ORG Wed Dec 20 13:45: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A446016A407; Wed, 20 Dec 2006 13:45:19 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF1443CF0; Wed, 20 Dec 2006 13:45:16 +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 kBKDj1CS079463; Wed, 20 Dec 2006 13:45:01 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKDj1UP079462; Wed, 20 Dec 2006 13:45:01 GMT (envelope-from vd) Message-Id: <200612201345.kBKDj1UP079462@repoman.freebsd.org> From: Vasil Dimov Date: Wed, 20 Dec 2006 13:45: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/audio/id3lib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 13:45:19 -0000 vd 2006-12-20 13:45:00 UTC FreeBSD ports repository Modified files: audio/id3lib Makefile Log: * Remove code which is only entered when ${OSVERSION} >= 500000 && ${OSVERSION} < 501103 because this OSVERSION is not supported anymore and the code in question includes references to the deprecated port devel/stlport-icc * Switch to USE_LDCONFIG Approved by: maintainer (implicit) Revision Changes Path 1.25 +2 -24 ports/audio/id3lib/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 13:51: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 89EA416A403; Wed, 20 Dec 2006 13:51:28 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B1C243CBD; Wed, 20 Dec 2006 13:51:28 +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 kBKDpG7a080203; Wed, 20 Dec 2006 13:51:16 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKDpGNf080194; Wed, 20 Dec 2006 13:51:16 GMT (envelope-from vd) Message-Id: <200612201351.kBKDpGNf080194@repoman.freebsd.org> From: Vasil Dimov Date: Wed, 20 Dec 2006 13:51: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 ports MOVED ports/devel Makefile ports/devel/stlport-icc 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: Wed, 20 Dec 2006 13:51:28 -0000 vd 2006-12-20 13:51:16 UTC FreeBSD ports repository Modified files: . modules . MOVED devel Makefile Removed files: devel/stlport-icc Makefile pkg-descr pkg-plist Log: Remove expired leaf port: 2006-12-01 devel/stlport-icc: does not work with stlport 4.6.2 Revision Changes Path 1.16900 +0 -1 CVSROOT/modules 1.1216 +2 -1 ports/MOVED 1.2552 +0 -1 ports/devel/Makefile 1.12 +0 -26 ports/devel/stlport-icc/Makefile (dead) 1.3 +0 -13 ports/devel/stlport-icc/pkg-descr (dead) 1.2 +0 -382 ports/devel/stlport-icc/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Dec 20 14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50C8116A403; Wed, 20 Dec 2006 14:04:39 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BF7F43CA5; Wed, 20 Dec 2006 14:04:38 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id kBKDQW1c099616 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 20 Dec 2006 16:26:32 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id kBKDQWrG099615; Wed, 20 Dec 2006 16:26:32 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 20 Dec 2006 16:26:32 +0300 From: Gleb Smirnoff To: Bruce Evans Message-ID: <20061220132631.GH34400@FreeBSD.org> References: <200612201203.kBKC3MhO053666@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200612201203.kBKC3MhO053666@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/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: Wed, 20 Dec 2006 14:04:39 -0000 On Wed, Dec 20, 2006 at 12:03:21PM +0000, Bruce Evans wrote: B> bde 2006-12-20 12:03:21 UTC B> B> FreeBSD src repository B> B> Modified files: B> sys/dev/bge if_bge.c B> Log: B> In bge_txeof(), cancel the watchdog timeout if all descriptors have B> been handled instead of when at least one descriptor was just handled. B> For bge, it is normal to get a txeof when only a small fraction of the B> queued tx descriptors have been handled, so the bug broke the watchdog B> in a usual case. I have a suspicion that this may cause a problem under high load. Imagine that thread #1 is spinning in bge_start_locked() getting packets out of interface queue and putting them into TX ring. Some other threads are putting the packets into interface queue while its lock is temporarily relinguished be the thread #1. In the same time interrupts happen, some packets are sent, but the TX ring is never got empty. The above scenario will cause a fake watchdog event. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Wed Dec 20 14:05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3361116A417; Wed, 20 Dec 2006 14:05:42 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B4E43CA0; Wed, 20 Dec 2006 14:05:41 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKE5fVF085266; Wed, 20 Dec 2006 14:05:41 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKE5ftu085264; Wed, 20 Dec 2006 14:05:41 GMT (envelope-from kib) Message-Id: <200612201405.kBKE5ftu085264@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 20 Dec 2006 14:05: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/sys/kern link_elf_obj.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 14:05:42 -0000 kib 2006-12-20 14:05:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern link_elf_obj.c Log: MFC rev. 1.94: Support __start_
and __end_
special symbols. Requested by: grehan Revision Changes Path 1.87.2.4 +47 -0 src/sys/kern/link_elf_obj.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 14:08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06A1016A403; Wed, 20 Dec 2006 14:08:15 +0000 (UTC) (envelope-from mb@imp.ch) Received: from pop.imp.ch (mx2.imp.ch [157.161.9.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9377443CA2; Wed, 20 Dec 2006 14:08:07 +0000 (GMT) (envelope-from mb@imp.ch) Received: from godot.imp.ch (godot.imp.ch [157.161.4.8]) by pop.imp.ch (8.13.8/8.13.8/Submit_imp) with ESMTP id kBKE85pl037004; Wed, 20 Dec 2006 15:08:06 +0100 (CET) (envelope-from mb@imp.ch) Date: Wed, 20 Dec 2006 15:08:05 +0100 (CET) From: Martin Blapp To: Attilio Rao In-Reply-To: <3bbf2fe10612200441i2f658b59i83de7c21c7290ab1@mail.gmail.com> Message-ID: <20061220150622.V53548@godot.imp.ch> References: <200612192234.kBJMYYo0055529@repoman.freebsd.org> <3bbf2fe10612191850y3a546fcew486575385b1400df@mail.gmail.com> <20061220120419.M53548@godot.imp.ch> <3bbf2fe10612200441i2f658b59i83de7c21c7290ab1@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanned-By: MIMEDefang 2.58 on 157.161.9.65 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 14:08:15 -0000 Hi, > No, it drops Giant for all the time it sleeps. > Maybe the race is somewhere else. Yep, you are correct. It drops Giant for all the time. And during this time the session could be cleared somewhere else because we don't held GIANT anymore. I don't understand your problem ? Martin From owner-cvs-all@FreeBSD.ORG Wed Dec 20 14:16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92BA316A407; Wed, 20 Dec 2006 14:16:05 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A15C43CB8; Wed, 20 Dec 2006 14:16:03 +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 kBKEG2u3087001; Wed, 20 Dec 2006 14:16:02 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKEG2lT087000; Wed, 20 Dec 2006 14:16:02 GMT (envelope-from wilko) Message-Id: <200612201416.kBKEG2lT087000@repoman.freebsd.org> From: Wilko Bulte Date: Wed, 20 Dec 2006 14:16:02 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/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: Wed, 20 Dec 2006 14:16:05 -0000 wilko 2006-12-20 14:16:02 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: Olivier received my Xmas present Revision Changes Path 1.346 +2 -2 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 20 14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFD9016A407; Wed, 20 Dec 2006 14:20:56 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 704F043CAD; Wed, 20 Dec 2006 14:20:56 +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 kBKEKWWF087239; Wed, 20 Dec 2006 14:20:32 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKEKWR8087238; Wed, 20 Dec 2006 14:20:32 GMT (envelope-from tobez) Message-Id: <200612201420.kBKEKWR8087238@repoman.freebsd.org> From: Anton Berezin Date: Wed, 20 Dec 2006 14:20:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-XML-LibXML Makefile distinfo ports/textproc/p5-XML-LibXML/files 500503-patch-LibXML.xs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 14:20:56 -0000 tobez 2006-12-20 14:20:32 UTC FreeBSD ports repository Modified files: textproc/p5-XML-LibXML Makefile distinfo Removed files: textproc/p5-XML-LibXML/files 500503-patch-LibXML.xs Log: Update to 1.62001. Require perl from ports. Approved by: maintainer Revision Changes Path 1.29 +3 -4 ports/textproc/p5-XML-LibXML/Makefile 1.19 +3 -3 ports/textproc/p5-XML-LibXML/distinfo 1.3 +0 -22 ports/textproc/p5-XML-LibXML/files/500503-patch-LibXML.xs (dead) From owner-cvs-all@FreeBSD.ORG Wed Dec 20 14:25: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09F8A16A515; Wed, 20 Dec 2006 14:25:22 +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 6E5DF43CB3; Wed, 20 Dec 2006 14:21:04 +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 67A1FEB1E06; Wed, 20 Dec 2006 21:59:01 +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 9eObOMKdAj0E; Wed, 20 Dec 2006 21:58:48 +0800 (CST) Received: from [192.168.1.32] (unknown [221.217.209.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 84519EB1BED; Wed, 20 Dec 2006 21:58:48 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:x-enigmail-version:content-type; b=cgE1qVGconYkCDwNuf2/UiKtD7hEQH8DLTUiEBmip0EAbXjwz52eS6DY05AXF3xx5 CNszmKfOOS75XXIo1HAAg== Message-ID: <45894162.1040408@delphij.net> Date: Wed, 20 Dec 2006 21:57:54 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: Yar Tikhiy References: <200612201143.kBKBh5fx049256@repoman.freebsd.org> In-Reply-To: <200612201143.kBKBh5fx049256@repoman.freebsd.org> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig6E4A48C40C08E75ACB7AED6D" Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.subr src/share/man/man8 rc.subr.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 14:25:22 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig6E4A48C40C08E75ACB7AED6D Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Yar Tikhiy wrote: > yar 2006-12-20 11:43:05 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_6) > etc rc.subr=20 > share/man/man8 rc.subr.8=20 > Log: > MFC load_kld(). > =20 > Prodded by: delphij, emax Ah, thanks! Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enig6E4A48C40C08E75ACB7AED6D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFiUFiOfuToMruuMARA1GhAKCHjs1XIMeggOB07RFRAm1glTrEYwCdHQK7 3CfTcHXkUt3oELOSpkAab3w= =38nx -----END PGP SIGNATURE----- --------------enig6E4A48C40C08E75ACB7AED6D-- From owner-cvs-all@FreeBSD.ORG Wed Dec 20 14:25: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 948B416A513 for ; Wed, 20 Dec 2006 14:25:23 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8D4D43CA7 for ; Wed, 20 Dec 2006 14:25:14 +0000 (GMT) (envelope-from asmrookie@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so2501529nfc for ; Wed, 20 Dec 2006 06:25:13 -0800 (PST) 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:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Vl7JUmbTuVd7pgl+C9dBHo15Gn3vN85BJkVyputACpoYVl64D3qTp1G/yh1AL5TGRqo6WYtufTLfzqf6ahGTBQ7Io4Lf86dnN4vPJzeYDe+BPFfLB7pBtg3c7vZs4iKznUO5foiy8dlxKF3Tv5kiLTs6L+PztZNzmejQkVPLqLc= Received: by 10.82.153.5 with SMTP id a5mr1632730bue.1166624712651; Wed, 20 Dec 2006 06:25:12 -0800 (PST) Received: by 10.82.178.4 with HTTP; Wed, 20 Dec 2006 06:25:12 -0800 (PST) Message-ID: <3bbf2fe10612200625r527a7d2fj7319c9d6193c8816@mail.gmail.com> Date: Wed, 20 Dec 2006 15:25:12 +0100 From: "Attilio Rao" Sender: asmrookie@gmail.com To: "Martin Blapp" In-Reply-To: <20061220150622.V53548@godot.imp.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200612192234.kBJMYYo0055529@repoman.freebsd.org> <3bbf2fe10612191850y3a546fcew486575385b1400df@mail.gmail.com> <20061220120419.M53548@godot.imp.ch> <3bbf2fe10612200441i2f658b59i83de7c21c7290ab1@mail.gmail.com> <20061220150622.V53548@godot.imp.ch> X-Google-Sender-Auth: 05db0150a04dca5f Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 14:25:23 -0000 2006/12/20, Martin Blapp : > > Hi, > > > No, it drops Giant for all the time it sleeps. > > Maybe the race is somewhere else. > > Yep, you are correct. It drops Giant for all the time. > > And during this time the session could be cleared > somewhere else because we don't held GIANT anymore. > > I don't understand your problem ? Quote: "Log: Giant might have been temporarily dropped while waiting for proctree_lock, allowing for an intervening tty_close() that cleared tp->t_session." so, as you have seen, when a thread is waiting against proctree_lock it doesn't held Giant. I don't understand the sense of your commit. Attilio -- Peace can only be achieved by understanding - A. Einstein From owner-cvs-all@FreeBSD.ORG Wed Dec 20 14:27: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0285E16A415; Wed, 20 Dec 2006 14:27:30 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0B0043C9F; Wed, 20 Dec 2006 14:27: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 kBKERT4i088713; Wed, 20 Dec 2006 14:27:29 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKERTVF088712; Wed, 20 Dec 2006 14:27:29 GMT (envelope-from ahze) Message-Id: <200612201427.kBKERTVF088712@repoman.freebsd.org> From: Michael Johnson Date: Wed, 20 Dec 2006 14:27: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/multimedia/libquicktime Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 14:27:30 -0000 ahze 2006-12-20 14:27:29 UTC FreeBSD ports repository Modified files: multimedia/libquicktime Makefile Log: Remove support for deprecated jpeg-mmx Revision Changes Path 1.44 +0 -3 ports/multimedia/libquicktime/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DEF9B16A4AB; Wed, 20 Dec 2006 14:43:18 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9705543CA2; Wed, 20 Dec 2006 14: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 kBKEgseb091393; Wed, 20 Dec 2006 14:42:54 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKEgsrt091392; Wed, 20 Dec 2006 14:42:54 GMT (envelope-from ahze) Message-Id: <200612201442.kBKEgsrt091392@repoman.freebsd.org> From: Michael Johnson Date: Wed, 20 Dec 2006 14:42:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/libmovtar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 14:43:19 -0000 ahze 2006-12-20 14:42:54 UTC FreeBSD ports repository Modified files: multimedia/libmovtar Makefile Log: Remove jpeg-mmx support Revision Changes Path 1.22 +0 -14 ports/multimedia/libmovtar/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F23816A416; Wed, 20 Dec 2006 15:34:03 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6508443CAC; Wed, 20 Dec 2006 15:34:01 +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 kBKFY1F4006123; Wed, 20 Dec 2006 15:34:01 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKFY1xH006122; Wed, 20 Dec 2006 15:34:01 GMT (envelope-from ru) Message-Id: <200612201534.kBKFY1xH006122@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 20 Dec 2006 15:34: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/tcopy tcopy.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, 20 Dec 2006 15:34:03 -0000 ru 2006-12-20 15:34:01 UTC FreeBSD src repository Modified files: usr.bin/tcopy tcopy.1 Log: Document some details better, making it easier to translate. Revision Changes Path 1.18 +32 -22 src/usr.bin/tcopy/tcopy.1 From owner-cvs-all@FreeBSD.ORG Wed Dec 20 15:54: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC27916A407; Wed, 20 Dec 2006 15:54:39 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2E5B43CAB; Wed, 20 Dec 2006 15:54:24 +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 kBKFsJHm012312; Wed, 20 Dec 2006 15:54:19 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKFsI1c012311; Wed, 20 Dec 2006 15:54:18 GMT (envelope-from clsung) Message-Id: <200612201554.kBKFsI1c012311@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 15:54:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/rubygem-openid 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, 20 Dec 2006 15:54:39 -0000 clsung 2006-12-20 15:54:18 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/rubygem-openid Makefile distinfo pkg-descr pkg-plist Log: A Ruby library for verifying and serving OpenID identities. Ruby OpenID makes it easy to add OpenID authentication to your web applications. This library is a port of the Python OpenID library, and features: * API for verifying OpenID identities (OpenID::Consumer) * API for serving OpenID identities (OpenID::Server) * Consumer and server support for extensions, including simple registration * Yadis 1.0 and OpenID 1.0 service discovery, including server fallback * Does not depend on underlying web framework * Multiple storage implementations (Filesystem, SQL) * Comprehensive test suite * Example code to help you get started, including: o WEBrick based consumer o Ruby on rails based server o OpenIDLoginGenerator for quickly creating a rails app that uses OpenID for authentication o ActiveRecord adapter for using an SQL store in rails WWW: http://www.openidenabled.com/openid/libraries/ruby/ Revision Changes Path 1.1784 +1 -0 ports/net/Makefile 1.1 +28 -0 ports/net/rubygem-openid/Makefile (new) 1.1 +3 -0 ports/net/rubygem-openid/distinfo (new) 1.1 +21 -0 ports/net/rubygem-openid/pkg-descr (new) 1.1 +540 -0 ports/net/rubygem-openid/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 20 15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5209E16A403; Wed, 20 Dec 2006 15:54:54 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FBBA43CA5; Wed, 20 Dec 2006 15:54:41 +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 kBKFsZfU012574; Wed, 20 Dec 2006 15:54:35 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKFsZeS012573; Wed, 20 Dec 2006 15:54:35 GMT (envelope-from clsung) Message-Id: <200612201554.kBKFsZeS012573@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 15:54:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 20 Dec 2006 15:54:54 -0000 clsung 2006-12-20 15:54:35 UTC FreeBSD ports repository Modified files: . modules Log: rubygem-openid --> ports/net/rubygem-openid Revision Changes Path 1.16901 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 20 15:58: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45DAC16A40F; Wed, 20 Dec 2006 15:58:08 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6E3243CB3; Wed, 20 Dec 2006 15:58:07 +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 kBKFw04F013984; Wed, 20 Dec 2006 15:58:00 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKFw0KP013983; Wed, 20 Dec 2006 15:58:00 GMT (envelope-from arved) Message-Id: <200612201558.kBKFw0KP013983@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 20 Dec 2006 15:58:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/xstow/files patch-src-format.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, 20 Dec 2006 15:58:08 -0000 arved 2006-12-20 15:58:00 UTC FreeBSD ports repository Added files: sysutils/xstow/files patch-src-format.h Log: Fix build with gcc41 Revision Changes Path 1.1 +26 -0 ports/sysutils/xstow/files/patch-src-format.h (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 20 15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E9F916A416; Wed, 20 Dec 2006 15:58:14 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9309D43CB0; Wed, 20 Dec 2006 15:58:07 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKFvxUk013958; Wed, 20 Dec 2006 15:57:59 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKFvxs0013957; Wed, 20 Dec 2006 15:57:59 GMT (envelope-from rafan) Message-Id: <200612201557.kBKFvxs0013957@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 20 Dec 2006 15:57: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/editors/texmacs 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, 20 Dec 2006 15:58:14 -0000 rafan 2006-12-20 15:57:59 UTC FreeBSD ports repository Modified files: editors/texmacs Makefile distinfo pkg-plist Log: - Update to 1.0.6.7 PR: ports/106963 Submitted by: chinsan Revision Changes Path 1.22 +1 -1 ports/editors/texmacs/Makefile 1.14 +3 -3 ports/editors/texmacs/distinfo 1.13 +5 -0 ports/editors/texmacs/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 20 15:58: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1040016A40F; Wed, 20 Dec 2006 15:58:36 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9245A43CA8; Wed, 20 Dec 2006 15:58:32 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKFwTIF014034; Wed, 20 Dec 2006 15:58:29 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKFwTfB014033; Wed, 20 Dec 2006 15:58:29 GMT (envelope-from rafan) Message-Id: <200612201558.kBKFwTfB014033@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 20 Dec 2006 15:58:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-ack Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 15:58:36 -0000 rafan 2006-12-20 15:58:29 UTC FreeBSD ports repository Modified files: textproc/p5-ack Makefile distinfo Log: - Update to 1.50 PR: ports/106970 Submitted by: chinsan Revision Changes Path 1.8 +3 -2 ports/textproc/p5-ack/Makefile 1.7 +3 -3 ports/textproc/p5-ack/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 20 16:07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B1FF16A416; Wed, 20 Dec 2006 16:07:49 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B582E43CB7; Wed, 20 Dec 2006 16:07: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 kBKG7mgv016721; Wed, 20 Dec 2006 16:07:48 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKG7mWM016720; Wed, 20 Dec 2006 16:07:48 GMT (envelope-from clsung) Message-Id: <200612201607.kBKG7mWM016720@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 16:07: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/p5-File-Next Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 16:07:49 -0000 clsung 2006-12-20 16:07:48 UTC FreeBSD ports repository Modified files: sysutils/p5-File-Next Makefile distinfo Log: - Update to 0.34 PR: ports/106962 Submitted by: clsung Approved by: maintainer (chinsan) Revision Changes Path 1.5 +1 -1 ports/sysutils/p5-File-Next/Makefile 1.4 +3 -3 ports/sysutils/p5-File-Next/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 20 16:17: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C85C516A5B7 for ; Wed, 20 Dec 2006 16:17:48 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id A352343CAB for ; Wed, 20 Dec 2006 16:17:14 +0000 (GMT) (envelope-from asmrookie@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so2529426nfc for ; Wed, 20 Dec 2006 08:16:57 -0800 (PST) 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:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=RHmcoHZLORCA18o04Rfaw3k2pxsQLRabhl2Zo00fr6sVxzfWzBwQ5RtGf2FcU88AWkhqjRRYjxuRFb5NEZJWlgcl7PG3h63W3mhfdzx6zDc+Oxcj/y1SxkYURS8KRj0P1eDbUAIwkvYCU6cxlxjUU5gKATvpWNqtF72lMPd1zBU= Received: by 10.82.136.4 with SMTP id j4mr1753340bud.1166631411328; Wed, 20 Dec 2006 08:16:51 -0800 (PST) Received: by 10.82.178.4 with HTTP; Wed, 20 Dec 2006 08:16:51 -0800 (PST) Message-ID: <3bbf2fe10612200816x11c59af3r8b1d2721215267fe@mail.gmail.com> Date: Wed, 20 Dec 2006 17:16:51 +0100 From: "Attilio Rao" Sender: asmrookie@gmail.com To: "Martin Blapp" In-Reply-To: <20061220040337.H53548@godot.imp.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200612192234.kBJMYYo0055529@repoman.freebsd.org> <3bbf2fe10612191850y3a546fcew486575385b1400df@mail.gmail.com> <20061220040337.H53548@godot.imp.ch> X-Google-Sender-Auth: 27ba6d89c31966db Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 16:17:48 -0000 2006/12/20, Martin Blapp : > > Hi, > > > Since proctree_lock is a sx lock which uses 2 condition variables, > > they alredy drop Giant (DROP_GIANT()) before sleeping. Are you secure > > it is the right thing to do here? > > Sorry, the commit message was not 100% clear. It should have been: > > Retest a variable after sx_slock has been called. Giant might have been > temporarily dropped while waiting for proctree_lock, allowing for an > intervening tty_close() that cleared tp->t_session. Ok, after a quick look at the patch (and this note) it makes more sense to me, but then would not be cleaner to do something like: sx_slock(&proctree_lock); if (tp->t_session && tp->t_session->s_leader) { ... } sx_sunlock(&proctree_lock); more than leaving the clobbering check? Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein From owner-cvs-all@FreeBSD.ORG Wed Dec 20 16:25: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6174616A49E; Wed, 20 Dec 2006 16:25:04 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A013743CBF; Wed, 20 Dec 2006 16:25:00 +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 kBKGP0S2019670; Wed, 20 Dec 2006 16:25:00 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKGP0ZT019657; Wed, 20 Dec 2006 16:25:00 GMT (envelope-from arved) Message-Id: <200612201625.kBKGP0ZT019657@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 20 Dec 2006 16:24:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms/gsmlib/files patch-gsmlib::gsm_me_ta.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, 20 Dec 2006 16:25:04 -0000 arved 2006-12-20 16:24:59 UTC FreeBSD ports repository Added files: comms/gsmlib/files patch-gsmlib::gsm_me_ta.h Log: Fix build with gcc41 Revision Changes Path 1.1 +29 -0 ports/comms/gsmlib/files/patch-gsmlib::gsm_me_ta.h (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 20 16:27: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CCC4716A407; Wed, 20 Dec 2006 16:27:04 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F065043CB8; Wed, 20 Dec 2006 16:26:58 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKGQtjT019847; Wed, 20 Dec 2006 16:26:55 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKGQt0c019845; Wed, 20 Dec 2006 16:26:55 GMT (envelope-from osa) Message-Id: <200612201626.kBKGQt0c019845@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Wed, 20 Dec 2006 16:26:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/bitlbee Makefile ports/irc/bitlbee/files oscar-recode-patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 16:27:04 -0000 osa 2006-12-20 16:26:55 UTC FreeBSD ports repository Modified files: irc/bitlbee Makefile Added files: irc/bitlbee/files oscar-recode-patch Log: Add RECODE knob, its enable oscar_recode_charset variable for support remote charset. Bump PORTREVISION. Obtained from: http://bugs.bitlbee.org/bitlbee/ticket/53 (ver. 0.5) Approved by: maintainer (timeout > 2 weeks) Revision Changes Path 1.27 +9 -1 ports/irc/bitlbee/Makefile 1.1 +196 -0 ports/irc/bitlbee/files/oscar-recode-patch (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 20 16:34: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0832B16A4FC; Wed, 20 Dec 2006 16:34:44 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id E65B443CB8; Wed, 20 Dec 2006 16:34:03 +0000 (GMT) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.13.8/8.13.8) with ESMTP id kBKFxdja085643; Wed, 20 Dec 2006 23:59:39 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.8/8.13.8/Submit) id kBKFxcjG059327; Wed, 20 Dec 2006 23:59:38 +0800 (CST) (envelope-from rafan) Date: Wed, 20 Dec 2006 23:59:38 +0800 From: Rong-En Fan To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20061220155938.GC72896@svm.csie.ntu.edu.tw> References: <200612201558.kBKFwTfB014033@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KN5l+BnMqAQyZLvT" Content-Disposition: inline In-Reply-To: <200612201558.kBKFwTfB014033@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Subject: Re: cvs commit: ports/textproc/p5-ack Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 16:34:44 -0000 --KN5l+BnMqAQyZLvT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 20, 2006 at 03:58:29PM +0000, Rong-En Fan wrote: > rafan 2006-12-20 15:58:29 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > textproc/p5-ack Makefile distinfo=20 > Log: > - Update to 1.50 > =20 > PR: ports/106970 > Submitted by: chinsan chinsan is maintainer.=20 > Revision Changes Path > 1.8 +3 -2 ports/textproc/p5-ack/Makefile > 1.7 +3 -3 ports/textproc/p5-ack/distinfo --KN5l+BnMqAQyZLvT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFiV3q144QkYb9jGgRAiPWAJ9EfW/tlL4fcp5JPvixpfKVp0R36gCgi/lP luuMAwkN7JWw4Q6JXR9y/J8= =61V3 -----END PGP SIGNATURE----- --KN5l+BnMqAQyZLvT-- From owner-cvs-all@FreeBSD.ORG Wed Dec 20 16:39: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 95C9816A412; Wed, 20 Dec 2006 16:39:52 +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 423EA43CB2; Wed, 20 Dec 2006 16:39:49 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [127.0.0.1] (pooker.samsco.org [168.103.85.57]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kBKGdft4090301; Wed, 20 Dec 2006 09:39:47 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <4589674D.6010408@samsco.org> Date: Wed, 20 Dec 2006 11:39:41 -0500 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: Bruce Evans References: <200612201203.kBKC3MhO053666@repoman.freebsd.org> In-Reply-To: <200612201203.kBKC3MhO053666@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; 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: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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: Wed, 20 Dec 2006 16:39:52 -0000 Bruce Evans wrote: > bde 2006-12-20 12:03:21 UTC > > FreeBSD src repository > > Modified files: > sys/dev/bge if_bge.c > Log: > In bge_txeof(), cancel the watchdog timeout if all descriptors have > been handled instead of when at least one descriptor was just handled. > For bge, it is normal to get a txeof when only a small fraction of the > queued tx descriptors have been handled, so the bug broke the watchdog > in a usual case. > > Revision Changes Path > 1.170 +2 -1 src/sys/dev/bge/if_bge.c As Gleb points out, what you've changed this to has a failure case too, though maybe it's not as common as the one that you might have been seeing. The whole countdown/reset scheme is basically insufficient. What is needed is something like if_em, where the rings pointers are actually checked for progress. It's simple and cheap to do, and it addresses the actual issue of detecting when the chip has stopped processing packets. Scott From owner-cvs-all@FreeBSD.ORG Wed Dec 20 16:53: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF63616A40F; Wed, 20 Dec 2006 16:53:35 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F1FB43CA2; Wed, 20 Dec 2006 16:53: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 kBKGrPGT032276; Wed, 20 Dec 2006 16:53:25 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKGrPTT032274; Wed, 20 Dec 2006 16:53:25 GMT (envelope-from arved) Message-Id: <200612201653.kBKGrPTT032274@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 20 Dec 2006 16:53: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/mbone/rat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 16:53:35 -0000 arved 2006-12-20 16:53:25 UTC FreeBSD ports repository Modified files: mbone/rat Makefile Log: Fix build with gcc41 portlint Revision Changes Path 1.36 +6 -2 ports/mbone/rat/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 16:57: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4D3F16A403; Wed, 20 Dec 2006 16:57:27 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDA7443CBD; Wed, 20 Dec 2006 16:57:26 +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 kBKGvFZJ032648; Wed, 20 Dec 2006 16:57:15 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKGvFje032647; Wed, 20 Dec 2006 16:57:15 GMT (envelope-from ru) Message-Id: <200612201657.kBKGvFje032647@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 20 Dec 2006 16:57:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/lockf lockf.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, 20 Dec 2006 16:57:27 -0000 ru 2006-12-20 16:57:14 UTC FreeBSD src repository Modified files: usr.bin/lockf lockf.1 Log: Markup cosmetics. Revision Changes Path 1.18 +6 -4 src/usr.bin/lockf/lockf.1 From owner-cvs-all@FreeBSD.ORG Wed Dec 20 17:11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD92316A494; Wed, 20 Dec 2006 17:11:05 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62EF043CA4; Wed, 20 Dec 2006 17:10:56 +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 kBKHArEn035576; Wed, 20 Dec 2006 17:10:53 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKHArAH035575; Wed, 20 Dec 2006 17:10:53 GMT (envelope-from delphij) Message-Id: <200612201710.kBKHArAH035575@repoman.freebsd.org> From: Xin LI Date: Wed, 20 Dec 2006 17:10:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/aac aac_linux.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 17:11:06 -0000 delphij 2006-12-20 17:10:53 UTC FreeBSD src repository Modified files: sys/dev/aac aac_linux.c Log: On amd64 platform, use linux32 headers so 32-bit Linux applications would be able to work with aac(4). This approach is used by some other drivers as well. However, we need a more generic way to do this in order to avoid having to special case headers in individual drivers for each platform. Obtained from: Adaptec (version b11518) Approved by: scottl Revision Changes Path 1.4 +5 -0 src/sys/dev/aac/aac_linux.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 17:12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2AEF016A40F; Wed, 20 Dec 2006 17:12:56 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F8443CB9; Wed, 20 Dec 2006 17:12:55 +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 kBKHCtSm036584; Wed, 20 Dec 2006 17:12:55 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKHCtq6036582; Wed, 20 Dec 2006 17:12:55 GMT (envelope-from ahze) Message-Id: <200612201712.kBKHCtq6036582@repoman.freebsd.org> From: Michael Johnson Date: Wed, 20 Dec 2006 17:12: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/multimedia/x264 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 17:12:56 -0000 ahze 2006-12-20 17:12:55 UTC FreeBSD ports repository Modified files: multimedia/x264 Makefile Log: Bump min. version of gpac Reported by: Eugene Grosbein PR: ports/106981 Revision Changes Path 1.48 +1 -1 ports/multimedia/x264/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 20 17:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D310116A494; Wed, 20 Dec 2006 17:22:19 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D510A43CA5; Wed, 20 Dec 2006 17:21:55 +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 kBKHLtSR037815; Wed, 20 Dec 2006 17:21:55 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKHLt8I037812; Wed, 20 Dec 2006 17:21:55 GMT (envelope-from pjd) Message-Id: <200612201721.kBKHLt8I037812@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 20 Dec 2006 17:21:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/sbin/ggate/ggated ggated.c src/sbin/ggate/shared ggate.c ggate.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 17:22:20 -0000 pjd 2006-12-20 17:21:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sbin/ggate/ggated ggated.c sbin/ggate/shared ggate.c ggate.h Log: MFC: sbin/ggate/ggated/ggated.c 1.8,1.9 sbin/ggate/shared/ggate.c 1.7,1.8 sbin/ggate/shared/ggate.h 1.4,1.5 Fix ggated for platforms with 64bit size_t. The DIOCGSECTORSIZE ioctl returns u_int. Reported by: Javier Martín Rueda PR: amd64/91799 Approved by: re (bmah) Revision Changes Path 1.7.8.1 +1 -1 src/sbin/ggate/ggated/ggated.c 1.5.2.1.2.1 +2 -2 src/sbin/ggate/shared/ggate.c 1.3.8.1 +1 -1 src/sbin/ggate/shared/ggate.h From owner-cvs-all@FreeBSD.ORG Wed Dec 20 17: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05C3A16A412; Wed, 20 Dec 2006 17:36:27 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2ABA43CA6; Wed, 20 Dec 2006 17:36:26 +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 kBKHaQib040244; Wed, 20 Dec 2006 17:36:26 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKHaQV1040243; Wed, 20 Dec 2006 17:36:26 GMT (envelope-from lofi) Message-Id: <200612201736.kBKHaQV1040243@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 20 Dec 2006 17:36:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/py-kde Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 17:36:27 -0000 lofi 2006-12-20 17:36:26 UTC FreeBSD ports repository Modified files: x11-toolkits/py-kde Makefile distinfo Log: Update to 3.16.0 Revision Changes Path 1.40 +5 -3 ports/x11-toolkits/py-kde/Makefile 1.14 +3 -3 ports/x11-toolkits/py-kde/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 20 17:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34A7F16A403; Wed, 20 Dec 2006 17:40:41 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EEA543CCD; Wed, 20 Dec 2006 17:40:37 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKHeb7P040506; Wed, 20 Dec 2006 17:40:37 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKHebmN040505; Wed, 20 Dec 2006 17:40:37 GMT (envelope-from rafan) Message-Id: <200612201740.kBKHebmN040505@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 20 Dec 2006 17:40:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/ttf2pt1 Makefile pkg-plist ports/print/ttf2pt1/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: Wed, 20 Dec 2006 17:40:41 -0000 rafan 2006-12-20 17:40:37 UTC FreeBSD ports repository Modified files: print/ttf2pt1 Makefile pkg-plist Added files: print/ttf2pt1/files patch-Makefile Log: - Don't install t1asm, depends on t1utils instead Reported by: Edward G.J.Lee Revision Changes Path 1.12 +2 -0 ports/print/ttf2pt1/Makefile 1.7 +10 -0 ports/print/ttf2pt1/files/patch-Makefile (new) 1.6 +0 -1 ports/print/ttf2pt1/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 20 17:47: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0B4516A40F; Wed, 20 Dec 2006 17:47:55 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 339C343CB8; Wed, 20 Dec 2006 17:47:55 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKHltGr041942; Wed, 20 Dec 2006 17:47:55 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKHltRU041941; Wed, 20 Dec 2006 17:47:55 GMT (envelope-from imp) Message-Id: <200612201747.kBKHltRU041941@repoman.freebsd.org> From: Warner Losh Date: Wed, 20 Dec 2006 17:47: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/boot/arm/at91 Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 17:47:55 -0000 imp 2006-12-20 17:47:54 UTC FreeBSD src repository Modified files: sys/boot/arm/at91 Makefile.inc Log: MFp4: bwct is a new board choice. Revision Changes Path 1.6 +1 -1 src/sys/boot/arm/at91/Makefile.inc From owner-cvs-all@FreeBSD.ORG Wed Dec 20 17: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4863816A403; Wed, 20 Dec 2006 17:50:03 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED65B43CAD; Wed, 20 Dec 2006 17:50:02 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKHo2kR042024; Wed, 20 Dec 2006 17:50:02 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKHo2RL042023; Wed, 20 Dec 2006 17:50:02 GMT (envelope-from imp) Message-Id: <200612201750.kBKHo2RL042023@repoman.freebsd.org> From: Warner Losh Date: Wed, 20 Dec 2006 17:50: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/arm/at91/boot0spi 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: Wed, 20 Dec 2006 17:50:03 -0000 imp 2006-12-20 17:50:02 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot0spi main.c Log: MFp4: Delay a second or two after the upload before printing Done. Add an automatic reset for remote operational luvin' goodness. Revision Changes Path 1.5 +6 -2 src/sys/boot/arm/at91/boot0spi/main.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 18:02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8E3116A40F; Wed, 20 Dec 2006 18:02:49 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BF1443CA9; Wed, 20 Dec 2006 18:02:49 +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 kBKI2cOe044596; Wed, 20 Dec 2006 18:02:38 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKI2cvJ044594; Wed, 20 Dec 2006 18:02:38 GMT (envelope-from mezz) Message-Id: <200612201802.kBKI2cvJ044594@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 20 Dec 2006 18:02:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/glib20 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 18:02:50 -0000 mezz 2006-12-20 18:02:37 UTC FreeBSD ports repository Modified files: devel/glib20 Makefile distinfo Log: Update to 2.12.6. Revision Changes Path 1.132 +1 -1 ports/devel/glib20/Makefile 1.61 +3 -3 ports/devel/glib20/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 20 18:16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34D9216A403; Wed, 20 Dec 2006 18:16:56 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B8D43CA4; Wed, 20 Dec 2006 18:16:49 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKIGn18047989; Wed, 20 Dec 2006 18:16:49 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKIGn6k047988; Wed, 20 Dec 2006 18:16:49 GMT (envelope-from imp) Message-Id: <200612201816.kBKIGn6k047988@repoman.freebsd.org> From: Warner Losh Date: Wed, 20 Dec 2006 18:16:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 arm_init.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 18:16:56 -0000 imp 2006-12-20 18:16:49 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 arm_init.S Log: MFp4: bwct boot rom is different. need a more generic way to cope long term. Revision Changes Path 1.2 +4 -0 src/sys/boot/arm/at91/libat91/arm_init.S From owner-cvs-all@FreeBSD.ORG Wed Dec 20 18:18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FE2A16A40F; Wed, 20 Dec 2006 18:18:25 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E5E743CB5; Wed, 20 Dec 2006 18:18:25 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKIIPp9048067; Wed, 20 Dec 2006 18:18:25 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKIIPbN048066; Wed, 20 Dec 2006 18:18:25 GMT (envelope-from imp) Message-Id: <200612201818.kBKIIPbN048066@repoman.freebsd.org> From: Warner Losh Date: Wed, 20 Dec 2006 18: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/sys/boot/arm/at91/libat91 at91rm9200_lowlevel.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, 20 Dec 2006 18:18:25 -0000 imp 2006-12-20 18:18:24 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 at91rm9200_lowlevel.h Log: MFp4: bwct memory size and PLL parameters Revision Changes Path 1.4 +8 -0 src/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h From owner-cvs-all@FreeBSD.ORG Wed Dec 20 18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 69C5C16A501; Wed, 20 Dec 2006 18:18:43 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3733E43C9F; Wed, 20 Dec 2006 18:18:43 +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 kBKIIhPE048125; Wed, 20 Dec 2006 18:18:43 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKIIhss048124; Wed, 20 Dec 2006 18:18:43 GMT (envelope-from markus) Message-Id: <200612201818.kBKIIhss048124@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 20 Dec 2006 18:18: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/ftp/kftpgrabber Makefile distinfo pkg-descr pkg-plist ports/ftp/kftpgrabber/files patch-kftpgrabber_src_ui-kftpqueueeditorlayout.ui patch-kftpgrabber_src_ui-kftpsearchlayout.ui X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 18:18:43 -0000 markus 2006-12-20 18:18:43 UTC FreeBSD ports repository Modified files: ftp/kftpgrabber Makefile distinfo pkg-descr pkg-plist Removed files: ftp/kftpgrabber/files patch-kftpgrabber_src_ui-kftpqueueeditorlayout.ui patch-kftpgrabber_src_ui-kftpsearchlayout.ui Log: - Update to 0.8.0-beta2 - Remove QSA option as it is no longer supported - Adjust WWW to the new project site Revision Changes Path 1.13 +4 -13 ports/ftp/kftpgrabber/Makefile 1.7 +3 -3 ports/ftp/kftpgrabber/distinfo 1.2 +0 -12 ports/ftp/kftpgrabber/files/patch-kftpgrabber_src_ui-kftpqueueeditorlayout.ui (dead) 1.2 +0 -10 ports/ftp/kftpgrabber/files/patch-kftpgrabber_src_ui-kftpsearchlayout.ui (dead) 1.2 +1 -1 ports/ftp/kftpgrabber/pkg-descr 1.7 +40 -16 ports/ftp/kftpgrabber/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 20 18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5633216A4B3; Wed, 20 Dec 2006 18:19:53 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C058F43CA0; Wed, 20 Dec 2006 18:19:52 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKIJqZs048201; Wed, 20 Dec 2006 18:19:52 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKIJqf1048200; Wed, 20 Dec 2006 18:19:52 GMT (envelope-from imp) Message-Id: <200612201819.kBKIJqf1048200@repoman.freebsd.org> From: Warner Losh Date: Wed, 20 Dec 2006 18:19: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/boot/arm/at91/libat91 eeprom.c 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: Wed, 20 Dec 2006 18:19:53 -0000 imp 2006-12-20 18:19:52 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 eeprom.c lib.h Log: MFp4: Add timeout to eeprom access for lame eeprom that go awol Revision Changes Path 1.3 +7 -3 src/sys/boot/arm/at91/libat91/eeprom.c 1.4 +1 -1 src/sys/boot/arm/at91/libat91/lib.h From owner-cvs-all@FreeBSD.ORG Wed Dec 20 18:25: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8ACF16A403; Wed, 20 Dec 2006 18:25:17 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 883A143CA2; Wed, 20 Dec 2006 18:25:17 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKIPHSt049972; Wed, 20 Dec 2006 18:25:17 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKIPHts049971; Wed, 20 Dec 2006 18:25:17 GMT (envelope-from imp) Message-Id: <200612201825.kBKIPHts049971@repoman.freebsd.org> From: Warner Losh Date: Wed, 20 Dec 2006 18:25: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/boot/arm/at91/libat91 spi_flash.c spi_flash.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, 20 Dec 2006 18:25:18 -0000 imp 2006-12-20 18:25:17 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 spi_flash.c spi_flash.h Log: MFp4: Differences in flash part for bwct. need a more generic way to cope. Revision Changes Path 1.3 +31 -0 src/sys/boot/arm/at91/libat91/spi_flash.c 1.2 +4 -0 src/sys/boot/arm/at91/libat91/spi_flash.h From owner-cvs-all@FreeBSD.ORG Wed Dec 20 18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 418F116A417; Wed, 20 Dec 2006 18:26:38 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3DB243C9F; Wed, 20 Dec 2006 18:26:37 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKIQbHO050377; Wed, 20 Dec 2006 18:26:37 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKIQbNY050376; Wed, 20 Dec 2006 18:26:37 GMT (envelope-from imp) Message-Id: <200612201826.kBKIQbNY050376@repoman.freebsd.org> From: Warner Losh Date: Wed, 20 Dec 2006 18:26: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/boot/arm/at91/libat91 emac.c emac_init.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 18:26:38 -0000 imp 2006-12-20 18:26:37 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 emac.c emac_init.c Log: MFp4: differences for bwct ethernet attachment Revision Changes Path 1.6 +12 -2 src/sys/boot/arm/at91/libat91/emac.c 1.4 +1 -1 src/sys/boot/arm/at91/libat91/emac_init.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 18:59: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 787A216A407; Wed, 20 Dec 2006 18:59:26 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6FF843CB0; Wed, 20 Dec 2006 18:56:51 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [192.168.0.13] (dsl-63-249-90-35.cruzio.com [63.249.90.35]) by dommail.onthenet.com.au (MOS 3.5.7-GR) with ESMTP id CKN12959 (AUTH peterg@ptree32.com.au); Thu, 21 Dec 2006 04:43:05 +1000 (EST) Message-ID: <458983AB.2030802@freebsd.org> Date: Wed, 20 Dec 2006 10:40:43 -0800 From: Peter Grehan User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: Konstantin Belousov References: <200612201405.kBKE5ftu085264@repoman.freebsd.org> In-Reply-To: <200612201405.kBKE5ftu085264@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern link_elf_obj.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 18:59:26 -0000 > MFC rev. 1.94: > Support __start_
and __end_
special symbols. Thankyou ! later, Peter. From owner-cvs-all@FreeBSD.ORG Wed Dec 20 19:00: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4373F16A403; Wed, 20 Dec 2006 19:00:54 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F107E43CB9; Wed, 20 Dec 2006 19:00:53 +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 kBKJ0rLe055433; Wed, 20 Dec 2006 19:00:53 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKJ0rUp055431; Wed, 20 Dec 2006 19:00:53 GMT (envelope-from jkim) Message-Id: <200612201900.kBKJ0rUp055431@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 20 Dec 2006 19:00:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys sysent.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, 20 Dec 2006 19:00:54 -0000 jkim 2006-12-20 19:00:53 UTC FreeBSD src repository Modified files: sys/sys sysent.h Log: MFP4: (part of) 109714 Add SYSCALL_MODULE_PRESENT() macro. The idea was borrowed from syscall_register(). Revision Changes Path 1.52 +6 -0 src/sys/sys/sysent.h From owner-cvs-all@FreeBSD.ORG Wed Dec 20 19:26: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 458F616A47C; Wed, 20 Dec 2006 19:26:31 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18CC543C9F; Wed, 20 Dec 2006 19:26:31 +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 kBKJQUoT062809; Wed, 20 Dec 2006 19:26:30 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKJQUnV062808; Wed, 20 Dec 2006 19:26:30 GMT (envelope-from jkim) Message-Id: <200612201926.kBKJQUnV062808@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 20 Dec 2006 19:26: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/sys/kern sysv_msg.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: Wed, 20 Dec 2006 19:26:31 -0000 jkim 2006-12-20 19:26:30 UTC FreeBSD src repository Modified files: sys/kern sysv_msg.c sys/sys syscallsubr.h Log: MFP4: (part of) 110058 copyin()/copyout() for message type is separated from msgsnd()/msgrcv() and it is done from its wrapper functions to support 32-bit emulations. After I implemented this, I have briefly referenced NetBSD and Darwin. NetBSD passes copyin()/copyout() function pointers from wrappers. Darwin passes size of message type as an argument, which is actually similar to my first implementation (P4 109706). We may revisit these implementations later. Revision Changes Path 1.66 +88 -85 src/sys/kern/sysv_msg.c 1.45 +2 -0 src/sys/sys/syscallsubr.h From owner-cvs-all@FreeBSD.ORG Wed Dec 20 19:30: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5230916A412; Wed, 20 Dec 2006 19:30:58 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CC9243CB0; Wed, 20 Dec 2006 19:30:53 +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 kBKJUrRG063026; Wed, 20 Dec 2006 19:30:53 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKJUrSt063025; Wed, 20 Dec 2006 19:30:53 GMT (envelope-from jkim) Message-Id: <200612201930.kBKJUrSt063025@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 20 Dec 2006 19:30:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/linux linux_ipc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 19:30:58 -0000 jkim 2006-12-20 19:30:53 UTC FreeBSD src repository Modified files: sys/compat/linux linux_ipc.c Log: MFP4: (part of) 110058 Use new kern_msgsnd()/kern_msgrcv() to fix linux32 emulation on amd64. Revision Changes Path 1.52 +28 -26 src/sys/compat/linux/linux_ipc.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 19:36: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 02CCA16A49E; Wed, 20 Dec 2006 19:36:09 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47F6043CBF; Wed, 20 Dec 2006 19:36:04 +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 kBKJa3En064447; Wed, 20 Dec 2006 19:36:03 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKJa3lw064446; Wed, 20 Dec 2006 19:36:03 GMT (envelope-from jkim) Message-Id: <200612201936.kBKJa3lw064446@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 20 Dec 2006 19:36: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/compat/freebsd32 freebsd32_misc.c syscalls.master X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 19:36:09 -0000 jkim 2006-12-20 19:36:03 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_misc.c syscalls.master Log: MFP4: (part of) 110058 Fix 32-bit msgsnd(3) and msgrcv(3) emulations for amd64. Revision Changes Path 1.62 +56 -4 src/sys/compat/freebsd32/freebsd32_misc.c 1.88 +2 -2 src/sys/compat/freebsd32/syscalls.master From owner-cvs-all@FreeBSD.ORG Wed Dec 20 19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB29316A416; Wed, 20 Dec 2006 19:39:11 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D99843CB8; Wed, 20 Dec 2006 19:39:10 +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 kBKJdAiA064641; Wed, 20 Dec 2006 19:39:10 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKJdAQQ064640; Wed, 20 Dec 2006 19:39:10 GMT (envelope-from jkim) Message-Id: <200612201939.kBKJdAQQ064640@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 20 Dec 2006 19:39: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/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: Wed, 20 Dec 2006 19:39:11 -0000 jkim 2006-12-20 19:39:10 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: Regen. Revision Changes Path 1.76 +18 -1 src/sys/compat/freebsd32/freebsd32_proto.h 1.74 +3 -3 src/sys/compat/freebsd32/freebsd32_syscall.h 1.65 +3 -3 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.75 +3 -3 src/sys/compat/freebsd32/freebsd32_sysent.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 19:44: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C89616A4D0; Wed, 20 Dec 2006 19:44:12 +0000 (UTC) (envelope-from mb@imp.ch) Received: from pop.imp.ch (mx2.imp.ch [157.161.9.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id E52F943D73; Wed, 20 Dec 2006 19:43:37 +0000 (GMT) (envelope-from mb@imp.ch) Received: from godot.imp.ch (godot.imp.ch [157.161.4.8]) by pop.imp.ch (8.13.8/8.13.8/Submit_imp) with ESMTP id kBKJgmft040645; Wed, 20 Dec 2006 20:42:49 +0100 (CET) (envelope-from mb@imp.ch) Date: Wed, 20 Dec 2006 20:42:48 +0100 (CET) From: Martin Blapp To: Attilio Rao In-Reply-To: <3bbf2fe10612200816x11c59af3r8b1d2721215267fe@mail.gmail.com> Message-ID: <20061220202842.E53548@godot.imp.ch> References: <200612192234.kBJMYYo0055529@repoman.freebsd.org> <3bbf2fe10612191850y3a546fcew486575385b1400df@mail.gmail.com> <20061220040337.H53548@godot.imp.ch> <3bbf2fe10612200816x11c59af3r8b1d2721215267fe@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanned-By: MIMEDefang 2.58 on 157.161.9.65 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 19:44:12 -0000 Hi, >Ok, after a quick look at the patch (and this note) it makes more >sense to me, but then would not be cleaner to do something like: > > sx_slock(&proctree_lock); > if (tp->t_session && tp->t_session->s_leader) { ... > } > sx_sunlock(&proctree_lock); > You mean to restore rev. 1.258 ? http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/kern/tty.c.diff?r1=1.257&r2=1.258 The answer is easy, rev. 1.258 costs more in the cases where tp->t_session is already empty and we don't need to add a proctree lock and can just continue. We need the proctree lock only if tp->t_session exists. You can call rev. 1.267 less invasive than rev. 1.258 :-) -- Martin From owner-cvs-all@FreeBSD.ORG Wed Dec 20 20:08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60AA916A415; Wed, 20 Dec 2006 20:08:58 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C643443CB7; Wed, 20 Dec 2006 20:08:56 +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 kBKK8jVi083163; Wed, 20 Dec 2006 20:08:45 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKK8jHt083162; Wed, 20 Dec 2006 20:08:45 GMT (envelope-from jkim) Message-Id: <200612202008.kBKK8jHt083162@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 20 Dec 2006 20:08: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/compat/linux linux_ipc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 20:08:58 -0000 jkim 2006-12-20 20:08:45 UTC FreeBSD src repository Modified files: sys/compat/linux linux_ipc.c Log: MFP4: 110179 Add rudimentary IPC_INFO/MSG_INFO command support for linux_msgctl() to pacify Linux ipcs(1). While I am here, add more bound checks for linux_msgsnd() and linux_msgrcv(). Revision Changes Path 1.53 +41 -3 src/sys/compat/linux/linux_ipc.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 20:17: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8EA616A494; Wed, 20 Dec 2006 20:17:35 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71C5043CB4; Wed, 20 Dec 2006 20:17:35 +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 kBKKHZvZ084789; Wed, 20 Dec 2006 20:17:35 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKKHZcX084788; Wed, 20 Dec 2006 20:17:35 GMT (envelope-from jkim) Message-Id: <200612202017.kBKKHZcX084788@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 20 Dec 2006 20:17: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/amd64/linux32 linux.h linux32_machdep.c src/sys/compat/linux linux_time.c src/sys/i386/linux linux.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, 20 Dec 2006 20:17:35 -0000 jkim 2006-12-20 20:17:35 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux.h linux32_machdep.c sys/compat/linux linux_time.c sys/i386/linux linux.h Log: MFP4: 109655 - Move linux_nanosleep() from src/sys/amd64/linux32/linux32_machdep.c to src/sys/compat/linux/linux_time.c. - Validate timespec ranges before use as Linux kernel does. - Fix l_timespec structure. - Clean up style(9) nits. Revision Changes Path 1.10 +2 -2 src/sys/amd64/linux32/linux.h 1.23 +0 -21 src/sys/amd64/linux32/linux32_machdep.c 1.2 +68 -30 src/sys/compat/linux/linux_time.c 1.72 +2 -2 src/sys/i386/linux/linux.h From owner-cvs-all@FreeBSD.ORG Wed Dec 20 20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4277416A47B; Wed, 20 Dec 2006 20:18:08 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9C6E43CB6; Wed, 20 Dec 2006 20:18:07 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKKI7P1084824; Wed, 20 Dec 2006 20:18:07 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKKI7BF084823; Wed, 20 Dec 2006 20:18:07 GMT (envelope-from kmacy) Message-Id: <200612202018.kBKKI7BF084823@repoman.freebsd.org> From: Kip Macy Date: Wed, 20 Dec 2006 20:18:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sun4v/include pcpu.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, 20 Dec 2006 20:18:08 -0000 kmacy 2006-12-20 20:18:07 UTC FreeBSD src repository Modified files: sys/sun4v/include pcpu.h Log: reduce padding to compensate for recent change to sys/pcpu.h (tinderbox fix) Revision Changes Path 1.6 +1 -1 src/sys/sun4v/include/pcpu.h From owner-cvs-all@FreeBSD.ORG Wed Dec 20 20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A31D16A403; Wed, 20 Dec 2006 20:21:51 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0E7543CB8; Wed, 20 Dec 2006 20:21:48 +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 kBKKLmNG086940; Wed, 20 Dec 2006 20:21:48 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKKLmD8086937; Wed, 20 Dec 2006 20:21:48 GMT (envelope-from jkim) Message-Id: <200612202021.kBKKLmD8086937@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 20 Dec 2006 20:21: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/i386/linux linux_proto.h linux_syscall.h linux_sysent.c syscalls.master X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 20:21:51 -0000 jkim 2006-12-20 20:21:48 UTC FreeBSD src repository Modified files: sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c syscalls.master Log: Add linux_nanosleep() and regen. Revision Changes Path 1.88 +6 -0 src/sys/i386/linux/linux_proto.h 1.81 +1 -1 src/sys/i386/linux/linux_syscall.h 1.88 +1 -1 src/sys/i386/linux/linux_sysent.c 1.84 +3 -3 src/sys/i386/linux/syscalls.master From owner-cvs-all@FreeBSD.ORG Wed Dec 20 20:38: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0114316A40F; Wed, 20 Dec 2006 20:38:45 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE40943CAE; Wed, 20 Dec 2006 20:38:44 +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 kBKKci88089429; Wed, 20 Dec 2006 20:38:44 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKKciFx089428; Wed, 20 Dec 2006 20:38:44 GMT (envelope-from rwatson) Message-Id: <200612202038.kBKKciFx089428@repoman.freebsd.org> From: Robert Watson Date: Wed, 20 Dec 2006 20:38: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/kern kern_mac.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 20:38:45 -0000 rwatson 2006-12-20 20:38:44 UTC FreeBSD src repository Modified files: sys/kern kern_mac.c Log: Expand commenting on label slots, justification for the MAC Framework locking model, interactions between locking and policy init/destroy methods. Rewrap some comments to 77 character line wrap. Obtained from: TrustedBSD Project Revision Changes Path 1.124 +79 -54 src/sys/kern/kern_mac.c From owner-cvs-all@FreeBSD.ORG Wed Dec 20 20:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CF5B16A40F; Wed, 20 Dec 2006 20:40:30 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B100A43CB2; Wed, 20 Dec 2006 20:40:29 +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 kBKKeTP0089573; Wed, 20 Dec 2006 20:40:29 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKKeTYH089572; Wed, 20 Dec 2006 20:40:29 GMT (envelope-from rwatson) Message-Id: <200612202040.kBKKeTYH089572@repoman.freebsd.org> From: Robert Watson Date: Wed, 20 Dec 2006 20:40:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/mac mac_net.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 20:40:30 -0000 rwatson 2006-12-20 20:40:29 UTC FreeBSD src repository Modified files: sys/security/mac mac_net.c Log: Externalize local stack copy of the ifnet label, rather than the copy on the ifnet itself. The stack copy has been made while holding the mutex protecting ifnet labels, so copying from the ifnet copy could result in an inconsistent version being copied out. Reported by: Todd.Miller@sparta.com Obtained from: TrustedBSD Project MFC after: 3 weeks Revision Changes Path 1.121 +2 -2 src/sys/security/mac/mac_net.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E3DD16A47E; Thu, 21 Dec 2006 11:21:53 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6804313C43A; Thu, 21 Dec 2006 11:21:53 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLBLrCR091246; Thu, 21 Dec 2006 11:21:53 GMT (envelope-from girgen@repoman.freebsd.org) Received: (from girgen@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLBLrIe091245; Thu, 21 Dec 2006 11:21:53 GMT (envelope-from girgen) Message-Id: <200612211121.kBLBLrIe091245@repoman.freebsd.org> From: Palle Girgensohn Date: Thu, 21 Dec 2006 11: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/mail/mulberry Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:21:53 -0000 girgen 2006-12-21 11:21:52 UTC FreeBSD ports repository Modified files: mail/mulberry Makefile distinfo Log: Update to version 4.0.7 Revision Changes Path 1.22 +1 -1 ports/mail/mulberry/Makefile 1.13 +3 -3 ports/mail/mulberry/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53F3D16A580; Thu, 21 Dec 2006 11:22:19 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 276FD13C447; Thu, 21 Dec 2006 11:22:19 +0000 (UTC) (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 kBLBCBdT089762; Thu, 21 Dec 2006 11:12:11 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLBCBkB089761; Thu, 21 Dec 2006 11:12:11 GMT (envelope-from sem) Message-Id: <200612211112.kBLBCBkB089761@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 21 Dec 2006 11: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/devel/py-omniorb Makefile distinfo pkg-plist ports/devel/py-omniorb/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:22:19 -0000 sem 2006-12-21 11:12:11 UTC FreeBSD ports repository Modified files: devel/py-omniorb Makefile distinfo pkg-plist Removed files: devel/py-omniorb/files patch-configure Log: - Update to 3.0 Revision Changes Path 1.28 +2 -2 ports/devel/py-omniorb/Makefile 1.13 +3 -3 ports/devel/py-omniorb/distinfo 1.2 +0 -10 ports/devel/py-omniorb/files/patch-configure (dead) 1.14 +33 -10 ports/devel/py-omniorb/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A0BE16A583; Thu, 21 Dec 2006 11:22:19 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5317E13C44B; Thu, 21 Dec 2006 11:22:19 +0000 (UTC) (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 kBLBBhin089670; Thu, 21 Dec 2006 11:11:43 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLBBhhG089669; Thu, 21 Dec 2006 11:11:43 GMT (envelope-from sem) Message-Id: <200612211111.kBLBBhhG089669@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 21 Dec 2006 11:11: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/omniORB Makefile distinfo pkg-descr pkg-plist ports/devel/omniORB/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:22:19 -0000 sem 2006-12-21 11:11:43 UTC FreeBSD ports repository Modified files: devel/omniORB Makefile distinfo pkg-descr pkg-plist Removed files: devel/omniORB/files patch-configure Log: - Update to 4.1.0 Revision Changes Path 1.42 +3 -4 ports/devel/omniORB/Makefile 1.18 +3 -3 ports/devel/omniORB/distinfo 1.7 +0 -11 ports/devel/omniORB/files/patch-configure (dead) 1.6 +22 -18 ports/devel/omniORB/pkg-descr 1.26 +54 -24 ports/devel/omniORB/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C5BEB16A58C; Thu, 21 Dec 2006 11:22:19 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9DAF113C425; Thu, 21 Dec 2006 11:22:19 +0000 (UTC) (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 kBLAxmYY086064; Thu, 21 Dec 2006 10:59:48 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLAxm4F086063; Thu, 21 Dec 2006 10:59:48 GMT (envelope-from ru) Message-Id: <200612211059.kBLAxm4F086063@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 21 Dec 2006 10:59: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/usr.bin/join join.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: Thu, 21 Dec 2006 11:22:19 -0000 ru 2006-12-21 10:59:48 UTC FreeBSD src repository Modified files: usr.bin/join join.1 Log: Improve markup and do some minor wordsmithing. Revision Changes Path 1.21 +26 -16 src/usr.bin/join/join.1 From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A5F2F16A407; Thu, 21 Dec 2006 11:22:59 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7E36513C497; Thu, 21 Dec 2006 11:22:59 +0000 (UTC) (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 kBLAQ29n081350; Thu, 21 Dec 2006 10:26:02 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLAQ20g081349; Thu, 21 Dec 2006 10:26:02 GMT (envelope-from glebius) Message-Id: <200612211026.kBLAQ20g081349@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 21 Dec 2006 10:26: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/netgraph ng_nat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:22:59 -0000 glebius 2006-12-21 10:26:01 UTC FreeBSD src repository Modified files: sys/netgraph ng_nat.c Log: Return value PKT_ALIAS_FOUND_HEADER_FRAGMENT isn't an error case. The packet shouldn't be dropped. Submitted by: Alexander Motin Revision Changes Path 1.8 +2 -1 src/sys/netgraph/ng_nat.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CBBCE16A417; Thu, 21 Dec 2006 11:22:59 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A590B13C488; Thu, 21 Dec 2006 11:22:59 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLAR3Tk081431; Thu, 21 Dec 2006 10:27:03 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLAR3xZ081430; Thu, 21 Dec 2006 10:27:03 GMT (envelope-from olgeni) Message-Id: <200612211027.kBLAR3xZ081430@repoman.freebsd.org> From: Jimmy Olgeni Date: Thu, 21 Dec 2006 10:27:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/yaws 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, 21 Dec 2006 11:22:59 -0000 olgeni 2006-12-21 10:27:03 UTC FreeBSD ports repository Modified files: www/yaws Makefile distinfo pkg-plist Log: Upgrade to version 1.66. Revision Changes Path 1.31 +2 -2 ports/www/yaws/Makefile 1.18 +3 -3 ports/www/yaws/distinfo 1.19 +11 -0 ports/www/yaws/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8907216A4B3; Thu, 21 Dec 2006 11:23:00 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6271613C49B; Thu, 21 Dec 2006 11:23:00 +0000 (UTC) (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 kBL9w394075604; Thu, 21 Dec 2006 09:58:03 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBL9w2TB075603; Thu, 21 Dec 2006 09:58:02 GMT (envelope-from rwatson) Message-Id: <200612210958.kBL9w2TB075603@repoman.freebsd.org> From: Robert Watson Date: Thu, 21 Dec 2006 09:58: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/security/mac mac_posix_sem.c mac_sysv_msg.c mac_sysv_sem.c mac_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: Thu, 21 Dec 2006 11:23:00 -0000 rwatson 2006-12-21 09:58:02 UTC FreeBSD src repository Modified files: sys/security/mac mac_posix_sem.c mac_sysv_msg.c mac_sysv_sem.c mac_sysv_shm.c Log: Minor style fixes. Revision Changes Path 1.7 +6 -6 src/sys/security/mac/mac_posix_sem.c 1.7 +7 -7 src/sys/security/mac/mac_sysv_msg.c 1.6 +3 -3 src/sys/security/mac/mac_sysv_sem.c 1.5 +4 -4 src/sys/security/mac/mac_sysv_shm.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BC7916A4D0; Thu, 21 Dec 2006 11:23:00 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 889D213C49D; Thu, 21 Dec 2006 11:23:00 +0000 (UTC) (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 kBL9pY4F074644; Thu, 21 Dec 2006 09:51:34 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBL9pY0O074643; Thu, 21 Dec 2006 09:51:34 GMT (envelope-from rwatson) Message-Id: <200612210951.kBL9pY0O074643@repoman.freebsd.org> From: Robert Watson Date: Thu, 21 Dec 2006 09:51: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/kern kern_mac.c src/sys/security/mac mac_inet.c mac_internal.h mac_net.c mac_pipe.c mac_posix_sem.c mac_process.c mac_socket.c mac_system.c mac_sysv_msg.c mac_sysv_sem.c mac_sysv_shm.c mac_vfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:00 -0000 rwatson 2006-12-21 09:51:34 UTC FreeBSD src repository Modified files: sys/kern kern_mac.c sys/security/mac mac_inet.c mac_internal.h mac_net.c mac_pipe.c mac_posix_sem.c mac_process.c mac_socket.c mac_system.c mac_sysv_msg.c mac_sysv_sem.c mac_sysv_shm.c mac_vfs.c Log: Remove mac_enforce_subsystem debugging sysctls. Enforcement on subsystems will be a property of policy modules, which may require access control check entry points to be invoked even when not actively enforcing (i.e., to track information flow without providing protection). Obtained from: TrustedBSD Project Suggested by: Christopher dot Vance at sparta dot com Revision Changes Path 1.125 +1 -3 src/sys/kern/kern_mac.c 1.7 +0 -3 src/sys/security/mac/mac_inet.c 1.117 +0 -4 src/sys/security/mac/mac_internal.h 1.123 +0 -15 src/sys/security/mac/mac_net.c 1.109 +0 -23 src/sys/security/mac/mac_pipe.c 1.6 +0 -23 src/sys/security/mac/mac_posix_sem.c 1.116 +0 -57 src/sys/security/mac/mac_process.c 1.8 +0 -42 src/sys/security/mac/mac_socket.c 1.108 +0 -55 src/sys/security/mac/mac_system.c 1.6 +0 -27 src/sys/security/mac/mac_sysv_msg.c 1.5 +0 -14 src/sys/security/mac/mac_sysv_sem.c 1.4 +0 -18 src/sys/security/mac/mac_sysv_shm.c 1.116 +0 -110 src/sys/security/mac/mac_vfs.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D92AD16A4D4; Thu, 21 Dec 2006 11:23:00 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B0D8113C442; Thu, 21 Dec 2006 11:23:00 +0000 (UTC) (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 kBL9MrOL070294; Thu, 21 Dec 2006 09:22:53 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBL9MreG070290; Thu, 21 Dec 2006 09:22:53 GMT (envelope-from dinoex) Message-Id: <200612210922.kBL9MreG070290@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 21 Dec 2006 09: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/devel/highlighterkit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:01 -0000 dinoex 2006-12-21 09:22:52 UTC FreeBSD ports repository Modified files: devel/highlighterkit Makefile Log: - fix name Reported by: cbv on irc Revision Changes Path 1.2 +3 -6 ports/devel/highlighterkit/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 351A916A4FD; Thu, 21 Dec 2006 11:23:01 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0E06413C44C; Thu, 21 Dec 2006 11:23:01 +0000 (UTC) (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 kBL8nMiv063109; Thu, 21 Dec 2006 08:49:22 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBL8nMQ6063108; Thu, 21 Dec 2006 08:49:22 GMT (envelope-from dougb) Message-Id: <200612210849.kBL8nMQ6063108@repoman.freebsd.org> From: Doug Barton Date: Thu, 21 Dec 2006 08:49: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/dns/bind9 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:01 -0000 dougb 2006-12-21 08:49:20 UTC FreeBSD ports repository Modified files: dns/bind9 Makefile Log: Apply the markup fixes from the base to the nsupdate.8 and nslookup.1 man pages. Revision Changes Path 1.74 +8 -0 ports/dns/bind9/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A334416A4FE; Thu, 21 Dec 2006 11:23:01 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7A0A413C475; Thu, 21 Dec 2006 11:23:01 +0000 (UTC) (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 kBL8KhcJ050497; Thu, 21 Dec 2006 08:20:43 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBL8Kh7C050496; Thu, 21 Dec 2006 08:20:43 GMT (envelope-from mezz) Message-Id: <200612210820.kBL8Kh7C050496@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 21 Dec 2006 08: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: ports/net/gnet2 Makefile ports/mail/thunderbird Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:01 -0000 mezz 2006-12-21 08:20:43 UTC FreeBSD ports repository Modified files: net/gnet2 Makefile mail/thunderbird Makefile Log: The ipv6 is supported in these ports, so add ipv6 category. PR: ports/106892 and ports/106894 Submitted by: Janos Mohacsi Revision Changes Path 1.73 +1 -1 ports/mail/thunderbird/Makefile 1.37 +1 -1 ports/net/gnet2/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B1F316A403; Thu, 21 Dec 2006 11:23:02 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F110513C474; Thu, 21 Dec 2006 11:23:01 +0000 (UTC) (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 kBL834l3047009; Thu, 21 Dec 2006 08:03:04 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBL834JG047006; Thu, 21 Dec 2006 08:03:04 GMT (envelope-from delphij) Message-Id: <200612210803.kBL834JG047006@repoman.freebsd.org> From: Xin LI Date: Thu, 21 Dec 2006 08:03:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 ciss.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, 21 Dec 2006 11:23:02 -0000 delphij 2006-12-21 08:03:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 ciss.4 Log: MFC 1.13 (by ps): Add E200, E200i, P400, and P400i storage controllers to supported list. Remove the E400 since it is not a real product. Revision Changes Path 1.11.2.3 +7 -1 src/share/man/man4/ciss.4 From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2160116A599; Thu, 21 Dec 2006 11:23:03 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E9DD913C482; Thu, 21 Dec 2006 11:23:02 +0000 (UTC) (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 kBL6q9Sm033062; Thu, 21 Dec 2006 06:52:09 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBL6q96r033061; Thu, 21 Dec 2006 06:52:09 GMT (envelope-from delphij) Message-Id: <200612210652.kBL6q96r033061@repoman.freebsd.org> From: Xin LI Date: Thu, 21 Dec 2006 06: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/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, 21 Dec 2006 11:23:03 -0000 delphij 2006-12-21 06:52:09 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add an entry for recently fixed proftpd remote code execution vulnerabilities. Reviewed by: remoko Revision Changes Path 1.1258 +27 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3539616A513; Thu, 21 Dec 2006 11:23:03 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0BEC713C484; Thu, 21 Dec 2006 11:23:03 +0000 (UTC) (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 kBLBN2tQ091572; Thu, 21 Dec 2006 11:23:02 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLBN2Ps091571; Thu, 21 Dec 2006 11:23:02 GMT (envelope-from arved) Message-Id: <200612211123.kBLBN2Ps091571@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 21 Dec 2006 11:23:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/LPRng Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:03 -0000 arved 2006-12-21 11:23:02 UTC FreeBSD ports repository Modified files: sysutils/LPRng Makefile Log: Fix build on CURRENT Revision Changes Path 1.41 +2 -1 ports/sysutils/LPRng/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3798716A4A7; Thu, 21 Dec 2006 11:23:04 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EA84513C48F; Thu, 21 Dec 2006 11:23:03 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBL5qsJi022868; Thu, 21 Dec 2006 05:52:54 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBL5qsa5022866; Thu, 21 Dec 2006 05:52:54 GMT (envelope-from grog) Message-Id: <200612210552.kBL5qsa5022866@repoman.freebsd.org> From: Greg Lehey Date: Thu, 21 Dec 2006 05:52:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/mythtv/files mythbackend.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, 21 Dec 2006 11:23:04 -0000 grog 2006-12-21 05:52:54 UTC FreeBSD ports repository Added files: multimedia/mythtv/files mythbackend.in Log: Install the rc.d script in the canonical way. Suggested by: itetcu Revision Changes Path 1.1 +27 -0 ports/multimedia/mythtv/files/mythbackend.in (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60FFD16A64C; Thu, 21 Dec 2006 11:23:04 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2267E13C491; Thu, 21 Dec 2006 11:23:04 +0000 (UTC) (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 kBL5vmrI023493; Thu, 21 Dec 2006 05:57:48 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBL5vmMR023492; Thu, 21 Dec 2006 05:57:48 GMT (envelope-from clsung) Message-Id: <200612210557.kBL5vmMR023492@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 21 Dec 2006 05:57: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-WWW-Myspace 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, 21 Dec 2006 11:23:04 -0000 clsung 2006-12-21 05:57:48 UTC FreeBSD ports repository Modified files: www/p5-WWW-Myspace Makefile distinfo pkg-plist Log: - Update to 0.61 Revision Changes Path 1.9 +1 -1 ports/www/p5-WWW-Myspace/Makefile 1.9 +3 -3 ports/www/p5-WWW-Myspace/distinfo 1.3 +1 -4 ports/www/p5-WWW-Myspace/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8FC7116A6A8; Thu, 21 Dec 2006 11:23:04 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4818F13C492; Thu, 21 Dec 2006 11:23:04 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBL5tYAb023381; Thu, 21 Dec 2006 05:55:34 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBL5tYTa023380; Thu, 21 Dec 2006 05:55:34 GMT (envelope-from grog) Message-Id: <200612210555.kBL5tYTa023380@repoman.freebsd.org> From: Greg Lehey Date: Thu, 21 Dec 2006 05:55: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/multimedia/mythtv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:05 -0000 grog 2006-12-21 05:55:34 UTC FreeBSD ports repository Modified files: multimedia/mythtv Makefile Log: Use MySQL 5.1, not 4.0. Make MySQL server an option, not a requirement. We only need the client to build. Install mythbackend in a more conventional manner. Suggested by: itetcu Revision Changes Path 1.2 +9 -8 ports/multimedia/mythtv/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6F3D16A6E9; Thu, 21 Dec 2006 11:23:04 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8072A13C494; Thu, 21 Dec 2006 11:23:04 +0000 (UTC) (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 kBL5ekQm020466; Thu, 21 Dec 2006 05:40:46 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBL5ekLR020465; Thu, 21 Dec 2006 05:40:46 GMT (envelope-from marcel) Message-Id: <200612210540.kBL5ekLR020465@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 21 Dec 2006 05:40: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/fs/msdosfs bpb.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:05 -0000 marcel 2006-12-21 05:40:46 UTC FreeBSD src repository Modified files: sys/fs/msdosfs bpb.h Log: Unbreak 64-bit little-endian systems that do require alignment. The fix involves using le16dec(), le32dec(), le16enc() and le32enc(). This eliminates invalid casts and duplicated logic. Revision Changes Path 1.14 +5 -18 src/sys/fs/msdosfs/bpb.h From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 051DA16A720; Thu, 21 Dec 2006 11:23:04 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A5F2413C44C; Thu, 21 Dec 2006 11:23:04 +0000 (UTC) (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 kBL5dSb5020336; Thu, 21 Dec 2006 05:39:28 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBL5dSL9020335; Thu, 21 Dec 2006 05:39:28 GMT (envelope-from alepulver) Message-Id: <200612210539.kBL5dSL9020335@repoman.freebsd.org> From: Alejandro Pulver Date: Thu, 21 Dec 2006 05:39: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/editors/e93 Makefile distinfo pkg-plist ports/editors/e93/files patch-channels.c patch-shell.c patch-shellcmd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:05 -0000 alepulver 2006-12-21 05:39:28 UTC FreeBSD ports repository Modified files: editors/e93 Makefile distinfo pkg-plist Added files: editors/e93/files patch-channels.c patch-shell.c patch-shellcmd.c Log: - Update to version 1.3.4. - Fix building so remove BROKEN. Revision Changes Path 1.32 +12 -38 ports/editors/e93/Makefile 1.10 +3 -3 ports/editors/e93/distinfo 1.1 +20 -0 ports/editors/e93/files/patch-channels.c (new) 1.1 +11 -0 ports/editors/e93/files/patch-shell.c (new) 1.1 +111 -0 ports/editors/e93/files/patch-shellcmd.c (new) 1.5 +32 -12 ports/editors/e93/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6ED4216A728; Thu, 21 Dec 2006 11:23:54 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1FF9B13C496; Thu, 21 Dec 2006 11:23:28 +0000 (UTC) (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 kBL1wM5V072209; Thu, 21 Dec 2006 01:58:22 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBL1wMi5072208; Thu, 21 Dec 2006 01:58:22 GMT (envelope-from bz) Message-Id: <200612210158.kBL1wMi5072208@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Thu, 21 Dec 2006 01:58: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.sbin/bsnmpd/modules Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:54 -0000 bz 2006-12-21 01:58:22 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules Makefile Log: ia64 is nit-picking according to tinderbox so temporary disconnect the bridge module from the build until this is fixed. Revision Changes Path 1.14 +0 -1 src/usr.sbin/bsnmpd/modules/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 31D5E16A744; Thu, 21 Dec 2006 11:23:55 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DB90413C4BA; Thu, 21 Dec 2006 11:23:29 +0000 (UTC) (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 kBKNxNOD043245; Wed, 20 Dec 2006 23:59:23 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKNxMBd043244; Wed, 20 Dec 2006 23:59:22 GMT (envelope-from ahze) Message-Id: <200612202359.kBKNxMBd043244@repoman.freebsd.org> From: Michael Johnson Date: Wed, 20 Dec 2006 23:59:22 +0000 (UTC) To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/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: Thu, 21 Dec 2006 11:23:55 -0000 ahze 2006-12-20 23:59:22 UTC FreeBSD ports repository Modified files: textproc/intltool Makefile distinfo Log: Update to 0.35.2 Revision Changes Path 1.52 +2 -2 ports/textproc/intltool/Makefile 1.37 +3 -3 ports/textproc/intltool/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7DDBB16A703; Thu, 21 Dec 2006 11:23:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1123013C4BC; Thu, 21 Dec 2006 11:23:30 +0000 (UTC) (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 kBKNfxmg040392; Wed, 20 Dec 2006 23:41:59 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKNfxX7040391; Wed, 20 Dec 2006 23:41:59 GMT (envelope-from rwatson) Message-Id: <200612202341.kBKNfxX7040391@repoman.freebsd.org> From: Robert Watson Date: Wed, 20 Dec 2006 23:41:59 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys mac_policy.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:55 -0000 rwatson 2006-12-20 23:41:59 UTC FreeBSD src repository Modified files: sys/sys mac_policy.h Log: Comment LABEL_TO_SLOT() macro, including observing that we'd like to improve this policy API to avoid encoding struct label binary layout in policy modules. Obtained from: TrustedBSD Project Revision Changes Path 1.80 +8 -0 src/sys/sys/mac_policy.h From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 891FB16A70E; Thu, 21 Dec 2006 11:23:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3DD9813C4BF; Thu, 21 Dec 2006 11:23:30 +0000 (UTC) (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 kBKNHYBD036046; Wed, 20 Dec 2006 23:17:34 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKNHYWk036045; Wed, 20 Dec 2006 23:17:34 GMT (envelope-from rwatson) Message-Id: <200612202317.kBKNHYWk036045@repoman.freebsd.org> From: Robert Watson Date: Wed, 20 Dec 2006 23:17:34 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/mac mac_sysv_msg.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:55 -0000 rwatson 2006-12-20 23:17:34 UTC FreeBSD src repository Modified files: sys/security/mac mac_sysv_msg.c Log: Trim trailing white space. Revision Changes Path 1.5 +5 -5 src/sys/security/mac/mac_sysv_msg.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D84A16A712; Thu, 21 Dec 2006 11:23:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 50B5C13C4C0; Thu, 21 Dec 2006 11:23:30 +0000 (UTC) (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 kBKNB101032334; Wed, 20 Dec 2006 23:11:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKNB17U032333; Wed, 20 Dec 2006 23:11:01 GMT (envelope-from rwatson) Message-Id: <200612202311.kBKNB17U032333@repoman.freebsd.org> From: Robert Watson Date: Wed, 20 Dec 2006 23:11: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/security/mac mac_inet.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:55 -0000 rwatson 2006-12-20 23:11:01 UTC FreeBSD src repository Modified files: sys/security/mac mac_inet.c Log: Re-wrap comment at 77 character columns. Revision Changes Path 1.6 +7 -7 src/sys/security/mac/mac_inet.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9701416A741; Thu, 21 Dec 2006 11:23:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 650CB13C4C1; Thu, 21 Dec 2006 11:23:30 +0000 (UTC) (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 kBKNElvv035747; Wed, 20 Dec 2006 23:14:47 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKNElM1035746; Wed, 20 Dec 2006 23:14:47 GMT (envelope-from rwatson) Message-Id: <200612202314.kBKNElM1035746@repoman.freebsd.org> From: Robert Watson Date: Wed, 20 Dec 2006 23:14:47 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/mac mac_posix_sem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:56 -0000 rwatson 2006-12-20 23:14:47 UTC FreeBSD src repository Modified files: sys/security/mac mac_posix_sem.c Log: Trim trailing white space. Revision Changes Path 1.5 +2 -2 src/sys/security/mac/mac_posix_sem.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9811F16A746; Thu, 21 Dec 2006 11:23:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 78EBB13C4C2; Thu, 21 Dec 2006 11:23:30 +0000 (UTC) (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 kBKNG2v5035908; Wed, 20 Dec 2006 23:16:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKNG2rr035907; Wed, 20 Dec 2006 23:16:02 GMT (envelope-from rwatson) Message-Id: <200612202316.kBKNG2rr035907@repoman.freebsd.org> From: Robert Watson Date: Wed, 20 Dec 2006 23:16: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/security/mac mac_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: Thu, 21 Dec 2006 11:23:56 -0000 rwatson 2006-12-20 23:16:01 UTC FreeBSD src repository Modified files: sys/security/mac mac_process.c Log: Clean up comment white space and line wrapping. Revision Changes Path 1.115 +14 -15 src/sys/security/mac/mac_process.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A118016A74A; Thu, 21 Dec 2006 11:23:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A0D6B13C4C4; Thu, 21 Dec 2006 11:23:30 +0000 (UTC) (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 kBKNGgI9035944; Wed, 20 Dec 2006 23:16:42 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKNGgqj035943; Wed, 20 Dec 2006 23:16:42 GMT (envelope-from rwatson) Message-Id: <200612202316.kBKNGgqj035943@repoman.freebsd.org> From: Robert Watson Date: Wed, 20 Dec 2006 23: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/sys/security/mac mac_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:56 -0000 rwatson 2006-12-20 23:16:41 UTC FreeBSD src repository Modified files: sys/security/mac mac_socket.c Log: Document socket labeling model. Clean up comment white space and wrapping. Obtained from: TrustedBSD Project Revision Changes Path 1.7 +27 -15 src/sys/security/mac/mac_socket.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A6B5016A74B; Thu, 21 Dec 2006 11:23:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8D13913C4C3; Thu, 21 Dec 2006 11:23:30 +0000 (UTC) (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 kBKND4e9035337; Wed, 20 Dec 2006 23:13:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKND4RR035336; Wed, 20 Dec 2006 23:13:04 GMT (envelope-from rwatson) Message-Id: <200612202313.kBKND4RR035336@repoman.freebsd.org> From: Robert Watson Date: Wed, 20 Dec 2006 23:13:04 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/mac mac_label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:56 -0000 rwatson 2006-12-20 23:13:04 UTC FreeBSD src repository Modified files: sys/security/mac mac_label.c Log: Staticize and comment zone_label. Obtained from: TrustedBSD Project Revision Changes Path 1.5 +7 -1 src/sys/security/mac/mac_label.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD23416A74D; Thu, 21 Dec 2006 11:23:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B4D7213C4C5; Thu, 21 Dec 2006 11:23:30 +0000 (UTC) (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 kBKNFRmO035843; Wed, 20 Dec 2006 23:15:27 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKNFRrn035842; Wed, 20 Dec 2006 23:15:27 GMT (envelope-from rwatson) Message-Id: <200612202315.kBKNFRrn035842@repoman.freebsd.org> From: Robert Watson Date: Wed, 20 Dec 2006 23:15: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/security/mac mac_priv.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:56 -0000 rwatson 2006-12-20 23:15:27 UTC FreeBSD src repository Modified files: sys/security/mac mac_priv.c Log: Additional comments regarding the interaction between the kernel privilege model and the MAC Framework. Obtained from: TrustedBSD Project Revision Changes Path 1.2 +18 -0 src/sys/security/mac/mac_priv.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B52F216A74F; Thu, 21 Dec 2006 11:23:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C892F13C4C6; Thu, 21 Dec 2006 11:23:30 +0000 (UTC) (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 kBKNCav7034919; Wed, 20 Dec 2006 23:12:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKNCag4034918; Wed, 20 Dec 2006 23:12:36 GMT (envelope-from rwatson) Message-Id: <200612202312.kBKNCag4034918@repoman.freebsd.org> From: Robert Watson Date: Wed, 20 Dec 2006 23:12: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/security/mac mac_internal.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:56 -0000 rwatson 2006-12-20 23:12:36 UTC FreeBSD src repository Modified files: sys/security/mac mac_internal.h Log: Clean up comments, trailing white space. Provide a comment describing MAC_EXTERNALIZE(). Obtained from: TrustedBSD Project Revision Changes Path 1.116 +27 -17 src/sys/security/mac/mac_internal.h From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C348B16A757; Thu, 21 Dec 2006 11:23:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DC16213C4C7; Thu, 21 Dec 2006 11:23:30 +0000 (UTC) (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 kBKNIH01036095; Wed, 20 Dec 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 kBKNIHVd036094; Wed, 20 Dec 2006 23:18:17 GMT (envelope-from rwatson) Message-Id: <200612202318.kBKNIHVd036094@repoman.freebsd.org> From: Robert Watson Date: Wed, 20 Dec 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/sys/security/mac mac_vfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:57 -0000 rwatson 2006-12-20 23:18:17 UTC FreeBSD src repository Modified files: sys/security/mac mac_vfs.c Log: Trim trailing white space, clean up comment line wrapping and formatting. Document mac_associate_nfsd_label(). Obtained from: TrustedBSD Project Revision Changes Path 1.115 +21 -10 src/sys/security/mac/mac_vfs.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6E9216A759; Thu, 21 Dec 2006 11:23:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F02F313C4C8; Thu, 21 Dec 2006 11:23:30 +0000 (UTC) (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 kBKNEYgc035663; Wed, 20 Dec 2006 23:14:34 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKNEXYh035660; Wed, 20 Dec 2006 23:14:33 GMT (envelope-from rwatson) Message-Id: <200612202314.kBKNEXYh035660@repoman.freebsd.org> From: Robert Watson Date: Wed, 20 Dec 2006 23:14:33 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/mac mac_net.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:57 -0000 rwatson 2006-12-20 23:14:33 UTC FreeBSD src repository Modified files: sys/security/mac mac_net.c Log: Document that we could allocate the mbuf label as part of the tag rather than from the slab, but don't. Document mac_mbuf_to_label(), mac_copy_mbuf_tag(). Clean up white space/wrapping for other comments. Obtained from: TrustedBSD Project Revision Changes Path 1.122 +26 -8 src/sys/security/mac/mac_net.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD0EE16A75A; Thu, 21 Dec 2006 11:23:55 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0D5C613C4C9; Thu, 21 Dec 2006 11:23:31 +0000 (UTC) (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 kBKNCLc8034414; Wed, 20 Dec 2006 23:12:21 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKNCLmi034413; Wed, 20 Dec 2006 23:12:21 GMT (envelope-from ahze) Message-Id: <200612202312.kBKNCLmi034413@repoman.freebsd.org> From: Michael Johnson Date: Wed, 20 Dec 2006 23:12: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/firefox Makefile distinfo ports/www/firefox/files patch-gfx_src_ps_nsFontMetricsPS.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, 21 Dec 2006 11:23:57 -0000 ahze 2006-12-20 23:12:21 UTC FreeBSD ports repository Modified files: www/firefox Makefile distinfo Removed files: www/firefox/files patch-gfx_src_ps_nsFontMetricsPS.cpp Log: Update to 2.0.0.1 Release notes: http://www.mozilla.com/en-US/firefox/2.0.0.1/releasenotes/ Revision Changes Path 1.169 +1 -2 ports/www/firefox/Makefile 1.39 +3 -3 ports/www/firefox/distinfo 1.2 +0 -26 ports/www/firefox/files/patch-gfx_src_ps_nsFontMetricsPS.cpp (dead) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F14AE16A766; Thu, 21 Dec 2006 11:23:55 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4E48713C4CD; Thu, 21 Dec 2006 11:23:31 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKN3ZRF031577; Wed, 20 Dec 2006 23:03:35 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKN3Z4R031576; Wed, 20 Dec 2006 23:03:35 GMT (envelope-from bsam) Message-Id: <200612202303.kBKN3Z4R031576@repoman.freebsd.org> From: Boris Samorodov Date: Wed, 20 Dec 2006 23:03: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: Thu, 21 Dec 2006 11:23:57 -0000 bsam 2006-12-20 23:03:35 UTC FreeBSD ports repository Modified files: . modules Log: linux-libaio --> ports/emulators/linux-libaio Revision Changes Path 1.16902 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0440D16A769; Thu, 21 Dec 2006 11:23:55 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5D01413C4CE; Thu, 21 Dec 2006 11:23:31 +0000 (UTC) (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 kBKN2tQt030180; Wed, 20 Dec 2006 23:02:55 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKN2tr3030179; Wed, 20 Dec 2006 23:02:55 GMT (envelope-from clsung) Message-Id: <200612202302.kBKN2tr3030179@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 23: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/devel/ipython 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, 21 Dec 2006 11:23:57 -0000 clsung 2006-12-20 23:02:55 UTC FreeBSD ports repository Modified files: devel/ipython Makefile distinfo pkg-plist Log: - Update to 0.7.3 PR: ports/106976 Submitted by: maintainer (Dryice Liu) Revision Changes Path 1.25 +1 -2 ports/devel/ipython/Makefile 1.21 +3 -3 ports/devel/ipython/distinfo 1.16 +25 -0 ports/devel/ipython/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D60B16AB13; Thu, 21 Dec 2006 11:23:56 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 779DA13C4CF; Thu, 21 Dec 2006 11:23:31 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKN2xPL030249; Wed, 20 Dec 2006 23:02:59 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKN2xvk030248; Wed, 20 Dec 2006 23:02:59 GMT (envelope-from bsam) Message-Id: <200612202302.kBKN2xvk030248@repoman.freebsd.org> From: Boris Samorodov Date: Wed, 20 Dec 2006 23:02:59 +0000 (UTC) To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators Makefile ports/emulators/linux-libaio Makefile distinfo.i386 pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:57 -0000 bsam 2006-12-20 23:02:59 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/linux-libaio Makefile distinfo.i386 pkg-descr pkg-plist Log: The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a richer API and capability set than the simple POSIX async I/O facility. This library, libaio, provides the Linux-native API for async I/O. The POSIX async I/O facility requires this library in order to provide kernel-accelerated async I/O capabilities, as do applications which require the Linux-native async I/O API. PR: ports/106994 Submitted by: Simun Mikecin Revision Changes Path 1.206 +1 -0 ports/emulators/Makefile 1.1 +20 -0 ports/emulators/linux-libaio/Makefile (new) 1.1 +6 -0 ports/emulators/linux-libaio/distinfo.i386 (new) 1.1 +6 -0 ports/emulators/linux-libaio/pkg-descr (new) 1.1 +6 -0 ports/emulators/linux-libaio/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 44B3016A58D; Thu, 21 Dec 2006 11:23:56 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B2EFF13C4D4; Thu, 21 Dec 2006 11:23:31 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKLrUX2018620; Wed, 20 Dec 2006 21:53:30 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKLrUum018619; Wed, 20 Dec 2006 21:53:30 GMT (envelope-from bsam) Message-Id: <200612202153.kBKLrUum018619@repoman.freebsd.org> From: Boris Samorodov Date: Wed, 20 Dec 2006 21:53:30 +0000 (UTC) To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/larbin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:57 -0000 bsam 2006-12-20 21:53:30 UTC FreeBSD ports repository Modified files: www/larbin Makefile Log: In preparation to deprecate shells/bash2: . change BUILD_DEPENDS: shells/bash2 -> shells/bash. Revision Changes Path 1.16 +1 -1 ports/www/larbin/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A09116A592; Thu, 21 Dec 2006 11:23:56 +0000 (UTC) (envelope-from syrinx@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BF24713C4D6; Thu, 21 Dec 2006 11:23:31 +0000 (UTC) (envelope-from syrinx@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKMAYhv021778; Wed, 20 Dec 2006 22:10:34 GMT (envelope-from syrinx@repoman.freebsd.org) Received: (from syrinx@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKMAYJk021777; Wed, 20 Dec 2006 22:10:34 GMT (envelope-from syrinx) Message-Id: <200612202210.kBKMAYJk021777@repoman.freebsd.org> From: Shteryana Shopova Date: Wed, 20 Dec 2006 22: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/etc snmpd.config X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:58 -0000 syrinx 2006-12-20 22:10:34 UTC FreeBSD src repository Modified files: etc snmpd.config Log: Add a (disabled) configuration line to enable snmp_bridge(3) module. Approved by: bz (mentor) Revision Changes Path 1.8 +6 -0 src/etc/snmpd.config From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 586E716A59C; Thu, 21 Dec 2006 11:23:56 +0000 (UTC) (envelope-from syrinx@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D870F13C4D7; Thu, 21 Dec 2006 11:23:31 +0000 (UTC) (envelope-from syrinx@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKM8Zgh021640; Wed, 20 Dec 2006 22:08:35 GMT (envelope-from syrinx@repoman.freebsd.org) Received: (from syrinx@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKM8ZCk021639; Wed, 20 Dec 2006 22:08:35 GMT (envelope-from syrinx) Message-Id: <200612202208.kBKM8ZCk021639@repoman.freebsd.org> From: Shteryana Shopova Date: Wed, 20 Dec 2006 22:08:35 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/bsnmpd/modules Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:58 -0000 syrinx 2006-12-20 22:08:35 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules Makefile Log: Connect the snmp_bridge(3) module to the build. Approved by: bz (mentor) Revision Changes Path 1.13 +1 -0 src/usr.sbin/bsnmpd/modules/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 79F6516A5A3; Thu, 21 Dec 2006 11:23:56 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E40D613C4D8; Thu, 21 Dec 2006 11:23:31 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKLpR0R017968; Wed, 20 Dec 2006 21:51:27 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKLpRu8017967; Wed, 20 Dec 2006 21:51:27 GMT (envelope-from bsam) Message-Id: <200612202151.kBKLpRu8017967@repoman.freebsd.org> From: Boris Samorodov Date: Wed, 20 Dec 2006 21: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/textproc/tex2im Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:59 -0000 bsam 2006-12-20 21:51:27 UTC FreeBSD ports repository Modified files: textproc/tex2im Makefile Log: In preparation to deprecate shells/bash2: - change RUN_DEPENDS: shells/bash2 -> shells/bash; - bump PORTREVISION. Revision Changes Path 1.14 +2 -2 ports/textproc/tex2im/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 91A1C16A5BC; Thu, 21 Dec 2006 11:23:56 +0000 (UTC) (envelope-from syrinx@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 09B1C13C4D9; Thu, 21 Dec 2006 11:23:32 +0000 (UTC) (envelope-from syrinx@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKM2kxU019715; Wed, 20 Dec 2006 22:02:46 GMT (envelope-from syrinx@repoman.freebsd.org) Received: (from syrinx@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKM2k9J019714; Wed, 20 Dec 2006 22:02:46 GMT (envelope-from syrinx) Message-Id: <200612202202.kBKM2k9J019714@repoman.freebsd.org> From: Shteryana Shopova Date: Wed, 20 Dec 2006 22:02: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/usr.sbin/bsnmpd/modules/snmp_bridge bridge_port.c bridge_snmp.h bridge_sys.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:23:59 -0000 syrinx 2006-12-20 22:02:46 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules/snmp_bridge bridge_port.c bridge_snmp.h bridge_sys.c Log: Keep in sync with the if_bridge(4) module (rev. 1.20 if_bridgevar.h, 1.12 bridgestp.h) and rename all PointToPoint related variables from P2P to PTP (s/P2P/PTP/g s/p2p/ptp/g). Approved by: bz (mentor) Revision Changes Path 1.5 +12 -12 src/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c 1.3 +4 -4 src/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_snmp.h 1.4 +20 -20 src/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A22BC16A5BF; Thu, 21 Dec 2006 11:23:56 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2597013C4DB; Thu, 21 Dec 2006 11:23:32 +0000 (UTC) (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 kBKLEOfq012296; Wed, 20 Dec 2006 21:14:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKLEOEV012295; Wed, 20 Dec 2006 21:14:24 GMT (envelope-from pav) Message-Id: <200612202114.kBKLEOEV012295@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 20 Dec 2006 21:14:24 +0000 (UTC) To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/gnome-mount Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:24:00 -0000 pav 2006-12-20 21:14:24 UTC FreeBSD ports repository Modified files: sysutils/gnome-mount Makefile Log: - Fix typo Revision Changes Path 1.4 +1 -1 ports/sysutils/gnome-mount/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF22416A615; Thu, 21 Dec 2006 11:23:56 +0000 (UTC) (envelope-from syrinx@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2F8FA13C4DD; Thu, 21 Dec 2006 11:23:32 +0000 (UTC) (envelope-from syrinx@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKLVSGh014873; Wed, 20 Dec 2006 21:31:28 GMT (envelope-from syrinx@repoman.freebsd.org) Received: (from syrinx@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKLVShF014872; Wed, 20 Dec 2006 21:31:28 GMT (envelope-from syrinx) Message-Id: <200612202131.kBKLVShF014872@repoman.freebsd.org> From: Shteryana Shopova Date: Wed, 20 Dec 2006 21:31: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.sbin/bsnmpd/modules/snmp_bridge bridge_if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:24:00 -0000 syrinx 2006-12-20 21:31:28 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules/snmp_bridge bridge_if.c Log: Remove an unused variable. Approved by: bz (mentor) Revision Changes Path 1.5 +0 -1 src/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_if.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C447016A72B; Thu, 21 Dec 2006 11:23:56 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4281313C4DE; Thu, 21 Dec 2006 11:23:32 +0000 (UTC) (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 kBKLbjWL015684; Wed, 20 Dec 2006 21:37:45 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKLbj3Q015683; Wed, 20 Dec 2006 21:37:45 GMT (envelope-from ahze) Message-Id: <200612202137.kBKLbj3Q015683@repoman.freebsd.org> From: Michael Johnson Date: Wed, 20 Dec 2006 21:37:44 +0000 (UTC) To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/thunderbird Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:24:00 -0000 ahze 2006-12-20 21:37:44 UTC FreeBSD ports repository Modified files: mail/thunderbird Makefile distinfo Log: Update to 1.5.0.9 Release notes: http://www.mozilla.com/en-US/thunderbird/releases/1.5.0.9.html Revision Changes Path 1.72 +6 -15 ports/mail/thunderbird/Makefile 1.27 +3 -3 ports/mail/thunderbird/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F27116A773; Thu, 21 Dec 2006 11:23:56 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 74F1C13C4E3; Thu, 21 Dec 2006 11:23:32 +0000 (UTC) (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 kBKKiM8E091110; Wed, 20 Dec 2006 20:44:22 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKKiM34091109; Wed, 20 Dec 2006 20:44:22 GMT (envelope-from lofi) Message-Id: <200612202044.kBKKiM34091109@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 20 Dec 2006 20:44:22 +0000 (UTC) To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports 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, 21 Dec 2006 11:24:00 -0000 lofi 2006-12-20 20:44:22 UTC FreeBSD ports repository Modified files: . UPDATING Log: Update the recent kdebase entry with some more useful information about media:/ behaviour with HAL. Revision Changes Path 1.435 +24 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1277316AB0D; Thu, 21 Dec 2006 11:23:56 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7B29413C4E4; Thu, 21 Dec 2006 11:23:32 +0000 (UTC) (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 kBKKtP3L001258; Wed, 20 Dec 2006 20:55:25 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKKtPjX001257; Wed, 20 Dec 2006 20:55:25 GMT (envelope-from roberto) Message-Id: <200612202055.kBKKtPjX001257@repoman.freebsd.org> From: Ollivier Robert Date: Wed, 20 Dec 2006 20:55: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/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: Thu, 21 Dec 2006 11:24:00 -0000 roberto 2006-12-20 20:55:25 UTC FreeBSD ports repository Modified files: devel/mercurial Makefile Log: There are no *.txt files in the "root" directory now[1]. Install the HTML ones in addition. Found by: Kostik Belousov [1] Revision Changes Path 1.18 +1 -1 ports/devel/mercurial/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22D6016AB27; Thu, 21 Dec 2006 11:23:57 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8683313C4E5; Thu, 21 Dec 2006 11:23:32 +0000 (UTC) (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 kBKKhJV3090981; Wed, 20 Dec 2006 20:43:19 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKKhJku090978; Wed, 20 Dec 2006 20:43:19 GMT (envelope-from rwatson) Message-Id: <200612202043.kBKKhJku090978@repoman.freebsd.org> From: Robert Watson Date: Wed, 20 Dec 2006 20:43:19 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/mac mac_framework.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:24:00 -0000 rwatson 2006-12-20 20:43:19 UTC FreeBSD src repository Modified files: sys/security/mac mac_framework.h Log: Comment and white space cleanup. Exapnd comments on System V IPC labeling methods, which could use improved consistency with respect to other object types. Obtained from: TrustedBSD Project Revision Changes Path 1.77 +17 -15 src/sys/security/mac/mac_framework.h From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2EE0916AB29; Thu, 21 Dec 2006 11:23:57 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A2CDB13C4E7; Thu, 21 Dec 2006 11:23:32 +0000 (UTC) (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 kBKKfLYP090036; Wed, 20 Dec 2006 20:41:21 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKKfL4T090035; Wed, 20 Dec 2006 20:41:21 GMT (envelope-from marcus) Message-Id: <200612202041.kBKKfL4T090035@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 20 Dec 2006 20:41: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/sysutils/gnome-volume-manager Makefile ports/sysutils/gnome-volume-manager/files patch-src_manager.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:24:00 -0000 marcus 2006-12-20 20:41:21 UTC FreeBSD ports repository Modified files: sysutils/gnome-volume-manager Makefile sysutils/gnome-volume-manager/files patch-src_manager.c Log: Fix detection of local users that use startx. Reported by: pav Revision Changes Path 1.4 +1 -1 ports/sysutils/gnome-volume-manager/Makefile 1.2 +5 -2 ports/sysutils/gnome-volume-manager/files/patch-src_manager.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 316C516AB2B; Thu, 21 Dec 2006 11:23:57 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A26DA13C4E6; Thu, 21 Dec 2006 11:23:32 +0000 (UTC) (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 kBKKgwxd090821; Wed, 20 Dec 2006 20:42:58 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKKgwqR090819; Wed, 20 Dec 2006 20:42:58 GMT (envelope-from jkim) Message-Id: <200612202042.kBKKgwqR090819@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 20 Dec 2006 20:42: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/i386/linux linux_proto.h linux_syscall.h linux_sysent.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:24:01 -0000 jkim 2006-12-20 20:42:58 UTC FreeBSD src repository Modified files: sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: Regen (just to fix 'generated from' line from the previous commit). Revision Changes Path 1.89 +1 -1 src/sys/i386/linux/linux_proto.h 1.82 +1 -1 src/sys/i386/linux/linux_syscall.h 1.89 +1 -1 src/sys/i386/linux/linux_sysent.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C73516A597; Thu, 21 Dec 2006 11:23:57 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ABF9013C4E8; Thu, 21 Dec 2006 11:23:32 +0000 (UTC) (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 kBKKgsG9090743; Wed, 20 Dec 2006 20:42:54 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKKgsHD090742; Wed, 20 Dec 2006 20:42:54 GMT (envelope-from lofi) Message-Id: <200612202042.kBKKgsHD090742@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 20 Dec 2006 20:42:54 +0000 (UTC) To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/kdebase3 Makefile ports/x11/kdebase3/files extrapatch-kioslave_media_mediamanager-halbackend.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, 21 Dec 2006 11:24:01 -0000 lofi 2006-12-20 20:42:54 UTC FreeBSD ports repository Modified files: x11/kdebase3 Makefile x11/kdebase3/files extrapatch-kioslave_media_mediamanager-halbackend.cpp Log: Fix a linuxism in media:/ that prevents cd-roms from being mounted (by trying to mount them with -noatime). Also make kio_media more debug- chatty in case users find more problems. Revision Changes Path 1.186 +1 -0 ports/x11/kdebase3/Makefile 1.2 +190 -1 ports/x11/kdebase3/files/extrapatch-kioslave_media_mediamanager-halbackend.cpp From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6172916A671; Thu, 21 Dec 2006 11:23:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2F2C213C4EC; Thu, 21 Dec 2006 11:23:31 +0000 (UTC) (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 kBL2GGrW076459; Thu, 21 Dec 2006 02:16:16 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBL2GGX5076458; Thu, 21 Dec 2006 02:16:16 GMT (envelope-from clsung) Message-Id: <200612210216.kBL2GGX5076458@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 21 Dec 2006 02:16: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/clearsilver Makefile pkg-plist ports/www/clearsilver/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:24:01 -0000 clsung 2006-12-21 02:16:16 UTC FreeBSD ports repository Modified files: www/clearsilver Makefile pkg-plist Added files: www/clearsilver/files patch-configure Log: - unbreak on 4.x - www/clearsilver was marked BROKEN on FreeBSD 4.X because of a missing pthread library. However, pthread.h exists on 4.X, and that causes the configure script to get confused. Clearsilver can be built successfully on 4.X as long as the proper HAVE_PTHREAD value is set. PR: ports/106744 Submitted by: Greg Larkin Revision Changes Path 1.16 +5 -2 ports/www/clearsilver/Makefile 1.1 +17 -0 ports/www/clearsilver/files/patch-configure (new) 1.2 +2 -2 ports/www/clearsilver/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:50: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1854516A416; Thu, 21 Dec 2006 11:50:39 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from nat-application.b1.lan.prg.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.freebsd.org (Postfix) with ESMTP id 9934013C478; Thu, 21 Dec 2006 11:50:38 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by nat-application.b1.lan.prg.vol.cz (8.13.8/8.13.8) with ESMTP id kBLBobWF019479; Thu, 21 Dec 2006 12:50:37 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.8/8.13.8/Submit) id kBLBobQ6019478; Thu, 21 Dec 2006 12:50:37 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Joe Marcus Clarke In-Reply-To: <200612202041.kBKKfL4T090035@repoman.freebsd.org> References: <200612202041.kBKKfL4T090035@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8g31afsqhtNigwNqDfa+" Date: Thu, 21 Dec 2006 12:50:37 +0100 Message-Id: <1166701837.17288.2.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/gnome-volume-manager Makefile ports/sysutils/gnome-volume-manager/files patch-src_manager.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:50:39 -0000 --=-8g31afsqhtNigwNqDfa+ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable > marcus 2006-12-20 20:41:21 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > sysutils/gnome-volume-manager Makefile=20 > sysutils/gnome-volume-manager/files patch-src_manager.c=20 > Log: > Fix detection of local users that use startx. Thanks! You rock. --=20 Pav Lucistnik He had found a Nutri-Matic machine which had provided him with a plastic cu= p filled with a liquid that was almost, but not quite, entirely unlike tea. --=-8g31afsqhtNigwNqDfa+ Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQBFinUMntdYP8FOsoIRAjD/AKCfeHIcQSSs2GYeniXSu2l2FfOczgCgwwHh RwLiWowkZdRXu0kWAAFv19c= =w2/S -----END PGP SIGNATURE----- --=-8g31afsqhtNigwNqDfa+-- From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:53: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC7A016A4A7; Thu, 21 Dec 2006 11:53:38 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 951F613C47E; Thu, 21 Dec 2006 11:53:38 +0000 (UTC) (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 kBLBrcId096356; Thu, 21 Dec 2006 11:53:38 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLBrc1q096355; Thu, 21 Dec 2006 11:53:38 GMT (envelope-from kevlo) Message-Id: <200612211153.kBLBrc1q096355@repoman.freebsd.org> From: Kevin Lo Date: Thu, 21 Dec 2006 11:53: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/py-icalendar 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, 21 Dec 2006 11:53:38 -0000 kevlo 2006-12-21 11:53:38 UTC FreeBSD ports repository Modified files: devel/py-icalendar Makefile distinfo pkg-plist Log: Update to 1.2 PR: ports/106948 Submitted by: Li-Wen Hsu Revision Changes Path 1.3 +1 -3 ports/devel/py-icalendar/Makefile 1.3 +3 -3 ports/devel/py-icalendar/distinfo 1.4 +1 -0 ports/devel/py-icalendar/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 12:42: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CC5116A587; Thu, 21 Dec 2006 12:42:17 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 56B4413C44B; Thu, 21 Dec 2006 12:42:17 +0000 (UTC) (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 kBLCgHZR005156; Thu, 21 Dec 2006 12:42:17 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLCgHA0005153; Thu, 21 Dec 2006 12:42:17 GMT (envelope-from arved) Message-Id: <200612211242.kBLCgHA0005153@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 21 Dec 2006 12:42: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/security/bro/files patch-Conn.h patch-Serializer.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 12:42:17 -0000 arved 2006-12-21 12:42:16 UTC FreeBSD ports repository Modified files: security/bro/files patch-Conn.h Added files: security/bro/files patch-Serializer.h Log: Fix build with gcc41 Revision Changes Path 1.2 +11 -2 ports/security/bro/files/patch-Conn.h 1.1 +13 -0 ports/security/bro/files/patch-Serializer.h (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 12:43: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B23A116A517; Thu, 21 Dec 2006 12:43:02 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8C2B313C462; Thu, 21 Dec 2006 12:43:02 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLCh20k005423; Thu, 21 Dec 2006 12:43:02 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLCh2V0005422; Thu, 21 Dec 2006 12:43:02 GMT (envelope-from yar) Message-Id: <200612211243.kBLCh2V0005422@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 21 Dec 2006 12:43:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/lib/libc/sys sendfile.2 src/sys/boot/common loader.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, 21 Dec 2006 12:43:02 -0000 yar 2006-12-21 12:43:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) lib/libc/sys sendfile.2 sys/boot/common loader.8 Log: MFC: Document that kern.ipc.nsfbufs can be 0 on some arch'es. Approved by: re (bmah) Revision Changes Path 1.27.8.1 +19 -2 src/lib/libc/sys/sendfile.2 1.82.2.5.2.1 +4 -1 src/sys/boot/common/loader.8 From owner-cvs-all@FreeBSD.ORG Thu Dec 21 12:53: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97E0316A417; Thu, 21 Dec 2006 12:53:47 +0000 (UTC) (envelope-from ticso@cicely12.cicely.de) Received: from raven.bwct.de (raven.bwct.de [85.159.14.73]) by mx1.freebsd.org (Postfix) with ESMTP id 2447F13C45C; Thu, 21 Dec 2006 12:53:46 +0000 (UTC) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de ([10.1.1.7]) by raven.bwct.de (8.13.4/8.13.4) with ESMTP id kBLCWElG023998; Thu, 21 Dec 2006 13:32:15 +0100 (CET) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [10.1.1.14]) by cicely5.cicely.de (8.13.4/8.13.4) with ESMTP id kBLCW54G061431 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 21 Dec 2006 13:32:05 +0100 (CET) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.13.4/8.13.3) with ESMTP id kBLCW54F012086; Thu, 21 Dec 2006 13:32:05 +0100 (CET) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.13.4/8.13.3/Submit) id kBLCW4Vn012085; Thu, 21 Dec 2006 13:32:05 +0100 (CET) (envelope-from ticso) Date: Thu, 21 Dec 2006 13:32:04 +0100 From: Bernd Walter To: Warner Losh Message-ID: <20061221123204.GL75351@cicely12.cicely.de> References: <200612201825.kBKIPHts049971@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200612201825.kBKIPHts049971@repoman.freebsd.org> X-Operating-System: FreeBSD cicely12.cicely.de 5.4-STABLE alpha User-Agent: Mutt/1.5.9i X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED=-1.8, BAYES_00=-2.599 autolearn=ham version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on cicely12.cicely.de Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/arm/at91/libat91 spi_flash.c spi_flash.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ticso@cicely.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, 21 Dec 2006 12:53:47 -0000 On Wed, Dec 20, 2006 at 06:25:17PM +0000, Warner Losh wrote: > imp 2006-12-20 18:25:17 UTC > > FreeBSD src repository > > Modified files: > sys/boot/arm/at91/libat91 spi_flash.c spi_flash.h > Log: > MFp4: Differences in flash part for bwct. need a more generic way to cope. Thank's for merging. Yes - we need a more generic way - since I currently install 8kB only it is very likely that I will reduce the flash size. -- B.Walter http://www.bwct.de http://www.fizon.de bernd@bwct.de info@bwct.de support@fizon.de From owner-cvs-all@FreeBSD.ORG Thu Dec 21 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62FB816A415; Thu, 21 Dec 2006 12:57:07 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3CCB113C460; Thu, 21 Dec 2006 12:57:07 +0000 (UTC) (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 kBLCv7cs015860; Thu, 21 Dec 2006 12:57:07 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLCv7bg015859; Thu, 21 Dec 2006 12:57:07 GMT (envelope-from yongari) Message-Id: <200612211257.kBLCv7bg015859@repoman.freebsd.org> From: Pyun YongHyeon Date: Thu, 21 Dec 2006 12:57: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/pci if_rl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 12:57:07 -0000 yongari 2006-12-21 12:57:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_rl.c Log: MFC if_rl.c, 1.166 to RELENG_6. Don't assume IF_LLADDR returns aligned memory address. Because accessing ID registers in rtl81x9 needs 32bit register access and RL_IDR6/RL_IDR7 registers are reservered registers bzero() is needed before copying ethernet address. This fixes unaligned memory accesses panic in sparc64. Revision Changes Path 1.152.2.7 +5 -4 src/sys/pci/if_rl.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7362A16A416; Thu, 21 Dec 2006 12:57:07 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4CFB913C461; Thu, 21 Dec 2006 12:57:07 +0000 (UTC) (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 kBLCv7ka015865; Thu, 21 Dec 2006 12:57:07 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLCv7UX015864; Thu, 21 Dec 2006 12:57:07 GMT (envelope-from arved) Message-Id: <200612211257.kBLCv7UX015864@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 21 Dec 2006 12:57: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/aria/files patch-src::ItemCellPartial.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 12:57:07 -0000 arved 2006-12-21 12:57:07 UTC FreeBSD ports repository Added files: www/aria/files patch-src::ItemCellPartial.h Log: Fix build with gcc41 Revision Changes Path 1.1 +11 -0 ports/www/aria/files/patch-src::ItemCellPartial.h (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 13:03: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49C3B16A4D0; Thu, 21 Dec 2006 13:03:20 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AF57713C6CF; Thu, 21 Dec 2006 13:03:04 +0000 (UTC) (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 kBLD34Z6016747; Thu, 21 Dec 2006 13:03:04 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLD34ss016746; Thu, 21 Dec 2006 13:03:04 GMT (envelope-from lofi) Message-Id: <200612211303.kBLD34ss016746@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 21 Dec 2006 13:03:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/lanbrowsing Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 13:03:20 -0000 lofi 2006-12-21 13:03:04 UTC FreeBSD ports repository Modified files: net/lanbrowsing Makefile Log: nmblookup might not be in PATH when lisa tries to popen() it. Revision Changes Path 1.17 +4 -1 ports/net/lanbrowsing/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B56D316A494; Thu, 21 Dec 2006 13:11:06 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8F6E313C457; Thu, 21 Dec 2006 13:11:06 +0000 (UTC) (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 kBLDB67o018873; Thu, 21 Dec 2006 13:11:06 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLDB6Gd018872; Thu, 21 Dec 2006 13:11:06 GMT (envelope-from netchild) Message-Id: <200612211311.kBLDB6Gd018872@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 21 Dec 2006 13:11: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/compat/linux linux_ipc.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 13:11:06 -0000 netchild 2006-12-21 13:11:06 UTC FreeBSD src repository Modified files: sys/compat/linux linux_ipc.h Log: MFP4 (110956): Add definition for LINUX_MSG_INFO. This fixes the tinderbox errors. Submitted by: rdivacky Revision Changes Path 1.11 +2 -0 src/sys/compat/linux/linux_ipc.h From owner-cvs-all@FreeBSD.ORG Thu Dec 21 13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D50216A49E; Thu, 21 Dec 2006 13:21:00 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B91DB13C512; Thu, 21 Dec 2006 13:20:35 +0000 (UTC) (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 kBLDKZa0020415; Thu, 21 Dec 2006 13:20:35 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLDKZpk020414; Thu, 21 Dec 2006 13:20:35 GMT (envelope-from delphij) Message-Id: <200612211320.kBLDKZpk020414@repoman.freebsd.org> From: Xin LI Date: Thu, 21 Dec 2006 13:20: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/emulators/skyeye Makefile distinfo ports/emulators/skyeye/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 13:21:00 -0000 delphij 2006-12-21 13:20:35 UTC FreeBSD ports repository Modified files: emulators/skyeye Makefile distinfo emulators/skyeye/files patch-Makefile Log: Update to 1.2 release. Submitted by: RuanWei (maintainer) Revision Changes Path 1.6 +3 -1 ports/emulators/skyeye/Makefile 1.6 +3 -2 ports/emulators/skyeye/distinfo 1.3 +19 -15 ports/emulators/skyeye/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 13:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B88AA16A53C; Thu, 21 Dec 2006 13:23:36 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 90AA913C475; Thu, 21 Dec 2006 13:23:36 +0000 (UTC) (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 kBLDNXcd021430; Thu, 21 Dec 2006 13:23:33 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLDNXod021429; Thu, 21 Dec 2006 13:23:33 GMT (envelope-from lofi) Message-Id: <200612211323.kBLDNXod021429@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 21 Dec 2006 13:23:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/jack Makefile ports/audio/jack/files patch-example-clients_lsp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 13:23:36 -0000 lofi 2006-12-21 13:23:33 UTC FreeBSD ports repository Modified files: audio/jack Makefile Added files: audio/jack/files patch-example-clients_lsp.c Log: o/` One more time, we're gonna fix four-ehehex, oh yeah, all right o/` PR: ports/106982 Submitted by: KATO Tsuguru Revision Changes Path 1.35 +5 -4 ports/audio/jack/Makefile 1.1 +14 -0 ports/audio/jack/files/patch-example-clients_lsp.c (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 41BAC16A4A0; Thu, 21 Dec 2006 13:31:57 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 30FA913C460; Thu, 21 Dec 2006 13:31:57 +0000 (UTC) (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 kBLDVvV4023302; Thu, 21 Dec 2006 13:31:57 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLDVvHJ023301; Thu, 21 Dec 2006 13:31:57 GMT (envelope-from kuriyama) Message-Id: <200612211331.kBLDVvHJ023301@repoman.freebsd.org> From: Jun Kuriyama Date: Thu, 21 Dec 2006 13:31: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 UPDATING ports/mail/cone Makefile ports/mail/enigmail Makefile ports/mail/enigmail-thunderbird Makefile ports/mail/imp Makefile ports/mail/p5-Mail-SpamAssassin Makefile ports/mail/pygmy Makefile ports/misc/instant-workstation ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 13:31:57 -0000 kuriyama 2006-12-21 13:31:56 UTC FreeBSD ports repository Modified files: . UPDATING mail/cone Makefile mail/enigmail Makefile mail/enigmail-thunderbird Makefile mail/imp Makefile mail/p5-Mail-SpamAssassin Makefile mail/pygmy Makefile misc/instant-workstation Makefile misc/kdeutils3 Makefile net/nocatauth-gateway Makefile net/nocatauth-server Makefile news/c-nocem Makefile security/gnome-gpg Makefile security/gnupg Makefile distinfo pkg-descr pkg-message pkg-plist security/gnupg-devel Makefile security/gnupg-idea Makefile security/gpa Makefile security/gpgme Makefile security/gpgme03 Makefile security/gtkpasman Makefile security/kgpg Makefile security/nofgpg Makefile security/p5-GnuPG-Interface Makefile security/p5-Module-Signature Makefile security/pgpgpg Makefile security/pwman Makefile security/seahorse Makefile security/sguil-client Makefile security/signing-party Makefile sysutils/duplicity Makefile sysutils/hdup Makefile Added files: security/gnupg pkg-install security/gnupg/files patch-CVE-2006-6235 Removed files: security/gnupg/files patch-config.links patch-configure Log: - Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopied to security/gnupg1. Thanks to: dougb, lofi Revision Changes Path 1.436 +17 -1 ports/UPDATING 1.24 +2 -1 ports/mail/cone/Makefile 1.31 +2 -2 ports/mail/enigmail-thunderbird/Makefile 1.36 +2 -2 ports/mail/enigmail/Makefile 1.38 +2 -1 ports/mail/imp/Makefile 1.100 +2 -2 ports/mail/p5-Mail-SpamAssassin/Makefile 1.30 +2 -2 ports/mail/pygmy/Makefile 1.33 +2 -2 ports/misc/instant-workstation/Makefile 1.109 +2 -1 ports/misc/kdeutils3/Makefile 1.5 +2 -2 ports/net/nocatauth-gateway/Makefile 1.4 +2 -2 ports/net/nocatauth-server/Makefile 1.22 +2 -2 ports/news/c-nocem/Makefile 1.2 +3 -2 ports/security/gnome-gpg/Makefile 1.34 +2 -2 ports/security/gnupg-devel/Makefile 1.29 +2 -1 ports/security/gnupg-idea/Makefile 1.94 +47 -67 ports/security/gnupg/Makefile 1.40 +6 -6 ports/security/gnupg/distinfo 1.1 +260 -0 ports/security/gnupg/files/patch-CVE-2006-6235 (new) 1.2 +0 -15 ports/security/gnupg/files/patch-config.links (dead) 1.6 +0 -10 ports/security/gnupg/files/patch-configure (dead) 1.5 +0 -2 ports/security/gnupg/pkg-descr 1.1 +14 -0 ports/security/gnupg/pkg-install (new) 1.3 +19 -5 ports/security/gnupg/pkg-message 1.38 +56 -64 ports/security/gnupg/pkg-plist 1.25 +3 -2 ports/security/gpa/Makefile 1.40 +2 -2 ports/security/gpgme/Makefile 1.30 +2 -2 ports/security/gpgme03/Makefile 1.9 +2 -1 ports/security/gtkpasman/Makefile 1.17 +2 -2 ports/security/kgpg/Makefile 1.13 +2 -2 ports/security/nofgpg/Makefile 1.19 +2 -1 ports/security/p5-GnuPG-Interface/Makefile 1.14 +2 -1 ports/security/p5-Module-Signature/Makefile 1.9 +3 -3 ports/security/pgpgpg/Makefile 1.8 +2 -2 ports/security/pwman/Makefile 1.53 +2 -2 ports/security/seahorse/Makefile 1.2 +2 -1 ports/security/sguil-client/Makefile 1.8 +2 -1 ports/security/signing-party/Makefile 1.9 +2 -1 ports/sysutils/duplicity/Makefile 1.15 +2 -1 ports/sysutils/hdup/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 13:32: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0BA616A574; Thu, 21 Dec 2006 13:32:51 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5581413C534; Thu, 21 Dec 2006 13:32:47 +0000 (UTC) (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 kBLDWfK4023564; Thu, 21 Dec 2006 13:32:41 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLDWfFP023563; Thu, 21 Dec 2006 13:32:41 GMT (envelope-from alepulver) Message-Id: <200612211332.kBLDWfFP023563@repoman.freebsd.org> From: Alejandro Pulver Date: Thu, 21 Dec 2006 13:32:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/ezquake Makefile distinfo pkg-plist ports/games/ezquake/files patch-EX_misc.c patch-Makefile patch-Makefile.list patch-cd_linux.c patch-cl_tcl.c patch-common.c patch-config_manager.c patch-host.c patch-image.c patch-menu.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 13:32:52 -0000 alepulver 2006-12-21 13:32:40 UTC FreeBSD ports repository Modified files: games/ezquake Makefile distinfo pkg-plist games/ezquake/files patch-Makefile patch-cd_linux.c patch-cl_tcl.c patch-common.c patch-config_manager.c patch-image.c patch-modules.c patch-mp3_player.c patch-snd_linux.c patch-snd_oss.c patch-sys_linux.c Added files: games/ezquake/files patch-Makefile.list patch-host.c patch-q_shared.h patch-snd_dma.c Removed files: games/ezquake/files patch-EX_misc.c patch-menu.h patch-mp3_player.h patch-quakeasm.h patch-vid_glx.c Log: - Update to version 1754. Revision Changes Path 1.2 +12 -14 ports/games/ezquake/Makefile 1.2 +6 -6 ports/games/ezquake/distinfo 1.2 +0 -11 ports/games/ezquake/files/patch-EX_misc.c (dead) 1.3 +97 -193 ports/games/ezquake/files/patch-Makefile 1.1 +10 -0 ports/games/ezquake/files/patch-Makefile.list (new) 1.2 +238 -238 ports/games/ezquake/files/patch-cd_linux.c 1.2 +7 -7 ports/games/ezquake/files/patch-cl_tcl.c 1.2 +52 -54 ports/games/ezquake/files/patch-common.c 1.2 +8 -8 ports/games/ezquake/files/patch-config_manager.c 1.1 +11 -0 ports/games/ezquake/files/patch-host.c (new) 1.2 +9 -18 ports/games/ezquake/files/patch-image.c 1.2 +0 -11 ports/games/ezquake/files/patch-menu.h (dead) 1.2 +7 -7 ports/games/ezquake/files/patch-modules.c 1.2 +26 -26 ports/games/ezquake/files/patch-mp3_player.c 1.2 +0 -11 ports/games/ezquake/files/patch-mp3_player.h (dead) 1.1 +35 -0 ports/games/ezquake/files/patch-q_shared.h (new) 1.2 +0 -15 ports/games/ezquake/files/patch-quakeasm.h (dead) 1.1 +20 -0 ports/games/ezquake/files/patch-snd_dma.c (new) 1.2 +77 -90 ports/games/ezquake/files/patch-snd_linux.c 1.2 +15 -48 ports/games/ezquake/files/patch-snd_oss.c 1.2 +21 -21 ports/games/ezquake/files/patch-sys_linux.c 1.2 +0 -12 ports/games/ezquake/files/patch-vid_glx.c (dead) 1.2 +196 -24 ports/games/ezquake/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 13:35: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 69D9916A53E; Thu, 21 Dec 2006 13:35:19 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 929E413C45F; Thu, 21 Dec 2006 13:35:17 +0000 (UTC) (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 kBLDZHcN024194; Thu, 21 Dec 2006 13:35:17 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLDZHCW024193; Thu, 21 Dec 2006 13:35:17 GMT (envelope-from kuriyama) Message-Id: <200612211335.kBLDZHCW024193@repoman.freebsd.org> From: Jun Kuriyama Date: Thu, 21 Dec 2006 13:35:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/zipcodes Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 13:35:19 -0000 kuriyama 2006-12-21 13:35:17 UTC FreeBSD ports repository Modified files: japanese/zipcodes Makefile distinfo Log: - Update to 20061130 version. Revision Changes Path 1.52 +1 -1 ports/japanese/zipcodes/Makefile 1.36 +6 -6 ports/japanese/zipcodes/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 13:35: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFA8C16A539; Thu, 21 Dec 2006 13:35:22 +0000 (UTC) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4195813C455; Thu, 21 Dec 2006 13:35:22 +0000 (UTC) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLDZLOJ024221; Thu, 21 Dec 2006 13:35:21 GMT (envelope-from laszlof@repoman.freebsd.org) Received: (from laszlof@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLDZLvP024220; Thu, 21 Dec 2006 13:35:21 GMT (envelope-from laszlof) Message-Id: <200612211335.kBLDZLvP024220@repoman.freebsd.org> From: "Frank J. Laszlo" Date: Thu, 21 Dec 2006 13:35:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/mussh Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 13:35:23 -0000 laszlof 2006-12-21 13:35:21 UTC FreeBSD ports repository Modified files: security/mussh Makefile Log: Fix dependency on shells/bash2 -> shells/bash. Bump PORTREVISION PR: ports/107004 Submitted by: bsam@ Revision Changes Path 1.11 +2 -1 ports/security/mussh/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 13:41: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C37316A403; Thu, 21 Dec 2006 13:41:07 +0000 (UTC) (envelope-from ssouhlal@FreeBSD.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 2967913C428; Thu, 21 Dec 2006 13:41:07 +0000 (UTC) (envelope-from ssouhlal@FreeBSD.org) Received: from [192.168.0.100] (c-67-188-127-3.hsd1.ca.comcast.net [67.188.127.3]) by elvis.mu.org (Postfix) with ESMTP id 464351A4D88; Thu, 21 Dec 2006 00:42:27 -0800 (PST) Message-ID: <458A48C9.40807@FreeBSD.org> Date: Thu, 21 Dec 2006 00:41:45 -0800 From: Suleiman Souhlal User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Grehan References: <200612200110.kBK1AMeI091785@repoman.freebsd.org> In-Reply-To: <200612200110.kBK1AMeI091785@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/powerpc/powerpc mmu_oea.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 13:41:07 -0000 Peter Grehan wrote: > grehan 2006-12-20 01:10:21 UTC > > FreeBSD src repository > > Modified files: > sys/powerpc/powerpc mmu_oea.c > Log: > Remove bogus increment of re-hashed PTEG index. This snuck in with r1.12 of > pmap.c, and is potentially the cause of hangs reported on machines with a > small amount of memory. On machines with sufficient RAM, and without a lot > of processes running, this situation would probably never occur. > > Testing is still incomplete, but it is obviously wrong so remove the > offending code now. > > The issue of what to do when both the primary and secondary hash overflow > is still open. Could we just evict one random entry from either the primary or secondary PTEG and use that spot to insert the current PTE? (Isn't the whole point of pvo_entry to permit pages to be searched quickly if their virtual->physical mapping has already been computed before, basically making page faults to pages that have been evicted from their PTEGs very cheap (because we don't need to walk the vm_map entries etc again)?) Admittedly, I have forgotten the very few things I knew about powerpc, so I might be completely wrong. -- Suleiman From owner-cvs-all@FreeBSD.ORG Thu Dec 21 13:43: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7181216A47E; Thu, 21 Dec 2006 13:43:59 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2AE8913C477; Thu, 21 Dec 2006 13:43:59 +0000 (UTC) (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 kBLDhwLF025534; Thu, 21 Dec 2006 13:43:58 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLDhw0s025531; Thu, 21 Dec 2006 13:43:58 GMT (envelope-from krion) Message-Id: <200612211343.kBLDhw0s025531@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 21 Dec 2006 13:43:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/exim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 13:43:59 -0000 krion 2006-12-21 13:43:58 UTC FreeBSD ports repository Modified files: mail/exim Makefile Log: Add "ipv6" category. PR: ports/106891 Submitted by: Janos Mohacsi Revision Changes Path 1.220 +1 -1 ports/mail/exim/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1879416A4D2; Thu, 21 Dec 2006 13:44:00 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E57C213C465; Thu, 21 Dec 2006 13:43:59 +0000 (UTC) (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 kBLDhxlS025576; Thu, 21 Dec 2006 13:43:59 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLDhxKZ025575; Thu, 21 Dec 2006 13:43:59 GMT (envelope-from alepulver) Message-Id: <200612211343.kBLDhxKZ025575@repoman.freebsd.org> From: Alejandro Pulver Date: Thu, 21 Dec 2006 13:43: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/vavoom 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, 21 Dec 2006 13:44:00 -0000 alepulver 2006-12-21 13:43:59 UTC FreeBSD ports repository Modified files: games/vavoom Makefile distinfo pkg-plist Log: - Update to version 1.22.1. Revision Changes Path 1.24 +7 -4 ports/games/vavoom/Makefile 1.13 +3 -3 ports/games/vavoom/distinfo 1.6 +9 -11 ports/games/vavoom/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 13:45: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C220916A4A0; Thu, 21 Dec 2006 13:45:17 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9C9B913C44B; Thu, 21 Dec 2006 13:45:17 +0000 (UTC) (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 kBLDjHxw025860; Thu, 21 Dec 2006 13:45:17 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLDjHqt025853; Thu, 21 Dec 2006 13:45:17 GMT (envelope-from arved) Message-Id: <200612211345.kBLDjHqt025853@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 21 Dec 2006 13:45: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/databases/dbtool/files patch-cipher.h patch-config.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 13:45:17 -0000 arved 2006-12-21 13:45:17 UTC FreeBSD ports repository Added files: databases/dbtool/files patch-cipher.h patch-config.h Log: Fix build with gcc41 Revision Changes Path 1.1 +17 -0 ports/databases/dbtool/files/patch-cipher.h (new) 1.1 +11 -0 ports/databases/dbtool/files/patch-config.h (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 13:49: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AF6816A4D2; Thu, 21 Dec 2006 13:49:58 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B156313C44B; Thu, 21 Dec 2006 13:49:57 +0000 (UTC) (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 kBLDnvrU026028; Thu, 21 Dec 2006 13:49:57 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLDnvJc026027; Thu, 21 Dec 2006 13:49:57 GMT (envelope-from arved) Message-Id: <200612211349.kBLDnvJc026027@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 21 Dec 2006 13:49: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/misc/demoniac/files patch-libfx-glmain.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 13:49:58 -0000 arved 2006-12-21 13:49:57 UTC FreeBSD ports repository Added files: misc/demoniac/files patch-libfx-glmain.h Log: Fix build with gcc41 Revision Changes Path 1.1 +11 -0 ports/misc/demoniac/files/patch-libfx-glmain.h (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 14:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB9AA16A407; Thu, 21 Dec 2006 14:24:48 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1-3.pacific.net.au [61.8.2.210]) by mx1.freebsd.org (Postfix) with ESMTP id 867F313C45F; Thu, 21 Dec 2006 14:24:48 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id 300CD5A3FE0; Fri, 22 Dec 2006 01:24:47 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 02D9E8C05; Fri, 22 Dec 2006 01:24:45 +1100 (EST) Date: Fri, 22 Dec 2006 01:24:45 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Gleb Smirnoff In-Reply-To: <20061220132631.GH34400@FreeBSD.org> Message-ID: <20061222003115.R16146@delplex.bde.org> References: <200612201203.kBKC3MhO053666@repoman.freebsd.org> <20061220132631.GH34400@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Bruce Evans , cvs-all@freebsd.org Subject: Re: 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: Thu, 21 Dec 2006 14:24:49 -0000 On Wed, 20 Dec 2006, Gleb Smirnoff wrote: > On Wed, Dec 20, 2006 at 12:03:21PM +0000, Bruce Evans wrote: > B> bde 2006-12-20 12:03:21 UTC > B> > B> FreeBSD src repository > B> > B> Modified files: > B> sys/dev/bge if_bge.c > B> Log: > B> In bge_txeof(), cancel the watchdog timeout if all descriptors have > B> been handled instead of when at least one descriptor was just handled. > B> For bge, it is normal to get a txeof when only a small fraction of the > B> queued tx descriptors have been handled, so the bug broke the watchdog > B> in a usual case. > > I have a suspicion that this may cause a problem under high load. Imagine > that thread #1 is spinning in bge_start_locked() getting packets out > of interface queue and putting them into TX ring. Some other threads are > putting the packets into interface queue while its lock is temporarily > relinguished be the thread #1. In the same time interrupts happen, some > packets are sent, but the TX ring is never got empty. > > The above scenario will cause a fake watchdog event. bge_start_locked() starts with the bge (sc) lock held and never releases it as far as I can see. This this problem can't happen (the lock prevents both txeof and the watchdog from being reached before start resets the timeout to 5 seconds). I could only find the lock being released and reacquired in a nested routine in bge_rxeof() (for calling if_input()). I hope this complication is never needed for start routines. Bruce From owner-cvs-all@FreeBSD.ORG Thu Dec 21 15:02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB23D16A403; Thu, 21 Dec 2006 15:02:58 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 857FC13C461; Thu, 21 Dec 2006 15:02:58 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLF2wHi040027; Thu, 21 Dec 2006 15:02:58 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLF2wqE040025; Thu, 21 Dec 2006 15:02:58 GMT (envelope-from osa) Message-Id: <200612211502.kBLF2wqE040025@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 21 Dec 2006 15: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/irc/bitlbee Makefile ports/irc/bitlbee/files oscar-recode-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: Thu, 21 Dec 2006 15:02:58 -0000 osa 2006-12-21 15:02:58 UTC FreeBSD ports repository Modified files: irc/bitlbee Makefile irc/bitlbee/files oscar-recode-patch Log: Remove debug prints from the oscar_recode_charset patch. Found by: tobez Revision Changes Path 1.28 +1 -1 ports/irc/bitlbee/Makefile 1.2 +2 -2 ports/irc/bitlbee/files/oscar-recode-patch From owner-cvs-all@FreeBSD.ORG Thu Dec 21 15:13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6E3216A40F; Thu, 21 Dec 2006 15:13:49 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B0CFD13C442; Thu, 21 Dec 2006 15:13:49 +0000 (UTC) (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 kBLFDnh5043968; Thu, 21 Dec 2006 15:13:49 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLFDnFi043967; Thu, 21 Dec 2006 15:13:49 GMT (envelope-from lofi) Message-Id: <200612211513.kBLFDnFi043967@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 21 Dec 2006 15:13: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/gnupg-devel Makefile ports/security/gnupg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 15:13:49 -0000 lofi 2006-12-21 15:13:49 UTC FreeBSD ports repository Modified files: security/gnupg-devel Makefile security/gnupg Makefile Log: gnupg-devel and gnupg-2.x conflict. Revision Changes Path 1.35 +2 -0 ports/security/gnupg-devel/Makefile 1.95 +2 -0 ports/security/gnupg/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 15:14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F79216A403; Thu, 21 Dec 2006 15:14:11 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 59E3F13C459; Thu, 21 Dec 2006 15:14:11 +0000 (UTC) (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 kBLFEBKl044072; Thu, 21 Dec 2006 15: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 kBLFEBtq044071; Thu, 21 Dec 2006 15:14:11 GMT (envelope-from sat) Message-Id: <200612211514.kBLFEBtq044071@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 21 Dec 2006 15: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: ports/www/linux-firefox Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 15:14:11 -0000 sat 2006-12-21 15:14:11 UTC FreeBSD ports repository Modified files: www/linux-firefox Makefile distinfo Log: - Update to 2.0.0.1 Revision Changes Path 1.33 +1 -1 ports/www/linux-firefox/Makefile 1.20 +3 -3 ports/www/linux-firefox/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 15:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E68A816A403; Thu, 21 Dec 2006 15:22:29 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BF83C13C455; Thu, 21 Dec 2006 15:22:29 +0000 (UTC) (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 kBLFMTpk045356; Thu, 21 Dec 2006 15:22:29 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLFMTZK045355; Thu, 21 Dec 2006 15:22:29 GMT (envelope-from tobez) Message-Id: <200612211522.kBLFMTZK045355@repoman.freebsd.org> From: Anton Berezin Date: Thu, 21 Dec 2006 15:22: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/textproc/p5-XML-DT Makefile distinfo pkg-plist ports/textproc/p5-XML-DT/files patch-Makefile.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 15:22:30 -0000 tobez 2006-12-21 15:22:28 UTC FreeBSD ports repository Modified files: textproc/p5-XML-DT Makefile distinfo pkg-plist Removed files: textproc/p5-XML-DT/files patch-Makefile.PL Log: Update to 0.47. Revision Changes Path 1.12 +2 -2 ports/textproc/p5-XML-DT/Makefile 1.7 +3 -3 ports/textproc/p5-XML-DT/distinfo 1.3 +0 -21 ports/textproc/p5-XML-DT/files/patch-Makefile.PL (dead) 1.6 +1 -0 ports/textproc/p5-XML-DT/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 15:30: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 377A216A417; Thu, 21 Dec 2006 15:30:11 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 046A113C457; Thu, 21 Dec 2006 15:30:11 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLFUAla046229; Thu, 21 Dec 2006 15:30:10 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLFUAd8046228; Thu, 21 Dec 2006 15:30:10 GMT (envelope-from gabor) Message-Id: <200612211530.kBLFUAd8046228@repoman.freebsd.org> From: Gabor Kovesdan Date: Thu, 21 Dec 2006 15:30: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/security/amavisd-milter Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 15:30:11 -0000 gabor 2006-12-21 15:30:10 UTC FreeBSD ports repository Modified files: security/amavisd-milter Makefile distinfo Removed files: security/amavisd-milter pkg-plist Log: - Update to 1.2.1 - Eliminate pkg-plist PR: ports/106945 Submitted by: Petr Rehor Approved by: erwin (mentor) Revision Changes Path 1.8 +2 -1 ports/security/amavisd-milter/Makefile 1.8 +3 -3 ports/security/amavisd-milter/distinfo 1.3 +0 -3 ports/security/amavisd-milter/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 15:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC77F16A504; Thu, 21 Dec 2006 15:33:46 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 871AE13C442; Thu, 21 Dec 2006 15:33:46 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLFXkLm047272; Thu, 21 Dec 2006 15:33:46 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLFXke5047271; Thu, 21 Dec 2006 15:33:46 GMT (envelope-from fjoe) Message-Id: <200612211533.kBLFXke5047271@repoman.freebsd.org> From: Max Khon Date: Thu, 21 Dec 2006 15:33:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Term-Animation Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 15:33:46 -0000 fjoe 2006-12-21 15:33:46 UTC FreeBSD ports repository Modified files: devel/p5-Term-Animation Makefile distinfo Log: Update to 2.4 PR: 106954 Submitted by: Simon Olofsson Revision Changes Path 1.5 +1 -1 ports/devel/p5-Term-Animation/Makefile 1.4 +3 -3 ports/devel/p5-Term-Animation/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 15:37: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A39CF16A403; Thu, 21 Dec 2006 15:37:00 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7DFA613C45D; Thu, 21 Dec 2006 15:37:00 +0000 (UTC) (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 kBLFb01q047734; Thu, 21 Dec 2006 15:37:00 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLFaxe0047733; Thu, 21 Dec 2006 15:36:59 GMT (envelope-from arved) Message-Id: <200612211536.kBLFaxe0047733@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 21 Dec 2006 15:36: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/fileschanged Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 15:37:00 -0000 arved 2006-12-21 15:36:59 UTC FreeBSD ports repository Modified files: sysutils/fileschanged Makefile Log: Fix build with gcc41 Revision Changes Path 1.6 +3 -0 ports/sysutils/fileschanged/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7C1B16A403; Thu, 21 Dec 2006 15:40:47 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C821713C442; Thu, 21 Dec 2006 15:40:47 +0000 (UTC) (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 kBLFel8u047997; Thu, 21 Dec 2006 15:40:47 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLFelw5047996; Thu, 21 Dec 2006 15:40:47 GMT (envelope-from lofi) Message-Id: <200612211540.kBLFelw5047996@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 21 Dec 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 MOVED ports/security/gpgme03 Makefile ports/security/gpgme Makefile ports/security/gnupg-devel Makefile distinfo pkg-descr pkg-message pkg-plist ports/security/gnupg-devel/files patch-g10-openfile.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 15:40:47 -0000 lofi 2006-12-21 15:40:47 UTC FreeBSD ports repository Modified files: . MOVED security/gpgme03 Makefile security/gpgme Makefile Removed files: security/gnupg-devel Makefile distinfo pkg-descr pkg-message pkg-plist security/gnupg-devel/files patch-g10-openfile.c Log: Retire gnupg-devel after three years of porting, patching and bugging gnupg-developers to include freebsd-fixes in what is now the all new and shiny gnupg 2.0. Thanks to everyone who contributed. Revision Changes Path 1.1217 +2 -1 ports/MOVED 1.36 +0 -57 ports/security/gnupg-devel/Makefile (dead) 1.14 +0 -3 ports/security/gnupg-devel/distinfo (dead) 1.2 +0 -12 ports/security/gnupg-devel/files/patch-g10-openfile.c (dead) 1.5 +0 -4 ports/security/gnupg-devel/pkg-descr (dead) 1.3 +0 -19 ports/security/gnupg-devel/pkg-message (dead) 1.13 +0 -17 ports/security/gnupg-devel/pkg-plist (dead) 1.41 +2 -2 ports/security/gpgme/Makefile 1.31 +2 -2 ports/security/gpgme03/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 15:41: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A510616A40F; Thu, 21 Dec 2006 15:41:35 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7F92513C455; Thu, 21 Dec 2006 15:41:35 +0000 (UTC) (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 kBLFfZMY048602; Thu, 21 Dec 2006 15:41:35 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLFfZGJ048601; Thu, 21 Dec 2006 15:41:35 GMT (envelope-from lofi) Message-Id: <200612211541.kBLFfZGJ048601@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 21 Dec 2006 15:41: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: Thu, 21 Dec 2006 15:41:35 -0000 lofi 2006-12-21 15:41:34 UTC FreeBSD ports repository Modified files: . modules Log: Retire gnupg-devel Revision Changes Path 1.16903 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 21 15:47: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E69B516A415; Thu, 21 Dec 2006 15:47:01 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C0D8113C459; Thu, 21 Dec 2006 15:47:01 +0000 (UTC) (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 kBLFl1tW049432; Thu, 21 Dec 2006 15:47:01 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLFl1Tv049431; Thu, 21 Dec 2006 15:47:01 GMT (envelope-from tobez) Message-Id: <200612211547.kBLFl1Tv049431@repoman.freebsd.org> From: Anton Berezin Date: Thu, 21 Dec 2006 15:47: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/p5-Jifty-DBI Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 15:47:02 -0000 tobez 2006-12-21 15:47:01 UTC FreeBSD ports repository Modified files: databases/p5-Jifty-DBI Makefile distinfo Log: Update to 0.29. Revision Changes Path 1.12 +2 -2 ports/databases/p5-Jifty-DBI/Makefile 1.11 +3 -3 ports/databases/p5-Jifty-DBI/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 15:48: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADAB716A407; Thu, 21 Dec 2006 15:48:08 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 869C613C44C; Thu, 21 Dec 2006 15:48:08 +0000 (UTC) (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 kBLFm8qZ049546; Thu, 21 Dec 2006 15:48:08 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLFm8bb049543; Thu, 21 Dec 2006 15:48:08 GMT (envelope-from leeym) Message-Id: <200612211548.kBLFm8bb049543@repoman.freebsd.org> From: Yen-Ming Lee Date: Thu, 21 Dec 2006 15:48:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-RTx-Statistics Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 15:48:08 -0000 leeym 2006-12-21 15:48:08 UTC FreeBSD ports repository Modified files: www/p5-RTx-Statistics Makefile Log: - update MASTER_SITES Revision Changes Path 1.3 +1 -1 ports/www/p5-RTx-Statistics/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 15:48: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE7CC16A40F; Thu, 21 Dec 2006 15:48:08 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 862EE13C44B; Thu, 21 Dec 2006 15:48:08 +0000 (UTC) (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 kBLFm8hX049545; Thu, 21 Dec 2006 15:48:08 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLFm8qR049544; Thu, 21 Dec 2006 15:48:08 GMT (envelope-from lioux) Message-Id: <200612211548.kBLFm8qR049544@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 21 Dec 2006 15:48:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/mldonkey/files patch-src__daemon__driver__driverMain.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: Thu, 21 Dec 2006 15:48:08 -0000 lioux 2006-12-21 15:48:08 UTC FreeBSD ports repository Removed files: net-p2p/mldonkey/files patch-src__daemon__driver__driverMain.ml Log: Fix patch target Revision Changes Path 1.2 +0 -11 ports/net-p2p/mldonkey/files/patch-src__daemon__driver__driverMain.ml (dead) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 15:50: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7BE6116A407; Thu, 21 Dec 2006 15:50:08 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4B99513C458; Thu, 21 Dec 2006 15:50:08 +0000 (UTC) (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 kBLFo8nF049629; Thu, 21 Dec 2006 15:50:08 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLFo7Zx049628; Thu, 21 Dec 2006 15:50:07 GMT (envelope-from sat) Message-Id: <200612211550.kBLFo7Zx049628@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 21 Dec 2006 15:50:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/linux-thunderbird Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 15:50:08 -0000 sat 2006-12-21 15:50:07 UTC FreeBSD ports repository Modified files: mail/linux-thunderbird Makefile distinfo Log: - Update to 1.5.0.9 Revision Changes Path 1.9 +1 -1 ports/mail/linux-thunderbird/Makefile 1.6 +3 -3 ports/mail/linux-thunderbird/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A202F16A47C; Thu, 21 Dec 2006 16:06:51 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7B22213C457; Thu, 21 Dec 2006 16:06:51 +0000 (UTC) (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 kBLG6pER053807; Thu, 21 Dec 2006 16:06:51 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLG6pA6053806; Thu, 21 Dec 2006 16:06:51 GMT (envelope-from arved) Message-Id: <200612211606.kBLG6pA6053806@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 21 Dec 2006 16:06: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/x11-toolkits/fl_editor/files patch-FL-wstring.h patch-fltk-Fl_Editor.h patch-fltk-wstring.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 16:06:51 -0000 arved 2006-12-21 16:06:50 UTC FreeBSD ports repository Added files: x11-toolkits/fl_editor/files patch-FL-wstring.h patch-fltk-Fl_Editor.h patch-fltk-wstring.h Log: Fix build with gcc41 Revision Changes Path 1.1 +11 -0 ports/x11-toolkits/fl_editor/files/patch-FL-wstring.h (new) 1.1 +11 -0 ports/x11-toolkits/fl_editor/files/patch-fltk-Fl_Editor.h (new) 1.1 +11 -0 ports/x11-toolkits/fl_editor/files/patch-fltk-wstring.h (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 16:10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 54A9316A40F; Thu, 21 Dec 2006 16:10:15 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2DF4C13C44C; Thu, 21 Dec 2006 16:10:15 +0000 (UTC) (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 kBLGAFRs053985; Thu, 21 Dec 2006 16:10:15 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLGAES0053973; Thu, 21 Dec 2006 16:10:15 GMT (envelope-from garga) Message-Id: <200612211610.kBLGAES0053973@repoman.freebsd.org> From: Renato Botelho Date: Thu, 21 Dec 2006 16: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/textproc/cdiff Makefile ports/textproc/cdiff/src cdiff.1 cdiff.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, 21 Dec 2006 16:10:15 -0000 garga 2006-12-21 16:10:14 UTC FreeBSD ports repository Modified files: textproc/cdiff Makefile textproc/cdiff/src cdiff.1 cdiff.sh Log: - Update to 1.5 Changelog: - Add an option to change de colors using an environment var called CDIFFCOLORS PR: ports/106878 Submitted by: Li-Wen Hsu Revision Changes Path 1.10 +1 -2 ports/textproc/cdiff/Makefile 1.6 +5 -1 ports/textproc/cdiff/src/cdiff.1 1.7 +5 -1 ports/textproc/cdiff/src/cdiff.sh From owner-cvs-all@FreeBSD.ORG Thu Dec 21 16:13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6562716A403; Thu, 21 Dec 2006 16:13:34 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3FE5513C43E; Thu, 21 Dec 2006 16:13:34 +0000 (UTC) (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 kBLGDYUn054984; Thu, 21 Dec 2006 16:13:34 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLGDYrR054983; Thu, 21 Dec 2006 16:13:34 GMT (envelope-from sat) Message-Id: <200612211613.kBLGDYrR054983@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 21 Dec 2006 16:13:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/thunderbird-i18n Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 16:13:34 -0000 sat 2006-12-21 16:13:33 UTC FreeBSD ports repository Modified files: mail/thunderbird-i18n Makefile distinfo Log: - Update to 1.5.0.9 Revision Changes Path 1.9 +1 -1 ports/mail/thunderbird-i18n/Makefile 1.6 +96 -96 ports/mail/thunderbird-i18n/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 16:16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DC0C16A415; Thu, 21 Dec 2006 16:16:16 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D4AC113C44B; Thu, 21 Dec 2006 16:16:15 +0000 (UTC) (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 kBLGGFYV055481; Thu, 21 Dec 2006 16:16:15 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLGGFXb055480; Thu, 21 Dec 2006 16:16:15 GMT (envelope-from sat) Message-Id: <200612211616.kBLGGFXb055480@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 21 Dec 2006 16:16:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/firefox-i18n Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 16:16:16 -0000 sat 2006-12-21 16:16:15 UTC FreeBSD ports repository Modified files: www/firefox-i18n Makefile distinfo Log: - Update to 2.0.0.1 (we're now at 41 locales) Revision Changes Path 1.10 +5 -5 ports/www/firefox-i18n/Makefile 1.8 +123 -108 ports/www/firefox-i18n/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB57B16A416; Thu, 21 Dec 2006 16:19:22 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9C57813C45D; Thu, 21 Dec 2006 16:19:22 +0000 (UTC) (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 kBLGJM2d055624; Thu, 21 Dec 2006 16:19:22 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLGJMZT055623; Thu, 21 Dec 2006 16:19:22 GMT (envelope-from sat) Message-Id: <200612211619.kBLGJMZT055623@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 21 Dec 2006 16:19:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/linux-firefox-devel Makefile distinfo pkg-plist ports/www/linux-seamonkey-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 16:19:22 -0000 sat 2006-12-21 16:19:21 UTC FreeBSD ports repository Modified files: www/linux-firefox-devel Makefile distinfo pkg-plist www/linux-seamonkey-devel Makefile distinfo pkg-plist Log: - Update to latest snapshots (2006-12-21) Revision Changes Path 1.14 +2 -2 ports/www/linux-firefox-devel/Makefile 1.9 +3 -3 ports/www/linux-firefox-devel/distinfo 1.9 +3 -0 ports/www/linux-firefox-devel/pkg-plist 1.13 +1 -1 ports/www/linux-seamonkey-devel/Makefile 1.8 +3 -3 ports/www/linux-seamonkey-devel/distinfo 1.8 +1 -0 ports/www/linux-seamonkey-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 16:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C2CE516A40F; Thu, 21 Dec 2006 16:24:22 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9DB7A13C45D; Thu, 21 Dec 2006 16:24:22 +0000 (UTC) (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 kBLGOM9D056886; Thu, 21 Dec 2006 16:24:22 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLGOMZ9056885; Thu, 21 Dec 2006 16:24:22 GMT (envelope-from mbr) Message-Id: <200612211624.kBLGOMZ9056885@repoman.freebsd.org> From: Martin Blapp Date: Thu, 21 Dec 2006 16:24: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/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 16:24:22 -0000 mbr 2006-12-21 16:24:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern tty.c Log: MFC Rev. 1.267 Retest tp->t_session because Giant might have been temporarily dropped while waiting for proctree_lock, allowing for an intervening tty_close() that cleared tp->t_session. Submitted by: tegge Revision Changes Path 1.250.2.4 +1 -1 src/sys/kern/tty.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 16:25: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 524F616A416; Thu, 21 Dec 2006 16:25:43 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2D5B913C45F; Thu, 21 Dec 2006 16:25:43 +0000 (UTC) (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 kBLGPhwo057111; Thu, 21 Dec 2006 16:25:43 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLGPh8o057110; Thu, 21 Dec 2006 16:25:43 GMT (envelope-from mbr) Message-Id: <200612211625.kBLGPh8o057110@repoman.freebsd.org> From: Martin Blapp Date: Thu, 21 Dec 2006 16:25:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 16:25:43 -0000 mbr 2006-12-21 16:25:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sys/kern tty.c Log: MFC Rev. 1.267 Retest tp->t_session because Giant might have been temporarily dropped while waiting for proctree_lock, allowing for an intervening tty_close() that cleared tp->t_session. Submitted by: tegge Approved by: re (kensmith) Revision Changes Path 1.250.2.3.2.1 +1 -1 src/sys/kern/tty.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C526D16A407; Thu, 21 Dec 2006 16:26:28 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9FA1713C458; Thu, 21 Dec 2006 16:26:28 +0000 (UTC) (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 kBLGQS9k057169; Thu, 21 Dec 2006 16:26:28 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLGQSes057168; Thu, 21 Dec 2006 16:26:28 GMT (envelope-from mbr) Message-Id: <200612211626.kBLGQSes057168@repoman.freebsd.org> From: Martin Blapp Date: Thu, 21 Dec 2006 16:26:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 16:26:28 -0000 mbr 2006-12-21 16:26:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern tty.c Log: MFC Rev. 1.267 Retest tp->t_session because Giant might have been temporarily dropped while waiting for proctree_lock, allowing for an intervening tty_close() that cleared tp->t_session. Submitted by: tegge Revision Changes Path 1.228.2.6 +1 -1 src/sys/kern/tty.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 16:36: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7DEF816A412; Thu, 21 Dec 2006 16:36:12 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5802D13C434; Thu, 21 Dec 2006 16:36:12 +0000 (UTC) (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 kBLGaCif058762; Thu, 21 Dec 2006 16:36:12 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLGaCl1058761; Thu, 21 Dec 2006 16:36:12 GMT (envelope-from arved) Message-Id: <200612211636.kBLGaCl1058761@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 21 Dec 2006 16:36: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/games/glasteroids/files patch-BCenemy.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 16:36:12 -0000 arved 2006-12-21 16:36:12 UTC FreeBSD ports repository Added files: games/glasteroids/files patch-BCenemy.h Log: Fix build with gcc41 Revision Changes Path 1.1 +11 -0 ports/games/glasteroids/files/patch-BCenemy.h (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 16:48: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1285216A47C; Thu, 21 Dec 2006 16:48:33 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E0B1413C442; Thu, 21 Dec 2006 16:48:32 +0000 (UTC) (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 kBLGmWn8068490; Thu, 21 Dec 2006 16:48:32 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLGmWOC068489; Thu, 21 Dec 2006 16:48:32 GMT (envelope-from arved) Message-Id: <200612211648.kBLGmWOC068489@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 21 Dec 2006 16:48:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/grubinvaders/files Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 16:48:33 -0000 arved 2006-12-21 16:48:32 UTC FreeBSD ports repository Modified files: games/grubinvaders/files Makefile Log: Fix build with gcc41 Revision Changes Path 1.2 +1 -1 ports/games/grubinvaders/files/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 16:55: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E785916A415; Thu, 21 Dec 2006 16:55:22 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C193713C43A; Thu, 21 Dec 2006 16:55:22 +0000 (UTC) (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 kBLGtM0H069906; Thu, 21 Dec 2006 16:55:22 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLGtMpb069904; Thu, 21 Dec 2006 16:55:22 GMT (envelope-from sat) Message-Id: <200612211655.kBLGtMpb069904@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 21 Dec 2006 16:55: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/linux-seamonkey Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 16:55:23 -0000 sat 2006-12-21 16:55:22 UTC FreeBSD ports repository Modified files: www/linux-seamonkey Makefile distinfo Log: - Update to 1.0.7 Revision Changes Path 1.14 +1 -1 ports/www/linux-seamonkey/Makefile 1.8 +3 -3 ports/www/linux-seamonkey/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 16:59: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C55016A40F; Thu, 21 Dec 2006 16:59:41 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 566F913C434; Thu, 21 Dec 2006 16:59:41 +0000 (UTC) (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 kBLGxf0d070158; Thu, 21 Dec 2006 16:59:41 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLGxfpE070157; Thu, 21 Dec 2006 16:59:41 GMT (envelope-from sat) Message-Id: <200612211659.kBLGxfpE070157@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 21 Dec 2006 16:59:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/linux-flock Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 16:59:41 -0000 sat 2006-12-21 16:59:40 UTC FreeBSD ports repository Modified files: www/linux-flock Makefile distinfo Log: - Update to 0.7.9.1 Revision Changes Path 1.14 +1 -1 ports/www/linux-flock/Makefile 1.12 +3 -3 ports/www/linux-flock/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 17:00: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5579716A416; Thu, 21 Dec 2006 17:00:38 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2F81713C43A; Thu, 21 Dec 2006 17:00:38 +0000 (UTC) (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 kBLH0cTI070272; Thu, 21 Dec 2006 17:00:38 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLH0cKA070270; Thu, 21 Dec 2006 17:00:38 GMT (envelope-from delphij) Message-Id: <200612211700.kBLH0cKA070270@repoman.freebsd.org> From: Xin LI Date: Thu, 21 Dec 2006 17:00:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/share/man/man4 ciss.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, 21 Dec 2006 17:00:38 -0000 delphij 2006-12-21 17:00:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) share/man/man4 ciss.4 Log: MFR6 (1.11.2.3) Add E200, E200i, P400, and P400i storage controllers to supported list. Remove the E400 since it is not a real product. The driver change was MFC'ed 7 months ago. Approved by: re (bmah) Revision Changes Path 1.11.2.2.2.1 +7 -1 src/share/man/man4/ciss.4 From owner-cvs-all@FreeBSD.ORG Thu Dec 21 17: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4729616A40F; Thu, 21 Dec 2006 17:50:55 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2081C13C464; Thu, 21 Dec 2006 17:50:55 +0000 (UTC) (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 kBLHotwF079158; Thu, 21 Dec 2006 17:50:55 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLHos8q079156; Thu, 21 Dec 2006 17:50:54 GMT (envelope-from sat) Message-Id: <200612211750.kBLHos8q079156@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 21 Dec 2006 17:50: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/deskutils/linux-sunbird 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, 21 Dec 2006 17:50:55 -0000 sat 2006-12-21 17:50:54 UTC FreeBSD ports repository Modified files: deskutils/linux-sunbird Makefile distinfo pkg-plist Log: - Update to 0.3a3 (upstream 0.3) Approved by: Aaron Voisine (maintainer) Revision Changes Path 1.6 +3 -2 ports/deskutils/linux-sunbird/Makefile 1.5 +3 -3 ports/deskutils/linux-sunbird/distinfo 1.2 +58 -65 ports/deskutils/linux-sunbird/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 18:30: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F061216A412; Thu, 21 Dec 2006 18:30:23 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CA3F913C44C; Thu, 21 Dec 2006 18:30:23 +0000 (UTC) (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 kBLIUNYc086397; Thu, 21 Dec 2006 18:30:23 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLIUNim086396; Thu, 21 Dec 2006 18:30:23 GMT (envelope-from ceri) Message-Id: <200612211830.kBLIUNim086396@repoman.freebsd.org> From: Ceri Davies Date: Thu, 21 Dec 2006 18:30: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/sbin/geom/class/mirror gmirror.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, 21 Dec 2006 18:30:24 -0000 ceri 2006-12-21 18:30:23 UTC FreeBSD src repository Modified files: sbin/geom/class/mirror gmirror.8 Log: Remove duplicate "clear" subcommand. PR: docs/106947 Submitted by: TAOKA Fumiyoshi Revision Changes Path 1.23 +0 -4 src/sbin/geom/class/mirror/gmirror.8 From owner-cvs-all@FreeBSD.ORG Thu Dec 21 18:39: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59BE716A412; Thu, 21 Dec 2006 18:39:58 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 322F413C44E; Thu, 21 Dec 2006 18:39:58 +0000 (UTC) (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 kBLIdwjq087924; Thu, 21 Dec 2006 18:39:58 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLIdwjM087923; Thu, 21 Dec 2006 18:39:58 GMT (envelope-from alepulver) Message-Id: <200612211839.kBLIdwjM087923@repoman.freebsd.org> From: Alejandro Pulver Date: Thu, 21 Dec 2006 18:39:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/icewm Makefile distinfo pkg-plist ports/x11-wm/icewm/files patch-ai X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 18:39:58 -0000 alepulver 2006-12-21 18:39:57 UTC FreeBSD ports repository Modified files: x11-wm/icewm Makefile distinfo pkg-plist Removed files: x11-wm/icewm/files patch-ai Log: - Update to version 1.2.29. PR: ports/106987 Submitted by: KATO Tsuguru Revision Changes Path 1.122 +11 -14 ports/x11-wm/icewm/Makefile 1.62 +3 -3 ports/x11-wm/icewm/distinfo 1.8 +0 -16 ports/x11-wm/icewm/files/patch-ai (dead) 1.48 +4 -3 ports/x11-wm/icewm/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5687916A492; Thu, 21 Dec 2006 19:08:26 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 304E213C45F; Thu, 21 Dec 2006 19:08:26 +0000 (UTC) (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 kBLJ8Qsm093625; Thu, 21 Dec 2006 19:08:26 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJ8QEp093624; Thu, 21 Dec 2006 19:08:26 GMT (envelope-from ceri) Message-Id: <200612211908.kBLJ8QEp093624@repoman.freebsd.org> From: Ceri Davies Date: Thu, 21 Dec 2006 19:08:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ntp/doc ntp.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: Thu, 21 Dec 2006 19:08:26 -0000 ceri 2006-12-21 19:08:25 UTC FreeBSD src repository Modified files: usr.sbin/ntp/doc ntp.conf.5 Log: Correct the description of minpoll and maxpoll. Note that while later versions of the ntpd documentation use the term "dual logarithm", the text added here is consistent with the remainder of the current document. PR: docs/106926 Submitted by: Jeremy Chadwick Revision Changes Path 1.22 +3 -3 src/usr.sbin/ntp/doc/ntp.conf.5 From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E40416A407; Thu, 21 Dec 2006 19:14:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4729313C43A; Thu, 21 Dec 2006 19:14:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJEBxd094867; Thu, 21 Dec 2006 19:14:11 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJEBkc094865; Thu, 21 Dec 2006 19:14:11 GMT (envelope-from miwi) Message-Id: <200612211914.kBLJEBkc094865@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19: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: ports/mail/assp Makefile distinfo ports/mail/assp/files patch-assp.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 19:14:11 -0000 miwi 2006-12-21 19:14:10 UTC FreeBSD ports repository Modified files: mail/assp Makefile distinfo mail/assp/files patch-assp.pl Log: - Update to 1.2.6 PR: ports/107013 Submitted by: J.R. Oldroyd (maintainer) Revision Changes Path 1.10 +8 -9 ports/mail/assp/Makefile 1.8 +3 -6 ports/mail/assp/distinfo 1.5 +16 -45 ports/mail/assp/files/patch-assp.pl From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A26C16A701; Thu, 21 Dec 2006 19:14:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0294B13C44B; Thu, 21 Dec 2006 19:14:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJEK38094931; Thu, 21 Dec 2006 19:14:20 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJEKbN094930; Thu, 21 Dec 2006 19:14:20 GMT (envelope-from miwi) Message-Id: <200612211914.kBLJEKbN094930@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19:14:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/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, 21 Dec 2006 19:14:21 -0000 miwi 2006-12-21 19:14:20 UTC FreeBSD ports repository Modified files: security/prelude-lml Makefile distinfo pkg-plist Log: - Update to 0.9.8.1 Changelog prelude-lml-0.9.8.1: - Compile and run under OS X. - Various portability fixes. PR: ports/107011 Submitted by: Robin Gruyters (maintainer) Revision Changes Path 1.29 +22 -3 ports/security/prelude-lml/Makefile 1.15 +3 -3 ports/security/prelude-lml/distinfo 1.10 +9 -1 ports/security/prelude-lml/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 523BA16A4CE; Thu, 21 Dec 2006 19:14:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4288613C45A; Thu, 21 Dec 2006 19:14:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJEOaC094994; Thu, 21 Dec 2006 19:14:24 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJEOJA094993; Thu, 21 Dec 2006 19:14:24 GMT (envelope-from miwi) Message-Id: <200612211914.kBLJEOJA094993@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 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: ports/security/prelude-manager Makefile distinfo pkg-plist ports/security/prelude-manager/files patch-xmlmod.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 19:14:24 -0000 miwi 2006-12-21 19:14:24 UTC FreeBSD ports repository Modified files: security/prelude-manager Makefile distinfo pkg-plist Added files: security/prelude-manager/files patch-xmlmod.c Log: - Update to 0.9.7 Changelog prelude-manager-0.9.7: - Fix a startup problem on system with different address of different family mapping to the same IP. - Fix for system using the GnuLib poll replacement modules. The module was broken when used in conjunction with server socket. - Various portability fixes (this release should compile and run on OSX out of the box). PR: ports/107010 Submitted by: Robin Gruyters (maintainer) Revision Changes Path 1.37 +11 -3 ports/security/prelude-manager/Makefile 1.15 +3 -3 ports/security/prelude-manager/distinfo 1.1 +11 -0 ports/security/prelude-manager/files/patch-xmlmod.c (new) 1.10 +3 -1 ports/security/prelude-manager/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2621F16A815; Thu, 21 Dec 2006 19:14:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F343013C45D; Thu, 21 Dec 2006 19:14:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJEVhC095074; Thu, 21 Dec 2006 19:14:31 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJEVsd095073; Thu, 21 Dec 2006 19:14:31 GMT (envelope-from miwi) Message-Id: <200612211914.kBLJEVsd095073@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19:14:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/libpreludedb Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 19:14:32 -0000 miwi 2006-12-21 19:14:31 UTC FreeBSD ports repository Modified files: security/libpreludedb Makefile distinfo Log: - Update to 0.9.11 Changelog libpreludedb-0.9.11: - Avoid using GNU sed extension when generating postgresql/sqlite schema. - Fix a Python binding memory leak upon alert list deletion. - Compile and run on OS X. - Various bugfixes. - Various portability fixes. PR: ports/107008 Submitted by: Robin Gruyters (maintainer) Revision Changes Path 1.20 +8 -5 ports/security/libpreludedb/Makefile 1.14 +3 -3 ports/security/libpreludedb/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD66916A919; Thu, 21 Dec 2006 19:14:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ADBEA13C467; Thu, 21 Dec 2006 19:14:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJEZfZ095179; Thu, 21 Dec 2006 19:14:35 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJEZQ4095175; Thu, 21 Dec 2006 19:14:35 GMT (envelope-from miwi) Message-Id: <200612211914.kBLJEZQ4095175@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 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/security/libprelude Makefile distinfo pkg-plist ports/security/libprelude/files patch-bindings_perl_Prelude.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 19:14:35 -0000 miwi 2006-12-21 19:14:35 UTC FreeBSD ports repository Modified files: security/libprelude Makefile distinfo pkg-plist security/libprelude/files patch-bindings_perl_Prelude.c Log: - Update to 0.9.12 - Updated patch Perl Prelude bindings Changelog libprelude-0.9.12: - Correctly pack and unpack float value when sending/receiving. - More error checking on IDMEF object copy. - Fix a crash that occured when destroying a copied object. - Correct registration warning when using AF_UNIX socket. - Compile on systems lacking poll(). - IpV6 compatibility fixes. - Fix OS X compilation issues. - Various portability fixes. PR: ports/107009 Submitted by: Robin Gruyters (maintainer) Revision Changes Path 1.37 +1 -1 ports/security/libprelude/Makefile 1.20 +3 -3 ports/security/libprelude/distinfo 1.2 +7 -6 ports/security/libprelude/files/patch-bindings_perl_Prelude.c 1.18 +2 -2 ports/security/libprelude/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28EA516A47C; Thu, 21 Dec 2006 19:33:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EC02013C474; Thu, 21 Dec 2006 19:33:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJX5BJ098788; Thu, 21 Dec 2006 19:33:06 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJX5sx098786; Thu, 21 Dec 2006 19:33:05 GMT (envelope-from miwi) Message-Id: <200612211933.kBLJX5sx098786@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19:33:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/rubrica 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, 21 Dec 2006 19:33:08 -0000 miwi 2006-12-21 19:33:05 UTC FreeBSD ports repository Modified files: deskutils/rubrica Makefile distinfo pkg-plist Log: Update to 1.0.16 PR: 106989 Submitted by: KATO Tsuguru Revision Changes Path 1.20 +2 -3 ports/deskutils/rubrica/Makefile 1.13 +3 -3 ports/deskutils/rubrica/distinfo 1.5 +1 -0 ports/deskutils/rubrica/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D69E316A4D4; Thu, 21 Dec 2006 19:33:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2A3EF13C45A; Thu, 21 Dec 2006 19:33:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJX8gv098865; Thu, 21 Dec 2006 19:33:08 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJX8em098864; Thu, 21 Dec 2006 19:33:08 GMT (envelope-from miwi) Message-Id: <200612211933.kBLJX8em098864@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19:33:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/libx3dtk/files patch-MESH_SFVertex.inl patch-Signal.h patch-X3D-Scene.h patch-X3DAbstractNode.h patch-X3DField.h patch-X3DLoader.h patch-X3DMFNodeFunctor.h patch-X3DMemberFunctor.h patch-X3DNodeCloner.h patch-X3DSFNodeFunctor.h patch-src-X3DLoader-X3DLoader.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 19:33:12 -0000 miwi 2006-12-21 19:33:08 UTC FreeBSD ports repository Modified files: graphics/libx3dtk/files patch-X3DAbstractNode.h Added files: graphics/libx3dtk/files patch-MESH_SFVertex.inl patch-Signal.h patch-X3D-Scene.h patch-X3DField.h patch-X3DLoader.h patch-X3DMFNodeFunctor.h patch-X3DMemberFunctor.h patch-X3DNodeCloner.h patch-X3DSFNodeFunctor.h patch-src-X3DLoader-X3DLoader.h patch-src-functionalities-GL-GL_Renderer-GL_RendererShapeVisitor.cpp patch-src-functionalities-GL-GL_Updater-GL_UpdaterCoreVisitor.cpp patch-src-kernel-abstractNode-X3DAbstractNode.h patch-src-kernel-abstractNode-X3DField.h patch-src-kernel-abstractNode-X3DMFNodeFunctor.h patch-src-kernel-abstractNode-X3DMemberFunctor.h patch-src-kernel-abstractNode-X3DSFNodeFunctor.h patch-src-kernel-base-SFPoint2f.cpp patch-src-kernel-base-SFPoint3f.cpp patch-src-kernel-base-SFVec2f.cpp patch-src-kernel-processor-Visitor.cpp Log: - Fix build with gcc 4.1 PR: ports/106834 Submitted by: German Tischler (maintainer) Revision Changes Path 1.1 +31 -0 ports/graphics/libx3dtk/files/patch-MESH_SFVertex.inl (new) 1.1 +12 -0 ports/graphics/libx3dtk/files/patch-Signal.h (new) 1.1 +21 -0 ports/graphics/libx3dtk/files/patch-X3D-Scene.h (new) 1.2 +23 -6 ports/graphics/libx3dtk/files/patch-X3DAbstractNode.h 1.1 +22 -0 ports/graphics/libx3dtk/files/patch-X3DField.h (new) 1.1 +19 -0 ports/graphics/libx3dtk/files/patch-X3DLoader.h (new) 1.1 +12 -0 ports/graphics/libx3dtk/files/patch-X3DMFNodeFunctor.h (new) 1.1 +12 -0 ports/graphics/libx3dtk/files/patch-X3DMemberFunctor.h (new) 1.1 +12 -0 ports/graphics/libx3dtk/files/patch-X3DNodeCloner.h (new) 1.1 +12 -0 ports/graphics/libx3dtk/files/patch-X3DSFNodeFunctor.h (new) 1.1 +19 -0 ports/graphics/libx3dtk/files/patch-src-X3DLoader-X3DLoader.h (new) 1.1 +19 -0 ports/graphics/libx3dtk/files/patch-src-functionalities-GL-GL_Renderer-GL_RendererShapeVisitor.cpp (new) 1.1 +36 -0 ports/graphics/libx3dtk/files/patch-src-functionalities-GL-GL_Updater-GL_UpdaterCoreVisitor.cpp (new) 1.1 +19 -0 ports/graphics/libx3dtk/files/patch-src-kernel-abstractNode-X3DAbstractNode.h (new) 1.1 +22 -0 ports/graphics/libx3dtk/files/patch-src-kernel-abstractNode-X3DField.h (new) 1.1 +12 -0 ports/graphics/libx3dtk/files/patch-src-kernel-abstractNode-X3DMFNodeFunctor.h (new) 1.1 +12 -0 ports/graphics/libx3dtk/files/patch-src-kernel-abstractNode-X3DMemberFunctor.h (new) 1.1 +12 -0 ports/graphics/libx3dtk/files/patch-src-kernel-abstractNode-X3DSFNodeFunctor.h (new) 1.1 +110 -0 ports/graphics/libx3dtk/files/patch-src-kernel-base-SFPoint2f.cpp (new) 1.1 +107 -0 ports/graphics/libx3dtk/files/patch-src-kernel-base-SFPoint3f.cpp (new) 1.1 +116 -0 ports/graphics/libx3dtk/files/patch-src-kernel-base-SFVec2f.cpp (new) 1.1 +28 -0 ports/graphics/libx3dtk/files/patch-src-kernel-processor-Visitor.cpp (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56A7316A40F; Thu, 21 Dec 2006 19:33:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2FEC813C45A; Thu, 21 Dec 2006 19:33:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJXEu2098924; Thu, 21 Dec 2006 19:33:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJXELU098923; Thu, 21 Dec 2006 19:33:14 GMT (envelope-from miwi) Message-Id: <200612211933.kBLJXELU098923@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19:33: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/tkmerge Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 19:33:14 -0000 miwi 2006-12-21 19:33:14 UTC FreeBSD ports repository Modified files: devel/tkmerge Makefile distinfo Log: - Update to 0.85 [1] PR: 106933 Submitted by: miwi Bob Willcox [1] (maintainer) Revision Changes Path 1.4 +1 -1 ports/devel/tkmerge/Makefile 1.4 +3 -3 ports/devel/tkmerge/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB71416A5DE; Thu, 21 Dec 2006 19:33:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A3EA913C442; Thu, 21 Dec 2006 19:33:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJXVdE099040; Thu, 21 Dec 2006 19:33:31 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJXVUH099039; Thu, 21 Dec 2006 19:33:31 GMT (envelope-from miwi) Message-Id: <200612211933.kBLJXVUH099039@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19: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/sysutils/evtviewer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 19:33:31 -0000 miwi 2006-12-21 19:33:31 UTC FreeBSD ports repository Modified files: sysutils/evtviewer Makefile distinfo Log: - Update to 0.4 PR: ports/107019 Submitted by: Ganael LAPLANCHE (maintainer) Revision Changes Path 1.4 +1 -1 ports/sysutils/evtviewer/Makefile 1.3 +3 -3 ports/sysutils/evtviewer/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 852B616A786; Thu, 21 Dec 2006 19:33:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7621113C45B; Thu, 21 Dec 2006 19:33:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJXfxd099118; Thu, 21 Dec 2006 19:33:41 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJXf7Z099117; Thu, 21 Dec 2006 19:33:41 GMT (envelope-from miwi) Message-Id: <200612211933.kBLJXf7Z099117@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19:33:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/svn2cl 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, 21 Dec 2006 19:33:41 -0000 miwi 2006-12-21 19:33:41 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/svn2cl Makefile distinfo pkg-descr pkg-plist Log: svn2cl is a simple xsl transformation and shell script wrapper for generating a classic GNU-style ChangeLog from a subversion repository log. It is made from several changelog-like scripts using common xslt constructs found in different places. WWW: http://ch.tudelft.nl/~arthur/svn2cl/ PR: ports/107007 Submitted by: Alexander Logvinov Revision Changes Path 1.1088 +1 -0 ports/textproc/Makefile 1.1 +41 -0 ports/textproc/svn2cl/Makefile (new) 1.1 +3 -0 ports/textproc/svn2cl/distinfo (new) 1.1 +6 -0 ports/textproc/svn2cl/pkg-descr (new) 1.1 +6 -0 ports/textproc/svn2cl/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6AA016A557; Thu, 21 Dec 2006 19:34:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9F27F13C442; Thu, 21 Dec 2006 19:34:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJY1UY099199; Thu, 21 Dec 2006 19:34:01 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJY1uc099198; Thu, 21 Dec 2006 19:34:01 GMT (envelope-from miwi) Message-Id: <200612211934.kBLJY1uc099198@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19:34:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 21 Dec 2006 19:34:01 -0000 miwi 2006-12-21 19:34:01 UTC FreeBSD ports repository Modified files: . modules Log: svn2cl --> ports/textproc/svn2cl Revision Changes Path 1.16904 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:51: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1792616A412; Thu, 21 Dec 2006 19:51:54 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E549C13C41A; Thu, 21 Dec 2006 19:51:53 +0000 (UTC) (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 kBLJprbW002107; Thu, 21 Dec 2006 19:51:53 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJprJO002106; Thu, 21 Dec 2006 19:51:53 GMT (envelope-from mjacob) Message-Id: <200612211951.kBLJprJO002106@repoman.freebsd.org> From: Matt Jacob Date: Thu, 21 Dec 2006 19:51: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/cam cam.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 19:51:54 -0000 mjacob 2006-12-21 19:51:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/cam cam.c Log: MFC 1.10: avoid some divide by zero cases in calculating geometry. Revision Changes Path 1.9.2.1 +14 -1 src/sys/cam/cam.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:53: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E24EF16A412; Thu, 21 Dec 2006 19:53:59 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BAF5713C459; Thu, 21 Dec 2006 19:53:59 +0000 (UTC) (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 kBLJrxbH002523; Thu, 21 Dec 2006 19:53:59 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJrx1p002522; Thu, 21 Dec 2006 19:53:59 GMT (envelope-from lofi) Message-Id: <200612211953.kBLJrx1p002522@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 21 Dec 2006 19:53:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/tinyq/files patch-include-qvaluestack.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 19:54:00 -0000 lofi 2006-12-21 19:53:59 UTC FreeBSD ports repository Added files: devel/tinyq/files patch-include-qvaluestack.h Log: Fix build with GCC 4.1 Revision Changes Path 1.1 +11 -0 ports/devel/tinyq/files/patch-include-qvaluestack.h (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E4FF16A40F; Thu, 21 Dec 2006 19:57:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DB05D13C459; Thu, 21 Dec 2006 19:57:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJvJxv003017; Thu, 21 Dec 2006 19:57:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJvJKe003015; Thu, 21 Dec 2006 19:57:19 GMT (envelope-from miwi) Message-Id: <200612211957.kBLJvJKe003015@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19:57: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/amsn 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, 21 Dec 2006 19:57:20 -0000 miwi 2006-12-21 19:57:19 UTC FreeBSD ports repository Modified files: net-im/amsn Makefile distinfo pkg-descr pkg-plist Log: - Update to 0.96 PR: ports/106831 Submitted by: Ying-Chieh Chen (maintainer) Revision Changes Path 1.29 +1 -2 ports/net-im/amsn/Makefile 1.13 +3 -3 ports/net-im/amsn/distinfo 1.2 +1 -1 ports/net-im/amsn/pkg-descr 1.15 +753 -646 ports/net-im/amsn/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F5E216A403; Thu, 21 Dec 2006 19:57:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 389EF13C46D; Thu, 21 Dec 2006 19:57:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJvKQe003048; Thu, 21 Dec 2006 19:57:20 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJvK6W003047; Thu, 21 Dec 2006 19:57:20 GMT (envelope-from miwi) Message-Id: <200612211957.kBLJvK6W003047@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19:57:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/gwyddion 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, 21 Dec 2006 19:57:20 -0000 miwi 2006-12-21 19:57:20 UTC FreeBSD ports repository Modified files: science/gwyddion Makefile distinfo pkg-plist Log: - Update to 2.2 PR: ports/106833 Submitted by: David (maintainer) Revision Changes Path 1.6 +9 -8 ports/science/gwyddion/Makefile 1.6 +3 -6 ports/science/gwyddion/distinfo 1.5 +8 -1 ports/science/gwyddion/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:57: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7654516A533; Thu, 21 Dec 2006 19:57:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4EB4413C46B; Thu, 21 Dec 2006 19:57:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJvNmp003085; Thu, 21 Dec 2006 19:57:23 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJvNWq003084; Thu, 21 Dec 2006 19:57:23 GMT (envelope-from miwi) Message-Id: <200612211957.kBLJvNWq003084@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19:57:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/isc-dhcp3-server Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 19:57:23 -0000 miwi 2006-12-21 19:57:23 UTC FreeBSD ports repository Modified files: net/isc-dhcp3-server Makefile distinfo Log: - Update to 3.0.5 PR: ports/106899 Submitted by: Joerg Pulz (maintainer) Revision Changes Path 1.119 +1 -1 ports/net/isc-dhcp3-server/Makefile 1.57 +9 -9 ports/net/isc-dhcp3-server/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:57: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6E6C16A5BC; Thu, 21 Dec 2006 19:57:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9D41813C455; Thu, 21 Dec 2006 19:57:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJvQk7003118; Thu, 21 Dec 2006 19:57:26 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJvQnP003117; Thu, 21 Dec 2006 19:57:26 GMT (envelope-from miwi) Message-Id: <200612211957.kBLJvQnP003117@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19:57:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/ecasound Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 19:57:26 -0000 miwi 2006-12-21 19:57:26 UTC FreeBSD ports repository Modified files: audio/ecasound Makefile distinfo Log: - Update to 2.4.5 PR: ports/106988 Submitted by: KATO Tsuguru Revision Changes Path 1.29 +2 -2 ports/audio/ecasound/Makefile 1.11 +3 -3 ports/audio/ecasound/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:57: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43F7816A407; Thu, 21 Dec 2006 19:57:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1B1CC13C46E; Thu, 21 Dec 2006 19:57:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJvTDC003154; Thu, 21 Dec 2006 19:57:29 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJvTlP003153; Thu, 21 Dec 2006 19:57:29 GMT (envelope-from miwi) Message-Id: <200612211957.kBLJvTlP003153@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19:57:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pear-Date_Holidays Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 19:57:30 -0000 miwi 2006-12-21 19:57:29 UTC FreeBSD ports repository Modified files: devel/pear-Date_Holidays Makefile distinfo Log: - Update to 0.17.0 PR: ports/106975 Submitted by: Thomas Abthorpe (maintainer) Revision Changes Path 1.5 +10 -2 ports/devel/pear-Date_Holidays/Makefile 1.3 +3 -3 ports/devel/pear-Date_Holidays/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:57: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 42CE516A811; Thu, 21 Dec 2006 19:57:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 33F3413C45D; Thu, 21 Dec 2006 19:57:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJvaIA003209; Thu, 21 Dec 2006 19:57:36 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJvaiE003208; Thu, 21 Dec 2006 19:57:36 GMT (envelope-from miwi) Message-Id: <200612211957.kBLJvaiE003208@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19:57:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/py-igraph 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, 21 Dec 2006 19:57:36 -0000 miwi 2006-12-21 19:57:36 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/py-igraph Makefile distinfo pkg-descr pkg-plist Log: This module extends Python with a Graph class which is capable of handling arbitrary directed and undirected graphs with thousands of nodes and millions of edges. Since the module makes use of the open source igraph library written in almost 100% pure C, it is blazing fast and outperforms most other pure Python-based packages around. WWW: http://cneurocvs.rmki.kfki.hu/igraph PR: ports/106971 Submitted by: Li-Wen Hsu Revision Changes Path 1.436 +1 -0 ports/math/Makefile 1.1 +28 -0 ports/math/py-igraph/Makefile (new) 1.1 +3 -0 ports/math/py-igraph/distinfo (new) 1.1 +7 -0 ports/math/py-igraph/pkg-descr (new) 1.1 +30 -0 ports/math/py-igraph/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:57: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B27D316A897; Thu, 21 Dec 2006 19:57:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4F4A013C4B6; Thu, 21 Dec 2006 19:57:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJvcsi003266; Thu, 21 Dec 2006 19:57:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJvcRu003265; Thu, 21 Dec 2006 19:57:38 GMT (envelope-from miwi) Message-Id: <200612211957.kBLJvcRu003265@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19:57:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/smalltalk Makefile distinfo pkg-plist ports/lang/smalltalk/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: Thu, 21 Dec 2006 19:57:38 -0000 miwi 2006-12-21 19:57:38 UTC FreeBSD ports repository Modified files: lang/smalltalk Makefile distinfo pkg-plist Removed files: lang/smalltalk/files patch-ltmain.sh Log: - Update to 2.3.1 PR: 106983 Submitted by: KATO Tsuguru Revision Changes Path 1.67 +15 -8 ports/lang/smalltalk/Makefile 1.30 +3 -3 ports/lang/smalltalk/distinfo 1.4 +0 -10 ports/lang/smalltalk/files/patch-ltmain.sh (dead) 1.23 +19 -21 ports/lang/smalltalk/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 33D8216A8D1; Thu, 21 Dec 2006 19:57:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C9D9313C4B5; Thu, 21 Dec 2006 19:57:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJvcu3003295; Thu, 21 Dec 2006 19:57:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJvcMS003294; Thu, 21 Dec 2006 19:57:38 GMT (envelope-from miwi) Message-Id: <200612211957.kBLJvcMS003294@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19:57: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/solfege Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 19:57:39 -0000 miwi 2006-12-21 19:57:38 UTC FreeBSD ports repository Modified files: audio/solfege Makefile distinfo Log: - Update to 3.6.4 PR: 106986 Submitted by: KATO Tsuguru Revision Changes Path 1.29 +12 -9 ports/audio/solfege/Makefile 1.22 +3 -3 ports/audio/solfege/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:57: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BDB5516AA3B; Thu, 21 Dec 2006 19:57:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9714F13C41A; Thu, 21 Dec 2006 19:57:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJvjGP003328; Thu, 21 Dec 2006 19:57:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJvjmu003327; Thu, 21 Dec 2006 19:57:45 GMT (envelope-from miwi) Message-Id: <200612211957.kBLJvjmu003327@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19:57:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/xcoral Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 19:57:45 -0000 miwi 2006-12-21 19:57:45 UTC FreeBSD ports repository Modified files: editors/xcoral Makefile distinfo Log: - Update to 3.46 PR: 106985 Submitted by: KATO Tsuguru Revision Changes Path 1.20 +3 -3 ports/editors/xcoral/Makefile 1.14 +3 -3 ports/editors/xcoral/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5500316AA6F; Thu, 21 Dec 2006 19:57:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 45B9913C43A; Thu, 21 Dec 2006 19:57:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJvnO9003380; Thu, 21 Dec 2006 19:57:49 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJvnSn003379; Thu, 21 Dec 2006 19:57:49 GMT (envelope-from miwi) Message-Id: <200612211957.kBLJvnSn003379@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19: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/net-mgmt/tcptrack Makefile distinfo ports/net-mgmt/tcptrack/files patch-src-IPv4Address.h patch-src-TCPPacket.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 19:57:49 -0000 miwi 2006-12-21 19:57:49 UTC FreeBSD ports repository Modified files: net-mgmt/tcptrack Makefile distinfo Removed files: net-mgmt/tcptrack/files patch-src-IPv4Address.h patch-src-TCPPacket.h Log: - Update to 1.2.0 Release topics: - 802.1q VLAN support - Fixes for compiling on gcc 4.1+ PR: ports107034 Submitted by: Tor Halvard Furulund (maintainer) Revision Changes Path 1.5 +3 -3 ports/net-mgmt/tcptrack/Makefile 1.4 +3 -3 ports/net-mgmt/tcptrack/distinfo 1.2 +0 -12 ports/net-mgmt/tcptrack/files/patch-src-IPv4Address.h (dead) 1.2 +0 -40 ports/net-mgmt/tcptrack/files/patch-src-TCPPacket.h (dead) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:58: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E0F616A50B; Thu, 21 Dec 2006 19:58:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 675B313C447; Thu, 21 Dec 2006 19:58:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJw2Uf003431; Thu, 21 Dec 2006 19:58:02 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJw26G003430; Thu, 21 Dec 2006 19:58:02 GMT (envelope-from miwi) Message-Id: <200612211958.kBLJw26G003430@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19:58: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: Thu, 21 Dec 2006 19:58:02 -0000 miwi 2006-12-21 19:58:02 UTC FreeBSD ports repository Modified files: . modules Log: py-igraph --> ports/math/py-igraph Revision Changes Path 1.16905 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8F8B16A5B6; Thu, 21 Dec 2006 19:58:04 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C127E13C44C; Thu, 21 Dec 2006 19:58:04 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJw4m9003458; Thu, 21 Dec 2006 19:58:04 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJw4iD003457; Thu, 21 Dec 2006 19:58:04 GMT (envelope-from rrs) Message-Id: <200612211958.kBLJw4iD003457@repoman.freebsd.org> From: Randall Stewart Date: Thu, 21 Dec 2006 19:58:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_mbuf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 19:58:05 -0000 rrs 2006-12-21 19:58:04 UTC FreeBSD src repository Modified files: sys/kern uipc_mbuf.c Log: The prepend function did not handle non-pkthdr's correctly. It always called MH_ALIGN for small lengths being prepended (less than MHLEN). This meant that if you did a prepend on a non M_PKTHDR the system would panic with the KASSERT in MH_ALIGN. Instead we are not aware of this and do a MH_ALIGN or M_ALIGN as appropriate. Reviewed by: andre Approved by: gnn Revision Changes Path 1.170 +7 -2 src/sys/kern/uipc_mbuf.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D4AD416A4C9; Thu, 21 Dec 2006 20:04:46 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ADB6D13C467; Thu, 21 Dec 2006 20:04:46 +0000 (UTC) (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 kBLK4k0s005916; Thu, 21 Dec 2006 20:04:46 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLK4kmL005915; Thu, 21 Dec 2006 20:04:46 GMT (envelope-from lofi) Message-Id: <200612212004.kBLK4kmL005915@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 21 Dec 2006 20:04: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/security/cryptplug Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 20:04:46 -0000 lofi 2006-12-21 20:04:46 UTC FreeBSD ports repository Modified files: security/cryptplug Makefile Log: Looks like I missed this Revision Changes Path 1.17 +2 -2 ports/security/cryptplug/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 20:06: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70AEB16A407; Thu, 21 Dec 2006 20:06:31 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 49C7813C462; Thu, 21 Dec 2006 20:06:31 +0000 (UTC) (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 kBLK6Vg3006222; Thu, 21 Dec 2006 20:06:31 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLK6VE9006221; Thu, 21 Dec 2006 20:06:31 GMT (envelope-from mjacob) Message-Id: <200612212006.kBLK6VE9006221@repoman.freebsd.org> From: Matt Jacob Date: Thu, 21 Dec 2006 20:06: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/sys/cam cam_xpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 20:06:31 -0000 mjacob 2006-12-21 20:06:30 UTC FreeBSD src repository Modified files: sys/cam cam_xpt.c Log: Pay attention to return value from xpt_bus_register in xpt_init. Obtained from: Xin Li (Coverity) MFC after: 3 days Revision Changes Path 1.172 +5 -1 src/sys/cam/cam_xpt.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 20:20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11DEA16A40F; Thu, 21 Dec 2006 20:20:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DEAA313C45C; Thu, 21 Dec 2006 20:20:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLKKSTw008106; Thu, 21 Dec 2006 20:20:28 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLKKSos008103; Thu, 21 Dec 2006 20:20:28 GMT (envelope-from miwi) Message-Id: <200612212020.kBLKKSos008103@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 20:20:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/tetrons Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 20:20:29 -0000 miwi 2006-12-21 20:20:28 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/tetrons Makefile distinfo pkg-descr Log: This is a version of the popular falling-block game from the eighties which requires only Xlib to build and run. PR: ports/106942 Submitted by: James Bailie Revision Changes Path 1.1067 +1 -0 ports/games/Makefile 1.1 +21 -0 ports/games/tetrons/Makefile (new) 1.1 +3 -0 ports/games/tetrons/distinfo (new) 1.1 +2 -0 ports/games/tetrons/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 374B616A501; Thu, 21 Dec 2006 20:20:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2768513C459; Thu, 21 Dec 2006 20:20:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLKKX9U008184; Thu, 21 Dec 2006 20:20:33 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLKKXXQ008183; Thu, 21 Dec 2006 20:20:33 GMT (envelope-from miwi) Message-Id: <200612212020.kBLKKXXQ008183@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 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/accessibility Makefile ports/accessibility/py-papi 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, 21 Dec 2006 20:20:33 -0000 miwi 2006-12-21 20:20:33 UTC FreeBSD ports repository Modified files: accessibility Makefile Added files: accessibility/py-papi Makefile distinfo pkg-descr pkg-plist Log: Papi, the Python Accessibility Programming Interface, is a Python wrapper around the GNOME ATK toolkit. It allows a developer to make python objects and applications easily accessibility aware without the need to install PyGTK and the GNOME accessibility components. Instead it only depends on ATK and - on the developers behalf - the ATK/AT-SPI bridge shipped with AT-SPI. WWW: http://ocemp.sourceforge.net/papi.html PR: ports/106909 Submitted by: Marcus von Appen Revision Changes Path 1.14 +1 -0 ports/accessibility/Makefile 1.1 +29 -0 ports/accessibility/py-papi/Makefile (new) 1.1 +3 -0 ports/accessibility/py-papi/distinfo (new) 1.1 +9 -0 ports/accessibility/py-papi/pkg-descr (new) 1.1 +6 -0 ports/accessibility/py-papi/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 20:20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3CBC116A500; Thu, 21 Dec 2006 20:20:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2C96513C461; Thu, 21 Dec 2006 20:20:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLKKiGL008290; Thu, 21 Dec 2006 20:20:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLKKijg008289; Thu, 21 Dec 2006 20:20:44 GMT (envelope-from miwi) Message-Id: <200612212020.kBLKKijg008289@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 20:20: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 Makefile ports/emulators/tme Makefile distinfo pkg-descr pkg-plist ports/emulators/tme/files patch-libtme-module.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 20:20:44 -0000 miwi 2006-12-21 20:20:44 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/tme Makefile distinfo pkg-descr pkg-plist emulators/tme/files patch-libtme-module.c Log: The Machine Emulator provides a general-purpose framework for computer emulation. Right now it can emulate Sun 2/120 and 3/150. WWW: http://theory.lcs.mit.edu/~fredette/tme/ PR: ports/106839 Submitted by: trasz Revision Changes Path 1.207 +1 -0 ports/emulators/Makefile 1.1 +25 -0 ports/emulators/tme/Makefile (new) 1.1 +3 -0 ports/emulators/tme/distinfo (new) 1.1 +18 -0 ports/emulators/tme/files/patch-libtme-module.c (new) 1.1 +5 -0 ports/emulators/tme/pkg-descr (new) 1.1 +100 -0 ports/emulators/tme/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB76116A505; Thu, 21 Dec 2006 20:20:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D9A3F13C44B; Thu, 21 Dec 2006 20:20:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLKKnwm008400; Thu, 21 Dec 2006 20:20:49 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLKKnoC008399; Thu, 21 Dec 2006 20:20:49 GMT (envelope-from miwi) Message-Id: <200612212020.kBLKKnoC008399@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 20:20:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt Makefile ports/net-mgmt/ndpmon Makefile distinfo pkg-descr pkg-plist ports/net-mgmt/ndpmon/files patch-config__ndpmon.xml patch-monitoring.h patch-monitoring__na.h patch-monitoring__ns.h patch-monitoring__ra.h patch-monitoring__rd.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 20:20:50 -0000 miwi 2006-12-21 20:20:49 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/ndpmon Makefile distinfo pkg-descr pkg-plist net-mgmt/ndpmon/files patch-config__ndpmon.xml patch-monitoring.h patch-monitoring__na.h patch-monitoring__ns.h patch-monitoring__ra.h patch-monitoring__rd.h patch-ndpmon.8 patch-ndpmon.c patch-ndpmon.h patch-neighbor__list.xml patch-parser.c patch-print__packet__info.h patch-utils.h Log: NDPMon is an equivalent of ArpWatch for IPv6. NDPMon, Neighbor Discovery Protocol Monitor, is a tool working with ICMPv6 packets. NDPMon observes the local network to see if nodes using neighbor discovery messages behave properly. When it detects a suspicious Neighbor Discovery message, it notifies the administrator by writing in the syslog and in some cases by sending an email report. WWW: http://ndpmon.sourceforge.net Janos Mohacsi PR: ports/106840 Submitted by: janos.mohacsi at bsd.hu Revision Changes Path 1.103 +1 -0 ports/net-mgmt/Makefile 1.1 +48 -0 ports/net-mgmt/ndpmon/Makefile (new) 1.1 +3 -0 ports/net-mgmt/ndpmon/distinfo (new) 1.1 +12 -0 ports/net-mgmt/ndpmon/files/patch-config__ndpmon.xml (new) 1.1 +16 -0 ports/net-mgmt/ndpmon/files/patch-monitoring.h (new) 1.1 +16 -0 ports/net-mgmt/ndpmon/files/patch-monitoring__na.h (new) 1.1 +16 -0 ports/net-mgmt/ndpmon/files/patch-monitoring__ns.h (new) 1.1 +16 -0 ports/net-mgmt/ndpmon/files/patch-monitoring__ra.h (new) 1.1 +16 -0 ports/net-mgmt/ndpmon/files/patch-monitoring__rd.h (new) 1.1 +35 -0 ports/net-mgmt/ndpmon/files/patch-ndpmon.8 (new) 1.1 +29 -0 ports/net-mgmt/ndpmon/files/patch-ndpmon.c (new) 1.1 +14 -0 ports/net-mgmt/ndpmon/files/patch-ndpmon.h (new) 1.1 +12 -0 ports/net-mgmt/ndpmon/files/patch-neighbor__list.xml (new) 1.1 +19 -0 ports/net-mgmt/ndpmon/files/patch-parser.c (new) 1.1 +16 -0 ports/net-mgmt/ndpmon/files/patch-print__packet__info.h (new) 1.1 +14 -0 ports/net-mgmt/ndpmon/files/patch-utils.h (new) 1.1 +12 -0 ports/net-mgmt/ndpmon/pkg-descr (new) 1.1 +7 -0 ports/net-mgmt/ndpmon/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 20:20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D09316A50E; Thu, 21 Dec 2006 20:20:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9BBA013C45E; Thu, 21 Dec 2006 20:20:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLKKu5X008450; Thu, 21 Dec 2006 20:20:56 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLKKuVg008449; Thu, 21 Dec 2006 20:20:56 GMT (envelope-from miwi) Message-Id: <200612212020.kBLKKuVg008449@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 20:20: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: Thu, 21 Dec 2006 20:20:57 -0000 miwi 2006-12-21 20:20:56 UTC FreeBSD ports repository Modified files: . modules Log: tetrons --> ports/games/tetrons Revision Changes Path 1.16906 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 21 20:21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4405216A4A7; Thu, 21 Dec 2006 20:21:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C26DC13C46C; Thu, 21 Dec 2006 20:21:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLKLifR009051; Thu, 21 Dec 2006 20:21:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLKLiEK009050; Thu, 21 Dec 2006 20:21:44 GMT (envelope-from miwi) Message-Id: <200612212021.kBLKLiEK009050@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 20: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: 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, 21 Dec 2006 20:21:45 -0000 miwi 2006-12-21 20:21:44 UTC FreeBSD ports repository Modified files: . modules Log: ndpmon --> ports/net-mgmt/ndpmon Revision Changes Path 1.16907 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 21 20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A46D116A412; Thu, 21 Dec 2006 20:35:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7E03E13C43A; Thu, 21 Dec 2006 20:35:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLKZZLx011417; Thu, 21 Dec 2006 20:35:35 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLKZZ4p011416; Thu, 21 Dec 2006 20:35:35 GMT (envelope-from miwi) Message-Id: <200612212035.kBLKZZ4p011416@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 20:35: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: Thu, 21 Dec 2006 20:35:35 -0000 miwi 2006-12-21 20:35:35 UTC FreeBSD ports repository Modified files: . modules Log: py-papi --> ports/accessibility/py-papi Revision Changes Path 1.16908 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 21 20:36: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3CCF016A40F; Thu, 21 Dec 2006 20:36:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 15F3E13C442; Thu, 21 Dec 2006 20:36:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLKa09D011462; Thu, 21 Dec 2006 20:36:00 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLKa0j5011461; Thu, 21 Dec 2006 20:36:00 GMT (envelope-from miwi) Message-Id: <200612212036.kBLKa0j5011461@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 20:36:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 21 Dec 2006 20:36:01 -0000 miwi 2006-12-21 20:36:00 UTC FreeBSD ports repository Modified files: . modules Log: tme --> ports/emulators/tme Revision Changes Path 1.16909 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 21 20:38: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4B5716A40F; Thu, 21 Dec 2006 20:38:07 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7E30B13C458; Thu, 21 Dec 2006 20:38:07 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLKc7d3011551; Thu, 21 Dec 2006 20:38:07 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLKc7bL011550; Thu, 21 Dec 2006 20:38:07 GMT (envelope-from bsam) Message-Id: <200612212038.kBLKc7bL011550@repoman.freebsd.org> From: Boris Samorodov Date: Thu, 21 Dec 2006 20:38:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/biabam Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 20:38:07 -0000 bsam 2006-12-21 20:38:01 UTC FreeBSD ports repository Modified files: mail/biabam Makefile Log: In preparation to deprecate shells/bash2: - change RUN_DEPENDS: shells/bash2 -> shells/bash; - bump PORTREVISION. Revision Changes Path 1.11 +2 -1 ports/mail/biabam/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 20:41: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05E9B16A403; Thu, 21 Dec 2006 20:41:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E806713C455; Thu, 21 Dec 2006 20:41:33 +0000 (UTC) (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 kBLKfXWb013645; Thu, 21 Dec 2006 20:41:33 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLKfXsJ013644; Thu, 21 Dec 2006 20:41:33 GMT (envelope-from edwin) Message-Id: <200612212041.kBLKfXsJ013644@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 21 Dec 2006 20: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/audio/wavplay Makefile ports/audio/ximp3 Makefile ports/devel/p5-WeakRef Makefile ports/editors/chexedit Makefile ports/editors/hnb Makefile ports/games/agame Makefile ports/games/allacrost Makefile ports/games/biloba Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 20:41:34 -0000 edwin 2006-12-21 20:41:33 UTC FreeBSD ports repository Modified files: audio/wavplay Makefile audio/ximp3 Makefile devel/p5-WeakRef Makefile editors/chexedit Makefile editors/hnb Makefile games/agame Makefile games/allacrost Makefile games/biloba Makefile games/bitefusion Makefile games/blinkensisters Makefile games/blobandconquer Makefile games/blokish Makefile games/cgoban Makefile games/chromium Makefile games/concentration Makefile games/connectfive Makefile games/construo Makefile games/dangen Makefile games/diameter Makefile games/fillets-ng Makefile games/fishsupper Makefile games/flobopuyo Makefile games/formido Makefile games/fwp Makefile games/glpuzzle Makefile games/gnudoku Makefile games/goonies Makefile games/hangman Makefile games/interlogic Makefile games/ivan Makefile games/kiki Makefile games/kobodeluxe Makefile games/luola Makefile games/moonlander Makefile games/pachi Makefile games/penguin-command Makefile games/pengupop Makefile games/pipepanic Makefile games/pouetchess Makefile games/reminiscence Makefile games/ri-li Makefile games/scramble Makefile games/sdb Makefile games/sdlsand Makefile games/shootingstar Makefile games/solarconquest Makefile games/stroq Makefile games/sturmbahnfahrer Makefile games/tomatoes Makefile games/torrent Makefile games/toycars Makefile games/trimines Makefile games/untahris Makefile games/volleyball Makefile games/vor Makefile games/wop Makefile games/xbill Makefile games/xmoto Makefile games/xtron Makefile games/zatacka Makefile graphics/geomorph Makefile graphics/glpng Makefile graphics/gnash Makefile graphics/kudu Makefile graphics/makehuman Makefile graphics/pngcrush Makefile graphics/scrot Makefile graphics/sharpconstruct Makefile math/drgeo Makefile misc/metromap Makefile multimedia/avinfo Makefile security/bruteblock Makefile sysutils/qpxtool Makefile textproc/catdoc Makefile textproc/p5-Text-Capitalize Makefile textproc/uncrustify Makefile Log: [MAINTAINER] update my email address in 76 ports + mirror some distfiles I've got a brand new hosting, so change my email to the new one. Also, now I can mirror some distfiles, so update MASTER_SITES for some ports. PR: ports/107038 Submitted by: Dmitry Marakasov Revision Changes Path 1.14 +1 -1 ports/audio/wavplay/Makefile 1.8 +1 -1 ports/audio/ximp3/Makefile 1.2 +2 -2 ports/devel/p5-WeakRef/Makefile 1.10 +3 -2 ports/editors/chexedit/Makefile 1.12 +1 -1 ports/editors/hnb/Makefile 1.3 +2 -2 ports/games/agame/Makefile 1.4 +2 -2 ports/games/allacrost/Makefile 1.5 +2 -2 ports/games/biloba/Makefile 1.4 +4 -3 ports/games/bitefusion/Makefile 1.3 +2 -2 ports/games/blinkensisters/Makefile 1.10 +4 -3 ports/games/blobandconquer/Makefile 1.3 +2 -2 ports/games/blokish/Makefile 1.32 +1 -1 ports/games/cgoban/Makefile 1.13 +3 -2 ports/games/chromium/Makefile 1.4 +4 -3 ports/games/concentration/Makefile 1.5 +2 -2 ports/games/connectfive/Makefile 1.4 +2 -2 ports/games/construo/Makefile 1.3 +4 -3 ports/games/dangen/Makefile 1.4 +2 -2 ports/games/diameter/Makefile 1.8 +2 -2 ports/games/fillets-ng/Makefile 1.5 +2 -2 ports/games/fishsupper/Makefile 1.3 +4 -3 ports/games/flobopuyo/Makefile 1.4 +4 -3 ports/games/formido/Makefile 1.8 +2 -2 ports/games/fwp/Makefile 1.5 +4 -3 ports/games/glpuzzle/Makefile 1.2 +2 -2 ports/games/gnudoku/Makefile 1.2 +4 -3 ports/games/goonies/Makefile 1.4 +4 -3 ports/games/hangman/Makefile 1.3 +2 -2 ports/games/interlogic/Makefile 1.5 +2 -2 ports/games/ivan/Makefile 1.5 +2 -2 ports/games/kiki/Makefile 1.17 +3 -2 ports/games/kobodeluxe/Makefile 1.3 +4 -3 ports/games/luola/Makefile 1.12 +1 -1 ports/games/moonlander/Makefile 1.4 +2 -2 ports/games/pachi/Makefile 1.20 +1 -1 ports/games/penguin-command/Makefile 1.7 +4 -3 ports/games/pengupop/Makefile 1.4 +4 -3 ports/games/pipepanic/Makefile 1.6 +2 -2 ports/games/pouetchess/Makefile 1.3 +4 -3 ports/games/reminiscence/Makefile 1.5 +2 -2 ports/games/ri-li/Makefile 1.4 +4 -3 ports/games/scramble/Makefile 1.6 +4 -3 ports/games/sdb/Makefile 1.5 +2 -2 ports/games/sdlsand/Makefile 1.3 +4 -3 ports/games/shootingstar/Makefile 1.4 +4 -3 ports/games/solarconquest/Makefile 1.4 +2 -2 ports/games/stroq/Makefile 1.3 +4 -3 ports/games/sturmbahnfahrer/Makefile 1.9 +1 -1 ports/games/tomatoes/Makefile 1.4 +4 -3 ports/games/torrent/Makefile 1.7 +2 -2 ports/games/toycars/Makefile 1.5 +5 -4 ports/games/trimines/Makefile 1.3 +2 -2 ports/games/untahris/Makefile 1.5 +4 -3 ports/games/volleyball/Makefile 1.4 +4 -3 ports/games/vor/Makefile 1.6 +4 -3 ports/games/wop/Makefile 1.28 +3 -2 ports/games/xbill/Makefile 1.15 +2 -2 ports/games/xmoto/Makefile 1.15 +1 -1 ports/games/xtron/Makefile 1.5 +2 -2 ports/games/zatacka/Makefile 1.3 +2 -2 ports/graphics/geomorph/Makefile 1.2 +4 -3 ports/graphics/glpng/Makefile 1.12 +2 -2 ports/graphics/gnash/Makefile 1.5 +2 -2 ports/graphics/kudu/Makefile 1.2 +2 -2 ports/graphics/makehuman/Makefile 1.33 +1 -1 ports/graphics/pngcrush/Makefile 1.15 +3 -2 ports/graphics/scrot/Makefile 1.5 +2 -2 ports/graphics/sharpconstruct/Makefile 1.28 +1 -1 ports/math/drgeo/Makefile 1.7 +3 -2 ports/misc/metromap/Makefile 1.11 +3 -2 ports/multimedia/avinfo/Makefile 1.3 +4 -3 ports/security/bruteblock/Makefile 1.5 +2 -2 ports/sysutils/qpxtool/Makefile 1.24 +3 -2 ports/textproc/catdoc/Makefile 1.2 +2 -2 ports/textproc/p5-Text-Capitalize/Makefile 1.7 +2 -2 ports/textproc/uncrustify/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 21:00: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DD3E16A40F; Thu, 21 Dec 2006 21:00:52 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8BADD13C45D; Thu, 21 Dec 2006 21:00:52 +0000 (UTC) (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 kBLL0q8v024930; Thu, 21 Dec 2006 21:00:52 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLL0qZ4024929; Thu, 21 Dec 2006 21:00:52 GMT (envelope-from mjacob) Message-Id: <200612212100.kBLL0qZ4024929@repoman.freebsd.org> From: Matt Jacob Date: Thu, 21 Dec 2006 21:00:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/sys/dev/aac aac_pci.c src/sys/dev/advansys adv_eisa.c adv_isa.c adv_pci.c advansys.c adw_pci.c adwcam.c src/sys/dev/aha aha.c aha_isa.c aha_mca.c src/sys/dev/ahb ahb.c src/sys/dev/amd amd.c src/sys/dev/amr amr_pci.c src/sys/dev/asr ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 21:00:52 -0000 mjacob 2006-12-21 21:00:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sys/dev/aac aac_pci.c sys/dev/advansys adv_eisa.c adv_isa.c adv_pci.c advansys.c adw_pci.c adwcam.c sys/dev/aha aha.c aha_isa.c aha_mca.c sys/dev/ahb ahb.c sys/dev/amd amd.c sys/dev/amr amr_pci.c sys/dev/asr asr.c sys/dev/buslogic bt.c bt_eisa.c bt_isa.c bt_mca.c bt_pci.c sys/dev/ciss ciss.c sys/dev/dpt dpt_eisa.c dpt_isa.c dpt_pci.c sys/dev/esp esp_sbus.c sys/dev/iir iir_pci.c sys/dev/mly mly.c sys/dev/mpt mpt_cam.c mpt_pci.c sys/dev/ppbus vpo.c sys/dev/trm trm.c sys/dev/twa tw_osl_freebsd.c sys/dev/wds wd7000.c Log: MFC to 6.2 release all the cam module depend foo. Approved by: re (Ken) Revision Changes Path 1.54.2.6.2.2 +2 -0 src/sys/dev/aac/aac_pci.c 1.18.8.1 +1 -0 src/sys/dev/advansys/adv_eisa.c 1.28.2.1.6.1 +1 -0 src/sys/dev/advansys/adv_isa.c 1.27.8.1 +1 -0 src/sys/dev/advansys/adv_pci.c 1.29.8.1 +2 -0 src/sys/dev/advansys/advansys.c 1.23.8.1 +1 -0 src/sys/dev/advansys/adw_pci.c 1.21.8.1 +3 -0 src/sys/dev/advansys/adwcam.c 1.59.8.1 +2 -0 src/sys/dev/aha/aha.c 1.36.8.1 +1 -0 src/sys/dev/aha/aha_isa.c 1.13.8.1 +1 -0 src/sys/dev/aha/aha_mca.c 1.34.2.1.2.1 +2 -0 src/sys/dev/ahb/ahb.c 1.30.8.1 +1 -0 src/sys/dev/amd/amd.c 1.29.2.3.2.1 +2 -0 src/sys/dev/amr/amr_pci.c 1.68.8.1 +2 -0 src/sys/dev/asr/asr.c 1.45.8.1 +3 -0 src/sys/dev/buslogic/bt.c 1.21.8.1 +1 -0 src/sys/dev/buslogic/bt_eisa.c 1.25.8.1 +1 -0 src/sys/dev/buslogic/bt_isa.c 1.10.8.1 +1 -0 src/sys/dev/buslogic/bt_mca.c 1.20.8.1 +1 -0 src/sys/dev/buslogic/bt_pci.c 1.64.2.3.2.1 +4 -3 src/sys/dev/ciss/ciss.c 1.20.8.1 +2 -0 src/sys/dev/dpt/dpt_eisa.c 1.9.8.1 +2 -0 src/sys/dev/dpt/dpt_isa.c 1.34.8.1 +2 -0 src/sys/dev/dpt/dpt_pci.c 1.11.8.1 +4 -0 src/sys/dev/esp/esp_sbus.c 1.15.2.1.4.1 +2 -0 src/sys/dev/iir/iir_pci.c 1.38.8.1 +2 -0 src/sys/dev/mly/mly.c 1.1.2.6.2.1 +1 -0 src/sys/dev/mpt/mpt_cam.c 1.20.2.6.2.1 +1 -0 src/sys/dev/mpt/mpt_pci.c 1.33.16.1 +2 -0 src/sys/dev/ppbus/vpo.c 1.26.8.1 +1 -0 src/sys/dev/trm/trm.c 1.1.4.1.4.1 +2 -0 src/sys/dev/twa/tw_osl_freebsd.c 1.9.8.1 +2 -0 src/sys/dev/wds/wd7000.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 21:02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D9CC16A40F; Thu, 21 Dec 2006 21:02:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 05EE313C460; Thu, 21 Dec 2006 21:02:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLL2kj9025623; Thu, 21 Dec 2006 21:02:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLL2kq7025620; Thu, 21 Dec 2006 21:02:46 GMT (envelope-from miwi) Message-Id: <200612212102.kBLL2kq7025620@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 21:02: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/opera Makefile distinfo pkg-message pkg-plist ports/www/opera/files patch-ini_pluginpath.ini X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 21:02:47 -0000 miwi 2006-12-21 21:02:45 UTC FreeBSD ports repository Modified files: www/opera Makefile distinfo pkg-message pkg-plist www/opera/files patch-ini_pluginpath.ini Log: - Update to 9.10 PR: ports/106860 Submitted by: Arjan van Leeuwen (maintainer) Revision Changes Path 1.55 +5 -7 ports/www/opera/Makefile 1.39 +9 -9 ports/www/opera/distinfo 1.4 +20 -14 ports/www/opera/files/patch-ini_pluginpath.ini 1.11 +2 -2 ports/www/opera/pkg-message 1.27 +5 -1 ports/www/opera/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 565CB16A407; Thu, 21 Dec 2006 21:03:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 46B5413C45A; Thu, 21 Dec 2006 21:03:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLL365B026673; Thu, 21 Dec 2006 21:03:06 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLL36pJ026671; Thu, 21 Dec 2006 21:03:06 GMT (envelope-from miwi) Message-Id: <200612212103.kBLL36pJ026671@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 21: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/www Makefile ports/www/opera-linuxplugins Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 21:03:06 -0000 miwi 2006-12-21 21:03:06 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/opera-linuxplugins Makefile distinfo pkg-descr Log: This port allows you to use Linux plugins such as Adobe Flash and Acrobat Reader in the native version of Opera for FreeBSD. WWW: http://www.opera.com/ PR: ports/106860 Submitted by: Arjan van Leeuwen Revision Changes Path 1.1646 +1 -0 ports/www/Makefile 1.1 +54 -0 ports/www/opera-linuxplugins/Makefile (new) 1.1 +3 -0 ports/www/opera-linuxplugins/distinfo (new) 1.1 +4 -0 ports/www/opera-linuxplugins/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DC9C16A548; Thu, 21 Dec 2006 21:03:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 27D2913C45E; Thu, 21 Dec 2006 21:03:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLL3QwL027023; Thu, 21 Dec 2006 21:03:26 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLL3QUc027022; Thu, 21 Dec 2006 21:03:26 GMT (envelope-from miwi) Message-Id: <200612212103.kBLL3QUc027022@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 21:03:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 21 Dec 2006 21:03:26 -0000 miwi 2006-12-21 21:03:25 UTC FreeBSD ports repository Modified files: . modules Log: opera-linuxplugins --> ports/www/opera-linuxplugins Revision Changes Path 1.16910 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 21 21:12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0448816A407; Thu, 21 Dec 2006 21:12:02 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D168A13C460; Thu, 21 Dec 2006 21:12:01 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLLC1Ze028503; Thu, 21 Dec 2006 21:12:01 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLLC1pW028500; Thu, 21 Dec 2006 21:12:01 GMT (envelope-from bsam) Message-Id: <200612212112.kBLLC1pW028500@repoman.freebsd.org> From: Boris Samorodov Date: Thu, 21 Dec 2006 21:12: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/mail/spamass-rules_du_jour Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 21:12:02 -0000 bsam 2006-12-21 21:12:01 UTC FreeBSD ports repository Modified files: mail/spamass-rules_du_jour Makefile Log: In preparation to deprecate shells/bash2: - change RUN_DEPENDS: shells/bash2 -> shells/bash; - bump PORTREVISION. PR: 107001 Submitted by: bsam (me) Approved by: Michael Ranner (maintainer) Revision Changes Path 1.7 +2 -1 ports/mail/spamass-rules_du_jour/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 21:19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EFC3B16A407; Thu, 21 Dec 2006 21:19:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DE35713C44E; Thu, 21 Dec 2006 21:19:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLLJQsP029478; Thu, 21 Dec 2006 21:19:26 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLLJQOp029477; Thu, 21 Dec 2006 21:19:26 GMT (envelope-from miwi) Message-Id: <200612212119.kBLLJQOp029477@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 21:19:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms Makefile ports/comms/soundmodem Makefile distinfo pkg-descr ports/comms/soundmodem/files patch-configapp_src_main.c patch-configapp_src_soundmodemconfig.8 patch-configure patch-libmisc_getopt.h patch-pammodem_meas.c patch-pskmodem_measpsk.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 21:19:27 -0000 miwi 2006-12-21 21:19:26 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/soundmodem Makefile distinfo pkg-descr comms/soundmodem/files patch-configapp_src_main.c patch-configapp_src_soundmodemconfig.8 patch-configure patch-libmisc_getopt.h patch-pammodem_meas.c patch-pskmodem_measpsk.c patch-soundcard_main.c patch-soundcard_ptt.c patch-soundcard_soundmodem.8 soundmodem Log: soundmodem Tom's userland modem on FreeBSD WWW: http://www.baycom.org/~tom/ham/soundmodem/ - Diane Bruce, VA3DB db@db.net PR: ports/106823 Submitted by: Diane Bruce Revision Changes Path 1.165 +1 -0 ports/comms/Makefile 1.1 +48 -0 ports/comms/soundmodem/Makefile (new) 1.1 +3 -0 ports/comms/soundmodem/distinfo (new) 1.1 +11 -0 ports/comms/soundmodem/files/patch-configapp_src_main.c (new) 1.1 +11 -0 ports/comms/soundmodem/files/patch-configapp_src_soundmodemconfig.8 (new) 1.1 +22 -0 ports/comms/soundmodem/files/patch-configure (new) 1.1 +12 -0 ports/comms/soundmodem/files/patch-libmisc_getopt.h (new) 1.1 +25 -0 ports/comms/soundmodem/files/patch-pammodem_meas.c (new) 1.1 +11 -0 ports/comms/soundmodem/files/patch-pskmodem_measpsk.c (new) 1.1 +11 -0 ports/comms/soundmodem/files/patch-soundcard_main.c (new) 1.1 +60 -0 ports/comms/soundmodem/files/patch-soundcard_ptt.c (new) 1.1 +11 -0 ports/comms/soundmodem/files/patch-soundcard_soundmodem.8 (new) 1.1 +37 -0 ports/comms/soundmodem/files/soundmodem (new) 1.1 +6 -0 ports/comms/soundmodem/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 21:19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D909916A415; Thu, 21 Dec 2006 21:19:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B28AE13C44E; Thu, 21 Dec 2006 21:19:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLLJpPd029521; Thu, 21 Dec 2006 21:19:51 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLLJpOn029520; Thu, 21 Dec 2006 21:19:51 GMT (envelope-from miwi) Message-Id: <200612212119.kBLLJpOn029520@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 21:19: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: Thu, 21 Dec 2006 21:19:52 -0000 miwi 2006-12-21 21:19:51 UTC FreeBSD ports repository Modified files: . modules Log: soundmodem --> ports/comms/soundmodem Revision Changes Path 1.16911 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 21 21:35: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6DF6016A407; Thu, 21 Dec 2006 21:35:50 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4754D13C458; Thu, 21 Dec 2006 21:35:50 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLLZoAw032511; Thu, 21 Dec 2006 21:35:50 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLLZoDm032510; Thu, 21 Dec 2006 21:35:50 GMT (envelope-from yar) Message-Id: <200612212135.kBLLZoDm032510@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 21 Dec 2006 21:35: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/modules/ufs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 21:35:50 -0000 yar 2006-12-21 21:35:49 UTC FreeBSD src repository Modified files: sys/modules/ufs Makefile Log: Allow this module to get its options from the kernel build directory instead of always hard coding them in CFLAGS. POLA is kept here: The module file built with GENERIC stays the same. Tested with: md5(1) Revision Changes Path 1.5 +2 -0 src/sys/modules/ufs/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 21:43: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 286FB16A403; Thu, 21 Dec 2006 21:43:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 015E513C44C; Thu, 21 Dec 2006 21:43:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLLhKku033799; Thu, 21 Dec 2006 21:43:20 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLLhKFw033797; Thu, 21 Dec 2006 21:43:20 GMT (envelope-from miwi) Message-Id: <200612212143.kBLLhKFw033797@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 21:43: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/gatekeeper Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 21:43:21 -0000 miwi 2006-12-21 21:43:20 UTC FreeBSD ports repository Modified files: net/gatekeeper Makefile distinfo Log: - Update to 2.2.4 PR: ports/106875 Submitted by: Joerg Pulz (maintainer) Revision Changes Path 1.44 +7 -6 ports/net/gatekeeper/Makefile 1.20 +3 -3 ports/net/gatekeeper/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 21:43: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCAFA16A56A; Thu, 21 Dec 2006 21:43:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 38C9813C44E; Thu, 21 Dec 2006 21:43:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLLhNns033830; Thu, 21 Dec 2006 21:43:23 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLLhNG9033829; Thu, 21 Dec 2006 21:43:23 GMT (envelope-from miwi) Message-Id: <200612212143.kBLLhNG9033829@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 21: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/comms/efax-gtk Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 21:43:24 -0000 miwi 2006-12-21 21:43:23 UTC FreeBSD ports repository Modified files: comms/efax-gtk Makefile distinfo Log: - Update to 3.0.12 PR: ports/106905 Submitted by: Jean-Baptiste Quenot (maintainer) Revision Changes Path 1.27 +3 -3 ports/comms/efax-gtk/Makefile 1.22 +3 -3 ports/comms/efax-gtk/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 21:43: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7243D16A66C; Thu, 21 Dec 2006 21:43:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4ABB913C43E; Thu, 21 Dec 2006 21:43:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLLhQgc033872; Thu, 21 Dec 2006 21:43:26 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLLhQaZ033871; Thu, 21 Dec 2006 21:43:26 GMT (envelope-from miwi) Message-Id: <200612212143.kBLLhQaZ033871@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 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/net-p2p/gtk-gnutella Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 21:43:27 -0000 miwi 2006-12-21 21:43:26 UTC FreeBSD ports repository Modified files: net-p2p/gtk-gnutella Makefile Log: - Add ipv6 category PR: ports/106889 Submitted by: Janos Mohacsi Approved by: maintainer Revision Changes Path 1.40 +1 -1 ports/net-p2p/gtk-gnutella/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5FB4516A580; Thu, 21 Dec 2006 21:43:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 382CF13C447; Thu, 21 Dec 2006 21:43:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLLhTlo033913; Thu, 21 Dec 2006 21:43:29 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLLhT6t033912; Thu, 21 Dec 2006 21:43:29 GMT (envelope-from miwi) Message-Id: <200612212143.kBLLhT6t033912@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 21: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/pax-utils 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, 21 Dec 2006 21:43:30 -0000 miwi 2006-12-21 21:43:29 UTC FreeBSD ports repository Modified files: sysutils/pax-utils Makefile distinfo Removed files: sysutils/pax-utils pkg-plist Log: - Update to 0.1.14 PR: ports/106950 Submitted by: miwi Approved by: maintainer Revision Changes Path 1.3 +19 -2 ports/sysutils/pax-utils/Makefile 1.2 +3 -3 ports/sysutils/pax-utils/distinfo 1.2 +0 -7 ports/sysutils/pax-utils/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 21:43: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B9A016A726; Thu, 21 Dec 2006 21:43:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 12BBD13C458; Thu, 21 Dec 2006 21:43:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLLhXVv033953; Thu, 21 Dec 2006 21:43:33 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLLhXiD033952; Thu, 21 Dec 2006 21:43:33 GMT (envelope-from miwi) Message-Id: <200612212143.kBLLhXiD033952@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 21:43:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/foremost Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 21:43:34 -0000 miwi 2006-12-21 21:43:33 UTC FreeBSD ports repository Modified files: sysutils/foremost Makefile distinfo Log: - Update to 1.4 PR: ports/106824 Submitted by: miwi Approved by: maintainer Revision Changes Path 1.11 +2 -1 ports/sysutils/foremost/Makefile 1.8 +3 -3 ports/sysutils/foremost/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9468A16A403; Thu, 21 Dec 2006 21:51:45 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6D7FB13C442; Thu, 21 Dec 2006 21:51:45 +0000 (UTC) (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 kBLLpjle035100; Thu, 21 Dec 2006 21:51:45 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLLpj6O035099; Thu, 21 Dec 2006 21:51:45 GMT (envelope-from scottl) Message-Id: <200612212151.kBLLpj6O035099@repoman.freebsd.org> From: Scott Long Date: Thu, 21 Dec 2006 21:51: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/dev/bge if_bge.c if_bgereg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 21:51:45 -0000 scottl 2006-12-21 21:51:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bge if_bge.c if_bgereg.h Log: Partially back out revs 1.134 and 1.50 of if_bge.c and if_bgereg.h, respectively. A lot more is needed to support these chips than just PCI IDs, and the code added to 7-CURRENT isn't ready for FreeBSD 6 yet. Approved by: re Revision Changes Path 1.91.2.19 +2 -15 src/sys/dev/bge/if_bge.c 1.36.2.9 +0 -9 src/sys/dev/bge/if_bgereg.h From owner-cvs-all@FreeBSD.ORG Thu Dec 21 21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F77316A403; Thu, 21 Dec 2006 21:53:55 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 67E8413C457; Thu, 21 Dec 2006 21:53:55 +0000 (UTC) (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 kBLLrt3f035568; Thu, 21 Dec 2006 21:53:55 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLLrt5u035567; Thu, 21 Dec 2006 21:53:55 GMT (envelope-from scottl) Message-Id: <200612212153.kBLLrt5u035567@repoman.freebsd.org> From: Scott Long Date: Thu, 21 Dec 2006 21:53:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 21:53:55 -0000 scottl 2006-12-21 21:53:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sys/dev/bge if_bge.c if_bgereg.h Log: Partially back out revs 1.134 and 1.50 of if_bge.c and if_bgereg.h, respectively. A lot more is needed to support these chips than just PCI IDs, and the code added to 7-CURRENT isn't ready for FreeBSD 6 yet. Approved by: re Revision Changes Path 1.91.2.18.2.1 +2 -15 src/sys/dev/bge/if_bge.c 1.36.2.8.2.1 +0 -9 src/sys/dev/bge/if_bgereg.h From owner-cvs-all@FreeBSD.ORG Thu Dec 21 21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A81416A407; Thu, 21 Dec 2006 21:54:32 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 331AE13C44C; Thu, 21 Dec 2006 21:54:32 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLLsWfS035701; Thu, 21 Dec 2006 21:54:32 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLLsWJ1035700; Thu, 21 Dec 2006 21:54:32 GMT (envelope-from gabor) Message-Id: <200612212154.kBLLsWJ1035700@repoman.freebsd.org> From: Gabor Kovesdan Date: Thu, 21 Dec 2006 21:54:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/transcode Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 21:54:32 -0000 gabor 2006-12-21 21:54:32 UTC FreeBSD ports repository Modified files: multimedia/transcode Makefile Log: - s/FreeBSD.or/FreeBSD.org/ Approved by: erwin (mentor) Pointy hat to: linimon Revision Changes Path 1.79 +1 -1 ports/multimedia/transcode/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 21:59: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F8D616A403; Thu, 21 Dec 2006 21:59:20 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1645D13C459; Thu, 21 Dec 2006 21:59:20 +0000 (UTC) (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 kBLLxJnr036089; Thu, 21 Dec 2006 21:59:19 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLLxJmC036088; Thu, 21 Dec 2006 21:59:19 GMT (envelope-from scottl) Message-Id: <200612212159.kBLLxJmC036088@repoman.freebsd.org> From: Scott Long Date: Thu, 21 Dec 2006 21:59:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/sys/dev/arcmsr arcmsr.c arcmsr.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 21:59:20 -0000 scottl 2006-12-21 21:59:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sys/dev/arcmsr arcmsr.c arcmsr.h Log: MFC: Bring the arcmsr driver up to the vendor 1.20.00.013 version. Submitted by: Erich Chen Approved by: re Revision Changes Path 1.8.8.1 +1574 -1910 src/sys/dev/arcmsr/arcmsr.c 1.1.10.1 +1359 -1164 src/sys/dev/arcmsr/arcmsr.h From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C5B6416A403; Thu, 21 Dec 2006 22:13:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9D43113C434; Thu, 21 Dec 2006 22:13:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMDOWr040204; Thu, 21 Dec 2006 22:13:24 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMDOGt040202; Thu, 21 Dec 2006 22:13:24 GMT (envelope-from miwi) Message-Id: <200612212213.kBLMDOGt040202@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22:13: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/kqemu-kmod Makefile ports/emulators/kqemu-kmod/files kqemu.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, 21 Dec 2006 22:13:24 -0000 miwi 2006-12-21 22:13:24 UTC FreeBSD ports repository Modified files: emulators/kqemu-kmod Makefile emulators/kqemu-kmod/files kqemu.in Log: - Fix rc script for 6.X - Bump PORTREVISION PR: ports/106917 Submitted by: Simon Phoenix Approved by: maintainer Revision Changes Path 1.10 +1 -1 ports/emulators/kqemu-kmod/Makefile 1.2 +6 -2 ports/emulators/kqemu-kmod/files/kqemu.in From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E43916A407; Thu, 21 Dec 2006 22:13:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 777A513C44E; Thu, 21 Dec 2006 22:13:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMDPVL040237; Thu, 21 Dec 2006 22:13:25 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMDPq5040236; Thu, 21 Dec 2006 22:13:25 GMT (envelope-from miwi) Message-Id: <200612212213.kBLMDPq5040236@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22:13: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/ziproxy 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, 21 Dec 2006 22:13:25 -0000 miwi 2006-12-21 22:13:25 UTC FreeBSD ports repository Modified files: www/ziproxy Makefile distinfo pkg-plist Log: - Update to 2.2.1 PR: ports/106879 Submitted by: Pankov Pavel (maintainer) Revision Changes Path 1.3 +3 -1 ports/www/ziproxy/Makefile 1.3 +3 -3 ports/www/ziproxy/distinfo 1.2 +2 -0 ports/www/ziproxy/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F8E716A50B; Thu, 21 Dec 2006 22:13:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 670B113C45D; Thu, 21 Dec 2006 22:13:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMDSWe040291; Thu, 21 Dec 2006 22:13:28 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMDSFd040290; Thu, 21 Dec 2006 22:13:28 GMT (envelope-from miwi) Message-Id: <200612212213.kBLMDSFd040290@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22: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/net/uproxy Makefile ports/net/uproxy/files uproxy.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, 21 Dec 2006 22:13:28 -0000 miwi 2006-12-21 22:13:28 UTC FreeBSD ports repository Modified files: net/uproxy Makefile net/uproxy/files uproxy.in Log: - Respect PREFIX on rc script - Bump PORTREVISION PR: 106958 Submitted by: Alexander Logvinov (maintainer) Revision Changes Path 1.3 +1 -0 ports/net/uproxy/Makefile 1.2 +2 -2 ports/net/uproxy/files/uproxy.in From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 33D6516A533; Thu, 21 Dec 2006 22:13:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0C93313C462; Thu, 21 Dec 2006 22:13:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMDUei040331; Thu, 21 Dec 2006 22:13:30 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMDUoF040330; Thu, 21 Dec 2006 22:13:30 GMT (envelope-from miwi) Message-Id: <200612212213.kBLMDUoF040330@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22: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/astro/weatherspect Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:13:31 -0000 miwi 2006-12-21 22:13:30 UTC FreeBSD ports repository Modified files: astro/weatherspect Makefile distinfo Log: - Update to 1.7 PR: ports/106939 Submitted by: Simon Olofsson (maintainer) Revision Changes Path 1.3 +1 -1 ports/astro/weatherspect/Makefile 1.2 +3 -3 ports/astro/weatherspect/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BD8C16A75B; Thu, 21 Dec 2006 22:13:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D6D7C13C45B; Thu, 21 Dec 2006 22:13:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMDYQQ040367; Thu, 21 Dec 2006 22:13:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMDYni040366; Thu, 21 Dec 2006 22:13:34 GMT (envelope-from miwi) Message-Id: <200612212213.kBLMDYni040366@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22:13:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fm/gnome-commander2 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, 21 Dec 2006 22:13:35 -0000 miwi 2006-12-21 22:13:34 UTC FreeBSD ports repository Modified files: x11-fm/gnome-commander2 Makefile distinfo pkg-plist Log: - Update to 1.2.2 PR: ports/106991 Submitted by: KATO Tsuguru Revision Changes Path 1.24 +4 -3 ports/x11-fm/gnome-commander2/Makefile 1.9 +3 -3 ports/x11-fm/gnome-commander2/distinfo 1.7 +1 -0 ports/x11-fm/gnome-commander2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28F5716A78F; Thu, 21 Dec 2006 22:13:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 018E213C447; Thu, 21 Dec 2006 22:13:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMDaBh040394; Thu, 21 Dec 2006 22:13:36 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMDa1c040393; Thu, 21 Dec 2006 22:13:36 GMT (envelope-from miwi) Message-Id: <200612212213.kBLMDa1c040393@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22: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/devel/m6811-binutils/files patch-gas-as.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:13:37 -0000 miwi 2006-12-21 22:13:36 UTC FreeBSD ports repository Added files: devel/m6811-binutils/files patch-gas-as.h Log: - Fix build wit gcc 4.1 PR: ports/106844 Submitted by: Andrew Turner (maintainer) Revision Changes Path 1.1 +30 -0 ports/devel/m6811-binutils/files/patch-gas-as.h (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EED5316A8A0; Thu, 21 Dec 2006 22:13:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3432413C461; Thu, 21 Dec 2006 22:13:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMDfnh040466; Thu, 21 Dec 2006 22:13:41 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMDf6Q040465; Thu, 21 Dec 2006 22:13:41 GMT (envelope-from miwi) Message-Id: <200612212213.kBLMDf6Q040465@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22:13: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/ftp/proftpd Makefile distinfo pkg-plist ports/ftp/proftpd/files extra_patch-configure.in extra_patch-ldap-tls-mod_ldap.c patch-contrib::mod_sql_mysql.c patch-main.c patch-mod_tls.c patch-support.c patch-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: Thu, 21 Dec 2006 22:13:42 -0000 miwi 2006-12-21 22:13:41 UTC FreeBSD ports repository Modified files: ftp/proftpd Makefile distinfo pkg-plist ftp/proftpd/files extra_patch-ldap-tls-mod_ldap.c patch-contrib::mod_sql_mysql.c Added files: ftp/proftpd/files patch-utf8.c Removed files: ftp/proftpd/files extra_patch-configure.in patch-main.c patch-mod_tls.c patch-support.c Log: - Update to 1.3.1-rc1 PR: ports/106821 Submitted by: Beech Rintoul (maintainer) Revision Changes Path 1.94 +50 -8 ports/ftp/proftpd/Makefile 1.36 +3 -3 ports/ftp/proftpd/distinfo 1.2 +0 -37 ports/ftp/proftpd/files/extra_patch-configure.in (dead) 1.2 +7 -4 ports/ftp/proftpd/files/extra_patch-ldap-tls-mod_ldap.c 1.2 +7 -7 ports/ftp/proftpd/files/patch-contrib::mod_sql_mysql.c 1.3 +0 -46 ports/ftp/proftpd/files/patch-main.c (dead) 1.2 +0 -38 ports/ftp/proftpd/files/patch-mod_tls.c (dead) 1.2 +0 -79 ports/ftp/proftpd/files/patch-support.c (dead) 1.1 +110 -0 ports/ftp/proftpd/files/patch-utf8.c (new) 1.14 +54 -3 ports/ftp/proftpd/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 69BD516A927; Thu, 21 Dec 2006 22:13:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 42DFD13C45C; Thu, 21 Dec 2006 22:13:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMDjx3040499; Thu, 21 Dec 2006 22:13:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMDjv4040498; Thu, 21 Dec 2006 22:13:45 GMT (envelope-from miwi) Message-Id: <200612212213.kBLMDjv4040498@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22:13: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/elog 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, 21 Dec 2006 22:13:45 -0000 miwi 2006-12-21 22:13:45 UTC FreeBSD ports repository Modified files: www/elog Makefile distinfo pkg-plist Log: - Update to 2.6.3-1 PR: ports/106826 Submitted by: miwi Approved by: maintainer Revision Changes Path 1.3 +5 -5 ports/www/elog/Makefile 1.3 +3 -3 ports/www/elog/distinfo 1.2 +4 -0 ports/www/elog/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1ADDB16A9E5; Thu, 21 Dec 2006 22:13:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9361613C442; Thu, 21 Dec 2006 22:13:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMDlS3040530; Thu, 21 Dec 2006 22:13:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMDlOW040529; Thu, 21 Dec 2006 22:13:47 GMT (envelope-from miwi) Message-Id: <200612212213.kBLMDlOW040529@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22:13: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/tpg 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, 21 Dec 2006 22:13:48 -0000 miwi 2006-12-21 22:13:47 UTC FreeBSD ports repository Modified files: devel/tpg Makefile distinfo pkg-plist Log: - Update to 3.1.1 PR: ports/106908 Submitted by: Li-Wen Hsu Revision Changes Path 1.15 +2 -3 ports/devel/tpg/Makefile 1.12 +3 -3 ports/devel/tpg/distinfo 1.8 +0 -29 ports/devel/tpg/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F3B5116AA97; Thu, 21 Dec 2006 22:13:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CC9D413C460; Thu, 21 Dec 2006 22:13:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMDowe040571; Thu, 21 Dec 2006 22:13:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMDoVn040570; Thu, 21 Dec 2006 22:13:50 GMT (envelope-from miwi) Message-Id: <200612212213.kBLMDoVn040570@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22:13: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/sysutils/radmind Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:13:51 -0000 miwi 2006-12-21 22:13:50 UTC FreeBSD ports repository Modified files: sysutils/radmind Makefile distinfo Log: - Update to 1.7.2 PR: ports/106825 Submitted by: miwi Approved by: maintainer Revision Changes Path 1.11 +1 -1 ports/sysutils/radmind/Makefile 1.12 +3 -3 ports/sysutils/radmind/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E42A716A505; Thu, 21 Dec 2006 22:14:20 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BD2E413C458; Thu, 21 Dec 2006 22:14:20 +0000 (UTC) (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 kBLMEKiC040662; Thu, 21 Dec 2006 22:14:20 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMEKAi040661; Thu, 21 Dec 2006 22:14:20 GMT (envelope-from mezz) Message-Id: <200612212214.kBLMEKAi040661@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 21 Dec 2006 22:14: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/py-cairo/files patch-freebsd4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:14:21 -0000 mezz 2006-12-21 22:14:20 UTC FreeBSD ports repository Added files: graphics/py-cairo/files patch-freebsd4 Log: Fix the build with FreeBSD 4.x. This patch has been merged in its CVS. PR: ports/104564 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=8910 Submitted by: Akihiko HAYASHI Revision Changes Path 1.1 +97 -0 ports/graphics/py-cairo/files/patch-freebsd4 (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:30: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC97C16A407; Thu, 21 Dec 2006 22:30:33 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 85E4F13C460; Thu, 21 Dec 2006 22:30:33 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMUXda042847; Thu, 21 Dec 2006 22:30:33 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMUXiO042846; Thu, 21 Dec 2006 22:30:33 GMT (envelope-from bsam) Message-Id: <200612212230.kBLMUXiO042846@repoman.freebsd.org> From: Boris Samorodov Date: Thu, 21 Dec 2006 22: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/multimedia/mkxvcd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:30:33 -0000 bsam 2006-12-21 22:30:33 UTC FreeBSD ports repository Modified files: multimedia/mkxvcd Makefile Log: In preparation to deprecate shells/bash2: - change RUN_DEPENDS: shells/bash2 -> shells/bash; - bump PORTREVISION. Revision Changes Path 1.6 +2 -2 ports/multimedia/mkxvcd/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8AAFB16A407; Thu, 21 Dec 2006 22:33:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 63DBC13C447; Thu, 21 Dec 2006 22:33:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMXcSQ043861; Thu, 21 Dec 2006 22:33:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMXcsD043860; Thu, 21 Dec 2006 22:33:38 GMT (envelope-from miwi) Message-Id: <200612212233.kBLMXcsD043860@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22:33: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/p5-Event-Lib Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:33:38 -0000 miwi 2006-12-21 22:33:38 UTC FreeBSD ports repository Modified files: devel/p5-Event-Lib Makefile distinfo Log: - Update to 1.01 PR: ports/106965 Submitted by: miwi Approved by: maintainer Revision Changes Path 1.5 +1 -2 ports/devel/p5-Event-Lib/Makefile 1.2 +3 -3 ports/devel/p5-Event-Lib/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BD9516A57E; Thu, 21 Dec 2006 22:33:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1A32413C44E; Thu, 21 Dec 2006 22:33:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMXdSK043895; Thu, 21 Dec 2006 22:33:39 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMXdoA043894; Thu, 21 Dec 2006 22:33:39 GMT (envelope-from miwi) Message-Id: <200612212233.kBLMXdoA043894@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22:33: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/dokeos Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:33:41 -0000 miwi 2006-12-21 22:33:39 UTC FreeBSD ports repository Modified files: www/dokeos Makefile distinfo Log: - Update to 1.6.5 PR: ports/106967 Submitted by: miwi Approved by: maintainer Revision Changes Path 1.3 +1 -2 ports/www/dokeos/Makefile 1.3 +3 -3 ports/www/dokeos/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 636C716A5B0; Thu, 21 Dec 2006 22:33:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3C99B13C459; Thu, 21 Dec 2006 22:33:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMXgFH043930; Thu, 21 Dec 2006 22:33:42 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMXgYh043929; Thu, 21 Dec 2006 22:33:42 GMT (envelope-from miwi) Message-Id: <200612212233.kBLMXgYh043929@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22:33: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/security/avcheck Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:33:42 -0000 miwi 2006-12-21 22:33:42 UTC FreeBSD ports repository Modified files: security/avcheck Makefile distinfo Log: - Update to 0.91 PR: ports/106949 Submitted by: miwi Approved by: maintainer Revision Changes Path 1.5 +1 -2 ports/security/avcheck/Makefile 1.4 +3 -3 ports/security/avcheck/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 355EA16A50C; Thu, 21 Dec 2006 22:33:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0E9BE13C41A; Thu, 21 Dec 2006 22:33:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMXi8h043966; Thu, 21 Dec 2006 22:33:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMXiYD043965; Thu, 21 Dec 2006 22:33:44 GMT (envelope-from miwi) Message-Id: <200612212233.kBLMXiYD043965@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22:33:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fm/twander Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:33:45 -0000 miwi 2006-12-21 22:33:44 UTC FreeBSD ports repository Modified files: x11-fm/twander Makefile distinfo Log: - Update to 3.210 PR: ports/106946 Submitted by: Tim Daneliuk (maintainer) Revision Changes Path 1.8 +1 -1 ports/x11-fm/twander/Makefile 1.9 +3 -2 ports/x11-fm/twander/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C768316A73E; Thu, 21 Dec 2006 22:33:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A001D13C465; Thu, 21 Dec 2006 22:33:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMXodp044015; Thu, 21 Dec 2006 22:33:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMXoo1044014; Thu, 21 Dec 2006 22:33:50 GMT (envelope-from miwi) Message-Id: <200612212233.kBLMXoo1044014@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22: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/games/glchess 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: Thu, 21 Dec 2006 22:33:50 -0000 miwi 2006-12-21 22:33:50 UTC FreeBSD ports repository Modified files: games/glchess Makefile distinfo pkg-message pkg-plist Log: - Update to 1.0 PR: ports/106984 Submitted by: KATO Tsuguru Revision Changes Path 1.30 +10 -9 ports/games/glchess/Makefile 1.20 +3 -3 ports/games/glchess/distinfo 1.4 +0 -1 ports/games/glchess/pkg-message 1.9 +79 -4 ports/games/glchess/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:38: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C07FA16A47B; Thu, 21 Dec 2006 22:38:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 99B4813C447; Thu, 21 Dec 2006 22:38:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMcaF7044485; Thu, 21 Dec 2006 22:38:36 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMcaM3044484; Thu, 21 Dec 2006 22:38:36 GMT (envelope-from miwi) Message-Id: <200612212238.kBLMcaM3044484@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22:38: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/tw_cli Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:38:36 -0000 miwi 2006-12-21 22:38:36 UTC FreeBSD ports repository Modified files: sysutils/tw_cli Makefile distinfo Log: - Update to 9.4.0.1 PR: ports/106925 Submitted by: Dmitry Frolov (maintainer) Revision Changes Path 1.4 +7 -7 ports/sysutils/tw_cli/Makefile 1.3 +6 -6 ports/sysutils/tw_cli/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:38: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C185D16A59D; Thu, 21 Dec 2006 22:38:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 61F2E13C45A; Thu, 21 Dec 2006 22:38:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMccJf044514; Thu, 21 Dec 2006 22:38:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMccDA044513; Thu, 21 Dec 2006 22:38:38 GMT (envelope-from miwi) Message-Id: <200612212238.kBLMccDA044513@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22: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/net-mgmt/p5-Nagios-Plugin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:38:40 -0000 miwi 2006-12-21 22:38:38 UTC FreeBSD ports repository Modified files: net-mgmt/p5-Nagios-Plugin Makefile distinfo Log: - Update to 0.15 PR: ports/106941 Submitted by: Steven Kreuzer Approved by: maintainer Revision Changes Path 1.3 +7 -3 ports/net-mgmt/p5-Nagios-Plugin/Makefile 1.3 +3 -3 ports/net-mgmt/p5-Nagios-Plugin/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:38: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E02516A407; Thu, 21 Dec 2006 22:38:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 771A713C44B; Thu, 21 Dec 2006 22:38:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMcird044548; Thu, 21 Dec 2006 22:38:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMciJ1044547; Thu, 21 Dec 2006 22:38:44 GMT (envelope-from miwi) Message-Id: <200612212238.kBLMciJ1044547@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22:38:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pear-XML_Util Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:38:44 -0000 miwi 2006-12-21 22:38:44 UTC FreeBSD ports repository Modified files: devel/pear-XML_Util Makefile distinfo Log: - Update to 1.1.4 PR: ports/106943 Submitted by: Thomas Abthorpe (maintainer) Revision Changes Path 1.15 +1 -1 ports/devel/pear-XML_Util/Makefile 1.10 +3 -3 ports/devel/pear-XML_Util/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08CA516A6E2; Thu, 21 Dec 2006 22:38:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D575B13C458; Thu, 21 Dec 2006 22:38:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMcllt044581; Thu, 21 Dec 2006 22:38:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMcldf044580; Thu, 21 Dec 2006 22:38:47 GMT (envelope-from miwi) Message-Id: <200612212238.kBLMcldf044580@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22:38: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/cvsd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:38:48 -0000 miwi 2006-12-21 22:38:47 UTC FreeBSD ports repository Modified files: devel/cvsd Makefile distinfo Log: - Update to 1.0.13 PR: ports/106934 Submitted by: miwi Approved by: maintainer Revision Changes Path 1.41 +1 -2 ports/devel/cvsd/Makefile 1.30 +3 -3 ports/devel/cvsd/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:39: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 531EA16A548; Thu, 21 Dec 2006 22:39:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4375B13C434; Thu, 21 Dec 2006 22:39:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMd4tR044664; Thu, 21 Dec 2006 22:39:04 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMd4LJ044663; Thu, 21 Dec 2006 22:39:04 GMT (envelope-from miwi) Message-Id: <200612212239.kBLMd4LJ044663@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22:39:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms Makefile ports/comms/kmobiletools 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, 21 Dec 2006 22:39:04 -0000 miwi 2006-12-21 22:39:04 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/kmobiletools Makefile distinfo pkg-descr pkg-plist Log: KMobileTools is a nice KDE-based application that allows to control mobile phones with your PC. It handles full SMS control, dialing calls, phonebook, and phone status monitoring. It's also integrated with the KDE environment, so it can be embedd in Kontact, or import/export from and to KAddressBook. It has been tested on Motorola, Nokia, Siemens, Sony Ericsson and LG mobile phones. Anyway each AT Command compliant device should be well supported. WWW: http://www.kmobiletools.org/ PR: ports/106940 Submitted by: Stefan Ehmann Revision Changes Path 1.166 +1 -0 ports/comms/Makefile 1.1 +23 -0 ports/comms/kmobiletools/Makefile (new) 1.1 +3 -0 ports/comms/kmobiletools/distinfo (new) 1.1 +8 -0 ports/comms/kmobiletools/pkg-descr (new) 1.1 +8 -0 ports/comms/kmobiletools/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:39: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E4CC716A40F; Thu, 21 Dec 2006 22:39:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BE31013C45F; Thu, 21 Dec 2006 22:39:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMdPaH044722; Thu, 21 Dec 2006 22:39:25 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMdPlZ044721; Thu, 21 Dec 2006 22:39:25 GMT (envelope-from miwi) Message-Id: <200612212239.kBLMdPlZ044721@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22:39:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:39:26 -0000 miwi 2006-12-21 22:39:25 UTC FreeBSD ports repository Modified files: . modules Log: kmobiletools --> ports/comms/kmobiletools Revision Changes Path 1.16912 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:42: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D31416A412; Thu, 21 Dec 2006 22:42:19 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DA45413C44B; Thu, 21 Dec 2006 22:42:18 +0000 (UTC) (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 kBLMgIDH045579; Thu, 21 Dec 2006 22:42:18 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMgI0L045568; Thu, 21 Dec 2006 22:42:18 GMT (envelope-from pjd) Message-Id: <200612212242.kBLMgI0L045568@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 21 Dec 2006 22:42:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys mutex.h src/share/man/man9 mutex.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: Thu, 21 Dec 2006 22:42:19 -0000 pjd 2006-12-21 22:42:18 UTC FreeBSD src repository Modified files: sys/sys mutex.h share/man/man9 mutex.9 Log: Document MTX_NOPROFILE flag. Revision Changes Path 1.52 +3 -1 src/share/man/man9/mutex.9 1.87 +1 -1 src/sys/sys/mutex.h From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:44: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F3A916A47B; Thu, 21 Dec 2006 22:44:41 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 78EA613C460; Thu, 21 Dec 2006 22:44:41 +0000 (UTC) (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 kBLMif9n046187; Thu, 21 Dec 2006 22:44:41 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMifCd046186; Thu, 21 Dec 2006 22:44:41 GMT (envelope-from ru) Message-Id: <200612212244.kBLMifCd046186@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 21 Dec 2006 22:44: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/usr.bin/wc wc.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: Thu, 21 Dec 2006 22:44:41 -0000 ru 2006-12-21 22:44:41 UTC FreeBSD src repository Modified files: usr.bin/wc wc.1 Log: Improve markup. Revision Changes Path 1.24 +9 -4 src/usr.bin/wc/wc.1 From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:46: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 762E316A407; Thu, 21 Dec 2006 22:46:46 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4EDAE13C44B; Thu, 21 Dec 2006 22:46:46 +0000 (UTC) (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 kBLMkkPJ046323; Thu, 21 Dec 2006 22:46:46 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMkkFJ046322; Thu, 21 Dec 2006 22:46:46 GMT (envelope-from lofi) Message-Id: <200612212246.kBLMkkFJ046322@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 21 Dec 2006 22:46: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/x11/kdebase3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:46:46 -0000 lofi 2006-12-21 22:46:45 UTC FreeBSD ports repository Modified files: x11/kdebase3 Makefile Log: Fix unmounting USB storage devices and the like (don't try to "eject" them, just unmounting will do. Yay Linux.). Revision Changes Path 1.187 +4 -1 ports/x11/kdebase3/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:54: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD12C16A407; Thu, 21 Dec 2006 22:54:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8612F13C428; Thu, 21 Dec 2006 22:54:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMsmDe047598; Thu, 21 Dec 2006 22:54:48 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMsm6v047597; Thu, 21 Dec 2006 22:54:48 GMT (envelope-from miwi) Message-Id: <200612212254.kBLMsm6v047597@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22:54: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/nicmond Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:54:48 -0000 miwi 2006-12-21 22:54:48 UTC FreeBSD ports repository Modified files: net/nicmond Makefile Log: - Start 2 months expiration period PR: ports/106877 Submitted by: Dan Pelleg (maintainer) Revision Changes Path 1.3 +3 -0 ports/net/nicmond/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:57: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4339B16A412; Thu, 21 Dec 2006 22:57:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1C46513C428; Thu, 21 Dec 2006 22:57:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLMvTDU047993; Thu, 21 Dec 2006 22:57:29 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMvTXA047992; Thu, 21 Dec 2006 22:57:29 GMT (envelope-from miwi) Message-Id: <200612212257.kBLMvTXA047992@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 22:57:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/happystats Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:57:30 -0000 miwi 2006-12-21 22:57:29 UTC FreeBSD ports repository Modified files: net/happystats Makefile Log: - Unfetchable start 2 months expiration period PR: ports/107006 Submitted by: Xavier Beaudouin (maintainer) Revision Changes Path 1.8 +3 -0 ports/net/happystats/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B88AF16A416; Thu, 21 Dec 2006 22:58:25 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 75AA413C428; Thu, 21 Dec 2006 22:58:25 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id E6EFF200411; Thu, 21 Dec 2006 23:42:40 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id 711C820048B; Thu, 21 Dec 2006 23:42:28 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id DAE42444889; Thu, 21 Dec 2006 22:42:20 +0000 (UTC) Date: Thu, 21 Dec 2006 22:42:20 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Matt Jacob In-Reply-To: <200612212006.kBLK6VE9006221@repoman.freebsd.org> Message-ID: <20061221223740.E91892@maildrop.int.zabbadoz.net> References: <200612212006.kBLK6VE9006221@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_xpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:58:25 -0000 On Thu, 21 Dec 2006, Matt Jacob wrote: > mjacob 2006-12-21 20:06:30 UTC > > FreeBSD src repository > > Modified files: > sys/cam cam_xpt.c > Log: > Pay attention to return value from xpt_bus_register in xpt_init. > > Obtained from: Xin Li (Coverity) > MFC after: 3 days > > Revision Changes Path > 1.172 +5 -1 src/sys/cam/cam_xpt.c ident cam_xpt.c cam_xpt.c: $FreeBSD: src/sys/cam/cam_xpt.c,v 1.172 2006/12/21 20:06:30 mjacob Exp $ sys/cam/cam_xpt.c: In function `xpt_init': sys/cam/cam_xpt.c:1450: error: syntax error before ';' token sys/cam/cam_xpt.c:1451: warning: left-hand operand of comma expression has no effect sys/cam/cam_xpt.c:1451: error: syntax error before ')' token Index: cam_xpt.c =================================================================== RCS file: /shared/mirror/FreeBSD/r/ncvs/src/sys/cam/cam_xpt.c,v retrieving revision 1.172 diff -u -p -r1.172 cam_xpt.c --- cam_xpt.c 21 Dec 2006 20:06:30 -0000 1.172 +++ cam_xpt.c 21 Dec 2006 22:37:39 -0000 @@ -1447,7 +1447,7 @@ xpt_init(dummy) xpt_max_ccbs = 16; if ((status = xpt_bus_register(xpt_sim, /*bus #*/0)) != CAM_SUCCESS) { - printf("xpt_init: xpt_bus_register failed with status %#x,"; + printf("xpt_init: xpt_bus_register failed with status %#x," " failing attach\n", status); return; } -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 662A416A407; Thu, 21 Dec 2006 22:59:09 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3F46C13C455; Thu, 21 Dec 2006 22:59:09 +0000 (UTC) (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 kBLMx9V4048070; Thu, 21 Dec 2006 22:59:09 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMx8gh048069; Thu, 21 Dec 2006 22:59:08 GMT (envelope-from ru) Message-Id: <200612212259.kBLMx8gh048069@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 21 Dec 2006 22:59: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/usr.bin/wc wc.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: Thu, 21 Dec 2006 22:59:09 -0000 ru 2006-12-21 22:59:08 UTC FreeBSD src repository Modified files: usr.bin/wc wc.1 Log: Prevent a line from being broken on a line boundary. Revision Changes Path 1.25 +1 -1 src/usr.bin/wc/wc.1 From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:59: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE95316A505; Thu, 21 Dec 2006 22:59:22 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 97D2713C461; Thu, 21 Dec 2006 22:59:22 +0000 (UTC) (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 kBLMxMkK048104; Thu, 21 Dec 2006 22:59:22 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLMxMnf048102; Thu, 21 Dec 2006 22:59:22 GMT (envelope-from naddy) Message-Id: <200612212259.kBLMxMnf048102@repoman.freebsd.org> From: Christian Weisgerber Date: Thu, 21 Dec 2006 22:59:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/nano Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 22:59:22 -0000 naddy 2006-12-21 22:59:22 UTC FreeBSD ports repository Modified files: editors/nano Makefile distinfo Log: Update to 2.0.2, which brings miscellaneous bug fixes. Revision Changes Path 1.35 +1 -1 ports/editors/nano/Makefile 1.22 +3 -3 ports/editors/nano/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFA4A16A407; Thu, 21 Dec 2006 23:07:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9ECF813C44B; Thu, 21 Dec 2006 23:07:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLN7jht050938; Thu, 21 Dec 2006 23:07:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLN7jMk050910; Thu, 21 Dec 2006 23:07:45 GMT (envelope-from miwi) Message-Id: <200612212307.kBLN7jMk050910@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 23:07:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/sipp Makefile distinfo ports/net/sipp/files patch-Makefile patch-auth.c patch-prepare_pcap.c patch-prepare_pcap.h patch-send_packets.c patch-sipp.hpp sipp.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: Thu, 21 Dec 2006 23:07:45 -0000 miwi 2006-12-21 23:07:45 UTC FreeBSD ports repository Modified files: net/sipp Makefile distinfo net/sipp/files patch-Makefile sipp.1 Added files: net/sipp/files patch-prepare_pcap.c patch-prepare_pcap.h patch-send_packets.c Removed files: net/sipp/files patch-auth.c patch-sipp.hpp Log: - Update to 1.1.r6.20061208 PR: ports/106915 Submitted by: Artem Naluzhny (maintainer) Revision Changes Path 1.13 +48 -8 ports/net/sipp/Makefile 1.7 +3 -3 ports/net/sipp/distinfo 1.6 +29 -11 ports/net/sipp/files/patch-Makefile 1.2 +0 -14 ports/net/sipp/files/patch-auth.c (dead) 1.1 +48 -0 ports/net/sipp/files/patch-prepare_pcap.c (new) 1.1 +13 -0 ports/net/sipp/files/patch-prepare_pcap.h (new) 1.1 +13 -0 ports/net/sipp/files/patch-send_packets.c (new) 1.2 +0 -11 ports/net/sipp/files/patch-sipp.hpp (dead) 1.2 +7 -297 ports/net/sipp/files/sipp.1 From owner-cvs-all@FreeBSD.ORG Thu Dec 21 23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C611916A415; Thu, 21 Dec 2006 23:07:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9EC5913C45A; Thu, 21 Dec 2006 23:07:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLN7jTn050939; Thu, 21 Dec 2006 23:07:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLN7jDt050937; Thu, 21 Dec 2006 23:07:45 GMT (envelope-from miwi) Message-Id: <200612212307.kBLN7jDt050937@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 23:07: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/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: Thu, 21 Dec 2006 23:07:45 -0000 miwi 2006-12-21 23:07:45 UTC FreeBSD ports repository Modified files: lang/munger Makefile distinfo pkg-plist Log: - Update to 4.121 PR: ports/106928 Submitted by: James Bailie (maintainer) Revision Changes Path 1.45 +1 -1 ports/lang/munger/Makefile 1.44 +3 -3 ports/lang/munger/distinfo 1.23 +2 -1 ports/lang/munger/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 21 23:07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A38716A583; Thu, 21 Dec 2006 23:07:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 029C213C460; Thu, 21 Dec 2006 23:07:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLN7lgP050971; Thu, 21 Dec 2006 23:07:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLN7lgk050970; Thu, 21 Dec 2006 23:07:47 GMT (envelope-from miwi) Message-Id: <200612212307.kBLN7lgk050970@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 23: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/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: Thu, 21 Dec 2006 23:07:48 -0000 miwi 2006-12-21 23:07:47 UTC FreeBSD ports repository Modified files: sysutils/file Makefile distinfo Log: - Update to 4.19 PR: ports/106907 Submitted by: Björn König Approved by: maintainer Revision Changes Path 1.27 +2 -1 ports/sysutils/file/Makefile 1.17 +3 -3 ports/sysutils/file/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 23:07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71AD316A4B3; Thu, 21 Dec 2006 23:07:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D32CE13C447; Thu, 21 Dec 2006 23:07:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLN7oBw051000; Thu, 21 Dec 2006 23:07:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLN7o86050999; Thu, 21 Dec 2006 23:07:50 GMT (envelope-from miwi) Message-Id: <200612212307.kBLN7o86050999@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 23: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/www/resin3 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 23:07:57 -0000 miwi 2006-12-21 23:07:50 UTC FreeBSD ports repository Modified files: www/resin3 Makefile distinfo Log: - Update to 3.0.22 PR: ports/106903 Submitted by: Jean-Baptiste Quenot (maintainer) Revision Changes Path 1.29 +1 -2 ports/www/resin3/Makefile 1.16 +3 -3 ports/www/resin3/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 21 23:07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8195016A4CA; Thu, 21 Dec 2006 23:07:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D62EE13C44C; Thu, 21 Dec 2006 23:07:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLN7qSU051027; Thu, 21 Dec 2006 23:07:52 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLN7qpQ051026; Thu, 21 Dec 2006 23:07:52 GMT (envelope-from miwi) Message-Id: <200612212307.kBLN7qpQ051026@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 23:07:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/gtkdiff Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 23:07:57 -0000 miwi 2006-12-21 23:07:52 UTC FreeBSD ports repository Modified files: textproc/gtkdiff Makefile Log: - Add backup MASTER_SITES - Pass maintainershipt to submitter PR: ports/107044 Submitted by: Beech Rintoul Revision Changes Path 1.21 +3 -3 ports/textproc/gtkdiff/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0ADD716A415; Thu, 21 Dec 2006 23:12:13 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D8C0313C459; Thu, 21 Dec 2006 23:12:12 +0000 (UTC) (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 kBLNCCCT051837; Thu, 21 Dec 2006 23:12:12 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLNCCHv051834; Thu, 21 Dec 2006 23:12:12 GMT (envelope-from lofi) Message-Id: <200612212312.kBLNCCHv051834@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 21 Dec 2006 23:12: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 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, 21 Dec 2006 23:12:13 -0000 lofi 2006-12-21 23:12:12 UTC FreeBSD ports repository Modified files: . UPDATING Log: Yet more helpful HAL instructions Revision Changes Path 1.437 +4 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Thu Dec 21 23:17: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E731616A415; Thu, 21 Dec 2006 23:17:42 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C085913C44C; Thu, 21 Dec 2006 23:17:42 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLNHgrw052658; Thu, 21 Dec 2006 23:17:42 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLNHgoR052657; Thu, 21 Dec 2006 23:17:42 GMT (envelope-from bsam) Message-Id: <200612212317.kBLNHgoR052657@repoman.freebsd.org> From: Boris Samorodov Date: Thu, 21 Dec 2006 23:17: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/print/cups-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: Thu, 21 Dec 2006 23:17:43 -0000 bsam 2006-12-21 23:17:42 UTC FreeBSD ports repository Modified files: print/cups-samba Makefile Log: In preparation to deprecate shells/bash2: . change BUILD_DEPENDS: shells/bash2 -> shells/bash. Revision Changes Path 1.6 +1 -1 ports/print/cups-samba/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 21 23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C7C8E16A47B; Thu, 21 Dec 2006 23:19:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B75C113C46F; Thu, 21 Dec 2006 23:19:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLNJwQl052750; Thu, 21 Dec 2006 23:19:58 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLNJw55052749; Thu, 21 Dec 2006 23:19:58 GMT (envelope-from miwi) Message-Id: <200612212319.kBLNJw55052749@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 23:19:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/codeblocks/files patch-sdk-editormanager.h patch-sdk-managedthread.h patch-sdk-xtra_classes.h patch-src-main.cpp patch-src-wxDockit-include-wx-barholder.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 23:19:58 -0000 miwi 2006-12-21 23:19:58 UTC FreeBSD ports repository Added files: devel/codeblocks/files patch-sdk-editormanager.h patch-sdk-managedthread.h patch-sdk-xtra_classes.h patch-src-main.cpp patch-src-wxDockit-include-wx-barholder.h Log: - Fix build with gcc 4.X PR: ports/107048 Submitted by: Matthias Sund (maintainer) Revision Changes Path 1.1 +11 -0 ports/devel/codeblocks/files/patch-sdk-editormanager.h (new) 1.1 +13 -0 ports/devel/codeblocks/files/patch-sdk-managedthread.h (new) 1.1 +25 -0 ports/devel/codeblocks/files/patch-sdk-xtra_classes.h (new) 1.1 +11 -0 ports/devel/codeblocks/files/patch-src-main.cpp (new) 1.1 +11 -0 ports/devel/codeblocks/files/patch-src-wxDockit-include-wx-barholder.h (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 21 23:20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA16F16A415; Thu, 21 Dec 2006 23:20:51 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 82A1313C46A; Thu, 21 Dec 2006 23:20:51 +0000 (UTC) (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 kBLNKpV8052910; Thu, 21 Dec 2006 23:20:51 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLNKpbf052909; Thu, 21 Dec 2006 23:20:51 GMT (envelope-from mjacob) Message-Id: <200612212320.kBLNKpbf052909@repoman.freebsd.org> From: Matt Jacob Date: Thu, 21 Dec 2006 23:20: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/cam cam_xpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 23:20:51 -0000 mjacob 2006-12-21 23:20:51 UTC FreeBSD src repository Modified files: sys/cam cam_xpt.c Log: fix botch Revision Changes Path 1.173 +1 -1 src/sys/cam/cam_xpt.c From owner-cvs-all@FreeBSD.ORG Thu Dec 21 23:21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 967E416A500; Thu, 21 Dec 2006 23:21:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6F7C313C455; Thu, 21 Dec 2006 23:21:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLNLH9F053079; Thu, 21 Dec 2006 23:21:17 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLNLHBg053064; Thu, 21 Dec 2006 23:21:17 GMT (envelope-from miwi) Message-Id: <200612212321.kBLNLHBg053064@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 23: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/graphics/tgif Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 23:21:17 -0000 miwi 2006-12-21 23:21:16 UTC FreeBSD ports repository Modified files: graphics/tgif Makefile distinfo Log: - Update to 4.1.45 PR: ports/106937 Submitted by: miwi Approved by: maintainer Revision Changes Path 1.38 +1 -1 ports/graphics/tgif/Makefile 1.29 +3 -3 ports/graphics/tgif/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 22 00: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BAD416A412; Fri, 22 Dec 2006 00:19:17 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E95A913C45A; Fri, 22 Dec 2006 00:19:16 +0000 (UTC) (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 kBM0JGaV063253; Fri, 22 Dec 2006 00: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 kBM0JGuH063252; Fri, 22 Dec 2006 00:19:16 GMT (envelope-from leeym) Message-Id: <200612220019.kBM0JGuH063252@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 22 Dec 2006 00: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/www/p5-HTML-Widgets-SelectLayers Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 00:19:17 -0000 leeym 2006-12-22 00:19:16 UTC FreeBSD ports repository Modified files: www/p5-HTML-Widgets-SelectLayers Makefile distinfo Log: - update to 0.06 Revision Changes Path 1.6 +1 -1 ports/www/p5-HTML-Widgets-SelectLayers/Makefile 1.6 +3 -3 ports/www/p5-HTML-Widgets-SelectLayers/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 22 00:54: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F1D0516A415; Fri, 22 Dec 2006 00:54:02 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CA58813C43E; Fri, 22 Dec 2006 00:54:02 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM0s2nm077037; Fri, 22 Dec 2006 00:54:02 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM0s2Uo077036; Fri, 22 Dec 2006 00:54:02 GMT (envelope-from ade) Message-Id: <200612220054.kBM0s2Uo077036@repoman.freebsd.org> From: Ade Lovett Date: Fri, 22 Dec 2006 00:54: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 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 00:54:03 -0000 ade 2006-12-22 00:54:02 UTC FreeBSD ports repository Modified files: security Makefile Log: Fix Makefile now that gnupg-devel has disappeared, and gnupg1 has been repocopied. Takes care of current INDEX breakage. Submitted by: various scripts Revision Changes Path 1.844 +1 -1 ports/security/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 00:55: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B59216A407; Fri, 22 Dec 2006 00:55:45 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E990513C43E; Fri, 22 Dec 2006 00:55:44 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM0tiac077448; Fri, 22 Dec 2006 00:55:44 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM0tiPp077446; Fri, 22 Dec 2006 00:55:44 GMT (envelope-from ade) Message-Id: <200612220055.kBM0tiPp077446@repoman.freebsd.org> From: Ade Lovett Date: Fri, 22 Dec 2006 00:55: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: Fri, 22 Dec 2006 00:55:45 -0000 ade 2006-12-22 00:55:44 UTC FreeBSD ports repository Modified files: . modules Log: Add missing module entry, gnupg1 -> ports/security/gnupg1 Revision Changes Path 1.16913 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 22 00:57: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5FE2416A40F; Fri, 22 Dec 2006 00:57:27 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3A13B13C434; Fri, 22 Dec 2006 00:57:27 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM0vRUx077513; Fri, 22 Dec 2006 00:57:27 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM0vRKO077512; Fri, 22 Dec 2006 00:57:27 GMT (envelope-from imp) Message-Id: <200612220057.kBM0vRKO077512@repoman.freebsd.org> From: Warner Losh Date: Fri, 22 Dec 2006 00:57: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/acpica acpi_battery.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 00:57:27 -0000 imp 2006-12-22 00:57:26 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_battery.c Log: ACPIIO_BATT_GET_UNITS would always return ENXIO. However, it should never return an error since it returns a count of battery devices in the system. Set it to 0 explicitly, since it is the only switch branch that doesn't set it. # I guess no one uses it. Revision Changes Path 1.24 +1 -0 src/sys/dev/acpica/acpi_battery.c From owner-cvs-all@FreeBSD.ORG Fri Dec 22 01: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 24B6616A47B; Fri, 22 Dec 2006 01:07:54 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 13F9713C46B; Fri, 22 Dec 2006 01:07:54 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM17rrH080354; Fri, 22 Dec 2006 01:07:53 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM17rJw080353; Fri, 22 Dec 2006 01:07:53 GMT (envelope-from rafan) Message-Id: <200612220107.kBM17rJw080353@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 22 Dec 2006 01:07:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/mplayer Makefile ports/multimedia/mplayer/files patch-libavcodec-vp56.h patch-libmpcodecs-vf_ass.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 01:07:54 -0000 rafan 2006-12-22 01:07:53 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile Added files: multimedia/mplayer/files patch-libavcodec-vp56.h patch-libmpcodecs-vf_ass.c Log: - Fix build on 4.x PR: ports/106990 Submitted by: KATO Tsuguru Approved by: Thomas E. Zander (maintainer) Revision Changes Path 1.149 +1 -0 ports/multimedia/mplayer/Makefile 1.1 +11 -0 ports/multimedia/mplayer/files/patch-libavcodec-vp56.h (new) 1.1 +11 -0 ports/multimedia/mplayer/files/patch-libmpcodecs-vf_ass.c (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 01: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92E1E16A47C; Fri, 22 Dec 2006 01:10:36 +0000 (UTC) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6C46713C45F; Fri, 22 Dec 2006 01:10:36 +0000 (UTC) (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 kBM1AaGp080539; Fri, 22 Dec 2006 01:10:36 GMT (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM1AaTF080538; Fri, 22 Dec 2006 01:10:36 GMT (envelope-from jdp) Message-Id: <200612220110.kBM1AaTF080538@repoman.freebsd.org> From: John Polstra Date: Fri, 22 Dec 2006 01:10: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/bge if_bgereg.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, 22 Dec 2006 01:10:36 -0000 jdp 2006-12-22 01:10:36 UTC FreeBSD src repository Modified files: sys/dev/bge if_bgereg.h Log: Correct the BGE_CHIPID_BCM5750_B0 constant. MFC after: 1 week Revision Changes Path 1.64 +1 -1 src/sys/dev/bge/if_bgereg.h From owner-cvs-all@FreeBSD.ORG Fri Dec 22 01:20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E116C16A403; Fri, 22 Dec 2006 01:20:23 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BAE6A13C45D; Fri, 22 Dec 2006 01:20:23 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM1KNad084195; Fri, 22 Dec 2006 01:20:23 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM1KNHS084194; Fri, 22 Dec 2006 01:20:23 GMT (envelope-from grog) Message-Id: <200612220120.kBM1KNHS084194@repoman.freebsd.org> From: Greg Lehey Date: Fri, 22 Dec 2006 01:20:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/mythtv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 01:20:24 -0000 grog 2006-12-22 01:20:23 UTC FreeBSD ports repository Modified files: multimedia/mythtv Makefile Log: Take MAINTAINER until it's done. This is a soft MAINTAINER. Currently we only know that it builds on i386, and it doesn't on amd64, so restrict it to i386. Revision Changes Path 1.3 +2 -1 ports/multimedia/mythtv/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 01:25: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5054916A403; Fri, 22 Dec 2006 01:25:25 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2A10313C44E; Fri, 22 Dec 2006 01:25:25 +0000 (UTC) (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 kBM1PPPZ085471; Fri, 22 Dec 2006 01:25:25 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM1PPmJ085470; Fri, 22 Dec 2006 01:25:25 GMT (envelope-from ahze) Message-Id: <200612220125.kBM1PPmJ085470@repoman.freebsd.org> From: Michael Johnson Date: Fri, 22 Dec 2006 01:25:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-xmltv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 01:25:25 -0000 ahze 2006-12-22 01:25:24 UTC FreeBSD ports repository Modified files: textproc/p5-xmltv Makefile Log: - Transfer MAINTAINER to multimedia@ Revision Changes Path 1.24 +1 -1 ports/textproc/p5-xmltv/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 01: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 660F216A407; Fri, 22 Dec 2006 01:53:14 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 400D413C43A; Fri, 22 Dec 2006 01:53:14 +0000 (UTC) (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 kBM1rE4u089780; Fri, 22 Dec 2006 01:53:14 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM1rEoX089779; Fri, 22 Dec 2006 01:53:14 GMT (envelope-from clsung) Message-Id: <200612220153.kBM1rEoX089779@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 22 Dec 2006 01:53:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-XML-RSS Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 01:53:14 -0000 clsung 2006-12-22 01:53:14 UTC FreeBSD ports repository Modified files: textproc/p5-XML-RSS Makefile distinfo Log: - Update to 1.22 PR: ports/107039 Submitted by: chinsan Revision Changes Path 1.24 +1 -1 ports/textproc/p5-XML-RSS/Makefile 1.14 +3 -3 ports/textproc/p5-XML-RSS/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 22 02:04: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1731516A403; Fri, 22 Dec 2006 02:04:06 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E4D8413C447; Fri, 22 Dec 2006 02:04:05 +0000 (UTC) (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 kBM245dv092594; Fri, 22 Dec 2006 02:04:05 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM245Lh092593; Fri, 22 Dec 2006 02:04:05 GMT (envelope-from mezz) Message-Id: <200612220204.kBM245Lh092593@repoman.freebsd.org> From: Jeremy Messenger Date: Fri, 22 Dec 2006 02:04:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/firefox Makefile ports/www/seamonkey Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 02:04:06 -0000 mezz 2006-12-22 02:04:05 UTC FreeBSD ports repository Modified files: www/firefox Makefile www/seamonkey Makefile Log: The ipv6 is supported in these ports, so add ipv6 category. PR: ports/107057 and ports/107056 Submitted by: Janos Mohacsi Revision Changes Path 1.170 +1 -1 ports/www/firefox/Makefile 1.257 +1 -1 ports/www/seamonkey/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC0F616A403; Fri, 22 Dec 2006 02:14:00 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 963BB13C457; Fri, 22 Dec 2006 02:14:00 +0000 (UTC) (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 kBM2E03H097107; Fri, 22 Dec 2006 02:14:00 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM2E0DG097106; Fri, 22 Dec 2006 02:14:00 GMT (envelope-from mnag) Message-Id: <200612220214.kBM2E0DG097106@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 22 Dec 2006 02:14: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/ossp-sa Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 02:14:00 -0000 mnag 2006-12-22 02:13:59 UTC FreeBSD ports repository Modified files: net/ossp-sa Makefile Log: - Add ipv6 category [1] - Use USE_LDCONFIG PR: 106897 [1] Submitted by: Janos Mohacsi [1] Revision Changes Path 1.24 +2 -2 ports/net/ossp-sa/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 02:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8BDA16A40F; Fri, 22 Dec 2006 02:22:10 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B210513C428; Fri, 22 Dec 2006 02:22:10 +0000 (UTC) (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 kBM2MA1O098162; Fri, 22 Dec 2006 02:22:10 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM2MAVc098152; Fri, 22 Dec 2006 02:22:10 GMT (envelope-from leeym) Message-Id: <200612220222.kBM2MAVc098152@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 22 Dec 2006 02:22:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-Gantry Makefile distinfo pkg-plist ports/www/p5-Gantry/files patch-Build.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 02:22:11 -0000 leeym 2006-12-22 02:22:09 UTC FreeBSD ports repository Modified files: www/p5-Gantry Makefile distinfo pkg-plist www/p5-Gantry/files patch-Build.PL Log: - update to 3.45 Revision Changes Path 1.3 +8 -4 ports/www/p5-Gantry/Makefile 1.3 +3 -3 ports/www/p5-Gantry/distinfo 1.2 +9 -43 ports/www/p5-Gantry/files/patch-Build.PL 1.2 +13 -8 ports/www/p5-Gantry/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 22 02:26: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C32E016A403; Fri, 22 Dec 2006 02:26:42 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9D0F013C44B; Fri, 22 Dec 2006 02:26:42 +0000 (UTC) (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 kBM2QgXt098835; Fri, 22 Dec 2006 02:26:42 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM2QgUK098834; Fri, 22 Dec 2006 02:26:42 GMT (envelope-from ehaupt) Message-Id: <200612220226.kBM2QgUK098834@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 22 Dec 2006 02:26: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/comms/nec2c 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, 22 Dec 2006 02:26:42 -0000 ehaupt 2006-12-22 02:26:42 UTC FreeBSD ports repository Modified files: comms/nec2c Makefile distinfo pkg-descr Log: - Update MASTER_SITES - Update WWW Submitted by: maintainer Revision Changes Path 1.4 +6 -3 ports/comms/nec2c/Makefile 1.3 +3 -3 ports/comms/nec2c/distinfo 1.2 +1 -1 ports/comms/nec2c/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Dec 22 02:43: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B560116A403; Fri, 22 Dec 2006 02:43:40 +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 5F69E13C44C; Fri, 22 Dec 2006 02:43:40 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 8FAACEB2088; Fri, 22 Dec 2006 10:11:04 +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 3t3R5KKcXlD7; Fri, 22 Dec 2006 10:11:02 +0800 (CST) Received: from [10.217.12.210] (sina152-194.staff.sina.com.cn [61.135.152.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id F1F0BEB08D6; Fri, 22 Dec 2006 10:11:01 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:x-enigmail-version:content-type; b=DvoG3Q5MTRMo8CvJ5QcADNJGR0Mpfm70lrizO+wqmKCsNwlPIW2ltb8dnD62A0l2Y K/PU1OzQgLyc5dCO9be1Q== Message-ID: <458B3E7D.4030504@delphij.net> Date: Fri, 22 Dec 2006 10:10:05 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <200612212006.kBLK6VE9006221@repoman.freebsd.org> <20061221223740.E91892@maildrop.int.zabbadoz.net> In-Reply-To: <20061221223740.E91892@maildrop.int.zabbadoz.net> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enigD953CD867D57EBC1E8B44621" Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Matt Jacob , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/cam cam_xpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 02:43:40 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigD953CD867D57EBC1E8B44621 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Bjoern A. Zeeb wrote: > On Thu, 21 Dec 2006, Matt Jacob wrote: >=20 >> mjacob 2006-12-21 20:06:30 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/cam cam_xpt.c >> Log: >> Pay attention to return value from xpt_bus_register in xpt_init. >> >> Obtained from: Xin Li (Coverity) >> MFC after: 3 days >> >> Revision Changes Path >> 1.172 +5 -1 src/sys/cam/cam_xpt.c >=20 > ident cam_xpt.c cam_xpt.c: > $FreeBSD: src/sys/cam/cam_xpt.c,v 1.172 2006/12/21 20:06:30 mjacob= > Exp $ >=20 > sys/cam/cam_xpt.c: In function `xpt_init': > sys/cam/cam_xpt.c:1450: error: syntax error before ';' token > sys/cam/cam_xpt.c:1451: warning: left-hand operand of comma expression > has no effect > sys/cam/cam_xpt.c:1451: error: syntax error before ')' token Sorry, my fault... Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enigD953CD867D57EBC1E8B44621 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFiz59OfuToMruuMARA1L2AJkB8wERO7zVNdbju+Ud9P0h1RYslQCfZ3zH fk5G5gMQ+814ZOF6ukQH4p0= =j0mn -----END PGP SIGNATURE----- --------------enigD953CD867D57EBC1E8B44621-- From owner-cvs-all@FreeBSD.ORG Fri Dec 22 02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4751816A417; Fri, 22 Dec 2006 02:47:34 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3756113C442; Fri, 22 Dec 2006 02:47:34 +0000 (UTC) (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 kBM2lYU5002091; Fri, 22 Dec 2006 02:47:34 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM2lYL6002090; Fri, 22 Dec 2006 02:47:34 GMT (envelope-from ehaupt) Message-Id: <200612220247.kBM2lYL6002090@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 22 Dec 2006 02: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: ports/comms Makefile ports/comms/fldigi Makefile distinfo pkg-descr pkg-plist ports/comms/fldigi/files fldigi patch-Makefile patch-src_include_rigclass.h patch-src_soundcard_sound.cxx X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 02:47:34 -0000 ehaupt 2006-12-22 02:47:33 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/fldigi Makefile distinfo pkg-descr pkg-plist comms/fldigi/files fldigi patch-Makefile patch-src_include_rigclass.h patch-src_soundcard_sound.cxx Log: Add fldigi 1.11, a digital decoder for psk, cw, psk31, olivia. Submitted by: Diane Bruce Revision Changes Path 1.167 +1 -0 ports/comms/Makefile 1.1 +40 -0 ports/comms/fldigi/Makefile (new) 1.1 +3 -0 ports/comms/fldigi/distinfo (new) 1.1 +18 -0 ports/comms/fldigi/files/fldigi (new) 1.1 +53 -0 ports/comms/fldigi/files/patch-Makefile (new) 1.1 +10 -0 ports/comms/fldigi/files/patch-src_include_rigclass.h (new) 1.1 +30 -0 ports/comms/fldigi/files/patch-src_soundcard_sound.cxx (new) 1.1 +19 -0 ports/comms/fldigi/pkg-descr (new) 1.1 +6 -0 ports/comms/fldigi/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 02:47: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1822A16A407; Fri, 22 Dec 2006 02:47:49 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E67A113C43A; Fri, 22 Dec 2006 02:47:48 +0000 (UTC) (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 kBM2lmWX002135; Fri, 22 Dec 2006 02:47:48 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM2lmSU002134; Fri, 22 Dec 2006 02:47:48 GMT (envelope-from ehaupt) Message-Id: <200612220247.kBM2lmSU002134@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 22 Dec 2006 02:47: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: Fri, 22 Dec 2006 02:47:49 -0000 ehaupt 2006-12-22 02:47:48 UTC FreeBSD ports repository Modified files: . modules Log: fldigi --> ports/comms/fldigi Revision Changes Path 1.16914 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 22 02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21F4616A40F; Fri, 22 Dec 2006 02:51:17 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1094413C447; Fri, 22 Dec 2006 02:51:17 +0000 (UTC) (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 kBM2pGpR003297; Fri, 22 Dec 2006 02:51:16 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM2pGiX003296; Fri, 22 Dec 2006 02:51:16 GMT (envelope-from kuriyama) Message-Id: <200612220251.kBM2pGiX003296@repoman.freebsd.org> From: Jun Kuriyama Date: Fri, 22 Dec 2006 02:51:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/cone Makefile ports/mail/enigmail Makefile ports/mail/enigmail-thunderbird Makefile ports/mail/imp Makefile ports/mail/p5-Mail-SpamAssassin Makefile ports/mail/pygmy Makefile ports/misc/instant-workstation Makefile ports/misc/kdeutils3 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 02:51:17 -0000 kuriyama 2006-12-22 02:51:16 UTC FreeBSD ports repository Modified files: mail/cone Makefile mail/enigmail Makefile mail/enigmail-thunderbird Makefile mail/imp Makefile mail/p5-Mail-SpamAssassin Makefile mail/pygmy Makefile misc/instant-workstation Makefile misc/kdeutils3 Makefile net/nocatauth-gateway Makefile net/nocatauth-server Makefile news/c-nocem Makefile security/gnome-gpg Makefile security/gnupg-idea Makefile security/gpa Makefile security/gpgme Makefile security/gpgme03 Makefile security/gtkpasman Makefile security/kgpg Makefile security/nofgpg Makefile security/p5-GnuPG-Interface Makefile security/p5-Module-Signature Makefile security/pgpgpg Makefile security/pwman Makefile security/seahorse Makefile security/sguil-client Makefile security/signing-party Makefile sysutils/duplicity Makefile sysutils/hdup Makefile Log: - Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg, depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not correct. To work around this, change dependency line from bin/gpg to bin/gpgv which exists in security/gnupg1 port only. Spotted by: ume Revision Changes Path 1.25 +2 -2 ports/mail/cone/Makefile 1.32 +2 -2 ports/mail/enigmail-thunderbird/Makefile 1.37 +2 -2 ports/mail/enigmail/Makefile 1.39 +2 -2 ports/mail/imp/Makefile 1.101 +2 -2 ports/mail/p5-Mail-SpamAssassin/Makefile 1.31 +2 -2 ports/mail/pygmy/Makefile 1.34 +2 -2 ports/misc/instant-workstation/Makefile 1.110 +2 -2 ports/misc/kdeutils3/Makefile 1.6 +2 -2 ports/net/nocatauth-gateway/Makefile 1.5 +2 -2 ports/net/nocatauth-server/Makefile 1.23 +2 -2 ports/news/c-nocem/Makefile 1.3 +3 -3 ports/security/gnome-gpg/Makefile 1.30 +2 -2 ports/security/gnupg-idea/Makefile 1.26 +3 -3 ports/security/gpa/Makefile 1.42 +2 -2 ports/security/gpgme/Makefile 1.32 +2 -2 ports/security/gpgme03/Makefile 1.10 +2 -2 ports/security/gtkpasman/Makefile 1.18 +2 -2 ports/security/kgpg/Makefile 1.14 +2 -2 ports/security/nofgpg/Makefile 1.20 +2 -2 ports/security/p5-GnuPG-Interface/Makefile 1.15 +2 -2 ports/security/p5-Module-Signature/Makefile 1.10 +3 -3 ports/security/pgpgpg/Makefile 1.9 +2 -2 ports/security/pwman/Makefile 1.54 +2 -2 ports/security/seahorse/Makefile 1.3 +2 -2 ports/security/sguil-client/Makefile 1.9 +2 -2 ports/security/signing-party/Makefile 1.10 +2 -2 ports/sysutils/duplicity/Makefile 1.16 +2 -2 ports/sysutils/hdup/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 38E2516A50A; Fri, 22 Dec 2006 02:59:59 +0000 (UTC) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1308A13C43A; Fri, 22 Dec 2006 02:59:59 +0000 (UTC) (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 kBM2xwTO004365; Fri, 22 Dec 2006 02:59:58 GMT (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM2xwG7004364; Fri, 22 Dec 2006 02:59:58 GMT (envelope-from jdp) Message-Id: <200612220259.kBM2xwG7004364@repoman.freebsd.org> From: John Polstra Date: Fri, 22 Dec 2006 02:59: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/bge if_bge.c if_bgereg.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, 22 Dec 2006 02:59:59 -0000 jdp 2006-12-22 02:59:58 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: Re-enable MSI support for those chips on which it is believed to work properly. Revision Changes Path 1.171 +86 -34 src/sys/dev/bge/if_bge.c 1.65 +2 -0 src/sys/dev/bge/if_bgereg.h From owner-cvs-all@FreeBSD.ORG Fri Dec 22 03:03: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 88A2816A403; Fri, 22 Dec 2006 03:03:32 +0000 (UTC) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 62CAA13C45D; Fri, 22 Dec 2006 03:03:32 +0000 (UTC) (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 kBM33WWV006736; Fri, 22 Dec 2006 03:03:32 GMT (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM33Wd6006735; Fri, 22 Dec 2006 03:03:32 GMT (envelope-from jdp) Message-Id: <200612220303.kBM33Wd6006735@repoman.freebsd.org> From: John Polstra Date: Fri, 22 Dec 2006 03:03: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 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, 22 Dec 2006 03:03:32 -0000 jdp 2006-12-22 03:03:31 UTC FreeBSD src repository Modified files: . UPDATING Log: Note the second coming of MSI support in the bge driver. Revision Changes Path 1.470 +8 -0 src/UPDATING From owner-cvs-all@FreeBSD.ORG Fri Dec 22 03: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B43F16A40F; Fri, 22 Dec 2006 03:16:59 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mx1.freebsd.org (Postfix) with ESMTP id 296BF13C45A; Fri, 22 Dec 2006 03:16:59 +0000 (UTC) (envelope-from max@love2party.net) Received: from [88.66.41.127] (helo=amd64.laiers.local) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis), id 0MKwh2-1Gxahp3Mrf-00071r; Fri, 22 Dec 2006 04:04:21 +0100 From: Max Laier Organization: FreeBSD To: Martin Blapp Date: Fri, 22 Dec 2006 04:03:52 +0100 User-Agent: KMail/1.9.4 References: <200612211625.kBLGPh8o057110@repoman.freebsd.org> In-Reply-To: <200612211625.kBLGPh8o057110@repoman.freebsd.org> X-Face: ,,8R(x[kmU]tKN@>gtH1yQE4aslGdu+2]; R]*pL,U>^H?)gW@49@wdJ`H<=?utf-8?q?=25=7D*=5FBD=0A=09U=5For=3D=5CmOZf764=26nYj=3DJYbR1PW0ud?=>|!~,,CPC.1-D$FG@0h3#'5"k{V]a~.<=?utf-8?q?mZ=7D44=23Se=7Em=0A=09Fe=7E=5C=5DX5B=5D=5Fxj?=(ykz9QKMw_l0C2AQ]}Ym8)fU MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1514240.NUBH1rdAHb"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200612220404.20678.max@love2party.net> 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/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 03:16:59 -0000 --nextPart1514240.NUBH1rdAHb Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 21 December 2006 17:25, Martin Blapp wrote: > mbr 2006-12-21 16:25:42 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6_2) > sys/kern tty.c > Log: > MFC Rev. 1.267 > > Retest tp->t_session because Giant might have been temporarily > dropped while waiting for proctree_lock, allowing for an intervening > tty_close() that cleared tp->t_session. > > Submitted by: tegge > Approved by: re (kensmith) Hurray! Thanks for all the work and effort you put into this! > Revision Changes Path > 1.250.2.3.2.1 +1 -1 src/sys/kern/tty.c =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --nextPart1514240.NUBH1rdAHb Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQBFi0s0XyyEoT62BG0RAkmzAJ94r74WhG6QYQ12hfmxaTRwT1IWrQCcDeAd 4PILAjxEJm7RXP6I2cpoiOc= =bGrb -----END PGP SIGNATURE----- --nextPart1514240.NUBH1rdAHb-- From owner-cvs-all@FreeBSD.ORG Fri Dec 22 03: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B56B516A40F; Fri, 22 Dec 2006 03:32:20 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8F15913C458; Fri, 22 Dec 2006 03:32:20 +0000 (UTC) (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 kBM3WK93011338; Fri, 22 Dec 2006 03:32:20 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM3WKgR011336; Fri, 22 Dec 2006 03:32:20 GMT (envelope-from clsung) Message-Id: <200612220332.kBM3WKgR011336@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 22 Dec 2006 03:32: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/argouml 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, 22 Dec 2006 03:32:20 -0000 clsung 2006-12-22 03:32:20 UTC FreeBSD ports repository Modified files: devel/argouml Makefile distinfo pkg-plist Log: - Update to 0.22 - Take maintainership - Pet portlint PR: ports/104164 Submitted by: Rene Ladan Approved by: maintainer (timeout) Revision Changes Path 1.10 +6 -4 ports/devel/argouml/Makefile 1.9 +6 -6 ports/devel/argouml/distinfo 1.8 +15 -0 ports/devel/argouml/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 22 03:35: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB6FB16A407; Fri, 22 Dec 2006 03:35:18 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.freebsd.org (Postfix) with ESMTP id D787513C45D; Fri, 22 Dec 2006 03:35:17 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from [10.33.24.110] (nat-198-95-226-228.netapp.com [198.95.226.228]) by dommail.onthenet.com.au (MOS 3.5.7-GR) with ESMTP id CKP11473 (AUTH peterg@ptree32.com.au); Fri, 22 Dec 2006 13:22:54 +1000 (EST) Message-ID: <458B4FA8.40408@freebsd.org> Date: Thu, 21 Dec 2006 19:23:20 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8b) Gecko/20051014 MIME-Version: 1.0 To: Suleiman Souhlal References: <200612200110.kBK1AMeI091785@repoman.freebsd.org> <458A48C9.40807@FreeBSD.org> In-Reply-To: <458A48C9.40807@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/powerpc/powerpc mmu_oea.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 03:35:18 -0000 > Could we just evict one random entry from either the primary or > secondary PTEG and use that spot to insert the current PTE? > (Isn't the whole point of pvo_entry to permit pages to be searched > quickly if their virtual->physical mapping has already been computed > before, basically making page faults to pages that have been evicted > from their PTEGs very cheap (because we don't need to walk the vm_map > entries etc again)?) Yes, though you have to make sure it isn't wired, and probably prefer discarding user PTEs over kernel PTEs. I'm also not sure if the code path on a DSI miss for a valid PTE works. But this shouldn't be too hard to test. later, Peter. From owner-cvs-all@FreeBSD.ORG Fri Dec 22 03:38: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21C6916A415; Fri, 22 Dec 2006 03:38:49 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 120F513C45D; Fri, 22 Dec 2006 03:38:49 +0000 (UTC) (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 kBM3cmih012364; Fri, 22 Dec 2006 03:38:48 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM3cmo8012363; Fri, 22 Dec 2006 03:38:48 GMT (envelope-from ijliao) Message-Id: <200612220338.kBM3cmo8012363@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 22 Dec 2006 03:38: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/science Makefile ports/science/linsmith Makefile distinfo pkg-descr pkg-plist ports/science/linsmith/files carg.c 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: Fri, 22 Dec 2006 03:38:49 -0000 ijliao 2006-12-22 03:38:47 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/linsmith Makefile distinfo pkg-descr pkg-plist science/linsmith/files carg.c patch-src-Makefile.in Log: add linsmith 0.99.3 Smith charting program Revision Changes Path 1.108 +1 -0 ports/science/Makefile 1.1 +29 -0 ports/science/linsmith/Makefile (new) 1.1 +3 -0 ports/science/linsmith/distinfo (new) 1.1 +20 -0 ports/science/linsmith/files/carg.c (new) 1.1 +11 -0 ports/science/linsmith/files/patch-src-Makefile.in (new) 1.1 +21 -0 ports/science/linsmith/pkg-descr (new) 1.1 +22 -0 ports/science/linsmith/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 03:39: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0614116A415; Fri, 22 Dec 2006 03:39:06 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CF8E913C442; Fri, 22 Dec 2006 03:39:05 +0000 (UTC) (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 kBM3d59E012406; Fri, 22 Dec 2006 03:39:05 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM3d51W012405; Fri, 22 Dec 2006 03:39:05 GMT (envelope-from ijliao) Message-Id: <200612220339.kBM3d51W012405@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 22 Dec 2006 03:39:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 03:39:06 -0000 ijliao 2006-12-22 03:39:05 UTC FreeBSD ports repository Modified files: . modules Log: linsmith --> ports/science/linsmith Revision Changes Path 1.16915 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 22 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E46E16A403; Fri, 22 Dec 2006 03:53:11 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4D17A13C428; Fri, 22 Dec 2006 03:53:11 +0000 (UTC) (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 kBM3rB11014960; Fri, 22 Dec 2006 03:53:11 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM3rBr7014958; Fri, 22 Dec 2006 03:53:11 GMT (envelope-from alepulver) Message-Id: <200612220353.kBM3rBr7014958@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 22 Dec 2006 03:53:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/r1q2 Makefile distinfo pkg-plist ports/games/r1q2/files patch-Makefile patch-binaries__client__Makefile patch-binaries__make.inc patch-binaries__r1q2ded__Makefile patch-binaries__ref_gl__Makefile patch-client__cl_main.c patch-client__menu.c patch-client__qal.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, 22 Dec 2006 03:53:11 -0000 alepulver 2006-12-22 03:53:10 UTC FreeBSD ports repository Modified files: games/r1q2 Makefile distinfo pkg-plist games/r1q2/files patch-client__menu.c patch-linux__q_shlinux.c patch-linux__snd_linux.c patch-linux__sys_linux.c patch-linux__vid_so.c patch-qcommon__files.c patch-qcommon__qcommon.h Added files: games/r1q2/files patch-binaries__client__Makefile patch-binaries__make.inc patch-binaries__r1q2ded__Makefile patch-binaries__ref_gl__Makefile Removed files: games/r1q2/files patch-Makefile patch-client__cl_main.c patch-client__qal.h patch-client__snd_openal.h patch-game__q_shared.c patch-game__q_shared.h patch-linux__al_linux.h patch-linux__cd_linux.c patch-qcommon__common.c patch-ref_gl__gl_local.h patch-ref_gl__qgl.h Log: - Update to version 6908. Revision Changes Path 1.7 +39 -78 ports/games/r1q2/Makefile 1.2 +3 -6 ports/games/r1q2/distinfo 1.3 +0 -119 ports/games/r1q2/files/patch-Makefile (dead) 1.1 +11 -0 ports/games/r1q2/files/patch-binaries__client__Makefile (new) 1.1 +12 -0 ports/games/r1q2/files/patch-binaries__make.inc (new) 1.1 +11 -0 ports/games/r1q2/files/patch-binaries__r1q2ded__Makefile (new) 1.1 +11 -0 ports/games/r1q2/files/patch-binaries__ref_gl__Makefile (new) 1.2 +0 -29 ports/games/r1q2/files/patch-client__cl_main.c (dead) 1.2 +9 -9 ports/games/r1q2/files/patch-client__menu.c 1.2 +0 -13 ports/games/r1q2/files/patch-client__qal.h (dead) 1.2 +0 -28 ports/games/r1q2/files/patch-client__snd_openal.h (dead) 1.2 +0 -11 ports/games/r1q2/files/patch-game__q_shared.c (dead) 1.2 +0 -11 ports/games/r1q2/files/patch-game__q_shared.h (dead) 1.2 +0 -11 ports/games/r1q2/files/patch-linux__al_linux.h (dead) 1.2 +0 -319 ports/games/r1q2/files/patch-linux__cd_linux.c (dead) 1.2 +63 -63 ports/games/r1q2/files/patch-linux__q_shlinux.c 1.2 +83 -12 ports/games/r1q2/files/patch-linux__snd_linux.c 1.3 +85 -62 ports/games/r1q2/files/patch-linux__sys_linux.c 1.2 +11 -29 ports/games/r1q2/files/patch-linux__vid_so.c 1.2 +0 -20 ports/games/r1q2/files/patch-qcommon__common.c (dead) 1.2 +58 -63 ports/games/r1q2/files/patch-qcommon__files.c 1.2 +12 -10 ports/games/r1q2/files/patch-qcommon__qcommon.h 1.2 +0 -11 ports/games/r1q2/files/patch-ref_gl__gl_local.h (dead) 1.2 +0 -11 ports/games/r1q2/files/patch-ref_gl__qgl.h (dead) 1.3 +2 -3 ports/games/r1q2/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 22 05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 58F4B16A407; Fri, 22 Dec 2006 05:02:12 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4903213C45D; Fri, 22 Dec 2006 05:02:12 +0000 (UTC) (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 kBM52CUm037913; Fri, 22 Dec 2006 05:02:12 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM52CED037912; Fri, 22 Dec 2006 05:02:12 GMT (envelope-from alepulver) Message-Id: <200612220502.kBM52CED037912@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 22 Dec 2006 05:02:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/ezquake Makefile pkg-message ports/games/ezquake/files patch-snd_dma.c patch-snd_oss.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 05:02:12 -0000 alepulver 2006-12-22 05:02:11 UTC FreeBSD ports repository Modified files: games/ezquake Makefile games/ezquake/files patch-snd_dma.c patch-snd_oss.c Removed files: games/ezquake pkg-message Log: - Remove pkg-message (in the latest version the workaround is not needed). - Use "/dev/dsp" as the default sound device instead of the invalid "default". - Bump PORTREVISION. Revision Changes Path 1.3 +2 -8 ports/games/ezquake/Makefile 1.2 +8 -3 ports/games/ezquake/files/patch-snd_dma.c 1.3 +2 -2 ports/games/ezquake/files/patch-snd_oss.c 1.2 +0 -9 ports/games/ezquake/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 05:07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 261E416A416; Fri, 22 Dec 2006 05:07:22 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 005D913C45B; Fri, 22 Dec 2006 05:07:22 +0000 (UTC) (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 kBM57LlK039866; Fri, 22 Dec 2006 05:07:21 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM57LHJ039865; Fri, 22 Dec 2006 05:07:21 GMT (envelope-from rodrigc) Message-Id: <200612220507.kBM57LHJ039865@repoman.freebsd.org> From: Craig Rodrigues Date: Fri, 22 Dec 2006 05:07: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/usr.bin/kdump 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: Fri, 22 Dec 2006 05:07:22 -0000 rodrigc 2006-12-22 05:07:21 UTC FreeBSD src repository Modified files: usr.bin/kdump mksubr Log: The second argument (type) to socket(2) is an enum, not a bitmask, so parse it as an enum. If an SCTP SOCK_SEQPACKET socket was opened, kdump would display this wrong output: socket(PF_INET,SOCK_STREAM|SOCK_RDM|SOCK_SEQPACKET,0x84) instead of this correct output: socket(PF_INET,SOCK_SEQPACKET,0x84) MFC after: 2 weeks Revision Changes Path 1.5 +1 -1 src/usr.bin/kdump/mksubr From owner-cvs-all@FreeBSD.ORG Fri Dec 22 05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADD0A16A403; Fri, 22 Dec 2006 05:19:16 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from alnrmhc11.comcast.net (alnrmhc11.comcast.net [204.127.225.91]) by mx1.freebsd.org (Postfix) with ESMTP id 5E02D13C457; Fri, 22 Dec 2006 05:19:16 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from c-66-31-35-94.hsd1.ma.comcast.net ([66.31.35.94]) by comcast.net (alnrmhc11) with ESMTP id <20061222050825b1100k1bsve>; Fri, 22 Dec 2006 05:08:29 +0000 Received: from c-66-31-35-94.hsd1.ma.comcast.net (localhost.crodrigues.org [127.0.0.1]) by c-66-31-35-94.hsd1.ma.comcast.net (8.13.8/8.13.8) with ESMTP id kBM58OG6002697; Fri, 22 Dec 2006 00:08:25 -0500 (EST) (envelope-from rodrigc@c-66-31-35-94.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-66-31-35-94.hsd1.ma.comcast.net (8.13.8/8.13.8/Submit) id kBM58OTL002696; Fri, 22 Dec 2006 00:08:24 -0500 (EST) (envelope-from rodrigc) Date: Fri, 22 Dec 2006 00:08:24 -0500 From: Craig Rodrigues To: Xin LI Message-ID: <20061222050824.GA2683@crodrigues.org> References: <200612200305.kBK35U2Z013741@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200612200305.kBK35U2Z013741@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/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 05:19:16 -0000 On Wed, Dec 20, 2006 at 03:05:30AM +0000, Xin LI wrote: > delphij 2006-12-20 03:05:30 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6_2) > sys/fs/msdosfs msdosfs_vfsops.c > Log: > Redo previous merge from RELENG_6 (rev 1.144.2.7) to fix build. > > Approved by: re (implicit, fix build) Sorry about that! Pointy hat to: me -- Craig Rodrigues rodrigc@crodrigues.org From owner-cvs-all@FreeBSD.ORG Fri Dec 22 05:21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 64F9416A407; Fri, 22 Dec 2006 05:21:24 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 554F313C442; Fri, 22 Dec 2006 05:21:24 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM5LOQY042044; Fri, 22 Dec 2006 05:21:24 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM5LO3r042031; Fri, 22 Dec 2006 05:21:24 GMT (envelope-from alexbl) Message-Id: <200612220521.kBM5LO3r042031@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Fri, 22 Dec 2006 05:21:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/py-wsgiref Makefile distinfo pkg-descr pkg-plist ports/www/py-wsgiref/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 05:21:24 -0000 alexbl 2006-12-22 05:21:23 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-wsgiref Makefile distinfo pkg-descr pkg-plist www/py-wsgiref/files patch-setup.py Log: - add wsgiref 0.1.2 wsgiref is a reference implementation of the WSGI standard. This is a backport of wsgiref which is included in Python 2.5. WWW: http://cheeseshop.python.org/pypi/wsgiref Revision Changes Path 1.1647 +1 -0 ports/www/Makefile 1.1 +26 -0 ports/www/py-wsgiref/Makefile (new) 1.1 +3 -0 ports/www/py-wsgiref/distinfo (new) 1.1 +14 -0 ports/www/py-wsgiref/files/patch-setup.py (new) 1.1 +4 -0 ports/www/py-wsgiref/pkg-descr (new) 1.1 +19 -0 ports/www/py-wsgiref/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C2E6516A407; Fri, 22 Dec 2006 05:21:42 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9CDE313C41A; Fri, 22 Dec 2006 05:21:42 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM5LgX7042306; Fri, 22 Dec 2006 05:21:42 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM5LghH042305; Fri, 22 Dec 2006 05:21:42 GMT (envelope-from alexbl) Message-Id: <200612220521.kBM5LghH042305@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Fri, 22 Dec 2006 05:21:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 05:21:42 -0000 alexbl 2006-12-22 05:21:42 UTC FreeBSD ports repository Modified files: . modules Log: py-wsgiref --> ports/www/py-wsgiref Revision Changes Path 1.16916 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 22 05:26: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E20B516A403; Fri, 22 Dec 2006 05:26:01 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BB76B13C428; Fri, 22 Dec 2006 05:26:01 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM5Q1q9043099; Fri, 22 Dec 2006 05:26:01 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM5Q1TQ043098; Fri, 22 Dec 2006 05:26:01 GMT (envelope-from alexbl) Message-Id: <200612220526.kBM5Q1TQ043098@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Fri, 22 Dec 2006 05: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/Mk bsd.python.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 05:26:02 -0000 alexbl 2006-12-22 05:26:01 UTC FreeBSD ports repository Modified files: Mk bsd.python.mk Log: - add a PYWSGIREF dependency line since wsgiref is included with 2.5 Revision Changes Path 1.90 +12 -2 ports/Mk/bsd.python.mk From owner-cvs-all@FreeBSD.ORG Fri Dec 22 05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D69C616A417; Fri, 22 Dec 2006 05:54:20 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B0CCA13C45B; Fri, 22 Dec 2006 05:54:20 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM5sKWY047615; Fri, 22 Dec 2006 05:54:20 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM5sKCE047614; Fri, 22 Dec 2006 05:54:20 GMT (envelope-from imp) Message-Id: <200612220554.kBM5sKCE047614@repoman.freebsd.org> From: Warner Losh Date: Fri, 22 Dec 2006 05:54: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/usr.bin/nl nl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 05:54:20 -0000 imp 2006-12-22 05:54:20 UTC FreeBSD src repository Modified files: usr.bin/nl nl.c Log: Avoid 'bogus' uninitialized warning by initializing rather than playing cute games. It is much simpler, clearer and easier to follow and understand. Besides, gcc4 likes it better. Revision Changes Path 1.11 +1 -4 src/usr.bin/nl/nl.c From owner-cvs-all@FreeBSD.ORG Fri Dec 22 07:28: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF23516A412; Fri, 22 Dec 2006 07:28:39 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8899313C434; Fri, 22 Dec 2006 07:28:39 +0000 (UTC) (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 kBM7SdcG063926; Fri, 22 Dec 2006 07:28:39 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM7Sdg0063925; Fri, 22 Dec 2006 07:28:39 GMT (envelope-from ru) Message-Id: <200612220728.kBM7Sdg0063925@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 22 Dec 2006 07:28: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/bin/chmod chmod.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: Fri, 22 Dec 2006 07:28:39 -0000 ru 2006-12-22 07:28:39 UTC FreeBSD src repository Modified files: bin/chmod chmod.1 Log: - Mention umask(2) when first referring to it. - Add missing markup. Submitted by: Eugene Grosbein Revision Changes Path 1.40 +6 -2 src/bin/chmod/chmod.1 From owner-cvs-all@FreeBSD.ORG Fri Dec 22 07:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DC3E16A492; Fri, 22 Dec 2006 07:33:21 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2D6D813C447; Fri, 22 Dec 2006 07:33:21 +0000 (UTC) (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 kBM7XKKu065167; Fri, 22 Dec 2006 07:33:21 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM7XKKK065166; Fri, 22 Dec 2006 07:33:20 GMT (envelope-from ume) Message-Id: <200612220733.kBM7XKKK065166@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 22 Dec 2006 07:33: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/include/arpa nameser_compat.h src/lib/libc/inet inet_cidr_ntop.c inet_net_ntop.c src/lib/libc/isc eventlib_p.h src/lib/libc/resolv mtctxres.c res_init.c res_send.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 07:33:21 -0000 ume 2006-12-22 07:33:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) include/arpa nameser_compat.h lib/libc/inet inet_cidr_ntop.c inet_net_ntop.c lib/libc/isc eventlib_p.h lib/libc/resolv mtctxres.c res_init.c res_send.c Log: MFC: Merge BIND9 9.3.3 into main chunk. include/arpa/nameser_compat.h: 1.6 lib/libc/inet/inet_cidr_ntop.c: 1.1.1.2 lib/libc/inet/inet_net_ntop.c: 1.3 lib/libc/isc/eventlib_p.h: 1.4 lib/libc/resolv/mtctxres.c: 1.3 lib/libc/resolv/res_init.c: 1.4 lib/libc/resolv/res_send.c: 1.5 Revision Changes Path 1.4.14.2 +1 -1 src/include/arpa/nameser_compat.h 1.1.1.1.2.2 +5 -5 src/lib/libc/inet/inet_cidr_ntop.c 1.2.2.2 +2 -2 src/lib/libc/inet/inet_net_ntop.c 1.2.2.2 +3 -1 src/lib/libc/isc/eventlib_p.h 1.2.2.2 +4 -3 src/lib/libc/resolv/mtctxres.c 1.2.2.3 +5 -12 src/lib/libc/resolv/res_init.c 1.2.2.4 +3 -2 src/lib/libc/resolv/res_send.c From owner-cvs-all@FreeBSD.ORG Fri Dec 22 07:42: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A74716A416; Fri, 22 Dec 2006 07:42:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5398D13C44E; Fri, 22 Dec 2006 07:42:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM7g9Yb066394; Fri, 22 Dec 2006 07:42:09 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM7g94v066393; Fri, 22 Dec 2006 07:42:09 GMT (envelope-from miwi) Message-Id: <200612220742.kBM7g94v066393@repoman.freebsd.org> From: Martin Wilke Date: Fri, 22 Dec 2006 07:42:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/caudium10 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 07:42:09 -0000 miwi 2006-12-22 07:42:08 UTC FreeBSD ports repository Modified files: www/caudium10 Makefile Log: - Marked for Remove (2007.02.0.1) - Not longer maintaind please use www/caudium12 PR: ports/106869 Submitted by: Xavier Beaudouin (maintainer) Revision Changes Path 1.11 +3 -0 ports/www/caudium10/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C44D716A403; Fri, 22 Dec 2006 08:03:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9D35E13C461; Fri, 22 Dec 2006 08:03:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM83RRa070784; Fri, 22 Dec 2006 08:03:27 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM83Rl7070783; Fri, 22 Dec 2006 08:03:27 GMT (envelope-from miwi) Message-Id: <200612220803.kBM83Rl7070783@repoman.freebsd.org> From: Martin Wilke Date: Fri, 22 Dec 2006 08:03:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/openssh Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 08:03:27 -0000 miwi 2006-12-22 08:03:27 UTC FreeBSD ports repository Modified files: security/openssh Makefile Log: - Add ipv6 category PR: ports/107052 Submitted by: Janos Mohacsi Revision Changes Path 1.133 +1 -1 ports/security/openssh/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 08:15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 519B916A403; Fri, 22 Dec 2006 08:15:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 28B4F13C468; Fri, 22 Dec 2006 08:15:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM8F6bf073245; Fri, 22 Dec 2006 08:15:06 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM8F5sQ073244; Fri, 22 Dec 2006 08:15:05 GMT (envelope-from miwi) Message-Id: <200612220815.kBM8F5sQ073244@repoman.freebsd.org> From: Martin Wilke Date: Fri, 22 Dec 2006 08:15: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/japanese/tcl80 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 08:15:06 -0000 miwi 2006-12-22 08:15:05 UTC FreeBSD ports repository Modified files: japanese/tcl80 Makefile Log: - Update maintainer mail adresse - Update MASTER_SITES PR: 106912 Submitted by: Takeshi Taguchi (maintainer) Revision Changes Path 1.23 +3 -2 ports/japanese/tcl80/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 08:50: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F71C16A407; Fri, 22 Dec 2006 08:50:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 479BF13C44C; Fri, 22 Dec 2006 08:50:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM8oS0C086340; Fri, 22 Dec 2006 08:50:28 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM8oSQ6086339; Fri, 22 Dec 2006 08:50:28 GMT (envelope-from miwi) Message-Id: <200612220850.kBM8oSQ6086339@repoman.freebsd.org> From: Martin Wilke Date: Fri, 22 Dec 2006 08:50:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/freeipmi Makefile distinfo ports/sysutils/freeipmi/files patch-Makefile.am X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 08:50:28 -0000 miwi 2006-12-22 08:50:27 UTC FreeBSD ports repository Modified files: sysutils/freeipmi Makefile distinfo Removed files: sysutils/freeipmi/files patch-Makefile.am Log: - Update to 0.3.1 PR: 106901 Submitted by: Dmitry Frolov (maintainer) Revision Changes Path 1.10 +1 -7 ports/sysutils/freeipmi/Makefile 1.5 +3 -6 ports/sysutils/freeipmi/distinfo 1.3 +0 -11 ports/sysutils/freeipmi/files/patch-Makefile.am (dead) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 08:51: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D9C8316A494; Fri, 22 Dec 2006 08:51:28 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B263213C45E; Fri, 22 Dec 2006 08:51:28 +0000 (UTC) (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 kBM8pSKn086807; Fri, 22 Dec 2006 08:51:28 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM8pS8N086806; Fri, 22 Dec 2006 08:51:28 GMT (envelope-from dinoex) Message-Id: <200612220851.kBM8pS8N086806@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 22 Dec 2006 08:51: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/print/cups-base Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 08:51:29 -0000 dinoex 2006-12-22 08:51:28 UTC FreeBSD ports repository Modified files: print/cups-base Makefile Log: - honor PTHREAD_LIBS Submitted by: Jeremy Messenger (maze) PR: 107050 - honor PTHREAD_CFLAGS - make portlint happper Revision Changes Path 1.60 +40 -39 ports/print/cups-base/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B5DAB16A412; Fri, 22 Dec 2006 08:51:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8D36C13C475; Fri, 22 Dec 2006 08:51:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM8pfWd086952; Fri, 22 Dec 2006 08:51:41 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM8pfOf086951; Fri, 22 Dec 2006 08:51:41 GMT (envelope-from miwi) Message-Id: <200612220851.kBM8pfOf086951@repoman.freebsd.org> From: Martin Wilke Date: Fri, 22 Dec 2006 08:51:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/prelude-lml Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 08:51:42 -0000 miwi 2006-12-22 08:51:41 UTC FreeBSD ports repository Modified files: security/prelude-lml Makefile Log: - Fix post installment for configuration files. (if not exists...) - Bump PORTREVISION PR: ports/107080 Submitted by: Robin Gruyters (maintainer) Revision Changes Path 1.30 +3 -2 ports/security/prelude-lml/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 08:54: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47C0A16A407; Fri, 22 Dec 2006 08:54:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1E62413C428; Fri, 22 Dec 2006 08:54:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM8sctI087426; Fri, 22 Dec 2006 08:54:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM8sc53087424; Fri, 22 Dec 2006 08:54:38 GMT (envelope-from miwi) Message-Id: <200612220854.kBM8sc53087424@repoman.freebsd.org> From: Martin Wilke Date: Fri, 22 Dec 2006 08:54:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/prelude-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: Fri, 22 Dec 2006 08:54:39 -0000 miwi 2006-12-22 08:54:38 UTC FreeBSD ports repository Modified files: security/prelude-manager Makefile Log: - Fix post installment for configuration files. (if not exists...) - Bump PORTREVISION PR: ports/107081 Submitted by: Robin Gruyters (maintainer) Revision Changes Path 1.38 +2 -1 ports/security/prelude-manager/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 08:56: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D908616A403; Fri, 22 Dec 2006 08:56:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B17F313C458; Fri, 22 Dec 2006 08:56:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM8u9Yt087799; Fri, 22 Dec 2006 08:56:09 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM8u9ai087797; Fri, 22 Dec 2006 08:56:09 GMT (envelope-from miwi) Message-Id: <200612220856.kBM8u9ai087797@repoman.freebsd.org> From: Martin Wilke Date: Fri, 22 Dec 2006 08:56:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/libprelude 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, 22 Dec 2006 08:56:10 -0000 miwi 2006-12-22 08:56:09 UTC FreeBSD ports repository Modified files: security/libprelude Makefile pkg-plist Log: - Added post installment for configuration files - Bump PORTREVISION PR: ports/107079 Submitted by: Robin Gruyters (maintainer) Revision Changes Path 1.38 +22 -0 ports/security/libprelude/Makefile 1.19 +9 -1 ports/security/libprelude/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 22 09:09: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAD3A16A403; Fri, 22 Dec 2006 09:09:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 98C1613C44E; Fri, 22 Dec 2006 09:09:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM99cgW091417; Fri, 22 Dec 2006 09:09:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM99cne091416; Fri, 22 Dec 2006 09:09:38 GMT (envelope-from miwi) Message-Id: <200612220909.kBM99cne091416@repoman.freebsd.org> From: Martin Wilke Date: Fri, 22 Dec 2006 09:09: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/cad Makefile ports/cad/scv Makefile distinfo pkg-descr ports/cad/scv/files patch-Makefile.in patch-configure patch-scripts-Makefile.in patch-scripts-copyExamples.sh patch-scripts-copyFiles.sh.in patch-src-scv-scv_init_seed.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, 22 Dec 2006 09:09:38 -0000 miwi 2006-12-22 09:09:38 UTC FreeBSD ports repository Modified files: cad Makefile Added files: cad/scv Makefile distinfo pkg-descr cad/scv/files patch-Makefile.in patch-configure patch-scripts-Makefile.in patch-scripts-copyExamples.sh patch-scripts-copyFiles.sh.in patch-src-scv-scv_init_seed.cpp Log: The SystemC Verification (SCV) library is an extension library to SystemC which adds advanced verification capabilities to SystemC, including constrained randomization, complex constraint solvers, data-structure creation, Transaction Level Modeling (TLM), concurrency, and dynamic resource allocation management. WWW: http://www.systemc.org/ PR: ports/106822 Submitted by: Peter Johnson Revision Changes Path 1.94 +1 -0 ports/cad/Makefile 1.1 +42 -0 ports/cad/scv/Makefile (new) 1.1 +3 -0 ports/cad/scv/distinfo (new) 1.1 +12 -0 ports/cad/scv/files/patch-Makefile.in (new) 1.1 +49 -0 ports/cad/scv/files/patch-configure (new) 1.1 +20 -0 ports/cad/scv/files/patch-scripts-Makefile.in (new) 1.1 +26 -0 ports/cad/scv/files/patch-scripts-copyExamples.sh (new) 1.1 +11 -0 ports/cad/scv/files/patch-scripts-copyFiles.sh.in (new) 1.1 +11 -0 ports/cad/scv/files/patch-src-scv-scv_init_seed.cpp (new) 1.1 +7 -0 ports/cad/scv/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 09:10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5F0B16A4A7; Fri, 22 Dec 2006 09:10:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6746A13C46A; Fri, 22 Dec 2006 09:10:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM9A9WT091467; Fri, 22 Dec 2006 09:10:09 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM9A9Sg091466; Fri, 22 Dec 2006 09:10:09 GMT (envelope-from miwi) Message-Id: <200612220910.kBM9A9Sg091466@repoman.freebsd.org> From: Martin Wilke Date: Fri, 22 Dec 2006 09:10: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, 22 Dec 2006 09:10:10 -0000 miwi 2006-12-22 09:10:09 UTC FreeBSD ports repository Modified files: . modules Log: scv --> ports/cad/scv Revision Changes Path 1.16917 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 22 09: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1438216A412; Fri, 22 Dec 2006 09:11:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E0FA513C434; Fri, 22 Dec 2006 09:11:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM9BgDd092192; Fri, 22 Dec 2006 09:11:42 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM9Bgpw092191; Fri, 22 Dec 2006 09:11:42 GMT (envelope-from miwi) Message-Id: <200612220911.kBM9Bgpw092191@repoman.freebsd.org> From: Martin Wilke Date: Fri, 22 Dec 2006 09:11: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 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, 22 Dec 2006 09:11:43 -0000 miwi 2006-12-22 09:11:42 UTC FreeBSD ports repository Modified files: . LEGAL Log: - Add entry for cad/scv. Revision Changes Path 1.515 +2 -1 ports/LEGAL From owner-cvs-all@FreeBSD.ORG Fri Dec 22 09:15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CCFAF16A403; Fri, 22 Dec 2006 09:15:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A351C13C428; Fri, 22 Dec 2006 09:15:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM9F7EI092775; Fri, 22 Dec 2006 09:15:07 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM9F7cg092770; Fri, 22 Dec 2006 09:15:07 GMT (envelope-from miwi) Message-Id: <200612220915.kBM9F7cg092770@repoman.freebsd.org> From: Martin Wilke Date: Fri, 22 Dec 2006 09:15: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/p5-Shell-Base Makefile distinfo ports/devel/p5-Shell-Base/files patch-Base.pm patch-SIGNATURE X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 09:15:07 -0000 miwi 2006-12-22 09:15:06 UTC FreeBSD ports repository Modified files: devel/p5-Shell-Base Makefile distinfo Removed files: devel/p5-Shell-Base/files patch-Base.pm patch-SIGNATURE Log: - Update to 0.05 PR: ports/106183 Submitted by: Christopher Boumenot Approved by: maintainer timeout Revision Changes Path 1.3 +1 -1 ports/devel/p5-Shell-Base/Makefile 1.4 +3 -3 ports/devel/p5-Shell-Base/distinfo 1.2 +0 -15 ports/devel/p5-Shell-Base/files/patch-Base.pm (dead) 1.2 +0 -12 ports/devel/p5-Shell-Base/files/patch-SIGNATURE (dead) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 09: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B49616A403; Fri, 22 Dec 2006 09:16:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D79EF13C41A; Fri, 22 Dec 2006 09:16:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM9GdHE093026; Fri, 22 Dec 2006 09:16:39 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM9GdtB093025; Fri, 22 Dec 2006 09:16:39 GMT (envelope-from miwi) Message-Id: <200612220916.kBM9GdtB093025@repoman.freebsd.org> From: Martin Wilke Date: Fri, 22 Dec 2006 09:16: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/p5-Test-HasVersion Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 09:16:40 -0000 miwi 2006-12-22 09:16:39 UTC FreeBSD ports repository Modified files: devel/p5-Test-HasVersion Makefile distinfo Log: - Update to 0.01.2 PR: ports/106174 Submitted by: Christopher Boumenot (maintainer) Approved by: maintainer timeout Revision Changes Path 1.3 +2 -2 ports/devel/p5-Test-HasVersion/Makefile 1.3 +3 -3 ports/devel/p5-Test-HasVersion/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 22 09:28: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 599BE16A417; Fri, 22 Dec 2006 09:28:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3065D13C43A; Fri, 22 Dec 2006 09:28:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBM9SgoC094677; Fri, 22 Dec 2006 09:28:42 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM9SgWe094676; Fri, 22 Dec 2006 09:28:42 GMT (envelope-from miwi) Message-Id: <200612220928.kBM9SgWe094676@repoman.freebsd.org> From: Martin Wilke Date: Fri, 22 Dec 2006 09: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/devel/viewvc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 09:28:42 -0000 miwi 2006-12-22 09:28:41 UTC FreeBSD ports repository Modified files: devel/viewvc Makefile distinfo Log: - Update to 1.0.3 PR: ports/106378 Submitted by: Martin Matuska Approved by: maintainer timeout Revision Changes Path 1.24 +2 -3 ports/devel/viewvc/Makefile 1.13 +3 -3 ports/devel/viewvc/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 22 09:35: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 313BC16A407; Fri, 22 Dec 2006 09:35:12 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0974313C45F; Fri, 22 Dec 2006 09:35:12 +0000 (UTC) (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 kBM9ZBWJ094959; Fri, 22 Dec 2006 09:35:11 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM9ZB47094957; Fri, 22 Dec 2006 09:35:11 GMT (envelope-from tobez) Message-Id: <200612220935.kBM9ZB47094957@repoman.freebsd.org> From: Anton Berezin Date: Fri, 22 Dec 2006 09: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/dns/p5-Net-Domain-TLD Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 09:35:12 -0000 tobez 2006-12-22 09:35:11 UTC FreeBSD ports repository Modified files: dns/p5-Net-Domain-TLD Makefile Log: - unbreak under old perl - refine COMMENT - correct dependencies PR: 99505 Submitted by: leeym Revision Changes Path 1.4 +8 -4 ports/dns/p5-Net-Domain-TLD/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 09: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 627CF16A403; Fri, 22 Dec 2006 09:42:34 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3A92913C44E; Fri, 22 Dec 2006 09:42:34 +0000 (UTC) (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 kBM9gYAa095120; Fri, 22 Dec 2006 09:42:34 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBM9gY2s095119; Fri, 22 Dec 2006 09:42:34 GMT (envelope-from lth) Message-Id: <200612220942.kBM9gY2s095119@repoman.freebsd.org> From: Lars Thegler Date: Fri, 22 Dec 2006 09:42:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/p5-Net-Netmask Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 09:42:34 -0000 lth 2006-12-22 09:42:34 UTC FreeBSD ports repository Modified files: net-mgmt/p5-Net-Netmask Makefile distinfo Log: Update to 1.9015 PR: ports/107075 Submitted by: chinsan Revision Changes Path 1.16 +1 -1 ports/net-mgmt/p5-Net-Netmask/Makefile 1.12 +3 -3 ports/net-mgmt/p5-Net-Netmask/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 22 10:59: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7849D16A407; Fri, 22 Dec 2006 10:59:58 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4F35E13C46B; Fri, 22 Dec 2006 10:59:58 +0000 (UTC) (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 kBMAxtW2097793; Fri, 22 Dec 2006 10:59:55 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMAxtLY097792; Fri, 22 Dec 2006 10:59:55 GMT (envelope-from erwin) Message-Id: <200612221059.kBMAxtLY097792@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 22 Dec 2006 10:59:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sysinstall index.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 10:59:58 -0000 erwin 2006-12-22 10:59:55 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_6) usr.sbin/sysinstall index.c Log: MFC rev 1.111: - Add geography and spanish ports categories - Use "related to" instead of "relating to" consistently [1] Submitted by: Rostislav Krasny [1] Reviewed by: simon Revision Changes Path 1.106.2.3 +3 -1 src/usr.sbin/sysinstall/index.c From owner-cvs-all@FreeBSD.ORG Fri Dec 22 11:03: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98F5316A47B; Fri, 22 Dec 2006 11:03:39 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7109A13C45E; Fri, 22 Dec 2006 11:03:39 +0000 (UTC) (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 kBMB3d8p099063; Fri, 22 Dec 2006 11:03:39 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMB3d07099062; Fri, 22 Dec 2006 11:03:39 GMT (envelope-from tobez) Message-Id: <200612221103.kBMB3d07099062@repoman.freebsd.org> From: Anton Berezin Date: Fri, 22 Dec 2006 11:03: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/p5-Proc-Queue Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 11:03:39 -0000 tobez 2006-12-22 11:03:39 UTC FreeBSD ports repository Modified files: devel/p5-Proc-Queue Makefile distinfo Log: Update to 1.20. Revision Changes Path 1.5 +1 -1 ports/devel/p5-Proc-Queue/Makefile 1.5 +3 -3 ports/devel/p5-Proc-Queue/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 22 11:04: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55B0616A407; Fri, 22 Dec 2006 11:04:13 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 460E513C45E; Fri, 22 Dec 2006 11:04:13 +0000 (UTC) (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 kBMB4DVJ099118; Fri, 22 Dec 2006 11:04:13 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMB4DLL099117; Fri, 22 Dec 2006 11:04:13 GMT (envelope-from dinoex) Message-Id: <200612221104.kBMB4DLL099117@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 22 Dec 2006 11:04: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/x11 Makefile ports/x11/etoile Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 11:04:13 -0000 dinoex 2006-12-22 11:04:13 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/etoile Makefile pkg-descr Log: Etoile intends to be an innovative GNUstep based user environnement built from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. WWW: http://www.etoile-project.org/ Revision Changes Path 1.635 +1 -0 ports/x11/Makefile 1.1 +75 -0 ports/x11/etoile/Makefile (new) 1.1 +8 -0 ports/x11/etoile/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 11:10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CACA516A492; Fri, 22 Dec 2006 11:10:42 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 728A413C468; Fri, 22 Dec 2006 11:10:42 +0000 (UTC) (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 kBMBAgbS099308; Fri, 22 Dec 2006 11:10:42 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMBAg7R099307; Fri, 22 Dec 2006 11:10:42 GMT (envelope-from dinoex) Message-Id: <200612221110.kBMBAg7R099307@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 22 Dec 2006 11:10:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 11:10:42 -0000 dinoex 2006-12-22 11:10:42 UTC FreeBSD ports repository Modified files: . modules Log: - replace etoile Revision Changes Path 1.16918 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 22 11:56: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F94016A403; Fri, 22 Dec 2006 11:56:00 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ECA0113C459; Fri, 22 Dec 2006 11:55:59 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMBtxga001583; Fri, 22 Dec 2006 11:55:59 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMBtxLL001582; Fri, 22 Dec 2006 11:55:59 GMT (envelope-from ariff) Message-Id: <200612221155.kBMBtxLL001582@repoman.freebsd.org> From: Ariff Abdullah Date: Fri, 22 Dec 2006 11:55:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 11:56:00 -0000 ariff 2006-12-22 11:55:59 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: Fix distorted sound on Intel Desktop Board D101GGC (ATI SB450/ALC861). Turn on ALC861 quirk as default since it seems affecting all hardwares with the same codec. Reported/Tested by: Darryl Yeoh Revision Changes Path 1.20 +7 -10 src/sys/dev/sound/pci/hda/hdac.c From owner-cvs-all@FreeBSD.ORG Fri Dec 22 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 66AA016A407; Fri, 22 Dec 2006 12:24:25 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3F00F13C478; Fri, 22 Dec 2006 12:24:25 +0000 (UTC) (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 kBMCOPFN007484; Fri, 22 Dec 2006 12:24:25 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMCOPYr007482; Fri, 22 Dec 2006 12:24:25 GMT (envelope-from tobez) Message-Id: <200612221224.kBMCOPYr007482@repoman.freebsd.org> From: Anton Berezin Date: Fri, 22 Dec 2006 12:24: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-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: Fri, 22 Dec 2006 12:24:25 -0000 tobez 2006-12-22 12:24:24 UTC FreeBSD ports repository Modified files: www/p5-Jifty Makefile Makefile.man distinfo pkg-plist Log: Update to 0.60912. The patch in the original PR had to be modified. PR: 105996 Submitted by: ijliao Revision Changes Path 1.6 +15 -1 ports/www/p5-Jifty/Makefile 1.3 +20 -2 ports/www/p5-Jifty/Makefile.man 1.5 +3 -3 ports/www/p5-Jifty/distinfo 1.5 +85 -27 ports/www/p5-Jifty/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 22 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CDEF416A407; Fri, 22 Dec 2006 12:32:07 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A67DD13C481; Fri, 22 Dec 2006 12:32:07 +0000 (UTC) (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 kBMCW7Zt008720; Fri, 22 Dec 2006 12:32:07 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMCW7JB008719; Fri, 22 Dec 2006 12:32:07 GMT (envelope-from tobez) Message-Id: <200612221232.kBMCW7JB008719@repoman.freebsd.org> From: Anton Berezin Date: Fri, 22 Dec 2006 12: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/net/p5-NetAddr-IP-Count 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, 22 Dec 2006 12:32:07 -0000 tobez 2006-12-22 12:32:07 UTC FreeBSD ports repository Modified files: net/p5-NetAddr-IP-Count Makefile pkg-plist Log: Unbreak by fixing pkg-plist. PR: 104283, 104306 Submitted by: clsung, Thomas Abthorpe Revision Changes Path 1.9 +0 -2 ports/net/p5-NetAddr-IP-Count/Makefile 1.4 +1 -0 ports/net/p5-NetAddr-IP-Count/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 22 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3EEF516A417; Fri, 22 Dec 2006 12:47:44 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1676C13C47F; Fri, 22 Dec 2006 12:47:44 +0000 (UTC) (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 kBMClhEC019116; Fri, 22 Dec 2006 12:47:43 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMClhLa019115; Fri, 22 Dec 2006 12:47:43 GMT (envelope-from dinoex) Message-Id: <200612221247.kBMClhLa019115@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 22 Dec 2006 12:47:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/oniguruma4 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, 22 Dec 2006 12:47:44 -0000 dinoex 2006-12-22 12:47:41 UTC FreeBSD ports repository Modified files: devel/oniguruma4 Makefile distinfo pkg-descr pkg-plist Log: update to 4.5.0 Revision Changes Path 1.35 +7 -7 ports/devel/oniguruma4/Makefile 1.28 +3 -3 ports/devel/oniguruma4/distinfo 1.5 +1 -1 ports/devel/oniguruma4/pkg-descr 1.13 +9 -0 ports/devel/oniguruma4/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 22 12:49: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8FB5F16A403; Fri, 22 Dec 2006 12:49:22 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 682F913C44E; Fri, 22 Dec 2006 12:49:22 +0000 (UTC) (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 kBMCnM0F019208; Fri, 22 Dec 2006 12:49:22 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMCnM8C019207; Fri, 22 Dec 2006 12:49:22 GMT (envelope-from dinoex) Message-Id: <200612221249.kBMCnM8C019207@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 22 Dec 2006 12:49: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 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 12:49:22 -0000 dinoex 2006-12-22 12:49:22 UTC FreeBSD ports repository Modified files: devel Makefile Log: - connect oniguruma4 after repocopy Revision Changes Path 1.2553 +1 -0 ports/devel/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 12:50: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5263716A494; Fri, 22 Dec 2006 12:50:16 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1337B13C474; Fri, 22 Dec 2006 12:50:16 +0000 (UTC) (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 kBMCoFRS019267; Fri, 22 Dec 2006 12:50:15 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMCoFtb019266; Fri, 22 Dec 2006 12:50:15 GMT (envelope-from dinoex) Message-Id: <200612221250.kBMCoFtb019266@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 22 Dec 2006 12:50:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 22 Dec 2006 12:50:16 -0000 dinoex 2006-12-22 12:50:15 UTC FreeBSD ports repository Modified files: . modules Log: - add oniguruma4 after repocopy Revision Changes Path 1.16919 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 22 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CAF716A403; Fri, 22 Dec 2006 12:54:01 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6BE2213C447; Fri, 22 Dec 2006 12:54:01 +0000 (UTC) (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 kBMCs10Q020413; Fri, 22 Dec 2006 12:54:01 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMCs1pu020412; Fri, 22 Dec 2006 12:54:01 GMT (envelope-from dinoex) Message-Id: <200612221254.kBMCs1pu020412@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 22 Dec 2006 12:54:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/etoile-ogrekit 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, 22 Dec 2006 12:54:01 -0000 dinoex 2006-12-22 12:54:01 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/etoile-ogrekit Makefile distinfo pkg-descr pkg-plist Log: OgreKit is a regular expression library written in Objective-C. It uses OniGuruma as regular expression engine. This is a GNUstep fork of OgreKit 2.1.2 . Since it is a fork, the API may differ in the future. Original licence of OgreKit is BSD License. This fork uses also BSD license (see COPYING document). WWW: http://www.etoile-project.org/ Revision Changes Path 1.1089 +1 -0 ports/textproc/Makefile 1.1 +34 -0 ports/textproc/etoile-ogrekit/Makefile (new) 1.1 +3 -0 ports/textproc/etoile-ogrekit/distinfo (new) 1.1 +11 -0 ports/textproc/etoile-ogrekit/pkg-descr (new) 1.1 +52 -0 ports/textproc/etoile-ogrekit/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 12:54: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7525616A403; Fri, 22 Dec 2006 12:54:49 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4DE7C13C45C; Fri, 22 Dec 2006 12:54:49 +0000 (UTC) (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 kBMCsnuG020648; Fri, 22 Dec 2006 12:54:49 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMCsnoP020646; Fri, 22 Dec 2006 12:54:49 GMT (envelope-from dinoex) Message-Id: <200612221254.kBMCsnoP020646@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 22 Dec 2006 12:54:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 22 Dec 2006 12:54:49 -0000 dinoex 2006-12-22 12:54:49 UTC FreeBSD ports repository Modified files: . modules Log: etoile-ogrekit --> ports/textproc/etoile-ogrekit Revision Changes Path 1.16920 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 22 12:57: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2DC3916A415; Fri, 22 Dec 2006 12:57:13 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1DF3F13C45F; Fri, 22 Dec 2006 12:57:13 +0000 (UTC) (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 kBMCvCWK020943; Fri, 22 Dec 2006 12:57:13 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMCvCiH020942; Fri, 22 Dec 2006 12:57:12 GMT (envelope-from dinoex) Message-Id: <200612221257.kBMCvCiH020942@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 22 Dec 2006 12:57: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/textproc Makefile ports/textproc/etoile-lucenekit 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, 22 Dec 2006 12:57:13 -0000 dinoex 2006-12-22 12:57:12 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/etoile-lucenekit Makefile distinfo pkg-descr pkg-plist Log: Lucene is a high-performance, full-featured text search engine library in Java. LuceneKit is a class-to-class port of Lucene in GNUstep. It is a technology suitable for nearly any application that requires full-text search. WWW: http://www.etoile-project.org/ Revision Changes Path 1.1090 +1 -0 ports/textproc/Makefile 1.1 +32 -0 ports/textproc/etoile-lucenekit/Makefile (new) 1.1 +3 -0 ports/textproc/etoile-lucenekit/distinfo (new) 1.1 +6 -0 ports/textproc/etoile-lucenekit/pkg-descr (new) 1.1 +156 -0 ports/textproc/etoile-lucenekit/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 35B7716A492; Fri, 22 Dec 2006 12:57:53 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0E94F13C470; Fri, 22 Dec 2006 12:57:53 +0000 (UTC) (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 kBMCvq5D021008; Fri, 22 Dec 2006 12:57:52 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMCvqg8021007; Fri, 22 Dec 2006 12:57:52 GMT (envelope-from dinoex) Message-Id: <200612221257.kBMCvqg8021007@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 22 Dec 2006 12:57:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 22 Dec 2006 12:57:53 -0000 dinoex 2006-12-22 12:57:52 UTC FreeBSD ports repository Modified files: . modules Log: etoile-lucenekit --> ports/textproc/etoile-lucenekit Revision Changes Path 1.16921 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 22 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AEE6D16A412; Fri, 22 Dec 2006 12:59:07 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9DAD513C46C; Fri, 22 Dec 2006 12:59:07 +0000 (UTC) (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 kBMCx7E9021151; Fri, 22 Dec 2006 12:59:07 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMCx7UT021150; Fri, 22 Dec 2006 12:59:07 GMT (envelope-from dinoex) Message-Id: <200612221259.kBMCx7UT021150@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 22 Dec 2006 12:59:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors Makefile ports/editors/etoile-typewriter Makefile distinfo pkg-descr pkg-plist ports/editors/etoile-typewriter/files patch-WorkspaceController.m X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 12:59:07 -0000 dinoex 2006-12-22 12:59:07 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/etoile-typewriter Makefile distinfo pkg-descr pkg-plist editors/etoile-typewriter/files patch-WorkspaceController.m Log: Etoile intends to be an innovative GNUstep based user environnement built from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. Typewriter is a general text editor for plain and rich format text. WWW: http://www.etoile-project.org/ Revision Changes Path 1.363 +1 -0 ports/editors/Makefile 1.1 +30 -0 ports/editors/etoile-typewriter/Makefile (new) 1.1 +3 -0 ports/editors/etoile-typewriter/distinfo (new) 1.1 +10 -0 ports/editors/etoile-typewriter/files/patch-WorkspaceController.m (new) 1.1 +10 -0 ports/editors/etoile-typewriter/pkg-descr (new) 1.1 +16 -0 ports/editors/etoile-typewriter/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D2F8716A417; Fri, 22 Dec 2006 12:59:51 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AB77F13C461; Fri, 22 Dec 2006 12:59:51 +0000 (UTC) (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 kBMCxppo021199; Fri, 22 Dec 2006 12:59:51 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMCxpVm021198; Fri, 22 Dec 2006 12:59:51 GMT (envelope-from dinoex) Message-Id: <200612221259.kBMCxpVm021198@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 22 Dec 2006 12: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: 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, 22 Dec 2006 12:59:51 -0000 dinoex 2006-12-22 12:59:51 UTC FreeBSD ports repository Modified files: . modules Log: etoile-typewriter --> ports/editors/etoile-typewriter Revision Changes Path 1.16922 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 22 13:15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9EA5716A403; Fri, 22 Dec 2006 13:15:49 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6B79D13C463; Fri, 22 Dec 2006 13:15:49 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMDFnr4025138; Fri, 22 Dec 2006 13:15:49 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMDFnEq025131; Fri, 22 Dec 2006 13:15:49 GMT (envelope-from gabor) Message-Id: <200612221315.kBMDFnEq025131@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 22 Dec 2006 13:15:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 13:15:49 -0000 gabor 2006-12-22 13:15:48 UTC FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers Log: - Add my coordinates Approved by: erwin (mentor) Revision Changes Path 1.317 +2 -1 ports/astro/xearth/files/freebsd.committers.markers From owner-cvs-all@FreeBSD.ORG Fri Dec 22 13:18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB05716A412; Fri, 22 Dec 2006 13:18:57 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 836A913C442; Fri, 22 Dec 2006 13:18:57 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMDIv3N025413; Fri, 22 Dec 2006 13:18:57 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMDIvWW025412; Fri, 22 Dec 2006 13:18:57 GMT (envelope-from gabor) Message-Id: <200612221318.kBMDIvWW025412@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 22 Dec 2006 13:18:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/mplayer-skins Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 13:18:57 -0000 gabor 2006-12-22 13:18:56 UTC FreeBSD ports repository Modified files: multimedia/mplayer-skins Makefile distinfo Log: - Track changed distfile (This contains only pictures, so no need to verify content changes) Submitted by: Thomas E. Zander (maintainer, via private mail) Approved by: erwin (mentor) Revision Changes Path 1.43 +1 -1 ports/multimedia/mplayer-skins/Makefile 1.30 +3 -3 ports/multimedia/mplayer-skins/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 22 13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A40C16A412; Fri, 22 Dec 2006 13:26:25 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 22E8213C457; Fri, 22 Dec 2006 13:26:25 +0000 (UTC) (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 kBMDQOIE026910; Fri, 22 Dec 2006 13:26:24 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMDQO1n026909; Fri, 22 Dec 2006 13:26:24 GMT (envelope-from lth) Message-Id: <200612221326.kBMDQO1n026909@repoman.freebsd.org> From: Lars Thegler Date: Fri, 22 Dec 2006 13:26:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Module-Pluggable Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 13:26:25 -0000 lth 2006-12-22 13:26:24 UTC FreeBSD ports repository Modified files: devel/p5-Module-Pluggable Makefile distinfo Log: Update to 3.4 Revision Changes Path 1.20 +1 -1 ports/devel/p5-Module-Pluggable/Makefile 1.19 +3 -3 ports/devel/p5-Module-Pluggable/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 22 13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4178716A412; Fri, 22 Dec 2006 13:43:55 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1A62213C43A; Fri, 22 Dec 2006 13:43:55 +0000 (UTC) (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 kBMDhsUW029728; Fri, 22 Dec 2006 13:43:55 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMDhscD029727; Fri, 22 Dec 2006 13:43:54 GMT (envelope-from barner) Message-Id: <200612221343.kBMDhscD029727@repoman.freebsd.org> From: Simon Barner Date: Fri, 22 Dec 2006 13:43: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/diffsplit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 13:43:55 -0000 barner 2006-12-22 13:43:54 UTC FreeBSD ports repository Modified files: textproc/diffsplit Makefile Log: Grab maintainership for this useful little script. Revision Changes Path 1.7 +1 -1 ports/textproc/diffsplit/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 13:45: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07B2216A412; Fri, 22 Dec 2006 13:45:06 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D46BD13C462; Fri, 22 Dec 2006 13:45:05 +0000 (UTC) (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 kBMDj5Ot030058; Fri, 22 Dec 2006 13:45:05 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMDj5Kt030057; Fri, 22 Dec 2006 13:45:05 GMT (envelope-from dinoex) Message-Id: <200612221345.kBMDj5Kt030057@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 22 Dec 2006 13:45: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/etoile Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 13:45:06 -0000 dinoex 2006-12-22 13:45:05 UTC FreeBSD ports repository Modified files: x11/etoile Makefile Log: - added OgreKit, LuceneKit, Typewriter Revision Changes Path 1.2 +4 -5 ports/x11/etoile/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 13:45: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7BF6D16A403; Fri, 22 Dec 2006 13:45:56 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5497313C41A; Fri, 22 Dec 2006 13:45:56 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMDjtTT030116; Fri, 22 Dec 2006 13:45:55 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMDjtMI030115; Fri, 22 Dec 2006 13:45:55 GMT (envelope-from gabor) Message-Id: <200612221345.kBMDjtMI030115@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 22 Dec 2006 13:45: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/editors/emacs20-dl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 13:45:56 -0000 gabor 2006-12-22 13:45:55 UTC FreeBSD ports repository Modified files: editors/emacs20-dl Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.37 +3 -0 ports/editors/emacs20-dl/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 13:46: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6968016A407; Fri, 22 Dec 2006 13:46:24 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 42A0D13C442; Fri, 22 Dec 2006 13:46:24 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMDkOx0030156; Fri, 22 Dec 2006 13:46:24 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMDkOD3030155; Fri, 22 Dec 2006 13:46:24 GMT (envelope-from gabor) Message-Id: <200612221346.kBMDkOD3030155@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 22 Dec 2006 13:46:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/emacs20-mule-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 13:46:24 -0000 gabor 2006-12-22 13:46:24 UTC FreeBSD ports repository Modified files: editors/emacs20-mule-devel Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.16 +3 -0 ports/editors/emacs20-mule-devel/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 701A816A407; Fri, 22 Dec 2006 13:46:45 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4935B13C461; Fri, 22 Dec 2006 13:46:45 +0000 (UTC) (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 kBMDkjd0030193; Fri, 22 Dec 2006 13:46:45 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMDkjRq030192; Fri, 22 Dec 2006 13:46:45 GMT (envelope-from dinoex) Message-Id: <200612221346.kBMDkjRq030192@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 22 Dec 2006 13:46: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/x11/gnustep-app Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 13:46:45 -0000 dinoex 2006-12-22 13:46:45 UTC FreeBSD ports repository Modified files: x11/gnustep-app Makefile Log: - added OgreKit, LuceneKit, Typewriter Revision Changes Path 1.21 +4 -5 ports/x11/gnustep-app/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 13:46: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A0A116A50D; Fri, 22 Dec 2006 13:46:52 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E679613C434; Fri, 22 Dec 2006 13:46:51 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMDkpON030220; Fri, 22 Dec 2006 13:46:51 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMDkpJB030219; Fri, 22 Dec 2006 13:46:51 GMT (envelope-from gabor) Message-Id: <200612221346.kBMDkpJB030219@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 22 Dec 2006 13:46: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/editors/flim113 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 13:46:52 -0000 gabor 2006-12-22 13:46:51 UTC FreeBSD ports repository Modified files: editors/flim113 Makefile Log: - Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor) Revision Changes Path 1.30 +3 -0 ports/editors/flim113/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 13:49: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7AC5516A47B; Fri, 22 Dec 2006 13:49:39 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 535F413C447; Fri, 22 Dec 2006 13:49:39 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMDndCR030332; Fri, 22 Dec 2006 13:49:39 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMDndwM030331; Fri, 22 Dec 2006 13:49:39 GMT (envelope-from gabor) Message-Id: <200612221349.kBMDndwM030331@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 22 Dec 2006 13:49: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-Apache-DBI Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 13:49:39 -0000 gabor 2006-12-22 13:49:39 UTC FreeBSD ports repository Modified files: www/p5-Apache-DBI Makefile Log: - Fix dependencies - Bump PORTREVISION PR: ports/103813 Submitted by: Scot Hetzel (with fixes from maintainer) Approved by: erwin (mentor), Philip M. Gollucci (maintainer) Revision Changes Path 1.24 +6 -4 ports/www/p5-Apache-DBI/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 13: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7598E16A407; Fri, 22 Dec 2006 13:51:45 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4EF7913C43E; Fri, 22 Dec 2006 13:51:45 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMDpjQ5031057; Fri, 22 Dec 2006 13:51:45 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMDpjUj031056; Fri, 22 Dec 2006 13:51:45 GMT (envelope-from gabor) Message-Id: <200612221351.kBMDpjUj031056@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 22 Dec 2006 13:51: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/p5-Crypt-GPG Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 13:51:45 -0000 gabor 2006-12-22 13:51:44 UTC FreeBSD ports repository Modified files: security/p5-Crypt-GPG Makefile distinfo Log: - Update to 1.61 PR: ports/107021, ports/107078 (related) Submitted by: Gea-Suan Lin Approved by: erwin (mentor) Revision Changes Path 1.3 +1 -1 ports/security/p5-Crypt-GPG/Makefile 1.2 +3 -3 ports/security/p5-Crypt-GPG/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 22 14:38: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F325C16A40F; Fri, 22 Dec 2006 14:38:21 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1-3.pacific.net.au [61.8.2.210]) by mx1.freebsd.org (Postfix) with ESMTP id 923A413C478; Fri, 22 Dec 2006 14:38:21 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout1.pacific.net.au (Postfix) with ESMTP id 0F8D55AFE34; Sat, 23 Dec 2006 01:38:20 +1100 (EST) Received: from epsplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 9A9DB2741A; Sat, 23 Dec 2006 01:38:18 +1100 (EST) Date: Sat, 23 Dec 2006 01:38:17 +1100 (EST) From: Bruce Evans X-X-Sender: bde@epsplex.bde.org To: Gleb Smirnoff In-Reply-To: <20061222003115.R16146@delplex.bde.org> Message-ID: <20061223011349.O2603@epsplex.bde.org> References: <200612201203.kBKC3MhO053666@repoman.freebsd.org> <20061220132631.GH34400@FreeBSD.org> <20061222003115.R16146@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Bruce Evans , cvs-all@freebsd.org Subject: Re: 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, 22 Dec 2006 14:38:22 -0000 On Fri, 22 Dec 2006, I wrote: > bge_start_locked() starts with the bge (sc) lock held and never releases > it as far as I can see. This this problem can't happen (the lock > prevents both txeof and the watchdog from being reached before start > resets the timeout to 5 seconds). > > I could only find the lock being released and reacquired in a nested > routine in bge_rxeof() (for calling if_input()). I hope this complication > is never needed for start routines. Releasing the lock in in rxeof seems dangerous, but all network drivers do it so there is some chance that it works, and I thought that it worked as follows in one race case: race with device unload or just an ioctl: - the device may have been reset while we were in if_input(), so we must not use much state. bge_txeof() and bge_intr() are simple enough to be obviously correct here, but bge_rxeof() isn't and seems to be broken (see below) - unload must wait for the interrupt handler to complete before removing the interrupt handler's code. This should be handled by normal interrupt handler rundown. The order seems to be: acquire sc lock; reset and stop further interrupts; release sc lock; wait for interrupt handler to finish. Just a few hours after I thought this, a RELENG_6 kernel crashed on a null pointer in bge_rxeof(). I had just started rebooting using reboot(8) with no args, while the interface was being blasted with tiny packets using ttcp. The reboot process seems to have shut down the interface and was waiting for something. I didn't try to understand the null pointer. RELENG_6 seems to be immune to the sbdrop panic that usually occurs under -current for a less extreme interface shutdown. Killing the ttcp udp server (ttcp -u -r) while the interface is being blasted with tiny packets almost always causes the sbdrop panic if the server is SMP (I think I saw it once with a !SMP server, but it is unusual then). Killing the ttcp udp client (ttcp -u -t...) first avoids the panic. I haven't seen this problem for non-bge interfaces. Bruce From owner-cvs-all@FreeBSD.ORG Fri Dec 22 14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BDF716A412; Fri, 22 Dec 2006 14:42:41 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D853713C45D; Fri, 22 Dec 2006 14:42:40 +0000 (UTC) (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 kBMEgelq040457; Fri, 22 Dec 2006 14:42:40 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMEge2O040456; Fri, 22 Dec 2006 14:42:40 GMT (envelope-from arved) Message-Id: <200612221442.kBMEge2O040456@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 22 Dec 2006 14:42: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/textproc/libpathan/files patch-include-pathan-PathanImplementation.hpp patch-include-pathan-XPath2Utils.hpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 14:42:41 -0000 arved 2006-12-22 14:42:40 UTC FreeBSD ports repository Added files: textproc/libpathan/files patch-include-pathan-PathanImplementation.hpp patch-include-pathan-XPath2Utils.hpp Log: Fix build with gcc41 Revision Changes Path 1.1 +11 -0 ports/textproc/libpathan/files/patch-include-pathan-PathanImplementation.hpp (new) 1.1 +11 -0 ports/textproc/libpathan/files/patch-include-pathan-XPath2Utils.hpp (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 15:00: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62D4D16A503; Fri, 22 Dec 2006 15:00:47 +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 0C9DA13C4BF; Fri, 22 Dec 2006 15:00:46 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from [127.0.0.1] (pooker.samsco.org [168.103.85.57]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kBMF0bk3014094; Fri, 22 Dec 2006 08:00:44 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <458BF314.3000702@samsco.org> Date: Fri, 22 Dec 2006 10:00:36 -0500 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: Bruce Evans References: <200612201203.kBKC3MhO053666@repoman.freebsd.org> <20061220132631.GH34400@FreeBSD.org> <20061222003115.R16146@delplex.bde.org> <20061223011349.O2603@epsplex.bde.org> In-Reply-To: <20061223011349.O2603@epsplex.bde.org> Content-Type: text/plain; charset=ISO-8859-1; 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: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, Gleb Smirnoff , Bruce Evans , src-committers@FreeBSD.org Subject: Re: 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, 22 Dec 2006 15:00:47 -0000 Bruce Evans wrote: > On Fri, 22 Dec 2006, I wrote: > >> bge_start_locked() starts with the bge (sc) lock held and never releases >> it as far as I can see. This this problem can't happen (the lock >> prevents both txeof and the watchdog from being reached before start >> resets the timeout to 5 seconds). >> >> I could only find the lock being released and reacquired in a nested >> routine in bge_rxeof() (for calling if_input()). I hope this >> complication >> is never needed for start routines. > > Releasing the lock in in rxeof seems dangerous, but all network drivers > do it so there is some chance that it works, and I thought that it worked > as follows in one race case: race with device unload or just an ioctl: > - the device may have been reset while we were in if_input(), so we must > not use much state. bge_txeof() and bge_intr() are simple enough to > be obviously correct here, but bge_rxeof() isn't and seems to be broken > (see below) > - unload must wait for the interrupt handler to complete before removing > the interrupt handler's code. This should be handled by normal interrupt > handler rundown. The order seems to be: acquire sc lock; reset and stop > further interrupts; release sc lock; wait for interrupt handler to > finish. > > Just a few hours after I thought this, a RELENG_6 kernel crashed on a > null pointer in bge_rxeof(). I had just started rebooting using > reboot(8) with no args, while the interface was being blasted with > tiny packets using ttcp. The reboot process seems to have shut down > the interface and was waiting for something. I didn't try to understand > the null pointer. The em driver was getting into problems in a similar way because it was freeing and reallocating data structures in its reset routine. This was a bug on many levels, but it has been fixed. I didn't see similar bugs in the bge driver, but there could easily be others. In any case, the driver lock must not be held when calling if_input because there are many ways the codepath can loop from there back into if_start of the same driver or another driver. There is no way around this without doing big decoupling steps that will impact common performance cases. That said, dropping and regrabbing the driver lock in the rxeof routine of any driver is bad. It may be safe to do, but it incurs horrible performance penalties. It essentially allows the time-critical, high priority RX path to be constantly preempted by the lower priority if_start or if_ioctl paths. Even without this preemption and priority inversion, you're doing an excessive number of expensive lock ops in the fast path. The key to dropping the lock here safely, or running without a lock at all (like if_em) is to synchronize dangerous operations at a higher level. For driver unload, you need to block the interrupt and call bus_teardown_intr before freeing structures that could be touched by the interrupt handler. For taskqueue and callout driven drivers, you need to drain and block those contexts before doing anything dangerous. It's not impossible to do, you just have to be careful, think about all of the entry points, and not assume that mutexes have magical powers. Scott From owner-cvs-all@FreeBSD.ORG Fri Dec 22 15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94AB416A4C9; Fri, 22 Dec 2006 15:11:31 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6F1A613C455; Fri, 22 Dec 2006 15:11:31 +0000 (UTC) (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 kBMFBV8e046080; Fri, 22 Dec 2006 15:11:31 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMFBVhk046079; Fri, 22 Dec 2006 15:11:31 GMT (envelope-from arved) Message-Id: <200612221511.kBMFBVhk046079@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 22 Dec 2006 15:11:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/monkeybubble Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 15:11:31 -0000 arved 2006-12-22 15:11:31 UTC FreeBSD ports repository Modified files: games/monkeybubble Makefile Log: Fix build with gcc41 Revision Changes Path 1.27 +7 -1 ports/games/monkeybubble/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 15:14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D974316A403; Fri, 22 Dec 2006 15:14:12 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B397E13C442; Fri, 22 Dec 2006 15:14:12 +0000 (UTC) (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 kBMFECm7046758; Fri, 22 Dec 2006 15:14:12 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMFECa7046757; Fri, 22 Dec 2006 15:14:12 GMT (envelope-from arved) Message-Id: <200612221514.kBMFECa7046757@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 22 Dec 2006 15:14: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/graphics/multivideo/files patch-my_thread_process.hh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 15:14:13 -0000 arved 2006-12-22 15:14:12 UTC FreeBSD ports repository Added files: graphics/multivideo/files patch-my_thread_process.hh Log: Fix build with gcc41 Revision Changes Path 1.1 +11 -0 ports/graphics/multivideo/files/patch-my_thread_process.hh (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 15:21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 03FD916A403; Fri, 22 Dec 2006 15:21:59 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D249E13C455; Fri, 22 Dec 2006 15:21:58 +0000 (UTC) (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 kBMFLwXQ047617; Fri, 22 Dec 2006 15:21:58 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMFLwEo047616; Fri, 22 Dec 2006 15:21:58 GMT (envelope-from arved) Message-Id: <200612221521.kBMFLwEo047616@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 22 Dec 2006 15:21:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/ndir/files patch-src-File-Date-StringUtils-Format.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, 22 Dec 2006 15:21:59 -0000 arved 2006-12-22 15:21:58 UTC FreeBSD ports repository Modified files: sysutils/ndir/files patch-src-File-Date-StringUtils-Format.h Log: Fix build with gcc41 Revision Changes Path 1.2 +11 -2 ports/sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h From owner-cvs-all@FreeBSD.ORG Fri Dec 22 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7792416A412; Fri, 22 Dec 2006 15:28:43 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 522E513C45A; Fri, 22 Dec 2006 15:28:43 +0000 (UTC) (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 kBMFShpH048510; Fri, 22 Dec 2006 15:28:43 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMFShwd048509; Fri, 22 Dec 2006 15:28:43 GMT (envelope-from ahze) Message-Id: <200612221528.kBMFShwd048509@repoman.freebsd.org> From: Michael Johnson Date: Fri, 22 Dec 2006 15:28: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/multimedia/transcode Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 15:28:43 -0000 ahze 2006-12-22 15:28:43 UTC FreeBSD ports repository Modified files: multimedia/transcode Makefile Log: Grab MAINTAINER for multimedia@ Revision Changes Path 1.80 +2 -2 ports/multimedia/transcode/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 15:50: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AEA6B16A403; Fri, 22 Dec 2006 15:50:04 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7E3C013C44B; Fri, 22 Dec 2006 15:50:04 +0000 (UTC) (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 kBMFo46h051574; Fri, 22 Dec 2006 15:50:04 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMFo4CB051573; Fri, 22 Dec 2006 15:50:04 GMT (envelope-from keramida) Message-Id: <200612221550.kBMFo4CB051573@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 22 Dec 2006 15:50: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/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 15:50:04 -0000 keramida 2006-12-22 15:50:04 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Add PYNUMPY as a dependency line for the new numeric extension, numpy. Submitted by: db(@)db(dot)net (Diane Bruce) Revision Changes Path 1.779 +6 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 22 16:25: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6471416A415; Fri, 22 Dec 2006 16:25:55 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3F41E13C45C; Fri, 22 Dec 2006 16:25:55 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMGPt5j058877; Fri, 22 Dec 2006 16:25:55 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMGPtUL058875; Fri, 22 Dec 2006 16:25:55 GMT (envelope-from rafan) Message-Id: <200612221625.kBMGPtUL058875@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 22 Dec 2006 16:25:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/drweb-sendmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 16:25:55 -0000 rafan 2006-12-22 16:25:54 UTC FreeBSD ports repository Modified files: security/drweb-sendmail Makefile distinfo Log: - Fix MASTER_SITES - Add binary for 6.1 or above - Update distfiles - Add IA32_BINARY_PORT PR: ports/106993 Submitted by: Demin Alexander (maintainer) Revision Changes Path 1.73 +13 -8 ports/security/drweb-sendmail/Makefile 1.23 +9 -6 ports/security/drweb-sendmail/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 22 16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C54B16A403; Fri, 22 Dec 2006 16:26:44 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 76F6C13C463; Fri, 22 Dec 2006 16:26:44 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMGQiUh058930; Fri, 22 Dec 2006 16:26:44 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMGQi6k058929; Fri, 22 Dec 2006 16:26:44 GMT (envelope-from rafan) Message-Id: <200612221626.kBMGQi6k058929@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 22 Dec 2006 16:26:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/drweb-postfix Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 16:26:44 -0000 rafan 2006-12-22 16:26:44 UTC FreeBSD ports repository Modified files: security/drweb-postfix Makefile distinfo Log: - Fix MASTER_SITES - Add binary for 6.1 or above - Update distfiles - Add IA32_BINARY_PORT PR: ports/107016 Submitted by: Demin Alexander (maintainer) Revision Changes Path 1.14 +13 -8 ports/security/drweb-postfix/Makefile 1.9 +9 -6 ports/security/drweb-postfix/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 22 16:27: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 91F7916A4CA; Fri, 22 Dec 2006 16:27:28 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6C69B13C45E; Fri, 22 Dec 2006 16:27:28 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMGRShR058975; Fri, 22 Dec 2006 16:27:28 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMGRSDI058974; Fri, 22 Dec 2006 16:27:28 GMT (envelope-from rafan) Message-Id: <200612221627.kBMGRSDI058974@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 22 Dec 2006 16:27: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/security/drweb-qmail 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, 22 Dec 2006 16:27:28 -0000 rafan 2006-12-22 16:27:28 UTC FreeBSD ports repository Modified files: security/drweb-qmail Makefile distinfo pkg-descr Log: - Fix MASTER_SITES - Add binary for 6.1 or above - Update distfiles - Add IA32_BINARY_PORT - Fix WWW PR: ports/107017 Submitted by: Demin Alexander (maintainer) Revision Changes Path 1.8 +13 -7 ports/security/drweb-qmail/Makefile 1.5 +9 -6 ports/security/drweb-qmail/distinfo 1.2 +2 -2 ports/security/drweb-qmail/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Dec 22 16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68AF016A492; Fri, 22 Dec 2006 16:36:24 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 42CD713C458; Fri, 22 Dec 2006 16:36:24 +0000 (UTC) (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 kBMGaOEu060537; Fri, 22 Dec 2006 16:36:24 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMGaOX1060536; Fri, 22 Dec 2006 16:36:24 GMT (envelope-from arved) Message-Id: <200612221636.kBMGaOX1060536@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 22 Dec 2006 16: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: ports/games/oonsoo/files patch-Sound-Sample.hxx patch-Sound-Sound.hxx patch-UI-Sprite.hxx X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 16:36:24 -0000 arved 2006-12-22 16:36:23 UTC FreeBSD ports repository Added files: games/oonsoo/files patch-Sound-Sample.hxx patch-Sound-Sound.hxx patch-UI-Sprite.hxx Log: Fix build with gcc41 Revision Changes Path 1.1 +11 -0 ports/games/oonsoo/files/patch-Sound-Sample.hxx (new) 1.1 +11 -0 ports/games/oonsoo/files/patch-Sound-Sound.hxx (new) 1.1 +11 -0 ports/games/oonsoo/files/patch-UI-Sprite.hxx (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 16:46: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0553716A416; Fri, 22 Dec 2006 16:46:57 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D40EB13C468; Fri, 22 Dec 2006 16:46:56 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMGkuNb062104; Fri, 22 Dec 2006 16:46:56 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMGkuZi062103; Fri, 22 Dec 2006 16:46:56 GMT (envelope-from rafan) Message-Id: <200612221646.kBMGkuZi062103@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 22 Dec 2006 16: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/www/p5-Apache-Clean2 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, 22 Dec 2006 16:46:57 -0000 rafan 2006-12-22 16:46:56 UTC FreeBSD ports repository Modified files: www/p5-Apache-Clean2 Makefile distinfo pkg-descr pkg-plist Log: Force commit to note copy from www/p5-Apache-Clean is finished. PR: ports/106769 Repocopied by: marcus Revision Changes Path 1.4 +0 -0 ports/www/p5-Apache-Clean2/Makefile 1.4 +0 -0 ports/www/p5-Apache-Clean2/distinfo 1.2 +0 -0 ports/www/p5-Apache-Clean2/pkg-descr 1.3 +0 -0 ports/www/p5-Apache-Clean2/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 22 16:58: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8839616A40F; Fri, 22 Dec 2006 16:58:23 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6235113C463; Fri, 22 Dec 2006 16:58:23 +0000 (UTC) (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 kBMGwNaf071839; Fri, 22 Dec 2006 16:58:23 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMGwNXo071838; Fri, 22 Dec 2006 16:58:23 GMT (envelope-from arved) Message-Id: <200612221658.kBMGwNXo071838@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 22 Dec 2006 16:58: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/gephex/files patch-base_src_utils_structscanner.h patch-engine-src-model-model.h patch-qtgui-src-gui-graphnameview.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, 22 Dec 2006 16:58:23 -0000 arved 2006-12-22 16:58:23 UTC FreeBSD ports repository Added files: graphics/gephex/files patch-base_src_utils_structscanner.h patch-engine-src-model-model.h patch-qtgui-src-gui-graphnameview.cpp Log: Fix build with gcc41 Revision Changes Path 1.1 +17 -0 ports/graphics/gephex/files/patch-base_src_utils_structscanner.h (new) 1.1 +11 -0 ports/graphics/gephex/files/patch-engine-src-model-model.h (new) 1.1 +20 -0 ports/graphics/gephex/files/patch-qtgui-src-gui-graphnameview.cpp (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 17: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5BBBC16A4C9; Fri, 22 Dec 2006 17:07:14 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3111013C4A8; Fri, 22 Dec 2006 17:07:14 +0000 (UTC) (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 kBMH78Cq074511; Fri, 22 Dec 2006 17:07:08 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMH78fA074510; Fri, 22 Dec 2006 17:07:08 GMT (envelope-from arved) Message-Id: <200612221707.kBMH78fA074510@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 22 Dec 2006 17:07: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/paintlib/files patch-common-plpgmdec.h patch-common-plpngdec.h patch-common-plppmdec.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, 22 Dec 2006 17:07:14 -0000 arved 2006-12-22 17:07:07 UTC FreeBSD ports repository Added files: graphics/paintlib/files patch-common-plpgmdec.h patch-common-plpngdec.h patch-common-plppmdec.h Log: Fix build with gcc41 Revision Changes Path 1.1 +11 -0 ports/graphics/paintlib/files/patch-common-plpgmdec.h (new) 1.1 +17 -0 ports/graphics/paintlib/files/patch-common-plpngdec.h (new) 1.1 +11 -0 ports/graphics/paintlib/files/patch-common-plppmdec.h (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 17: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DAF5F16A407; Fri, 22 Dec 2006 17:07:45 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AF63713C4C0; Fri, 22 Dec 2006 17:07:45 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMH7cel074608; Fri, 22 Dec 2006 17:07:38 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMH7cIJ074607; Fri, 22 Dec 2006 17:07:38 GMT (envelope-from bsam) Message-Id: <200612221707.kBMH7cIJ074607@repoman.freebsd.org> From: Boris Samorodov Date: Fri, 22 Dec 2006 17:07:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/rt36 Makefile distinfo pkg-message pkg-plist ports/www/rt36/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, 22 Dec 2006 17:07:46 -0000 bsam 2006-12-22 17:07:38 UTC FreeBSD ports repository Modified files: www/rt36 Makefile distinfo pkg-message pkg-plist www/rt36/files patch-Makefile_in Log: . update to new version 3.6.3; [1] . fix pkg-plist; [2] . remove extra blank line from Makefile. [2] PR: 107037 [1] Submitted by: Vivek Khera (maintainer) [1] Approved by: Vivek Khera (maintainer) [2] Revision Changes Path 1.58 +7 -6 ports/www/rt36/Makefile 1.25 +6 -6 ports/www/rt36/distinfo 1.2 +19 -6 ports/www/rt36/files/patch-Makefile_in 1.6 +2 -1 ports/www/rt36/pkg-message 1.18 +11 -2 ports/www/rt36/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 22 17: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B0BAA16A50A; Fri, 22 Dec 2006 17:08:09 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6D65813C460; Fri, 22 Dec 2006 17:08:05 +0000 (UTC) (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 kBMH81OO074656; Fri, 22 Dec 2006 17:08:01 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMH81is074655; Fri, 22 Dec 2006 17:08:01 GMT (envelope-from dinoex) Message-Id: <200612221708.kBMH81is074655@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 22 Dec 2006 17:08: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/etoile-typewriter Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 17:08:09 -0000 dinoex 2006-12-22 17:08:01 UTC FreeBSD ports repository Modified files: editors/etoile-typewriter Makefile Log: - update MASTER_SITE Revision Changes Path 1.2 +1 -1 ports/editors/etoile-typewriter/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 20:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BEEC616A407; Fri, 22 Dec 2006 20:40:56 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9626313C463; Fri, 22 Dec 2006 20:40:56 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMKTlMo009261; Fri, 22 Dec 2006 20:29:47 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMKTlOj009260; Fri, 22 Dec 2006 20:29:47 GMT (envelope-from se) Message-Id: <200612222029.kBMKTlOj009260@repoman.freebsd.org> From: Stefan Esser Date: Fri, 22 Dec 2006 20:29: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/mini_httpd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 20:40:56 -0000 se 2006-12-22 20:29:46 UTC FreeBSD ports repository Modified files: www/mini_httpd Makefile Log: Add secondary port category ipv6. Submitted by: Janos Mohacsi Revision Changes Path 1.6 +1 -1 ports/www/mini_httpd/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0AA6216A47B; Fri, 22 Dec 2006 20:40:57 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D4F0F13C46A; Fri, 22 Dec 2006 20:40:56 +0000 (UTC) (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 kBMK1FDX003640; Fri, 22 Dec 2006 20:01:15 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMK1FYV003639; Fri, 22 Dec 2006 20:01:15 GMT (envelope-from arved) Message-Id: <200612222001.kBMK1FYV003639@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 22 Dec 2006 20:01:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/wsdlpull/files patch-src-schemaparser-TypeContainer.h patch-src-wsdlparser-WsdlParser.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, 22 Dec 2006 20:40:57 -0000 arved 2006-12-22 20:01:14 UTC FreeBSD ports repository Added files: www/wsdlpull/files patch-src-schemaparser-TypeContainer.h patch-src-wsdlparser-WsdlParser.h Log: Fix build with gcc41 Revision Changes Path 1.1 +11 -0 ports/www/wsdlpull/files/patch-src-schemaparser-TypeContainer.h (new) 1.1 +11 -0 ports/www/wsdlpull/files/patch-src-wsdlparser-WsdlParser.h (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F97916A47E; Fri, 22 Dec 2006 20:40:57 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 18D9313C46D; Fri, 22 Dec 2006 20:40:57 +0000 (UTC) (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 kBMJRpvK098713; Fri, 22 Dec 2006 19:27:51 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMJRpA0098712; Fri, 22 Dec 2006 19:27:51 GMT (envelope-from marcus) Message-Id: <200612221927.kBMJRpA0098712@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 22 Dec 2006 19:27: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/bakery 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, 22 Dec 2006 20:40:57 -0000 marcus 2006-12-22 19:27:51 UTC FreeBSD ports repository Modified files: x11-toolkits/bakery Makefile distinfo pkg-plist Log: Update to 2.4.1. Revision Changes Path 1.44 +1 -2 ports/x11-toolkits/bakery/Makefile 1.18 +3 -3 ports/x11-toolkits/bakery/distinfo 1.19 +6 -0 ports/x11-toolkits/bakery/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 22 20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 78A9716A53C; Fri, 22 Dec 2006 20:40:57 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5262613C4A8; Fri, 22 Dec 2006 20:40:57 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMIqrob092247; Fri, 22 Dec 2006 18:52:53 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMIqr7n092245; Fri, 22 Dec 2006 18:52:53 GMT (envelope-from rafan) Message-Id: <200612221852.kBMIqr7n092245@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 22 Dec 2006 18:52: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/p5-Apache-Clean2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 20:40:57 -0000 rafan 2006-12-22 18:52:53 UTC FreeBSD ports repository Modified files: www/p5-Apache-Clean2 Makefile distinfo Log: - Update to 2.00. This is for Apache2. PR: ports/99671 Submitted by: chinsan Approved by: Martin Matuska (maintainer) Revision Changes Path 1.5 +4 -3 ports/www/p5-Apache-Clean2/Makefile 1.5 +3 -3 ports/www/p5-Apache-Clean2/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 22 20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2E4716A517; Fri, 22 Dec 2006 20:40:57 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8943F13C4AB; Fri, 22 Dec 2006 20:40:57 +0000 (UTC) (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 kBMIQMAi088228; Fri, 22 Dec 2006 18:26:22 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMIQMXk088227; Fri, 22 Dec 2006 18:26:22 GMT (envelope-from arved) Message-Id: <200612221826.kBMIQMXk088227@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 22 Dec 2006 18:26:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/valknut/files patch-valknut-dciconloader.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, 22 Dec 2006 20:40:57 -0000 arved 2006-12-22 18:26:22 UTC FreeBSD ports repository Added files: net-p2p/valknut/files patch-valknut-dciconloader.h Log: Fix build with gcc41 Revision Changes Path 1.1 +11 -0 ports/net-p2p/valknut/files/patch-valknut-dciconloader.h (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D70CD16A543; Fri, 22 Dec 2006 20:40:57 +0000 (UTC) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B0B0313C4AC; Fri, 22 Dec 2006 20:40:57 +0000 (UTC) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMIJp6F086703; Fri, 22 Dec 2006 18:19:51 GMT (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMIJppV086702; Fri, 22 Dec 2006 18:19:51 GMT (envelope-from wes) Message-Id: <200612221819.kBMIJppV086702@repoman.freebsd.org> From: Wes Peters Date: Fri, 22 Dec 2006 18:19: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/mail/mimedefang Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 20:40:58 -0000 wes 2006-12-22 18:19:51 UTC FreeBSD ports repository Modified files: mail/mimedefang Makefile distinfo Log: Update to 2.58 PR: 106881 Submitted by: sven Revision Changes Path 1.51 +1 -1 ports/mail/mimedefang/Makefile 1.41 +3 -3 ports/mail/mimedefang/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 22 20:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A01A16A563; Fri, 22 Dec 2006 20:40:58 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 30A7713C4B2; Fri, 22 Dec 2006 20:40:58 +0000 (UTC) (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 kBMI3eEQ084552; Fri, 22 Dec 2006 18:03:40 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMI3epC084550; Fri, 22 Dec 2006 18:03:40 GMT (envelope-from arved) Message-Id: <200612221803.kBMI3epC084550@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 22 Dec 2006 18: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/palm/synce-gnomevfs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 20:40:58 -0000 arved 2006-12-22 18:03:40 UTC FreeBSD ports repository Modified files: palm/synce-gnomevfs Makefile Log: Fix build with gcc41 and unbreak on amd64 by removing Werror Revision Changes Path 1.16 +2 -3 ports/palm/synce-gnomevfs/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 20:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A0D416A403; Fri, 22 Dec 2006 20:40:58 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 58A7713C44B; Fri, 22 Dec 2006 20:40:58 +0000 (UTC) (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 kBMHkbYd080805; Fri, 22 Dec 2006 17:46:37 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMHkbEa080804; Fri, 22 Dec 2006 17:46:37 GMT (envelope-from arved) Message-Id: <200612221746.kBMHkbEa080804@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 22 Dec 2006 17:46:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/spiralloops/files patch-SpiralSound-Sample.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, 22 Dec 2006 20:40:58 -0000 arved 2006-12-22 17:46:36 UTC FreeBSD ports repository Added files: audio/spiralloops/files patch-SpiralSound-Sample.h Log: Fix build with gcc41 Revision Changes Path 1.1 +27 -0 ports/audio/spiralloops/files/patch-SpiralSound-Sample.h (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 20:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E391916A5B0; Fri, 22 Dec 2006 20:40:58 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B7F6213C46E; Fri, 22 Dec 2006 20:40:58 +0000 (UTC) (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 kBMHsULh082094; Fri, 22 Dec 2006 17:54:30 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMHsUmn082093; Fri, 22 Dec 2006 17:54:30 GMT (envelope-from arved) Message-Id: <200612221754.kBMHsUmn082093@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 22 Dec 2006 17:54: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/spiralsynth/files patch-SpiralSound-Sequencer.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, 22 Dec 2006 20:40:59 -0000 arved 2006-12-22 17:54:30 UTC FreeBSD ports repository Added files: audio/spiralsynth/files patch-SpiralSound-Sequencer.h Log: fix build with gcc41 Revision Changes Path 1.1 +11 -0 ports/audio/spiralsynth/files/patch-SpiralSound-Sequencer.h (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 20:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A79616A5EF; Fri, 22 Dec 2006 20:40:59 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 02A1D13C47E; Fri, 22 Dec 2006 20:40:59 +0000 (UTC) (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 kBMHFcbl076055; Fri, 22 Dec 2006 17:15:38 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMHFcSv076053; Fri, 22 Dec 2006 17:15:38 GMT (envelope-from arved) Message-Id: <200612221715.kBMHFcSv076053@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 22 Dec 2006 17:15: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/sysutils/progsreiserfs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 20:40:59 -0000 arved 2006-12-22 17:15:37 UTC FreeBSD ports repository Modified files: sysutils/progsreiserfs Makefile Log: Fix build with gcc41 Revision Changes Path 1.20 +1 -1 ports/sysutils/progsreiserfs/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 20:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 64ED416A60B; Fri, 22 Dec 2006 20:40:59 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 385A113C481; Fri, 22 Dec 2006 20:40:59 +0000 (UTC) (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 kBMHSCAG077788; Fri, 22 Dec 2006 17:28:12 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMHSCjK077787; Fri, 22 Dec 2006 17:28:12 GMT (envelope-from alepulver) Message-Id: <200612221728.kBMHSCjK077787@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 22 Dec 2006 17:28: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/mbrolavox Makefile distinfo voices.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, 22 Dec 2006 20:40:59 -0000 alepulver 2006-12-22 17:28:12 UTC FreeBSD ports repository Modified files: audio/mbrolavox Makefile distinfo voices.conf Log: - Add more voices. - Fix and remove BROKEN. Revision Changes Path 1.16 +2 -3 ports/audio/mbrolavox/Makefile 1.5 +46 -1 ports/audio/mbrolavox/distinfo 1.2 +34 -20 ports/audio/mbrolavox/voices.conf From owner-cvs-all@FreeBSD.ORG Fri Dec 22 20: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 074CA16A5C8; Fri, 22 Dec 2006 20:42:10 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D58D313C461; Fri, 22 Dec 2006 20:42:09 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMKg9Ct011551; Fri, 22 Dec 2006 20:42:09 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMKg9OU011550; Fri, 22 Dec 2006 20:42:09 GMT (envelope-from bsam) Message-Id: <200612222042.kBMKg9OU011550@repoman.freebsd.org> From: Boris Samorodov Date: Fri, 22 Dec 2006 20:42: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/audio/cantus_3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 20:42:10 -0000 bsam 2006-12-22 20:42:09 UTC FreeBSD ports repository Modified files: audio/cantus_3 Makefile Log: In preparation to deprecate shells/bash2: . change BUILD_DEPENDS: shells/bash2 -> shells/bash. Revision Changes Path 1.10 +1 -1 ports/audio/cantus_3/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 21:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 306BB16A407; Fri, 22 Dec 2006 21:33:43 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0A5AD13C442; Fri, 22 Dec 2006 21:33:43 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMLXgq0028911; Fri, 22 Dec 2006 21:33:42 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMLXg42028910; Fri, 22 Dec 2006 21:33:42 GMT (envelope-from bsam) Message-Id: <200612222133.kBMLXg42028910@repoman.freebsd.org> From: Boris Samorodov Date: Fri, 22 Dec 2006 21:33: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/databases/dbtool Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 21:33:43 -0000 bsam 2006-12-22 21:33:42 UTC FreeBSD ports repository Modified files: databases/dbtool Makefile Log: In preparation to deprecate shells/bash2: - change RUN_DEPENDS: shells/bash2 -> shells/bash; - bump PORTREVISION. Revision Changes Path 1.15 +2 -2 ports/databases/dbtool/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 21:42: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E5A016A412; Fri, 22 Dec 2006 21:42:11 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 08E3313C441; Fri, 22 Dec 2006 21:42:11 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMLgAIt030171; Fri, 22 Dec 2006 21:42:10 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMLgACF030170; Fri, 22 Dec 2006 21:42:10 GMT (envelope-from nivit) Message-Id: <200612222142.kBMLgACF030170@repoman.freebsd.org> From: Nicola Vitale Date: Fri, 22 Dec 2006 21:42:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-testoob 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, 22 Dec 2006 21:42:11 -0000 nivit 2006-12-22 21:42:10 UTC FreeBSD ports repository Modified files: devel/py-testoob Makefile pkg-plist Log: - Updated to 1.13 PR: 106788 Submitted by: Tobias Roth (maintainer) Reviewed by: alexbl (mentor) Revision Changes Path 1.2 +7 -4 ports/devel/py-testoob/Makefile 1.2 +1 -0 ports/devel/py-testoob/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 22 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75FF316A416; Fri, 22 Dec 2006 22:11:47 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5DB1A13C465; Fri, 22 Dec 2006 22:11:47 +0000 (UTC) (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 kBMMBl4q035900; Fri, 22 Dec 2006 22:11:47 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMMBlgp035899; Fri, 22 Dec 2006 22:11:47 GMT (envelope-from ahze) Message-Id: <200612222211.kBMMBlgp035899@repoman.freebsd.org> From: Michael Johnson Date: Fri, 22 Dec 2006 22:11:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gstreamer-plugins-good Makefile pkg-plist ports/multimedia/gstreamer-plugins-bad Makefile pkg-plist ports/multimedia/gstreamer-plugins-bad/files patch-configure ports/multimedia/gstreamer-plugins Makefile Makefile.common distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 22:11:47 -0000 ahze 2006-12-22 22:11:46 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins-good Makefile pkg-plist multimedia/gstreamer-plugins-bad Makefile pkg-plist multimedia/gstreamer-plugins-bad/files patch-configure multimedia/gstreamer-plugins Makefile Makefile.common distinfo Log: - Update gstreamer-plugins-bad (and slave ports) to 0.10.4 - Update gstreamer-plugins-good (and slave ports) to 0.10.5 Revision Changes Path 1.6 +1 -1 ports/multimedia/gstreamer-plugins-bad/Makefile 1.2 +21 -20 ports/multimedia/gstreamer-plugins-bad/files/patch-configure 1.5 +36 -0 ports/multimedia/gstreamer-plugins-bad/pkg-plist 1.5 +1 -1 ports/multimedia/gstreamer-plugins-good/Makefile 1.4 +3 -0 ports/multimedia/gstreamer-plugins-good/pkg-plist 1.109 +2 -2 ports/multimedia/gstreamer-plugins/Makefile 1.38 +8 -3 ports/multimedia/gstreamer-plugins/Makefile.common 1.31 +6 -6 ports/multimedia/gstreamer-plugins/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 22 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5350F16A407; Fri, 22 Dec 2006 22:19:41 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2E7C713C465; Fri, 22 Dec 2006 22:19:41 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMMJfjY036777; Fri, 22 Dec 2006 22:19:41 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMMJfL0036776; Fri, 22 Dec 2006 22:19:41 GMT (envelope-from bsam) Message-Id: <200612222219.kBMMJfL0036776@repoman.freebsd.org> From: Boris Samorodov Date: Fri, 22 Dec 2006 22:19: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/japanese/VTPSfont Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 22:19:41 -0000 bsam 2006-12-22 22:19:40 UTC FreeBSD ports repository Modified files: japanese/VTPSfont Makefile Log: In preparation to deprecate shells/bash2: - change RUN_DEPENDS: shells/bash2 -> shells/bash; - bump PORTREVISION. Revision Changes Path 1.7 +2 -1 ports/japanese/VTPSfont/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6597D16A492; Fri, 22 Dec 2006 22:20:52 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3F2EC13C468; Fri, 22 Dec 2006 22:20:52 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMMKqCb036913; Fri, 22 Dec 2006 22:20:52 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMMKqrK036912; Fri, 22 Dec 2006 22:20:52 GMT (envelope-from bsam) Message-Id: <200612222220.kBMMKqrK036912@repoman.freebsd.org> From: Boris Samorodov Date: Fri, 22 Dec 2006 22: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/ftp/axelq Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 22:20:52 -0000 bsam 2006-12-22 22:20:52 UTC FreeBSD ports repository Modified files: ftp/axelq Makefile Log: In preparation to deprecate shells/bash2: - change RUN_DEPENDS: shells/bash2 -> shells/bash; - bump PORTREVISION. Revision Changes Path 1.8 +2 -2 ports/ftp/axelq/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 22:21: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 880F616A403; Fri, 22 Dec 2006 22:21:47 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 62BFC13C460; Fri, 22 Dec 2006 22:21:47 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMMLlgd037531; Fri, 22 Dec 2006 22:21:47 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMMLlVO037530; Fri, 22 Dec 2006 22:21:47 GMT (envelope-from bsam) Message-Id: <200612222221.kBMMLlVO037530@repoman.freebsd.org> From: Boris Samorodov Date: Fri, 22 Dec 2006 22:21:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/bed Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 22:21:47 -0000 bsam 2006-12-22 22:21:46 UTC FreeBSD ports repository Modified files: editors/bed Makefile Log: In preparation to deprecate shells/bash2: . change BUILD_DEPENDS: shells/bash2 -> shells/bash. Revision Changes Path 1.17 +1 -1 ports/editors/bed/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 22:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0981916A412; Fri, 22 Dec 2006 22:24:12 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D7CE913C45C; Fri, 22 Dec 2006 22:24:11 +0000 (UTC) (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 kBMMOBtp038107; Fri, 22 Dec 2006 22:24:11 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMMOBq0038104; Fri, 22 Dec 2006 22:24:11 GMT (envelope-from ahze) Message-Id: <200612222224.kBMMOBq0038104@repoman.freebsd.org> From: Michael Johnson Date: Fri, 22 Dec 2006 22:24:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/gstreamer-plugins-cdaudio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 22:24:12 -0000 ahze 2006-12-22 22:24:11 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/gstreamer-plugins-cdaudio Makefile Log: Revive gstreamer-plugins-cdaudio Revision Changes Path 1.805 +1 -0 ports/audio/Makefile 1.7 +17 -0 ports/audio/gstreamer-plugins-cdaudio/Makefile (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE5DA16A4CA; Fri, 22 Dec 2006 22:24:37 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8987313C459; Fri, 22 Dec 2006 22:24:37 +0000 (UTC) (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 kBMMObLr038237; Fri, 22 Dec 2006 22:24:37 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMMOb5U038236; Fri, 22 Dec 2006 22:24:37 GMT (envelope-from ahze) Message-Id: <200612222224.kBMMOb5U038236@repoman.freebsd.org> From: Michael Johnson Date: Fri, 22 Dec 2006 22:24: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, 22 Dec 2006 22:24:37 -0000 ahze 2006-12-22 22:24:37 UTC FreeBSD ports repository Modified files: . modules Log: gstreamer-plugins-cdaudio --> ports/audio/gstreamer-plugins-cdaudio Revision Changes Path 1.16923 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 22 22:25: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC4AF16A412; Fri, 22 Dec 2006 22:25:13 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7A86813C45B; Fri, 22 Dec 2006 22:25:13 +0000 (UTC) (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 kBMMPDVB038389; Fri, 22 Dec 2006 22:25:13 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMMPDpT038388; Fri, 22 Dec 2006 22:25:13 GMT (envelope-from ahze) Message-Id: <200612222225.kBMMPDpT038388@repoman.freebsd.org> From: Michael Johnson Date: Fri, 22 Dec 2006 22:25: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/Mk bsd.gstreamer.mk 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: Fri, 22 Dec 2006 22:25:13 -0000 ahze 2006-12-22 22:25:13 UTC FreeBSD ports repository Modified files: Mk bsd.gstreamer.mk . MOVED Log: Revive gstreamer-plugins-cdaudio Revision Changes Path 1.1218 +1 -2 ports/MOVED 1.27 +2 -2 ports/Mk/bsd.gstreamer.mk From owner-cvs-all@FreeBSD.ORG Fri Dec 22 22:26: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56A6616A501; Fri, 22 Dec 2006 22:26:20 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 30BA313C457; Fri, 22 Dec 2006 22:26:20 +0000 (UTC) (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 kBMMQKha038493; Fri, 22 Dec 2006 22:26:20 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMMQKa3038492; Fri, 22 Dec 2006 22:26:20 GMT (envelope-from ahze) Message-Id: <200612222226.kBMMQKa3038492@repoman.freebsd.org> From: Michael Johnson Date: Fri, 22 Dec 2006 22: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/multimedia/gstreamer-plugins Makefile.common X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 22:26:20 -0000 ahze 2006-12-22 22:26:20 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins Makefile.common Log: Revive gstreamer-plugins-cdaudio Revision Changes Path 1.39 +5 -1 ports/multimedia/gstreamer-plugins/Makefile.common From owner-cvs-all@FreeBSD.ORG Fri Dec 22 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F68716A416; Fri, 22 Dec 2006 22:26:53 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5138713C455; Fri, 22 Dec 2006 22:26:53 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMMQrxu038560; Fri, 22 Dec 2006 22:26:53 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMMQrmB038559; Fri, 22 Dec 2006 22:26:53 GMT (envelope-from rafan) Message-Id: <200612222226.kBMMQrmB038559@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 22 Dec 2006 22:26:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-POE-Component-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: Fri, 22 Dec 2006 22:26:53 -0000 rafan 2006-12-22 22:26:53 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-POE-Component-Pluggable Makefile distinfo pkg-descr pkg-plist Log: Add p5-POE-Component-Pluggable 0.04, a base class for creating plugin enabled POE Components. PR: ports/107092 Submitted by: chinsan Revision Changes Path 1.2554 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-POE-Component-Pluggable/Makefile (new) 1.1 +3 -0 ports/devel/p5-POE-Component-Pluggable/distinfo (new) 1.1 +7 -0 ports/devel/p5-POE-Component-Pluggable/pkg-descr (new) 1.1 +11 -0 ports/devel/p5-POE-Component-Pluggable/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 22:27: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AA6B16A4D0; Fri, 22 Dec 2006 22:27:05 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D491913C442; Fri, 22 Dec 2006 22:26:59 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMMQxUm038604; Fri, 22 Dec 2006 22:26:59 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMMQxEP038603; Fri, 22 Dec 2006 22:26:59 GMT (envelope-from rafan) Message-Id: <200612222226.kBMMQxEP038603@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 22 Dec 2006 22:26: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: Fri, 22 Dec 2006 22:27:05 -0000 rafan 2006-12-22 22:26:59 UTC FreeBSD ports repository Modified files: . modules Log: p5-POE-Component-Pluggable --> ports/devel/p5-POE-Component-Pluggable Revision Changes Path 1.16924 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 22 22:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B82AD16A40F; Fri, 22 Dec 2006 22:33:52 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 91DE813C442; Fri, 22 Dec 2006 22:33:52 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMMXqb4039865; Fri, 22 Dec 2006 22:33:52 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMMXqr4039864; Fri, 22 Dec 2006 22:33:52 GMT (envelope-from rafan) Message-Id: <200612222233.kBMMXqr4039864@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 22 Dec 2006 22:33:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns Makefile ports/dns/pear-Net_DNS 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, 22 Dec 2006 22:33:52 -0000 rafan 2006-12-22 22:33:52 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/pear-Net_DNS Makefile distinfo pkg-descr Log: Add pear-Net_DNS 1.0.0, resolver library used to communicate with a DNS server. PR: ports/107028 Submitted by: chinsan Revision Changes Path 1.72 +1 -0 ports/dns/Makefile 1.1 +28 -0 ports/dns/pear-Net_DNS/Makefile (new) 1.1 +3 -0 ports/dns/pear-Net_DNS/distinfo (new) 1.1 +7 -0 ports/dns/pear-Net_DNS/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 22:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA63716A517; Fri, 22 Dec 2006 22:33:59 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B4B2713C45B; Fri, 22 Dec 2006 22:33:59 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMMXxgG039909; Fri, 22 Dec 2006 22:33:59 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMMXxZC039908; Fri, 22 Dec 2006 22:33:59 GMT (envelope-from rafan) Message-Id: <200612222233.kBMMXxZC039908@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 22 Dec 2006 22: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: 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, 22 Dec 2006 22:34:00 -0000 rafan 2006-12-22 22:33:59 UTC FreeBSD ports repository Modified files: . modules Log: pear-Net_DNS --> ports/dns/pear-Net_DNS Revision Changes Path 1.16925 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 22 22:34: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CABF616A4A0; Fri, 22 Dec 2006 22:34:57 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A5B8E13C441; Fri, 22 Dec 2006 22:34:57 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMMYvcs040096; Fri, 22 Dec 2006 22:34:57 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMMYvgG040095; Fri, 22 Dec 2006 22:34:57 GMT (envelope-from rafan) Message-Id: <200612222234.kBMMYvgG040095@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 22 Dec 2006 22: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/net/pear-Net_DNSBL Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 22:34:57 -0000 rafan 2006-12-22 22:34:57 UTC FreeBSD ports repository Modified files: net/pear-Net_DNSBL Makefile distinfo Log: - Update to 1.2.0 - Pass maintainership to submitter PR: ports/107029 Submitted by: chinsan Revision Changes Path 1.6 +5 -4 ports/net/pear-Net_DNSBL/Makefile 1.5 +3 -3 ports/net/pear-Net_DNSBL/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 22 22:37: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB7B616A412; Fri, 22 Dec 2006 22:37:41 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B446E13C425; Fri, 22 Dec 2006 22:37:41 +0000 (UTC) (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 kBMMbfU9040487; Fri, 22 Dec 2006 22:37:41 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMMbfe8040486; Fri, 22 Dec 2006 22:37:41 GMT (envelope-from ahze) Message-Id: <200612222237.kBMMbfe8040486@repoman.freebsd.org> From: Michael Johnson Date: Fri, 22 Dec 2006 22:37: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 MOVED ports/Mk bsd.gstreamer.mk ports/audio/gstreamer-plugins-jack Makefile ports/multimedia/gstreamer-plugins Makefile.common X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 22:37:42 -0000 ahze 2006-12-22 22:37:41 UTC FreeBSD ports repository Modified files: . MOVED Mk bsd.gstreamer.mk multimedia/gstreamer-plugins Makefile.common Added files: audio/gstreamer-plugins-jack Makefile Log: Revive gstreamer-plugins-jack Revision Changes Path 1.1219 +1 -2 ports/MOVED 1.28 +3 -3 ports/Mk/bsd.gstreamer.mk 1.7 +17 -0 ports/audio/gstreamer-plugins-jack/Makefile (new) 1.40 +4 -1 ports/multimedia/gstreamer-plugins/Makefile.common From owner-cvs-all@FreeBSD.ORG Fri Dec 22 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD75E16A407; Fri, 22 Dec 2006 22:40:07 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8BBA813C457; Fri, 22 Dec 2006 22:40:07 +0000 (UTC) (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 kBMMe6M7040591; Fri, 22 Dec 2006 22:40:06 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMMe6Y2040590; Fri, 22 Dec 2006 22:40:06 GMT (envelope-from ahze) Message-Id: <200612222240.kBMMe6Y2040590@repoman.freebsd.org> From: Michael Johnson Date: Fri, 22 Dec 2006 22:40: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: 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, 22 Dec 2006 22:40:07 -0000 ahze 2006-12-22 22:40:06 UTC FreeBSD ports repository Modified files: . modules Log: gstreamer-plugins-jack --> ports/audio/gstreamer-plugins-jack Revision Changes Path 1.16926 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 22 22:44: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4085F16A412; Fri, 22 Dec 2006 22:44:10 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1AA0E13C44B; Fri, 22 Dec 2006 22:44:10 +0000 (UTC) (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 kBMMi9bJ041859; Fri, 22 Dec 2006 22:44:09 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMMi9g1041858; Fri, 22 Dec 2006 22:44:09 GMT (envelope-from thierry) Message-Id: <200612222244.kBMMi9g1041858@repoman.freebsd.org> From: Thierry Thomas Date: Fri, 22 Dec 2006 22:44: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/deskutils/pinot 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, 22 Dec 2006 22:44:10 -0000 thierry 2006-12-22 22:44:09 UTC FreeBSD ports repository Modified files: deskutils/pinot Makefile distinfo pkg-plist Log: - Upgrade to 0.6.5 Changelog at - Chase curl update. Revision Changes Path 1.3 +8 -5 ports/deskutils/pinot/Makefile 1.2 +3 -3 ports/deskutils/pinot/distinfo 1.2 +24 -14 ports/deskutils/pinot/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 22 22:50: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E54616A47E; Fri, 22 Dec 2006 22:50:24 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1827713C470; Fri, 22 Dec 2006 22:50:24 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMMoNiv042409; Fri, 22 Dec 2006 22:50:23 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMMoNJ4042408; Fri, 22 Dec 2006 22:50:23 GMT (envelope-from grog) Message-Id: <200612222250.kBMMoNJ4042408@repoman.freebsd.org> From: Greg Lehey Date: Fri, 22 Dec 2006 22:50:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/mythtv pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 22:50:24 -0000 grog 2006-12-22 22:50:23 UTC FreeBSD ports repository Modified files: multimedia/mythtv pkg-plist Log: Bring up to date. The previous version was a leftover from 0.17. This still needs investigation; some of the package targets are not working properly. Revision Changes Path 1.2 +625 -776 ports/multimedia/mythtv/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 22 22:51: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DF8016A407; Fri, 22 Dec 2006 22:51:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7750313C45B; Fri, 22 Dec 2006 22:51:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBMMprcr043058; Fri, 22 Dec 2006 22:51:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMMprI6043057; Fri, 22 Dec 2006 22:51:53 GMT (envelope-from miwi) Message-Id: <200612222251.kBMMprI6043057@repoman.freebsd.org> From: Martin Wilke Date: Fri, 22 Dec 2006 22:51:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT 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, 22 Dec 2006 22:51:53 -0000 miwi 2006-12-22 22:51:53 UTC FreeBSD ports repository Modified files: . access Log: Please welcome Juergen Lock (nox) to the rank of ports committers! He has submitted many pr's. I will be his mentor. Approved by: portmgr Account create by: simon Revision Changes Path 1.748 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Fri Dec 22 23:09: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B48216A403; Fri, 22 Dec 2006 23:09:47 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9CB3913C4B3; Fri, 22 Dec 2006 23:09:45 +0000 (UTC) (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 kBMN9j4Z046680; Fri, 22 Dec 2006 23:09:45 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMN9j95046679; Fri, 22 Dec 2006 23:09:45 GMT (envelope-from ahze) Message-Id: <200612222309.kBMN9j95046679@repoman.freebsd.org> From: Michael Johnson Date: Fri, 22 Dec 2006 23:09:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/mjpegtools 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, 22 Dec 2006 23:09:47 -0000 ahze 2006-12-22 23:09:45 UTC FreeBSD ports repository Modified files: multimedia/mjpegtools Makefile pkg-plist Log: Install missing header Revision Changes Path 1.57 +4 -3 ports/multimedia/mjpegtools/Makefile 1.16 +1 -0 ports/multimedia/mjpegtools/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 22 23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 33E6516A403; Fri, 22 Dec 2006 23:11:59 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0413113C462; Fri, 22 Dec 2006 23:11:59 +0000 (UTC) (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 kBMNBwj9047450; Fri, 22 Dec 2006 23:11:58 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMNBwFx047449; Fri, 22 Dec 2006 23:11:58 GMT (envelope-from ahze) Message-Id: <200612222311.kBMNBwFx047449@repoman.freebsd.org> From: Michael Johnson Date: Fri, 22 Dec 2006 23:11: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/audio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 23:11:59 -0000 ahze 2006-12-22 23:11:58 UTC FreeBSD ports repository Modified files: audio Makefile Log: Connect gstreamer-plugins-jack Revision Changes Path 1.806 +1 -0 ports/audio/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 23:14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6777316A415; Fri, 22 Dec 2006 23:14:43 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 58CF113C41A; Fri, 22 Dec 2006 23:14:43 +0000 (UTC) (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 kBMNEhN7048145; Fri, 22 Dec 2006 23:14:43 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMNEh2M048144; Fri, 22 Dec 2006 23:14:43 GMT (envelope-from ahze) Message-Id: <200612222314.kBMNEh2M048144@repoman.freebsd.org> From: Michael Johnson Date: Fri, 22 Dec 2006 23:14: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/Mk bsd.gstreamer.mk ports MOVED ports/multimedia Makefile ports/multimedia/gstreamer-plugins Makefile.common ports/multimedia/gstreamer-plugins-mpeg2enc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 23:14:43 -0000 ahze 2006-12-22 23:14:43 UTC FreeBSD ports repository Modified files: Mk bsd.gstreamer.mk . MOVED multimedia Makefile multimedia/gstreamer-plugins Makefile.common Added files: multimedia/gstreamer-plugins-mpeg2enc Makefile Log: Revive gstreamer-plugins-mpeg2enc Revision Changes Path 1.1220 +1 -2 ports/MOVED 1.29 +2 -2 ports/Mk/bsd.gstreamer.mk 1.193 +1 -0 ports/multimedia/Makefile 1.10 +17 -0 ports/multimedia/gstreamer-plugins-mpeg2enc/Makefile (new) 1.41 +5 -1 ports/multimedia/gstreamer-plugins/Makefile.common From owner-cvs-all@FreeBSD.ORG Fri Dec 22 23:16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4A7316A407; Fri, 22 Dec 2006 23:16:21 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7EB7113C45E; Fri, 22 Dec 2006 23:16:21 +0000 (UTC) (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 kBMNGLqm048326; Fri, 22 Dec 2006 23:16:21 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMNGL5n048325; Fri, 22 Dec 2006 23:16:21 GMT (envelope-from ahze) Message-Id: <200612222316.kBMNGL5n048325@repoman.freebsd.org> From: Michael Johnson Date: Fri, 22 Dec 2006 23:16: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: Fri, 22 Dec 2006 23:16:21 -0000 ahze 2006-12-22 23:16:21 UTC FreeBSD ports repository Modified files: . modules Log: gstreamer-plugins-mpeg2enc --> ports/multimedia/gstreamer-plugins-mpeg2enc Revision Changes Path 1.16927 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 22 23:23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB8EF16A403; Fri, 22 Dec 2006 23:23:59 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C6D5713C459; Fri, 22 Dec 2006 23:23:59 +0000 (UTC) (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 kBMNNx8f049451; Fri, 22 Dec 2006 23:23:59 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMNNxCa049450; Fri, 22 Dec 2006 23:23:59 GMT (envelope-from ru) Message-Id: <200612222323.kBMNNxCa049450@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 22 Dec 2006 23:23: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/usr.sbin/vidcontrol vidcontrol.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: Fri, 22 Dec 2006 23:24:00 -0000 ru 2006-12-22 23:23:59 UTC FreeBSD src repository Modified files: usr.sbin/vidcontrol vidcontrol.1 Log: Tweak some wording and markup. Revision Changes Path 1.58 +13 -12 src/usr.sbin/vidcontrol/vidcontrol.1 From owner-cvs-all@FreeBSD.ORG Fri Dec 22 23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A79D16A417; Fri, 22 Dec 2006 23:31:34 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E83F613C44B; Fri, 22 Dec 2006 23:31:33 +0000 (UTC) (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 kBMNVX5P050693; Fri, 22 Dec 2006 23:31:33 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMNVXeN050692; Fri, 22 Dec 2006 23:31:33 GMT (envelope-from ahze) Message-Id: <200612222331.kBMNVXeN050692@repoman.freebsd.org> From: Michael Johnson Date: Fri, 22 Dec 2006 23:31:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gstreamer-plugins-bad/files patch-ext-spc-gstspc.h ports/multimedia/gstreamer-plugins Makefile.common X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 23:31:34 -0000 ahze 2006-12-22 23:31:33 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins Makefile.common Added files: multimedia/gstreamer-plugins-bad/files patch-ext-spc-gstspc.h Log: Add support for gstreamer-plugins-spc Revision Changes Path 1.1 +11 -0 ports/multimedia/gstreamer-plugins-bad/files/patch-ext-spc-gstspc.h (new) 1.42 +5 -1 ports/multimedia/gstreamer-plugins/Makefile.common From owner-cvs-all@FreeBSD.ORG Fri Dec 22 23:32: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DFE4116A403; Fri, 22 Dec 2006 23:32:22 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B9B4013C45A; Fri, 22 Dec 2006 23:32:22 +0000 (UTC) (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 kBMNWMIX050869; Fri, 22 Dec 2006 23:32:22 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMNWMIw050867; Fri, 22 Dec 2006 23:32:22 GMT (envelope-from ahze) Message-Id: <200612222332.kBMNWMIw050867@repoman.freebsd.org> From: Michael Johnson Date: Fri, 22 Dec 2006 23:32: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 Makefile ports/audio/gstreamer-plugins-spc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 23:32:23 -0000 ahze 2006-12-22 23:32:22 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/gstreamer-plugins-spc Makefile Log: Add gstreamer-plugins-spc Gstreamer OpenSPC frontend Revision Changes Path 1.807 +1 -0 ports/audio/Makefile 1.1 +17 -0 ports/audio/gstreamer-plugins-spc/Makefile (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 23:32: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A21416A47C; Fri, 22 Dec 2006 23:32:23 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 750B413C44E; Fri, 22 Dec 2006 23:32:23 +0000 (UTC) (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 kBMNWN4W050896; Fri, 22 Dec 2006 23:32:23 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMNWNs2050895; Fri, 22 Dec 2006 23:32:23 GMT (envelope-from rwatson) Message-Id: <200612222332.kBMNWNs2050895@repoman.freebsd.org> From: Robert Watson Date: Fri, 22 Dec 2006 23:32:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/mac mac_policy.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 23:32:23 -0000 rwatson 2006-12-22 23:32:23 UTC FreeBSD src repository Modified files: sys/security/mac mac_policy.h Log: Forced commit to recognize repo-copy of src/sys/sys/mac_policy.h to src/sys/security/mac/mac_policy.h. Thanks to: simon Revision Changes Path 1.81 +0 -0 src/sys/security/mac/mac_policy.h From owner-cvs-all@FreeBSD.ORG Fri Dec 22 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E550716A407; Fri, 22 Dec 2006 23:33:18 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C095A13C458; Fri, 22 Dec 2006 23:33:18 +0000 (UTC) (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 kBMNXIDA051213; Fri, 22 Dec 2006 23:33:18 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMNXIOc051212; Fri, 22 Dec 2006 23:33:18 GMT (envelope-from ahze) Message-Id: <200612222333.kBMNXIOc051212@repoman.freebsd.org> From: Michael Johnson Date: Fri, 22 Dec 2006 23:33:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 23:33:19 -0000 ahze 2006-12-22 23:33:18 UTC FreeBSD ports repository Modified files: . modules Log: gstreamer-plugins-spc --> ports/audio/gstreamer-plugins-spc Revision Changes Path 1.16928 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 22 23:34: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DEE1F16A47E; Fri, 22 Dec 2006 23:34:47 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CE02913C45F; Fri, 22 Dec 2006 23:34:47 +0000 (UTC) (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 kBMNYlKt051863; Fri, 22 Dec 2006 23:34:47 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMNYlgp051862; Fri, 22 Dec 2006 23:34:47 GMT (envelope-from rwatson) Message-Id: <200612222334.kBMNYlgp051862@repoman.freebsd.org> From: Robert Watson Date: Fri, 22 Dec 2006 23:34:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_mac.c src/sys/security/mac mac_inet.c mac_net.c mac_pipe.c mac_posix_sem.c mac_priv.c mac_process.c mac_socket.c mac_system.c mac_sysv_msg.c mac_sysv_sem.c mac_sysv_shm.c mac_vfs.c src/sys/security/mac_biba ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 23:34:48 -0000 rwatson 2006-12-22 23:34:47 UTC FreeBSD src repository Modified files: sys/kern kern_mac.c sys/security/mac mac_inet.c mac_net.c mac_pipe.c mac_posix_sem.c mac_priv.c mac_process.c mac_socket.c mac_system.c mac_sysv_msg.c mac_sysv_sem.c mac_sysv_shm.c mac_vfs.c sys/security/mac_biba mac_biba.c sys/security/mac_bsdextended mac_bsdextended.c sys/security/mac_ifoff mac_ifoff.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_none mac_none.c sys/security/mac_partition mac_partition.c sys/security/mac_portacl mac_portacl.c sys/security/mac_seeotheruids mac_seeotheruids.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c Removed files: sys/sys mac_policy.h Log: Move src/sys/sys/mac_policy.h, the kernel interface between the MAC Framework and security modules, to src/sys/security/mac/mac_policy.h, completing the removal of kernel-only MAC Framework include files from src/sys/sys. Update the MAC Framework and MAC policy modules. Delete the old mac_policy.h. Third party policy modules will need similar updating. Obtained from: TrustedBSD Project Revision Changes Path 1.126 +1 -2 src/sys/kern/kern_mac.c 1.8 +1 -2 src/sys/security/mac/mac_inet.c 1.124 +1 -2 src/sys/security/mac/mac_net.c 1.110 +1 -2 src/sys/security/mac/mac_pipe.c 1.8 +1 -2 src/sys/security/mac/mac_posix_sem.c 1.3 +1 -1 src/sys/security/mac/mac_priv.c 1.117 +1 -2 src/sys/security/mac/mac_process.c 1.9 +1 -2 src/sys/security/mac/mac_socket.c 1.109 +1 -2 src/sys/security/mac/mac_system.c 1.8 +1 -2 src/sys/security/mac/mac_sysv_msg.c 1.7 +1 -2 src/sys/security/mac/mac_sysv_sem.c 1.6 +1 -2 src/sys/security/mac/mac_sysv_shm.c 1.117 +1 -2 src/sys/security/mac/mac_vfs.c 1.97 +1 -2 src/sys/security/mac_biba/mac_biba.c 1.31 +1 -2 src/sys/security/mac_bsdextended/mac_bsdextended.c 1.10 +1 -1 src/sys/security/mac_ifoff/mac_ifoff.c 1.44 +1 -2 src/sys/security/mac_lomac/mac_lomac.c 1.80 +1 -2 src/sys/security/mac_mls/mac_mls.c 1.33 +1 -1 src/sys/security/mac_none/mac_none.c 1.13 +1 -2 src/sys/security/mac_partition/mac_partition.c 1.11 +1 -1 src/sys/security/mac_portacl/mac_portacl.c 1.10 +1 -1 src/sys/security/mac_seeotheruids/mac_seeotheruids.c 1.59 +1 -1 src/sys/security/mac_stub/mac_stub.c 1.65 +1 -1 src/sys/security/mac_test/mac_test.c 1.81 +0 -961 src/sys/sys/mac_policy.h (dead) From owner-cvs-all@FreeBSD.ORG Fri Dec 22 23:35: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE50816A403; Fri, 22 Dec 2006 23:35:43 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 87FB913C45A; Fri, 22 Dec 2006 23:35:43 +0000 (UTC) (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 kBMNZhZW052001; Fri, 22 Dec 2006 23:35:43 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMNZhB3052000; Fri, 22 Dec 2006 23:35:43 GMT (envelope-from ahze) Message-Id: <200612222335.kBMNZhB3052000@repoman.freebsd.org> From: Michael Johnson Date: Fri, 22 Dec 2006 23:35: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/Mk bsd.gstreamer.mk 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: Fri, 22 Dec 2006 23:35:43 -0000 ahze 2006-12-22 23:35:43 UTC FreeBSD ports repository Modified files: Mk bsd.gstreamer.mk multimedia/gstreamer-plugins-all Makefile Log: - Add spc support in bsd.gstreamer.mk - Bump PORTREVISION in gstreamer-plugins-all for all the new gstreamer-plugins ports Revision Changes Path 1.30 +4 -2 ports/Mk/bsd.gstreamer.mk 1.12 +1 -0 ports/multimedia/gstreamer-plugins-all/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 22 23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DFDA116A415; Fri, 22 Dec 2006 23:36:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BAC3413C459; Fri, 22 Dec 2006 23:36:13 +0000 (UTC) (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 kBMNaDbZ052039; Fri, 22 Dec 2006 23:36:13 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMNaD9s052038; Fri, 22 Dec 2006 23:36:13 GMT (envelope-from rwatson) Message-Id: <200612222336.kBMNaD9s052038@repoman.freebsd.org> From: Robert Watson Date: Fri, 22 Dec 2006 23:36: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/kern vfs_extattr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 23:36:14 -0000 rwatson 2006-12-22 23:36:13 UTC FreeBSD src repository Modified files: sys/kern vfs_extattr.c Log: Forced commit to recognize the repo-copy of vfs_syscalls.c to vfs_extattr.c. This follows a naming convention similar to the break-out of the extended attribute system calls (etc) in NetBSD. Thanks to: simon Revision Changes Path 1.429 +0 -0 src/sys/kern/vfs_extattr.c From owner-cvs-all@FreeBSD.ORG Fri Dec 22 23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C68A16A407; Fri, 22 Dec 2006 23:43:54 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4774413C442; Fri, 22 Dec 2006 23:43:54 +0000 (UTC) (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 kBMNhsNn053299; Fri, 22 Dec 2006 23:43:54 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBMNhsx4053298; Fri, 22 Dec 2006 23:43:54 GMT (envelope-from ahze) Message-Id: <200612222343.kBMNhsx4053298@repoman.freebsd.org> From: Michael Johnson Date: Fri, 22 Dec 2006 23:43:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports 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: Fri, 22 Dec 2006 23:43:54 -0000 ahze 2006-12-22 23:43:53 UTC FreeBSD ports repository Modified files: . MOVED Log: - Instead of pointing all gst*poly* to gstreamer-plugins-polypaudio80 point it to gstreamer-plugins-pulse Revision Changes Path 1.1221 +4 -5 ports/MOVED From owner-cvs-all@FreeBSD.ORG Sat Dec 23 00: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC28616A47B; Sat, 23 Dec 2006 00:10:36 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 876D613C45D; Sat, 23 Dec 2006 00:10:36 +0000 (UTC) (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 kBN0AauQ058216; Sat, 23 Dec 2006 00:10:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN0AaKG058215; Sat, 23 Dec 2006 00:10:36 GMT (envelope-from rwatson) Message-Id: <200612230010.kBN0AaKG058215@repoman.freebsd.org> From: Robert Watson Date: Sat, 23 Dec 2006 00:10: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/kern vfs_extattr.c vfs_syscalls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 00:10:36 -0000 rwatson 2006-12-23 00:10:36 UTC FreeBSD src repository Modified files: sys/kern vfs_extattr.c vfs_syscalls.c Log: Following a repo-copy of vfs_syscalls.c to vfs_extattr.c, remove non-extattr functions from vfs_extattr.c, and extattr functions from vfs_syscalls.c. Change copyright/license on vfs_extattr.c to my copyright/license on the extended attribute implementation (from extattr.h). Clean up includes a bit. Obtained from: TrustedBSD Project Revision Changes Path 1.430 +7 -4314 src/sys/kern/vfs_extattr.c 1.429 +0 -745 src/sys/kern/vfs_syscalls.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 00:11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9335716A412; Sat, 23 Dec 2006 00:11:02 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6E98D13C45D; Sat, 23 Dec 2006 00:11:02 +0000 (UTC) (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 kBN0B22i058294; Sat, 23 Dec 2006 00:11:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN0B270058293; Sat, 23 Dec 2006 00:11:02 GMT (envelope-from rwatson) Message-Id: <200612230011.kBN0B270058293@repoman.freebsd.org> From: Robert Watson Date: Sat, 23 Dec 2006 00:11: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/conf files X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 00:11:02 -0000 rwatson 2006-12-23 00:11:02 UTC FreeBSD src repository Modified files: sys/conf files Log: Connect vfs_extattr.c to build by default. Revision Changes Path 1.1168 +1 -0 src/sys/conf/files From owner-cvs-all@FreeBSD.ORG Sat Dec 23 00:14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D9D816A403; Sat, 23 Dec 2006 00:14:55 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 691F713C441; Sat, 23 Dec 2006 00:14:55 +0000 (UTC) (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 kBN0EtCR059544; Sat, 23 Dec 2006 00:14:55 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN0EtNf059543; Sat, 23 Dec 2006 00:14:55 GMT (envelope-from mezz) Message-Id: <200612230014.kBN0EtNf059543@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 23 Dec 2006 00:14: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/bfilter 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, 23 Dec 2006 00:14:55 -0000 mezz 2006-12-23 00:14:55 UTC FreeBSD ports repository Modified files: net/bfilter Makefile distinfo pkg-plist Log: -Update to 1.0.7. -Fix plist to remove share/pixmaps when use WITH_GUI. Revision Changes Path 1.25 +1 -1 ports/net/bfilter/Makefile 1.13 +3 -3 ports/net/bfilter/distinfo 1.7 +1 -0 ports/net/bfilter/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 23 00:18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB34B16A492; Sat, 23 Dec 2006 00:18:51 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A6E1213C457; Sat, 23 Dec 2006 00:18:51 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN0Ip5C059793; Sat, 23 Dec 2006 00:18:51 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN0Ipr7059792; Sat, 23 Dec 2006 00:18:51 GMT (envelope-from jasone) Message-Id: <200612230018.kBN0Ipr7059792@repoman.freebsd.org> From: Jason Evans Date: Sat, 23 Dec 2006 00:18:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 00:18:51 -0000 jasone 2006-12-23 00:18:51 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Implement chunk allocation/deallocation hysteresis by caching one spare chunk per arena, rather than immediately deallocating all unused chunks. This fixes a potential performance issue when allocating/deallocating an object of size (4kB..1MB] in a loop. Reported by: davidxu Revision Changes Path 1.138 +86 -51 src/lib/libc/stdlib/malloc.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 00:30: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37B1816A40F; Sat, 23 Dec 2006 00:30:04 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 013D913C461; Sat, 23 Dec 2006 00:30:04 +0000 (UTC) (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 kBN0U3fW061580; Sat, 23 Dec 2006 00:30:03 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN0U3L2061579; Sat, 23 Dec 2006 00:30:03 GMT (envelope-from rwatson) Message-Id: <200612230030.kBN0U3L2061579@repoman.freebsd.org> From: Robert Watson Date: Sat, 23 Dec 2006 00:30: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/kern vfs_extattr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 00:30:04 -0000 rwatson 2006-12-23 00:30:03 UTC FreeBSD src repository Modified files: sys/kern vfs_extattr.c Log: Update comments to reflect changes in the extattrctl() code. Clean up comment formatting. Obtained from: TrustedBSD Project Revision Changes Path 1.431 +8 -12 src/sys/kern/vfs_extattr.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 00:39: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3FAB16A403; Sat, 23 Dec 2006 00:39:56 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BF82713C45E; Sat, 23 Dec 2006 00:39:56 +0000 (UTC) (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 kBN0dupk063209; Sat, 23 Dec 2006 00:39:56 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN0duR1063208; Sat, 23 Dec 2006 00:39:56 GMT (envelope-from davidxu) Message-Id: <200612230039.kBN0duR1063208@repoman.freebsd.org> From: David Xu Date: Sat, 23 Dec 2006 00:39:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/sys/kern kern_switch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 00:39:57 -0000 davidxu 2006-12-23 00:39:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sys/kern kern_switch.c Log: MFR6: Fix thread preemption problem in ksegrp. Approved by: re (kensmith) Revision Changes Path 1.116.2.1.6.1 +52 -30 src/sys/kern/kern_switch.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 00: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED39D16A403; Sat, 23 Dec 2006 00:59:07 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C8AD113C455; Sat, 23 Dec 2006 00:59:07 +0000 (UTC) (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 kBN0x7pL074394; Sat, 23 Dec 2006 00:59:07 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN0x7uV074393; Sat, 23 Dec 2006 00:59:07 GMT (envelope-from davidxu) Message-Id: <200612230059.kBN0x7uV074393@repoman.freebsd.org> From: David Xu Date: Sat, 23 Dec 2006 00:59:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/lib/libthr/thread thr_join.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 00:59:08 -0000 davidxu 2006-12-23 00:59:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) lib/libthr/thread thr_join.c Log: MFR6: return EINVAL if thread was detached. Approved by: re (kensmith) Revision Changes Path 1.16.2.3.4.1 +1 -1 src/lib/libthr/thread/thr_join.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 00:59: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92D2116A416; Sat, 23 Dec 2006 00:59:50 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6EB3C13C457; Sat, 23 Dec 2006 00:59:50 +0000 (UTC) (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 kBN0xoU4074517; Sat, 23 Dec 2006 00:59:50 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN0xoRF074516; Sat, 23 Dec 2006 00:59:50 GMT (envelope-from davidxu) Message-Id: <200612230059.kBN0xoRF074516@repoman.freebsd.org> From: David Xu Date: Sat, 23 Dec 2006 00:59:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/lib/libpthread/thread thr_join.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 00:59:50 -0000 davidxu 2006-12-23 00:59:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) lib/libpthread/thread thr_join.c Log: MFR6: return EINVAL if thread was detached. Approved by: re (kensmith) Revision Changes Path 1.28.16.1 +1 -1 src/lib/libpthread/thread/thr_join.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 01:11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CDF5116A412; Sat, 23 Dec 2006 01:11:14 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A9B0713C458; Sat, 23 Dec 2006 01:11:14 +0000 (UTC) (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 kBN1BEaU077593; Sat, 23 Dec 2006 01:11:14 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN1BELG077586; Sat, 23 Dec 2006 01:11:14 GMT (envelope-from davidxu) Message-Id: <200612230111.kBN1BELG077586@repoman.freebsd.org> From: David Xu Date: Sat, 23 Dec 2006 01:11:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/sys/amd64/amd64 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 01:11:14 -0000 davidxu 2006-12-23 01:11:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sys/amd64/amd64 machdep.c Log: MFR6: Store fault address into POSIX siginfo. Approved by: re (kensmith) Revision Changes Path 1.638.2.10.2.1 +1 -0 src/sys/amd64/amd64/machdep.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 02:03: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4252C16A407; Sat, 23 Dec 2006 02:03:41 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1E28113C441; Sat, 23 Dec 2006 02:03:41 +0000 (UTC) (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 kBN23eZ1087107; Sat, 23 Dec 2006 02:03:41 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN23eMF087106; Sat, 23 Dec 2006 02:03:40 GMT (envelope-from kensmith) Message-Id: <200612230203.kBN23eMF087106@repoman.freebsd.org> From: Ken Smith Date: Sat, 23 Dec 2006 02:03:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/sys/dev/usb umass.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 02:03:41 -0000 kensmith 2006-12-23 02:03:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sys/dev/usb umass.c Log: MFS of v1.122.2.12 which was an MFC of v1.134: >> revision 1.134 >> date: 2006/03/05 17:52:32; author: phk; state: Exp; lines: +4 -2 >> When we get an unknown ATAPI comand, try it even if it is not listed, >> in all likelyhood just passing it through will work. > >This fix allows for burning CDs/DVDs on USB drives which would be nice >for 6.2... > >Original work by: phk >Requested by: phk >Reviewed by: iedowse Approved by: re (bmah) Revision Changes Path 1.122.2.11.2.1 +4 -2 src/sys/dev/usb/umass.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CEC7916A580; Sat, 23 Dec 2006 02:04:03 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AACCD13C44E; Sat, 23 Dec 2006 02:04:03 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN243CO087195; Sat, 23 Dec 2006 02:04:03 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN243eL087194; Sat, 23 Dec 2006 02:04:03 GMT (envelope-from nox) Message-Id: <200612230204.kBN243eL087194@repoman.freebsd.org> From: Juergen Lock Date: Sat, 23 Dec 2006 02:04:03 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 02:04:03 -0000 nox 2006-12-23 02:04:03 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Traditional first commit: add myself to authors.ent Approved by: miwi (mentor) Revision Changes Path 1.407 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent From owner-cvs-all@FreeBSD.ORG Sat Dec 23 02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E6EA16A403; Sat, 23 Dec 2006 02:19:50 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0968213C434; Sat, 23 Dec 2006 02:19:50 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN2JnQI089291; Sat, 23 Dec 2006 02:19:49 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN2JnvG089290; Sat, 23 Dec 2006 02:19:49 GMT (envelope-from nox) Message-Id: <200612230219.kBN2JnvG089290@repoman.freebsd.org> From: Juergen Lock Date: Sat, 23 Dec 2006 02:19:49 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 02:19:50 -0000 nox 2006-12-23 02:19:49 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml Log: Remove myself from Additional Contributor list and add myself to the developers section. Approved by: miwi (mentor) Revision Changes Path 1.654 +0 -5 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml 1.166 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 23 02:27: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE18C16A403; Sat, 23 Dec 2006 02:27:02 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 893D313C425; Sat, 23 Dec 2006 02:27:02 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN2R2Gn090756; Sat, 23 Dec 2006 02:27:02 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN2R2Qq090755; Sat, 23 Dec 2006 02:27:02 GMT (envelope-from alexbl) Message-Id: <200612230227.kBN2R2Qq090755@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Sat, 23 Dec 2006 02:27:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/xmms2-scrobbler/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 02:27:02 -0000 alexbl 2006-12-23 02:27:02 UTC FreeBSD ports repository Modified files: audio/xmms2-scrobbler/files pkg-message.in Log: - update pkg-message.in to reflect the new config directory location Revision Changes Path 1.2 +3 -1 ports/audio/xmms2-scrobbler/files/pkg-message.in From owner-cvs-all@FreeBSD.ORG Sat Dec 23 02:27: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F177B16A5DB; Sat, 23 Dec 2006 02:27:06 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CD7CB13C41A; Sat, 23 Dec 2006 02:27:06 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN2R6qH090778; Sat, 23 Dec 2006 02:27:06 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN2R6Df090777; Sat, 23 Dec 2006 02:27:06 GMT (envelope-from nox) Message-Id: <200612230227.kBN2R6Df090777@repoman.freebsd.org> From: Juergen Lock Date: Sat, 23 Dec 2006 02:27:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en developers.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 02:27:07 -0000 nox 2006-12-23 02:27:06 UTC FreeBSD doc repository (ports committer) Modified files: en developers.sgml Log: Add myself to developers.sgml Approved by: miwi (mentor) Revision Changes Path 1.148 +2 -1 www/en/developers.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 23 02:29: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C94116A407; Sat, 23 Dec 2006 02:29:26 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 47D2413C459; Sat, 23 Dec 2006 02:29:26 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN2TQdS090878; Sat, 23 Dec 2006 02:29:26 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN2TQMK090877; Sat, 23 Dec 2006 02:29:26 GMT (envelope-from rafan) Message-Id: <200612230229.kBN2TQMK090877@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 23 Dec 2006 02:29: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/chinese/xcin 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: Sat, 23 Dec 2006 02:29:26 -0000 rafan 2006-12-23 02:29:26 UTC FreeBSD ports repository Modified files: chinese/xcin Makefile pkg-descr Log: - Point DEPRECATED to the announce mail on xcin mailing. So users will know what happened on xcin. As a side note, users are encouraged to use gcin/oxim/scim instead. - Point WWW in to the archive xcin project page Revision Changes Path 1.19 +1 -1 ports/chinese/xcin/Makefile 1.5 +1 -1 ports/chinese/xcin/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Dec 23 02:34: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F0C6116A407; Sat, 23 Dec 2006 02:34:51 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CCB6C13C43A; Sat, 23 Dec 2006 02:34:51 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN2Yp6X092305; Sat, 23 Dec 2006 02:34:51 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN2YpYS092304; Sat, 23 Dec 2006 02:34:51 GMT (envelope-from rafan) Message-Id: <200612230234.kBN2YpYS092304@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 23 Dec 2006 02:34:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/pear-Net_CheckIP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 02:34:52 -0000 rafan 2006-12-23 02:34:51 UTC FreeBSD ports repository Modified files: net/pear-Net_CheckIP Makefile distinfo Log: - Update to 1.2.1 - Pass maintainership to submitter PR: ports/107026 Submitted by: chinsan Revision Changes Path 1.5 +2 -2 ports/net/pear-Net_CheckIP/Makefile 1.4 +3 -3 ports/net/pear-Net_CheckIP/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 23 02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B52016A4AB; Sat, 23 Dec 2006 02:35:47 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 30EE713C442; Sat, 23 Dec 2006 02:35:47 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN2ZkDC092437; Sat, 23 Dec 2006 02:35:46 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN2ZkBK092436; Sat, 23 Dec 2006 02:35:46 GMT (envelope-from rafan) Message-Id: <200612230235.kBN2ZkBK092436@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 23 Dec 2006 02:35: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 Makefile ports/net/pear-Net_Geo Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 02:35:47 -0000 rafan 2006-12-23 02:35:46 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/pear-Net_Geo Makefile distinfo pkg-descr Log: Add pear-Net_Geo 1.0.4, geographical locations based on Internet address. PR: ports/107036 Submitted by: chinsan Revision Changes Path 1.1785 +1 -0 ports/net/Makefile 1.1 +25 -0 ports/net/pear-Net_Geo/Makefile (new) 1.1 +3 -0 ports/net/pear-Net_Geo/distinfo (new) 1.1 +5 -0 ports/net/pear-Net_Geo/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 02:35: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C064416A4A0; Sat, 23 Dec 2006 02:35:54 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9CA1413C43A; Sat, 23 Dec 2006 02:35:54 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN2ZsM6092477; Sat, 23 Dec 2006 02:35:54 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN2ZsOn092476; Sat, 23 Dec 2006 02:35:54 GMT (envelope-from rafan) Message-Id: <200612230235.kBN2ZsOn092476@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 23 Dec 2006 02:35: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: Sat, 23 Dec 2006 02:35:54 -0000 rafan 2006-12-23 02:35:54 UTC FreeBSD ports repository Modified files: . modules Log: pear-Net_Geo --> ports/net/pear-Net_Geo Revision Changes Path 1.16929 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 23 02:36: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB12116A403; Sat, 23 Dec 2006 02:36:41 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8658613C44B; Sat, 23 Dec 2006 02:36:41 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN2afRv092552; Sat, 23 Dec 2006 02:36:41 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN2afS2092551; Sat, 23 Dec 2006 02:36:41 GMT (envelope-from rafan) Message-Id: <200612230236.kBN2afS2092551@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 23 Dec 2006 02:36: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 Makefile ports/net/pear-Net_Whois Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 02:36:41 -0000 rafan 2006-12-23 02:36:39 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/pear-Net_Whois Makefile distinfo pkg-descr Log: Add pear-Net_Whois 1.0, a tool to query internet domain name services. PR: ports/107042 Submitted by: chinsan Revision Changes Path 1.1786 +1 -0 ports/net/Makefile 1.1 +23 -0 ports/net/pear-Net_Whois/Makefile (new) 1.1 +3 -0 ports/net/pear-Net_Whois/distinfo (new) 1.1 +4 -0 ports/net/pear-Net_Whois/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 02:36: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8576816A504; Sat, 23 Dec 2006 02:36:49 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 617F213C442; Sat, 23 Dec 2006 02:36:49 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN2anae092584; Sat, 23 Dec 2006 02:36:49 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN2anXJ092583; Sat, 23 Dec 2006 02:36:49 GMT (envelope-from rafan) Message-Id: <200612230236.kBN2anXJ092583@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 23 Dec 2006 02:36:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 02:36:49 -0000 rafan 2006-12-23 02:36:49 UTC FreeBSD ports repository Modified files: . modules Log: pear-Net_Whois --> ports/net/pear-Net_Whois Revision Changes Path 1.16930 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 23 02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BC1216A4D2; Sat, 23 Dec 2006 02:39:11 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DC36213C4B7; Sat, 23 Dec 2006 02:39:10 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN2dAoP092664; Sat, 23 Dec 2006 02:39:10 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN2dArM092663; Sat, 23 Dec 2006 02:39:10 GMT (envelope-from nox) Message-Id: <200612230239.kBN2dArM092663@repoman.freebsd.org> From: Juergen Lock Date: Sat, 23 Dec 2006 02:39:10 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 02:39:11 -0000 nox 2006-12-23 02:39:10 UTC FreeBSD doc repository (ports committer) Modified files: share/sgml news.xml Log: Add myself as new committer on front page news of FreeBSD.org Approved by: miwi (mentor) Revision Changes Path 1.36 +9 -1 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Sat Dec 23 02:52: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1FB7E16A40F; Sat, 23 Dec 2006 02:52:27 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EDAD413C45D; Sat, 23 Dec 2006 02:52:26 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN2qQbB095016; Sat, 23 Dec 2006 02:52:26 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN2qQmr095013; Sat, 23 Dec 2006 02:52:26 GMT (envelope-from rafan) Message-Id: <200612230252.kBN2qQmr095013@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 23 Dec 2006 02:52: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/p5-DBIx-Log4perl Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 02:52:27 -0000 rafan 2006-12-23 02:52:26 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-Log4perl Makefile distinfo Log: - Update to 0.08 PR: ports/107063 Submitted by: chinsan Approved by: Jin-Shan Tseng (maintainer) Revision Changes Path 1.3 +1 -1 ports/databases/p5-DBIx-Log4perl/Makefile 1.3 +3 -3 ports/databases/p5-DBIx-Log4perl/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 23 02:52: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0EB3E16A582; Sat, 23 Dec 2006 02:52:53 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DEA7013C45C; Sat, 23 Dec 2006 02:52:52 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN2qqWh095118; Sat, 23 Dec 2006 02:52:52 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN2qqnK095117; Sat, 23 Dec 2006 02:52:52 GMT (envelope-from rafan) Message-Id: <200612230252.kBN2qqnK095117@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 23 Dec 2006 02:52: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/p5-File-Next Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 02:52:53 -0000 rafan 2006-12-23 02:52:52 UTC FreeBSD ports repository Modified files: sysutils/p5-File-Next Makefile distinfo Log: - Update to 0.36 PR: ports/107064 Submitted by: chinsan (maintainer) Revision Changes Path 1.6 +1 -1 ports/sysutils/p5-File-Next/Makefile 1.5 +3 -3 ports/sysutils/p5-File-Next/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 23 02:53: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0FBA16A40F; Sat, 23 Dec 2006 02:53:28 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BC73F13C442; Sat, 23 Dec 2006 02:53:28 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN2rSeM095258; Sat, 23 Dec 2006 02:53:28 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN2rS31095257; Sat, 23 Dec 2006 02:53:28 GMT (envelope-from rafan) Message-Id: <200612230253.kBN2rS31095257@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 23 Dec 2006 02:53: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/p5-Sys-Utmp 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, 23 Dec 2006 02:53:29 -0000 rafan 2006-12-23 02:53:28 UTC FreeBSD ports repository Modified files: sysutils/p5-Sys-Utmp Makefile distinfo pkg-plist Log: - Update to 1.6 PR: ports/107070 Submitted by: chinsan Approved by: Alexander Zhuravlev (maintainer) Revision Changes Path 1.2 +5 -2 ports/sysutils/p5-Sys-Utmp/Makefile 1.3 +3 -3 ports/sysutils/p5-Sys-Utmp/distinfo 1.3 +2 -0 ports/sysutils/p5-Sys-Utmp/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 23 02:54: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2831C16A407; Sat, 23 Dec 2006 02:54:04 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0495813C442; Sat, 23 Dec 2006 02:54:04 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN2s3eK095413; Sat, 23 Dec 2006 02:54:03 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN2s31E095410; Sat, 23 Dec 2006 02:54:03 GMT (envelope-from rafan) Message-Id: <200612230254.kBN2s31E095410@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 23 Dec 2006 02:54:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-Analysis Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 02:54:04 -0000 rafan 2006-12-23 02:54:03 UTC FreeBSD ports repository Modified files: net/p5-Net-Analysis Makefile distinfo Log: - Update to 0.06 PR: ports/107073 Submitted by: chinsan Approved by: Jin-Shan Tseng (maintainer) Revision Changes Path 1.3 +1 -1 ports/net/p5-Net-Analysis/Makefile 1.2 +3 -3 ports/net/p5-Net-Analysis/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 23 02:54: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 10B1416A403; Sat, 23 Dec 2006 02:54:41 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E0AA613C44E; Sat, 23 Dec 2006 02:54:40 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN2sejB095533; Sat, 23 Dec 2006 02:54:40 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN2sexQ095532; Sat, 23 Dec 2006 02:54:40 GMT (envelope-from rafan) Message-Id: <200612230254.kBN2sexQ095532@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 23 Dec 2006 02:54: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/comms/o2sms Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 02:54:41 -0000 rafan 2006-12-23 02:54:40 UTC FreeBSD ports repository Modified files: comms/o2sms Makefile distinfo Log: - Update to 3.22 PR: ports/107059 Submitted by: chinsan Approved by: Conor McDermottroe (maintainer) Revision Changes Path 1.5 +1 -1 ports/comms/o2sms/Makefile 1.5 +3 -3 ports/comms/o2sms/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 23 03:30: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7535516A40F; Sat, 23 Dec 2006 03:30:52 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5169713C459; Sat, 23 Dec 2006 03:30:52 +0000 (UTC) (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 kBN3UqWY002199; Sat, 23 Dec 2006 03:30:52 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN3UpBt002197; Sat, 23 Dec 2006 03:30:51 GMT (envelope-from davidxu) Message-Id: <200612230330.kBN3UpBt002197@repoman.freebsd.org> From: David Xu Date: Sat, 23 Dec 2006 03:30: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/amd64/amd64 exception.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: Sat, 23 Dec 2006 03:30:52 -0000 davidxu 2006-12-23 03:30:51 UTC FreeBSD src repository Modified files: sys/amd64/amd64 exception.S Log: Fix a panic when rebooting a SMP machine, when option STOP_NMI is used, nmi handler is used to stop other processors, nmi hander calls trap(), however, trap() now accepts a pointer rather than a reference, this was changed by kmacy@. Revision Changes Path 1.129 +1 -0 src/sys/amd64/amd64/exception.S From owner-cvs-all@FreeBSD.ORG Sat Dec 23 03:39: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97A6016A407; Sat, 23 Dec 2006 03:39:44 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7290513C45C; Sat, 23 Dec 2006 03:39:44 +0000 (UTC) (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 kBN3diqh003689; Sat, 23 Dec 2006 03:39:44 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN3dimn003688; Sat, 23 Dec 2006 03:39:44 GMT (envelope-from clsung) Message-Id: <200612230339.kBN3dimn003688@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 23 Dec 2006 03:39:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Inline-C2XS Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 03:39:44 -0000 clsung 2006-12-23 03:39:44 UTC FreeBSD ports repository Modified files: devel/p5-Inline-C2XS Makefile distinfo Log: - Update to 0.08 - fix fetch problem PR: 107068 Submitted by: chinsan Revision Changes Path 1.5 +1 -3 ports/devel/p5-Inline-C2XS/Makefile 1.4 +3 -3 ports/devel/p5-Inline-C2XS/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 23 04:47: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9AB8416A403; Sat, 23 Dec 2006 04:47:19 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 74A4413C442; Sat, 23 Dec 2006 04:47:19 +0000 (UTC) (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 kBN4lJRT023744; Sat, 23 Dec 2006 04:47:19 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN4lJxW023743; Sat, 23 Dec 2006 04:47:19 GMT (envelope-from novel) Message-Id: <200612230447.kBN4lJxW023743@repoman.freebsd.org> From: Roman Bogorodskiy Date: Sat, 23 Dec 2006 04:47:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/easytag-devel Makefile distinfo ports/audio/easytag-devel/files patch-src_picture.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 04:47:19 -0000 novel 2006-12-23 04:47:19 UTC FreeBSD ports repository Modified files: audio/easytag-devel Makefile distinfo audio/easytag-devel/files patch-src_picture.c Log: Update to 1.99.13. PR: 106906 Submitted by: Bjorn Konig Revision Changes Path 1.50 +2 -2 ports/audio/easytag-devel/Makefile 1.33 +3 -3 ports/audio/easytag-devel/distinfo 1.3 +2 -2 ports/audio/easytag-devel/files/patch-src_picture.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 04:55: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6072E16A40F; Sat, 23 Dec 2006 04:55:34 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.freebsd.org (Postfix) with ESMTP id 0501813C442; Sat, 23 Dec 2006 04:55:33 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.8/8.13.8/NinthNine) with SMTP id kBN4guDH059729; Sat, 23 Dec 2006 13:42:56 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sat, 23 Dec 2006 13:42:56 +0900 From: Norikatsu Shigemura To: Matt Jacob Message-Id: <20061223134256.8e300b64.nork@FreeBSD.org> In-Reply-To: <200612212100.kBLL0qZ4024929@repoman.freebsd.org> References: <200612212100.kBLL0qZ4024929@repoman.freebsd.org> X-Mailer: Sylpheed version 2.3.0beta7 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Sat, 23 Dec 2006 13:42:57 +0900 (JST) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aac aac_pci.c src/sys/dev/advansys adv_eisa.c adv_isa.c adv_pci.c advansys.c adw_pci.c adwcam.c src/sys/dev/aha aha.c aha_isa.c aha_mca.c src/sys/dev/ahb ahb.c src/sys/dev/amd amd.c src/sys/dev/amr amr_pci.c src/sys/dev/asr ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 04:55:34 -0000 On Thu, 21 Dec 2006 21:00:52 +0000 (UTC) Matt Jacob wrote: > mjacob 2006-12-21 21:00:52 UTC > FreeBSD src repository > Modified files: (Branch: RELENG_6_2) > sys/dev/aac aac_pci.c > sys/dev/advansys adv_eisa.c adv_isa.c adv_pci.c advansys.c > adw_pci.c adwcam.c > sys/dev/aha aha.c aha_isa.c aha_mca.c > sys/dev/ahb ahb.c > sys/dev/amd amd.c > sys/dev/amr amr_pci.c > sys/dev/asr asr.c > sys/dev/buslogic bt.c bt_eisa.c bt_isa.c bt_mca.c bt_pci.c > sys/dev/ciss ciss.c > sys/dev/dpt dpt_eisa.c dpt_isa.c dpt_pci.c > sys/dev/esp esp_sbus.c > sys/dev/iir iir_pci.c > sys/dev/mly mly.c > sys/dev/mpt mpt_cam.c mpt_pci.c > sys/dev/ppbus vpo.c > sys/dev/trm trm.c > sys/dev/twa tw_osl_freebsd.c > sys/dev/wds wd7000.c > Log: > MFC to 6.2 release all the cam module depend foo. > Approved by: re (Ken) Thank you very much! > Revision Changes Path > 1.54.2.6.2.2 +2 -0 src/sys/dev/aac/aac_pci.c > 1.18.8.1 +1 -0 src/sys/dev/advansys/adv_eisa.c > 1.28.2.1.6.1 +1 -0 src/sys/dev/advansys/adv_isa.c > 1.27.8.1 +1 -0 src/sys/dev/advansys/adv_pci.c > 1.29.8.1 +2 -0 src/sys/dev/advansys/advansys.c > 1.23.8.1 +1 -0 src/sys/dev/advansys/adw_pci.c > 1.21.8.1 +3 -0 src/sys/dev/advansys/adwcam.c > 1.59.8.1 +2 -0 src/sys/dev/aha/aha.c > 1.36.8.1 +1 -0 src/sys/dev/aha/aha_isa.c > 1.13.8.1 +1 -0 src/sys/dev/aha/aha_mca.c > 1.34.2.1.2.1 +2 -0 src/sys/dev/ahb/ahb.c > 1.30.8.1 +1 -0 src/sys/dev/amd/amd.c > 1.29.2.3.2.1 +2 -0 src/sys/dev/amr/amr_pci.c > 1.68.8.1 +2 -0 src/sys/dev/asr/asr.c > 1.45.8.1 +3 -0 src/sys/dev/buslogic/bt.c > 1.21.8.1 +1 -0 src/sys/dev/buslogic/bt_eisa.c > 1.25.8.1 +1 -0 src/sys/dev/buslogic/bt_isa.c > 1.10.8.1 +1 -0 src/sys/dev/buslogic/bt_mca.c > 1.20.8.1 +1 -0 src/sys/dev/buslogic/bt_pci.c > 1.64.2.3.2.1 +4 -3 src/sys/dev/ciss/ciss.c > 1.20.8.1 +2 -0 src/sys/dev/dpt/dpt_eisa.c > 1.9.8.1 +2 -0 src/sys/dev/dpt/dpt_isa.c > 1.34.8.1 +2 -0 src/sys/dev/dpt/dpt_pci.c > 1.11.8.1 +4 -0 src/sys/dev/esp/esp_sbus.c > 1.15.2.1.4.1 +2 -0 src/sys/dev/iir/iir_pci.c > 1.38.8.1 +2 -0 src/sys/dev/mly/mly.c > 1.1.2.6.2.1 +1 -0 src/sys/dev/mpt/mpt_cam.c > 1.20.2.6.2.1 +1 -0 src/sys/dev/mpt/mpt_pci.c > 1.33.16.1 +2 -0 src/sys/dev/ppbus/vpo.c > 1.26.8.1 +1 -0 src/sys/dev/trm/trm.c > 1.1.4.1.4.1 +2 -0 src/sys/dev/twa/tw_osl_freebsd.c > 1.9.8.1 +2 -0 src/sys/dev/wds/wd7000.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A46D016A407; Sat, 23 Dec 2006 05:21:38 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 95ED713C425; Sat, 23 Dec 2006 05:21:38 +0000 (UTC) (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 kBN5LciI030309; Sat, 23 Dec 2006 05:21:38 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN5Lceq030308; Sat, 23 Dec 2006 05:21:38 GMT (envelope-from clsung) Message-Id: <200612230521.kBN5Lceq030308@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 23 Dec 2006 05:21: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/svnkit Makefile distinfo pkg-descr ports/devel/svnkit/files javasvn.sh.in svnsync.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, 23 Dec 2006 05:21:38 -0000 clsung 2006-12-23 05:21:38 UTC FreeBSD ports repository Modified files: devel/svnkit Makefile distinfo pkg-descr devel/svnkit/files javasvn.sh.in Added files: devel/svnkit/files svnsync.sh.in Log: - JavaSVN has been renamed to SVNKit. PR: ports/106475 Submitted by: maintainer (Gerrit Beine) Revision Changes Path 1.10 +14 -10 ports/devel/svnkit/Makefile 1.10 +3 -3 ports/devel/svnkit/distinfo 1.3 +10 -10 ports/devel/svnkit/files/javasvn.sh.in 1.1 +17 -0 ports/devel/svnkit/files/svnsync.sh.in (new) 1.2 +6 -6 ports/devel/svnkit/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Dec 23 05:28: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8BDE16A403; Sat, 23 Dec 2006 05:28:32 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8310C13C441; Sat, 23 Dec 2006 05:28:32 +0000 (UTC) (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 kBN5SWZq031293; Sat, 23 Dec 2006 05:28:32 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN5SWSe031292; Sat, 23 Dec 2006 05:28:32 GMT (envelope-from clsung) Message-Id: <200612230528.kBN5SWSe031292@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 23 Dec 2006 05:28: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 MOVED CVSROOT modules ports/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, 23 Dec 2006 05:28:32 -0000 clsung 2006-12-23 05:28:32 UTC FreeBSD ports repository Modified files: . MOVED . modules devel Makefile Log: - JavaSVN has been renamed to SVNKit. PR: ports/106475 Submitted by: Gerrit Beine Revision Changes Path 1.16931 +1 -0 CVSROOT/modules 1.1222 +2 -1 ports/MOVED 1.2555 +1 -0 ports/devel/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 23 05:39: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 075A316A415; Sat, 23 Dec 2006 05:39:17 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D460A13C41A; Sat, 23 Dec 2006 05:39:16 +0000 (UTC) (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 kBN5dGYv032963; Sat, 23 Dec 2006 05:39:16 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN5dGwX032962; Sat, 23 Dec 2006 05:39:16 GMT (envelope-from clsung) Message-Id: <200612230539.kBN5dGwX032962@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 23 Dec 2006 05:39:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile CVSROOT modules ports/devel/javasvn Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 05:39:17 -0000 clsung 2006-12-23 05:39:16 UTC FreeBSD ports repository Modified files: devel Makefile . modules Removed files: devel/javasvn Makefile distinfo pkg-descr Log: - JavaSVN has been renamed to SVNKit PR: ports/106476 Submitted by: Gerrit Beine Revision Changes Path 1.16932 +0 -1 CVSROOT/modules 1.2556 +0 -1 ports/devel/Makefile 1.10 +0 -53 ports/devel/javasvn/Makefile (dead) 1.10 +0 -3 ports/devel/javasvn/distinfo (dead) 1.2 +0 -15 ports/devel/javasvn/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 06:12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4769D16A412; Sat, 23 Dec 2006 06:12:53 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 21C4A13C461; Sat, 23 Dec 2006 06:12:53 +0000 (UTC) (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 kBN6CrvT039705; Sat, 23 Dec 2006 06:12:53 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN6CqiQ039702; Sat, 23 Dec 2006 06:12:52 GMT (envelope-from jkoshy) Message-Id: <200612230612.kBN6CqiQ039702@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 23 Dec 2006 06:12:52 +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 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: Sat, 23 Dec 2006 06:12:53 -0000 jkoshy 2006-12-23 06:12:52 UTC FreeBSD doc repository Modified files: share/sgml press.xml Log: Track site redesign for openaddict.com. Submitted by: Rich Morgan Revision Changes Path 1.20 +3 -3 www/share/sgml/press.xml From owner-cvs-all@FreeBSD.ORG Sat Dec 23 06:15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A42616A403; Sat, 23 Dec 2006 06:15:25 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2A57513C44B; Sat, 23 Dec 2006 06:15:25 +0000 (UTC) (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 kBN6FOHV040191; Sat, 23 Dec 2006 06:15:24 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN6FOBk040190; Sat, 23 Dec 2006 06:15:24 GMT (envelope-from ume) Message-Id: <200612230615.kBN6FOBk040190@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 23 Dec 2006 06:15:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/include/arpa nameser_compat.h src/lib/libc/inet inet_cidr_ntop.c inet_net_ntop.c src/lib/libc/isc eventlib_p.h src/lib/libc/resolv mtctxres.c res_init.c res_send.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 06:15:25 -0000 ume 2006-12-23 06:15:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) include/arpa nameser_compat.h lib/libc/inet inet_cidr_ntop.c inet_net_ntop.c lib/libc/isc eventlib_p.h lib/libc/resolv mtctxres.c res_init.c res_send.c Log: MFC: Merge BIND9 9.3.3 into main chunk. include/arpa/nameser_compat.h: 1.6 lib/libc/inet/inet_cidr_ntop.c: 1.1.1.2 lib/libc/inet/inet_net_ntop.c: 1.3 lib/libc/isc/eventlib_p.h: 1.4 lib/libc/resolv/mtctxres.c: 1.3 lib/libc/resolv/res_init.c: 1.4 lib/libc/resolv/res_send.c: 1.5 Approved by: re (kensmith) Revision Changes Path 1.4.14.1.2.1 +1 -1 src/include/arpa/nameser_compat.h 1.1.1.1.2.1.2.1 +5 -5 src/lib/libc/inet/inet_cidr_ntop.c 1.2.2.1.2.1 +2 -2 src/lib/libc/inet/inet_net_ntop.c 1.2.2.1.2.1 +3 -1 src/lib/libc/isc/eventlib_p.h 1.2.2.1.2.1 +4 -3 src/lib/libc/resolv/mtctxres.c 1.2.2.2.2.1 +5 -12 src/lib/libc/resolv/res_init.c 1.2.2.3.2.1 +3 -2 src/lib/libc/resolv/res_send.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3ABC316A407; Sat, 23 Dec 2006 07:02:00 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 13F8E13C448; Sat, 23 Dec 2006 07:02:00 +0000 (UTC) (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 kBN71xYe047182; Sat, 23 Dec 2006 07:01:59 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN71xGF047181; Sat, 23 Dec 2006 07:01:59 GMT (envelope-from cperciva) Message-Id: <200612230701.kBN71xGF047181@repoman.freebsd.org> From: Colin Percival Date: Sat, 23 Dec 2006 07:01: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/usr.bin/tar bsdtar.c bsdtar.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, 23 Dec 2006 07:02:00 -0000 cperciva 2006-12-23 07:01:59 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c bsdtar.h Log: Correct the names of some options. MFC after: 3 days Revision Changes Path 1.69 +1 -1 src/usr.bin/tar/bsdtar.c 1.25 +4 -4 src/usr.bin/tar/bsdtar.h From owner-cvs-all@FreeBSD.ORG Sat Dec 23 07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E705416A403; Sat, 23 Dec 2006 07:06:38 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BFBC713C457; Sat, 23 Dec 2006 07:06:38 +0000 (UTC) (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 kBN76c8X049105; Sat, 23 Dec 2006 07:06:38 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN76c3k049104; Sat, 23 Dec 2006 07:06:38 GMT (envelope-from cperciva) Message-Id: <200612230706.kBN76c3k049104@repoman.freebsd.org> From: Colin Percival Date: Sat, 23 Dec 2006 07:06: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/usr.bin/tar bsdtar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 07:06:39 -0000 cperciva 2006-12-23 07:06:37 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Add two checks for inappropriate options: -U only makes sense in "x" mode, and --strip-components only makes sense in "x" and "t" modes. MFC after: 3 days Revision Changes Path 1.70 +4 -0 src/usr.bin/tar/bsdtar.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 07:07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 297AA16A407; Sat, 23 Dec 2006 07:07:57 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 024F513C455; Sat, 23 Dec 2006 07:07:57 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN77u0r049189; Sat, 23 Dec 2006 07:07:56 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN77ujW049188; Sat, 23 Dec 2006 07:07:56 GMT (envelope-from rafan) Message-Id: <200612230707.kBN77ujW049188@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 23 Dec 2006 07:07:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/GraphicsMagick/files patch-coders-png.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 07:07:57 -0000 rafan 2006-12-23 07:07:56 UTC FreeBSD ports repository Added files: graphics/GraphicsMagick/files patch-coders-png.c Log: - Fix build when libpng is compiled with assembler code support. For example, setting CPUTYPE to p3 or above triggers this. This is the same bug happened in ImageMagick, and the original patch can be found at http://www.imagemagick.org/pipermail/magick-developers/2006-April/002550.html In fact, this patch was submitted in PR 101361, but a wrong version was committed. PR: ports/107086 Obtained from: GraphicsMagick cvs Revision Changes Path 1.3 +22 -0 ports/graphics/GraphicsMagick/files/patch-coders-png.c (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3AA7216A412; Sat, 23 Dec 2006 07:09:59 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2A86413C44E; Sat, 23 Dec 2006 07:09:59 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN79wLH049305; Sat, 23 Dec 2006 07:09:58 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN79wA6049304; Sat, 23 Dec 2006 07:09:58 GMT (envelope-from alexbl) Message-Id: <200612230709.kBN79wA6049304@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Sat, 23 Dec 2006 07:09:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes Makefile ports/x11-themes/camaelon-nesedah Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 07:09:59 -0000 alexbl 2006-12-23 07:09:58 UTC FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/camaelon-nesedah Makefile distinfo pkg-descr pkg-message pkg-plist Log: - add the Nesedah Camaelon theme Nesedah is the default theme for Etoile, using the Camaelon theming engine. It is meant to be the logical successor to the interfaces of OPENSTEP and Mac OS 9 Platinum (or, as we like to call it, what OS X would have been without Aqua and gumdrop buttons). Nesedah has been built primarily with usability and discoverability in mind. but it also tries to fit in with other modern interfaces. WWW: http://www.etoile-project.org/etoile/mediawiki/index.php?title=Nesedah Revision Changes Path 1.179 +1 -0 ports/x11-themes/Makefile 1.1 +46 -0 ports/x11-themes/camaelon-nesedah/Makefile (new) 1.1 +3 -0 ports/x11-themes/camaelon-nesedah/distinfo (new) 1.1 +9 -0 ports/x11-themes/camaelon-nesedah/pkg-descr (new) 1.1 +10 -0 ports/x11-themes/camaelon-nesedah/pkg-message (new) 1.1 +393 -0 ports/x11-themes/camaelon-nesedah/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB26E16A47E; Sat, 23 Dec 2006 07:10:41 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A29E313C459; Sat, 23 Dec 2006 07:10:41 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN7AVjV049418; Sat, 23 Dec 2006 07:10:31 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN7AVeI049417; Sat, 23 Dec 2006 07:10:31 GMT (envelope-from alexbl) Message-Id: <200612230710.kBN7AVeI049417@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Sat, 23 Dec 2006 07:10:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 07:10:41 -0000 alexbl 2006-12-23 07:10:31 UTC FreeBSD ports repository Modified files: . modules Log: camaelon-nesedah --> ports/x11-themes/camaelon-nesedah Revision Changes Path 1.16933 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 23 07:14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87FAA16A40F; Sat, 23 Dec 2006 07:14:43 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7473513C45B; Sat, 23 Dec 2006 07:14:43 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN7EhWH050880; Sat, 23 Dec 2006 07:14:43 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN7Eh01050879; Sat, 23 Dec 2006 07:14:43 GMT (envelope-from fjoe) Message-Id: <200612230714.kBN7Eh01050879@repoman.freebsd.org> From: Max Khon Date: Sat, 23 Dec 2006 07:14: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/conf files src/sys/modules/ral Makefile src/share/man/man4 ral.4 src/sys/dev/ral if_ral.c if_ral_pccard.c if_ral_pci.c if_ralreg.h if_ralvar.h rt2560.c rt2560reg.h rt2560var.h rt2661.c rt2661_ucode.h rt2661reg.h rt2661var.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, 23 Dec 2006 07:14:43 -0000 fjoe 2006-12-23 07:14:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files sys/modules/ral Makefile share/man/man4 ral.4 sys/dev/ral if_ral_pci.c Added files: (Branch: RELENG_6) sys/dev/ral rt2560.c rt2560reg.h rt2560var.h rt2661.c rt2661_ucode.h rt2661reg.h rt2661var.h Removed files: (Branch: RELENG_6) sys/dev/ral if_ral.c if_ral_pccard.c if_ralreg.h if_ralvar.h Log: MFC: Add support for the second (RT2561/RT2561S) and third (RT2661 MIMO XR) generations of 802.11abg chipsets from Ralink Technology. Revision Changes Path 1.3.2.4 +123 -95 src/share/man/man4/ral.4 1.1031.2.47 +2 -2 src/sys/conf/files 1.10.2.8 +0 -2864 src/sys/dev/ral/if_ral.c (dead) 1.2.2.2 +0 -121 src/sys/dev/ral/if_ral_pccard.c (dead) 1.1.2.2 +119 -22 src/sys/dev/ral/if_ral_pci.c 1.1.2.2 +0 -315 src/sys/dev/ral/if_ralreg.h (dead) 1.2.2.2 +0 -177 src/sys/dev/ral/if_ralvar.h (dead) 1.9.2.1 +2724 -0 src/sys/dev/ral/rt2560.c (new) 1.1.2.1 +483 -0 src/sys/dev/ral/rt2560reg.h (new) 1.2.2.1 +169 -0 src/sys/dev/ral/rt2560var.h (new) 1.10.2.1 +2906 -0 src/sys/dev/ral/rt2661.c (new) 1.1.2.1 +2268 -0 src/sys/dev/ral/rt2661_ucode.h (new) 1.1.2.1 +486 -0 src/sys/dev/ral/rt2661reg.h (new) 1.2.2.1 +171 -0 src/sys/dev/ral/rt2661var.h (new) 1.1.2.1 +2 -2 src/sys/modules/ral/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 23 07:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0757116A416; Sat, 23 Dec 2006 07:24:26 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D3F5F13C466; Sat, 23 Dec 2006 07:24:25 +0000 (UTC) (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 kBN7OPll052226; Sat, 23 Dec 2006 07:24:25 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN7OPVC052225; Sat, 23 Dec 2006 07:24:25 GMT (envelope-from hq) Message-Id: <200612230724.kBN7OPVC052225@repoman.freebsd.org> From: Herve Quiroz Date: Sat, 23 Dec 2006 07:24: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/ogmrip Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 07:24:26 -0000 hq 2006-12-23 07:24:25 UTC FreeBSD ports repository Modified files: multimedia/ogmrip Makefile Log: Fix packing list by adding multimedia/theora as a dependency Revision Changes Path 1.26 +1 -2 ports/multimedia/ogmrip/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 23 07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 18D7216A403; Sat, 23 Dec 2006 07:25:00 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E4D1213C434; Sat, 23 Dec 2006 07:24:59 +0000 (UTC) (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 kBN7Ox0X052351; Sat, 23 Dec 2006 07:24:59 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN7Ox5J052350; Sat, 23 Dec 2006 07:24:59 GMT (envelope-from clsung) Message-Id: <200612230724.kBN7Ox5J052350@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 23 Dec 2006 07:24:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/cmus 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, 23 Dec 2006 07:25:00 -0000 clsung 2006-12-23 07:24:59 UTC FreeBSD ports repository Modified files: audio/cmus Makefile distinfo pkg-descr pkg-plist Log: - Update to 2.1.0 - Update pkg-descr PR: ports/107120 Submitted by: maintainer (Simon Olofsson) Revision Changes Path 1.18 +36 -6 ports/audio/cmus/Makefile 1.14 +3 -3 ports/audio/cmus/distinfo 1.4 +3 -17 ports/audio/cmus/pkg-descr 1.10 +3 -0 ports/audio/cmus/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 23 07:32: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7DCA816A403; Sat, 23 Dec 2006 07:32:47 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 568B913C457; Sat, 23 Dec 2006 07:32:47 +0000 (UTC) (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 kBN7Wl08053628; Sat, 23 Dec 2006 07:32:47 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN7WlUl053627; Sat, 23 Dec 2006 07:32:47 GMT (envelope-from dinoex) Message-Id: <200612230732.kBN7WlUl053627@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 07:32:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/etoile Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 07:32:47 -0000 dinoex 2006-12-23 07:32:47 UTC FreeBSD ports repository Modified files: x11/etoile Makefile Log: - add ExtendedWorkspace Revision Changes Path 1.3 +1 -0 ports/x11/etoile/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 23 07:53: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 32ED216A403; Sat, 23 Dec 2006 07:53:10 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0A71713C41A; Sat, 23 Dec 2006 07:53:10 +0000 (UTC) (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 kBN7r9eU056818; Sat, 23 Dec 2006 07:53:09 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN7r9NB056817; Sat, 23 Dec 2006 07:53:09 GMT (envelope-from dinoex) Message-Id: <200612230753.kBN7r9NB056817@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 07:53: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/x11/gnustep-app Makefile ports/x11/etoile Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 07:53:10 -0000 dinoex 2006-12-23 07:53:09 UTC FreeBSD ports repository Modified files: x11/gnustep-app Makefile x11/etoile Makefile Log: - unhook ports to prepare update Revision Changes Path 1.4 +0 -5 ports/x11/etoile/Makefile 1.22 +1 -5 ports/x11/gnustep-app/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 23 08:16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C079416A403; Sat, 23 Dec 2006 08:16:54 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9791613C458; Sat, 23 Dec 2006 08:16:54 +0000 (UTC) (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 kBN8GstZ061562; Sat, 23 Dec 2006 08:16:54 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN8Gs9i061557; Sat, 23 Dec 2006 08:16:54 GMT (envelope-from cperciva) Message-Id: <200612230816.kBN8Gs9i061557@repoman.freebsd.org> From: Colin Percival Date: Sat, 23 Dec 2006 08:16: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/usr.bin/tar bsdtar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 08:16:54 -0000 cperciva 2006-12-23 08:16:54 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Fic typo in previous commit. MFC after: 3 days Revision Changes Path 1.71 +1 -1 src/usr.bin/tar/bsdtar.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 09:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 105EB16A403; Sat, 23 Dec 2006 09:22:07 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DB5CD13C441; Sat, 23 Dec 2006 09:22:06 +0000 (UTC) (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 kBN9M68v080829; Sat, 23 Dec 2006 09:22:06 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN9M6Zi080827; Sat, 23 Dec 2006 09:22:06 GMT (envelope-from ru) Message-Id: <200612230922.kBN9M6Zi080827@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 23 Dec 2006 09:22: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/bin/cat cat.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 09:22:07 -0000 ru 2006-12-23 09:22:06 UTC FreeBSD src repository Modified files: bin/cat cat.1 Log: Fix markup. Revision Changes Path 1.26 +12 -10 src/bin/cat/cat.1 From owner-cvs-all@FreeBSD.ORG Sat Dec 23 09: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 20B5A16A412; Sat, 23 Dec 2006 09:25:24 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EB2B813C459; Sat, 23 Dec 2006 09:25:23 +0000 (UTC) (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 kBN9PNEK081557; Sat, 23 Dec 2006 09:25:23 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN9PNo5081556; Sat, 23 Dec 2006 09:25:23 GMT (envelope-from ru) Message-Id: <200612230925.kBN9PNo5081556@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 23 Dec 2006 09: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/bin/cat cat.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 09:25:24 -0000 ru 2006-12-23 09:25:23 UTC FreeBSD src repository Modified files: bin/cat cat.1 Log: One more nit. Revision Changes Path 1.27 +1 -1 src/bin/cat/cat.1 From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFC3816A403; Sat, 23 Dec 2006 10:24:21 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9C93013C45F; Sat, 23 Dec 2006 10:24:21 +0000 (UTC) (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 kBNAOLa5091645; Sat, 23 Dec 2006 10:24:21 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNAOLIM091643; Sat, 23 Dec 2006 10:24:21 GMT (envelope-from dinoex) Message-Id: <200612231024.kBNAOLIM091643@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 10:24:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/etoile-behavior 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, 23 Dec 2006 10:24:21 -0000 dinoex 2006-12-23 10:24:21 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/etoile-behavior Makefile distinfo pkg-descr pkg-plist Log: AppKit bundle EtoileBehavior which implements session protocol to support log out (this will be enabled by an update on System). WWW: http://www.etoile-project.org/ Revision Changes Path 1.871 +1 -0 ports/sysutils/Makefile 1.1 +32 -0 ports/sysutils/etoile-behavior/Makefile (new) 1.1 +3 -0 ports/sysutils/etoile-behavior/distinfo (new) 1.1 +4 -0 ports/sysutils/etoile-behavior/pkg-descr (new) 1.1 +5 -0 ports/sysutils/etoile-behavior/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10:25: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 045E216A40F; Sat, 23 Dec 2006 10:25:02 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C45F813C441; Sat, 23 Dec 2006 10:25:02 +0000 (UTC) (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 kBNAP24j091854; Sat, 23 Dec 2006 10:25:02 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNAP2uO091853; Sat, 23 Dec 2006 10:25:02 GMT (envelope-from dinoex) Message-Id: <200612231025.kBNAP2uO091853@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 10:25:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 10:25:03 -0000 dinoex 2006-12-23 10:25:02 UTC FreeBSD ports repository Modified files: . modules Log: etoile-behavior --> ports/sysutils/etoile-behavior Revision Changes Path 1.16934 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10:26: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B886716A412; Sat, 23 Dec 2006 10:26:23 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A576E13C41A; Sat, 23 Dec 2006 10:26:23 +0000 (UTC) (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 kBNAQNus092090; Sat, 23 Dec 2006 10:26:23 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNAQN5q092089; Sat, 23 Dec 2006 10:26:23 GMT (envelope-from dinoex) Message-Id: <200612231026.kBNAQN5q092089@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 10:26:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/etoile-collectionkit 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, 23 Dec 2006 10:26:23 -0000 dinoex 2006-12-23 10:26:23 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/etoile-collectionkit Makefile distinfo pkg-descr pkg-plist Log: CollectionKit provides a common storage facility for records with properties, such as contact information, playlist, bookmark, etc. These records have defined structure (property-value relationship) which can be handled better than general property list. But values of these properties are too flexible to be stored in database, for example, a contact information may have multipe home phone numbers. Records can be grouped and groups can have groups inside. AddressBook framework from Apple provides a good machenism of handling these kind of records and Addresses for GNUstep implements the same interface. CollectionKit aims to provide a general storage facility based on Addresses for GNUstep so that other applications and frameworks can easily handle their information in the same manner. CollectionKit provide very little pre-defined properties. Therefore, a framework on top of CollectionKit is needed if the information is intended to be shared by many applications. WWW: http://www.etoile-project.org/ Revision Changes Path 1.2557 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/etoile-collectionkit/Makefile (new) 1.1 +3 -0 ports/devel/etoile-collectionkit/distinfo (new) 1.1 +17 -0 ports/devel/etoile-collectionkit/pkg-descr (new) 1.1 +14 -0 ports/devel/etoile-collectionkit/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5169816A40F; Sat, 23 Dec 2006 10:26:58 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 21D9A13C462; Sat, 23 Dec 2006 10:26:58 +0000 (UTC) (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 kBNAQwjx092138; Sat, 23 Dec 2006 10:26:58 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNAQwC4092137; Sat, 23 Dec 2006 10:26:58 GMT (envelope-from dinoex) Message-Id: <200612231026.kBNAQwC4092137@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 10:26:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 10:26:58 -0000 dinoex 2006-12-23 10:26:57 UTC FreeBSD ports repository Modified files: . modules Log: etoile-collectionkit --> ports/devel/etoile-collectionkit Revision Changes Path 1.16935 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10:28: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2604716A407; Sat, 23 Dec 2006 10:28:49 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EEBDC13C434; Sat, 23 Dec 2006 10:28:48 +0000 (UTC) (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 kBNASm6N092286; Sat, 23 Dec 2006 10:28:48 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNASmPN092285; Sat, 23 Dec 2006 10:28:48 GMT (envelope-from dinoex) Message-Id: <200612231028.kBNASmPN092285@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 10: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: ports/devel Makefile ports/devel/etoile-foundation 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, 23 Dec 2006 10:28:49 -0000 dinoex 2006-12-23 10:28:48 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/etoile-foundation Makefile distinfo pkg-descr pkg-plist Log: EtoileFoundation framework WWW: http://www.etoile-project.org/ Revision Changes Path 1.2558 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/etoile-foundation/Makefile (new) 1.1 +3 -0 ports/devel/etoile-foundation/distinfo (new) 1.1 +3 -0 ports/devel/etoile-foundation/pkg-descr (new) 1.1 +14 -0 ports/devel/etoile-foundation/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10:29: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 96FEE16A407; Sat, 23 Dec 2006 10:29:29 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6C9BE13C457; Sat, 23 Dec 2006 10:29:29 +0000 (UTC) (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 kBNATTsN092351; Sat, 23 Dec 2006 10:29:29 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNATTNp092350; Sat, 23 Dec 2006 10:29:29 GMT (envelope-from dinoex) Message-Id: <200612231029.kBNATTNp092350@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 10: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: 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, 23 Dec 2006 10:29:29 -0000 dinoex 2006-12-23 10:29:29 UTC FreeBSD ports repository Modified files: . modules Log: etoile-foundation --> ports/devel/etoile-foundation Revision Changes Path 1.16936 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3F8816A40F; Sat, 23 Dec 2006 10:32:02 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A0A2513C457; Sat, 23 Dec 2006 10:32:02 +0000 (UTC) (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 kBNAW2YY093206; Sat, 23 Dec 2006 10:32:02 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNAW2jh093205; Sat, 23 Dec 2006 10:32:02 GMT (envelope-from dinoex) Message-Id: <200612231032.kBNAW2jh093205@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 10: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/multimedia Makefile ports/multimedia/etoile-multimediakit 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, 23 Dec 2006 10:32:02 -0000 dinoex 2006-12-23 10:32:01 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/etoile-multimediakit Makefile distinfo pkg-descr pkg-plist Log: MultimediaKit provides common backend engine to play multimedia stream. Currently, it supports mplayer backend based on MPlayerOSX. MPlayer and MPlyaerOSX: http://www.sonappart.net/gnustep/mplayer/ MPlayerPort: http://www.sonappart.net/gnustep/mplayer/ WWW: http://www.etoile-project.org/ Revision Changes Path 1.194 +1 -0 ports/multimedia/Makefile 1.1 +36 -0 ports/multimedia/etoile-multimediakit/Makefile (new) 1.1 +3 -0 ports/multimedia/etoile-multimediakit/distinfo (new) 1.1 +7 -0 ports/multimedia/etoile-multimediakit/pkg-descr (new) 1.1 +12 -0 ports/multimedia/etoile-multimediakit/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10:32: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E735D16A412; Sat, 23 Dec 2006 10:32:37 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BD20713C457; Sat, 23 Dec 2006 10:32:37 +0000 (UTC) (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 kBNAWbT3093379; Sat, 23 Dec 2006 10:32:37 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNAWbkI093378; Sat, 23 Dec 2006 10:32:37 GMT (envelope-from dinoex) Message-Id: <200612231032.kBNAWbkI093378@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 10:32:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 10:32:38 -0000 dinoex 2006-12-23 10:32:37 UTC FreeBSD ports repository Modified files: . modules Log: etoile-multimediakit --> ports/multimedia/etoile-multimediakit Revision Changes Path 1.16937 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFA6716A407; Sat, 23 Dec 2006 10:33:42 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9CF0913C45F; Sat, 23 Dec 2006 10:33:42 +0000 (UTC) (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 kBNAXgPS093964; Sat, 23 Dec 2006 10:33:42 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNAXgLb093963; Sat, 23 Dec 2006 10:33:42 GMT (envelope-from dinoex) Message-Id: <200612231033.kBNAXgLb093963@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 10:33: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/deskutils Makefile ports/deskutils/etoile-panekit 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, 23 Dec 2006 10:33:43 -0000 dinoex 2006-12-23 10:33:42 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/etoile-panekit Makefile distinfo pkg-descr pkg-plist Log: PaneKit is a framework which provides various features to build flexible pane window in any GNUstep or Cocoa applications. PKPanesController controls the main user interface and several presentations are available. Panes can be build in bundle of Nib or programmingly. They are registered in PKPaneRegistry and displayed by PKPanesController. PKPreferencesController and PKPreferencesPaneRegistry are designed to handle preferences. It includes an NSPreferencePane implementation (following Cocoa API). It is based on GSSystemPreferences code written by Uli Kusterer. WWW: http://www.etoile-project.org/ Revision Changes Path 1.276 +1 -0 ports/deskutils/Makefile 1.1 +33 -0 ports/deskutils/etoile-panekit/Makefile (new) 1.1 +3 -0 ports/deskutils/etoile-panekit/distinfo (new) 1.1 +14 -0 ports/deskutils/etoile-panekit/pkg-descr (new) 1.1 +14 -0 ports/deskutils/etoile-panekit/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10:34: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BBF8316A40F; Sat, 23 Dec 2006 10:34:18 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 917E513C441; Sat, 23 Dec 2006 10:34:18 +0000 (UTC) (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 kBNAYIT0094530; Sat, 23 Dec 2006 10:34:18 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNAYI9Q094529; Sat, 23 Dec 2006 10:34:18 GMT (envelope-from dinoex) Message-Id: <200612231034.kBNAYI9Q094529@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 10:34:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 23 Dec 2006 10:34:18 -0000 dinoex 2006-12-23 10:34:18 UTC FreeBSD ports repository Modified files: . modules Log: etoile-panekit --> ports/deskutils/etoile-panekit Revision Changes Path 1.16938 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10:38: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D197416A407; Sat, 23 Dec 2006 10:38:46 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A5B4013C442; Sat, 23 Dec 2006 10:38:46 +0000 (UTC) (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 kBNAckkk096204; Sat, 23 Dec 2006 10:38:46 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNAckQ9096203; Sat, 23 Dec 2006 10:38:46 GMT (envelope-from dinoex) Message-Id: <200612231038.kBNAckQ9096203@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 10:38:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils Makefile ports/deskutils/etoile-ui Makefile distinfo log 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, 23 Dec 2006 10:38:47 -0000 dinoex 2006-12-23 10:38:46 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/etoile-ui Makefile distinfo log pkg-descr pkg-plist Log: EtoileUI framework WWW: http://www.etoile-project.org/ Revision Changes Path 1.277 +1 -0 ports/deskutils/Makefile 1.1 +33 -0 ports/deskutils/etoile-ui/Makefile (new) 1.1 +3 -0 ports/deskutils/etoile-ui/distinfo (new) 1.1 +1 -0 ports/deskutils/etoile-ui/log (new) 1.1 +3 -0 ports/deskutils/etoile-ui/pkg-descr (new) 1.1 +8 -0 ports/deskutils/etoile-ui/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7504916A403; Sat, 23 Dec 2006 10:39:26 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4AED513C425; Sat, 23 Dec 2006 10:39:26 +0000 (UTC) (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 kBNAdQ0N096260; Sat, 23 Dec 2006 10:39:26 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNAdQb7096259; Sat, 23 Dec 2006 10:39:26 GMT (envelope-from dinoex) Message-Id: <200612231039.kBNAdQb7096259@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 10:39: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: 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, 23 Dec 2006 10:39:26 -0000 dinoex 2006-12-23 10:39:26 UTC FreeBSD ports repository Modified files: . modules Log: etoile-ui --> ports/deskutils/etoile-ui Revision Changes Path 1.16939 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10:41: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB66316A403; Sat, 23 Dec 2006 10:41:03 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D842E13C442; Sat, 23 Dec 2006 10:41:03 +0000 (UTC) (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 kBNAf3Ej096570; Sat, 23 Dec 2006 10:41:03 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNAf327096568; Sat, 23 Dec 2006 10:41:03 GMT (envelope-from dinoex) Message-Id: <200612231041.kBNAf327096568@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 10:41:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils Makefile ports/deskutils/etoile-systemconfig 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, 23 Dec 2006 10:41:04 -0000 dinoex 2006-12-23 10:41:03 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/etoile-systemconfig Makefile distinfo pkg-descr pkg-plist Log: SystemConfig is a framework which provides various a common way to set system specific preferences by interfacing with the host system. Host system means the following combo: * operating sytem * additional abstraction support (sound, network etc.) * display/window server Versatile and flexible devices support is often done through an extra abstraction layer/library on top of the kernel. This is what 'additional abstraction support' means. GNOME System tools backend is an example of such library that allows to set various settings (like network related ones) without having to pay attention on which operating system Etoile is used. WWW: http://www.etoile-project.org/ Revision Changes Path 1.278 +1 -0 ports/deskutils/Makefile 1.1 +33 -0 ports/deskutils/etoile-systemconfig/Makefile (new) 1.1 +3 -0 ports/deskutils/etoile-systemconfig/distinfo (new) 1.1 +13 -0 ports/deskutils/etoile-systemconfig/pkg-descr (new) 1.1 +8 -0 ports/deskutils/etoile-systemconfig/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10:41: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD5A716A4C2; Sat, 23 Dec 2006 10:41:46 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9050713C45F; Sat, 23 Dec 2006 10:41:46 +0000 (UTC) (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 kBNAfkoF097084; Sat, 23 Dec 2006 10:41:46 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNAfk8g097083; Sat, 23 Dec 2006 10:41:46 GMT (envelope-from dinoex) Message-Id: <200612231041.kBNAfk8g097083@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 10:41: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: Sat, 23 Dec 2006 10:41:46 -0000 dinoex 2006-12-23 10:41:46 UTC FreeBSD ports repository Modified files: . modules Log: etoile-systemconfig --> ports/deskutils/etoile-systemconfig Revision Changes Path 1.16940 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10:43: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3CC1E16A403; Sat, 23 Dec 2006 10:43:07 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 116EE13C44E; Sat, 23 Dec 2006 10:43:07 +0000 (UTC) (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 kBNAh6Zr097365; Sat, 23 Dec 2006 10:43:06 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNAh6Cn097363; Sat, 23 Dec 2006 10:43:06 GMT (envelope-from dinoex) Message-Id: <200612231043.kBNAh6Cn097363@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 10: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 Makefile ports/sysutils/etoile-system 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, 23 Dec 2006 10:43:07 -0000 dinoex 2006-12-23 10:43:06 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/etoile-system Makefile distinfo pkg-descr pkg-plist Log: A tool for starting up the Etoile project in the correct order. WWW: http://www.etoile-project.org/ Revision Changes Path 1.872 +1 -0 ports/sysutils/Makefile 1.1 +37 -0 ports/sysutils/etoile-system/Makefile (new) 1.1 +3 -0 ports/sysutils/etoile-system/distinfo (new) 1.1 +3 -0 ports/sysutils/etoile-system/pkg-descr (new) 1.1 +8 -0 ports/sysutils/etoile-system/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10:43: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E01C316A4AB; Sat, 23 Dec 2006 10:43:44 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B5A1613C459; Sat, 23 Dec 2006 10:43:44 +0000 (UTC) (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 kBNAhiFI097501; Sat, 23 Dec 2006 10:43:44 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNAhiHc097500; Sat, 23 Dec 2006 10:43:44 GMT (envelope-from dinoex) Message-Id: <200612231043.kBNAhiHc097500@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 23 Dec 2006 10:43: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: Sat, 23 Dec 2006 10:43:45 -0000 dinoex 2006-12-23 10:43:44 UTC FreeBSD ports repository Modified files: . modules Log: etoile-system --> ports/sysutils/etoile-system Revision Changes Path 1.16941 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D7B716A49E; Sat, 23 Dec 2006 10:49:31 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D5C7F13C41A; Sat, 23 Dec 2006 10:49:30 +0000 (UTC) (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 kBNAnU4L098111; Sat, 23 Dec 2006 10:49:30 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNAnUYC098110; Sat, 23 Dec 2006 10:49:30 GMT (envelope-from aaron) Message-Id: <200612231049.kBNAnUYC098110@repoman.freebsd.org> From: Aaron Dalton Date: Sat, 23 Dec 2006 10: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/irc Makefile ports/irc/p5-Bot-BasicBot 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, 23 Dec 2006 10:49:31 -0000 aaron 2006-12-23 10:49:30 UTC FreeBSD ports repository Modified files: irc Makefile Added files: irc/p5-Bot-BasicBot Makefile distinfo pkg-descr pkg-plist Log: Adding port irc/p5-Bot-BasicBot, a simple baseclass for IRC bots. Submitted by: aaron Committed by: aaron Revision Changes Path 1.141 +1 -0 ports/irc/Makefile 1.1 +32 -0 ports/irc/p5-Bot-BasicBot/Makefile (new) 1.1 +3 -0 ports/irc/p5-Bot-BasicBot/distinfo (new) 1.1 +5 -0 ports/irc/p5-Bot-BasicBot/pkg-descr (new) 1.1 +2 -0 ports/irc/p5-Bot-BasicBot/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9AA8416A403; Sat, 23 Dec 2006 10:49:43 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7048F13C441; Sat, 23 Dec 2006 10:49:43 +0000 (UTC) (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 kBNAnhh0098159; Sat, 23 Dec 2006 10:49:43 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNAnh5N098158; Sat, 23 Dec 2006 10:49:43 GMT (envelope-from aaron) Message-Id: <200612231049.kBNAnh5N098158@repoman.freebsd.org> From: Aaron Dalton Date: Sat, 23 Dec 2006 10:49: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: Sat, 23 Dec 2006 10:49:43 -0000 aaron 2006-12-23 10:49:43 UTC FreeBSD ports repository Modified files: . modules Log: p5-Bot-BasicBot --> ports/irc/p5-Bot-BasicBot Revision Changes Path 1.16942 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 23 11:01: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C634416A40F; Sat, 23 Dec 2006 11:01:17 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 99E8913C457; Sat, 23 Dec 2006 11:01:17 +0000 (UTC) (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 kBNB1HnF099860; Sat, 23 Dec 2006 11:01:17 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNB1HD4099858; Sat, 23 Dec 2006 11:01:17 GMT (envelope-from aaron) Message-Id: <200612231101.kBNB1HD4099858@repoman.freebsd.org> From: Aaron Dalton Date: Sat, 23 Dec 2006 11: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: ports/games Makefile ports/games/p5-Games-GuessWord 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, 23 Dec 2006 11:01:17 -0000 aaron 2006-12-23 11:01:17 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/p5-Games-GuessWord Makefile distinfo pkg-descr pkg-plist Log: Adding port games/p5-Games-GuessWord, a simple hangman implementation. submitted by: aaron Committed by: aaron Revision Changes Path 1.1068 +1 -0 ports/games/Makefile 1.1 +28 -0 ports/games/p5-Games-GuessWord/Makefile (new) 1.1 +3 -0 ports/games/p5-Games-GuessWord/distinfo (new) 1.1 +6 -0 ports/games/p5-Games-GuessWord/pkg-descr (new) 1.1 +5 -0 ports/games/p5-Games-GuessWord/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 11:01: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 26CE016A403; Sat, 23 Dec 2006 11:01:26 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F011913C45E; Sat, 23 Dec 2006 11:01:25 +0000 (UTC) (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 kBNB1Pmw099956; Sat, 23 Dec 2006 11:01:25 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNB1PTR099954; Sat, 23 Dec 2006 11:01:25 GMT (envelope-from aaron) Message-Id: <200612231101.kBNB1PTR099954@repoman.freebsd.org> From: Aaron Dalton Date: Sat, 23 Dec 2006 11:01:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 11:01:26 -0000 aaron 2006-12-23 11:01:25 UTC FreeBSD ports repository Modified files: . modules Log: p5-Games-GuessWord --> ports/games/p5-Games-GuessWord Revision Changes Path 1.16943 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 23 11:07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C50D016A403; Sat, 23 Dec 2006 11:07:21 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 999D213C441; Sat, 23 Dec 2006 11:07:21 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNB7Lmh002638; Sat, 23 Dec 2006 11:07:21 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNB7LX2002637; Sat, 23 Dec 2006 11:07:21 GMT (envelope-from rafan) Message-Id: <200612231107.kBNB7LX2002637@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 23 Dec 2006 11: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/mail Makefile ports/mail/p5-MIME-Explode 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, 23 Dec 2006 11:07:21 -0000 rafan 2006-12-23 11:07:21 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-MIME-Explode Makefile distinfo pkg-descr pkg-plist Log: Add p5-MIME-Explode 0.38, perl extension for explode MIME messages. PR: ports/107031 Submitted by: chinsan Revision Changes Path 1.816 +1 -0 ports/mail/Makefile 1.1 +22 -0 ports/mail/p5-MIME-Explode/Makefile (new) 1.1 +3 -0 ports/mail/p5-MIME-Explode/distinfo (new) 1.1 +6 -0 ports/mail/p5-MIME-Explode/pkg-descr (new) 1.1 +8 -0 ports/mail/p5-MIME-Explode/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE21E16A403; Sat, 23 Dec 2006 11:07:29 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 92D8C13C43A; Sat, 23 Dec 2006 11:07:29 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNB7Tjt002678; Sat, 23 Dec 2006 11:07:29 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNB7TH6002677; Sat, 23 Dec 2006 11:07:29 GMT (envelope-from rafan) Message-Id: <200612231107.kBNB7TH6002677@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 23 Dec 2006 11:07: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: Sat, 23 Dec 2006 11:07:29 -0000 rafan 2006-12-23 11:07:29 UTC FreeBSD ports repository Modified files: . modules Log: p5-MIME-Explode --> ports/mail/p5-MIME-Explode Revision Changes Path 1.16944 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 23 11:08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 13DD916A407; Sat, 23 Dec 2006 11:08:28 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DCE7513C44B; Sat, 23 Dec 2006 11:08:27 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNB8RPW002798; Sat, 23 Dec 2006 11:08:27 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNB8RNL002797; Sat, 23 Dec 2006 11:08:27 GMT (envelope-from rafan) Message-Id: <200612231108.kBNB8RNL002797@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 23 Dec 2006 11:08: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 Makefile ports/www/p5-Newsletter 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, 23 Dec 2006 11:08:28 -0000 rafan 2006-12-23 11:08:27 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Newsletter Makefile distinfo pkg-descr pkg-plist Log: Add p5-Newsletter 0.03, a Simple website based Newsletter interface. PR: ports/107033 Submitted by: chinsan Revision Changes Path 1.1648 +1 -0 ports/www/Makefile 1.1 +26 -0 ports/www/p5-Newsletter/Makefile (new) 1.1 +3 -0 ports/www/p5-Newsletter/distinfo (new) 1.1 +5 -0 ports/www/p5-Newsletter/pkg-descr (new) 1.1 +9 -0 ports/www/p5-Newsletter/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36E7516A403; Sat, 23 Dec 2006 11:08:34 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0C08113C45A; Sat, 23 Dec 2006 11:08:34 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNB8XrS002834; Sat, 23 Dec 2006 11:08:33 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNB8Xab002833; Sat, 23 Dec 2006 11:08:33 GMT (envelope-from rafan) Message-Id: <200612231108.kBNB8Xab002833@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 23 Dec 2006 11:08: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: Sat, 23 Dec 2006 11:08:34 -0000 rafan 2006-12-23 11:08:33 UTC FreeBSD ports repository Modified files: . modules Log: p5-Newsletter --> ports/www/p5-Newsletter Revision Changes Path 1.16945 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 23 11:35: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F4B216A407; Sat, 23 Dec 2006 11:35:13 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 135DE13C460; Sat, 23 Dec 2006 11:35:13 +0000 (UTC) (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 kBNBZCMQ007363; Sat, 23 Dec 2006 11:35:12 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNBZC41007362; Sat, 23 Dec 2006 11:35:12 GMT (envelope-from aaron) Message-Id: <200612231135.kBNBZC41007362@repoman.freebsd.org> From: Aaron Dalton Date: Sat, 23 Dec 2006 11:35:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc Makefile ports/irc/p5-IRC-Bot-Hangman 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, 23 Dec 2006 11:35:13 -0000 aaron 2006-12-23 11:35:12 UTC FreeBSD ports repository Modified files: irc Makefile Added files: irc/p5-IRC-Bot-Hangman Makefile distinfo pkg-descr pkg-plist Log: Adding port irc/p5-IRC-Bot-Hangman, a simple IRC bot that plays Hangman. Submitted by: aaron Committed by: aaron Revision Changes Path 1.142 +1 -0 ports/irc/Makefile 1.1 +45 -0 ports/irc/p5-IRC-Bot-Hangman/Makefile (new) 1.1 +3 -0 ports/irc/p5-IRC-Bot-Hangman/distinfo (new) 1.1 +10 -0 ports/irc/p5-IRC-Bot-Hangman/pkg-descr (new) 1.1 +18 -0 ports/irc/p5-IRC-Bot-Hangman/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 11:35: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A357116A415; Sat, 23 Dec 2006 11:35:20 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 78F4C13C442; Sat, 23 Dec 2006 11:35:20 +0000 (UTC) (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 kBNBZKPJ007409; Sat, 23 Dec 2006 11:35:20 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNBZKrD007408; Sat, 23 Dec 2006 11:35:20 GMT (envelope-from aaron) Message-Id: <200612231135.kBNBZKrD007408@repoman.freebsd.org> From: Aaron Dalton Date: Sat, 23 Dec 2006 11:35:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 11:35:20 -0000 aaron 2006-12-23 11:35:20 UTC FreeBSD ports repository Modified files: . modules Log: p5-IRC-Bot-Hangman --> ports/irc/p5-IRC-Bot-Hangman Revision Changes Path 1.16946 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 23 12:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 573FC16A403; Sat, 23 Dec 2006 12:40:55 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2CC1313C425; Sat, 23 Dec 2006 12:40:55 +0000 (UTC) (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 kBNCetEf018004; Sat, 23 Dec 2006 12:40:55 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNCeslU018001; Sat, 23 Dec 2006 12:40:54 GMT (envelope-from remko) Message-Id: <200612231240.kBNCeslU018001@repoman.freebsd.org> From: Remko Lodder Date: Sat, 23 Dec 2006 12:40:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 12:40:55 -0000 remko 2006-12-23 12:40:54 UTC FreeBSD src repository (doc committer) Modified files: sys/dev/ata ata-queue.c Log: Fix a typo in ata-queue.c PR: kern/107100 Submitted by: Stephen J. Roznowski Approved by: sos Revision Changes Path 1.66 +2 -2 src/sys/dev/ata/ata-queue.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 12:42: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D1A6616A416; Sat, 23 Dec 2006 12:42:13 +0000 (UTC) (envelope-from mb@imp.ch) Received: from mx2.imp.ch (mx2.imp.ch [157.161.9.17]) by mx1.freebsd.org (Postfix) with ESMTP id 52F0E13C45E; Sat, 23 Dec 2006 12:42:11 +0000 (UTC) (envelope-from mb@imp.ch) Received: from godot.imp.ch (godot.imp.ch [157.161.4.8]) by pop.imp.ch (8.13.8/8.13.8/Submit_imp) with ESMTP id kBNCFS4e032024; Sat, 23 Dec 2006 13:15:29 +0100 (CET) (envelope-from mb@imp.ch) Date: Sat, 23 Dec 2006 13:15:28 +0100 (CET) From: Martin Blapp To: Max Laier In-Reply-To: <200612220404.20678.max@love2party.net> Message-ID: <20061223131448.J53548@godot.imp.ch> References: <200612211625.kBLGPh8o057110@repoman.freebsd.org> <200612220404.20678.max@love2party.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanned-By: MIMEDefang 2.58 on 157.161.9.65 Cc: cvs-src@FreeBSD.org, Martin Blapp , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 12:42:13 -0000 Hi, >> Submitted by: tegge >> Approved by: re (kensmith) > > Hurray! Thanks for all the work and effort you put into this! > I'm glad we finally found the bad code ! Martin From owner-cvs-all@FreeBSD.ORG Sat Dec 23 13:29: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2553116A412; Sat, 23 Dec 2006 13:29:42 +0000 (UTC) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EFD6913C44E; Sat, 23 Dec 2006 13:29:41 +0000 (UTC) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNDTfeA034797; Sat, 23 Dec 2006 13:29:41 GMT (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNDTfAm034796; Sat, 23 Dec 2006 13:29:41 GMT (envelope-from sumikawa) Message-Id: <200612231329.kBNDTfAm034796@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Sat, 23 Dec 2006 13:29:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/p5-FFmpeg-Command Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 13:29:42 -0000 sumikawa 2006-12-23 13:29:41 UTC FreeBSD ports repository Modified files: multimedia/p5-FFmpeg-Command Makefile distinfo Log: Upgrade to 0.06. PR: ports/107077 Submitted by: chinsan Revision Changes Path 1.4 +5 -1 ports/multimedia/p5-FFmpeg-Command/Makefile 1.4 +3 -3 ports/multimedia/p5-FFmpeg-Command/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 23 14:07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE43716A403; Sat, 23 Dec 2006 14:07:19 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C5FE613C43A; Sat, 23 Dec 2006 14:07:19 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNE7J1f042183; Sat, 23 Dec 2006 14:07:19 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNE7JV8042182; Sat, 23 Dec 2006 14:07:19 GMT (envelope-from demon) Message-Id: <200612231407.kBNE7JV8042182@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sat, 23 Dec 2006 14:07: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/p5-ExtUtils-ParseXS Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 14:07:20 -0000 demon 2006-12-23 14:07:18 UTC FreeBSD ports repository Modified files: devel/p5-ExtUtils-ParseXS Makefile distinfo Log: Update to 2.17. PR: 107066 Submitted by: chinsan Revision Changes Path 1.8 +2 -2 ports/devel/p5-ExtUtils-ParseXS/Makefile 1.7 +3 -2 ports/devel/p5-ExtUtils-ParseXS/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 23 14:11: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C219716A407; Sat, 23 Dec 2006 14:11:38 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9978713C459; Sat, 23 Dec 2006 14:11:38 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNEBcCm042999; Sat, 23 Dec 2006 14:11:38 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNEBc4f042997; Sat, 23 Dec 2006 14:11:38 GMT (envelope-from demon) Message-Id: <200612231411.kBNEBc4f042997@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sat, 23 Dec 2006 14:11: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/libmatheval Makefile distinfo pkg-plist ports/devel/libmatheval/files patch-config-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, 23 Dec 2006 14:11:38 -0000 demon 2006-12-23 14:11:38 UTC FreeBSD ports repository Modified files: devel/libmatheval Makefile distinfo pkg-plist Added files: devel/libmatheval/files patch-config-ltmain.sh Log: Update to 1.1.3. PR: 106653 Submitted by: Ying-Chieh Liao Revision Changes Path 1.4 +3 -3 ports/devel/libmatheval/Makefile 1.3 +3 -3 ports/devel/libmatheval/distinfo 1.1 +15 -0 ports/devel/libmatheval/files/patch-config-ltmain.sh (new) 1.2 +0 -1 ports/devel/libmatheval/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 23 14:25: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A258E16A412; Sat, 23 Dec 2006 14:25:17 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7BCF213C474; Sat, 23 Dec 2006 14:25:17 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNEPHhp045259; Sat, 23 Dec 2006 14:25:17 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNEPHdx045258; Sat, 23 Dec 2006 14:25:17 GMT (envelope-from yar) Message-Id: <200612231425.kBNEPHdx045258@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 23 Dec 2006 14:25: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/systat swap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 14:25:17 -0000 yar 2006-12-23 14:25:17 UTC FreeBSD src repository Modified files: usr.bin/systat swap.c Log: Start fixing the "swap" display by saving one horizontal position. Now the display won't overflow the 80-char row if BLOCKSIZE=1024. The new spacing is also consistent with the "pigs" display. Revision Changes Path 1.25 +2 -2 src/usr.bin/systat/swap.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 14:30: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00F6716A417; Sat, 23 Dec 2006 14:30:51 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CF10313C44B; Sat, 23 Dec 2006 14:30:50 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNEUonl045520; Sat, 23 Dec 2006 14:30:50 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNEUoZG045519; Sat, 23 Dec 2006 14:30:50 GMT (envelope-from yar) Message-Id: <200612231430.kBNEUoZG045519@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 23 Dec 2006 14:30: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/usr.bin/systat swap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 14:30:51 -0000 yar 2006-12-23 14:30:50 UTC FreeBSD src repository Modified files: usr.bin/systat swap.c Log: Fix the Total line shown if there are >1 swap devices. Revision Changes Path 1.26 +9 -11 src/usr.bin/systat/swap.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D000E16A47B; Sat, 23 Dec 2006 14:33:34 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A8CB013C461; Sat, 23 Dec 2006 14:33:34 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNEXYRX046582; Sat, 23 Dec 2006 14:33:34 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNEXY1M046580; Sat, 23 Dec 2006 14:33:34 GMT (envelope-from nox) Message-Id: <200612231433.kBNEXY1M046580@repoman.freebsd.org> From: Juergen Lock Date: Sat, 23 Dec 2006 14:33:34 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/pgpkeys nox.key pgpkeys-developers.sgml pgpkeys.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 14:33:34 -0000 nox 2006-12-23 14:33:33 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent Added files: share/pgpkeys nox.key Log: Add my pgp key Approved by: miwi (mentor) Revision Changes Path 1.1 +41 -0 doc/share/pgpkeys/nox.key (new) 1.39 +5 -0 doc/share/pgpkeys/pgpkeys-developers.sgml 1.131 +1 -0 doc/share/pgpkeys/pgpkeys.ent From owner-cvs-all@FreeBSD.ORG Sat Dec 23 14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3304316A417; Sat, 23 Dec 2006 14:39:01 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0CEFF13C457; Sat, 23 Dec 2006 14:39:01 +0000 (UTC) (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 kBNEd0Y6046996; Sat, 23 Dec 2006 14:39:00 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNEd0iM046993; Sat, 23 Dec 2006 14:39:00 GMT (envelope-from arved) Message-Id: <200612231439.kBNEd0iM046993@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 23 Dec 2006 14:39:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/kdebase3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 14:39:01 -0000 arved 2006-12-23 14:39:00 UTC FreeBSD ports repository Modified files: x11/kdebase3 Makefile Log: Fix overlong entry in make config Reported by: Heino Tiedemann Submitted by: Andy Fawcett Revision Changes Path 1.188 +1 -1 ports/x11/kdebase3/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 23 15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D62FD16A40F; Sat, 23 Dec 2006 15:29:34 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B0C4513C45A; Sat, 23 Dec 2006 15:29:34 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNFTYAM055895; Sat, 23 Dec 2006 15:29:34 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNFTYP9055894; Sat, 23 Dec 2006 15:29:34 GMT (envelope-from shaun) Message-Id: <200612231529.kBNFTYP9055894@repoman.freebsd.org> From: Shaun Amott Date: Sat, 23 Dec 2006 15:29:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/nmap Makefile ports/security/nmap/files patch-output.cc patch-tcpip.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 15:29:34 -0000 shaun 2006-12-23 15:29:34 UTC FreeBSD ports repository Modified files: security/nmap Makefile Added files: security/nmap/files patch-output.cc patch-tcpip.cc Log: - Fix build on FreeBSD 4.x. PR: ports/106911 Submitted by: Daniel Roethlisberger (maintainer) Revision Changes Path 1.103 +1 -7 ports/security/nmap/Makefile 1.1 +13 -0 ports/security/nmap/files/patch-output.cc (new) 1.3 +20 -0 ports/security/nmap/files/patch-tcpip.cc (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 15: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E6DF116A403; Sat, 23 Dec 2006 15:35:05 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B7D3D13C448; Sat, 23 Dec 2006 15:35:05 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNFZ5Rt057301; Sat, 23 Dec 2006 15:35:05 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNFZ5XW057296; Sat, 23 Dec 2006 15:35:05 GMT (envelope-from demon) Message-Id: <200612231535.kBNFZ5XW057296@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sat, 23 Dec 2006 15:35: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/yaz 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, 23 Dec 2006 15:35:06 -0000 demon 2006-12-23 15:35:05 UTC FreeBSD ports repository Modified files: net/yaz Makefile distinfo pkg-plist Log: Update to 2.1.42. Revision Changes Path 1.41 +6 -2 ports/net/yaz/Makefile 1.36 +3 -2 ports/net/yaz/distinfo 1.21 +4 -6 ports/net/yaz/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 23 15:37: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 16A0D16A40F; Sat, 23 Dec 2006 15:37:52 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E6C3013C458; Sat, 23 Dec 2006 15:37:51 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNFbpX4057430; Sat, 23 Dec 2006 15:37:51 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNFbpQh057429; Sat, 23 Dec 2006 15:37:51 GMT (envelope-from demon) Message-Id: <200612231537.kBNFbpQh057429@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sat, 23 Dec 2006 15:37:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-Z3950 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 15:37:52 -0000 demon 2006-12-23 15:37:51 UTC FreeBSD ports repository Modified files: net/p5-Net-Z3950 Makefile distinfo Log: Update to 0.51. Revision Changes Path 1.15 +1 -1 ports/net/p5-Net-Z3950/Makefile 1.12 +3 -3 ports/net/p5-Net-Z3950/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 23 15:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6689916A40F; Sat, 23 Dec 2006 15:40:42 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1743113C45A; Sat, 23 Dec 2006 15:40:42 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNFefrM057587; Sat, 23 Dec 2006 15:40:41 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNFef4e057586; Sat, 23 Dec 2006 15:40:41 GMT (envelope-from yar) Message-Id: <200612231540.kBNFef4e057586@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 23 Dec 2006 15: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/usr.bin/systat swap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 15:40:42 -0000 yar 2006-12-23 15:40:41 UTC FreeBSD src repository Modified files: usr.bin/systat swap.c Log: Fix the swap display further: 1) Resize the Used column to avoid screen overflow if BLOCKSIZE is long. 2) Track the current swap configuration so that its changes don't break the display. Suggested by: bde (1) Revision Changes Path 1.27 +24 -8 src/usr.bin/systat/swap.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 16:04: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFC6516A403; Sat, 23 Dec 2006 16:04:33 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9BB6D13C44B; Sat, 23 Dec 2006 16:04:33 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNG4XgK062875; Sat, 23 Dec 2006 16:04:33 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNG4XkJ062874; Sat, 23 Dec 2006 16:04:33 GMT (envelope-from demon) Message-Id: <200612231604.kBNG4XkJ062874@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sat, 23 Dec 2006 16:04: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/net Makefile ports/net/p5-Net-Z3950-ZOOM 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, 23 Dec 2006 16:04:33 -0000 demon 2006-12-23 16:04:33 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-Z3950-ZOOM Makefile distinfo pkg-descr pkg-plist Log: New port: p5-Net-Z3950-ZOOM. A perl interface to the Z39.50 Object-Orientation Model (ZOOM). Revision Changes Path 1.1787 +1 -0 ports/net/Makefile 1.1 +32 -0 ports/net/p5-Net-Z3950-ZOOM/Makefile (new) 1.1 +3 -0 ports/net/p5-Net-Z3950-ZOOM/distinfo (new) 1.1 +7 -0 ports/net/p5-Net-Z3950-ZOOM/pkg-descr (new) 1.1 +11 -0 ports/net/p5-Net-Z3950-ZOOM/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D5C716A510; Sat, 23 Dec 2006 16:05:13 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4947C13C45F; Sat, 23 Dec 2006 16:05:13 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNG5DIP063056; Sat, 23 Dec 2006 16:05:13 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNG5D7s063048; Sat, 23 Dec 2006 16:05:13 GMT (envelope-from demon) Message-Id: <200612231605.kBNG5D7s063048@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sat, 23 Dec 2006 16:05:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 16:05:13 -0000 demon 2006-12-23 16:05:12 UTC FreeBSD ports repository Modified files: . modules Log: p5-Net-Z3950-ZOOM --> ports/net/p5-Net-Z3950-ZOOM Revision Changes Path 1.16947 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 23 16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E4E716A403; Sat, 23 Dec 2006 16:08:17 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4A9A413C458; Sat, 23 Dec 2006 16:08:17 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNG8HBl063361; Sat, 23 Dec 2006 16:08:17 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNG8Hum063360; Sat, 23 Dec 2006 16:08:17 GMT (envelope-from demon) Message-Id: <200612231608.kBNG8Hum063360@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sat, 23 Dec 2006 16:08: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/p5-Net-Z3950 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 16:08:17 -0000 demon 2006-12-23 16:08:17 UTC FreeBSD ports repository Modified files: net/p5-Net-Z3950 Makefile Log: Register conflict with p5-Net-Z3950-ZOOM. Revision Changes Path 1.16 +3 -1 ports/net/p5-Net-Z3950/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 23 16: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0586A16A403; Sat, 23 Dec 2006 16:23:47 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D4F2A13C457; Sat, 23 Dec 2006 16:23:46 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNGNk4K066015; Sat, 23 Dec 2006 16:23:46 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNGNkIi066013; Sat, 23 Dec 2006 16:23:46 GMT (envelope-from demon) Message-Id: <200612231623.kBNGNkIi066013@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sat, 23 Dec 2006 16:23: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/p5-Net-Z3950-SimpleServer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 16:23:47 -0000 demon 2006-12-23 16:23:46 UTC FreeBSD ports repository Modified files: net/p5-Net-Z3950-SimpleServer Makefile distinfo Log: Update to 1.04. Revision Changes Path 1.11 +8 -1 ports/net/p5-Net-Z3950-SimpleServer/Makefile 1.8 +3 -3 ports/net/p5-Net-Z3950-SimpleServer/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 23 16:31: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F4B416A40F; Sat, 23 Dec 2006 16:31:07 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E16CA13C455; Sat, 23 Dec 2006 16:31:06 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNGV6uG066755; Sat, 23 Dec 2006 16:31:06 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNGV6TJ066754; Sat, 23 Dec 2006 16:31:06 GMT (envelope-from yar) Message-Id: <200612231631.kBNGV6TJ066754@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 23 Dec 2006 16:31: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/usr.bin/systat swap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 16:31:07 -0000 yar 2006-12-23 16:31:06 UTC FreeBSD src repository Modified files: usr.bin/systat swap.c Log: Add some vertical whitespace for easier reading. Revision Changes Path 1.28 +4 -1 src/usr.bin/systat/swap.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 16:39: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A722A16A403; Sat, 23 Dec 2006 16:39:10 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 856E313C43A; Sat, 23 Dec 2006 16:39:10 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNGdAbo068157; Sat, 23 Dec 2006 16:39:10 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNGdA06068156; Sat, 23 Dec 2006 16:39:10 GMT (envelope-from yar) Message-Id: <200612231639.kBNGdA06068156@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 23 Dec 2006 16:39: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/usr.bin/systat swap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 16:39:10 -0000 yar 2006-12-23 16:39:09 UTC FreeBSD src repository Modified files: usr.bin/systat swap.c Log: Eliminate a couple of screen coordinate variables that were useless and just obfuscated the code. Revision Changes Path 1.29 +8 -14 src/usr.bin/systat/swap.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 16:46: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92BAD16A412; Sat, 23 Dec 2006 16:46:24 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 885CB13C43A; Sat, 23 Dec 2006 16:46:24 +0000 (UTC) (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 kBNGkOjc069625; Sat, 23 Dec 2006 16:46:24 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNGkOJB069624; Sat, 23 Dec 2006 16:46:24 GMT (envelope-from lth) Message-Id: <200612231646.kBNGkOJB069624@repoman.freebsd.org> From: Lars Thegler Date: Sat, 23 Dec 2006 16:46:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/perforce Makefile distinfo.freebsd4 distinfo.freebsd54x86 distinfo.freebsd54x86_64 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 16:46:24 -0000 lth 2006-12-23 16:46:23 UTC FreeBSD ports repository Modified files: devel/perforce Makefile distinfo.freebsd4 distinfo.freebsd54x86 distinfo.freebsd54x86_64 Log: Chase updated binaries. Bugs fixed (from release notes): #113339 ** 'p4 opened -a //...' was being adversely affected by the optimization in change #109212. It is now back to its previous performance. (Bug #23307) #113270 ** Files changed from type ktext to text would be stored at the server with the keywords unexpanded even if the files had been submitted with the keywords expanded. This behavior, present only in release 2006.1, has been fixed. (Bug #23258) #112408 ** 'p4 depot' will not abort when it encounters a UNC path in the Map field so long as the path also ends in '...'. UNC path handling in the depot form was broken by change 93286, but it has now been fixed. (Bug #23191) #94339 ** 'p4 changes @changelist' could be slower in 2005.2 than it was in 2005.1 due to an optimization intended to speed up changelist ranges (@changelist,changelist). The optimization has been tuned to be no slower than 2005.1. (Bug #20192). For complete list of changes, see: http://www.perforce.com/perforce/doc.061/user/relnotes.txt PR: ports/107137 Submitted by: gabor Revision Changes Path 1.66 +1 -1 ports/devel/perforce/Makefile 1.4 +5 -5 ports/devel/perforce/distinfo.freebsd4 1.5 +5 -5 ports/devel/perforce/distinfo.freebsd54x86 1.6 +5 -5 ports/devel/perforce/distinfo.freebsd54x86_64 From owner-cvs-all@FreeBSD.ORG Sat Dec 23 16:48: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6406616A403; Sat, 23 Dec 2006 16:48:30 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 41EBA13C442; Sat, 23 Dec 2006 16:48:30 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNGmULZ077821; Sat, 23 Dec 2006 16:48:30 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNGmUON077820; Sat, 23 Dec 2006 16:48:30 GMT (envelope-from yar) Message-Id: <200612231648.kBNGmUON077820@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 23 Dec 2006 16:48: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/usr.bin/systat swap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 16:48:30 -0000 yar 2006-12-23 16:48:29 UTC FreeBSD src repository Modified files: usr.bin/systat swap.c Log: Reposition the "(swap not configured)" sign WRT the new layout. Revision Changes Path 1.30 +1 -1 src/usr.bin/systat/swap.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 16:58: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5161D16A40F; Sat, 23 Dec 2006 16:58:58 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2FA7B13C457; Sat, 23 Dec 2006 16:58:58 +0000 (UTC) (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 kBNGwwVq079468; Sat, 23 Dec 2006 16:58:58 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNGwvZ7079467; Sat, 23 Dec 2006 16:58:57 GMT (envelope-from rodrigc) Message-Id: <200612231658.kBNGwvZ7079467@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 23 Dec 2006 16:58:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/usr.sbin/mountd mountd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 16:58:58 -0000 rodrigc 2006-12-23 16:58:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) usr.sbin/mountd mountd.c Log: MFC: 1.91 Ignore SIGPIPE, instead of terminating process. PR: 81230 Submitted by: Dmitrij Tejblum Approved by: re (kensmith) Revision Changes Path 1.81.2.6.2.1 +1 -0 src/usr.sbin/mountd/mountd.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 17:02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E0AE16A415; Sat, 23 Dec 2006 17:02:10 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6BE5713C442; Sat, 23 Dec 2006 17:02:10 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNH2A2R080223; Sat, 23 Dec 2006 17:02:10 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNH2Amg080222; Sat, 23 Dec 2006 17:02:10 GMT (envelope-from yar) Message-Id: <200612231702.kBNH2Amg080222@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 23 Dec 2006 17:02:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat swap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 17:02:10 -0000 yar 2006-12-23 17:02:09 UTC FreeBSD src repository Modified files: usr.bin/systat swap.c Log: Improve style: - Don't define vars inside loops. - Avoid useless casts. - Use C idioms. - Do alike things in a consistent way. Revision Changes Path 1.31 +6 -20 src/usr.bin/systat/swap.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 17:14: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 989A716A417; Sat, 23 Dec 2006 17:14:02 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7762E13C458; Sat, 23 Dec 2006 17:14:02 +0000 (UTC) (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 kBNHE2kK083440; Sat, 23 Dec 2006 17:14:02 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNHE2M7083436; Sat, 23 Dec 2006 17:14:02 GMT (envelope-from ru) Message-Id: <200612231714.kBNHE2M7083436@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 23 Dec 2006 17:14:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/id groups.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 17:14:02 -0000 ru 2006-12-23 17:14:02 UTC FreeBSD src repository Modified files: usr.bin/id groups.1 Log: Improve markup. Revision Changes Path 1.10 +2 -1 src/usr.bin/id/groups.1 From owner-cvs-all@FreeBSD.ORG Sat Dec 23 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 555D516A552; Sat, 23 Dec 2006 17:18:32 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2363B13C4FC; Sat, 23 Dec 2006 17:18:29 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNHIIYC083786; Sat, 23 Dec 2006 17:18:18 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNHIIdj083785; Sat, 23 Dec 2006 17:18:18 GMT (envelope-from alfred) Message-Id: <200612231718.kBNHIIdj083785@repoman.freebsd.org> From: Alfred Perlstein Date: Sat, 23 Dec 2006 17:18:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_aue.c if_auereg.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, 23 Dec 2006 17:18:32 -0000 alfred 2006-12-23 17:18:18 UTC FreeBSD src repository Modified files: sys/dev/usb if_aue.c if_auereg.h Log: Fix a deadlock in detach/shutdown. The problem was that I was acquiring the driver sx lock and then waiting for a taskqueue to drain, however the taskqueue itself would try to acquire the lock as well leading to a deadlock. To fix the problem roll my own exclusive lock that allows for lock cancellation. This is a normal exclusive lock, however if someone marks it as "dead" then all waiters who request an error return will get back an error instead of continuing to wait for the lock. In this particular case, the shutdown and detach functions kill the lock while the async task thread tries to acquire the lock but will abort if the lock returns an error. The other option was to drop the driver lock mid-detach and mid-shutdown, mid-detach was a ok, however mid-shutdown was not. While I'm here, fix a bug in what appears to be the mii link status word in the softc going out to lunch. Explicitly set the status word to 1 after initializing the mii. This would result in an interface that would never respond to "if_start" requests as the mii interface would always look down. Revision Changes Path 1.104 +155 -15 src/sys/dev/usb/if_aue.c 1.26 +9 -5 src/sys/dev/usb/if_auereg.h From owner-cvs-all@FreeBSD.ORG Sat Dec 23 17:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 32F9E16A403; Sat, 23 Dec 2006 17:33:07 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 11FB613C442; Sat, 23 Dec 2006 17:33:07 +0000 (UTC) (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 kBNHX6Lk086446; Sat, 23 Dec 2006 17:33:06 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNHX6cG086445; Sat, 23 Dec 2006 17:33:06 GMT (envelope-from tobez) Message-Id: <200612231733.kBNHX6cG086445@repoman.freebsd.org> From: Anton Berezin Date: Sat, 23 Dec 2006 17:33: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/misc/p5-Tie-DxHash Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 17:33:07 -0000 tobez 2006-12-23 17:33:06 UTC FreeBSD ports repository Modified files: misc/p5-Tie-DxHash Makefile distinfo Log: Update to 1.02. Refine comment. Assign maintainer to perl@. Unbreak - require perl from ports instead. Revision Changes Path 1.6 +8 -5 ports/misc/p5-Tie-DxHash/Makefile 1.5 +3 -3 ports/misc/p5-Tie-DxHash/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 23 17: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E5D916A403; Sat, 23 Dec 2006 17:42:42 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 72FB513C448; Sat, 23 Dec 2006 17:42:42 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNHgg0x088072; Sat, 23 Dec 2006 17:42:42 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNHggHC088071; Sat, 23 Dec 2006 17:42:42 GMT (envelope-from nox) Message-Id: <200612231742.kBNHggHC088071@repoman.freebsd.org> From: Juergen Lock Date: Sat, 23 Dec 2006 17:42: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/archivers/p7zip Makefile ports/archivers/rpm2cpio Makefile ports/audio/gramofile Makefile ports/devel/tkinspect Makefile ports/emulators/kqemu-kmod Makefile ports/emulators/qemu Makefile ports/games/gracer Makefile ports/irc/olirc Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 17:42:42 -0000 nox 2006-12-23 17:42:42 UTC FreeBSD ports repository Modified files: archivers/p7zip Makefile archivers/rpm2cpio Makefile audio/gramofile Makefile devel/tkinspect Makefile emulators/kqemu-kmod Makefile emulators/qemu Makefile games/gracer Makefile irc/olirc Makefile multimedia/projectx Makefile print/cdlabelgen Makefile Log: Update MAINTAINER email address of my ports Approved by: miwi Revision Changes Path 1.22 +1 -1 ports/archivers/p7zip/Makefile 1.16 +1 -1 ports/archivers/rpm2cpio/Makefile 1.10 +1 -1 ports/audio/gramofile/Makefile 1.4 +1 -1 ports/devel/tkinspect/Makefile 1.11 +1 -1 ports/emulators/kqemu-kmod/Makefile 1.63 +1 -1 ports/emulators/qemu/Makefile 1.31 +1 -1 ports/games/gracer/Makefile 1.17 +1 -1 ports/irc/olirc/Makefile 1.5 +1 -1 ports/multimedia/projectx/Makefile 1.11 +1 -1 ports/print/cdlabelgen/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 23 17:46: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2F8E16A407; Sat, 23 Dec 2006 17:46:32 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 91FE113C44B; Sat, 23 Dec 2006 17:46:32 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNHkWjN088649; Sat, 23 Dec 2006 17:46:32 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNHkWqu088648; Sat, 23 Dec 2006 17:46:32 GMT (envelope-from yar) Message-Id: <200612231746.kBNHkWqu088648@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 23 Dec 2006 17:46:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat swap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 17:46:32 -0000 yar 2006-12-23 17:46:32 UTC FreeBSD src repository Modified files: usr.bin/systat swap.c Log: Make it possible for meter to reach 100% mark when swap is totally full. Revision Changes Path 1.32 +1 -1 src/usr.bin/systat/swap.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 17: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 844EC16A412; Sat, 23 Dec 2006 17:52:22 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 624C513C41A; Sat, 23 Dec 2006 17:52:22 +0000 (UTC) (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 kBNHqMBX089507; Sat, 23 Dec 2006 17:52:22 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNHqMjW089506; Sat, 23 Dec 2006 17:52:22 GMT (envelope-from nork) Message-Id: <200612231752.kBNHqMjW089506@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 23 Dec 2006 17:52:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sylpheed2-devel Makefile distinfo ports/mail/sylpheed2-devel/files patch-libsylph-ssl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 17:52:22 -0000 nork 2006-12-23 17:52:21 UTC FreeBSD ports repository Modified files: mail/sylpheed2-devel Makefile distinfo Added files: mail/sylpheed2-devel/files patch-libsylph-ssl.c Log: Update to 2.3.0RC. Revision Changes Path 1.152 +7 -4 ports/mail/sylpheed2-devel/Makefile 1.107 +3 -3 ports/mail/sylpheed2-devel/distinfo 1.1 +10 -0 ports/mail/sylpheed2-devel/files/patch-libsylph-ssl.c (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3ACE816A407; Sat, 23 Dec 2006 18:01:52 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1A23613C45A; Sat, 23 Dec 2006 18:01:52 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNI1pEO090940; Sat, 23 Dec 2006 18:01:51 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNI1pUG090929; Sat, 23 Dec 2006 18:01:51 GMT (envelope-from stas) Message-Id: <200612231801.kBNI1pUG090929@repoman.freebsd.org> From: Stanislav Sedov Date: Sat, 23 Dec 2006 18:01:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/freeglut Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 18:01:52 -0000 stas 2006-12-23 18:01:50 UTC FreeBSD ports repository Modified files: graphics/freeglut Makefile Log: - Fix building with gcc41. The fix should be for really for xproto (c99 compatiblity), but it's not good to fix that now when the x11r7 import is planned. Revision Changes Path 1.14 +2 -1 ports/graphics/freeglut/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 23 18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F2C416A533; Sat, 23 Dec 2006 18:03:11 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E34F613C45B; Sat, 23 Dec 2006 18:03:10 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNI3AN6092464; Sat, 23 Dec 2006 18:03:10 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNI3Aum092461; Sat, 23 Dec 2006 18:03:10 GMT (envelope-from yar) Message-Id: <200612231803.kBNI3Aum092461@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 23 Dec 2006 18: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/usr.bin/systat swap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 18:03:11 -0000 yar 2006-12-23 18:03:10 UTC FreeBSD src repository Modified files: usr.bin/systat swap.c Log: Clear to EOL after the end of meter so that its reading can decrease. Revision Changes Path 1.33 +1 -0 src/usr.bin/systat/swap.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 18:44: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DF9216A40F; Sat, 23 Dec 2006 18:44:10 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 937FC13C45D; Sat, 23 Dec 2006 18:44:10 +0000 (UTC) (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 kBNIiAh7045930; Sat, 23 Dec 2006 18:44:10 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNIiAwt045929; Sat, 23 Dec 2006 18:44:10 GMT (envelope-from ahze) Message-Id: <200612231844.kBNIiAwt045929@repoman.freebsd.org> From: Michael Johnson Date: Sat, 23 Dec 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 MOVED ports/Mk bsd.gstreamer.mk ports/graphics Makefile ports/graphics/gstreamer-plugins-swfdec Makefile ports/multimedia/gstreamer-plugins Makefile.common X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 18:44:10 -0000 ahze 2006-12-23 18:44:10 UTC FreeBSD ports repository Modified files: . MOVED Mk bsd.gstreamer.mk graphics Makefile multimedia/gstreamer-plugins Makefile.common Added files: graphics/gstreamer-plugins-swfdec Makefile Log: Revive gstreamer-plugins-swfdec (flash output) Revision Changes Path 1.1223 +1 -2 ports/MOVED 1.31 +2 -2 ports/Mk/bsd.gstreamer.mk 1.1020 +1 -0 ports/graphics/Makefile 1.7 +18 -0 ports/graphics/gstreamer-plugins-swfdec/Makefile (new) 1.43 +4 -1 ports/multimedia/gstreamer-plugins/Makefile.common From owner-cvs-all@FreeBSD.ORG Sat Dec 23 18:45: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D62D16A403; Sat, 23 Dec 2006 18:45:33 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1D0C913C455; Sat, 23 Dec 2006 18:45:33 +0000 (UTC) (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 kBNIjWFh046266; Sat, 23 Dec 2006 18:45:32 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNIjWK8046265; Sat, 23 Dec 2006 18:45:32 GMT (envelope-from ahze) Message-Id: <200612231845.kBNIjWK8046265@repoman.freebsd.org> From: Michael Johnson Date: Sat, 23 Dec 2006 18:45:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 23 Dec 2006 18:45:33 -0000 ahze 2006-12-23 18:45:32 UTC FreeBSD ports repository Modified files: . modules Log: gstreamer-plugins-swfdec --> ports/graphics/gstreamer-plugins-swfdec Revision Changes Path 1.16948 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 23 18:53: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1670716A40F; Sat, 23 Dec 2006 18:53:23 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E8C4813C425; Sat, 23 Dec 2006 18:53:22 +0000 (UTC) (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 kBNIrMGB047295; Sat, 23 Dec 2006 18:53:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNIrMs0047294; Sat, 23 Dec 2006 18:53:22 GMT (envelope-from pav) Message-Id: <200612231853.kBNIrMs0047294@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 23 Dec 2006 18:53: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/fs/udf udf_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: Sat, 23 Dec 2006 18:53:23 -0000 pav 2006-12-23 18:53:22 UTC FreeBSD src repository (doc,ports committer) Modified files: sys/fs/udf udf_vnops.c Log: Call vnode_create_vobject() in VOP_OPEN. Makes mmap work on UDF filesystem. PR: kern/92040 Approved by: scottl MFC after: 1 week Revision Changes Path 1.62 +12 -0 src/sys/fs/udf/udf_vnops.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 18:54: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B80616A415; Sat, 23 Dec 2006 18:54:51 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1B31013C43A; Sat, 23 Dec 2006 18:54:51 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNIsosv047513; Sat, 23 Dec 2006 18:54:50 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNIsoCc047511; Sat, 23 Dec 2006 18:54:50 GMT (envelope-from yar) Message-Id: <200612231854.kBNIsoCc047511@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 23 Dec 2006 18:54: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/usr.bin/systat swap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 18:54:51 -0000 yar 2006-12-23 18:54:50 UTC FreeBSD src repository Modified files: usr.bin/systat swap.c Log: Dynamically resize the Disk column. It was too narrow for modern disk device names such as da0s1b. So we also get rid of the nasty constant 5 scattered over the code. Implementing this change is a good chance to improve other bits around it: init saved lengths early, always check return value from kvm_getswapinfo(). Revision Changes Path 1.34 +46 -21 src/usr.bin/systat/swap.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 18: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E93E16A403; Sat, 23 Dec 2006 18:58:07 +0000 (UTC) (envelope-from jdp@polstra.com) Received: from blake.polstra.com (blake.polstra.com [64.81.189.66]) by mx1.freebsd.org (Postfix) with ESMTP id 2B6DF13C434; Sat, 23 Dec 2006 18:58:07 +0000 (UTC) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (strings.polstra.com [64.81.189.67]) by blake.polstra.com (8.13.8/8.13.8) with ESMTP id kBNIRDLY065879; Sat, 23 Dec 2006 10:27:13 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <458BF314.3000702@samsco.org> Date: Sat, 23 Dec 2006 10:27:13 -0800 (PST) From: John Polstra To: Scott Long Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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: Sat, 23 Dec 2006 18:58:07 -0000 On 22-Dec-2006 Scott Long wrote: > In any case, the driver lock must not be held when calling if_input > because there are many ways the codepath can loop from there back into > if_start of the same driver or another driver. There is no way around > this without doing big decoupling steps that will impact common > performance cases. Agreed. > That said, dropping and regrabbing the driver lock in the rxeof > routine of any driver is bad. It may be safe to do, but it > incurs horrible performance penalties. It essentially allows the > time-critical, high priority RX path to be constantly preempted by > the lower priority if_start or if_ioctl paths. Even without this > preemption and priority inversion, you're doing an excessive number > of expensive lock ops in the fast path. We currently make this a lot worse than it needs to be by handing off the received packets one at a time, unlocking and relocking for every packet. It would be better if the driver's receive interrupt handler would harvest all of the incoming packets and queue them locally. Then, at the end, hand off the linked list of packets to the network stack wholesale, unlocking and relocking only once. (Actually, the list could probably be handed off at the very end of the interrupt service routine, after the driver has already dropped its lock.) We wouldn't even need a new primitive, if ether_input() and the other if_input() functions were enhanced to deal with a possible list of packets instead of just a single one. John From owner-cvs-all@FreeBSD.ORG Sat Dec 23 19: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE9EC16A492; Sat, 23 Dec 2006 19:15:40 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BC99313C45B; Sat, 23 Dec 2006 19:15:40 +0000 (UTC) (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 kBNJFebH052135; Sat, 23 Dec 2006 19:15:40 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNJFem8052134; Sat, 23 Dec 2006 19:15:40 GMT (envelope-from ru) Message-Id: <200612231915.kBNJFem8052134@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 23 Dec 2006 19:15:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/vis vis.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 19:15:41 -0000 ru 2006-12-23 19:15:40 UTC FreeBSD src repository Modified files: usr.bin/vis vis.1 Log: Nits. Revision Changes Path 1.13 +5 -3 src/usr.bin/vis/vis.1 From owner-cvs-all@FreeBSD.ORG Sat Dec 23 20:28: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D4BC16A40F; Sat, 23 Dec 2006 20:28:26 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2F4F313C45A; Sat, 23 Dec 2006 20:28:26 +0000 (UTC) (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 kBNKSQe5064069; Sat, 23 Dec 2006 20:28:26 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNKSQLT064068; Sat, 23 Dec 2006 20:28:26 GMT (envelope-from ehaupt) Message-Id: <200612232028.kBNKSQLT064068@repoman.freebsd.org> From: Emanuel Haupt Date: Sat, 23 Dec 2006 20:28:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/pam_bsdbioapi Makefile pkg-plist ports/security/pam_bsdbioapi/files patch-src_pam_bsdbioapi_pam_bsdbioapi.8 patch-src_pam_bsdbioapi_pam_bsdbioapi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 20:28:26 -0000 ehaupt 2006-12-23 20:28:25 UTC FreeBSD ports repository Modified files: security/pam_bsdbioapi Makefile pkg-plist Added files: security/pam_bsdbioapi/files patch-src_pam_bsdbioapi_pam_bsdbioapi.8 patch-src_pam_bsdbioapi_pam_bsdbioapi.c Log: The pam_bsdbioapi(8) module always prompts for finger swiping before failing and proceeding to the next module, even when the user has not enrolled yet. This patchset adds a command line option to skip this behaviour. NOTE: This patch will go into the next upstream release. PR: 106564 Submitted by: Eugene M. Kim Approved by: Fredrik Lindberg (maintainer) Revision Changes Path 1.3 +2 -1 ports/security/pam_bsdbioapi/Makefile 1.1 +23 -0 ports/security/pam_bsdbioapi/files/patch-src_pam_bsdbioapi_pam_bsdbioapi.8 (new) 1.1 +51 -0 ports/security/pam_bsdbioapi/files/patch-src_pam_bsdbioapi_pam_bsdbioapi.c (new) 1.3 +1 -1 ports/security/pam_bsdbioapi/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 23 21:05: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D85A16A40F; Sat, 23 Dec 2006 21:05:37 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2943813C45D; Sat, 23 Dec 2006 21:05:37 +0000 (UTC) (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 kBNL5ZjD079449; Sat, 23 Dec 2006 21:05:35 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNL5ZWS079448; Sat, 23 Dec 2006 21:05:35 GMT (envelope-from krion) Message-Id: <200612232105.kBNL5ZWS079448@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 23 Dec 2006 21:05:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/exim Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 21:05:37 -0000 krion 2006-12-23 21:05:35 UTC FreeBSD ports repository Modified files: mail/exim Makefile distinfo Log: Update to 4.64 Revision Changes Path 1.221 +1 -1 ports/mail/exim/Makefile 1.90 +3 -3 ports/mail/exim/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 23 21:07: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A19916A412; Sat, 23 Dec 2006 21:07:08 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F1ED113C44B; Sat, 23 Dec 2006 21:07:07 +0000 (UTC) (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 kBNL77aL079612; Sat, 23 Dec 2006 21:07:07 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNL777T079611; Sat, 23 Dec 2006 21:07:07 GMT (envelope-from bms) Message-Id: <200612232107.kBNL777T079611@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 23 Dec 2006 21:07: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/tools/regression/sockets/pr_atomic Makefile pr_atomic.c src/sys/kern uipc_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: Sat, 23 Dec 2006 21:07:08 -0000 bms 2006-12-23 21:07:07 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Added files: tools/regression/sockets/pr_atomic Makefile pr_atomic.c Log: Drop all received data mbufs from a socket's queue if the MT_SONAME mbuf is dropped, to preserve the invariant in the PR_ADDR case. Add a regression test to detect this condition, but do not hook it up to the build for now. PR: kern/38495 Submitted by: James Juran Reviewed by: sam, rwatson Obtained from: NetBSD MFC after: 2 weeks Revision Changes Path 1.287 +9 -11 src/sys/kern/uipc_socket.c 1.1 +7 -0 src/tools/regression/sockets/pr_atomic/Makefile (new) 1.1 +109 -0 src/tools/regression/sockets/pr_atomic/pr_atomic.c (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 21:08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06BA116A494; Sat, 23 Dec 2006 21:08:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D686113C442; Sat, 23 Dec 2006 21:08:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNL8c3G079718; Sat, 23 Dec 2006 21:08:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNL8cxr079717; Sat, 23 Dec 2006 21:08:38 GMT (envelope-from miwi) Message-Id: <200612232108.kBNL8cxr079717@repoman.freebsd.org> From: Martin Wilke Date: Sat, 23 Dec 2006 21: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/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: Sat, 23 Dec 2006 21:08:39 -0000 miwi 2006-12-23 21:08:38 UTC FreeBSD ports repository Modified files: devel/bazaar-ng Makefile distinfo pkg-plist Log: - Update to 0.13 PR: ports/107098 Submitted by: Ulf Lilleengen (maintainer) Revision Changes Path 1.14 +1 -1 ports/devel/bazaar-ng/Makefile 1.11 +3 -3 ports/devel/bazaar-ng/distinfo 1.10 +88 -52 ports/devel/bazaar-ng/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 23 21:09: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C88B516A640; Sat, 23 Dec 2006 21:09:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5E2A713C44B; Sat, 23 Dec 2006 21:09:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNL9lUp079790; Sat, 23 Dec 2006 21:09:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNL9lVM079789; Sat, 23 Dec 2006 21:09:47 GMT (envelope-from miwi) Message-Id: <200612232109.kBNL9lVM079789@repoman.freebsd.org> From: Martin Wilke Date: Sat, 23 Dec 2006 21:09:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/torrus 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, 23 Dec 2006 21:09:48 -0000 miwi 2006-12-23 21:09:47 UTC FreeBSD ports repository Modified files: net-mgmt/torrus Makefile distinfo pkg-plist Log: - Update to 1.0.4 PR: ports/106953 Submitted by: miwi Approved by: maintainer Revision Changes Path 1.2 +6 -4 ports/net-mgmt/torrus/Makefile 1.3 +3 -3 ports/net-mgmt/torrus/distinfo 1.2 +28 -0 ports/net-mgmt/torrus/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 23 21:12: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C843C16A49E; Sat, 23 Dec 2006 21:12:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A426713C448; Sat, 23 Dec 2006 21:12:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNLCLhm080595; Sat, 23 Dec 2006 21:12:21 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNLCLje080584; Sat, 23 Dec 2006 21:12:21 GMT (envelope-from miwi) Message-Id: <200612232112.kBNLCLje080584@repoman.freebsd.org> From: Martin Wilke Date: Sat, 23 Dec 2006 21:12: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/lang/squeak 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, 23 Dec 2006 21:12:21 -0000 miwi 2006-12-23 21:12:21 UTC FreeBSD ports repository Modified files: lang/squeak Makefile pkg-plist Log: - Add missing NAS plugin PR: ports/107136 Submitted by: Takeshi MUTOH (maintainer) Revision Changes Path 1.10 +2 -1 ports/lang/squeak/Makefile 1.6 +1 -1 ports/lang/squeak/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 23 21:24: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50FED16A416; Sat, 23 Dec 2006 21:24:33 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2CA8013C4A4; Sat, 23 Dec 2006 21:24:33 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNLOXJB085261; Sat, 23 Dec 2006 21:24:33 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNLOXiY085259; Sat, 23 Dec 2006 21:24:33 GMT (envelope-from linimon) Message-Id: <200612232124.kBNLOXiY085259@repoman.freebsd.org> From: Mark Linimon Date: Sat, 23 Dec 2006 21:24:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/totem Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 21:24:33 -0000 linimon 2006-12-23 21:24:32 UTC FreeBSD ports repository Modified files: multimedia/totem Makefile Log: Reset maintainer due to timeouts. Revision Changes Path 1.77 +1 -1 ports/multimedia/totem/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 23 21:39: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8660716A403; Sat, 23 Dec 2006 21:39:00 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6291713C442; Sat, 23 Dec 2006 21:39:00 +0000 (UTC) (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 kBNLd0pn087094; Sat, 23 Dec 2006 21:39:00 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNLd0en087093; Sat, 23 Dec 2006 21:39:00 GMT (envelope-from ahze) Message-Id: <200612232139.kBNLd0en087093@repoman.freebsd.org> From: Michael Johnson Date: Sat, 23 Dec 2006 21:39:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/totem Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 21:39:00 -0000 ahze 2006-12-23 21:39:00 UTC FreeBSD ports repository Modified files: multimedia/totem Makefile Log: - Grab MAINTAINER for gnome@ since this is a major GNOME component Revision Changes Path 1.78 +1 -1 ports/multimedia/totem/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 23 21:45: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CD1516A403; Sat, 23 Dec 2006 21:45:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F2BDC13C434; Sat, 23 Dec 2006 21:45:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNLjHrC088588; Sat, 23 Dec 2006 21:45:17 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNLjHmG088587; Sat, 23 Dec 2006 21:45:17 GMT (envelope-from miwi) Message-Id: <200612232145.kBNLjHmG088587@repoman.freebsd.org> From: Martin Wilke Date: Sat, 23 Dec 2006 21:45: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/biology/nab Makefile distinfo pkg-descr pkg-plist ports/biology/nab/files config.h patch-Makefile patch-configure patch-examples:program_7.nab patch-src:wc_helix.nab patch-src_Makefile patch-suppose_Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 21:45:18 -0000 miwi 2006-12-23 21:45:17 UTC FreeBSD ports repository Modified files: biology/nab Makefile distinfo pkg-descr pkg-plist biology/nab/files config.h patch-Makefile patch-src_Makefile Added files: biology/nab/files patch-configure patch-src:wc_helix.nab patch-suppose_Makefile Removed files: biology/nab/files patch-examples:program_7.nab Log: - Update to 5.1.2 - Update maintainer mail adresse PR: ports/107118 Submitted by: M. L. Dodson (maintainer) Revision Changes Path 1.20 +26 -19 ports/biology/nab/Makefile 1.11 +3 -3 ports/biology/nab/distinfo 1.8 +20 -16 ports/biology/nab/files/config.h 1.5 +36 -23 ports/biology/nab/files/patch-Makefile 1.1 +11 -0 ports/biology/nab/files/patch-configure (new) 1.2 +0 -19 ports/biology/nab/files/patch-examples:program_7.nab (dead) 1.1 +11 -0 ports/biology/nab/files/patch-src:wc_helix.nab (new) 1.3 +4 -4 ports/biology/nab/files/patch-src_Makefile 1.1 +10 -0 ports/biology/nab/files/patch-suppose_Makefile (new) 1.7 +2 -3 ports/biology/nab/pkg-descr 1.12 +185 -149 ports/biology/nab/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 23 21:46: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 440DE16A40F; Sat, 23 Dec 2006 21:46:57 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 206F113C460; Sat, 23 Dec 2006 21:46:57 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNLkvdF088644; Sat, 23 Dec 2006 21:46:57 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNLkuGe088643; Sat, 23 Dec 2006 21:46:56 GMT (envelope-from sam) Message-Id: <200612232146.kBNLkuGe088643@repoman.freebsd.org> From: Sam Leffler Date: Sat, 23 Dec 2006 21:46: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/conf files.arm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 21:46:57 -0000 sam 2006-12-23 21:46:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files.arm Log: MFC 1.12: add missing bits for crypto support Revision Changes Path 1.8.2.1 +3 -0 src/sys/conf/files.arm From owner-cvs-all@FreeBSD.ORG Sat Dec 23 22:08: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A1F316A40F; Sat, 23 Dec 2006 22:08:15 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id BEAB513C434; Sat, 23 Dec 2006 22:08:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id B364C46DFD; Sat, 23 Dec 2006 16:36:33 -0500 (EST) Date: Sat, 23 Dec 2006 21:36:33 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: John Polstra In-Reply-To: Message-ID: <20061223213014.U35809@fledge.watson.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, Scott Long , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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: Sat, 23 Dec 2006 22:08:15 -0000 On Sat, 23 Dec 2006, John Polstra wrote: >> That said, dropping and regrabbing the driver lock in the rxeof routine of >> any driver is bad. It may be safe to do, but it incurs horrible >> performance penalties. It essentially allows the time-critical, high >> priority RX path to be constantly preempted by the lower priority if_start >> or if_ioctl paths. Even without this preemption and priority inversion, >> you're doing an excessive number of expensive lock ops in the fast path. > > We currently make this a lot worse than it needs to be by handing off the > received packets one at a time, unlocking and relocking for every packet. > It would be better if the driver's receive interrupt handler would harvest > all of the incoming packets and queue them locally. Then, at the end, hand > off the linked list of packets to the network stack wholesale, unlocking and > relocking only once. (Actually, the list could probably be handed off at > the very end of the interrupt service routine, after the driver has already > dropped its lock.) We wouldn't even need a new primitive, if ether_input() > and the other if_input() functions were enhanced to deal with a possible > list of packets instead of just a single one. I try this experiement every few years, and generally don't measure much improvement. I'll try it again with 10gbps early next year once back in the office again. The more interesting transition is between the link layer and the network layer, which is high on my list of topics to look into in the next few weeks. In particular, reworking the ifqueue handoff. The tricky bit is balancing latency, overhead, and concurrency... FYI, there are several sets of patches floating around to modify if_em to hand off queues of packets to the link layer, etc. They probably need updating, of course, since if_em has changed quite a bit in the last year. In my implementaiton, I add a new input routine that accepts mbuf packet queues. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Sat Dec 23 22:09: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D5B316A403; Sat, 23 Dec 2006 22:09:33 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 28C9613C45A; Sat, 23 Dec 2006 22:09:33 +0000 (UTC) (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 kBNM9X11093006; Sat, 23 Dec 2006 22:09:33 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNM9XH0093005; Sat, 23 Dec 2006 22:09:33 GMT (envelope-from aaron) Message-Id: <200612232209.kBNM9XH0093005@repoman.freebsd.org> From: Aaron Dalton Date: Sat, 23 Dec 2006 22:09:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/tolua++ Makefile distinfo ports/lang/tolua++/files patch-SConstruct patch-config_posix.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: Sat, 23 Dec 2006 22:09:33 -0000 aaron 2006-12-23 22:09:32 UTC FreeBSD ports repository Modified files: lang/tolua++ Makefile distinfo Added files: lang/tolua++/files patch-SConstruct Removed files: lang/tolua++/files patch-config_posix.py Log: Updated to 1.0.92 PR: 100042 Submitted by: Alexander Botero-Lowry Revision Changes Path 1.5 +6 -16 ports/lang/tolua++/Makefile 1.2 +3 -3 ports/lang/tolua++/distinfo 1.1 +11 -0 ports/lang/tolua++/files/patch-SConstruct (new) 1.3 +0 -20 ports/lang/tolua++/files/patch-config_posix.py (dead) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E1C6416A403; Sat, 23 Dec 2006 22:21:14 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BE09A13C448; Sat, 23 Dec 2006 22:21:14 +0000 (UTC) (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 kBNMLEe7094801; Sat, 23 Dec 2006 22:21:14 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNMLElx094795; Sat, 23 Dec 2006 22:21:14 GMT (envelope-from rwatson) Message-Id: <200612232221.kBNMLElx094795@repoman.freebsd.org> From: Robert Watson Date: Sat, 23 Dec 2006 22:21: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/security/mac mac_policy.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 22:21:15 -0000 rwatson 2006-12-23 22:21:13 UTC FreeBSD src repository Modified files: sys/security/mac mac_policy.h Log: Re-wrap comments following de-indentation. Revision Changes Path 1.82 +11 -13 src/sys/security/mac/mac_policy.h From owner-cvs-all@FreeBSD.ORG Sat Dec 23 22:22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4978E16A403; Sat, 23 Dec 2006 22:22:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3D56C13C458; Sat, 23 Dec 2006 22:22:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNMMkfF095847; Sat, 23 Dec 2006 22:22:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNMMk3o095846; Sat, 23 Dec 2006 22:22:46 GMT (envelope-from miwi) Message-Id: <200612232222.kBNMMk3o095846@repoman.freebsd.org> From: Martin Wilke Date: Sat, 23 Dec 2006 22:22: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/science/netcdf Makefile ports/science/netcdf/files patch-Makefile patch-aa patch-rules.make X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 22:22:46 -0000 miwi 2006-12-23 22:22:45 UTC FreeBSD ports repository Modified files: science/netcdf Makefile Added files: science/netcdf/files patch-Makefile patch-rules.make Removed files: science/netcdf/files patch-aa Log: - Update MASTER_SITES - Fix build with gcc 4.X PR: ports/107117 Submitted by: Sunpoet Po-Chuan Hsieh (maintainer) Revision Changes Path 1.27 +5 -4 ports/science/netcdf/Makefile 1.1 +20 -0 ports/science/netcdf/files/patch-Makefile (new) 1.3 +0 -19 ports/science/netcdf/files/patch-aa (dead) 1.1 +19 -0 ports/science/netcdf/files/patch-rules.make (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 22:26: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 31D8D16A403; Sat, 23 Dec 2006 22:26:48 +0000 (UTC) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (lath.rinet.ru [195.54.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id 3B79C13C448; Sat, 23 Dec 2006 22:26:45 +0000 (UTC) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (localhost [127.0.0.1]) by lath.rinet.ru (8.13.8/8.13.8) with ESMTP id kBNLxJdo033973 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 24 Dec 2006 00:59:24 +0300 (MSK) (envelope-from oleg@lath.rinet.ru) Received: (from oleg@localhost) by lath.rinet.ru (8.13.8/8.13.8/Submit) id kBNLxI0K033972; Sun, 24 Dec 2006 00:59:18 +0300 (MSK) (envelope-from oleg) Date: Sun, 24 Dec 2006 00:59:18 +0300 From: Oleg Bulyzhin To: Bruce Evans Message-ID: <20061223215918.GA33627@lath.rinet.ru> References: <200612201203.kBKC3MhO053666@repoman.freebsd.org> <20061220132631.GH34400@FreeBSD.org> <20061222003115.R16146@delplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061222003115.R16146@delplex.bde.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, Gleb Smirnoff , Bruce Evans , src-committers@FreeBSD.org Subject: Re: 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: Sat, 23 Dec 2006 22:26:48 -0000 On Fri, Dec 22, 2006 at 01:24:45AM +1100, Bruce Evans wrote: > On Wed, 20 Dec 2006, Gleb Smirnoff wrote: > > >On Wed, Dec 20, 2006 at 12:03:21PM +0000, Bruce Evans wrote: > >B> bde 2006-12-20 12:03:21 UTC > >B> > >B> FreeBSD src repository > >B> > >B> Modified files: > >B> sys/dev/bge if_bge.c > >B> Log: > >B> In bge_txeof(), cancel the watchdog timeout if all descriptors have > >B> been handled instead of when at least one descriptor was just handled. > >B> For bge, it is normal to get a txeof when only a small fraction of the > >B> queued tx descriptors have been handled, so the bug broke the watchdog > >B> in a usual case. > > > >I have a suspicion that this may cause a problem under high load. Imagine > >that thread #1 is spinning in bge_start_locked() getting packets out > >of interface queue and putting them into TX ring. Some other threads are > >putting the packets into interface queue while its lock is temporarily > >relinguished be the thread #1. In the same time interrupts happen, some > >packets are sent, but the TX ring is never got empty. > > > >The above scenario will cause a fake watchdog event. > > bge_start_locked() starts with the bge (sc) lock held and never releases > it as far as I can see. This this problem can't happen (the lock > prevents both txeof and the watchdog from being reached before start > resets the timeout to 5 seconds). > > I could only find the lock being released and reacquired in a nested > routine in bge_rxeof() (for calling if_input()). I hope this complication > is never needed for start routines. > > Bruce I have to agree with Gleb here. In theory false watchdog is possible (though it's quite unusal) and it is not lock related: 1) bge_start_locked() & bge_encap fills tx ring. 2) during next 5 seconds we do not have packets for transmit (i.e. no bge_start_locked() calls --> no bge_timer refreshing) 3) for any reason (don't ask me how can this happen), chip was unable to send whole tx ring (only part of it). 4) here we have false watchdog - chip is not wedged but bge_watchdog would reset it. I'd say correct solution would be combination of yours and previous bge_txeof() behaviour: 1) We should cancel watchdog if tx ring is empty (as you did) 2) We should not clear bge_timer inside loop (like it was before), but set it to 5. So watchdog is active until tx ring is empty and we will not get watchdog event while tx ring consumer index is moving. What do you think? -- Oleg. ================================================================ === Oleg Bulyzhin -- OBUL-RIPN -- OBUL-RIPE -- oleg@rinet.ru === ================================================================ From owner-cvs-all@FreeBSD.ORG Sat Dec 23 22:27: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BCB716A5D3; Sat, 23 Dec 2006 22:27:03 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7875D13C459; Sat, 23 Dec 2006 22:27:03 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNMR37P096465; Sat, 23 Dec 2006 22:27:03 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNMR3LD096464; Sat, 23 Dec 2006 22:27:03 GMT (envelope-from linimon) Message-Id: <200612232227.kBNMR3LD096464@repoman.freebsd.org> From: Mark Linimon Date: Sat, 23 Dec 2006 22:27:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/javasvn/files javasvn.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, 23 Dec 2006 22:27:03 -0000 linimon 2006-12-23 22:27:02 UTC FreeBSD ports repository Removed files: devel/javasvn/files javasvn.sh.in Log: JavaSVN has been renamed to SVNKit, so this file needs to be removed too. Pointy hat to: clsung Revision Changes Path 1.3 +0 -17 ports/devel/javasvn/files/javasvn.sh.in (dead) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 22:33: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 72F6F16A407; Sat, 23 Dec 2006 22:33:49 +0000 (UTC) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (lath.rinet.ru [195.54.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id CCA9613C455; Sat, 23 Dec 2006 22:33:48 +0000 (UTC) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (localhost [127.0.0.1]) by lath.rinet.ru (8.13.8/8.13.8) with ESMTP id kBNMXlx0034381 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 24 Dec 2006 01:33:47 +0300 (MSK) (envelope-from oleg@lath.rinet.ru) Received: (from oleg@localhost) by lath.rinet.ru (8.13.8/8.13.8/Submit) id kBNMXlKb034380; Sun, 24 Dec 2006 01:33:47 +0300 (MSK) (envelope-from oleg) Date: Sun, 24 Dec 2006 01:33:47 +0300 From: Oleg Bulyzhin To: Robert Watson Message-ID: <20061223223347.GB33627@lath.rinet.ru> References: <20061223213014.U35809@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061223213014.U35809@fledge.watson.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-src@FreeBSD.org, Scott Long , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, John Polstra Subject: Re: 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: Sat, 23 Dec 2006 22:33:49 -0000 On Sat, Dec 23, 2006 at 09:36:33PM +0000, Robert Watson wrote: > > On Sat, 23 Dec 2006, John Polstra wrote: > > >>That said, dropping and regrabbing the driver lock in the rxeof routine > >>of any driver is bad. It may be safe to do, but it incurs horrible > >>performance penalties. It essentially allows the time-critical, high > >>priority RX path to be constantly preempted by the lower priority > >>if_start or if_ioctl paths. Even without this preemption and priority > >>inversion, you're doing an excessive number of expensive lock ops in the > >>fast path. > > > >We currently make this a lot worse than it needs to be by handing off the > >received packets one at a time, unlocking and relocking for every packet. > >It would be better if the driver's receive interrupt handler would harvest > >all of the incoming packets and queue them locally. Then, at the end, hand > >off the linked list of packets to the network stack wholesale, unlocking > >and relocking only once. (Actually, the list could probably be handed off > >at the very end of the interrupt service routine, after the driver has > >already dropped its lock.) We wouldn't even need a new primitive, if > >ether_input() and the other if_input() functions were enhanced to deal > >with a possible list of packets instead of just a single one. > > I try this experiement every few years, and generally don't measure much > improvement. I'll try it again with 10gbps early next year once back in > the office again. The more interesting transition is between the link > layer and the network layer, which is high on my list of topics to look > into in the next few weeks. In particular, reworking the ifqueue handoff. > The tricky bit is balancing latency, overhead, and concurrency... > > FYI, there are several sets of patches floating around to modify if_em to > hand off queues of packets to the link layer, etc. They probably need > updating, of course, since if_em has changed quite a bit in the last year. > In my implementaiton, I add a new input routine that accepts mbuf packet > queues. I'm just curious, do you remember average length of mbuf queue in your tests? While experimenting with bge(4) driver (taskqueue, interrupt moderation, converted bge_rxeof() to above scheme), i've found it's quite easy to exhaust available mbuf clusters under load (trying to queue hundreids of received packets). So i had to limit rx queue to rather low length. > > Robert N M Watson > Computer Laboratory > University of Cambridge -- Oleg. ================================================================ === Oleg Bulyzhin -- OBUL-RIPN -- OBUL-RIPE -- oleg@rinet.ru === ================================================================ From owner-cvs-all@FreeBSD.ORG Sat Dec 23 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC9E716A403; Sat, 23 Dec 2006 22:39:38 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C9DE113C458; Sat, 23 Dec 2006 22:39:38 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNMdcOM098104; Sat, 23 Dec 2006 22:39:38 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNMdcDm098103; Sat, 23 Dec 2006 22:39:38 GMT (envelope-from yar) Message-Id: <200612232239.kBNMdcDm098103@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 23 Dec 2006 22:39: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/systat swap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 22:39:39 -0000 yar 2006-12-23 22:39:38 UTC FreeBSD src repository Modified files: usr.bin/systat swap.c Log: Add missing things: a prototype and a const qualifier. Found by: WARNS=4 Revision Changes Path 1.35 +3 -1 src/usr.bin/systat/swap.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 22:40: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CFE5C16A407; Sat, 23 Dec 2006 22:40:56 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AC5B013C459; Sat, 23 Dec 2006 22:40:56 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNMeul4098306; Sat, 23 Dec 2006 22:40:56 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNMeuuS098304; Sat, 23 Dec 2006 22:40:56 GMT (envelope-from sam) Message-Id: <200612232240.kBNMeuuS098304@repoman.freebsd.org> From: Sam Leffler Date: Sat, 23 Dec 2006 22:40: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/nfsclient bootp_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: Sat, 23 Dec 2006 22:40:56 -0000 sam 2006-12-23 22:40:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsclient bootp_subr.c Log: MFC 1.67: honor nolockd flag in root mount options Revision Changes Path 1.64.2.1 +2 -0 src/sys/nfsclient/bootp_subr.c From owner-cvs-all@FreeBSD.ORG Sat Dec 23 22:44: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00E8516A40F; Sat, 23 Dec 2006 22:44:48 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D086C13C442; Sat, 23 Dec 2006 22:44:47 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNMilwQ099608; Sat, 23 Dec 2006 22:44:47 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNMilEf099607; Sat, 23 Dec 2006 22:44:47 GMT (envelope-from sam) Message-Id: <200612232244.kBNMilEf099607@repoman.freebsd.org> From: Sam Leffler Date: Sat, 23 Dec 2006 22:44: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/wpa Makefile src/usr.sbin/wpa/wpa_passphrase Makefile wpa_passphrase.8 src/usr.sbin/wpa/wpa_supplicant wpa_supplicant.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 22:44:48 -0000 sam 2006-12-23 22:44:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/wpa Makefile usr.sbin/wpa/wpa_supplicant wpa_supplicant.conf.5 Added files: (Branch: RELENG_6) usr.sbin/wpa/wpa_passphrase Makefile wpa_passphrase.8 Log: MFC wpa_passphrase Revision Changes Path 1.2.2.2 +3 -1 src/usr.sbin/wpa/Makefile 1.1.2.1 +11 -0 src/usr.sbin/wpa/wpa_passphrase/Makefile (new) 1.1.2.1 +66 -0 src/usr.sbin/wpa/wpa_passphrase/wpa_passphrase.8 (new) 1.3.2.5 +7 -1 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 From owner-cvs-all@FreeBSD.ORG Sat Dec 23 22:58: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9BC116A403; Sat, 23 Dec 2006 22:58:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 860D713C441; Sat, 23 Dec 2006 22:58:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNMweg1001654; Sat, 23 Dec 2006 22:58:40 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNMweh0001653; Sat, 23 Dec 2006 22:58:40 GMT (envelope-from miwi) Message-Id: <200612232258.kBNMweh0001653@repoman.freebsd.org> From: Martin Wilke Date: Sat, 23 Dec 2006 22:58:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/herrie Makefile distinfo ports/audio/herrie/files patch-gcc4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 22:58:40 -0000 miwi 2006-12-23 22:58:40 UTC FreeBSD ports repository Modified files: audio/herrie Makefile distinfo Added files: audio/herrie/files patch-gcc4 Log: - Update to 1.1 PR: ports/107096 Submitted by: Ed Schouten (maintainer) Revision Changes Path 1.11 +1 -1 ports/audio/herrie/Makefile 1.10 +3 -3 ports/audio/herrie/distinfo 1.1 +11 -0 ports/audio/herrie/files/patch-gcc4 (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 23 22: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 44ED716A407; Sat, 23 Dec 2006 22:59:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2196E13C45C; Sat, 23 Dec 2006 22:59:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNMxpFE001755; Sat, 23 Dec 2006 22:59:51 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNMxoGq001754; Sat, 23 Dec 2006 22:59:50 GMT (envelope-from miwi) Message-Id: <200612232259.kBNMxoGq001754@repoman.freebsd.org> From: Martin Wilke Date: Sat, 23 Dec 2006 22:59: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/net/tcpslice Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 22:59:51 -0000 miwi 2006-12-23 22:59:50 UTC FreeBSD ports repository Modified files: net/tcpslice Makefile distinfo Log: - Update to 2006.12.18 Submitted by: farrokhi Revision Changes Path 1.12 +1 -1 ports/net/tcpslice/Makefile 1.8 +3 -3 ports/net/tcpslice/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 23 23:01: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F66716A403; Sat, 23 Dec 2006 23:01:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0BC3213C41A; Sat, 23 Dec 2006 23:01:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNN16on001958; Sat, 23 Dec 2006 23:01:06 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNN16gB001957; Sat, 23 Dec 2006 23:01:06 GMT (envelope-from miwi) Message-Id: <200612232301.kBNN16gB001957@repoman.freebsd.org> From: Martin Wilke Date: Sat, 23 Dec 2006 23:01:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/jwm Makefile distinfo ports/x11-wm/jwm/files patch-example-jwmrc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 23:01:07 -0000 miwi 2006-12-23 23:01:06 UTC FreeBSD ports repository Modified files: x11-wm/jwm Makefile distinfo x11-wm/jwm/files patch-example-jwmrc Log: - Update to 1.8 Submitted by: farrokhi Revision Changes Path 1.15 +1 -1 ports/x11-wm/jwm/Makefile 1.8 +3 -3 ports/x11-wm/jwm/distinfo 1.2 +9 -9 ports/x11-wm/jwm/files/patch-example-jwmrc From owner-cvs-all@FreeBSD.ORG Sat Dec 23 23:02: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E980716A47E; Sat, 23 Dec 2006 23:02:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C5B6513C46C; Sat, 23 Dec 2006 23:02:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNN2dCp002654; Sat, 23 Dec 2006 23:02:39 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNN2dVw002653; Sat, 23 Dec 2006 23:02:39 GMT (envelope-from miwi) Message-Id: <200612232302.kBNN2dVw002653@repoman.freebsd.org> From: Martin Wilke Date: Sat, 23 Dec 2006 23:02: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/ctris Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 23:02:40 -0000 miwi 2006-12-23 23:02:39 UTC FreeBSD ports repository Modified files: games/ctris Makefile distinfo Log: - Update 0.42 - Fix build with gcc 4.X PR: ports/107149 Submitted by: Travis Poppe (maintainer) Revision Changes Path 1.5 +3 -2 ports/games/ctris/Makefile 1.5 +3 -3 ports/games/ctris/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 23 23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4FFCB16A407; Sat, 23 Dec 2006 23:07:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2D0A513C45D; Sat, 23 Dec 2006 23:07:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNN7Hhu004601; Sat, 23 Dec 2006 23:07:17 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNN7GFC004600; Sat, 23 Dec 2006 23:07:16 GMT (envelope-from miwi) Message-Id: <200612232307.kBNN7GFC004600@repoman.freebsd.org> From: Martin Wilke Date: Sat, 23 Dec 2006 23:07:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/nagios-statd pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 23:07:17 -0000 miwi 2006-12-23 23:07:16 UTC FreeBSD ports repository Modified files: sysutils/nagios-statd pkg-descr Log: - Update WWW PR: ports/107139 Submitted by: Jim Shewmaker (jims@bluenotch.com) (maintainer) Revision Changes Path 1.3 +1 -1 ports/sysutils/nagios-statd/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Dec 23 23: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 03ED616A407; Sat, 23 Dec 2006 23:19:30 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8E2E813C434; Sat, 23 Dec 2006 23:19:29 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id EE10C46B2D; Sat, 23 Dec 2006 18:19:28 -0500 (EST) Date: Sat, 23 Dec 2006 23:19:28 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Oleg Bulyzhin In-Reply-To: <20061223223347.GB33627@lath.rinet.ru> Message-ID: <20061223230854.C63911@fledge.watson.org> References: <20061223213014.U35809@fledge.watson.org> <20061223223347.GB33627@lath.rinet.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, Scott Long , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, John Polstra Subject: Re: 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: Sat, 23 Dec 2006 23:19:30 -0000 On Sun, 24 Dec 2006, Oleg Bulyzhin wrote: >>> We currently make this a lot worse than it needs to be by handing off the >>> received packets one at a time, unlocking and relocking for every packet. >>> It would be better if the driver's receive interrupt handler would harvest >>> all of the incoming packets and queue them locally. Then, at the end, hand >>> off the linked list of packets to the network stack wholesale, unlocking >>> and relocking only once. (Actually, the list could probably be handed off >>> at the very end of the interrupt service routine, after the driver has >>> already dropped its lock.) We wouldn't even need a new primitive, if >>> ether_input() and the other if_input() functions were enhanced to deal >>> with a possible list of packets instead of just a single one. >> >> I try this experiement every few years, and generally don't measure much >> improvement. I'll try it again with 10gbps early next year once back in >> the office again. The more interesting transition is between the link >> layer and the network layer, which is high on my list of topics to look >> into in the next few weeks. In particular, reworking the ifqueue handoff. >> The tricky bit is balancing latency, overhead, and concurrency... >> >> FYI, there are several sets of patches floating around to modify if_em to >> hand off queues of packets to the link layer, etc. They probably need >> updating, of course, since if_em has changed quite a bit in the last year. >> In my implementaiton, I add a new input routine that accepts mbuf packet >> queues. > > I'm just curious, do you remember average length of mbuf queue in your > tests? While experimenting with bge(4) driver (taskqueue, interrupt > moderation, converted bge_rxeof() to above scheme), i've found it's quite > easy to exhaust available mbuf clusters under load (trying to queue > hundreids of received packets). So i had to limit rx queue to rather low > length. Off-hand, I don't remember. I do remember it being very important to maintain bounds on the size of in-flight packet sets at all levels in the stack -- for the same reason the netisr dispatch queue is bounded. Otherwise if the device is able to keep the device driver entirely busy, you'll effectively live-lock since you never dispatch to the next layer, exhaust available memory, etc, etc. One of the ideas I've been futzing with is "back-pressure" across the netisr and a "checkout" model in which the total length of the queue spanning device driver and dispatch through to the protocol has a total bound with reservations taken by components as they process sets of packets. In this way, the ithread would know the netisr was already in execution and not perform a wakeup (and getting involved in the scheduler), avoid excessive memory consumption, etc. Ed Maste has also suggested changing our notion of mbuf packet queues, as our current queue model requires following linked lists, which make inefficient use of of CPU caches, and instead using arrays of mbuf pointers. I've done a bit of experimentation along these lines, but not enough to investigate the properties well. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Sat Dec 23 23:25: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 78A5B16A412; Sat, 23 Dec 2006 23:25:57 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5449613C448; Sat, 23 Dec 2006 23:25:57 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNNPu7T007612; Sat, 23 Dec 2006 23:25:56 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNNPuHE007611; Sat, 23 Dec 2006 23:25:56 GMT (envelope-from nivit) Message-Id: <200612232325.kBNNPuHE007611@repoman.freebsd.org> From: Nicola Vitale Date: Sat, 23 Dec 2006 23: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/math/asymptote Makefile distinfo pkg-plist ports/math/asymptote/files patch-Makefile.in patch-doc-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 23:25:57 -0000 nivit 2006-12-23 23:25:56 UTC FreeBSD ports repository Modified files: math/asymptote Makefile distinfo pkg-plist math/asymptote/files patch-Makefile.in patch-doc-Makefile Log: - Updated to 1.19 Approved by: alexbl (mentor) Revision Changes Path 1.27 +1 -1 ports/math/asymptote/Makefile 1.22 +3 -3 ports/math/asymptote/distinfo 1.11 +12 -12 ports/math/asymptote/files/patch-Makefile.in 1.12 +4 -13 ports/math/asymptote/files/patch-doc-Makefile 1.21 +17 -2 ports/math/asymptote/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 23 23:26: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BF3C16A47E; Sat, 23 Dec 2006 23:26:12 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A477D13C459; Sat, 23 Dec 2006 23:26:06 +0000 (UTC) (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 kBNNQ5ai007653; Sat, 23 Dec 2006 23:26:05 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNNQ5e1007652; Sat, 23 Dec 2006 23:26:05 GMT (envelope-from ru) Message-Id: <200612232326.kBNNQ5e1007652@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 23 Dec 2006 23:26: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/gnu/usr.bin/man/apropos apropos.man X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 23:26:12 -0000 ru 2006-12-23 23:26:05 UTC FreeBSD src repository Modified files: gnu/usr.bin/man/apropos apropos.man Log: Add missing articles. Revision Changes Path 1.16 +5 -0 src/gnu/usr.bin/man/apropos/apropos.man From owner-cvs-all@FreeBSD.ORG Sat Dec 23 23:28: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A7AE916A416; Sat, 23 Dec 2006 23:28:07 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9BA0713C442; Sat, 23 Dec 2006 23:28:07 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNNS70e007770; Sat, 23 Dec 2006 23:28:07 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNNS7hl007769; Sat, 23 Dec 2006 23:28:07 GMT (envelope-from nivit) Message-Id: <200612232328.kBNNS7hl007769@repoman.freebsd.org> From: Nicola Vitale Date: Sat, 23 Dec 2006 23: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/multimedia/tunapie Makefile distinfo pkg-plist ports/multimedia/tunapie/files patch-install.sh patch-src-TunerFrame1.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: Sat, 23 Dec 2006 23:28:07 -0000 nivit 2006-12-23 23:28:07 UTC FreeBSD ports repository Modified files: multimedia/tunapie Makefile distinfo pkg-plist multimedia/tunapie/files patch-install.sh patch-src-TunerFrame1.py Log: - Updated to 1.3.2 Approved by: alexbl (mentor) Revision Changes Path 1.12 +2 -2 ports/multimedia/tunapie/Makefile 1.10 +3 -3 ports/multimedia/tunapie/distinfo 1.8 +6 -4 ports/multimedia/tunapie/files/patch-install.sh 1.4 +12 -4 ports/multimedia/tunapie/files/patch-src-TunerFrame1.py 1.9 +3 -1 ports/multimedia/tunapie/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 23 23:41: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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A28ED16A403; Sat, 23 Dec 2006 23:41:34 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7F9F413C425; Sat, 23 Dec 2006 23:41:34 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBNNfYpH010166; Sat, 23 Dec 2006 23:41:34 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBNNfYnk010164; Sat, 23 Dec 2006 23:41:34 GMT (envelope-from nivit) Message-Id: <200612232341.kBNNfYnk010164@repoman.freebsd.org> From: Nicola Vitale Date: Sat, 23 Dec 2006 23:41: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/wxMaxima Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 23:41:34 -0000 nivit 2006-12-23 23:41:34 UTC FreeBSD ports repository Modified files: math/wxMaxima Makefile distinfo Log: - Updated to 0.7.1 Approved by: alexbl (mentor) Revision Changes Path 1.10 +1 -1 ports/math/wxMaxima/Makefile 1.7 +3 -3 ports/math/wxMaxima/distinfo