From owner-cvs-all@FreeBSD.ORG Sun Jul 2 01:57:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59ACB16A4DF; Sun, 2 Jul 2006 01:57:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E46F244ED4; Sat, 1 Jul 2006 19:57:15 +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 k61JvFa8017471; Sat, 1 Jul 2006 19:57:15 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k61JvFsg017470; Sat, 1 Jul 2006 19:57:15 GMT (envelope-from miwi) Message-Id: <200607011957.k61JvFsg017470@repoman.freebsd.org> From: Martin Wilke Date: Sat, 1 Jul 2006 19: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/irc/unreal Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 01:57:01 -0000 miwi 2006-07-01 19:57:15 UTC FreeBSD ports repository Modified files: irc/unreal Makefile distinfo Log: Update to 3.2.5 PR: ports/99679 Submitted by: Gerrit Beine Approved by: krion (mentor) Revision Changes Path 1.8 +1 -1 ports/irc/unreal/Makefile 1.7 +3 -3 ports/irc/unreal/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 2 02:37:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FA2B16A59D; Sun, 2 Jul 2006 02:37:35 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A498243F71; Sun, 2 Jul 2006 01:58:33 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k621wXNC055490; Sun, 2 Jul 2006 01:58:33 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k621wXcv055489; Sun, 2 Jul 2006 01:58:33 GMT (envelope-from bmah) Message-Id: <200607020158.k621wXcv055489@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 2 Jul 2006 01:58: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 02:37:35 -0000 bmah 2006-07-02 01:58:33 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Fix grammar and style nits starting in the network interface section and continuing through the end of this document. Revision Changes Path 1.953 +51 -48 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 2 03:42:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 542D216A403; Sun, 2 Jul 2006 03:42:05 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1155B43D46; Sun, 2 Jul 2006 03:42:05 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k623g4rB062141; Sun, 2 Jul 2006 03:42:04 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k623g4Gn062140; Sun, 2 Jul 2006 03:42:04 GMT (envelope-from tmclaugh) Message-Id: <200607020342.k623g4Gn062140@repoman.freebsd.org> From: Tom McLaughlin Date: Sun, 2 Jul 2006 03:42:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/gecko-sharp10 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 03:42:05 -0000 tmclaugh 2006-07-02 03:42:04 UTC FreeBSD ports repository Modified files: www/gecko-sharp10 Makefile Log: Update location of MASTER_SITE. Revision Changes Path 1.13 +1 -1 ports/www/gecko-sharp10/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 2 03:45:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14E1916A40F; Sun, 2 Jul 2006 03:45:34 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D988343D49; Sun, 2 Jul 2006 03:45:33 +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 k623jXBE062286; Sun, 2 Jul 2006 03:45:33 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k623jX3s062285; Sun, 2 Jul 2006 03:45:33 GMT (envelope-from imp) Message-Id: <200607020345.k623jX3s062285@repoman.freebsd.org> From: Warner Losh Date: Sun, 2 Jul 2006 03:45:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 uart_dev_at91usart.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 03:45:34 -0000 imp 2006-07-02 03:45:33 UTC FreeBSD src repository Modified files: sys/arm/at91 uart_dev_at91usart.c Log: MFp4: Make serial ports more robust and reliable. Make non-console ports work. This might have broken skyeye stuff. o Introduce ping-pong receive buffers. o Use DMA to copy characters directly into memory. o Support baud rates other than 115200 o Use 1 stop bit when 1 stop bit is requested (otherwise 2 were used, which caused dropped characters when received in bursts). o Use 1.5 stop bits for 5-bit bytes, and 2 stop bits otherwise when 2 stop bits were requested. o Actually update line parameters. o Fix comments o Move init into attach o Tweaks to TX interrupt registers to get them reliable and non-storming. o harvest data in ipend since the latency between it and the callback was too long. This likely is how it should be, I don't know why I deferred things to the callback before. o disable all interrupts in console init. We don't want interrupts until we turn on an ISR. o cosmetic tweaks o Automatically detect of the TIMEOUT interrupt is supported. If so, use it so we get better CPU utilization. Otherwise do a character at a time RX. Good news here is that it seems we have enough CPU and low enough fast interrupt latency to do this reliably. o Don't read USART_CR. It is a write-only register. o start to implement bus_ioctl. Do BAUD now... Revision Changes Path 1.7 +208 -53 src/sys/arm/at91/uart_dev_at91usart.c From owner-cvs-all@FreeBSD.ORG Sun Jul 2 03:50:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83B6216A412; Sun, 2 Jul 2006 03:50:45 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BA0C43D53; Sun, 2 Jul 2006 03:50:45 +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 k623ojmw062558; Sun, 2 Jul 2006 03:50:45 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k623ojlM062557; Sun, 2 Jul 2006 03:50:45 GMT (envelope-from imp) Message-Id: <200607020350.k623ojlM062557@repoman.freebsd.org> From: Warner Losh Date: Sun, 2 Jul 2006 03:50: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/arm/at91 at91_pio.c at91_pio_rm9200.h at91_piovar.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, 02 Jul 2006 03:50:45 -0000 imp 2006-07-02 03:50:44 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_pio.c Added files: sys/arm/at91 at91_pio_rm9200.h at91_piovar.h Log: Add support for configuring pins to be one of {GPIO, PERIPHERAL A or PERIPHERAL B}, as well as direction of GPIO pin. Add defines for all the pins. Revision Changes Path 1.2 +88 -1 src/sys/arm/at91/at91_pio.c 1.1 +324 -0 src/sys/arm/at91/at91_pio_rm9200.h (new) 1.1 +38 -0 src/sys/arm/at91/at91_piovar.h (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 2 04:03:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 920C616A407; Sun, 2 Jul 2006 04:03:11 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A91343D46; Sun, 2 Jul 2006 04:03:11 +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 k6243B2Q064343; Sun, 2 Jul 2006 04:03:11 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6243BXX064342; Sun, 2 Jul 2006 04:03:11 GMT (envelope-from marcus) Message-Id: <200607020403.k6243BXX064342@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 2 Jul 2006 04:03:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/g-wrap Makefile pkg-plist ports/devel/g-wrap/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 04:03:11 -0000 marcus 2006-07-02 04:03:11 UTC FreeBSD ports repository Modified files: devel/g-wrap Makefile pkg-plist Removed files: devel/g-wrap/files patch-aa Log: Add missing library archives. Reported by: pointyhat via linimon Revision Changes Path 1.31 +1 -1 ports/devel/g-wrap/Makefile 1.4 +0 -13 ports/devel/g-wrap/files/patch-aa (dead) 1.10 +10 -0 ports/devel/g-wrap/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 2 05:09:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C1C516A415; Sun, 2 Jul 2006 05:09:16 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCAB143D46; Sun, 2 Jul 2006 05:09:15 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6259FIp076112; Sun, 2 Jul 2006 05:09:15 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6259FlN076111; Sun, 2 Jul 2006 05:09:15 GMT (envelope-from novel) Message-Id: <200607020509.k6259FlN076111@repoman.freebsd.org> From: Roman Bogorodskiy Date: Sun, 2 Jul 2006 05:09:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/mdpop3d Makefile distinfo pkg-descr pkg-plist ports/mail/mdpop3d/files patch-mdpop3d.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 05:09:16 -0000 novel 2006-07-02 05:09:15 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/mdpop3d Makefile distinfo pkg-descr pkg-plist mail/mdpop3d/files patch-mdpop3d.c Log: This is a simple and small POP3 daemon implementation designed for Maildir support. It have direct support for authenticating regular unix users, has UIDL command support, can access maildirs in non-default location, and have support for external (pre-)authenticators. PR: ports/99704 Submitted by: Alexander Logvinov Revision Changes Path 1.772 +1 -0 ports/mail/Makefile 1.1 +45 -0 ports/mail/mdpop3d/Makefile (new) 1.1 +3 -0 ports/mail/mdpop3d/distinfo (new) 1.1 +97 -0 ports/mail/mdpop3d/files/patch-mdpop3d.c (new) 1.1 +4 -0 ports/mail/mdpop3d/pkg-descr (new) 1.1 +1 -0 ports/mail/mdpop3d/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 2 05:09:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6886D16A5C0; Sun, 2 Jul 2006 05:09:23 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22F5443D45; Sun, 2 Jul 2006 05:09:23 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6259NFT076161; Sun, 2 Jul 2006 05:09:23 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6259Nlf076160; Sun, 2 Jul 2006 05:09:23 GMT (envelope-from novel) Message-Id: <200607020509.k6259Nlf076160@repoman.freebsd.org> From: Roman Bogorodskiy Date: Sun, 2 Jul 2006 05:09:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 05:09:23 -0000 novel 2006-07-02 05:09:22 UTC FreeBSD ports repository Modified files: . modules Log: mdpop3d --> ports/mail/mdpop3d Revision Changes Path 1.15483 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jul 2 05:22:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8959016A40F; Sun, 2 Jul 2006 05:22:55 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41F2C43D45; Sun, 2 Jul 2006 05:22:55 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k625MtEX077119; Sun, 2 Jul 2006 05:22:55 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k625MtNd077118; Sun, 2 Jul 2006 05:22:55 GMT (envelope-from aaron) Message-Id: <200607020522.k625MtNd077118@repoman.freebsd.org> From: Aaron Dalton Date: Sun, 2 Jul 2006 05:22:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Algorithm-RabinKarp 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, 02 Jul 2006 05:22:55 -0000 aaron 2006-07-02 05:22:55 UTC FreeBSD ports repository Modified files: textproc/p5-Algorithm-RabinKarp Makefile distinfo pkg-plist Log: - Update to v0.39 Approved by: tobez (implicit) Revision Changes Path 1.3 +2 -4 ports/textproc/p5-Algorithm-RabinKarp/Makefile 1.4 +3 -3 ports/textproc/p5-Algorithm-RabinKarp/distinfo 1.2 +4 -0 ports/textproc/p5-Algorithm-RabinKarp/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 2 06:24:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 778CE16A403; Sun, 2 Jul 2006 06:24:45 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3255F43D45; Sun, 2 Jul 2006 06:24: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 k626OjAo080601; Sun, 2 Jul 2006 06:24:45 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k626Oj38080600; Sun, 2 Jul 2006 06:24:45 GMT (envelope-from dinoex) Message-Id: <200607020624.k626Oj38080600@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 2 Jul 2006 06:24:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/news/cnews Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 06:24:45 -0000 dinoex 2006-07-02 06:24:44 UTC FreeBSD ports repository Modified files: news/cnews Makefile Log: - disable regression test on pointyhat the test sends 2 mails, pointyhat consider this fatal: Fatal error: filesystem was touched prior to 'make install' phase http://pointyhat.freebsd.org/errorlogs/i386-5-latest/cnews-cr.g_9.log Revision Changes Path 1.57 +0 -2 ports/news/cnews/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 2 06:58:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68A7016A403; Sun, 2 Jul 2006 06:58:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2130543D46; Sun, 2 Jul 2006 06:58:13 +0000 (GMT) (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 k626wDx5081934; Sun, 2 Jul 2006 06:58:13 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k626wC6X081933; Sun, 2 Jul 2006 06:58:12 GMT (envelope-from linimon) Message-Id: <200607020658.k626wC6X081933@repoman.freebsd.org> From: Mark Linimon Date: Sun, 2 Jul 2006 06:58: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/net/linphone-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: Sun, 02 Jul 2006 06:58:13 -0000 linimon 2006-07-02 06:58:12 UTC FreeBSD ports repository Modified files: net/linphone-base Makefile Log: This appears to have been broken with the last update to libosip2. Revision Changes Path 1.34 +2 -0 ports/net/linphone-base/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 2 07: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E61D416A412; Sun, 2 Jul 2006 07:29:42 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A106F44533; Sun, 2 Jul 2006 07:29:42 +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 k627Tgv4084499; Sun, 2 Jul 2006 07:29:42 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k627TgMY084498; Sun, 2 Jul 2006 07:29:42 GMT (envelope-from sem) Message-Id: <200607020729.k627TgMY084498@repoman.freebsd.org> From: Sergey Matveychuk Date: Sun, 2 Jul 2006 07:29:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/syck Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 07:29:43 -0000 sem 2006-07-02 07:29:42 UTC FreeBSD ports repository Modified files: textproc/syck Makefile distinfo Log: - Update to 0.55 PR: ports/98834 Approved by: maintainer timeout (4 weeks) Revision Changes Path 1.4 +2 -2 ports/textproc/syck/Makefile 1.3 +3 -3 ports/textproc/syck/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 2 07:30:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA98116A49E; Sun, 2 Jul 2006 07:30:22 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 485D544539; Sun, 2 Jul 2006 07:30:21 +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 k627ULxV084600; Sun, 2 Jul 2006 07:30:21 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k627ULRC084599; Sun, 2 Jul 2006 07:30:21 GMT (envelope-from sem) Message-Id: <200607020730.k627ULRC084599@repoman.freebsd.org> From: Sergey Matveychuk Date: Sun, 2 Jul 2006 07:30:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/py-syck Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 07:30:23 -0000 sem 2006-07-02 07:30:21 UTC FreeBSD ports repository Modified files: textproc/py-syck Makefile distinfo Log: - Update to 0.55 PR: ports/98835 Approved by: maintainer timeout (4 weeks) Revision Changes Path 1.4 +2 -2 ports/textproc/py-syck/Makefile 1.3 +3 -3 ports/textproc/py-syck/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 2 10: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4156C16A525; Sun, 2 Jul 2006 10:23:59 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C305E43DD2; Sun, 2 Jul 2006 09:51:08 +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 k629p8EA000493; Sun, 2 Jul 2006 09:51:08 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k629p89m000492; Sun, 2 Jul 2006 09:51:08 GMT (envelope-from remko) Message-Id: <200607020951.k629p89m000492@repoman.freebsd.org> From: Remko Lodder Date: Sun, 2 Jul 2006 09:51:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install 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, 02 Jul 2006 10:23:59 -0000 remko 2006-07-02 09:51:08 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Revert a little part of Tom's cleanup. Restore the disklabel images so that people viewing our documentation actually see something. Probably these images need to be renamed to bsdlabel. Reported by: Svilen Pavlov on www@ Nick on www@ Revision Changes Path 1.333 +7 -7 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 2 10: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66CB816A403; Sun, 2 Jul 2006 10:33:31 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAAC543D82; Sun, 2 Jul 2006 10:33:27 +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 k62AXR2i003519; Sun, 2 Jul 2006 10:33:27 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62AXRGK003518; Sun, 2 Jul 2006 10:33:27 GMT (envelope-from itetcu) Message-Id: <200607021033.k62AXRGK003518@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 2 Jul 2006 10:33:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/libleaftag 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, 02 Jul 2006 10:33:31 -0000 itetcu 2006-07-02 10:33:27 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libleaftag Makefile distinfo pkg-descr pkg-plist Log: Leaftag is a library and set of utilities for tagging files on the desktop. libleaftag is the core tagging library. It's GObject-based and provides a simple means for tagging and untagging files, retrieving lists of tags, and generally manipulating the database. Project homepage: WWW: http://www.chipx86.com/wiki/Leaftag PR: ports/98113 Submitted by: Khairil Yusof Revision Changes Path 1.2303 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/libleaftag/Makefile (new) 1.1 +3 -0 ports/devel/libleaftag/distinfo (new) 1.1 +8 -0 ports/devel/libleaftag/pkg-descr (new) 1.1 +11 -0 ports/devel/libleaftag/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 2 10:34:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F52316A412; Sun, 2 Jul 2006 10:34:03 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0827D43D7D; Sun, 2 Jul 2006 10:33: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 k62AXx8x003560; Sun, 2 Jul 2006 10:33:59 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62AXxND003559; Sun, 2 Jul 2006 10:33:59 GMT (envelope-from itetcu) Message-Id: <200607021033.k62AXxND003559@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 2 Jul 2006 10: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: Sun, 02 Jul 2006 10:34:03 -0000 itetcu 2006-07-02 10:33:59 UTC FreeBSD ports repository Modified files: . modules Log: libleaftag --> ports/devel/libleaftag Revision Changes Path 1.15484 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jul 2 10: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F0C316A415; Sun, 2 Jul 2006 10:45:17 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FD9F43D48; Sun, 2 Jul 2006 10:45:17 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k62AjGNx004071; Sun, 2 Jul 2006 10:45:16 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62AjGXq004070; Sun, 2 Jul 2006 10:45:16 GMT (envelope-from itetcu) Message-Id: <200607021045.k62AjGXq004070@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 2 Jul 2006 10:45:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils Makefile ports/deskutils/tagutils 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, 02 Jul 2006 10:45:17 -0000 itetcu 2006-07-02 10:45:16 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/tagutils Makefile distinfo pkg-descr pkg-plist Log: Leaftag is a library and set of utilities for tagging files on the desktop. tagutils is the primary way of tagging files from the command line. It can tag, untag, display a list of known tags, manipulate tag properties, and show files belonging to a tag. Project homepage: WWW: http://www.chipx86.com/wiki/Leaftag PR: ports/98118 Submitted by: Khairil Yusof Revision Changes Path 1.232 +1 -0 ports/deskutils/Makefile 1.1 +25 -0 ports/deskutils/tagutils/Makefile (new) 1.1 +3 -0 ports/deskutils/tagutils/distinfo (new) 1.1 +8 -0 ports/deskutils/tagutils/pkg-descr (new) 1.1 +6 -0 ports/deskutils/tagutils/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 2 10:45:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2451516A403; Sun, 2 Jul 2006 10:45:47 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 968E743D48; Sun, 2 Jul 2006 10:45:46 +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 k62AjkwQ004122; Sun, 2 Jul 2006 10:45:46 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62AjkeH004121; Sun, 2 Jul 2006 10:45:46 GMT (envelope-from itetcu) Message-Id: <200607021045.k62AjkeH004121@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 2 Jul 2006 10:45:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 10:45:47 -0000 itetcu 2006-07-02 10:45:46 UTC FreeBSD ports repository Modified files: . modules Log: tagutils --> ports/deskutils/tagutils Revision Changes Path 1.15485 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jul 2 11:40:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E3ED16A407; Sun, 2 Jul 2006 11:40:57 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5926C4445C; Sun, 2 Jul 2006 11:40:57 +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 k62BevRO007538; Sun, 2 Jul 2006 11:40:57 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62BevL3007537; Sun, 2 Jul 2006 11:40:57 GMT (envelope-from remko) Message-Id: <200607021140.k62BevL3007537@repoman.freebsd.org> From: Remko Lodder Date: Sun, 2 Jul 2006 11:40:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/commercial consult.xml isp.xml software.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 11:40:57 -0000 remko 2006-07-02 11:40:57 UTC FreeBSD doc repository Modified files: en/commercial consult.xml isp.xml software.xml Log: Add the following companies to the Commercial Gallery: o Anthemion Software Ltd. to the software list [1]. o Gecad Technologies to the isp list [2]. o NetFence to the isp list [3]. o Fortuitous Technologies to the consult list [4]. PR: www/99037 [1]. www/99578 [2]. www/99590 [3]. www/99708 [4]. Submitted by: Julian Smart [1]. Roxana Weintraub [2]. Andrea Venturoli [3]. Philip Carinhas [4]. Revision Changes Path 1.73 +14 -1 www/en/commercial/consult.xml 1.52 +32 -1 www/en/commercial/isp.xml 1.28 +27 -1 www/en/commercial/software.xml From owner-cvs-all@FreeBSD.ORG Sun Jul 2 11: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54ADC16A554; Sun, 2 Jul 2006 11:47:19 +0000 (UTC) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0977443FA; Sun, 2 Jul 2006 11:29:21 +0000 (GMT) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k62BTL0p007060; Sun, 2 Jul 2006 11:29:21 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62BTL2R007059; Sun, 2 Jul 2006 11:29:21 GMT (envelope-from matusita) Message-Id: <200607021129.k62BTL2R007059@repoman.freebsd.org> From: Makoto Matsushita Date: Sun, 2 Jul 2006 11:29: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/print/dvipdfmx Makefile ports/print/dvipdfmx/files patch-src-spc_tpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 11:47:19 -0000 matusita 2006-07-02 11:29:21 UTC FreeBSD ports repository Modified files: print/dvipdfmx Makefile Added files: print/dvipdfmx/files patch-src-spc_tpic.c Log: Fix a bug that dvipdfmx confuses 'wh' and 'bk' of tpic special. As you know from Obtained from: line below, this fix is already in the original dvipdfmx code. Submitted by: Tsuyoshi Ito, tsuyoshiito at nifty dotcom. Obtained from: http://cvs.ktug.or.kr/viewcvs/dvipdfmx/src/spc_tpic.c.diff?r2=1.3&r1=1.2&diff_format=u Revision Changes Path 1.24 +1 -1 ports/print/dvipdfmx/Makefile 1.1 +26 -0 ports/print/dvipdfmx/files/patch-src-spc_tpic.c (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 2 11:47:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD89D16A642; Sun, 2 Jul 2006 11:47:22 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6566E441FE; Sun, 2 Jul 2006 11:20:29 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k62BKT1m006691; Sun, 2 Jul 2006 11:20:29 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62BKTE8006690; Sun, 2 Jul 2006 11:20:29 GMT (envelope-from maho) Message-Id: <200607021120.k62BKTE8006690@repoman.freebsd.org> From: Maho Nakata Date: Sun, 2 Jul 2006 11: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/editors/openoffice.org-2.0 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 11:47:23 -0000 maho 2006-07-02 11:20:28 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2.0 Makefile distinfo Log: Update to 2.0.3 Revision Changes Path 1.243 +1 -1 ports/editors/openoffice.org-2.0/Makefile 1.89 +3 -3 ports/editors/openoffice.org-2.0/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 2 13:09:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A03E616A412; Sun, 2 Jul 2006 13:09:45 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A13C443B7; Sun, 2 Jul 2006 13:09:45 +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 k62D9jsi023052; Sun, 2 Jul 2006 13:09:45 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62D9jg9023050; Sun, 2 Jul 2006 13:09:45 GMT (envelope-from remko) Message-Id: <200607021309.k62D9jg9023050@repoman.freebsd.org> From: Remko Lodder Date: Sun, 2 Jul 2006 13: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/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 13:09:45 -0000 remko 2006-07-02 13:09:45 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document webmin, usermin -- arbitrary file disclosure vulnerability. Details are unknown, all sources talk about an "unspecified" vulnerability. Revision Changes Path 1.1065 +35 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Jul 2 13:10:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 027E816A417; Sun, 2 Jul 2006 13:10:17 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55731443C0; Sun, 2 Jul 2006 13:10:06 +0000 (GMT) (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 k62DA6Uw023152; Sun, 2 Jul 2006 13:10:06 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62DA6wE023151; Sun, 2 Jul 2006 13:10:06 GMT (envelope-from bsam) Message-Id: <200607021310.k62DA6wE023151@repoman.freebsd.org> From: Boris Samorodov Date: Sun, 2 Jul 2006 13:10: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/linux-sdl12 Makefile pkg-plist.i386 ports/emulators/linux_base-fc4 Makefile distinfo.i386 pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 13:10:17 -0000 bsam 2006-07-02 13:10:06 UTC FreeBSD ports repository Modified files: devel/linux-sdl12 Makefile pkg-plist.i386 emulators/linux_base-fc4 Makefile distinfo.i386 pkg-plist Log: o unbreak i386-6-exp build of graphics/linux-sdl_image: remove [1] LINUX_BASE/usr/doc dealing from devel/linux-sdl12 to emulators/linux_base-fc4 -- this directory belongs to the linux mtree; o bump PORTREVISION for both ports; o update emulators/linux_base-fc4 distribution to info-4.8-8.fc4.2 (previous one is not fetchable now). Reported by: linimon [1] Approved by: netchild (mentor, implicit) Revision Changes Path 1.15 +1 -0 ports/devel/linux-sdl12/Makefile 1.6 +0 -1 ports/devel/linux-sdl12/pkg-plist.i386 1.13 +2 -2 ports/emulators/linux_base-fc4/Makefile 1.8 +3 -3 ports/emulators/linux_base-fc4/distinfo.i386 1.7 +2 -0 ports/emulators/linux_base-fc4/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 2 13:10:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED79816A61C; Sun, 2 Jul 2006 13:10:40 +0000 (UTC) (envelope-from andreas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7666B441BE; Sun, 2 Jul 2006 12:47:58 +0000 (GMT) (envelope-from andreas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k62Clwh3020895; Sun, 2 Jul 2006 12:47:58 GMT (envelope-from andreas@repoman.freebsd.org) Received: (from andreas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62ClwjB020894; Sun, 2 Jul 2006 12:47:58 GMT (envelope-from andreas) Message-Id: <200607021247.k62ClwjB020894@repoman.freebsd.org> From: Andreas Klemm Date: Sun, 2 Jul 2006 12:47: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/print/apsfilter Makefile ports/print/apsfilter/scripts 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, 02 Jul 2006 13:10:41 -0000 andreas 2006-07-02 12:47:58 UTC FreeBSD ports repository Modified files: print/apsfilter Makefile print/apsfilter/scripts configure Log: fix acroread dependency after recent changes to the acrobat reader's ports structure PR: ports/99354 Submitted by: Kostik Belousov Revision Changes Path 1.126 +2 -2 ports/print/apsfilter/Makefile 1.33 +2 -2 ports/print/apsfilter/scripts/configure From owner-cvs-all@FreeBSD.ORG Sun Jul 2 13:10:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E1C316A656; Sun, 2 Jul 2006 13:10:41 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7772D4428D; Sun, 2 Jul 2006 12:51:10 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k62CpAK8021106; Sun, 2 Jul 2006 12:51:10 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62CpAak021105; Sun, 2 Jul 2006 12:51:10 GMT (envelope-from nork) Message-Id: <200607021251.k62CpAak021105@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 2 Jul 2006 12:51:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/nkf Makefile distinfo ports/japanese/nkf/files patch-aa patch-nkf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 13:10:41 -0000 nork 2006-07-02 12:51:10 UTC FreeBSD ports repository Modified files: japanese/nkf Makefile distinfo japanese/nkf/files patch-aa Removed files: japanese/nkf/files patch-nkf.c Log: Update to 2.0.7. o Fix version schema. So bump PORTEPOCH. o Fix build on 4.x on 2.0.7. So remove files/patch-nkf.c Revision Changes Path 1.33 +5 -5 ports/japanese/nkf/Makefile 1.13 +3 -3 ports/japanese/nkf/distinfo 1.9 +6 -6 ports/japanese/nkf/files/patch-aa 1.2 +0 -43 ports/japanese/nkf/files/patch-nkf.c (dead) From owner-cvs-all@FreeBSD.ORG Sun Jul 2 14:26:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3025216A403; Sun, 2 Jul 2006 14:26:16 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8509443F0; Sun, 2 Jul 2006 14:26:15 +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 k62EQFr2027495; Sun, 2 Jul 2006 14:26:15 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62EQFA6027494; Sun, 2 Jul 2006 14:26:15 GMT (envelope-from sem) Message-Id: <200607021426.k62EQFA6027494@repoman.freebsd.org> From: Sergey Matveychuk Date: Sun, 2 Jul 2006 14:26:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/portupgrade-devel Makefile ports/sysutils/portupgrade-devel/files patch-lib-pkgtools.rb X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 14:26:16 -0000 sem 2006-07-02 14:26:15 UTC FreeBSD ports repository Modified files: sysutils/portupgrade-devel Makefile Removed files: sysutils/portupgrade-devel/files patch-lib-pkgtools.rb Log: - Remove forgotten patch. - Fix MASTER_SITE_SUBDIR. Revision Changes Path 1.227 +1 -1 ports/sysutils/portupgrade-devel/Makefile 1.2 +0 -20 ports/sysutils/portupgrade-devel/files/patch-lib-pkgtools.rb (dead) From owner-cvs-all@FreeBSD.ORG Sun Jul 2 15:08:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA4F716A407; Sun, 2 Jul 2006 15:08:18 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C89543D48; Sun, 2 Jul 2006 15:08:18 +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 k62F8IFv030299; Sun, 2 Jul 2006 15:08:18 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62F8I9C030298; Sun, 2 Jul 2006 15:08:18 GMT (envelope-from arved) Message-Id: <200607021508.k62F8I9C030298@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 2 Jul 2006 15:08:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pcsc-lite Makefile distinfo ports/devel/libccid 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, 02 Jul 2006 15:08:18 -0000 arved 2006-07-02 15:08:18 UTC FreeBSD ports repository Modified files: devel/pcsc-lite Makefile distinfo devel/libccid Makefile distinfo pkg-plist Log: Update pcsc-lite to 1.3.1 and libccid to 1.0.1 Revision Changes Path 1.4 +2 -2 ports/devel/libccid/Makefile 1.4 +3 -3 ports/devel/libccid/distinfo 1.4 +1 -1 ports/devel/libccid/pkg-plist 1.29 +2 -2 ports/devel/pcsc-lite/Makefile 1.14 +3 -3 ports/devel/pcsc-lite/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 2 15:43:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42A4C16A407; Sun, 2 Jul 2006 15:43:33 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBFD3442F3; Sun, 2 Jul 2006 15:43: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 k62FhW0H031866; Sun, 2 Jul 2006 15:43:32 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62FhWih031865; Sun, 2 Jul 2006 15:43:32 GMT (envelope-from ahze) Message-Id: <200607021543.k62FhWih031865@repoman.freebsd.org> From: Michael Johnson Date: Sun, 2 Jul 2006 15:43: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-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, 02 Jul 2006 15:43:33 -0000 ahze 2006-07-02 15:43:32 UTC FreeBSD ports repository Modified files: textproc/p5-xmltv Makefile distinfo pkg-plist Log: - Update to 0.5.44 Revision Changes Path 1.22 +3 -3 ports/textproc/p5-xmltv/Makefile 1.17 +3 -3 ports/textproc/p5-xmltv/distinfo 1.16 +1 -3 ports/textproc/p5-xmltv/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 2 15: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D70E116A417; Sun, 2 Jul 2006 15:47:55 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D6EE44436; Sun, 2 Jul 2006 15:47:55 +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 k62FltsN032104; Sun, 2 Jul 2006 15:47:55 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62FltnT032103; Sun, 2 Jul 2006 15:47:55 GMT (envelope-from mezz) Message-Id: <200607021547.k62FltnT032103@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 2 Jul 2006 15:47: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/handbrake Makefile distinfo ports/multimedia/handbrake/files patch-Jamfile patch-Jamrules patch-configure patch-contrib_Jamfile patch-core_FfmpegEnc.c patch-core_Fifo.c patch-core_HandBrake.c patch-core_Jamfile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 15:47:55 -0000 mezz 2006-07-02 15:47:55 UTC FreeBSD ports repository Modified files: multimedia/handbrake Makefile distinfo multimedia/handbrake/files patch-Jamfile patch-Jamrules Added files: multimedia/handbrake/files patch-configure patch-libhb_Jamfile Removed files: multimedia/handbrake/files patch-contrib_Jamfile patch-core_FfmpegEnc.c patch-core_Fifo.c patch-core_HandBrake.c patch-core_Jamfile patch-core_Scale.c patch-core_Thread.c patch-core_Thread.h patch-core_Utils.c patch-gtk2_main.c Log: Update to 0.7.1. Submitted by: Rainer Alves (tweaked by mezz) Revision Changes Path 1.12 +32 -40 ports/multimedia/handbrake/Makefile 1.3 +3 -3 ports/multimedia/handbrake/distinfo 1.4 +39 -20 ports/multimedia/handbrake/files/patch-Jamfile 1.2 +11 -28 ports/multimedia/handbrake/files/patch-Jamrules 1.1 +24 -0 ports/multimedia/handbrake/files/patch-configure (new) 1.2 +0 -18 ports/multimedia/handbrake/files/patch-contrib_Jamfile (dead) 1.3 +0 -11 ports/multimedia/handbrake/files/patch-core_FfmpegEnc.c (dead) 1.2 +0 -29 ports/multimedia/handbrake/files/patch-core_Fifo.c (dead) 1.3 +0 -21 ports/multimedia/handbrake/files/patch-core_HandBrake.c (dead) 1.3 +0 -38 ports/multimedia/handbrake/files/patch-core_Jamfile (dead) 1.3 +0 -12 ports/multimedia/handbrake/files/patch-core_Scale.c (dead) 1.2 +0 -66 ports/multimedia/handbrake/files/patch-core_Thread.c (dead) 1.2 +0 -75 ports/multimedia/handbrake/files/patch-core_Thread.h (dead) 1.2 +0 -12 ports/multimedia/handbrake/files/patch-core_Utils.c (dead) 1.2 +0 -10 ports/multimedia/handbrake/files/patch-gtk2_main.c (dead) 1.1 +9 -0 ports/multimedia/handbrake/files/patch-libhb_Jamfile (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 2 15:55:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76C1C16A407; Sun, 2 Jul 2006 15:55:55 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07E0744436; Sun, 2 Jul 2006 15:55:55 +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 k62FtsSL032445; Sun, 2 Jul 2006 15:55:54 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62FtsSs032444; Sun, 2 Jul 2006 15:55:54 GMT (envelope-from remko) Message-Id: <200607021555.k62FtsSs032444@repoman.freebsd.org> From: Remko Lodder Date: Sun, 2 Jul 2006 15:55:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/commercial isp.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 15:55:55 -0000 remko 2006-07-02 15:55:54 UTC FreeBSD doc repository Modified files: en/commercial isp.xml Log: Add Kionic.com Web Hosting to the ISP list. PR: www/98913 Submitted by: Stephen Revision Changes Path 1.53 +11 -1 www/en/commercial/isp.xml From owner-cvs-all@FreeBSD.ORG Sun Jul 2 15:57:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01E3016A51B; Sun, 2 Jul 2006 15:57:16 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AE8D44354; Sun, 2 Jul 2006 15:38:18 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k62FcIYl031600; Sun, 2 Jul 2006 15:38:18 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62FcIng031599; Sun, 2 Jul 2006 15:38:18 GMT (envelope-from mezz) Message-Id: <200607021538.k62FcIng031599@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 2 Jul 2006 15:38:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING ports/multimedia Makefile CVSROOT modules ports/multimedia/handbrake-gtk2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 15:57:16 -0000 mezz 2006-07-02 15:38:18 UTC FreeBSD ports repository Modified files: . UPDATING multimedia Makefile . modules multimedia/handbrake-gtk2 Makefile Log: Add multimedia/handbrake-gtk2, still at 0.6.x version because in the 0.7.x version, the GTK+2 support has been disabled. The multimedia/handbrake is going to be update to 0.7.x soon after this. Add an entry about it in the UPDATING. While I am here, add two new mirrors. PR: ports/99616 Repocopy by: marcus Revision Changes Path 1.15486 +1 -0 CVSROOT/modules 1.353 +10 -1 ports/UPDATING 1.167 +1 -0 ports/multimedia/Makefile 1.12 +12 -9 ports/multimedia/handbrake-gtk2/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 2 15:57:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D62C16A4A0; Sun, 2 Jul 2006 15:57:22 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71502440A1; Sun, 2 Jul 2006 15:27:49 +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 k62FRndg031062; Sun, 2 Jul 2006 15:27:49 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62FRncw031061; Sun, 2 Jul 2006 15:27:49 GMT (envelope-from arved) Message-Id: <200607021527.k62FRncw031061@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 2 Jul 2006 15:27:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/./Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 15:57:22 -0000 arved 2006-07-02 15:27:49 UTC FreeBSD ports repository Modified files: ./Mk bsd.sites.mk Log: Move ftp.gnupg.org to the bottom of MASTER_SITE_GNUPG, as it is very slow Revision Changes Path 1.373 +3 -3 ports/./Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Sun Jul 2 16:24:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81DCF16A403; Sun, 2 Jul 2006 16:24:09 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04E9D43D49; Sun, 2 Jul 2006 16:24:09 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k62GO8qK035003; Sun, 2 Jul 2006 16:24:08 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62GO88s035002; Sun, 2 Jul 2006 16:24:08 GMT (envelope-from stefan) Message-Id: <200607021624.k62GO88s035002@repoman.freebsd.org> From: Stefan Walter Date: Sun, 2 Jul 2006 16:24:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/adns Makefile distinfo ports/dns/adns/files patch-dynamic::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, 02 Jul 2006 16:24:09 -0000 stefan 2006-07-02 16:24:08 UTC FreeBSD ports repository Modified files: dns/adns Makefile distinfo Removed files: dns/adns/files patch-dynamic::Makefile.in Log: - Update to 1.3. - Assign maintainership to submitter. PR: 99434 Submitted by: Babak Farrokhi Approved by: arved (mentor) Revision Changes Path 1.16 +2 -3 ports/dns/adns/Makefile 1.7 +3 -3 ports/dns/adns/distinfo 1.2 +0 -32 ports/dns/adns/files/patch-dynamic::Makefile.in (dead) From owner-cvs-all@FreeBSD.ORG Sun Jul 2 16:28:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 387BE16A412; Sun, 2 Jul 2006 16:28:58 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C46774401D; Sun, 2 Jul 2006 16:28:43 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k62GShdR035195; Sun, 2 Jul 2006 16:28:43 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62GShq6035194; Sun, 2 Jul 2006 16:28:43 GMT (envelope-from stefan) Message-Id: <200607021628.k62GShq6035194@repoman.freebsd.org> From: Stefan Walter Date: Sun, 2 Jul 2006 16: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/graphics/gnash Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 16:28:58 -0000 stefan 2006-07-02 16:28:43 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: Fix dependency on x11-toolkits/gtkglext. PR: 99634 Submitted by: Remy Oudompheng Patch by: maintainer Approved by: arved (mentor) Revision Changes Path 1.7 +1 -1 ports/graphics/gnash/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 2 16:41:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCA2E16A40F; Sun, 2 Jul 2006 16:41:43 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93D7643D4C; Sun, 2 Jul 2006 16:41:43 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k62Gfht8035753; Sun, 2 Jul 2006 16:41:43 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62GfhGR035752; Sun, 2 Jul 2006 16:41:43 GMT (envelope-from nobutaka) Message-Id: <200607021641.k62GfhGR035752@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sun, 2 Jul 2006 16:41:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/mlterm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 16:41:44 -0000 nobutaka 2006-07-02 16:41:43 UTC FreeBSD ports repository Modified files: x11/mlterm Makefile Log: Sync with libuim shared library version bump. Revision Changes Path 1.37 +1 -1 ports/x11/mlterm/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 2 17:10:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18EAD16A403; Sun, 2 Jul 2006 17:10:09 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD73F4454E; Sun, 2 Jul 2006 17:10:08 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k62HA88O045624; Sun, 2 Jul 2006 17:10:08 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62HA8A6045623; Sun, 2 Jul 2006 17:10:08 GMT (envelope-from nobutaka) Message-Id: <200607021710.k62HA8A6045623@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sun, 2 Jul 2006 17:10:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/m17n-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: Sun, 02 Jul 2006 17:10:09 -0000 nobutaka 2006-07-02 17:10:08 UTC FreeBSD ports repository Modified files: devel/m17n-lib Makefile distinfo Log: Update to 1.3.3. Revision Changes Path 1.11 +1 -2 ports/devel/m17n-lib/Makefile 1.6 +3 -3 ports/devel/m17n-lib/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 2 17:14:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89E8116A407; Sun, 2 Jul 2006 17:14:23 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A35944570; Sun, 2 Jul 2006 17:14:22 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k62HEMKQ045873; Sun, 2 Jul 2006 17:14:22 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62HEMeL045872; Sun, 2 Jul 2006 17:14:22 GMT (envelope-from nobutaka) Message-Id: <200607021714.k62HEMeL045872@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sun, 2 Jul 2006 17:14:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/m17n-db 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, 02 Jul 2006 17:14:23 -0000 nobutaka 2006-07-02 17:14:22 UTC FreeBSD ports repository Modified files: devel/m17n-db Makefile distinfo pkg-plist Log: Update to 1.3.3. Revision Changes Path 1.8 +1 -1 ports/devel/m17n-db/Makefile 1.6 +3 -3 ports/devel/m17n-db/distinfo 1.5 +1 -0 ports/devel/m17n-db/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 2 17:15:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C95DF16A587; Sun, 2 Jul 2006 17:15:07 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 086A94456E; Sun, 2 Jul 2006 17:15:06 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k62HF6b9045973; Sun, 2 Jul 2006 17:15:06 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62HF6dH045972; Sun, 2 Jul 2006 17:15:06 GMT (envelope-from nobutaka) Message-Id: <200607021715.k62HF6dH045972@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sun, 2 Jul 2006 17: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/m17n-docs Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 17:15:08 -0000 nobutaka 2006-07-02 17:15:06 UTC FreeBSD ports repository Modified files: devel/m17n-docs Makefile distinfo Log: Update to 1.3.3. Revision Changes Path 1.4 +32 -5 ports/devel/m17n-docs/Makefile 1.3 +3 -3 ports/devel/m17n-docs/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 2 17:17:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9962316A403; Sun, 2 Jul 2006 17:17:37 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E51E44555; Sun, 2 Jul 2006 17:17:37 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k62HHbnL046092; Sun, 2 Jul 2006 17:17:37 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62HHbDv046091; Sun, 2 Jul 2006 17:17:37 GMT (envelope-from nobutaka) Message-Id: <200607021717.k62HHbDv046091@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sun, 2 Jul 2006 17:17: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/textproc/uim-m17nlib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 17:17:37 -0000 nobutaka 2006-07-02 17:17:36 UTC FreeBSD ports repository Modified files: textproc/uim-m17nlib Makefile Log: Remove IGNORE mark since I have updated devel/m17n-lib port to 1.3.3. Revision Changes Path 1.4 +1 -3 ports/textproc/uim-m17nlib/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 2 18:43:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 920B916A526; Sun, 2 Jul 2006 18:43:53 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EDB64430B; Sun, 2 Jul 2006 18:22:47 +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 k62IMlOX065633; Sun, 2 Jul 2006 18:22:47 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62IMlxE065632; Sun, 2 Jul 2006 18:22:47 GMT (envelope-from alc) Message-Id: <200607021822.k62IMlxE065632@repoman.freebsd.org> From: Alan Cox Date: Sun, 2 Jul 2006 18:22: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/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 18:43:53 -0000 alc 2006-07-02 18:22:47 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c Log: Correct an error in the new pmap_collect(), thus only affecting HEAD. Specifically, the pv entry was always being freed to the caller's pmap instead of the pmap to which the pv entry belongs. Revision Changes Path 1.563 +1 -1 src/sys/amd64/amd64/pmap.c 1.565 +1 -1 src/sys/i386/i386/pmap.c From owner-cvs-all@FreeBSD.ORG Sun Jul 2 18:44:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A40316A576; Sun, 2 Jul 2006 18:44:13 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CACD44309; Sun, 2 Jul 2006 18:23:03 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k62IN3i6065676; Sun, 2 Jul 2006 18:23:03 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62IN3Vw065675; Sun, 2 Jul 2006 18:23:03 GMT (envelope-from novel) Message-Id: <200607021823.k62IN3Vw065675@repoman.freebsd.org> From: Roman Bogorodskiy Date: Sun, 2 Jul 2006 18:23:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/mutt-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 18:44:13 -0000 novel 2006-07-02 18:23:03 UTC FreeBSD ports repository Modified files: mail/mutt-devel Makefile Log: Fix the WITH_MUTT_CYRUS_SASL2 knob. PR: 99719 Submitted by: Udo Schweigert (maintainer) Revision Changes Path 1.269 +1 -1 ports/mail/mutt-devel/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 2 19:22:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E65E416A403; Sun, 2 Jul 2006 19:22:57 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B73043D53; Sun, 2 Jul 2006 19:22:57 +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 k62JMvg4069196; Sun, 2 Jul 2006 19:22:57 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62JMvai069195; Sun, 2 Jul 2006 19:22:57 GMT (envelope-from marcus) Message-Id: <200607021922.k62JMvai069195@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 2 Jul 2006 19:22:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/gtk20 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 19:22:58 -0000 marcus 2006-07-02 19:22:57 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk20 Makefile distinfo Log: Update to 2.8.20. Revision Changes Path 1.182 +1 -1 ports/x11-toolkits/gtk20/Makefile 1.95 +3 -3 ports/x11-toolkits/gtk20/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 2 19:26:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07C7816A403; Sun, 2 Jul 2006 19:26:43 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0D4143D45; Sun, 2 Jul 2006 19:26:42 +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 k62JQgEg069415; Sun, 2 Jul 2006 19:26:42 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62JQgws069414; Sun, 2 Jul 2006 19:26:42 GMT (envelope-from itetcu) Message-Id: <200607021926.k62JQgws069414@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 2 Jul 2006 19: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/net-mgmt Makefile ports/net-mgmt/ipacco Makefile distinfo pkg-descr pkg-plist ports/net-mgmt/ipacco/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, 02 Jul 2006 19:26:43 -0000 itetcu 2006-07-02 19:26:42 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/ipacco Makefile distinfo pkg-descr pkg-plist net-mgmt/ipacco/files pkg-message.in Log: IPAcco is a free software package that helps a network admin to collect, visualize and analyze IP accounting data from the Cisco routers. Cisco routers themselves are capable of collecting IP accounting information . i.e. an unordered set of IP source-destination pairs along with a byte and packet counters corresponding to all network traffic flows that passed through the router's interfaces. These data can be a useful source for various analysis procedures and billing systems but by itself, in their raw form they are rather difficult to read and understand. In addition, a router cannot keep a lot of data . its memory is needed for purposes other than remembering what traffic, from what sources and where it forwarded two month ago. WWW: http://ipacco.sourceforge.net/ - Babak Farrokhi babak@farrokhi.net PR: ports/99451 Submitted by: Babak Farrokhi Revision Changes Path 1.75 +1 -0 ports/net-mgmt/Makefile 1.1 +68 -0 ports/net-mgmt/ipacco/Makefile (new) 1.1 +3 -0 ports/net-mgmt/ipacco/distinfo (new) 1.1 +20 -0 ports/net-mgmt/ipacco/files/pkg-message.in (new) 1.1 +18 -0 ports/net-mgmt/ipacco/pkg-descr (new) 1.1 +59 -0 ports/net-mgmt/ipacco/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 2 19:27:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9056216A494; Sun, 2 Jul 2006 19:27:13 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AC5443D45; Sun, 2 Jul 2006 19:27:13 +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 k62JRDQB069462; Sun, 2 Jul 2006 19:27:13 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62JRDmx069461; Sun, 2 Jul 2006 19:27:13 GMT (envelope-from itetcu) Message-Id: <200607021927.k62JRDmx069461@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 2 Jul 2006 19:27:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 19:27:13 -0000 itetcu 2006-07-02 19:27:13 UTC FreeBSD ports repository Modified files: . modules Log: ipacco --> ports/net-mgmt/ipacco Revision Changes Path 1.15487 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jul 2 20:10:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91B5516A417; Sun, 2 Jul 2006 20:10:35 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A45843D48; Sun, 2 Jul 2006 20:10:35 +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 k62KAZK2072922; Sun, 2 Jul 2006 20:10:35 GMT (envelope-from az@repoman.freebsd.org) Received: (from az@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62KAYh2072921; Sun, 2 Jul 2006 20:10:34 GMT (envelope-from az) Message-Id: <200607022010.k62KAYh2072921@repoman.freebsd.org> From: Andrej Zverev Date: Sun, 2 Jul 2006 20:10: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/irc/irssistats Makefile ports/irc/irssistats/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: Sun, 02 Jul 2006 20:10:35 -0000 az 2006-07-02 20:10:34 UTC FreeBSD ports repository Modified files: irc/irssistats Makefile irc/irssistats/files patch-Makefile Log: - Respect ports stages, build not mean install. - bump portrevision Pointed by: linimon Revision Changes Path 1.7 +3 -0 ports/irc/irssistats/Makefile 1.4 +2 -7 ports/irc/irssistats/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 2 20:34:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8194916A407; Sun, 2 Jul 2006 20:34:39 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 401F343D48; Sun, 2 Jul 2006 20:34:39 +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 k62KYdX3073849; Sun, 2 Jul 2006 20:34:39 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62KYdpD073848; Sun, 2 Jul 2006 20:34:39 GMT (envelope-from sem) Message-Id: <200607022034.k62KYdpD073848@repoman.freebsd.org> From: Sergey Matveychuk Date: Sun, 2 Jul 2006 20:34:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/pm3-forms Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 20:34:39 -0000 sem 2006-07-02 20:34:39 UTC FreeBSD ports repository Modified files: lang/pm3-forms Makefile Log: Get rid of DEPENDS. Change it with BUILD_DEPENDS. Revision Changes Path 1.13 +2 -2 ports/lang/pm3-forms/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 2 20:49:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C6D816A40F; Sun, 2 Jul 2006 20:49:47 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B75743D55; Sun, 2 Jul 2006 20:49:47 +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 k62KnkYE082226; Sun, 2 Jul 2006 20:49:46 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62Knk1i082225; Sun, 2 Jul 2006 20:49:46 GMT (envelope-from maxim) Message-Id: <200607022049.k62Knk1i082225@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 2 Jul 2006 20:49: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/kern sched_4bsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 20:49:47 -0000 maxim 2006-07-02 20:49:46 UTC FreeBSD src repository Modified files: sys/kern sched_4bsd.c Log: o Remove rev. 1.57 leftover, not reached code. Revision Changes Path 1.85 +0 -2 src/sys/kern/sched_4bsd.c From owner-cvs-all@FreeBSD.ORG Sun Jul 2 20:53:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ADC716A407; Sun, 2 Jul 2006 20:53:53 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CED0D43D5E; Sun, 2 Jul 2006 20:53:52 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k62KrqCQ082490; Sun, 2 Jul 2006 20:53:52 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62Krqkb082489; Sun, 2 Jul 2006 20:53:52 GMT (envelope-from maxim) Message-Id: <200607022053.k62Krqkb082489@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 2 Jul 2006 20:53: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/kern sched_4bsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 20:53:53 -0000 maxim 2006-07-02 20:53:52 UTC FreeBSD src repository Modified files: sys/kern sched_4bsd.c Log: o Fix grammar in the comment, indent macros. No functional changes. Revision Changes Path 1.86 +7 -7 src/sys/kern/sched_4bsd.c From owner-cvs-all@FreeBSD.ORG Sun Jul 2 22: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CCB516A416; Sun, 2 Jul 2006 22:47:21 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C4E244522; Sun, 2 Jul 2006 22:47:19 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([83.239.48.132]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id k62MkwhS000755; Mon, 3 Jul 2006 02:47:09 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FxAiS-0000CV-KA; Mon, 03 Jul 2006 02:47:00 +0400 To: Marcel Moolenaar References: <200606291951.k5TJpvhF008641@repoman.freebsd.org> From: Boris Samorodov Date: Mon, 03 Jul 2006 02:47:00 +0400 In-Reply-To: <200606291951.k5TJpvhF008641@repoman.freebsd.org> (Marcel Moolenaar's message of "Thu, 29 Jun 2006 19:51:57 +0000 (UTC)") Message-ID: <06318347@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Boris Samorodov Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/linux_kdump Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 22:47:21 -0000 On Thu, 29 Jun 2006 19:51:57 +0000 (UTC) Marcel Moolenaar wrote: > marcel 2006-06-29 19:51:57 UTC > FreeBSD ports repository > Modified files: > devel/linux_kdump Makefile > Log: > Drop maintainership. I'm not using the linuxulator at all and don't > keep up with development on that front, nor with ports related to > it. > > Revision Changes Path > 1.28 +1 -1 ports/devel/linux_kdump/Makefile I'm not sure that dropping the port to freebsd-emulation@ is the right thing to do. May be ports@ is a better one. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-cvs-all@FreeBSD.ORG Sun Jul 2 22:53:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84C4816A51A; Sun, 2 Jul 2006 22:53:55 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 414BE4420C; Sun, 2 Jul 2006 22:28: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 k62MSptC088623; Sun, 2 Jul 2006 22:28:51 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62MSo3S088622; Sun, 2 Jul 2006 22:28:50 GMT (envelope-from thierry) Message-Id: <200607022228.k62MSo3S088622@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 2 Jul 2006 22: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/devel/bouml Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 22:53:55 -0000 thierry 2006-07-02 22:28:50 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo Log: Upgrade to 2.15.4. Changelog at . Revision Changes Path 1.49 +1 -1 ports/devel/bouml/Makefile 1.49 +5 -5 ports/devel/bouml/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 2 23:18:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E060016A403; Sun, 2 Jul 2006 23:18:33 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A280A43D45; Sun, 2 Jul 2006 23:18:33 +0000 (GMT) (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 k62NIXd1091775; Sun, 2 Jul 2006 23:18:33 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62NIXu3091774; Sun, 2 Jul 2006 23:18:33 GMT (envelope-from linimon) Message-Id: <200607022318.k62NIXu3091774@repoman.freebsd.org> From: Mark Linimon Date: Sun, 2 Jul 2006 23:18: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/mp3burn Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 23:18:34 -0000 linimon 2006-07-02 23:18:33 UTC FreeBSD ports repository Modified files: audio/mp3burn Makefile Log: Mark BROKEN due to dependency problem in install. Should be an easy fix. Hat: portmgr Revision Changes Path 1.4 +4 -0 ports/audio/mp3burn/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 2 23:23:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6B3B16A47B; Sun, 2 Jul 2006 23:23:06 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69B4D43D45; Sun, 2 Jul 2006 23:23:06 +0000 (GMT) (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 k62NN6nQ092031; Sun, 2 Jul 2006 23:23:06 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62NN683092030; Sun, 2 Jul 2006 23:23:06 GMT (envelope-from linimon) Message-Id: <200607022323.k62NN683092030@repoman.freebsd.org> From: Mark Linimon Date: Sun, 2 Jul 2006 23:23:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/p5-Xmms Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 23:23:06 -0000 linimon 2006-07-02 23:23:06 UTC FreeBSD ports repository Modified files: audio/p5-Xmms Makefile Log: Mark as BROKEN due to dependency problem on install; should be easy fix. Hat: portmgr Revision Changes Path 1.13 +4 -0 ports/audio/p5-Xmms/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 2 23:26:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7887F16A407; Sun, 2 Jul 2006 23:26:27 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B7FF43D46; Sun, 2 Jul 2006 23:26:27 +0000 (GMT) (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 k62NQRSd092171; Sun, 2 Jul 2006 23:26:27 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62NQRno092170; Sun, 2 Jul 2006 23:26:27 GMT (envelope-from linimon) Message-Id: <200607022326.k62NQRno092170@repoman.freebsd.org> From: Mark Linimon Date: Sun, 2 Jul 2006 23:26:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/netgen Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 23:26:27 -0000 linimon 2006-07-02 23:26:27 UTC FreeBSD ports repository Modified files: cad/netgen Makefile Log: Mark broken: fails to compile on 6-STABLE. Revision Changes Path 1.8 +4 -0 ports/cad/netgen/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 2 23:32:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A21116A403; Sun, 2 Jul 2006 23:32:20 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D31D43D45; Sun, 2 Jul 2006 23:32:20 +0000 (GMT) (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 k62NWJFE092422; Sun, 2 Jul 2006 23:32:19 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k62NWJEN092421; Sun, 2 Jul 2006 23:32:19 GMT (envelope-from linimon) Message-Id: <200607022332.k62NWJEN092421@repoman.freebsd.org> From: Mark Linimon Date: Sun, 2 Jul 2006 23:32: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/cad/netgen Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 23:32:20 -0000 linimon 2006-07-02 23:32:19 UTC FreeBSD ports repository Modified files: cad/netgen Makefile Log: Checking back, it does still compile on amd64-5. Revision Changes Path 1.9 +6 -4 ports/cad/netgen/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 00:21:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A082616A415; Mon, 3 Jul 2006 00:21:02 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C6FA43D58; Mon, 3 Jul 2006 00:21: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 k630L1KX095999; Mon, 3 Jul 2006 00:21:01 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k630L1iS095990; Mon, 3 Jul 2006 00:21:01 GMT (envelope-from alepulver) Message-Id: <200607030021.k630L1iS095990@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 3 Jul 2006 00:21:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/rx 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, 03 Jul 2006 00:21:02 -0000 alepulver 2006-07-03 00:21:00 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rx Makefile distinfo pkg-descr Log: Replacement for the GNU regex library. WWW: http://directory.fsf.org/rx.html Revision Changes Path 1.2304 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/rx/Makefile (new) 1.1 +3 -0 ports/devel/rx/distinfo (new) 1.1 +3 -0 ports/devel/rx/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 3 00:21:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A85016A5B8; Mon, 3 Jul 2006 00:21:06 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34D6E43D46; Mon, 3 Jul 2006 00:21:02 +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 k630L2r2096074; Mon, 3 Jul 2006 00:21:02 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k630L2lQ096073; Mon, 3 Jul 2006 00:21:02 GMT (envelope-from clsung) Message-Id: <200607030021.k630L2lQ096073@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 3 Jul 2006 00:21: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/php5-phing Makefile ports/dns/poweradmin Makefile ports/mail/postfixadmin Makefile ports/mail/squirrelmail-devel Makefile ports/mail/squirrelmail Makefile ports/misc/instant-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: Mon, 03 Jul 2006 00:21:06 -0000 clsung 2006-07-03 00:21:02 UTC FreeBSD ports repository Modified files: devel/php5-phing Makefile dns/poweradmin Makefile mail/postfixadmin Makefile mail/squirrelmail-devel Makefile mail/squirrelmail Makefile misc/instant-tinderbox Makefile security/pear-Text_Password Makefile Log: - WANT_PHP_PEAR was removed since verion 1.21 of bsd.php.mk PR: ports/99717 Submitted by: clsung Approved by: portmgr (erwin) Revision Changes Path 1.2 +0 -1 ports/devel/php5-phing/Makefile 1.2 +0 -1 ports/dns/poweradmin/Makefile 1.21 +0 -1 ports/mail/postfixadmin/Makefile 1.2 +0 -1 ports/mail/squirrelmail-devel/Makefile 1.43 +0 -1 ports/mail/squirrelmail/Makefile 1.4 +0 -1 ports/misc/instant-tinderbox/Makefile 1.9 +0 -1 ports/security/pear-Text_Password/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 00:21:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA19B16A407; Mon, 3 Jul 2006 00:21:50 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AF5343D46; Mon, 3 Jul 2006 00:21:50 +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 k630LobV096157; Mon, 3 Jul 2006 00:21:50 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k630LotV096156; Mon, 3 Jul 2006 00:21:50 GMT (envelope-from alepulver) Message-Id: <200607030021.k630LotV096156@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 3 Jul 2006 00:21: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: Mon, 03 Jul 2006 00:21:50 -0000 alepulver 2006-07-03 00:21:50 UTC FreeBSD ports repository Modified files: . modules Log: rx --> ports/devel/rx Revision Changes Path 1.15488 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 3 00: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6594016A403; Mon, 3 Jul 2006 00:22:33 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A52543D46; Mon, 3 Jul 2006 00:22:33 +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 k630MW5n096269; Mon, 3 Jul 2006 00:22:32 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k630MWh2096268; Mon, 3 Jul 2006 00:22:32 GMT (envelope-from alepulver) Message-Id: <200607030022.k630MWh2096268@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 3 Jul 2006 00:22:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/pdcurses 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, 03 Jul 2006 00:22:33 -0000 alepulver 2006-07-03 00:22:32 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pdcurses Makefile distinfo pkg-descr pkg-plist Log: PDCurses is a public domain curses library for Win32, DOS, OS/2 and X11, implementing most of the functions available in System V R4 curses. It supports most compilers for these platforms. The X11 port allows existing text-mode curses programs to be re-compiled and linked with PDCurses to produce native X11 applications. WWW: http://pdcurses.sourceforge.net/ Revision Changes Path 1.2305 +1 -0 ports/devel/Makefile 1.1 +45 -0 ports/devel/pdcurses/Makefile (new) 1.1 +3 -0 ports/devel/pdcurses/distinfo (new) 1.1 +7 -0 ports/devel/pdcurses/pkg-descr (new) 1.1 +11 -0 ports/devel/pdcurses/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 3 00:23:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E0BD16A403; Mon, 3 Jul 2006 00:23:09 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A46B43D7B; Mon, 3 Jul 2006 00:23:07 +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 k630N7JB096326; Mon, 3 Jul 2006 00:23:07 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k630N7hU096325; Mon, 3 Jul 2006 00:23:07 GMT (envelope-from alepulver) Message-Id: <200607030023.k630N7hU096325@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 3 Jul 2006 00:23:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 00:23:09 -0000 alepulver 2006-07-03 00:23:07 UTC FreeBSD ports repository Modified files: . modules Log: pdcurses --> ports/devel/pdcurses Revision Changes Path 1.15489 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 3 00:24:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F73416A412; Mon, 3 Jul 2006 00:24:30 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A9A143FEA; Mon, 3 Jul 2006 00:24:10 +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 k630O9AG096431; Mon, 3 Jul 2006 00:24:09 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k630O9CG096430; Mon, 3 Jul 2006 00:24:09 GMT (envelope-from alepulver) Message-Id: <200607030024.k630O9CG096430@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 3 Jul 2006 00:24:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang Makefile ports/lang/gpc Makefile distinfo pkg-descr pkg-message pkg-plist ports/lang/gpc/files patch-gcc__p__Make-lang.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, 03 Jul 2006 00:24:30 -0000 alepulver 2006-07-03 00:24:09 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/gpc Makefile distinfo pkg-descr pkg-message pkg-plist lang/gpc/files patch-gcc__p__Make-lang.in Log: The GNU Pascal Compiler (GPC) is, as the name says, the Pascal compiler of the GNU family. WWW: http://www.gnu-pascal.de/ Revision Changes Path 1.497 +1 -0 ports/lang/Makefile 1.9 +69 -0 ports/lang/gpc/Makefile (new) 1.3 +6 -0 ports/lang/gpc/distinfo (new) 1.1 +11 -0 ports/lang/gpc/files/patch-gcc__p__Make-lang.in (new) 1.4 +4 -0 ports/lang/gpc/pkg-descr (new) 1.1 +17 -0 ports/lang/gpc/pkg-message (new) 1.5 +124 -0 ports/lang/gpc/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 3 00:30:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56E8016A403; Mon, 3 Jul 2006 00:30:19 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 329F543D7B; Mon, 3 Jul 2006 00:30:07 +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 k630U6P4096716; Mon, 3 Jul 2006 00:30:07 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k630U6Be096715; Mon, 3 Jul 2006 00:30:06 GMT (envelope-from alepulver) Message-Id: <200607030030.k630U6Be096715@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 3 Jul 2006 00:30:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 00:30:19 -0000 alepulver 2006-07-03 00:30:06 UTC FreeBSD ports repository Modified files: . modules Log: lang_gpc --> ports/lang/gpc Revision Changes Path 1.15490 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 3 00:33:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D13116A492; Mon, 3 Jul 2006 00:33:35 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEB8543D45; Mon, 3 Jul 2006 00:33:34 +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 k630XYv0097067; Mon, 3 Jul 2006 00:33:34 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k630XYn0097066; Mon, 3 Jul 2006 00:33:34 GMT (envelope-from alepulver) Message-Id: <200607030033.k630XYn0097066@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 3 Jul 2006 00:33: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 Makefile ports/graphics/grx Makefile distinfo pkg-descr pkg-plist ports/graphics/grx/files patch-src__vdrivers__svgalib.c patch-src__vdrivers__vd_xwin.c patch-test__speedtst.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 00:33:35 -0000 alepulver 2006-07-03 00:33:34 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/grx Makefile distinfo pkg-descr pkg-plist graphics/grx/files patch-src__vdrivers__svgalib.c patch-src__vdrivers__vd_xwin.c patch-test__speedtst.c Log: GRX is a 2D graphics library originaly written by Csaba Biegl for DJ Delorie's DOS port of the GCC compiler. Now it support DOS (using the DJGPP v2 compiler), Linux console, X11 and Win32 (using the Mingw compiler). WWW: http://grx.gnu.de/ Revision Changes Path 1.959 +1 -0 ports/graphics/Makefile 1.1 +113 -0 ports/graphics/grx/Makefile (new) 1.1 +3 -0 ports/graphics/grx/distinfo (new) 1.1 +10 -0 ports/graphics/grx/files/patch-src__vdrivers__svgalib.c (new) 1.1 +10 -0 ports/graphics/grx/files/patch-src__vdrivers__vd_xwin.c (new) 1.1 +11 -0 ports/graphics/grx/files/patch-test__speedtst.c (new) 1.1 +7 -0 ports/graphics/grx/pkg-descr (new) 1.1 +300 -0 ports/graphics/grx/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 3 00:34:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A594416A415; Mon, 3 Jul 2006 00:34:02 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 689CD43D4C; Mon, 3 Jul 2006 00:34:02 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k630Y2vb097109; Mon, 3 Jul 2006 00:34:02 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k630Y2PO097108; Mon, 3 Jul 2006 00:34:02 GMT (envelope-from alepulver) Message-Id: <200607030034.k630Y2PO097108@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 3 Jul 2006 00:34:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 00:34:02 -0000 alepulver 2006-07-03 00:34:02 UTC FreeBSD ports repository Modified files: . modules Log: grx --> ports/graphics/grx Revision Changes Path 1.15491 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 3 00:39:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CF4E16A407; Mon, 3 Jul 2006 00:39:30 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5872243D45; Mon, 3 Jul 2006 00:39:30 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k630dUO6097448; Mon, 3 Jul 2006 00:39:30 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k630dUN6097447; Mon, 3 Jul 2006 00:39:30 GMT (envelope-from mezz) Message-Id: <200607030039.k630dUN6097447@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 3 Jul 2006 00:39: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/ruby-rsvg2 Makefile ports/www/ruby-gtkmozembed Makefile ports/www/ruby-gtkmozembed/files patch-extconf.rb ports/x11/ruby-gnome2 Makefile.common distinfo ports/x11/ruby-gnome2-all Makefile ports/x11-toolkits/ruby-gtk2 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 00:39:30 -0000 mezz 2006-07-03 00:39:30 UTC FreeBSD ports repository Modified files: graphics/ruby-rsvg2 Makefile www/ruby-gtkmozembed Makefile x11/ruby-gnome2 Makefile.common distinfo x11/ruby-gnome2-all Makefile x11-toolkits/ruby-gtk2 pkg-plist x11-toolkits/ruby-gtkglext Makefile Added files: www/ruby-gtkmozembed/files patch-extconf.rb Log: Update to 0.15.0, see changelog for details: http://ruby-gnome2.sourceforge.jp/?News_20060701_1 I will add two new ports, ruby-poppler and ruby-vte, later in this week. Revision Changes Path 1.4 +1 -0 ports/graphics/ruby-rsvg2/Makefile 1.4 +4 -3 ports/www/ruby-gtkmozembed/Makefile 1.1 +12 -0 ports/www/ruby-gtkmozembed/files/patch-extconf.rb (new) 1.27 +2 -0 ports/x11-toolkits/ruby-gtk2/pkg-plist 1.11 +1 -2 ports/x11-toolkits/ruby-gtkglext/Makefile 1.21 +2 -4 ports/x11/ruby-gnome2-all/Makefile 1.26 +2 -2 ports/x11/ruby-gnome2/Makefile.common 1.29 +3 -3 ports/x11/ruby-gnome2/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 00:42:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B964716A403; Mon, 3 Jul 2006 00:42:10 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A30243D4C; Mon, 3 Jul 2006 00:42: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 k630gAp4097610; Mon, 3 Jul 2006 00:42:10 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k630gA7k097609; Mon, 3 Jul 2006 00:42:10 GMT (envelope-from clsung) Message-Id: <200607030042.k630gA7k097609@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 3 Jul 2006 00: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/archivers/ruby-zip 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, 03 Jul 2006 00:42:10 -0000 clsung 2006-07-03 00:42:10 UTC FreeBSD ports repository Modified files: archivers/ruby-zip Makefile distinfo pkg-plist Log: - Update to 0.9.1 - Major feature enhancements PR: ports/99691 Submitted by: clsung Approved by: maintainer (Joe Holden) Revision Changes Path 1.16 +1 -1 ports/archivers/ruby-zip/Makefile 1.12 +3 -3 ports/archivers/ruby-zip/distinfo 1.8 +0 -1 ports/archivers/ruby-zip/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 00:46:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD49F16A403; Mon, 3 Jul 2006 00:46:35 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D5BF43D46; Mon, 3 Jul 2006 00:46: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 k630kZPd097812; Mon, 3 Jul 2006 00:46:35 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k630kZ6d097806; Mon, 3 Jul 2006 00:46:35 GMT (envelope-from clsung) Message-Id: <200607030046.k630kZ6d097806@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 3 Jul 2006 00:46: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/databases/p5-BerkeleyDB Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 00:46:35 -0000 clsung 2006-07-03 00:46:35 UTC FreeBSD ports repository Modified files: databases/p5-BerkeleyDB Makefile distinfo Log: - update to 0.29 Revision Changes Path 1.26 +1 -1 ports/databases/p5-BerkeleyDB/Makefile 1.13 +3 -3 ports/databases/p5-BerkeleyDB/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 01:54:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7630F16A416; Mon, 3 Jul 2006 01:54:07 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 363CE43D46; Mon, 3 Jul 2006 01:54:07 +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 k631s7qu009419; Mon, 3 Jul 2006 01:54:07 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k631s7Fd009418; Mon, 3 Jul 2006 01:54:07 GMT (envelope-from alepulver) Message-Id: <200607030154.k631s7Fd009418@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 3 Jul 2006 01:54: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/qudos 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, 03 Jul 2006 01:54:07 -0000 alepulver 2006-07-03 01:54:07 UTC FreeBSD ports repository Modified files: games/qudos Makefile distinfo pkg-plist Log: - Make fetchable (author renamed QuDos.pk3 to match with program version). Revision Changes Path 1.3 +3 -3 ports/games/qudos/Makefile 1.3 +3 -3 ports/games/qudos/distinfo 1.3 +1 -1 ports/games/qudos/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 02: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E027D16A40F; Mon, 3 Jul 2006 02:53:40 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7AA743D45; Mon, 3 Jul 2006 02:53:40 +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 k632repG013526; Mon, 3 Jul 2006 02:53:40 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k632re4v013525; Mon, 3 Jul 2006 02:53:40 GMT (envelope-from yongari) Message-Id: <200607030253.k632re4v013525@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 3 Jul 2006 02:53:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii acphy.c amphy.c bmtphy.c brgphy.c ciphy.c e1000phy.c exphy.c inphy.c lxtphy.c mlphy.c nsgphy.c nsphy.c pnaphy.c qsphy.c rgephy.c rlphy.c ruephy.c tdkphy.c tlphy.c ukphy.c xmphy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 02:53:41 -0000 yongari 2006-07-03 02:53:40 UTC FreeBSD src repository Modified files: sys/dev/mii acphy.c amphy.c bmtphy.c brgphy.c ciphy.c e1000phy.c exphy.c inphy.c lxtphy.c mlphy.c nsgphy.c nsphy.c pnaphy.c qsphy.c rgephy.c rlphy.c ruephy.c tdkphy.c tlphy.c ukphy.c xmphy.c Log: Replace hard-coded magic constants to system defined constants (BUS_PROBE_DEFAULT, BUS_PROBE_GENERIC etc). There is no functional changes. Reviewed by: oleg, scottl Revision Changes Path 1.18 +1 -1 src/sys/dev/mii/acphy.c 1.19 +1 -1 src/sys/dev/mii/amphy.c 1.10 +3 -3 src/sys/dev/mii/bmtphy.c 1.43 +12 -12 src/sys/dev/mii/brgphy.c 1.5 +3 -3 src/sys/dev/mii/ciphy.c 1.16 +1 -1 src/sys/dev/mii/e1000phy.c 1.21 +1 -1 src/sys/dev/mii/exphy.c 1.15 +5 -5 src/sys/dev/mii/inphy.c 1.16 +1 -1 src/sys/dev/mii/lxtphy.c 1.21 +1 -1 src/sys/dev/mii/mlphy.c 1.22 +1 -1 src/sys/dev/mii/nsgphy.c 1.25 +1 -1 src/sys/dev/mii/nsphy.c 1.17 +1 -1 src/sys/dev/mii/pnaphy.c 1.16 +1 -1 src/sys/dev/mii/qsphy.c 1.10 +1 -1 src/sys/dev/mii/rgephy.c 1.23 +2 -2 src/sys/dev/mii/rlphy.c 1.5 +1 -1 src/sys/dev/mii/ruephy.c 1.19 +2 -2 src/sys/dev/mii/tdkphy.c 1.20 +1 -1 src/sys/dev/mii/tlphy.c 1.19 +1 -1 src/sys/dev/mii/ukphy.c 1.19 +2 -2 src/sys/dev/mii/xmphy.c From owner-cvs-all@FreeBSD.ORG Mon Jul 3 03: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44F5D16A516; Mon, 3 Jul 2006 03:37:16 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 255E743F83; Mon, 3 Jul 2006 03:13: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 k633Dw5m015729; Mon, 3 Jul 2006 03:13:58 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k633Dvt8015728; Mon, 3 Jul 2006 03:13:57 GMT (envelope-from clsung) Message-Id: <200607030313.k633Dvt8015728@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 3 Jul 2006 03:13: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-mgmt/darkstat 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, 03 Jul 2006 03:37:16 -0000 clsung 2006-07-03 03:13:57 UTC FreeBSD ports repository Modified files: net-mgmt/darkstat Makefile distinfo pkg-descr pkg-plist Log: - update to 3.0.524 - darkstat 3 is almost a complete rewrite of v2 and greatly improves speed, features, and reliability. PR: ports/99714 Submitted by: maintanier (Emil Mikulic) Revision Changes Path 1.22 +6 -16 ports/net-mgmt/darkstat/Makefile 1.13 +3 -3 ports/net-mgmt/darkstat/distinfo 1.4 +1 -1 ports/net-mgmt/darkstat/pkg-descr 1.7 +2 -21 ports/net-mgmt/darkstat/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 03:37:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF57316A61A; Mon, 3 Jul 2006 03:37:18 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDA7644004; Mon, 3 Jul 2006 03:16:18 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k633GINd015841; Mon, 3 Jul 2006 03:16:18 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k633GIq5015840; Mon, 3 Jul 2006 03:16:18 GMT (envelope-from clsung) Message-Id: <200607030316.k633GIq5015840@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 3 Jul 2006 03:16:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/subclipse Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 03:37:19 -0000 clsung 2006-07-03 03:16:18 UTC FreeBSD ports repository Modified files: devel/subclipse Makefile distinfo Log: - update to 1.0.3 PR: ports/99686 Submitted by: maintainer (Gerrit Beine) Revision Changes Path 1.7 +2 -2 ports/devel/subclipse/Makefile 1.7 +3 -3 ports/devel/subclipse/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 03:39:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5479616A40F; Mon, 3 Jul 2006 03:39:47 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E516243D46; Mon, 3 Jul 2006 03:39: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 k633dkYx016966; Mon, 3 Jul 2006 03:39:46 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k633dkRr016965; Mon, 3 Jul 2006 03:39:46 GMT (envelope-from clsung) Message-Id: <200607030339.k633dkRr016965@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 3 Jul 2006 03:39:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/mp3burn Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 03:39:47 -0000 clsung 2006-07-03 03:39:46 UTC FreeBSD ports repository Modified files: audio/mp3burn Makefile Log: - unbreak - fix dependency of p5-MP3-Info Revision Changes Path 1.5 +1 -5 ports/audio/mp3burn/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 03:49:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7E8F16A40F; Mon, 3 Jul 2006 03:49:10 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0071443E4A; Mon, 3 Jul 2006 03:49:01 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k633n1qA017380; Mon, 3 Jul 2006 03:49:01 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k633n1KL017379; Mon, 3 Jul 2006 03:49:01 GMT (envelope-from clsung) Message-Id: <200607030349.k633n1KL017379@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 3 Jul 2006 03:49: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/audio/p5-Xmms Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 03:49:10 -0000 clsung 2006-07-03 03:49:01 UTC FreeBSD ports repository Modified files: audio/p5-Xmms Makefile Log: - unbreak - fix dependency of p5-MP3-Info Revision Changes Path 1.14 +1 -5 ports/audio/p5-Xmms/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 04:56:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2396016A40F; Mon, 3 Jul 2006 04:56:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98DB2440ED; Mon, 3 Jul 2006 04:56:21 +0000 (GMT) (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 k634uLuK029208; Mon, 3 Jul 2006 04:56:21 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k634uLUm029207; Mon, 3 Jul 2006 04:56:21 GMT (envelope-from linimon) Message-Id: <200607030456.k634uLUm029207@repoman.freebsd.org> From: Mark Linimon Date: Mon, 3 Jul 2006 04:56:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/looks Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 04:56:22 -0000 linimon 2006-07-03 04:56:21 UTC FreeBSD ports repository Modified files: devel/looks Makefile Log: Mark BROKEN: fails to install. Revision Changes Path 1.8 +2 -0 ports/devel/looks/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 05:00:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4406416A4C2; Mon, 3 Jul 2006 05:00:41 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCFEF44098; Mon, 3 Jul 2006 04:41:35 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k634fZvx020889; Mon, 3 Jul 2006 04:41:35 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k634fZFZ020888; Mon, 3 Jul 2006 04:41:35 GMT (envelope-from maho) Message-Id: <200607030441.k634fZFZ020888@repoman.freebsd.org> From: Maho Nakata Date: Mon, 3 Jul 2006 04:41:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/biology/mopac Makefile distinfo pkg-descr pkg-plist ports/biology/mopac/files h2o.dat patch-aa patch-ab patch-ac patch-ad patch-ae rmopac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 05:00:41 -0000 maho 2006-07-03 04:41:35 UTC FreeBSD ports repository Modified files: biology/mopac Makefile distinfo pkg-descr pkg-plist Removed files: biology/mopac/files h2o.dat patch-aa patch-ab patch-ac patch-ad patch-ae rmopac Log: Update to 1.10 (maintained by others) and unbreak. Revision Changes Path 1.18 +20 -42 ports/biology/mopac/Makefile 1.4 +3 -9 ports/biology/mopac/distinfo 1.2 +0 -6 ports/biology/mopac/files/h2o.dat (dead) 1.2 +0 -20 ports/biology/mopac/files/patch-aa (dead) 1.2 +0 -36 ports/biology/mopac/files/patch-ab (dead) 1.2 +0 -25 ports/biology/mopac/files/patch-ac (dead) 1.5 +0 -32 ports/biology/mopac/files/patch-ad (dead) 1.2 +0 -25 ports/biology/mopac/files/patch-ae (dead) 1.3 +0 -39 ports/biology/mopac/files/rmopac (dead) 1.3 +3 -15 ports/biology/mopac/pkg-descr 1.6 +24 -19 ports/biology/mopac/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 05:02:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF50B16A40F; Mon, 3 Jul 2006 05:02:48 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CEDB43D49; Mon, 3 Jul 2006 05:02:48 +0000 (GMT) (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 k6352m8c029479; Mon, 3 Jul 2006 05:02:48 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6352mve029478; Mon, 3 Jul 2006 05:02:48 GMT (envelope-from linimon) Message-Id: <200607030502.k6352mve029478@repoman.freebsd.org> From: Mark Linimon Date: Mon, 3 Jul 2006 05:02:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/finance/khacc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 05:02:48 -0000 linimon 2006-07-03 05:02:48 UTC FreeBSD ports repository Modified files: finance/khacc Makefile Log: Mark broken due to dependency problem. Revision Changes Path 1.27 +5 -1 ports/finance/khacc/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 05:03:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCAEC16A47B; Mon, 3 Jul 2006 05:03:58 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 761F943DB4; Mon, 3 Jul 2006 05:03:58 +0000 (GMT) (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 k6353wbo030790; Mon, 3 Jul 2006 05:03:58 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6353wFb030789; Mon, 3 Jul 2006 05:03:58 GMT (envelope-from linimon) Message-Id: <200607030503.k6353wFb030789@repoman.freebsd.org> From: Mark Linimon Date: Mon, 3 Jul 2006 05:03: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/looks Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 05:03:58 -0000 linimon 2006-07-03 05:03:58 UTC FreeBSD ports repository Modified files: devel/looks Makefile Log: Oops, forgot to set an EXPIRATION_DATE. Revision Changes Path 1.9 +4 -2 ports/devel/looks/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 05:11:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E85916A415; Mon, 3 Jul 2006 05:11:46 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 748B043DC0; Mon, 3 Jul 2006 05:11:43 +0000 (GMT) (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 k635BhL5031821; Mon, 3 Jul 2006 05:11:43 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k635BhkR031820; Mon, 3 Jul 2006 05:11:43 GMT (envelope-from linimon) Message-Id: <200607030511.k635BhkR031820@repoman.freebsd.org> From: Mark Linimon Date: Mon, 3 Jul 2006 05: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/games/phpua-bf Makefile ports/games/phpua-cod Makefile ports/games/phpua-hl Makefile ports/games/phpua-q3 Makefile ports/games/phpua-ut Makefile ports/games/phpua-ut2003 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 05:11:46 -0000 linimon 2006-07-03 05:11:43 UTC FreeBSD ports repository Modified files: games/phpua-bf Makefile games/phpua-cod Makefile games/phpua-hl Makefile games/phpua-q3 Makefile games/phpua-ut Makefile games/phpua-ut2003 Makefile Log: Mark as BROKEN due to failure to install properly. Revision Changes Path 1.8 +4 -0 ports/games/phpua-bf/Makefile 1.6 +4 -0 ports/games/phpua-cod/Makefile 1.6 +4 -0 ports/games/phpua-hl/Makefile 1.6 +4 -0 ports/games/phpua-q3/Makefile 1.6 +4 -0 ports/games/phpua-ut/Makefile 1.7 +4 -0 ports/games/phpua-ut2003/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 05:23:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C444E16A492; Mon, 3 Jul 2006 05:23:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DA1C43D48; Mon, 3 Jul 2006 05:23:11 +0000 (GMT) (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 k635NBWp034252; Mon, 3 Jul 2006 05:23:11 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k635NBXC034251; Mon, 3 Jul 2006 05:23:11 GMT (envelope-from linimon) Message-Id: <200607030523.k635NBXC034251@repoman.freebsd.org> From: Mark Linimon Date: Mon, 3 Jul 2006 05:23: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/math/dislin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 05:23:11 -0000 linimon 2006-07-03 05:23:11 UTC FreeBSD ports repository Modified files: math/dislin Makefile Log: Mark as BROKEN: checksum mismatch (actually file size is different, too). Revision Changes Path 1.20 +4 -0 ports/math/dislin/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 05:39:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2687D16A40F; Mon, 3 Jul 2006 05:39:24 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D38ED43D45; Mon, 3 Jul 2006 05:39:23 +0000 (GMT) (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 k635dNuw036186; Mon, 3 Jul 2006 05:39:23 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k635dNhq036185; Mon, 3 Jul 2006 05:39:23 GMT (envelope-from linimon) Message-Id: <200607030539.k635dNhq036185@repoman.freebsd.org> From: Mark Linimon Date: Mon, 3 Jul 2006 05:39: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/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: Mon, 03 Jul 2006 05:39:24 -0000 linimon 2006-07-03 05:39:23 UTC FreeBSD ports repository Modified files: palm/synce-gnomevfs Makefile Log: Mark as BROKEN on amd64: does not compile. Revision Changes Path 1.14 +7 -1 ports/palm/synce-gnomevfs/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 05:45:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED4E116A416; Mon, 3 Jul 2006 05:45:54 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3A5B43DB4; Mon, 3 Jul 2006 05:45:54 +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 k635jsH1039288; Mon, 3 Jul 2006 05:45:54 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k635jsvR039287; Mon, 3 Jul 2006 05:45:54 GMT (envelope-from ale) Message-Id: <200607030545.k635jsvR039287@repoman.freebsd.org> From: Alex Dupre Date: Mon, 3 Jul 2006 05:45:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 05:45:55 -0000 ale 2006-07-03 05:45:54 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Update PEAR instructions to match reality. PR: docs/99733, docs/99734 Submitted by: clsung Revision Changes Path 1.724 +2 -9 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 3 06:10:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39C1D16A40F; Mon, 3 Jul 2006 06:10:57 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7711443E8; Mon, 3 Jul 2006 06:10:56 +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 k636Au3x041545; Mon, 3 Jul 2006 06:10:56 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k636Au3W041544; Mon, 3 Jul 2006 06:10:56 GMT (envelope-from clsung) Message-Id: <200607030610.k636Au3W041544@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 3 Jul 2006 06:10: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/finance/khacc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 06:10:57 -0000 clsung 2006-07-03 06:10:56 UTC FreeBSD ports repository Modified files: finance/khacc Makefile Log: - unbreak - fix dependency of qhacc Revision Changes Path 1.28 +1 -5 ports/finance/khacc/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 06:13:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9615916A403; Mon, 3 Jul 2006 06:13:11 +0000 (UTC) (envelope-from nate@root.org) Received: from ylpvm01.prodigy.net (ylpvm01-ext.prodigy.net [207.115.57.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C0AC443E6; Mon, 3 Jul 2006 06:13:11 +0000 (GMT) (envelope-from nate@root.org) X-ORBL: [71.139.63.87] Received: from [10.0.5.51] (ppp-71-139-63-87.dsl.snfc21.pacbell.net [71.139.63.87]) by ylpvm01.prodigy.net (8.13.7 out spool5000 dk/8.13.7) with ESMTP id k636D6G3001978; Mon, 3 Jul 2006 02:13:09 -0400 Message-ID: <44A8B572.6030503@root.org> Date: Sun, 02 Jul 2006 23:13:06 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: Pyun YongHyeon References: <20060703025355.AA9CA16A62D@hub.freebsd.org> In-Reply-To: <20060703025355.AA9CA16A62D@hub.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/dev/mii acphy.c amphy.c bmtphy.c brgphy.c ciphy.c e1000phy.c exphy.c inphy.c lxtphy.c mlphy.c nsgphy.c nsphy.c pnaphy.c qsphy.c rgephy.c rlphy.c ruephy.c tdkphy.c tlphy.c ukphy.c xmphy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 06:13:11 -0000 Pyun YongHyeon wrote: > yongari 2006-07-03 02:53:40 UTC > > FreeBSD src repository > > Modified files: > sys/dev/mii acphy.c amphy.c bmtphy.c brgphy.c ciphy.c > e1000phy.c exphy.c inphy.c lxtphy.c > mlphy.c nsgphy.c nsphy.c pnaphy.c qsphy.c > rgephy.c rlphy.c ruephy.c tdkphy.c > tlphy.c ukphy.c xmphy.c > Log: > Replace hard-coded magic constants to system defined constants > (BUS_PROBE_DEFAULT, BUS_PROBE_GENERIC etc). > There is no functional changes. > > Reviewed by: oleg, scottl Actually, there are functional changes. Whether those changes are ok or not, I don't know. > --- src/sys/dev/mii/acphy.c:1.17 Fri Sep 30 19:39:27 2005 > +++ src/sys/dev/mii/acphy.c Mon Jul 3 02:53:39 2006 > @@ -132,7 +132,7 @@ > } else > return (ENXIO); > > - return (0); > + return (BUS_PROBE_DEFAULT); > } > > static int This means probe() will be called multiple times to allow bidding for the device. Is that ok for this and other devices? -- Nate From owner-cvs-all@FreeBSD.ORG Mon Jul 3 06:34:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 784ED16A407; Mon, 3 Jul 2006 06:34:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5824143D5E; Mon, 3 Jul 2006 06:34:07 +0000 (GMT) (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 k636Y6Zb042527; Mon, 3 Jul 2006 06:34:07 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k636Y6Ji042526; Mon, 3 Jul 2006 06:34:06 GMT (envelope-from linimon) Message-Id: <200607030634.k636Y6Ji042526@repoman.freebsd.org> From: Mark Linimon Date: Mon, 3 Jul 2006 06:34: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/print/pslib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 06:34:12 -0000 linimon 2006-07-03 06:34:06 UTC FreeBSD ports repository Modified files: print/pslib Makefile Log: Mark as BROKEN on sparc64: fails to compile. Revision Changes Path 1.10 +7 -1 ports/print/pslib/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 06: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFBDF16A415; Mon, 3 Jul 2006 06:38:07 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7218A43D5A; Mon, 3 Jul 2006 06:38:07 +0000 (GMT) (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 k636c7RH042849; Mon, 3 Jul 2006 06:38:07 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k636c7Dr042848; Mon, 3 Jul 2006 06:38:07 GMT (envelope-from linimon) Message-Id: <200607030638.k636c7Dr042848@repoman.freebsd.org> From: Mark Linimon Date: Mon, 3 Jul 2006 06:38: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/science/oof Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 06:38:07 -0000 linimon 2006-07-03 06:38:07 UTC FreeBSD ports repository Modified files: science/oof Makefile Log: Mark as BROKEN on sparc64: does not compile. Revision Changes Path 1.3 +7 -1 ports/science/oof/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 06:38:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B34C16A4B3; Mon, 3 Jul 2006 06:38:54 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5FCE43D46; Mon, 3 Jul 2006 06:38:53 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k636crLs042885; Mon, 3 Jul 2006 06:38:53 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k636crZd042884; Mon, 3 Jul 2006 06:38:53 GMT (envelope-from des) Message-Id: <200607030638.k636crZd042884@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 3 Jul 2006 06:38: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/compat/linprocfs linprocfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 06:38:54 -0000 des 2006-07-03 06:38:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/linprocfs linprocfs.c Log: MFC: (1.95) add the model name. Revision Changes Path 1.89.2.3 +14 -4 src/sys/compat/linprocfs/linprocfs.c From owner-cvs-all@FreeBSD.ORG Mon Jul 3 06:45:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3CAF16A403; Mon, 3 Jul 2006 06:45:03 +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 CF57743D48; Mon, 3 Jul 2006 06:45:01 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k636i0Xn038963; Mon, 3 Jul 2006 00:44:00 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 03 Jul 2006 00:44:04 -0600 (MDT) Message-Id: <20060703.004404.1878036141.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <44A8B572.6030503@root.org> References: <20060703025355.AA9CA16A62D@hub.freebsd.org> <44A8B572.6030503@root.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, yongari@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mii acphy.c amphy.c bmtphy.c brgphy.c ciphy.c e1000phy.c exphy.c inphy.c lxtphy.c mlphy.c nsgphy.c nsphy.c pnaphy.c qsphy.c rgephy.c rlphy.c ruephy.c tdkphy.c tlphy.c ukphy.c xmphy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 06:45:04 -0000 In message: <44A8B572.6030503@root.org> Nate Lawson writes: : Pyun YongHyeon wrote: : > yongari 2006-07-03 02:53:40 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/mii acphy.c amphy.c bmtphy.c brgphy.c ciphy.c : > e1000phy.c exphy.c inphy.c lxtphy.c : > mlphy.c nsgphy.c nsphy.c pnaphy.c qsphy.c : > rgephy.c rlphy.c ruephy.c tdkphy.c : > tlphy.c ukphy.c xmphy.c : > Log: : > Replace hard-coded magic constants to system defined constants : > (BUS_PROBE_DEFAULT, BUS_PROBE_GENERIC etc). : > There is no functional changes. : > : > Reviewed by: oleg, scottl : : Actually, there are functional changes. Whether those changes are ok or : not, I don't know. They are fine. There are three functional changes. You only noticed one of them. Since this is an important point, I've replied here. : > --- src/sys/dev/mii/acphy.c:1.17 Fri Sep 30 19:39:27 2005 : > +++ src/sys/dev/mii/acphy.c Mon Jul 3 02:53:39 2006 : > @@ -132,7 +132,7 @@ : > } else : > return (ENXIO); : > : > - return (0); : > + return (BUS_PROBE_DEFAULT); : > } : > : > static int : : This means probe() will be called multiple times to allow bidding for : the device. Is that ok for this and other devices? While generally a good, and subtle, point to me, as far as I can tell it is ok. All of these probe routines just lookup things by name, which is safe to do multiple times. The second subtle thing to look at, btw, is to make sure that the probe routine doesn't have any side effects. Like saving values in softc. I believe that this is the case here as well. The third subtle thing is now other probe routines get to bid on the device. When 0 is returned, we short-circuit the probe process. We don't call the other routines. When -X is returned, we call them all, and then call the winning bidder again (which is the first one above). In some cases, this can cause other probe routines to run that wouldn't have before for other devices. Typically, this isn't a big deal, but it is something to consider. We really should have a mii lookup routine ala the pccard ones, but I've not yet sorted out the mii mess. Did you know we use a different bit order than NetBSD, which makes sharing drivers harder? Or at least bringing in changes to existing drivers? Maybe this would make a good jkh project. Warner From owner-cvs-all@FreeBSD.ORG Mon Jul 3 07:31:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1170B16A415; Mon, 3 Jul 2006 07:31:08 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFFB744343; Mon, 3 Jul 2006 07:31:07 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k637V7tF049134; Mon, 3 Jul 2006 07:31:07 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k637V7rs049132; Mon, 3 Jul 2006 07:31:07 GMT (envelope-from maho) Message-Id: <200607030731.k637V7rs049132@repoman.freebsd.org> From: Maho Nakata Date: Mon, 3 Jul 2006 07:31:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 07:31:08 -0000 maho 2006-07-03 07:31:07 UTC FreeBSD ports repository Modified files: . modules Log: libghemical --> ports/science/libghemical Revision Changes Path 1.15492 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 3 07:31:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F25816A416; Mon, 3 Jul 2006 07:31:08 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 346F944343; Mon, 3 Jul 2006 07:31:08 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k637V8OO049171; Mon, 3 Jul 2006 07:31:08 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k637V8x1049170; Mon, 3 Jul 2006 07:31:08 GMT (envelope-from clsung) Message-Id: <200607030731.k637V8x1049170@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 3 Jul 2006 07:31:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/srilm Makefile distinfo ports/textproc/srilm/files patch-lm-src-matherr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 07:31:08 -0000 clsung 2006-07-03 07:31:08 UTC FreeBSD ports repository Modified files: textproc/srilm Makefile distinfo Added files: textproc/srilm/files patch-lm-src-matherr.c Log: - fixed install fail. - add SHA256 PR: ports/99193 Submitted by: Tian-Jian Jiang Revision Changes Path 1.9 +3 -3 ports/textproc/srilm/Makefile 1.7 +1 -0 ports/textproc/srilm/distinfo 1.1 +16 -0 ports/textproc/srilm/files/patch-lm-src-matherr.c (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 3 07:47:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B341316A509; Mon, 3 Jul 2006 07:47:15 +0000 (UTC) (envelope-from clive@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B36043EB0; Mon, 3 Jul 2006 07:17:04 +0000 (GMT) (envelope-from clive@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k637H4eX048384; Mon, 3 Jul 2006 07:17:04 GMT (envelope-from clive@repoman.freebsd.org) Received: (from clive@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k637H4iW048383; Mon, 3 Jul 2006 07:17:04 GMT (envelope-from clive) Message-Id: <200607030717.k637H4iW048383@repoman.freebsd.org> From: Clive Lin Date: Mon, 3 Jul 2006 07:17: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/chinese/mutt Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 07:47:15 -0000 clive 2006-07-03 07:17:04 UTC FreeBSD ports repository Modified files: chinese/mutt Makefile distinfo Log: Updating PORTREVISION. Reminded by: shaun Revision Changes Path 1.41 +1 -1 ports/chinese/mutt/Makefile 1.38 +3 -3 ports/chinese/mutt/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 07:51:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D1B016A403; Mon, 3 Jul 2006 07:51:25 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 332AC43D46; Mon, 3 Jul 2006 07:51:25 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k637pP3s050110; Mon, 3 Jul 2006 07:51:25 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k637pPVo050109; Mon, 3 Jul 2006 07:51:25 GMT (envelope-from maho) Message-Id: <200607030751.k637pPVo050109@repoman.freebsd.org> From: Maho Nakata Date: Mon, 3 Jul 2006 07:51:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/ghemical Makefile distinfo pkg-descr pkg-plist ports/science/ghemical/files ghemical-f2c.sh patch-configure.in patch-src+graphics+objects.h patch-src:common:Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 07:51:25 -0000 maho 2006-07-03 07:51:24 UTC FreeBSD ports repository Modified files: science/ghemical Makefile distinfo pkg-descr pkg-plist Removed files: science/ghemical/files ghemical-f2c.sh patch-configure.in patch-src+graphics+objects.h patch-src:common:Makefile.in Log: Update to 2.01 Revision Changes Path 1.17 +11 -26 ports/science/ghemical/Makefile 1.5 +3 -3 ports/science/ghemical/distinfo 1.2 +0 -16 ports/science/ghemical/files/ghemical-f2c.sh (dead) 1.2 +0 -15 ports/science/ghemical/files/patch-configure.in (dead) 1.2 +0 -11 ports/science/ghemical/files/patch-src+graphics+objects.h (dead) 1.2 +0 -15 ports/science/ghemical/files/patch-src:common:Makefile.in (dead) 1.2 +1 -1 ports/science/ghemical/pkg-descr 1.6 +136 -141 ports/science/ghemical/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 08:01:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D0DB16A403; Mon, 3 Jul 2006 08:01:28 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC27943E23; Mon, 3 Jul 2006 08:01:27 +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 k6381Rc3050601; Mon, 3 Jul 2006 08:01:27 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6381Rhr050600; Mon, 3 Jul 2006 08:01:27 GMT (envelope-from yongari) Message-Id: <200607030801.k6381Rhr050600@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 3 Jul 2006 08:01:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/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: Mon, 03 Jul 2006 08:01:28 -0000 yongari 2006-07-03 08:01:27 UTC FreeBSD src repository Modified files: sys/dev/mii brgphy.c Log: Use mii_phy_match to reduce duplicated code. Reviewed by: glebius Revision Changes Path 1.44 +21 -71 src/sys/dev/mii/brgphy.c From owner-cvs-all@FreeBSD.ORG Mon Jul 3 08:03:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFAF916A403; Mon, 3 Jul 2006 08:03:43 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B92043E33; Mon, 3 Jul 2006 08:03:40 +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 k6383e9w051924; Mon, 3 Jul 2006 08:03:40 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6383eX5051923; Mon, 3 Jul 2006 08:03:40 GMT (envelope-from clsung) Message-Id: <200607030803.k6383eX5051923@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 3 Jul 2006 08:03:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/looks Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 08:03:43 -0000 clsung 2006-07-03 08:03:40 UTC FreeBSD ports repository Modified files: devel/looks Makefile distinfo Log: - update to 2.0.4 - fix BROKEN Revision Changes Path 1.10 +5 -9 ports/devel/looks/Makefile 1.5 +3 -3 ports/devel/looks/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 08:03:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84CD216A509; Mon, 3 Jul 2006 08:03:52 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B369644340; Mon, 3 Jul 2006 07:30:45 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k637UjmY049077; Mon, 3 Jul 2006 07:30:45 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k637Uja0049076; Mon, 3 Jul 2006 07:30:45 GMT (envelope-from maho) Message-Id: <200607030730.k637Uja0049076@repoman.freebsd.org> From: Maho Nakata Date: Mon, 3 Jul 2006 07:30:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science Makefile ports/science/libghemical Makefile distinfo pkg-descr pkg-plist ports/science/libghemical/files ghemical-f2c.sh patch-configure.ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 08:03:52 -0000 maho 2006-07-03 07:30:45 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/libghemical Makefile distinfo pkg-descr pkg-plist science/libghemical/files ghemical-f2c.sh patch-configure.ac Log: Libghemical port. This port installs support libraries of science/ghemical port. From version 2.0, science/ghemical becomes large, splitted into two parts. Update of ghemical port will follow soon. Revision Changes Path 1.94 +1 -0 ports/science/Makefile 1.1 +36 -0 ports/science/libghemical/Makefile (new) 1.1 +3 -0 ports/science/libghemical/distinfo (new) 1.1 +16 -0 ports/science/libghemical/files/ghemical-f2c.sh (new) 1.1 +48 -0 ports/science/libghemical/files/patch-configure.ac (new) 1.1 +3 -0 ports/science/libghemical/pkg-descr (new) 1.1 +75 -0 ports/science/libghemical/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 3 08:05:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 457F916A40F; Mon, 3 Jul 2006 08:05:26 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A0D043E39; Mon, 3 Jul 2006 08:05:24 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6385OGN052006; Mon, 3 Jul 2006 08:05:24 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6385OD5052005; Mon, 3 Jul 2006 08:05:24 GMT (envelope-from maho) Message-Id: <200607030805.k6385OD5052005@repoman.freebsd.org> From: Maho Nakata Date: Mon, 3 Jul 2006 08:05:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/lapack++ 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, 03 Jul 2006 08:05:26 -0000 maho 2006-07-03 08:05:24 UTC FreeBSD ports repository Modified files: math/lapack++ Makefile distinfo pkg-plist Log: Update to 2.4.9 Revision Changes Path 1.13 +1 -1 ports/math/lapack++/Makefile 1.8 +3 -3 ports/math/lapack++/distinfo 1.5 +3 -8 ports/math/lapack++/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 08:16:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEBCF16A407; Mon, 3 Jul 2006 08:16:41 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8711F43E34; Mon, 3 Jul 2006 08:16: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 k638GfSf052564; Mon, 3 Jul 2006 08:16:41 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k638GfIg052563; Mon, 3 Jul 2006 08:16:41 GMT (envelope-from clsung) Message-Id: <200607030816.k638GfIg052563@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 3 Jul 2006 08:16: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/srilm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 08:16:41 -0000 clsung 2006-07-03 08:16:41 UTC FreeBSD ports repository Modified files: textproc/srilm Makefile distinfo Log: - update to 1.4.6 Revision Changes Path 1.10 +1 -1 ports/textproc/srilm/Makefile 1.8 +3 -3 ports/textproc/srilm/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 08: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37DEF16A412; Mon, 3 Jul 2006 08:22:10 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5AF643D49; Mon, 3 Jul 2006 08:22:09 +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 k638M9cD052887; Mon, 3 Jul 2006 08:22:09 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k638M9AT052886; Mon, 3 Jul 2006 08:22:09 GMT (envelope-from mjacob) Message-Id: <200607030822.k638M9AT052886@repoman.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2006 08: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/dev/ispfw asm_2322.h ispfw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 08:22:10 -0000 mjacob 2006-07-03 08:22:09 UTC FreeBSD src repository Modified files: sys/dev/ispfw ispfw.c Added files: sys/dev/ispfw asm_2322.h Log: Add 2322 firmware. Revision Changes Path 1.1 +7654 -0 src/sys/dev/ispfw/asm_2322.h (new) 1.16 +5 -0 src/sys/dev/ispfw/ispfw.c From owner-cvs-all@FreeBSD.ORG Mon Jul 3 08:24:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 948E816A415; Mon, 3 Jul 2006 08:24:10 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DA9A43D48; Mon, 3 Jul 2006 08:24:10 +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 k638OAWN052968; Mon, 3 Jul 2006 08:24:10 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k638OAOa052967; Mon, 3 Jul 2006 08:24:10 GMT (envelope-from mjacob) Message-Id: <200607030824.k638OAOa052967@repoman.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2006 08:24: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/isp isp.c isp_pci.c ispmbox.h ispreg.h ispvar.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, 03 Jul 2006 08:24:10 -0000 mjacob 2006-07-03 08:24:09 UTC FreeBSD src repository Modified files: sys/dev/isp isp.c isp_pci.c ispmbox.h ispreg.h ispvar.h Log: Do various fixes to support firmware loading for the 2322 (and by extension, the 2422). One peculiar thing I've found with the 2322 is that if you don't force it to do Hard LoopID acquisition, the firmware crashes. This took a while to figure out. While we're at it, fix various bugs having to do with NVRAM reading and option setting with respect to pieces of NVRAM. Revision Changes Path 1.120 +227 -124 src/sys/dev/isp/isp.c 1.115 +20 -4 src/sys/dev/isp/isp_pci.c 1.52 +3 -1 src/sys/dev/isp/ispmbox.h 1.26 +19 -6 src/sys/dev/isp/ispreg.h 1.76 +11 -7 src/sys/dev/isp/ispvar.h From owner-cvs-all@FreeBSD.ORG Mon Jul 3 08:28:15 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE90A16A51F for ; Mon, 3 Jul 2006 08:28:13 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E0CE43E36 for ; Mon, 3 Jul 2006 08:27:46 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by nz-out-0102.google.com with SMTP id x3so397469nzd for ; Mon, 03 Jul 2006 01:27:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=rsVX6EW6cerStXyk1R5oNVIrhfeLZGHteWF2lQSglWDqSmllI1w15gQM4H+j9MGLDOq4GxtgGeb2HZ0sn9Hd9e7/+SzTL/wW4UgFcOoZ66w/PEjNvNvFNMmqT1o/4k42aLqyEFrct8PcUl1M9wh/If0yaLMFtjnbNrhpwapT8jg= Received: by 10.36.12.12 with SMTP id 12mr1969126nzl; Mon, 03 Jul 2006 01:27:45 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.gmail.com with ESMTP id 20sm1840019nzp.2006.07.03.01.27.43; Mon, 03 Jul 2006 01:27:45 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id k637mscD065071 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 Jul 2006 16:48:54 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k637mrwQ065070; Mon, 3 Jul 2006 16:48:53 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 3 Jul 2006 16:48:53 +0900 From: Pyun YongHyeon To: "M. Warner Losh" Message-ID: <20060703074853.GA64457@cdnetworks.co.kr> References: <20060703025355.AA9CA16A62D@hub.freebsd.org> <44A8B572.6030503@root.org> <20060703.004404.1878036141.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060703.004404.1878036141.imp@bsdimp.com> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, yongari@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, nate@root.org Subject: Re: cvs commit: src/sys/dev/mii acphy.c amphy.c bmtphy.c brgphy.c ciphy.c e1000phy.c exphy.c inphy.c lxtphy.c mlphy.c nsgphy.c nsphy.c pnaphy.c qsphy.c rgephy.c rlphy.c ruephy.c tdkphy.c tlphy.c ukphy.c xmphy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 08:28:16 -0000 On Mon, Jul 03, 2006 at 12:44:04AM -0600, M. Warner Losh wrote: > In message: <44A8B572.6030503@root.org> > Nate Lawson writes: > : Pyun YongHyeon wrote: > : > yongari 2006-07-03 02:53:40 UTC > : > > : > FreeBSD src repository > : > > : > Modified files: > : > sys/dev/mii acphy.c amphy.c bmtphy.c brgphy.c ciphy.c > : > e1000phy.c exphy.c inphy.c lxtphy.c > : > mlphy.c nsgphy.c nsphy.c pnaphy.c qsphy.c > : > rgephy.c rlphy.c ruephy.c tdkphy.c > : > tlphy.c ukphy.c xmphy.c > : > Log: > : > Replace hard-coded magic constants to system defined constants > : > (BUS_PROBE_DEFAULT, BUS_PROBE_GENERIC etc). > : > There is no functional changes. > : > > : > Reviewed by: oleg, scottl > : > : Actually, there are functional changes. Whether those changes are ok or > : not, I don't know. > > They are fine. There are three functional changes. You only noticed > one of them. Since this is an important point, I've replied here. > > : > --- src/sys/dev/mii/acphy.c:1.17 Fri Sep 30 19:39:27 2005 > : > +++ src/sys/dev/mii/acphy.c Mon Jul 3 02:53:39 2006 > : > @@ -132,7 +132,7 @@ > : > } else > : > return (ENXIO); > : > > : > - return (0); > : > + return (BUS_PROBE_DEFAULT); > : > } > : > > : > static int > : > : This means probe() will be called multiple times to allow bidding for > : the device. Is that ok for this and other devices? > > While generally a good, and subtle, point to me, as far as I can tell > it is ok. All of these probe routines just lookup things by name, > which is safe to do multiple times. > > The second subtle thing to look at, btw, is to make sure that the probe > routine doesn't have any side effects. Like saving values in softc. > I believe that this is the case here as well. > > The third subtle thing is now other probe routines get to bid on the > device. When 0 is returned, we short-circuit the probe process. We > don't call the other routines. When -X is returned, we call them > all, and then call the winning bidder again (which is the first one > above). In some cases, this can cause other probe routines to run > that wouldn't have before for other devices. Typically, this isn't a > big deal, but it is something to consider. > > We really should have a mii lookup routine ala the pccard ones, but > I've not yet sorted out the mii mess. Did you know we use a different > bit order than NetBSD, which makes sharing drivers harder? Or at > least bringing in changes to existing drivers? Maybe this would make > a good jkh project. > Yes I checked NetBSD/OpenBSD mii code. But their probe routine(xxxmatch) just return positive vlaue when there are alternative drivers. However using a magic constant in their probe routine made me hard to understand its meaning. I don't see any reason using a positive value except for synching drivers with NetBSD. -- Regards, Pyun YongHyeon From owner-cvs-all@FreeBSD.ORG Mon Jul 3 09:10:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D14716A403; Mon, 3 Jul 2006 09:10:02 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCC89443A7; Mon, 3 Jul 2006 09:09:58 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6399wSX063781; Mon, 3 Jul 2006 09:09:58 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6399wI3063780; Mon, 3 Jul 2006 09:09:58 GMT (envelope-from sem) Message-Id: <200607030909.k6399wI3063780@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 3 Jul 2006 09: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 UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 09:10:02 -0000 sem 2006-07-03 09:09:58 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Add instructions for portupgrade upgrading. Revision Changes Path 1.354 +27 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Mon Jul 3 09:10:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EF4516A524; Mon, 3 Jul 2006 09:10:28 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08AF04439B; Mon, 3 Jul 2006 09:10:28 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k639AREX063896; Mon, 3 Jul 2006 09:10:27 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k639AR94063895; Mon, 3 Jul 2006 09:10:27 GMT (envelope-from nork) Message-Id: <200607030910.k639AR94063895@repoman.freebsd.org> From: Norikatsu Shigemura Date: Mon, 3 Jul 2006 09:10: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/japanese/p5-nkf Makefile ports/japanese/p5-nkf/files patch-nkf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 09:10:28 -0000 nork 2006-07-03 09:10:27 UTC FreeBSD ports repository Modified files: japanese/p5-nkf Makefile Removed files: japanese/p5-nkf/files patch-nkf.c Log: Fix build error. PR: ports/99737 Submitted by: Yoshisato YANAGISAWA Pointy hat to: myself Revision Changes Path 1.17 +1 -1 ports/japanese/p5-nkf/Makefile 1.2 +0 -43 ports/japanese/p5-nkf/files/patch-nkf.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 3 09:10:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32BAE16A549; Mon, 3 Jul 2006 09:10:33 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4704243E57; Mon, 3 Jul 2006 08:38:18 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k638cIax053586; Mon, 3 Jul 2006 08:38:18 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k638cInG053585; Mon, 3 Jul 2006 08:38:18 GMT (envelope-from itetcu) Message-Id: <200607030838.k638cInG053585@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Mon, 3 Jul 2006 08:38:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/fapg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 09:10:33 -0000 itetcu 2006-07-03 08:38:18 UTC FreeBSD ports repository Modified files: audio/fapg Makefile Log: Fix maintainer address. Revision Changes Path 1.2 +1 -1 ports/audio/fapg/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 09:11:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E561216AA84; Mon, 3 Jul 2006 09:11:26 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FAB043D48; Mon, 3 Jul 2006 09:11:26 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k639BQeD063977; Mon, 3 Jul 2006 09:11:26 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k639BQSk063976; Mon, 3 Jul 2006 09:11:26 GMT (envelope-from itetcu) Message-Id: <200607030911.k639BQSk063976@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Mon, 3 Jul 2006 09:11: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-themes/e17-theme-cthulhain 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, 03 Jul 2006 09:11:27 -0000 itetcu 2006-07-03 09:11:26 UTC FreeBSD ports repository Modified files: x11-themes/e17-theme-cthulhain Makefile distinfo pkg-plist Log: Update to 0.3.2 PR: ports/99732 Submitted by: maintainer Revision Changes Path 1.2 +2 -2 ports/x11-themes/e17-theme-cthulhain/Makefile 1.2 +3 -3 ports/x11-themes/e17-theme-cthulhain/distinfo 1.2 +1 -1 ports/x11-themes/e17-theme-cthulhain/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 09:50:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7235C16A40F; Mon, 3 Jul 2006 09:50:17 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD5A343E7F; Mon, 3 Jul 2006 09:49:56 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k639nufU065952; Mon, 3 Jul 2006 09:49:56 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k639nuZ5065951; Mon, 3 Jul 2006 09:49:56 GMT (envelope-from hq) Message-Id: <200607030949.k639nuZ5065951@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 3 Jul 2006 09:49: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/tomcat55 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, 03 Jul 2006 09:50:17 -0000 hq 2006-07-03 09:49:56 UTC FreeBSD ports repository Modified files: www/tomcat55 Makefile distinfo pkg-plist Log: Update to 5.5.17 PR: 98581 Submitted by: Tomas Verbaitis Approved by: maintainer timeout Revision Changes Path 1.36 +3 -4 ports/www/tomcat55/Makefile 1.17 +6 -6 ports/www/tomcat55/distinfo 1.20 +9 -6 ports/www/tomcat55/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 10:00:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 398A616A47C; Mon, 3 Jul 2006 10:00:21 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73D2543D48; Mon, 3 Jul 2006 09:59:58 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5D4E1.dip.t-dialin.net [84.165.212.225]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id k639qNjZ052872; Mon, 3 Jul 2006 11:52:24 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k639xvS5058708; Mon, 3 Jul 2006 11:59:58 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Mon, 03 Jul 2006 11:59:57 +0200 Message-ID: <20060703115957.hzmpcz1vkwgcoogw@netchild.homeip.net> X-Priority: 3 (Normal) Date: Mon, 03 Jul 2006 11:59:57 +0200 From: Alexander Leidinger To: Boris Samorodov References: <200606291951.k5TJpvhF008641@repoman.freebsd.org> <06318347@bsam.ru> In-Reply-To: <06318347@bsam.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: cvs-ports@FreeBSD.org, Marcel Moolenaar , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/linux_kdump Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:00:21 -0000 Quoting Boris Samorodov (from Mon, 03 Jul 2006 02:47:00 +0400): >> Modified files: >> devel/linux_kdump Makefile >> Log: >> Drop maintainership. I'm not using the linuxulator at all and don't >> keep up with development on that front, nor with ports related to >> it. > I'm not sure that dropping the port to freebsd-emulation@ is the > right thing to do. May be ports@ is a better one. If you think it doesn't belong to emulation@, feel free to assign it to me. Bye, Alexander. -- Lost: gray and white female cat. Answers to electric can opener. 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 Jul 3 10:27:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 937A416A407; Mon, 3 Jul 2006 10:27:01 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AC69449F6; Mon, 3 Jul 2006 10:27:01 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63AR16L068879; Mon, 3 Jul 2006 10:27:01 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63AR1hZ068878; Mon, 3 Jul 2006 10:27:01 GMT (envelope-from garga) Message-Id: <200607031027.k63AR1hZ068878@repoman.freebsd.org> From: Renato Botelho Date: Mon, 3 Jul 2006 10:27:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/rwhoisd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:27:01 -0000 garga 2006-07-03 10:27:01 UTC FreeBSD ports repository Modified files: net/rwhoisd Makefile distinfo Log: - Fix DISTNAME after repocopy [1] - Fix distinfo, tarball was rerolled. No changes, just compression level changed Reported by: linimon [1] Pointy hat to: garga [1] Revision Changes Path 1.35 +0 -1 ports/net/rwhoisd/Makefile 1.10 +3 -3 ports/net/rwhoisd/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 10: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3106C16A407; Mon, 3 Jul 2006 10:32:40 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D380449F9; Mon, 3 Jul 2006 10:32:39 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63AWdPr069118; Mon, 3 Jul 2006 10:32:39 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63AWc28069117; Mon, 3 Jul 2006 10:32:38 GMT (envelope-from pjd) Message-Id: <200607031032.k63AWc28069117@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 3 Jul 2006 10:32:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:32:40 -0000 pjd 2006-07-03 10:32:38 UTC FreeBSD src repository Modified files: sys/geom/mirror g_mirror.c sys/geom/raid3 g_raid3.c Log: Allow to close access even if device is already destroyed. Reported by: Ulrich Spoerlein PR: kern/98093 MFC after: 1 week Revision Changes Path 1.84 +5 -3 src/sys/geom/mirror/g_mirror.c 1.67 +5 -3 src/sys/geom/raid3/g_raid3.c From owner-cvs-all@FreeBSD.ORG Mon Jul 3 10:34:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96A3416A6B0; Mon, 3 Jul 2006 10:34:31 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A42C344932; Mon, 3 Jul 2006 10:14:35 +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 k63AEZxi068331; Mon, 3 Jul 2006 10:14:35 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63AEZOa068330; Mon, 3 Jul 2006 10:14:35 GMT (envelope-from markus) Message-Id: <200607031014.k63AEZOa068330@repoman.freebsd.org> From: Markus Brueffer Date: Mon, 3 Jul 2006 10:14:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/kde-style-polyester Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:34:31 -0000 markus 2006-07-03 10:14:34 UTC FreeBSD ports repository Modified files: x11-themes/kde-style-polyester Makefile distinfo Log: - Update to version 0.9.3 - Add additional mastersite as the author tends to delete old ones as soon as he releases a new version Notified by: linimon Revision Changes Path 1.3 +4 -2 ports/x11-themes/kde-style-polyester/Makefile 1.3 +3 -3 ports/x11-themes/kde-style-polyester/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 10: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E8A116A807; Mon, 3 Jul 2006 10:34:38 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AB014469E; Mon, 3 Jul 2006 10:12: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 k63AC35s068249; Mon, 3 Jul 2006 10:12:03 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63AC3Ho068248; Mon, 3 Jul 2006 10:12:03 GMT (envelope-from sat) Message-Id: <200607031012.k63AC3Ho068248@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 3 Jul 2006 10:12:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-CPANPLUS Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:34:38 -0000 sat 2006-07-03 10:12:03 UTC FreeBSD ports repository Modified files: devel/p5-CPANPLUS Makefile Log: - Fix a dependency version Revision Changes Path 1.8 +1 -1 ports/devel/p5-CPANPLUS/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 10:37:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4253916A415; Mon, 3 Jul 2006 10:37:13 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF9F643D76; Mon, 3 Jul 2006 10:37:09 +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 k63Ab9Lh069448; Mon, 3 Jul 2006 10:37:09 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63Ab9GG069447; Mon, 3 Jul 2006 10:37:09 GMT (envelope-from oleg) Message-Id: <200607031037.k63Ab9GG069447@repoman.freebsd.org> From: Oleg Bulyzhin Date: Mon, 3 Jul 2006 10:37:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii mii_physubr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:37:13 -0000 oleg 2006-07-03 10:37:09 UTC FreeBSD src repository Modified files: sys/dev/mii mii_physubr.c Log: Reset autonegotiation timer if current media is not 'auto'. Approved by: glebius (mentor) MFC after: 2 weeks Revision Changes Path 1.25 +3 -1 src/sys/dev/mii/mii_physubr.c From owner-cvs-all@FreeBSD.ORG Mon Jul 3 10:43:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F110D16A403; Mon, 3 Jul 2006 10:43:49 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA95E43D48; Mon, 3 Jul 2006 10:43:49 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63AhnsM071132; Mon, 3 Jul 2006 10:43:49 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63AhnYg071131; Mon, 3 Jul 2006 10:43:49 GMT (envelope-from garga) Message-Id: <200607031043.k63AhnYg071131@repoman.freebsd.org> From: Renato Botelho Date: Mon, 3 Jul 2006 10:43:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/wily Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:43:50 -0000 garga 2006-07-03 10:43:49 UTC FreeBSD ports repository Modified files: editors/wily Makefile Log: Make it respect ${CC} and ${CFLAGS} PR: ports/99656 Submitted by: maintainer Revision Changes Path 1.27 +3 -1 ports/editors/wily/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 10:55:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E61B516A492; Mon, 3 Jul 2006 10:55:23 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D55343D5D; Mon, 3 Jul 2006 10:55:23 +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 k63AtNoO071679; Mon, 3 Jul 2006 10:55:23 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63AtNDe071678; Mon, 3 Jul 2006 10:55:23 GMT (envelope-from maxim) Message-Id: <200607031055.k63AtNDe071678@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 3 Jul 2006 10:55: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/mtree misc.c mtree.8 mtree.h spec.c verify.c src/usr.sbin/mtree/test test05.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:55:24 -0000 maxim 2006-07-03 10:55:22 UTC FreeBSD src repository Modified files: usr.sbin/mtree misc.c mtree.8 mtree.h spec.c verify.c Added files: usr.sbin/mtree/test test05.sh Log: o Add an 'optional' keyword, which allows files to be in the specification, but not in the file hierarchy. PR: bin/99531 Submitted by: skv Obtained from: NetBSD, originally from Ed Symanzik Regress. test: test/test05.sh MFC after: 1 month Revision Changes Path 1.17 +1 -0 src/usr.sbin/mtree/misc.c 1.54 +4 -1 src/usr.sbin/mtree/mtree.8 1.8 +1 -0 src/usr.sbin/mtree/mtree.h 1.23 +3 -0 src/usr.sbin/mtree/spec.c 1.1 +25 -0 src/usr.sbin/mtree/test/test05.sh (new) 1.25 +2 -0 src/usr.sbin/mtree/verify.c From owner-cvs-all@FreeBSD.ORG Mon Jul 3 11: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CEC116A407; Mon, 3 Jul 2006 11:01:38 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94EC643D78; Mon, 3 Jul 2006 11:01: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 k63B1aQj072005; Mon, 3 Jul 2006 11:01:36 GMT (envelope-from az@repoman.freebsd.org) Received: (from az@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63B1alA072004; Mon, 3 Jul 2006 11:01:36 GMT (envelope-from az) Message-Id: <200607031101.k63B1alA072004@repoman.freebsd.org> From: Andrej Zverev Date: Mon, 3 Jul 2006 11:01:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/weechat Makefile distinfo pkg-plist ports/irc/weechat/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 11:01:38 -0000 az 2006-07-03 11:01:36 UTC FreeBSD ports repository Modified files: irc/weechat Makefile distinfo Added files: irc/weechat pkg-plist irc/weechat/files patch-configure Log: - Update to version 0.1.9 - Fix bug with NLS (thanks to kolter@freenode[weechat]) - Add new plugin language (ruby) - Add support of doing secure connection to irc server (gnutls) - Switch from PLIST to pkg-plist for better Makefile reading - Disabled plugin language LUA (if someone want it, just ask me) Revision Changes Path 1.15 +48 -34 ports/irc/weechat/Makefile 1.11 +3 -3 ports/irc/weechat/distinfo 1.3 +47 -0 ports/irc/weechat/files/patch-configure (new) 1.1 +29 -0 ports/irc/weechat/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 3 11:23:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4738E16A412; Mon, 3 Jul 2006 11:23:19 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0FB043D45; Mon, 3 Jul 2006 11:23:18 +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 k63BNI9m074682; Mon, 3 Jul 2006 11:23:18 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63BNIs4074681; Mon, 3 Jul 2006 11:23:18 GMT (envelope-from markus) Message-Id: <200607031123.k63BNIs4074681@repoman.freebsd.org> From: Markus Brueffer Date: Mon, 3 Jul 2006 11:23:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/kile 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, 03 Jul 2006 11:23:19 -0000 markus 2006-07-03 11:23:18 UTC FreeBSD ports repository Modified files: editors/kile Makefile distinfo pkg-plist Log: Update to version 1.9.1 Revision Changes Path 1.26 +1 -1 ports/editors/kile/Makefile 1.17 +3 -3 ports/editors/kile/distinfo 1.15 +2 -0 ports/editors/kile/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 11:57:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A79A016A5B9; Mon, 3 Jul 2006 11:57:18 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9427844110; Mon, 3 Jul 2006 11:34:07 +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 k63BY7mi075147; Mon, 3 Jul 2006 11:34:07 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63BY7oD075146; Mon, 3 Jul 2006 11:34:07 GMT (envelope-from skv) Message-Id: <200607031134.k63BY7oD075146@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 3 Jul 2006 11:34:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/pmap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 11:57:19 -0000 skv 2006-07-03 11:34:07 UTC FreeBSD ports repository Modified files: sysutils/pmap Makefile Log: Fix MANCOMPRESSED Submitted by: ru Revision Changes Path 1.8 +1 -1 ports/sysutils/pmap/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 11: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EE8416A620; Mon, 3 Jul 2006 11:57:36 +0000 (UTC) (envelope-from bsam@ns.kfs.ru) Received: from ns.kfs.ru (kfs.kfs.ru [62.183.117.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30EE34431B; Mon, 3 Jul 2006 11:39:59 +0000 (GMT) (envelope-from bsam@ns.kfs.ru) Received: from bsam by ns.kfs.ru with local (Exim 4.54 (FreeBSD)) id 1FxMmO-000AjA-Ao; Mon, 03 Jul 2006 15:39:52 +0400 To: Alexander Leidinger References: <200606291951.k5TJpvhF008641@repoman.freebsd.org> <06318347@bsam.ru> <20060703115957.hzmpcz1vkwgcoogw@netchild.homeip.net> From: Boris Samorodov Date: Mon, 03 Jul 2006 15:39:52 +0400 In-Reply-To: <20060703115957.hzmpcz1vkwgcoogw@netchild.homeip.net> (Alexander Leidinger's message of "Mon, 03 Jul 2006 11:59:57 +0200") Message-ID: <70621799@serv3.int.kfs.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" Cc: cvs-ports@FreeBSD.org, Marcel Moolenaar , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/linux_kdump Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 11:57:37 -0000 On Mon, 03 Jul 2006 11:59:57 +0200 Alexander Leidinger wrote: > Quoting Boris Samorodov (from Mon, 03 Jul 2006 02:47:00 +0400): > >> Modified files: > >> devel/linux_kdump Makefile > >> Log: > >> Drop maintainership. I'm not using the linuxulator at all and don't > >> keep up with development on that front, nor with ports related to > >> it. > > I'm not sure that dropping the port to freebsd-emulation@ is the It was an invitation to conversation. ;-) > > right thing to do. May be ports@ is a better one. > If you think it doesn't belong to emulation@, feel free to assign it to me. Let it be emulation@. Thanks for clarification. WBR -- Boris B. Samorodov, Research Engineer InPharmTech Co, http://www.ipt.ru Telephone & Internet Service Provider From owner-cvs-all@FreeBSD.ORG Mon Jul 3 12:20:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1567F16A403; Mon, 3 Jul 2006 12:20:12 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A45C843D45; Mon, 3 Jul 2006 12:20:12 +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 k63CKCJi078087; Mon, 3 Jul 2006 12:20:12 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63CKCcP078086; Mon, 3 Jul 2006 12:20:12 GMT (envelope-from skv) Message-Id: <200607031220.k63CKCcP078086@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 3 Jul 2006 12:20:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-SDP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 12:20:13 -0000 skv 2006-07-03 12:20:12 UTC FreeBSD ports repository Modified files: net/p5-Net-SDP Makefile distinfo Log: Update to 0.05 PR: ports/99701 Submitted by: aaron Revision Changes Path 1.4 +8 -2 ports/net/p5-Net-SDP/Makefile 1.5 +3 -3 ports/net/p5-Net-SDP/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 12:22:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21F5016A4D8; Mon, 3 Jul 2006 12:22:42 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C31143E02; Mon, 3 Jul 2006 12:22:41 +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 k63CMfaI078275; Mon, 3 Jul 2006 12:22:41 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63CMf7X078274; Mon, 3 Jul 2006 12:22:41 GMT (envelope-from skv) Message-Id: <200607031222.k63CMf7X078274@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 3 Jul 2006 12:22:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-Mail-DomainKeys Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 12:22:42 -0000 skv 2006-07-03 12:22:41 UTC FreeBSD ports repository Modified files: mail/p5-Mail-DomainKeys Makefile distinfo Log: Update to 0.82 PR: ports/99703 Submitted by: leeym Revision Changes Path 1.7 +2 -2 ports/mail/p5-Mail-DomainKeys/Makefile 1.6 +3 -3 ports/mail/p5-Mail-DomainKeys/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 12:25:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36D3C16A403; Mon, 3 Jul 2006 12:25:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB25743D4C; Mon, 3 Jul 2006 12:25:10 +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 k63CPAWJ078471; Mon, 3 Jul 2006 12:25:10 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63CPAwd078470; Mon, 3 Jul 2006 12:25:10 GMT (envelope-from miwi) Message-Id: <200607031225.k63CPAwd078470@repoman.freebsd.org> From: Martin Wilke Date: Mon, 3 Jul 2006 12:25:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/postnuke Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 12:25:11 -0000 miwi 2006-07-03 12:25:10 UTC FreeBSD ports repository Modified files: www/postnuke Makefile Log: Update MASTER_SITES Submitted by: linimon via mail Approved by: krion (mentor) Revision Changes Path 1.14 +1 -1 ports/www/postnuke/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 12:25:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B080016A412; Mon, 3 Jul 2006 12:25:49 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67CCD43D4C; Mon, 3 Jul 2006 12:25:49 +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 k63CPn5I078947; Mon, 3 Jul 2006 12:25:49 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63CPn3x078946; Mon, 3 Jul 2006 12:25:49 GMT (envelope-from skv) Message-Id: <200607031225.k63CPn3x078946@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 3 Jul 2006 12:25:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Object-Accessor Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 12:25:49 -0000 skv 2006-07-03 12:25:49 UTC FreeBSD ports repository Modified files: devel/p5-Object-Accessor Makefile distinfo Log: Update to 0.20 PR: ports/99633 Submitted by: leeym Revision Changes Path 1.2 +3 -3 ports/devel/p5-Object-Accessor/Makefile 1.3 +3 -3 ports/devel/p5-Object-Accessor/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 12:28:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E6FA16A403; Mon, 3 Jul 2006 12:28:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8633843D5E; Mon, 3 Jul 2006 12:28:00 +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 k63CS01g079026; Mon, 3 Jul 2006 12:28:00 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63CS0s8079025; Mon, 3 Jul 2006 12:28:00 GMT (envelope-from miwi) Message-Id: <200607031228.k63CS0s8079025@repoman.freebsd.org> From: Martin Wilke Date: Mon, 3 Jul 2006 12:28: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/databases/phpmyadmin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 12:28:08 -0000 miwi 2006-07-03 12:28:00 UTC FreeBSD ports repository Modified files: databases/phpmyadmin Makefile distinfo Log: - Update to 2.8.2 which fixes several vulnerabilities PR: ports/99682 Submitted by: Matthew Seaman (maintainer) Approved by: markus (co-mentor) Security: http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2006-4 Revision Changes Path 1.51 +1 -1 ports/databases/phpmyadmin/Makefile 1.39 +3 -3 ports/databases/phpmyadmin/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 12:29:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1049716A407; Mon, 3 Jul 2006 12:29:50 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80FB743D5A; Mon, 3 Jul 2006 12:29:41 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63CTfXG079119; Mon, 3 Jul 2006 12:29:41 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63CTfPD079118; Mon, 3 Jul 2006 12:29:41 GMT (envelope-from mat) Message-Id: <200607031229.k63CTfPD079118@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 3 Jul 2006 12: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/security/p5-Crypt-CAST5_PP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 12:29:50 -0000 mat 2006-07-03 12:29:41 UTC FreeBSD ports repository Modified files: security/p5-Crypt-CAST5_PP Makefile distinfo Log: Update to 1.04 Revision Changes Path 1.5 +1 -1 ports/security/p5-Crypt-CAST5_PP/Makefile 1.5 +3 -3 ports/security/p5-Crypt-CAST5_PP/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 12:42:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1414216A4B3; Mon, 3 Jul 2006 12:42:53 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C005843D46; Mon, 3 Jul 2006 12:42:52 +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 k63Cgq0d079789; Mon, 3 Jul 2006 12:42:52 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63Cgq1q079788; Mon, 3 Jul 2006 12:42:52 GMT (envelope-from garga) Message-Id: <200607031242.k63Cgq1q079788@repoman.freebsd.org> From: Renato Botelho Date: Mon, 3 Jul 2006 12:42:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/clamav Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 12:42:53 -0000 garga 2006-07-03 12:42:52 UTC FreeBSD ports repository Modified files: security/clamav Makefile distinfo Log: Update to 0.88.3 Revision Changes Path 1.79 +2 -2 ports/security/clamav/Makefile 1.30 +3 -3 ports/security/clamav/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 12:45:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CAE116A403; Mon, 3 Jul 2006 12:45:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8CD643D48; Mon, 3 Jul 2006 12:45:31 +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 k63CjVdb081309; Mon, 3 Jul 2006 12:45:31 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63CjVIl081308; Mon, 3 Jul 2006 12:45:31 GMT (envelope-from miwi) Message-Id: <200607031245.k63CjVIl081308@repoman.freebsd.org> From: Martin Wilke Date: Mon, 3 Jul 2006 12:45:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/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: Mon, 03 Jul 2006 12:45:32 -0000 miwi 2006-07-03 12:45:31 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document phpmyadmin -- cross site scripting vulnerability Approved by: markus (co mentor) Revision Changes Path 1.1066 +28 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Mon Jul 3 13: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3CA216A6BF; Mon, 3 Jul 2006 13:20:57 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB38144008; Mon, 3 Jul 2006 12:56:58 +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 k63CuwqP089526; Mon, 3 Jul 2006 12:56:58 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63CuwXt089525; Mon, 3 Jul 2006 12:56:58 GMT (envelope-from garga) Message-Id: <200607031256.k63CuwXt089525@repoman.freebsd.org> From: Renato Botelho Date: Mon, 3 Jul 2006 12:56:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/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: Mon, 03 Jul 2006 13:20:58 -0000 garga 2006-07-03 12:56:58 UTC FreeBSD ports repository Modified files: security/clamav-devel Makefile distinfo Log: Update to 20060703 Revision Changes Path 1.96 +4 -3 ports/security/clamav-devel/Makefile 1.61 +3 -3 ports/security/clamav-devel/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 13:30:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D836216A407; Mon, 3 Jul 2006 13:30:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6138643D93; Mon, 3 Jul 2006 13:30: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 k63DUxII092237; Mon, 3 Jul 2006 13:30:59 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63DUxuE092236; Mon, 3 Jul 2006 13:30:59 GMT (envelope-from clsung) Message-Id: <200607031330.k63DUxuE092236@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 3 Jul 2006 13:30: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/diffstat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 13:30:59 -0000 clsung 2006-07-03 13:30:59 UTC FreeBSD ports repository Modified files: textproc/diffstat Makefile distinfo Log: - update to 1.42 - take maintainership Noted: no.1000 of my commits in ports/ :) Revision Changes Path 1.18 +2 -2 ports/textproc/diffstat/Makefile 1.12 +3 -3 ports/textproc/diffstat/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 13:55:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F28B16A407; Mon, 3 Jul 2006 13:55:09 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 255E643D48; Mon, 3 Jul 2006 13:55: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 k63Dt8e1093198; Mon, 3 Jul 2006 13:55:08 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63Dt8LU093197; Mon, 3 Jul 2006 13:55:08 GMT (envelope-from clsung) Message-Id: <200607031355.k63Dt8LU093197@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 3 Jul 2006 13:55:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/soundgrab Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 13:55:09 -0000 clsung 2006-07-03 13:55:08 UTC FreeBSD ports repository Modified files: audio/soundgrab Makefile distinfo Log: - Update to 0.9.0 PR: ports/99674 Submitted by: chinsan Reviewed by: clsung Revision Changes Path 1.8 +3 -3 ports/audio/soundgrab/Makefile 1.5 +3 -3 ports/audio/soundgrab/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 14:00:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72D0E16A415; Mon, 3 Jul 2006 14:00:08 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA69943D6E; Mon, 3 Jul 2006 14:00:05 +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 k63E05nq093422; Mon, 3 Jul 2006 14:00:05 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63E05ZY093421; Mon, 3 Jul 2006 14:00:05 GMT (envelope-from flz) Message-Id: <200607031400.k63E05ZY093421@repoman.freebsd.org> From: Florent Thoumie Date: Mon, 3 Jul 2006 14:00:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/google-earth 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, 03 Jul 2006 14:00:08 -0000 flz 2006-07-03 14:00:05 UTC FreeBSD ports repository Modified files: astro/google-earth Makefile pkg-plist Log: - Fix build when running as non-root [1]. - Fix mime-types install [2]. Submitted by: Daniel O'Connor [1], jylefort [2] Revision Changes Path 1.2 +10 -6 ports/astro/google-earth/Makefile 1.2 +3 -1 ports/astro/google-earth/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 15:07:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F333916A40F; Mon, 3 Jul 2006 15:07:16 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A130A43D45; Mon, 3 Jul 2006 15:07: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 k63F7Gg0000527; Mon, 3 Jul 2006 15:07:16 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63F7Ga0000526; Mon, 3 Jul 2006 15:07:16 GMT (envelope-from clsung) Message-Id: <200607031507.k63F7Ga0000526@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 3 Jul 2006 15: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/www/p5-HTML-Template-Compiled 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, 03 Jul 2006 15:07:17 -0000 clsung 2006-07-03 15:07:16 UTC FreeBSD ports repository Modified files: www/p5-HTML-Template-Compiled Makefile distinfo pkg-plist Log: - Update www/p5-HTML-Template-Compiled from version 0.68 to 0.69 PR: ports/99747 Submitted by: maintainer (hideo) Revision Changes Path 1.13 +3 -2 ports/www/p5-HTML-Template-Compiled/Makefile 1.13 +3 -3 ports/www/p5-HTML-Template-Compiled/distinfo 1.6 +2 -1 ports/www/p5-HTML-Template-Compiled/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 15:17:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F02C516A47B; Mon, 3 Jul 2006 15:17:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBAE044288; Mon, 3 Jul 2006 14:44:13 +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 k63EiDnG097853; Mon, 3 Jul 2006 14:44:13 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63EiDE0097852; Mon, 3 Jul 2006 14:44:13 GMT (envelope-from rwatson) Message-Id: <200607031444.k63EiDE0097852@repoman.freebsd.org> From: Robert Watson Date: Mon, 3 Jul 2006 14:44: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/bsm audit_record.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, 03 Jul 2006 15:17:13 -0000 rwatson 2006-07-03 14:44:13 UTC FreeBSD src repository Modified files: sys/bsm audit_record.h Log: Merge OpenBSM 1.0 alpha 7 nested time.h include to kernel version of audit_record.h. Obtained from: TrustedBSD Project Revision Changes Path 1.3 +2 -0 src/sys/bsm/audit_record.h From owner-cvs-all@FreeBSD.ORG Mon Jul 3 15:17:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F0D116A5CC; Mon, 3 Jul 2006 15:17:21 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4278C4443D; Mon, 3 Jul 2006 14:49:46 +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 k63EnkCm098229; Mon, 3 Jul 2006 14:49:46 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63EnkTV098228; Mon, 3 Jul 2006 14:49:46 GMT (envelope-from arved) Message-Id: <200607031449.k63EnkTV098228@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 3 Jul 2006 14: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/games/sauerbraten Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 15:17:21 -0000 arved 2006-07-03 14:49:46 UTC FreeBSD ports repository Modified files: games/sauerbraten Makefile Log: Mark BROKEN on CURRENT Reported by: pointyhat Revision Changes Path 1.4 +2 -0 ports/games/sauerbraten/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 15: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15C1316A5F1; Mon, 3 Jul 2006 15:17:22 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C036445DC; Mon, 3 Jul 2006 14:55:56 +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 k63EtuZu098656; Mon, 3 Jul 2006 14:55:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63EtucG098655; Mon, 3 Jul 2006 14:55:56 GMT (envelope-from rwatson) Message-Id: <200607031455.k63EtucG098655@repoman.freebsd.org> From: Robert Watson Date: Mon, 3 Jul 2006 14:55: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/security/audit audit.h audit_arg.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 15:17:22 -0000 rwatson 2006-07-03 14:55:56 UTC FreeBSD src repository Modified files: sys/security/audit audit.h audit_arg.c Log: Correct a number of problems that were previously commented on: - Correct audit_arg_socketaddr() argument name from so to sa. - Assert arguments are non-NULL to many argument capture functions rather than testing them. This may trip some bugs. - Assert the process lock is held when auditing process information. - Test currecord in several more places. - Test validity of more arguments with kasserts, such as flag values when auditing vnode information. Perforce change: 98825 Obtained from: TrustedBSD Project Revision Changes Path 1.7 +1 -1 src/sys/security/audit/audit.h 1.5 +39 -48 src/sys/security/audit/audit_arg.c From owner-cvs-all@FreeBSD.ORG Mon Jul 3 15:17:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86D1716A774; Mon, 3 Jul 2006 15:17:36 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55F8344553; Mon, 3 Jul 2006 14:53:56 +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 k63Eru0R098486; Mon, 3 Jul 2006 14:53:56 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63Erueh098485; Mon, 3 Jul 2006 14:53:56 GMT (envelope-from arved) Message-Id: <200607031453.k63Erueh098485@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 3 Jul 2006 14:53:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gauche Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 15:17:36 -0000 arved 2006-07-03 14:53:56 UTC FreeBSD ports repository Modified files: lang/gauche Makefile Log: Mark BROKEN on sparc64 Reported by: pointyhat Revision Changes Path 1.41 +2 -2 ports/lang/gauche/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 15:17:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E55C716A65C; Mon, 3 Jul 2006 15:17:36 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E13C1442E4; Mon, 3 Jul 2006 14:44:38 +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 k63EicnX097930; Mon, 3 Jul 2006 14:44:38 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63Eickb097929; Mon, 3 Jul 2006 14:44:38 GMT (envelope-from mich) Message-Id: <200607031444.k63Eickb097929@repoman.freebsd.org> From: Michael Landin Hostbaek Date: Mon, 3 Jul 2006 14:44:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/amarok Makefile distinfo pkg-plist ports/audio/amarok/files patch-amarok-src-statusbar-selectLabel.h patch-amarok_src_atomicstring.cpp patch-amarok_src_atomicstring.h patch-amarok_src_engine_gst_equalizer-gstequalizer.cpp patch-amarok_src_mediabrowser.h patch-amarok_src_mediadevice_generic_genericmediadevice.cpp patch-amarok_src_mediadevice_ipod_ipodmediadevice.cpp patch-amarok_src_metadata_audible_Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 15:17:37 -0000 mich 2006-07-03 14:44:38 UTC FreeBSD ports repository Modified files: audio/amarok Makefile distinfo pkg-plist Added files: audio/amarok/files patch-amarok-src-statusbar-selectLabel.h patch-amarok_src_atomicstring.cpp patch-amarok_src_atomicstring.h patch-amarok_src_mediabrowser.h patch-amarok_src_mediadevice_generic_genericmediadevice.cpp patch-amarok_src_mediadevice_ipod_ipodmediadevice.cpp patch-amarok_src_metadata_audible_Makefile.in patch-amarok_src_metadata_audible_audibleproperties.h patch-amarok_src_metadata_audible_audibletag.h patch-amarok_src_metadata_mp4_mp4file.cpp patch-amarok_src_metadata_mp4_mp4properties.cpp patch-amarok_src_metadata_mp4_mp4tag.cpp patch-amarok_src_xmlloader.h Removed files: audio/amarok/files patch-amarok_src_engine_gst_equalizer-gstequalizer.cpp Log: - update to -> 1.4.0a What's new: http://amarok.kde.org/amarokwiki/index.php/What's_New_in_1.4 - add RUBY dependency for lyric scripts - add mp4v2 dependency - add support for iPods (via libgpod) Note: gstreamer, aKode and arts engine support have been dropped. Only libxine is supported on FreeBSD. Revision Changes Path 1.46 +21 -32 ports/audio/amarok/Makefile 1.15 +3 -3 ports/audio/amarok/distinfo 1.1 +11 -0 ports/audio/amarok/files/patch-amarok-src-statusbar-selectLabel.h (new) 1.1 +38 -0 ports/audio/amarok/files/patch-amarok_src_atomicstring.cpp (new) 1.1 +35 -0 ports/audio/amarok/files/patch-amarok_src_atomicstring.h (new) 1.2 +0 -11 ports/audio/amarok/files/patch-amarok_src_engine_gst_equalizer-gstequalizer.cpp (dead) 1.1 +18 -0 ports/audio/amarok/files/patch-amarok_src_mediabrowser.h (new) 1.1 +14 -0 ports/audio/amarok/files/patch-amarok_src_mediadevice_generic_genericmediadevice.cpp (new) 1.1 +13 -0 ports/audio/amarok/files/patch-amarok_src_mediadevice_ipod_ipodmediadevice.cpp (new) 1.1 +14 -0 ports/audio/amarok/files/patch-amarok_src_metadata_audible_Makefile.in (new) 1.1 +14 -0 ports/audio/amarok/files/patch-amarok_src_metadata_audible_audibleproperties.h (new) 1.1 +14 -0 ports/audio/amarok/files/patch-amarok_src_metadata_audible_audibletag.h (new) 1.1 +16 -0 ports/audio/amarok/files/patch-amarok_src_metadata_mp4_mp4file.cpp (new) 1.1 +14 -0 ports/audio/amarok/files/patch-amarok_src_metadata_mp4_mp4properties.cpp (new) 1.1 +14 -0 ports/audio/amarok/files/patch-amarok_src_metadata_mp4_mp4tag.cpp (new) 1.1 +13 -0 ports/audio/amarok/files/patch-amarok_src_xmlloader.h (new) 1.17 +211 -54 ports/audio/amarok/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 15:17:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AFD116A608; Mon, 3 Jul 2006 15:17:38 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3145F4432F; Mon, 3 Jul 2006 14:45:45 +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 k63EjhqB098030; Mon, 3 Jul 2006 14:45:43 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63Ejhu7098029; Mon, 3 Jul 2006 14:45:43 GMT (envelope-from rwatson) Message-Id: <200607031445.k63Ejhu7098029@repoman.freebsd.org> From: Robert Watson Date: Mon, 3 Jul 2006 14:45: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/bsm audit_kevents.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, 03 Jul 2006 15:17:39 -0000 rwatson 2006-07-03 14:45:43 UTC FreeBSD src repository Modified files: sys/bsm audit_kevents.h Log: Merge OpenBSM 1.0 alpha 7 new AUE_ event identifiers to kernel version of audit_kevents.h. Obtained from: TrustedBSD Project Revision Changes Path 1.6 +19 -2 src/sys/bsm/audit_kevents.h From owner-cvs-all@FreeBSD.ORG Mon Jul 3 15: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8097316A403; Mon, 3 Jul 2006 15:36:59 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32BAA43D46; Mon, 3 Jul 2006 15:36:59 +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 k63FaxeI001899; Mon, 3 Jul 2006 15:36:59 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63Fax0V001898; Mon, 3 Jul 2006 15:36:59 GMT (envelope-from blackend) Message-Id: <200607031536.k63Fax0V001898@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 3 Jul 2006 15:36:59 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/install chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 15:36:59 -0000 blackend 2006-07-03 15:36:58 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/install chapter.sgml Log: Add a missing word. Found by: walter nicot Revision Changes Path 1.27 +1 -1 doc/fr_FR.ISO8859-1/books/handbook/install/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 3 15:41:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4413C16A4AB; Mon, 3 Jul 2006 15:41:42 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5214743D58; Mon, 3 Jul 2006 15:41:32 +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 k63FfWKv002217; Mon, 3 Jul 2006 15:41:32 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63FfW99002216; Mon, 3 Jul 2006 15:41:32 GMT (envelope-from mich) Message-Id: <200607031541.k63FfW99002216@repoman.freebsd.org> From: Michael Landin Hostbaek Date: Mon, 3 Jul 2006 15:41:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/amarok Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 15:41:42 -0000 mich 2006-07-03 15:41:32 UTC FreeBSD ports repository Modified files: audio/amarok Makefile Log: - check to see if OPTIONS are up-to-date before build Revision Changes Path 1.47 +14 -0 ports/audio/amarok/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 15:42:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D682A16A412; Mon, 3 Jul 2006 15:42:38 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A34043D95; Mon, 3 Jul 2006 15:42:26 +0000 (GMT) (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 k63FgQti002308; Mon, 3 Jul 2006 15:42:26 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63FgQTh002307; Mon, 3 Jul 2006 15:42:26 GMT (envelope-from shaun) Message-Id: <200607031542.k63FgQTh002307@repoman.freebsd.org> From: Shaun Amott Date: Mon, 3 Jul 2006 15:42:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/mutt Makefile ports/japanese/mutt/files patch-imap_browse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 15:42:38 -0000 shaun 2006-07-03 15:42:26 UTC FreeBSD ports repository Modified files: japanese/mutt Makefile Added files: japanese/mutt/files patch-imap_browse.c Log: - Add fix for recent IMAP buffer overflow vulnerability. PR: ports/99700 Submitted by: shaun (me) Approved by: SHIOZAKI Takehiko (maintainer), ahze (mentor) Security: VuXML d2a43243-087b-11db-bc36-0008743bf21a Revision Changes Path 1.37 +1 -1 ports/japanese/mutt/Makefile 1.1 +27 -0 ports/japanese/mutt/files/patch-imap_browse.c (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 3 15:43:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 804CF16A412; Mon, 3 Jul 2006 15:43:04 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F3ED43DA3; Mon, 3 Jul 2006 15:42:51 +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 k63FgpC8002339; Mon, 3 Jul 2006 15:42:51 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63Fgphi002338; Mon, 3 Jul 2006 15:42:51 GMT (envelope-from blackend) Message-Id: <200607031542.k63Fgphi002338@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 3 Jul 2006 15:42:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/fr about.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, 03 Jul 2006 15:43:04 -0000 blackend 2006-07-03 15:42:51 UTC FreeBSD doc repository Modified files: fr about.sgml Log: Typo. Found by: hq@ Revision Changes Path 1.4 +2 -2 www/fr/about.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 3 15:44:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C92216A412; Mon, 3 Jul 2006 15:44:08 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2ED243D45; Mon, 3 Jul 2006 15:44:07 +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 k63Fi7P7002465; Mon, 3 Jul 2006 15:44:07 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63Fi7iX002464; Mon, 3 Jul 2006 15:44:07 GMT (envelope-from blackend) Message-Id: <200607031544.k63Fi7iX002464@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 3 Jul 2006 15:44:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/fr index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 15:44:08 -0000 blackend 2006-07-03 15:44:07 UTC FreeBSD doc repository Modified files: fr index.xsl Log: Typo. Found by: hq@ Revision Changes Path 1.31 +3 -3 www/fr/index.xsl From owner-cvs-all@FreeBSD.ORG Mon Jul 3 15:44:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0886816A407; Mon, 3 Jul 2006 15:44:30 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1FC143D77; Mon, 3 Jul 2006 15:44:27 +0000 (GMT) (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 k63FiR5W002515; Mon, 3 Jul 2006 15:44:27 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63FiR3j002514; Mon, 3 Jul 2006 15:44:27 GMT (envelope-from shaun) Message-Id: <200607031544.k63FiR3j002514@repoman.freebsd.org> From: Shaun Amott Date: Mon, 3 Jul 2006 15:44: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/japanese/mutt-devel Makefile ports/japanese/mutt-devel/files patch-imap_browse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 15:44:30 -0000 shaun 2006-07-03 15:44:27 UTC FreeBSD ports repository Modified files: japanese/mutt-devel Makefile Added files: japanese/mutt-devel/files patch-imap_browse.c Log: - Add fix for recent IMAP buffer overflow vulnerability. PR: ports/99698 Submitted by: shaun (me) Approved by: SHIOZAKI Takehiko (maintainer), ahze (mentor) Security: VuXML d2a43243-087b-11db-bc36-0008743bf21a Revision Changes Path 1.60 +1 -1 ports/japanese/mutt-devel/Makefile 1.1 +27 -0 ports/japanese/mutt-devel/files/patch-imap_browse.c (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 3 16:11:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B26F16A415; Mon, 3 Jul 2006 16:11:51 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A7A0447B1; Mon, 3 Jul 2006 16:11:50 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63GBo6F005377; Mon, 3 Jul 2006 16:11:50 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63GBo2O005376; Mon, 3 Jul 2006 16:11:50 GMT (envelope-from itetcu) Message-Id: <200607031611.k63GBo2O005376@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Mon, 3 Jul 2006 16:11:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/kports 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: Mon, 03 Jul 2006 16:11:51 -0000 itetcu 2006-07-03 16:11:50 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/kports Makefile distinfo pkg-descr pkg-message pkg-plist Log: KPorts is KDE-Frontend to the FreeBSD-Ports and in future also to the OpenBsd-Ports, PkgSrc and maybe others. You can browse and search through your Portstree and perform actions like Upgrades, Installs, Uninstall a.s.o. More advanced features like setting Options and Vulnerability checking are also available. For a complete list, check the Homepage or the Changelog. Functionality is KPorts' main goal, not simplification by reducing options; however KPorts should be rather easy to use. WWW: http://kports.sf.net PR: ports/99653 Submitted by: Hannes Hauswedell Revision Changes Path 1.801 +1 -0 ports/sysutils/Makefile 1.1 +42 -0 ports/sysutils/kports/Makefile (new) 1.1 +3 -0 ports/sysutils/kports/distinfo (new) 1.1 +10 -0 ports/sysutils/kports/pkg-descr (new) 1.1 +13 -0 ports/sysutils/kports/pkg-message (new) 1.1 +12 -0 ports/sysutils/kports/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 3 16:12:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5B1016A4AB; Mon, 3 Jul 2006 16:12:26 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B03D44920; Mon, 3 Jul 2006 16:12:25 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63GCPZK005428; Mon, 3 Jul 2006 16:12:25 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63GCPpI005427; Mon, 3 Jul 2006 16:12:25 GMT (envelope-from itetcu) Message-Id: <200607031612.k63GCPpI005427@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Mon, 3 Jul 2006 16:12:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 16:12:26 -0000 itetcu 2006-07-03 16:12:25 UTC FreeBSD ports repository Modified files: . modules Log: kports --> ports/sysutils/kports Revision Changes Path 1.15493 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 3 16: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53AD016A416; Mon, 3 Jul 2006 16:17:47 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBF2A44774; Mon, 3 Jul 2006 16:17:46 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63GHkGG005683; Mon, 3 Jul 2006 16:17:46 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63GHkTa005682; Mon, 3 Jul 2006 16:17:46 GMT (envelope-from stefan) Message-Id: <200607031617.k63GHkTa005682@repoman.freebsd.org> From: Stefan Walter Date: Mon, 3 Jul 2006 16:17:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/mesagl Makefile distinfo pkg-plist ports/graphics/mesagl/files patch-aa patch-si-glu::libnurbs::interface::Makefile.in patch-si-glu::libnurbs::internals::Makefile.in patch-si-glu::libtess::memalloc.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, 03 Jul 2006 16:17:47 -0000 stefan 2006-07-03 16:17:46 UTC FreeBSD ports repository Modified files: graphics/mesagl Makefile distinfo pkg-plist graphics/mesagl/files patch-aa patch-si-glu::libnurbs::interface::Makefile.in patch-si-glu::libnurbs::internals::Makefile.in Removed files: graphics/mesagl/files patch-si-glu::libtess::memalloc.h Log: - Update to 5.0.2. - Slightly adjust CONFLICTS. - IGNORE only when PACKAGE_BUILDING. PR: 94036 Submitted by: Pedro F. Giffuni Approved by: arved (mentor) Revision Changes Path 1.71 +3 -4 ports/graphics/mesagl/Makefile 1.25 +6 -6 ports/graphics/mesagl/distinfo 1.24 +8 -11 ports/graphics/mesagl/files/patch-aa 1.4 +8 -11 ports/graphics/mesagl/files/patch-si-glu::libnurbs::interface::Makefile.in 1.4 +8 -11 ports/graphics/mesagl/files/patch-si-glu::libnurbs::internals::Makefile.in 1.4 +0 -14 ports/graphics/mesagl/files/patch-si-glu::libtess::memalloc.h (dead) 1.23 +3 -3 ports/graphics/mesagl/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 16:19:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90A1716A47C; Mon, 3 Jul 2006 16:19:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 400D944774; Mon, 3 Jul 2006 16:19:13 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63GJDm8005796; Mon, 3 Jul 2006 16:19:13 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63GJDfw005795; Mon, 3 Jul 2006 16:19:13 GMT (envelope-from mat) Message-Id: <200607031619.k63GJDfw005795@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 3 Jul 2006 16:19: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-Spreadsheet-WriteExcel-FromXML Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 16:19:13 -0000 mat 2006-07-03 16:19:13 UTC FreeBSD ports repository Modified files: textproc/p5-Spreadsheet-WriteExcel-FromXML Makefile distinfo Log: Update to 1.1 Revision Changes Path 1.4 +1 -1 ports/textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile 1.3 +3 -3 ports/textproc/p5-Spreadsheet-WriteExcel-FromXML/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 16: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CB0816A494; Mon, 3 Jul 2006 16:24:21 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B55F944708; Mon, 3 Jul 2006 16:03:58 +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 k63G3wnP004874; Mon, 3 Jul 2006 16:03:58 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63G3w3A004873; Mon, 3 Jul 2006 16:03:58 GMT (envelope-from blackend) Message-Id: <200607031603.k63G3w3A004873@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 3 Jul 2006 16:03:58 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/fr logo.sgml www/fr/community webresources.sgml www/fr/copyright trademarks.sgml www/fr/docs man.sgml www/fr/gnome includes.navgnome.sgml includes.navgnome.xsl index.xsl www/fr/projects/busdma index.sgml www/fr/security security.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 16:24:21 -0000 blackend 2006-07-03 16:03:58 UTC FreeBSD doc repository Modified files: fr logo.sgml fr/community webresources.sgml fr/copyright trademarks.sgml fr/docs man.sgml fr/gnome includes.navgnome.sgml includes.navgnome.xsl index.xsl fr/projects/busdma index.sgml fr/security security.sgml fr/snapshots index.sgml Log: MFen: fr/logo.sgml: 1.3 --> 1.4 fr/community/webresources.sgml: 1.2 --> 1.3 fr/copyright/trademarks.sgml: 1.13 --> 1.17 fr/docs/man.sgml: 1.5 --> 1.7 fr/gnome/includes.navgnome.sgml: 1.2 --> 1.3 fr/gnome/includes.navgnome.xsl: 1.5 --> 1.6 fr/gnome/index.xsl: 1.86 --> 1.87 fr/projects/busdma/index.sgml: 1.132 --> 1.134 fr/security/security.sgml: 1.182 --> 1.185 fr/snapshots/index.sgml: 1.16 --> 1.18 Submitted by: Antoine Brodin Revision Changes Path 1.3 +3 -3 www/fr/community/webresources.sgml 1.7 +12 -3 www/fr/copyright/trademarks.sgml 1.4 +4 -2 www/fr/docs/man.sgml 1.2 +5 -5 www/fr/gnome/includes.navgnome.sgml 1.3 +4 -4 www/fr/gnome/includes.navgnome.xsl 1.6 +4 -4 www/fr/gnome/index.xsl 1.3 +3 -3 www/fr/logo.sgml 1.7 +13 -13 www/fr/projects/busdma/index.sgml 1.6 +20 -6 www/fr/security/security.sgml 1.4 +6 -7 www/fr/snapshots/index.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 3 16:25:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 993CA16A4CA; Mon, 3 Jul 2006 16:25:15 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15AE144059; Mon, 3 Jul 2006 15:53:47 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63Frkp1003048; Mon, 3 Jul 2006 15:53:46 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63FrkBZ003047; Mon, 3 Jul 2006 15:53:46 GMT (envelope-from vanilla) Message-Id: <200607031553.k63FrkBZ003047@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 3 Jul 2006 15:53:46 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/zh_TW.Big5/books/fdp-primer/tools chapter.sgml doc/zh_TW.Big5/books/handbook/cutting-edge chapter.sgml doc/zh_TW.Big5/books/handbook/firewalls chapter.sgml doc/zh_TW.Big5/books/handbook/l10n chapter.sgml doc/zh_TW.Big5/books/handbook/mirrors chapter.sgml doc/zh_TW.Big5/books/handbook/multimedia chapter.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 16:25:15 -0000 vanilla 2006-07-03 15:53:46 UTC FreeBSD doc repository Modified files: zh_TW.Big5/books/fdp-primer/tools chapter.sgml zh_TW.Big5/books/handbook/cutting-edge chapter.sgml zh_TW.Big5/books/handbook/firewalls chapter.sgml zh_TW.Big5/books/handbook/l10n chapter.sgml zh_TW.Big5/books/handbook/mirrors chapter.sgml zh_TW.Big5/books/handbook/multimedia chapter.sgml zh_TW.Big5/books/handbook/ports chapter.sgml Log: Merge from chinsan's repo. That's my 81th doc commit. PR: docs/99748 Submitted by: chinsan.tw_at_gmail.com Revision Changes Path 1.3 +5 -5 doc/zh_TW.Big5/books/fdp-primer/tools/chapter.sgml 1.3 +52 -177 doc/zh_TW.Big5/books/handbook/cutting-edge/chapter.sgml 1.4 +53 -69 doc/zh_TW.Big5/books/handbook/firewalls/chapter.sgml 1.4 +31 -64 doc/zh_TW.Big5/books/handbook/l10n/chapter.sgml 1.5 +61 -45 doc/zh_TW.Big5/books/handbook/mirrors/chapter.sgml 1.5 +9 -14 doc/zh_TW.Big5/books/handbook/multimedia/chapter.sgml 1.5 +49 -70 doc/zh_TW.Big5/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 3 16:58:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7516616A53F; Mon, 3 Jul 2006 16:58:01 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E26344ACA; Mon, 3 Jul 2006 16:29:43 +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 k63GTh8k006817; Mon, 3 Jul 2006 16:29:43 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63GTh8T006816; Mon, 3 Jul 2006 16:29:43 GMT (envelope-from flz) Message-Id: <200607031629.k63GTh8T006816@repoman.freebsd.org> From: Florent Thoumie Date: Mon, 3 Jul 2006 16:29:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/openbsm 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, 03 Jul 2006 16:58:01 -0000 flz 2006-07-03 16:29:42 UTC FreeBSD ports repository Modified files: security/openbsm Makefile distinfo pkg-plist Log: - Update to 1.0-alpha7. - Fix packing list when auditon(2) doesn't exist. Revision Changes Path 1.2 +15 -6 ports/security/openbsm/Makefile 1.2 +3 -3 ports/security/openbsm/distinfo 1.2 +0 -2 ports/security/openbsm/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 16: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E416016A523; Mon, 3 Jul 2006 16:58:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81D16448D5; Mon, 3 Jul 2006 16:26:27 +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 k63GQRGi006422; Mon, 3 Jul 2006 16:26:27 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63GQRpu006421; Mon, 3 Jul 2006 16:26:27 GMT (envelope-from miwi) Message-Id: <200607031626.k63GQRpu006421@repoman.freebsd.org> From: Martin Wilke Date: Mon, 3 Jul 2006 16:26: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/dokuwiki-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: Mon, 03 Jul 2006 16:58:38 -0000 miwi 2006-07-03 16:26:27 UTC FreeBSD ports repository Modified files: www/dokuwiki-devel Makefile distinfo pkg-plist Log: - Dokuwiki-devel has been added (which is a development version). - Recopied from www/dokuwiki PR: ports/98778 Submitted by: chinsan Approved by: markus (co mentor) Revision Changes Path 1.25 +19 -7 ports/www/dokuwiki-devel/Makefile 1.13 +3 -3 ports/www/dokuwiki-devel/distinfo 1.4 +280 -170 ports/www/dokuwiki-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 17:17:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7978E16A47C; Mon, 3 Jul 2006 17:17:23 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3BFC456E9; Mon, 3 Jul 2006 17:17:22 +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 k63HHMMi019390; Mon, 3 Jul 2006 17:17:22 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63HHM0Q019389; Mon, 3 Jul 2006 17:17:22 GMT (envelope-from itetcu) Message-Id: <200607031717.k63HHM0Q019389@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Mon, 3 Jul 2006 17:17:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/musepack Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 17:17:23 -0000 itetcu 2006-07-03 17:17:22 UTC FreeBSD ports repository Modified files: audio/musepack Makefile Log: Portlint PR: ports/99141 Submitted by: Alexander Botero-Lowry Approved by: maintainer (private, delayed email) Revision Changes Path 1.7 +1 -1 ports/audio/musepack/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 17:24:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2F7E16A403; Mon, 3 Jul 2006 17:24:38 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5233545500; Mon, 3 Jul 2006 17:24:38 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63HOcQY019762; Mon, 3 Jul 2006 17:24:38 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63HOc9t019761; Mon, 3 Jul 2006 17:24:38 GMT (envelope-from itetcu) Message-Id: <200607031724.k63HOc9t019761@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Mon, 3 Jul 2006 17:24: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/spiralsynthmodular Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 17:24:38 -0000 itetcu 2006-07-03 17:24:38 UTC FreeBSD ports repository Modified files: audio/spiralsynthmodular Makefile Log: portlint PR: ports/99151 Submitted by: Alexander Botero-Lowry Approved by: maintainer timeout Revision Changes Path 1.7 +1 -1 ports/audio/spiralsynthmodular/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 17:25:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4497016A40F; Mon, 3 Jul 2006 17:25:16 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7F1845500; Mon, 3 Jul 2006 17:25:15 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63HPFE9019852; Mon, 3 Jul 2006 17:25:15 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63HPFEY019851; Mon, 3 Jul 2006 17:25:15 GMT (envelope-from mnag) Message-Id: <200607031725.k63HPFEY019851@repoman.freebsd.org> From: Marcus Alves Grando Date: Mon, 3 Jul 2006 17:25: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/postfix-current 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, 03 Jul 2006 17:25:16 -0000 mnag 2006-07-03 17:25:15 UTC FreeBSD ports repository Modified files: mail/postfix-current Makefile distinfo pkg-plist Log: - Update to 2.3-RC3 (Milter support) Revision Changes Path 1.175 +2 -2 ports/mail/postfix-current/Makefile 1.116 +3 -3 ports/mail/postfix-current/distinfo 1.51 +2 -0 ports/mail/postfix-current/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 17:29:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A085B16A412; Mon, 3 Jul 2006 17:29:33 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73414456FC; Mon, 3 Jul 2006 17:29:27 +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 k63HTRUL020047; Mon, 3 Jul 2006 17:29:27 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63HTRhG020046; Mon, 3 Jul 2006 17:29:27 GMT (envelope-from itetcu) Message-Id: <200607031729.k63HTRhG020046@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Mon, 3 Jul 2006 17:29:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/tuneradio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 17:29:33 -0000 itetcu 2006-07-03 17:29:27 UTC FreeBSD ports repository Modified files: audio/tuneradio Makefile Log: portlint PR: ports/99152 Submitted by: Alexander Botero-Lowry Approved by: maintainer timeout Revision Changes Path 1.3 +1 -1 ports/audio/tuneradio/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 17:31:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A32116A82A; Mon, 3 Jul 2006 17:31:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2E1C44AC6; Mon, 3 Jul 2006 16:29:39 +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 k63GTdO4006770; Mon, 3 Jul 2006 16:29:39 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63GTdBn006769; Mon, 3 Jul 2006 16:29:39 GMT (envelope-from miwi) Message-Id: <200607031629.k63GTdBn006769@repoman.freebsd.org> From: Martin Wilke Date: Mon, 3 Jul 2006 16:29:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 17:31:12 -0000 miwi 2006-07-03 16:29:39 UTC FreeBSD ports repository Modified files: www Makefile Log: - Add dokuwiki-devel Approved by: markus (co mentor) Revision Changes Path 1.1482 +1 -0 ports/www/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 17:31:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B299216A840; Mon, 3 Jul 2006 17:31:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED09A44C69; Mon, 3 Jul 2006 16:33:27 +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 k63GXR8L007252; Mon, 3 Jul 2006 16:33:27 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63GXRvr007251; Mon, 3 Jul 2006 16:33:27 GMT (envelope-from miwi) Message-Id: <200607031633.k63GXRvr007251@repoman.freebsd.org> From: Martin Wilke Date: Mon, 3 Jul 2006 16:33:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 17:31:12 -0000 miwi 2006-07-03 16:33:27 UTC FreeBSD ports repository Modified files: . modules Log: dokuwiki-devel --> ports/www/dokuwiki-devel Approved by: markus (co mentor) Revision Changes Path 1.15494 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 3 17:31:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D82CC16A5EF; Mon, 3 Jul 2006 17:31:47 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D91943D81; Mon, 3 Jul 2006 17:31:04 +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 k63HV3E0020189; Mon, 3 Jul 2006 17:31:03 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63HV3vT020188; Mon, 3 Jul 2006 17:31:03 GMT (envelope-from garga) Message-Id: <200607031731.k63HV3vT020188@repoman.freebsd.org> From: Renato Botelho Date: Mon, 3 Jul 2006 17:31:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/jabber-pyicq Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 17:31:48 -0000 garga 2006-07-03 17:31:03 UTC FreeBSD ports repository Modified files: net-im/jabber-pyicq Makefile distinfo Log: Update to 0.7b Revision Changes Path 1.14 +1 -2 ports/net-im/jabber-pyicq/Makefile 1.5 +3 -3 ports/net-im/jabber-pyicq/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 18:39:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C825216A40F; Mon, 3 Jul 2006 18:39:51 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A19443D70; Mon, 3 Jul 2006 18:39:51 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63IdoUg024079; Mon, 3 Jul 2006 18:39:50 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63IdoZm024078; Mon, 3 Jul 2006 18:39:50 GMT (envelope-from mezz) Message-Id: <200607031839.k63IdoZm024078@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 3 Jul 2006 18:39: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-wm/fluxbox-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: Mon, 03 Jul 2006 18:39:51 -0000 mezz 2006-07-03 18:39:50 UTC FreeBSD ports repository Modified files: x11-wm/fluxbox-devel Makefile distinfo pkg-plist Log: Update to 1.0rc2. Revision Changes Path 1.56 +1 -1 ports/x11-wm/fluxbox-devel/Makefile 1.39 +3 -3 ports/x11-wm/fluxbox-devel/distinfo 1.25 +2 -0 ports/x11-wm/fluxbox-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 19:13:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D4B116A407; Mon, 3 Jul 2006 19:13:55 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ACFE43D45; Mon, 3 Jul 2006 19:13:55 +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 k63JDt4j027220; Mon, 3 Jul 2006 19:13:55 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63JDsxL027219; Mon, 3 Jul 2006 19:13:54 GMT (envelope-from marcus) Message-Id: <200607031913.k63JDsxL027219@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 3 Jul 2006 19:13: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/net/avahi Makefile distinfo ports/net/avahi/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 19:13:55 -0000 marcus 2006-07-03 19:13:54 UTC FreeBSD ports repository Modified files: net/avahi Makefile distinfo net/avahi/files patch-configure Log: Update to 0.6.11. Revision Changes Path 1.30 +4 -3 ports/net/avahi/Makefile 1.8 +3 -3 ports/net/avahi/distinfo 1.4 +9 -9 ports/net/avahi/files/patch-configure From owner-cvs-all@FreeBSD.ORG Mon Jul 3 19:48:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2619216A407; Mon, 3 Jul 2006 19:48:16 +0000 (UTC) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C80E24499A; Mon, 3 Jul 2006 19:48:15 +0000 (GMT) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63JmFxe030239; Mon, 3 Jul 2006 19:48:15 GMT (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63JmFVL030238; Mon, 3 Jul 2006 19:48:15 GMT (envelope-from seanc) Message-Id: <200607031948.k63JmFVL030238@repoman.freebsd.org> From: Sean Chittenden Date: Mon, 3 Jul 2006 19:48:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/tla Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 19:48:16 -0000 seanc 2006-07-03 19:48:15 UTC FreeBSD ports repository Modified files: devel/tla Makefile distinfo Log: Update tla to 1.3.4. PR: ports/96469 Submitted by: Radim Kolar Revision Changes Path 1.14 +2 -3 ports/devel/tla/Makefile 1.8 +3 -3 ports/devel/tla/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 20:02:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4299716A50A; Mon, 3 Jul 2006 20:02:07 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5E6C43D48; Mon, 3 Jul 2006 20:02:06 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63K26G8030851; Mon, 3 Jul 2006 20:02:06 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63K26U3030850; Mon, 3 Jul 2006 20:02:06 GMT (envelope-from csjp) Message-Id: <200607032002.k63K26U3030850@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Mon, 3 Jul 2006 20:02: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/net bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 20:02:07 -0000 csjp 2006-07-03 20:02:06 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: Adjust descriptor locking to tell the kqueue subsystem that our descriptor is already locked. The reason to do this is to avoid two lock+unlock operations in a row. We need the lock here to serialize access to bd_pid for stats collection purposes. Drop the locks all together on detach, as they will be picked up by knlist_remove. This should fix a failed locking assertion when kqueue is being used with bpf descriptors. Discussed with: jmg Revision Changes Path 1.169 +1 -3 src/sys/net/bpf.c From owner-cvs-all@FreeBSD.ORG Mon Jul 3 20:11:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8CF716A403; Mon, 3 Jul 2006 20:11:00 +0000 (UTC) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E50043D7B; Mon, 3 Jul 2006 20:10:59 +0000 (GMT) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63KAxxQ032414; Mon, 3 Jul 2006 20:10:59 GMT (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63KAx9S032413; Mon, 3 Jul 2006 20:10:59 GMT (envelope-from seanc) Message-Id: <200607032010.k63KAx9S032413@repoman.freebsd.org> From: Sean Chittenden Date: Mon, 3 Jul 2006 20:10: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/databases/memcached Makefile ports/databases/memcached/files patch-memcached.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 20:11:00 -0000 seanc 2006-07-03 20:10:58 UTC FreeBSD ports repository Modified files: databases/memcached Makefile Added files: databases/memcached/files patch-memcached.c Log: Apply performance patch to memcached to reduce latency when a response is being sent over two packets. http://citrin.ru/stuff/memcached/read.png http://citrin.ru/stuff/memcached/write.png Also fix a libevent versioning type-o, I'm not aware of 1.2.1 having been released. :) Bump port version. PR: ports/94997 Submitted by: Anton Yuzhaninov Revision Changes Path 1.16 +2 -2 ports/databases/memcached/Makefile 1.4 +12 -0 ports/databases/memcached/files/patch-memcached.c (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 3 20:32:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1478D16A403; Mon, 3 Jul 2006 20:32:11 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 948BA43D5A; Mon, 3 Jul 2006 20:32:10 +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 k63KWAvC033046; Mon, 3 Jul 2006 20:32:10 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63KWA7H033045; Mon, 3 Jul 2006 20:32:10 GMT (envelope-from sat) Message-Id: <200607032032.k63KWA7H033045@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 3 Jul 2006 20:32: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/xpi-gbrain Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 20:32:11 -0000 sat 2006-07-03 20:32:10 UTC FreeBSD ports repository Modified files: www/xpi-gbrain Makefile distinfo Log: - Update to 0.5.1 Revision Changes Path 1.2 +1 -1 ports/www/xpi-gbrain/Makefile 1.2 +3 -3 ports/www/xpi-gbrain/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 20:34:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48B2816A600; Mon, 3 Jul 2006 20:34:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA23443D53; Mon, 3 Jul 2006 20:34:20 +0000 (GMT) (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 k63KYKLv033239; Mon, 3 Jul 2006 20:34:20 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63KYK59033238; Mon, 3 Jul 2006 20:34:20 GMT (envelope-from linimon) Message-Id: <200607032034.k63KYK59033238@repoman.freebsd.org> From: Mark Linimon Date: Mon, 3 Jul 2006 20:34: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-p2p/amule1 Makefile ports/net-p2p/amule2 Makefile ports/net-p2p/amule2/files amuled.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, 03 Jul 2006 20:34:21 -0000 linimon 2006-07-03 20:34:20 UTC FreeBSD ports repository Modified files: net-p2p/amule1 Makefile net-p2p/amule2 Makefile net-p2p/amule2/files amuled.sh.in Log: Previous maintainer asked to resign. PR: ports/99753 Revision Changes Path 1.20 +1 -1 ports/net-p2p/amule1/Makefile 1.10 +1 -1 ports/net-p2p/amule2/Makefile 1.2 +0 -1 ports/net-p2p/amule2/files/amuled.sh.in From owner-cvs-all@FreeBSD.ORG Mon Jul 3 21: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9058116A403; Mon, 3 Jul 2006 21:08:28 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4415B449DD; Mon, 3 Jul 2006 21:08:28 +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 k63L8SVd043955; Mon, 3 Jul 2006 21:08:28 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63L8Sv0043954; Mon, 3 Jul 2006 21:08:28 GMT (envelope-from itetcu) Message-Id: <200607032108.k63L8Sv0043954@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Mon, 3 Jul 2006 21:08:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 21:08:28 -0000 itetcu 2006-07-03 21:08:28 UTC FreeBSD ports repository Modified files: . modules Log: kovpn --> ports/security/kovpn Revision Changes Path 1.15495 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 3 21:18:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E63216A47B; Mon, 3 Jul 2006 21:18:14 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9E9A449E7; Mon, 3 Jul 2006 21:18:10 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63LIAVe044416; Mon, 3 Jul 2006 21:18:10 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63LIACh044415; Mon, 3 Jul 2006 21:18:10 GMT (envelope-from gerald) Message-Id: <200607032118.k63LIACh044415@repoman.freebsd.org> From: Gerald Pfeifer Date: Mon, 3 Jul 2006 21:18: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/lang/gcc42 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, 03 Jul 2006 21:18:14 -0000 gerald 2006-07-03 21:18:10 UTC FreeBSD ports repository Modified files: lang/gcc42 Makefile distinfo pkg-plist Log: Update to the 20060701 snapshot of GCC 4.2.0. bootstrap-lean is back, which means quite a bit less disk space used when building this port. Also, Java comes with new applications gappletviewer42, gjarsigner42, and gkeytool42 and a new libgcj-tools-4.2.0.jar. Revision Changes Path 1.272 +2 -2 ports/lang/gcc42/Makefile 1.163 +18 -18 ports/lang/gcc42/distinfo 1.87 +5 -1 ports/lang/gcc42/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 21:25:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5F4D16A56D; Mon, 3 Jul 2006 21:25:09 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77BC6442E1; Mon, 3 Jul 2006 20:56:49 +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 k63KunCx041972; Mon, 3 Jul 2006 20:56:49 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63Kun5f041971; Mon, 3 Jul 2006 20:56:49 GMT (envelope-from mjacob) Message-Id: <200607032056.k63Kun5f041971@repoman.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2006 20:56: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/dev/isp isp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 21:25:10 -0000 mjacob 2006-07-03 20:56:49 UTC FreeBSD src repository Modified files: sys/dev/isp isp.c Log: What the heck - make the last (most recent) 2200 f/w also do Hard Loop acquisition. Revision Changes Path 1.121 +6 -2 src/sys/dev/isp/isp.c From owner-cvs-all@FreeBSD.ORG Mon Jul 3 21:40:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E733416A50A; Mon, 3 Jul 2006 21:40:32 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 535AC449AD; Mon, 3 Jul 2006 21:08:02 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63L82Ap043905; Mon, 3 Jul 2006 21:08:02 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63L82wJ043904; Mon, 3 Jul 2006 21:08:02 GMT (envelope-from itetcu) Message-Id: <200607032108.k63L82wJ043904@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Mon, 3 Jul 2006 21:08:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/kovpn Makefile distinfo pkg-descr pkg-plist ports/security/kovpn/files README patch-src-openvpnmanager.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: Mon, 03 Jul 2006 21:40:33 -0000 itetcu 2006-07-03 21:08:02 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/kovpn Makefile distinfo pkg-descr pkg-plist security/kovpn/files README patch-src-openvpnmanager.cpp Log: Kovpn is a really simple OpenVPN GUI for everyday use. It is a client only GUI, meaning that you cannot administrate an OpenVPN server with it (Look for kvpnc if you want such a program). You can use it to connect and disconnect without needing to open a console. You can also input username and/or password that might be needed. In Short: It can do everything an end-user want's for his everyday work with OpenVPN. WWW: http://www.enlighter.de/ --Anderson S. Ferreira PR: ports/95709 Submitted by: anderson@cnpm.embrapa.br Revision Changes Path 1.785 +1 -0 ports/security/Makefile 1.1 +35 -0 ports/security/kovpn/Makefile (new) 1.1 +3 -0 ports/security/kovpn/distinfo (new) 1.1 +39 -0 ports/security/kovpn/files/README (new) 1.1 +11 -0 ports/security/kovpn/files/patch-src-openvpnmanager.cpp (new) 1.1 +11 -0 ports/security/kovpn/pkg-descr (new) 1.1 +23 -0 ports/security/kovpn/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 3 22:01:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09D3316A50A; Mon, 3 Jul 2006 22:01:59 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D419743D83; Mon, 3 Jul 2006 22:01:41 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63M1fgh046102; Mon, 3 Jul 2006 22:01:41 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63M1f5h046101; Mon, 3 Jul 2006 22:01:41 GMT (envelope-from alepulver) Message-Id: <200607032201.k63M1f5h046101@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 3 Jul 2006 22:01: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/galaxyhack Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 22:01:59 -0000 alepulver 2006-07-03 22:01:41 UTC FreeBSD ports repository Modified files: games/galaxyhack Makefile distinfo Log: - Update to version 1.67. Revision Changes Path 1.11 +1 -1 ports/games/galaxyhack/Makefile 1.6 +3 -3 ports/games/galaxyhack/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 22:05:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1727416A47E; Mon, 3 Jul 2006 22:05:39 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C390943D58; Mon, 3 Jul 2006 22:05:38 +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 k63M5cCw047474; Mon, 3 Jul 2006 22:05:38 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63M5cWl047473; Mon, 3 Jul 2006 22:05:38 GMT (envelope-from jkim) Message-Id: <200607032205.k63M5cWl047473@repoman.freebsd.org> From: Jung-uk Kim Date: Mon, 3 Jul 2006 22:05: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/sbin/dhclient dhclient.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 22:05:39 -0000 jkim 2006-07-03 22:05:38 UTC FreeBSD src repository Modified files: sbin/dhclient dhclient.c Log: Send client identifier unconditionally. My ancient D-Link router response with NACK if I don't set it. Setting 'option dhcp-client-identifier' is alternative but it is inconvenient because I have to keep the list of all MAC addresses. As bin/94743 pointed out, it is always sent from Windows clients and I found Mac OS X does the same. OK'd by: brooks Revision Changes Path 1.16 +0 -4 src/sbin/dhclient/dhclient.c From owner-cvs-all@FreeBSD.ORG Mon Jul 3 22:10:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F53F16A4C8; Mon, 3 Jul 2006 22:10:23 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 788F344726; Mon, 3 Jul 2006 16:04:11 +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 k63G4Bh9004935; Mon, 3 Jul 2006 16:04:11 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63G4BOY004934; Mon, 3 Jul 2006 16:04:11 GMT (envelope-from arved) Message-Id: <200607031604.k63G4BOY004934@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 3 Jul 2006 16: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: ports/sysutils/k3b Makefile distinfo pkg-plist ports/sysutils/k3b/files patch-libk3b-core-k3bglobals.h patch-libk3bdevice-k3bdevice.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, 03 Jul 2006 22:10:23 -0000 arved 2006-07-03 16:04:11 UTC FreeBSD ports repository Modified files: sysutils/k3b Makefile distinfo pkg-plist Removed files: sysutils/k3b/files patch-libk3b-core-k3bglobals.h patch-libk3bdevice-k3bdevice.h Log: Update to 0.12.16 PR: 99710 Submitted by: Heiner Eichmann Revision Changes Path 1.37 +1 -1 ports/sysutils/k3b/Makefile 1.21 +3 -3 ports/sysutils/k3b/distinfo 1.2 +0 -13 ports/sysutils/k3b/files/patch-libk3b-core-k3bglobals.h (dead) 1.2 +0 -10 ports/sysutils/k3b/files/patch-libk3bdevice-k3bdevice.h (dead) 1.12 +6 -6 ports/sysutils/k3b/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 3 22:14:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6894B16A535; Mon, 3 Jul 2006 22:14:17 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0471843F7F; Mon, 3 Jul 2006 22:13:49 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63MDm2q047791; Mon, 3 Jul 2006 22:13:48 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63MDmPC047790; Mon, 3 Jul 2006 22:13:48 GMT (envelope-from hq) Message-Id: <200607032213.k63MDmPC047790@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 3 Jul 2006 22:13: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/lang/linux-j Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 22:14:17 -0000 hq 2006-07-03 22:13:48 UTC FreeBSD ports repository Modified files: lang/linux-j Makefile Log: - Better set CONFLICTS: all Java 1.5 JDKs install ${PREFIX}/bin/jconsole just like this port. - Forbid dependency on any Java 1.5 JDK (this should unbreak build on pointyhat) - Some portlint'ing while I am there Reported by: pointyhat via linimon Revision Changes Path 1.15 +4 -3 ports/lang/linux-j/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 22:21:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C03B716A4C9; Mon, 3 Jul 2006 22:21:15 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F39E143E16; Mon, 3 Jul 2006 15:51:30 +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 k63FpUHt002852; Mon, 3 Jul 2006 15:51:30 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63FpUqY002847; Mon, 3 Jul 2006 15:51:30 GMT (envelope-from mich) Message-Id: <200607031551.k63FpUqY002847@repoman.freebsd.org> From: Michael Landin Hostbaek Date: Mon, 3 Jul 2006 15:51: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 UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 22:21:15 -0000 mich 2006-07-03 15:51:29 UTC FreeBSD ports repository Modified files: . UPDATING Log: - add note about amarok and missing port options Revision Changes Path 1.355 +10 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Mon Jul 3 22:22:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7CC216A412; Mon, 3 Jul 2006 22:22:39 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE28543D4C; Mon, 3 Jul 2006 22:22:10 +0000 (GMT) (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 k63MM9he048196; Mon, 3 Jul 2006 22:22:09 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63MM9uZ048195; Mon, 3 Jul 2006 22:22:09 GMT (envelope-from linimon) Message-Id: <200607032222.k63MM9uZ048195@repoman.freebsd.org> From: Mark Linimon Date: Mon, 3 Jul 2006 22: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/biology/xdrawchem Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 22:22:40 -0000 linimon 2006-07-03 22:22:09 UTC FreeBSD ports repository Modified files: biology/xdrawchem Makefile Log: Mark as BROKEN on sparc64 due to internal compiler error. Revision Changes Path 1.31 +7 -1 ports/biology/xdrawchem/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 22:54:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70D1B16A4DF; Mon, 3 Jul 2006 22:54:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C93B43D73; Mon, 3 Jul 2006 22:54:57 +0000 (GMT) (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 k63MsvH5049555; Mon, 3 Jul 2006 22:54:57 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63Msugp049554; Mon, 3 Jul 2006 22:54:56 GMT (envelope-from linimon) Message-Id: <200607032254.k63Msugp049554@repoman.freebsd.org> From: Mark Linimon Date: Mon, 3 Jul 2006 22:54:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/snortreport Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 22:54:57 -0000 linimon 2006-07-03 22:54:56 UTC FreeBSD ports repository Modified files: security/snortreport Makefile Log: Mark as BROKEN due to dependency on multiple PHP versions. Also, reset maintainer due to mbox overflow. Revision Changes Path 1.4 +3 -1 ports/security/snortreport/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 3 23:14:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AAF216A4DF; Mon, 3 Jul 2006 23:14:30 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D06AF43D45; Mon, 3 Jul 2006 23:14: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 k63NETaO051630; Mon, 3 Jul 2006 23:14:29 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63NETLI051629; Mon, 3 Jul 2006 23:14:29 GMT (envelope-from rwatson) Message-Id: <200607032314.k63NETLI051629@repoman.freebsd.org> From: Robert Watson Date: Mon, 3 Jul 2006 23:14:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet ip_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 23:14:30 -0000 rwatson 2006-07-03 23:14:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_output.c Log: In ip_ctloutput(), check for a NULL inpcb pointer before dereferencing, as this can occur with TCP if protocol-layer socket options are set or queried after the connection has closed. There are still races associated with ip_ctloutput() and connection close with TCP, corrected in HEAD via a more comprehensive set of changes, but this fixes the trivial panic reported on several occasions. This is a RELENG_6_1 and RELENG_6_0 errata branch candidate. PR: 97095 Tested by: Stanislaw Halik MFC after: 3 days Revision Changes Path 1.242.2.10 +3 -0 src/sys/netinet/ip_output.c From owner-cvs-all@FreeBSD.ORG Mon Jul 3 23:29:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05A6016A4DA; Mon, 3 Jul 2006 23:29:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA9E243D45; Mon, 3 Jul 2006 23:29:16 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63NTGYK052305; Mon, 3 Jul 2006 23:29:16 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63NTGaV052304; Mon, 3 Jul 2006 23:29:16 GMT (envelope-from edwin) Message-Id: <200607032329.k63NTGaV052304@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 3 Jul 2006 23:29:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/smm++ Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 23:29:17 -0000 edwin 2006-07-03 23:29:16 UTC FreeBSD ports repository Modified files: net/smm++ Makefile distinfo Log: Update to 6.1.1 Fix dependency on libitk. Revision Changes Path 1.11 +7 -4 ports/net/smm++/Makefile 1.6 +3 -3 ports/net/smm++/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 3 23: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B977716A4E0; Mon, 3 Jul 2006 23:40:58 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B4E243D55; Mon, 3 Jul 2006 23:40:58 +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 k63NewqW054014; Mon, 3 Jul 2006 23:40:58 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63NewqE054013; Mon, 3 Jul 2006 23:40:58 GMT (envelope-from jkim) Message-Id: <200607032340.k63NewqE054013@repoman.freebsd.org> From: Jung-uk Kim Date: Mon, 3 Jul 2006 23:40: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/atkbdc atkbdc_isa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 23:40:58 -0000 jkim 2006-07-03 23:40:58 UTC FreeBSD src repository Modified files: sys/dev/atkbdc atkbdc_isa.c Log: Make sure command/data port (0x60) and status port (0x64) are in correct order. Some brain-damaged ACPI BIOS has reversed resources. Revision Changes Path 1.36 +10 -4 src/sys/dev/atkbdc/atkbdc_isa.c From owner-cvs-all@FreeBSD.ORG Mon Jul 3 23:47:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 213C416A4DA; Mon, 3 Jul 2006 23:47:59 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 269AF43D45; Mon, 3 Jul 2006 23:47:45 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k63NlGH1054373; Mon, 3 Jul 2006 23:47:16 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63NlGt2054372; Mon, 3 Jul 2006 23:47:16 GMT (envelope-from maho) Message-Id: <200607032347.k63NlGt2054372@repoman.freebsd.org> From: Maho Nakata Date: Mon, 3 Jul 2006 23:47:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/ooo-build Makefile distinfo ports/editors/ooo-build/files ooo-build-patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 23:47:59 -0000 maho 2006-07-03 23:47:16 UTC FreeBSD ports repository Modified files: editors/ooo-build Makefile distinfo editors/ooo-build/files ooo-build-patch Log: Update to 2.0.3 and unbreak Revision Changes Path 1.14 +4 -7 ports/editors/ooo-build/Makefile 1.9 +6 -6 ports/editors/ooo-build/distinfo 1.8 +64 -69 ports/editors/ooo-build/files/ooo-build-patch From owner-cvs-all@FreeBSD.ORG Mon Jul 3 23:52:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2E3516A4F1; Mon, 3 Jul 2006 23:52:39 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49C7443DFB; Mon, 3 Jul 2006 23:51:47 +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 k63NpNZ5054599; Mon, 3 Jul 2006 23:51:23 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k63NpNpq054598; Mon, 3 Jul 2006 23:51:23 GMT (envelope-from edwin) Message-Id: <200607032351.k63NpNpq054598@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 3 Jul 2006 23:51:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/penguintv-devel Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 23:52:40 -0000 edwin 2006-07-03 23:51:23 UTC FreeBSD ports repository Modified files: net/penguintv-devel Makefile pkg-plist Log: Remove %gconf.xml from the pkg-plist, since it sometimes seems, and sometimes doesn't seem to get installed and I can't figure out when or why. The building cluster says it doesn't exist, therefor it gets removed. Revision Changes Path 1.11 +1 -0 ports/net/penguintv-devel/Makefile 1.9 +4 -3 ports/net/penguintv-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 4 00:16:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A91AA16A4E5; Tue, 4 Jul 2006 00:16:32 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62A0F43D4C; Tue, 4 Jul 2006 00:16:32 +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 k640GW6Q056761; Tue, 4 Jul 2006 00:16:32 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k640GWHY056760; Tue, 4 Jul 2006 00:16:32 GMT (envelope-from ehaupt) Message-Id: <200607040016.k640GWHY056760@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 4 Jul 2006 00:16: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/irc/solid-ircd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 00:16:32 -0000 ehaupt 2006-07-04 00:16:32 UTC FreeBSD ports repository Modified files: irc/solid-ircd Makefile distinfo Log: - Update to 3.4.8 - Update maintainers address PR: 99709 Submitted by: Michael Josic (maintainer) Revision Changes Path 1.4 +4 -5 ports/irc/solid-ircd/Makefile 1.4 +3 -3 ports/irc/solid-ircd/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 4 00:23:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93BDD16A4DA; Tue, 4 Jul 2006 00:23:52 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5811F43D46; Tue, 4 Jul 2006 00:23:52 +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 k640NqsZ058299; Tue, 4 Jul 2006 00:23:52 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k640NqCk058298; Tue, 4 Jul 2006 00:23:52 GMT (envelope-from ehaupt) Message-Id: <200607040023.k640NqCk058298@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 4 Jul 2006 00:23: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/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: Tue, 04 Jul 2006 00:23:52 -0000 ehaupt 2006-07-04 00:23:52 UTC FreeBSD ports repository Modified files: math/mathomatic Makefile distinfo Log: Update to 12.5.19 Revision Changes Path 1.15 +1 -1 ports/math/mathomatic/Makefile 1.14 +3 -3 ports/math/mathomatic/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 4 00:48:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 744F116A4DE; Tue, 4 Jul 2006 00:48:40 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02FB543D53; Tue, 4 Jul 2006 00:48:40 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k640mdqD067041; Tue, 4 Jul 2006 00:48:39 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k640mdio067038; Tue, 4 Jul 2006 00:48:39 GMT (envelope-from lioux) Message-Id: <200607040048.k640mdio067038@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 4 Jul 2006 00:48: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 UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 00:48:40 -0000 lioux 2006-07-04 00:48:39 UTC FreeBSD ports repository Modified files: . UPDATING Log: Fix portupgrade database location: /var/pkg/pkgdb.db -> /var/db/pkg/pkgdb.db Revision Changes Path 1.356 +2 -2 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Tue Jul 4 00:48:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 770CB16A4DF; Tue, 4 Jul 2006 00:48:40 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0293343D4C; Tue, 4 Jul 2006 00:48:40 +0000 (GMT) (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 k640mdrh067040; Tue, 4 Jul 2006 00:48:39 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k640mdh8067039; Tue, 4 Jul 2006 00:48:39 GMT (envelope-from linimon) Message-Id: <200607040048.k640mdh8067039@repoman.freebsd.org> From: Mark Linimon Date: Tue, 4 Jul 2006 00:48: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/emulators/mednafen Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 00:48:40 -0000 linimon 2006-07-04 00:48:39 UTC FreeBSD ports repository Modified files: emulators/mednafen Makefile Log: Mark BROKEN on sparc64 due to internal compiler error. I don't know if this has been reported to the gcc developers yet. Revision Changes Path 1.2 +4 -0 ports/emulators/mednafen/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 4 00:50:26 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51D7E16A4DE for ; Tue, 4 Jul 2006 00:50:26 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBD9743D97 for ; Tue, 4 Jul 2006 00:50:05 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1815004uge for ; Mon, 03 Jul 2006 17:50:04 -0700 (PDT) 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=tTbPf+tMov53vb4F7/0EA8/Reqy/aRQD9GLSKVZ9hqAZFgT72q3nAWOrkmMG2RdXyWsRpVTl/NU4QYzGtHcOQMsxGfFLuoofEtwleXqMj3IIwFLReiS6vAJfo3IOKbXPsmmkYpgnvxAPKx5SBHCfizC+I+XyHyk0yHhHg6EB4PE= Received: by 10.67.101.10 with SMTP id d10mr6326314ugm; Mon, 03 Jul 2006 17:50:04 -0700 (PDT) Received: by 10.67.105.8 with HTTP; Mon, 3 Jul 2006 17:50:04 -0700 (PDT) Message-ID: Date: Mon, 3 Jul 2006 20:50:04 -0400 From: "Scott Ullrich" To: "Max Laier" In-Reply-To: <200606271416.29255.max@love2party.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200605141422.k4EEMnmC056704@repoman.freebsd.org> <20060627015411.B30917@mp2.macomnet.net> <200606271416.29255.max@love2party.net> Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, dsh@vlink.ru, Maxim Konovalov , Bruce M Simpson Subject: Re: cvs commit: src/sys/netinet in.h ip_output.c ip_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 00:50:26 -0000 On 6/27/06, Max Laier wrote: > See attached, for a possible fix. Untested, so be careful. Unfortunately this patch does not help. I was able to get a trace prior to the patch if that would help: http://www.pfsense.com/~sullrich/panics/pfsync_panic_freebsd_7.txt Scott From owner-cvs-all@FreeBSD.ORG Tue Jul 4 00: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4857A16A4E0; Tue, 4 Jul 2006 00:56:28 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C2BF43D45; Tue, 4 Jul 2006 00:56:28 +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 k640uR5Q067439; Tue, 4 Jul 2006 00:56:27 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k640uRH7067438; Tue, 4 Jul 2006 00:56:27 GMT (envelope-from ehaupt) Message-Id: <200607040056.k640uRH7067438@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 4 Jul 2006 00:56:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Text-vCard Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 00:56:28 -0000 ehaupt 2006-07-04 00:56:27 UTC FreeBSD ports repository Modified files: textproc/p5-Text-vCard Makefile distinfo Log: Update to 1.97 Revision Changes Path 1.3 +1 -2 ports/textproc/p5-Text-vCard/Makefile 1.2 +3 -3 ports/textproc/p5-Text-vCard/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 4 00: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26E6716A4DD; Tue, 4 Jul 2006 00:58:03 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E313E43D45; Tue, 4 Jul 2006 00:58:02 +0000 (GMT) (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 k640w2BE067522; Tue, 4 Jul 2006 00:58:02 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k640w2Aa067521; Tue, 4 Jul 2006 00:58:02 GMT (envelope-from linimon) Message-Id: <200607040058.k640w2Aa067521@repoman.freebsd.org> From: Mark Linimon Date: Tue, 4 Jul 2006 00: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: ports/net/py-libdnet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 00:58:03 -0000 linimon 2006-07-04 00:58:02 UTC FreeBSD ports repository Modified files: net/py-libdnet Makefile Log: Mark as not for ia64: causes internal gcc compiler error. Revision Changes Path 1.2 +3 -0 ports/net/py-libdnet/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 4 01: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A53B16A4DF; Tue, 4 Jul 2006 01:23:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFC0543D58; Tue, 4 Jul 2006 01:23:50 +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 k641Nogt069823; Tue, 4 Jul 2006 01:23:50 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k641NoQD069822; Tue, 4 Jul 2006 01:23:50 GMT (envelope-from ehaupt) Message-Id: <200607040123.k641NoQD069822@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 4 Jul 2006 01:23: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 Makefile ports/sysutils/p5-Dir-Purge 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, 04 Jul 2006 01:23:51 -0000 ehaupt 2006-07-04 01:23:50 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/p5-Dir-Purge Makefile distinfo pkg-descr pkg-plist Log: Add p5-Dir-Purge, purge directories to a given number of files. Revision Changes Path 1.802 +1 -0 ports/sysutils/Makefile 1.1 +22 -0 ports/sysutils/p5-Dir-Purge/Makefile (new) 1.1 +3 -0 ports/sysutils/p5-Dir-Purge/distinfo (new) 1.1 +5 -0 ports/sysutils/p5-Dir-Purge/pkg-descr (new) 1.1 +5 -0 ports/sysutils/p5-Dir-Purge/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 4 01: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4866716A4F5; Tue, 4 Jul 2006 01:23:59 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12DED43D46; Tue, 4 Jul 2006 01:23:59 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k641NwX9069867; Tue, 4 Jul 2006 01:23:58 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k641NwuI069866; Tue, 4 Jul 2006 01:23:58 GMT (envelope-from ehaupt) Message-Id: <200607040123.k641NwuI069866@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 4 Jul 2006 01:23: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, 04 Jul 2006 01:23:59 -0000 ehaupt 2006-07-04 01:23:58 UTC FreeBSD ports repository Modified files: . modules Log: p5-Dir-Purge --> ports/sysutils/p5-Dir-Purge Revision Changes Path 1.15496 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 4 01:49:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 937E016A4DA; Tue, 4 Jul 2006 01:49:05 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5793243D55; Tue, 4 Jul 2006 01:49:04 +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 k641n4a2070908; Tue, 4 Jul 2006 01:49:04 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k641n43P070907; Tue, 4 Jul 2006 01:49:04 GMT (envelope-from rafan) Message-Id: <200607040149.k641n43P070907@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 4 Jul 2006 01:49:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/boxtools Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 01:49:05 -0000 rafan 2006-07-04 01:49:04 UTC FreeBSD ports repository Modified files: x11-wm/boxtools Makefile distinfo Log: - Update to 0.70.1 PR: 99654 Submitted by: chinsan Approved by: maintainer, delphij (mentor, implicit) Revision Changes Path 1.7 +1 -1 ports/x11-wm/boxtools/Makefile 1.5 +3 -3 ports/x11-wm/boxtools/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 4 02:01:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7944216A4DA; Tue, 4 Jul 2006 02:01:49 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4250343D46; Tue, 4 Jul 2006 02:01:49 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6421nPP071592; Tue, 4 Jul 2006 02:01:49 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6421ngm071591; Tue, 4 Jul 2006 02:01:49 GMT (envelope-from brooks) Message-Id: <200607040201.k6421ngm071591@repoman.freebsd.org> From: Brooks Davis Date: Tue, 4 Jul 2006 02:01: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 MAINTAINERS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 02:01:49 -0000 brooks 2006-07-04 02:01:49 UTC FreeBSD src repository Modified files: . MAINTAINERS Log: Remove dhcp entries. They have been incorrect since the import from OpenBSD. Revision Changes Path 1.137 +0 -3 src/MAINTAINERS From owner-cvs-all@FreeBSD.ORG Tue Jul 4 02:02:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6498A16A4DE; Tue, 4 Jul 2006 02:02:48 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 319DF43D55; Tue, 4 Jul 2006 02:02:48 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6422mTs071745; Tue, 4 Jul 2006 02:02:48 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6422mZb071744; Tue, 4 Jul 2006 02:02:48 GMT (envelope-from brooks) Message-Id: <200607040202.k6422mZb071744@repoman.freebsd.org> From: Brooks Davis Date: Tue, 4 Jul 2006 02:02:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src MAINTAINERS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 02:02:48 -0000 brooks 2006-07-04 02:02:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . MAINTAINERS Log: MFC: removal of dhcp entries Revision Changes Path 1.121.2.1 +0 -3 src/MAINTAINERS From owner-cvs-all@FreeBSD.ORG Tue Jul 4 03:09:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D3FA16A4DA; Tue, 4 Jul 2006 03:09:37 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F72043D5A; Tue, 4 Jul 2006 03:09:36 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6439aXs076902; Tue, 4 Jul 2006 03:09:36 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6439apM076901; Tue, 4 Jul 2006 03:09:36 GMT (envelope-from mnag) Message-Id: <200607040309.k6439apM076901@repoman.freebsd.org> From: Marcus Alves Grando Date: Tue, 4 Jul 2006 03:09: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/postfix-current Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 03:09:37 -0000 mnag 2006-07-04 03:09:36 UTC FreeBSD ports repository Modified files: mail/postfix-current Makefile distinfo Log: - Update to 2.3-RC4 Revision Changes Path 1.176 +1 -1 ports/mail/postfix-current/Makefile 1.117 +3 -3 ports/mail/postfix-current/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 4 03: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4BD816A4DE; Tue, 4 Jul 2006 03:16:16 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E9CA43D46; Tue, 4 Jul 2006 03:16:16 +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 k643GGTA077236; Tue, 4 Jul 2006 03:16:16 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k643GGVe077235; Tue, 4 Jul 2006 03:16:16 GMT (envelope-from leeym) Message-Id: <200607040316.k643GGVe077235@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 4 Jul 2006 03: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/devel/p5-Acme-MetaSyntactic Makefile Makefile.man distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 03:16:16 -0000 leeym 2006-07-04 03:16:16 UTC FreeBSD ports repository Modified files: devel/p5-Acme-MetaSyntactic Makefile Makefile.man distinfo pkg-plist Log: - update to 0.81 Revision Changes Path 1.11 +1 -1 ports/devel/p5-Acme-MetaSyntactic/Makefile 1.10 +2 -1 ports/devel/p5-Acme-MetaSyntactic/Makefile.man 1.11 +3 -3 ports/devel/p5-Acme-MetaSyntactic/distinfo 1.10 +1 -0 ports/devel/p5-Acme-MetaSyntactic/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 4 03:18:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 595D016A4E8; Tue, 4 Jul 2006 03:18:54 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A412043D60; Tue, 4 Jul 2006 03:18: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 k643IqPQ077405; Tue, 4 Jul 2006 03:18:52 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k643Iqss077404; Tue, 4 Jul 2006 03:18:52 GMT (envelope-from clsung) Message-Id: <200607040318.k643Iqss077404@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 4 Jul 2006 03:18: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/audio/py-musicbrainz Makefile ports/audio/py-musicbrainz/files patch-musicbrainz.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 03:18:54 -0000 clsung 2006-07-04 03:18:52 UTC FreeBSD ports repository Modified files: audio/py-musicbrainz Makefile Removed files: audio/py-musicbrainz/files patch-musicbrainz.py Log: - Update audio/py-musicbrainz to version 2.1.3 and update MASTER_SITES. Changelog can be found here: http://blog.musicbrainz.org/archives/2006/07/libmusicbrainz_3.html PR: 99760 Submitted by: maintainer (Jason E. Hale) Revision Changes Path 1.12 +3 -3 ports/audio/py-musicbrainz/Makefile 1.4 +0 -19 ports/audio/py-musicbrainz/files/patch-musicbrainz.py (dead) From owner-cvs-all@FreeBSD.ORG Tue Jul 4 03: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCDF316A4DE; Tue, 4 Jul 2006 03:19:51 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B0EE43D49; Tue, 4 Jul 2006 03:19:51 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k643Jps7077465; Tue, 4 Jul 2006 03:19:51 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k643JpaS077464; Tue, 4 Jul 2006 03:19:51 GMT (envelope-from clsung) Message-Id: <200607040319.k643JpaS077464@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 4 Jul 2006 03: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/audio/libmusicbrainz Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 03:19:51 -0000 clsung 2006-07-04 03:19:51 UTC FreeBSD ports repository Modified files: audio/libmusicbrainz Makefile distinfo Log: - Update audio/libmusicbrainz to version 2.1.3 and update MASTER_SITES. Changelog can be found here: http://blog.musicbrainz.org/archives/2006/07/libmusicbrainz_3.html PR: ports/99759 Submitted by: maintainer (Jason E. Hale) Revision Changes Path 1.29 +3 -4 ports/audio/libmusicbrainz/Makefile 1.14 +3 -3 ports/audio/libmusicbrainz/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 4 03:29:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 471FF16A4DA; Tue, 4 Jul 2006 03:29:32 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1598743D46; Tue, 4 Jul 2006 03:29:32 +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 k643TVDj078035; Tue, 4 Jul 2006 03:29:31 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k643TVwB078034; Tue, 4 Jul 2006 03:29:31 GMT (envelope-from grog) Message-Id: <200607040329.k643TVwB078034@repoman.freebsd.org> From: Greg Lehey Date: Tue, 4 Jul 2006 03:29:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 03:29:32 -0000 grog 2006-07-04 03:29:31 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Update dillon's mail address. Revision Changes Path 1.182 +1 -1 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-all@FreeBSD.ORG Tue Jul 4 03:43:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7158816A4DE; Tue, 4 Jul 2006 03:43:17 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFFA443D55; Tue, 4 Jul 2006 03:43: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 k643hGA9078689; Tue, 4 Jul 2006 03:43:16 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k643hG28078688; Tue, 4 Jul 2006 03:43:16 GMT (envelope-from rafan) Message-Id: <200607040343.k643hG28078688@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 4 Jul 2006 03:43:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/biology/mopac Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 03:43:17 -0000 rafan 2006-07-04 03:43:16 UTC FreeBSD ports repository Modified files: biology/mopac Makefile Log: - Use the correct MASTER_SITE_SUBDIR, make it fetchable PR: 99757 Submitted by: Jin-Shan Tseng Approved by: delphij (mentor, implicit) Revision Changes Path 1.19 +1 -1 ports/biology/mopac/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 4 03:59:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 063D716A4DA; Tue, 4 Jul 2006 03:59:43 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C760643D46; Tue, 4 Jul 2006 03:59:42 +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 k643xgZm079431; Tue, 4 Jul 2006 03:59:42 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k643xg99079426; Tue, 4 Jul 2006 03:59:42 GMT (envelope-from rafan) Message-Id: <200607040359.k643xg99079426@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 4 Jul 2006 03:59:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/x11vnc 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, 04 Jul 2006 03:59:43 -0000 rafan 2006-07-04 03:59:42 UTC FreeBSD ports repository Modified files: net/x11vnc Makefile distinfo pkg-plist Log: - Update to 0.8.1 - Change maintainer's email PR: 99756 Submitted by: maintainer Approved by: delphij (mentor, implicit) Revision Changes Path 1.5 +2 -2 ports/net/x11vnc/Makefile 1.4 +3 -3 ports/net/x11vnc/distinfo 1.2 +9 -2 ports/net/x11vnc/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 4 04:55:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DD4516A4E1; Tue, 4 Jul 2006 04:55:49 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2346543D49; Tue, 4 Jul 2006 04:55:49 +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 k644tmse090582; Tue, 4 Jul 2006 04:55:49 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k644tmeU090581; Tue, 4 Jul 2006 04:55:48 GMT (envelope-from sat) Message-Id: <200607040455.k644tmeU090581@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 4 Jul 2006 04:55: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/linux-firefox-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: Tue, 04 Jul 2006 04:55:49 -0000 sat 2006-07-04 04:55:48 UTC FreeBSD ports repository Modified files: www/linux-firefox-devel Makefile distinfo pkg-plist Log: - Update to latest snapshot Reported by: linimon Revision Changes Path 1.4 +1 -1 ports/www/linux-firefox-devel/Makefile 1.3 +3 -3 ports/www/linux-firefox-devel/distinfo 1.3 +6 -4 ports/www/linux-firefox-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 4 04: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61A4416A4DA; Tue, 4 Jul 2006 04:59:22 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3215143D45; Tue, 4 Jul 2006 04:59:22 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k644xMR6090860; Tue, 4 Jul 2006 04:59:22 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k644xMIE090859; Tue, 4 Jul 2006 04:59:22 GMT (envelope-from maho) Message-Id: <200607040459.k644xMIE090859@repoman.freebsd.org> From: Maho Nakata Date: Tue, 4 Jul 2006 04: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/math Makefile ports/math/UFsparse Makefile distinfo pkg-descr pkg-plist ports/math/UFsparse/files patch-CHOLMOD+Lib+Makefile patch-KLU+Demo+Makefile patch-KLU+Lib+Makefile patch-KLU+User+Makefile patch-UFconfig+UFconfig.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 04:59:22 -0000 maho 2006-07-04 04:59:22 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/UFsparse Makefile distinfo pkg-descr pkg-plist math/UFsparse/files patch-CHOLMOD+Lib+Makefile patch-KLU+Demo+Makefile patch-KLU+Lib+Makefile patch-KLU+User+Makefile patch-UFconfig+UFconfig.mk Log: Add UFsparse. UFsparse is a collection of libraries for sparse matrices. Revision Changes Path 1.403 +1 -0 ports/math/Makefile 1.1 +55 -0 ports/math/UFsparse/Makefile (new) 1.1 +3 -0 ports/math/UFsparse/distinfo (new) 1.1 +11 -0 ports/math/UFsparse/files/patch-CHOLMOD+Lib+Makefile (new) 1.1 +11 -0 ports/math/UFsparse/files/patch-KLU+Demo+Makefile (new) 1.1 +11 -0 ports/math/UFsparse/files/patch-KLU+Lib+Makefile (new) 1.1 +11 -0 ports/math/UFsparse/files/patch-KLU+User+Makefile (new) 1.1 +46 -0 ports/math/UFsparse/files/patch-UFconfig+UFconfig.mk (new) 1.1 +15 -0 ports/math/UFsparse/pkg-descr (new) 1.1 +68 -0 ports/math/UFsparse/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 4 04:59:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC3BF16A4EB; Tue, 4 Jul 2006 04:59:42 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A340743D46; Tue, 4 Jul 2006 04:59:42 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k644xg0D090914; Tue, 4 Jul 2006 04:59:42 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k644xgGq090913; Tue, 4 Jul 2006 04:59:42 GMT (envelope-from maho) Message-Id: <200607040459.k644xgGq090913@repoman.freebsd.org> From: Maho Nakata Date: Tue, 4 Jul 2006 04:59: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: Tue, 04 Jul 2006 04:59:43 -0000 maho 2006-07-04 04:59:42 UTC FreeBSD ports repository Modified files: . modules Log: UFsparse --> ports/math/UFsparse Revision Changes Path 1.15497 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 4 05:09:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A7B616A4DA; Tue, 4 Jul 2006 05:09:11 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B56843D45; Tue, 4 Jul 2006 05:09:11 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6459BIG092579; Tue, 4 Jul 2006 05:09:11 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6459BbQ092578; Tue, 4 Jul 2006 05:09:11 GMT (envelope-from sat) Message-Id: <200607040509.k6459BbQ092578@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 4 Jul 2006 05:09: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/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: Tue, 04 Jul 2006 05:09:11 -0000 sat 2006-07-04 05:09:10 UTC FreeBSD ports repository Modified files: www/linux-seamonkey-devel Makefile distinfo pkg-plist Log: - Update to latest snapshot Revision Changes Path 1.3 +1 -1 ports/www/linux-seamonkey-devel/Makefile 1.2 +3 -3 ports/www/linux-seamonkey-devel/distinfo 1.2 +9 -6 ports/www/linux-seamonkey-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 4 05: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C22916A4DE; Tue, 4 Jul 2006 05:17:47 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B0D343D58; Tue, 4 Jul 2006 05:17:47 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k645Hlp4092964; Tue, 4 Jul 2006 05:17:47 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k645HldM092963; Tue, 4 Jul 2006 05:17:47 GMT (envelope-from sat) Message-Id: <200607040517.k645HldM092963@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 4 Jul 2006 05:17:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xpi-joga Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 05:17:47 -0000 sat 2006-07-04 05:17:47 UTC FreeBSD ports repository Modified files: www/xpi-joga Makefile distinfo Log: - Update to 1.4 Revision Changes Path 1.3 +2 -1 ports/www/xpi-joga/Makefile 1.3 +3 -3 ports/www/xpi-joga/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 4 05:28:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0815716A4DD; Tue, 4 Jul 2006 05:28:14 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 867C043D45; Tue, 4 Jul 2006 05:28:13 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k645SDAj093380; Tue, 4 Jul 2006 05:28:13 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k645SDTG093379; Tue, 4 Jul 2006 05:28:13 GMT (envelope-from sat) Message-Id: <200607040528.k645SDTG093379@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 4 Jul 2006 05:28:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xpi-cutemenus-crystalsvg Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 05:28:14 -0000 sat 2006-07-04 05:28:13 UTC FreeBSD ports repository Modified files: www/xpi-cutemenus-crystalsvg Makefile distinfo Log: - Update to 1.2 Revision Changes Path 1.4 +1 -1 ports/www/xpi-cutemenus-crystalsvg/Makefile 1.4 +3 -3 ports/www/xpi-cutemenus-crystalsvg/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 4 05: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF37C16A4DF; Tue, 4 Jul 2006 05:37:40 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F19D43D45; Tue, 4 Jul 2006 05:37:40 +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 k645beGd093805; Tue, 4 Jul 2006 05:37:40 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k645beZH093804; Tue, 4 Jul 2006 05:37:40 GMT (envelope-from arved) Message-Id: <200607040537.k645beZH093804@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 4 Jul 2006 05:37:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/k3b/files patch-core-k3bglobals.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, 04 Jul 2006 05:37:41 -0000 arved 2006-07-04 05:37:40 UTC FreeBSD ports repository Added files: sysutils/k3b/files patch-core-k3bglobals.cpp Log: Add missing patchfile from last update Reported by: Jason E. Hale Pointyhat to: arved Revision Changes Path 1.1 +28 -0 ports/sysutils/k3b/files/patch-core-k3bglobals.cpp (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 4 05:42:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E593416A4DD; Tue, 4 Jul 2006 05:42:48 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85FA343D45; Tue, 4 Jul 2006 05:42:48 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 277E81765D; Tue, 4 Jul 2006 08:42:45 +0300 (EEST) Date: Tue, 4 Jul 2006 08:42:44 +0300 From: Ion-Mihai Tetcu To: Tilman Linneweh Message-ID: <20060704084244.234c82ee@it.buh.tecnik93.com> In-Reply-To: <200607040537.k645beZH093804@repoman.freebsd.org> References: <200607040537.k645beZH093804@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/k3b/files patch-core-k3bglobals.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, 04 Jul 2006 05:42:49 -0000 On Tue, 4 Jul 2006 05:37:40 +0000 (UTC) Tilman Linneweh wrote: > arved 2006-07-04 05:37:40 UTC > > FreeBSD ports repository > > Added files: > sysutils/k3b/files patch-core-k3bglobals.cpp > Log: > Add missing patchfile from last update Oh, so this is way it was failing :) Thanks. -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #4: static from nylon underwear From owner-cvs-all@FreeBSD.ORG Tue Jul 4 06:21:04 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1158D16A4DE; Tue, 4 Jul 2006 06:21:04 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EB7443D45; Tue, 4 Jul 2006 06:21:03 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost.int.ru [127.0.0.1] (may be forged)) by mp2.macomnet.net (8.13.7/8.13.3) with ESMTP id k646L0Z2038363; Tue, 4 Jul 2006 10:21:01 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Tue, 4 Jul 2006 10:21:00 +0400 (MSD) From: Maxim Konovalov To: Scott Ullrich In-Reply-To: Message-ID: <20060704101945.J761@mp2.macomnet.net> References: <200605141422.k4EEMnmC056704@repoman.freebsd.org> <20060627015411.B30917@mp2.macomnet.net> <200606271416.29255.max@love2party.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, dsh@vlink.ru, Max Laier , Bruce M Simpson Subject: Re: cvs commit: src/sys/netinet in.h ip_output.c ip_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 06:21:04 -0000 On Mon, 3 Jul 2006, 20:50-0400, Scott Ullrich wrote: > On 6/27/06, Max Laier wrote: > > See attached, for a possible fix. Untested, so be careful. > > Unfortunately this patch does not help. I was able to get a trace > prior to the patch if that would help: > http://www.pfsense.com/~sullrich/panics/pfsync_panic_freebsd_7.txt How to repeat? Btw allr, lockedvnods etc are not needed there. "bt full" is. -- Maxim Konovalov From owner-cvs-all@FreeBSD.ORG Tue Jul 4 06:32:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 172FD16A4E2; Tue, 4 Jul 2006 06:32:38 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85BA343D4C; Tue, 4 Jul 2006 06:32:37 +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 k646Wbmh002097; Tue, 4 Jul 2006 06:32:37 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k646WbNC002096; Tue, 4 Jul 2006 06:32:37 GMT (envelope-from osa) Message-Id: <200607040632.k646WbNC002096@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 4 Jul 2006 06: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: ports/www/nginx Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 06:32:38 -0000 osa 2006-07-04 06:32:37 UTC FreeBSD ports repository Modified files: www/nginx Makefile distinfo Log: Update to 0.3.52. Revision Changes Path 1.79 +1 -2 ports/www/nginx/Makefile 1.73 +3 -3 ports/www/nginx/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 4 06: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1CB716A4E5 for ; Tue, 4 Jul 2006 06:36:32 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 718C343D53 for ; Tue, 4 Jul 2006 06:36:31 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1878439uge for ; Mon, 03 Jul 2006 23:36:29 -0700 (PDT) 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=mhYRscZtVe2dYnkY2Zzo9gcR5xaAkGPpJNvHuk8fzcSinPB5BsygfhtM+A4e4qgSSXnYt+AGU0y56D2i50cL8isj47ttVArAwfahRmYZDYT+6KHj8lGDz0tB+asUx/DPFVacDv0srAATX4fN0O7PMqP9M1l8X45gzKvPsWd0JDc= Received: by 10.67.19.13 with SMTP id w13mr6469546ugi; Mon, 03 Jul 2006 23:36:29 -0700 (PDT) Received: by 10.67.105.8 with HTTP; Mon, 3 Jul 2006 23:36:29 -0700 (PDT) Message-ID: Date: Tue, 4 Jul 2006 02:36:29 -0400 From: "Scott Ullrich" To: "Maxim Konovalov" In-Reply-To: <20060704101945.J761@mp2.macomnet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200605141422.k4EEMnmC056704@repoman.freebsd.org> <20060627015411.B30917@mp2.macomnet.net> <200606271416.29255.max@love2party.net> <20060704101945.J761@mp2.macomnet.net> Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, dsh@vlink.ru, Max Laier , Bruce M Simpson Subject: Re: cvs commit: src/sys/netinet in.h ip_output.c ip_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 06:36:33 -0000 On 7/4/06, Maxim Konovalov wrote: > How to repeat? Btw allr, lockedvnods etc are not needed there. "bt > full" is. # ifconfig pfsync0 pfsync0: flags=0<> mtu 2020 syncpeer: 224.0.0.240 maxupd: 128 # ifconfig pfsync0 syncdev lo0 Fatal trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor write, page not present instruction pointer = 0x20:0xc0461d0e stack pointer = 0x28:0xc7640ad4 frame pointer = 0x28:0xc7640b10 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 66 (ifconfig) trap number = 12 I'll get a full trace in a bit, need to get the machine prepped again. Scott From owner-cvs-all@FreeBSD.ORG Tue Jul 4 07:21:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EECD216A4EA; Tue, 4 Jul 2006 07:21:43 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A317543D46; Tue, 4 Jul 2006 07:21:43 +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 k647LhLs005283; Tue, 4 Jul 2006 07:21:43 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k647LhX5005282; Tue, 4 Jul 2006 07:21:43 GMT (envelope-from bland) Message-Id: <200607040721.k647LhX5005282@repoman.freebsd.org> From: Alexander Nedotsukov Date: Tue, 4 Jul 2006 07:21: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/gconfmm26 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 07:21:44 -0000 bland 2006-07-04 07:21:43 UTC FreeBSD ports repository Modified files: devel/gconfmm26 Makefile distinfo Log: Update to 2.14.2 Revision Changes Path 1.20 +1 -1 ports/devel/gconfmm26/Makefile 1.9 +3 -3 ports/devel/gconfmm26/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 4 07:27:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F67716A4DA; Tue, 4 Jul 2006 07:27:27 +0000 (UTC) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEF4C43D53; Tue, 4 Jul 2006 07:27:26 +0000 (GMT) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k647RQQA005576; Tue, 4 Jul 2006 07:27:26 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k647RQuT005575; Tue, 4 Jul 2006 07:27:26 GMT (envelope-from matusita) Message-Id: <200607040727.k647RQuT005575@repoman.freebsd.org> From: Makoto Matsushita Date: Tue, 4 Jul 2006 07:27:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/skk-jisyo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 07:27:27 -0000 matusita 2006-07-04 07:27:26 UTC FreeBSD ports repository Modified files: japanese/skk-jisyo Makefile distinfo Log: Update dictionary files as of Jul/01/2006. As usual, only the Large size dictionary file is actually changed. Users of Small/Medium dictionaries users simply ignore this change. Bump PORTVERSION since the content is changed. Revision Changes Path 1.37 +1 -1 ports/japanese/skk-jisyo/Makefile 1.29 +9 -9 ports/japanese/skk-jisyo/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 4 07: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E32B616A4DD; Tue, 4 Jul 2006 07:50:51 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7344243D7B; Tue, 4 Jul 2006 07:50:40 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost.int.ru [127.0.0.1] (may be forged)) by mp2.macomnet.net (8.13.7/8.13.3) with ESMTP id k647oXem020345; Tue, 4 Jul 2006 11:50:34 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Tue, 4 Jul 2006 11:50:29 +0400 (MSD) From: Maxim Konovalov To: Scott Ullrich In-Reply-To: Message-ID: <20060704114414.E20044@mp2.macomnet.net> References: <200605141422.k4EEMnmC056704@repoman.freebsd.org> <20060627015411.B30917@mp2.macomnet.net> <200606271416.29255.max@love2party.net> <20060704101945.J761@mp2.macomnet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, dsh@vlink.ru, Max Laier , Bruce M Simpson Subject: Re: cvs commit: src/sys/netinet in.h ip_output.c ip_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 07:50:52 -0000 kOn Tue, 4 Jul 2006, 02:36-0400, Scott Ullrich wrote: > On 7/4/06, Maxim Konovalov wrote: > > How to repeat? Btw allr, lockedvnods etc are not needed there. "bt > > full" is. > > # ifconfig pfsync0 > pfsync0: flags=0<> mtu 2020 > syncpeer: 224.0.0.240 maxupd: 128 > # ifconfig pfsync0 syncdev lo0 > 0> > Fatal trap 12: page fault while in kernel mode [...] That's enough, thanks! It seems the same patch for if_pfsync.c solves the problem. The whole patch is: Index: netinet/ip_carp.c =================================================================== RCS file: /home/ncvs/src/sys/netinet/ip_carp.c,v retrieving revision 1.40 diff -u -p -r1.40 ip_carp.c --- netinet/ip_carp.c 2 Jun 2006 19:59:33 -0000 1.40 +++ netinet/ip_carp.c 4 Jul 2006 07:05:26 -0000 @@ -375,6 +375,10 @@ carp_clone_create(struct if_clone *ifc, #ifdef INET6 sc->sc_im6o.im6o_multicast_hlim = CARP_DFLTTL; #endif + sc->sc_imo.imo_membership = (struct in_multi **)malloc( + (sizeof(struct in_multi *) * IP_MIN_MEMBERSHIPS), M_CARP, + M_WAITOK); + sc->sc_imo.imo_max_memberships = IP_MIN_MEMBERSHIPS; callout_init(&sc->sc_ad_tmo, NET_CALLOUT_MPSAFE); callout_init(&sc->sc_md_tmo, NET_CALLOUT_MPSAFE); @@ -415,6 +419,7 @@ carp_clone_destroy(struct ifnet *ifp) bpfdetach(ifp); if_detach(ifp); if_free_type(ifp, IFT_ETHER); + free(sc->sc_imo.imo_membership, M_CARP); free(sc, M_CARP); } Index: contrib/pf/net/if_pfsync.c =================================================================== RCS file: /home/ncvs/src/sys/contrib/pf/net/if_pfsync.c,v retrieving revision 1.28 diff -u -p -r1.28 if_pfsync.c --- contrib/pf/net/if_pfsync.c 16 Jun 2006 10:25:06 -0000 1.28 +++ contrib/pf/net/if_pfsync.c 4 Jul 2006 07:46:29 -0000 @@ -200,6 +200,7 @@ pfsync_clone_destroy(struct ifnet *ifp) if_detach(ifp); if_free(ifp); LIST_REMOVE(sc, sc_next); + free(sc->sc_imo.imo_membership, M_PFSYNC); free(sc, M_PFSYNC); } @@ -227,6 +228,10 @@ pfsync_clone_create(struct if_clone *ifc sc->sc_sendaddr.s_addr = htonl(INADDR_PFSYNC_GROUP); sc->sc_ureq_received = 0; sc->sc_ureq_sent = 0; + sc->sc_imo.imo_membership =(struct in_multi **)malloc( + (sizeof(struct in_multi *) * IP_MIN_MEMBERSHIPS), M_PFSYNC, + M_WAITOK); + sc->sc_imo.imo_max_memberships = IP_MIN_MEMBERSHIPS; ifp = SCP2IFP(sc); if_initname(ifp, ifc->ifc_name, unit); %%% I never used carp(4) so I can't check it works. It would be nice to commit a diff below too: Index: contrib/pf/man/pfsync.4 =================================================================== RCS file: /home/ncvs/src/contrib/pf/man/pfsync.4,v retrieving revision 1.9 diff -u -p -r1.9 pfsync.4 --- contrib/pf/man/pfsync.4 6 Jun 2006 12:35:53 -0000 1.9 +++ contrib/pf/man/pfsync.4 4 Jul 2006 07:49:02 -0000 @@ -33,6 +33,7 @@ .Nm pfsync .Nd packet filter state table logging interface .Sh SYNOPSIS +.Cd "device pf" .Cd "device pfsync" .Sh DESCRIPTION The %%% -- Maxim Konovalov From owner-cvs-all@FreeBSD.ORG Tue Jul 4 07:52:11 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7A0916A4E1; Tue, 4 Jul 2006 07:52:11 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A54343D76; Tue, 4 Jul 2006 07:51:49 +0000 (GMT) (envelope-from max@love2party.net) Received: from [88.64.183.36] (helo=amd64.laiers.local) by mrelayeu.kundenserver.de (node=mrelayeu5) with ESMTP (Nemesis), id 0ML25U-1Fxfh62UNH-0004Gf; Tue, 04 Jul 2006 09:51:41 +0200 From: Max Laier Organization: FreeBSD To: "Scott Ullrich" Date: Tue, 4 Jul 2006 09:51:26 +0200 User-Agent: KMail/1.9.1 References: <200605141422.k4EEMnmC056704@repoman.freebsd.org> <200606271416.29255.max@love2party.net> In-Reply-To: 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="nextPart6209742.yVLhcD62Bb"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200607040951.39456.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de login:61c499deaeeba3ba5be80f48ecc83056 Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, dsh@vlink.ru, Maxim Konovalov , Bruce M Simpson Subject: Re: cvs commit: src/sys/netinet in.h ip_output.c ip_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 07:52:12 -0000 --nextPart6209742.yVLhcD62Bb Content-Type: multipart/mixed; boundary="Boundary-01=_G4hqEzGa+MsVv5Y" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_G4hqEzGa+MsVv5Y Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 04 July 2006 02:50, Scott Ullrich wrote: > On 6/27/06, Max Laier wrote: > > See attached, for a possible fix. Untested, so be careful. > > Unfortunately this patch does not help. I was able to get a trace > prior to the patch if that would help: > http://www.pfsense.com/~sullrich/panics/pfsync_panic_freebsd_7.txt Right, forgot about pfsync. Use this in addition. Again, only compile=20 tested. =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 --Boundary-01=_G4hqEzGa+MsVv5Y Content-Type: text/x-diff; charset="iso-8859-1"; name="if_pfsync.imo.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="if_pfsync.imo.diff" Index: if_pfsync.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /usr/store/mlaier/fcvs/src/sys/contrib/pf/net/if_pfsync.c,v retrieving revision 1.28 diff -u -r1.28 if_pfsync.c =2D-- if_pfsync.c 16 Jun 2006 10:25:06 -0000 1.28 +++ if_pfsync.c 4 Jul 2006 07:45:40 -0000 @@ -200,6 +200,7 @@ if_detach(ifp); if_free(ifp); LIST_REMOVE(sc, sc_next); + free(sc->sc_imo.imo_membership, M_PFSYNC); free(sc, M_PFSYNC); } =20 @@ -227,6 +228,10 @@ sc->sc_sendaddr.s_addr =3D htonl(INADDR_PFSYNC_GROUP); sc->sc_ureq_received =3D 0; sc->sc_ureq_sent =3D 0; + sc->sc_imo.imo_membership =3D (struct in_multi **)malloc( + (sizeof(struct in_multi *) * IP_MIN_MEMBERSHIPS), M_PFSYNC, + M_WAITOK); + sc->sc_imo.imo_max_memberships =3D IP_MIN_MEMBERSHIPS; =20 ifp =3D SCP2IFP(sc); if_initname(ifp, ifc->ifc_name, unit); --Boundary-01=_G4hqEzGa+MsVv5Y-- --nextPart6209742.yVLhcD62Bb Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEqh4LXyyEoT62BG0RAvlBAKCCF8H5EZxjB1S4zb+hi8yukCsfowCeLwjw o7dTkiSrTVHWiMo+36ZkBic= =PjCb -----END PGP SIGNATURE----- --nextPart6209742.yVLhcD62Bb-- From owner-cvs-all@FreeBSD.ORG Tue Jul 4 08:13:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50EE716A4DE; Tue, 4 Jul 2006 08:13:30 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1206F43D45; Tue, 4 Jul 2006 08:13:30 +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 k648DT76008834; Tue, 4 Jul 2006 08:13:29 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k648DTgo008833; Tue, 4 Jul 2006 08:13:29 GMT (envelope-from mich) Message-Id: <200607040813.k648DTgo008833@repoman.freebsd.org> From: Michael Landin Hostbaek Date: Tue, 4 Jul 2006 08:13:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/amarok Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 08:13:30 -0000 mich 2006-07-04 08:13:29 UTC FreeBSD ports repository Modified files: audio/amarok Makefile Log: - fix PLIST_SUB bug Revision Changes Path 1.48 +1 -1 ports/audio/amarok/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 4 08: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 334CC16A4DD; Tue, 4 Jul 2006 08:24:33 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6E2943D45; Tue, 4 Jul 2006 08:24:32 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k648OW70009270; Tue, 4 Jul 2006 08:24:32 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k648OWnb009267; Tue, 4 Jul 2006 08:24:32 GMT (envelope-from vanilla) Message-Id: <200607040824.k648OWnb009267@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 4 Jul 2006 08:24:32 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/sgml freebsd.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 08:24:33 -0000 vanilla 2006-07-04 08:24:32 UTC FreeBSD doc repository Modified files: share/sgml freebsd.ent Log: Update number of Ports Collections. (That's my 82th doc commit). PR: docs/99752 Submitted by: chinsan_tw@gmail_com. Revision Changes Path 1.86 +1 -1 doc/share/sgml/freebsd.ent From owner-cvs-all@FreeBSD.ORG Tue Jul 4 08: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C16E916A508; Tue, 4 Jul 2006 08:28:45 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7497143D45; Tue, 4 Jul 2006 08:28:45 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k648SjjK009466; Tue, 4 Jul 2006 08:28:45 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k648Sj3s009465; Tue, 4 Jul 2006 08:28:45 GMT (envelope-from vanilla) Message-Id: <200607040828.k648Sj3s009465@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 4 Jul 2006 08:28:45 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/zh_TW.Big5/books/fdp-primer book.sgml doc/zh_TW.Big5/books/fdp-primer/overview chapter.sgml doc/zh_TW.Big5/books/fdp-primer/tools chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 08:28:45 -0000 vanilla 2006-07-04 08:28:45 UTC FreeBSD doc repository Modified files: zh_TW.Big5/books/fdp-primer book.sgml zh_TW.Big5/books/fdp-primer/overview chapter.sgml zh_TW.Big5/books/fdp-primer/tools chapter.sgml Log: Merge from chinsan's repo. (That's my 83th doc commit). PR: docs/99751 Submitted by: chinsan.dot.tw@gmail.com Revision Changes Path 1.3 +34 -41 doc/zh_TW.Big5/books/fdp-primer/book.sgml 1.3 +31 -48 doc/zh_TW.Big5/books/fdp-primer/overview/chapter.sgml 1.4 +3 -5 doc/zh_TW.Big5/books/fdp-primer/tools/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 4 08:30:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A47516A4E7; Tue, 4 Jul 2006 08:30:05 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4079D43D4C; Tue, 4 Jul 2006 08:30:04 +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 k648U4Nf009543; Tue, 4 Jul 2006 08:30:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k648U4FQ009542; Tue, 4 Jul 2006 08:30:04 GMT (envelope-from pav) Message-Id: <200607040830.k648U4FQ009542@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 4 Jul 2006 08:30: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/py-4suite Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 08:30:05 -0000 pav 2006-07-04 08:30:03 UTC FreeBSD ports repository Modified files: textproc/py-4suite Makefile Log: - Limit this port to i386 where it is known to run properly PR: ports/94011 Submitted by: Mike Brown (maintainer) Revision Changes Path 1.20 +3 -0 ports/textproc/py-4suite/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 4 10:21:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 378EF16A4E9; Tue, 4 Jul 2006 10:21:21 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D11143D6B; Tue, 4 Jul 2006 10:21:20 +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 k64ALKMD024758; Tue, 4 Jul 2006 10:21:20 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64ALKmh024757; Tue, 4 Jul 2006 10:21:20 GMT (envelope-from lofi) Message-Id: <200607041021.k64ALKmh024757@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 4 Jul 2006 10:21: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/audio/ices0 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 10:21:21 -0000 lofi 2006-07-04 10:21:20 UTC FreeBSD ports repository Modified files: audio/ices0 Makefile Log: Sometimes, --with/without-foo doesn't scale very well. Revision Changes Path 1.8 +4 -4 ports/audio/ices0/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 4 10:29:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4942A16A4DF; Tue, 4 Jul 2006 10:29:31 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7234643D67; Tue, 4 Jul 2006 10:29: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 k64ATSTY025086; Tue, 4 Jul 2006 10:29:28 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64ATSgH025085; Tue, 4 Jul 2006 10:29:28 GMT (envelope-from lofi) Message-Id: <200607041029.k64ATSgH025085@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 4 Jul 2006 10:29:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/taskjuggler Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 10:29:31 -0000 lofi 2006-07-04 10:29:28 UTC FreeBSD ports repository Modified files: deskutils/taskjuggler Makefile Log: Try and unbreak this. Revision Changes Path 1.17 +1 -0 ports/deskutils/taskjuggler/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 4 12:13:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23A8E16A4DE; Tue, 4 Jul 2006 12:13:18 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82F2343D5C; Tue, 4 Jul 2006 12:13:17 +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 k64CDHqP034015; Tue, 4 Jul 2006 12:13:17 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64CDHum034014; Tue, 4 Jul 2006 12:13:17 GMT (envelope-from garga) Message-Id: <200607041213.k64CDHum034014@repoman.freebsd.org> From: Renato Botelho Date: Tue, 4 Jul 2006 12:13:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/jude-community 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, 04 Jul 2006 12:13:18 -0000 garga 2006-07-04 12:13:17 UTC FreeBSD ports repository Modified files: devel/jude-community Makefile distinfo pkg-descr Removed files: devel/jude-community pkg-plist Log: * Updates devel/jude-community to 3.0. In this major version up, following updates are performed: - JUDE API - Convert AssociationClass to Class or Association - Drop & Drag of File - Adding continuously Attributes/Operations with Enter Key - Add dropdown buttons for Associations and more others - Bug Fix PR: ports/99690 Submitted by: maintainer Revision Changes Path 1.16 +28 -10 ports/devel/jude-community/Makefile 1.12 +3 -3 ports/devel/jude-community/distinfo 1.5 +18 -15 ports/devel/jude-community/pkg-descr 1.4 +0 -7 ports/devel/jude-community/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Jul 4 12:20:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1E4716A52F; Tue, 4 Jul 2006 12:20:32 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D69643D46; Tue, 4 Jul 2006 12:20:32 +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 k64CKWaB034319; Tue, 4 Jul 2006 12:20:32 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64CKWPL034318; Tue, 4 Jul 2006 12:20:32 GMT (envelope-from arved) Message-Id: <200607041220.k64CKWPL034318@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 4 Jul 2006 12: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/dns/adns Makefile ports/dns/adns/files patch-dynamic-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, 04 Jul 2006 12:20:32 -0000 arved 2006-07-04 12:20:32 UTC FreeBSD ports repository Modified files: dns/adns Makefile Added files: dns/adns/files patch-dynamic-Makefile.in Log: Fix installation of libadns.so.1 Bump PORTREVISION Reported by: Johan Bergs Submitted by: "Babak Farrokhi" Pointy hat to: arved Revision Changes Path 1.17 +1 -0 ports/dns/adns/Makefile 1.1 +10 -0 ports/dns/adns/files/patch-dynamic-Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 4 12:20:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E530516A4E6; Tue, 4 Jul 2006 12:20:50 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F20843D53; Tue, 4 Jul 2006 12:20:50 +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 k64CKoGq034428; Tue, 4 Jul 2006 12:20:50 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64CKoVo034427; Tue, 4 Jul 2006 12:20:50 GMT (envelope-from skv) Message-Id: <200607041220.k64CKoVo034427@repoman.freebsd.org> From: Sergey Skvortsov Date: Tue, 4 Jul 2006 12:20:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/p5-Audio-TagLib Makefile distinfo pkg-descr pkg-plist ports/audio/p5-Audio-TagLib/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: Tue, 04 Jul 2006 12:20:51 -0000 skv 2006-07-04 12:20:50 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/p5-Audio-TagLib Makefile distinfo pkg-descr pkg-plist audio/p5-Audio-TagLib/files patch-Makefile.PL Log: Add p5-Audio-TagLib 1.42, library for reading and editing audio meta data. Revision Changes Path 1.744 +1 -0 ports/audio/Makefile 1.1 +75 -0 ports/audio/p5-Audio-TagLib/Makefile (new) 1.1 +3 -0 ports/audio/p5-Audio-TagLib/distinfo (new) 1.1 +28 -0 ports/audio/p5-Audio-TagLib/files/patch-Makefile.PL (new) 1.1 +4 -0 ports/audio/p5-Audio-TagLib/pkg-descr (new) 1.1 +86 -0 ports/audio/p5-Audio-TagLib/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 4 12:21:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C1A616A4E0; Tue, 4 Jul 2006 12:21:33 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AE8E43D86; Tue, 4 Jul 2006 12:21:29 +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 k64CLTIZ034496; Tue, 4 Jul 2006 12:21:29 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64CLTpG034495; Tue, 4 Jul 2006 12:21:29 GMT (envelope-from skv) Message-Id: <200607041221.k64CLTpG034495@repoman.freebsd.org> From: Sergey Skvortsov Date: Tue, 4 Jul 2006 12:21:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 12:21:33 -0000 skv 2006-07-04 12:21:29 UTC FreeBSD ports repository Modified files: . modules Log: p5-Audio-TagLib --> ports/audio/p5-Audio-TagLib Revision Changes Path 1.15498 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 4 12: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80E1B16A4DA; Tue, 4 Jul 2006 12:25:25 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 406DD43D45; Tue, 4 Jul 2006 12:25:25 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k64CPPDo034723; Tue, 4 Jul 2006 12:25:25 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64CPPnO034722; Tue, 4 Jul 2006 12:25:25 GMT (envelope-from itetcu) Message-Id: <200607041225.k64CPPnO034722@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 4 Jul 2006 12: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/misc/tinderbox Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 12:25:25 -0000 itetcu 2006-07-04 12:25:25 UTC FreeBSD ports repository Modified files: misc/tinderbox Makefile distinfo Log: - Update to 2.3.2 - check if csup is in the base system like net/csup does, now that we have OSVERSION bumped. Revision Changes Path 1.18 +2 -3 ports/misc/tinderbox/Makefile 1.5 +3 -3 ports/misc/tinderbox/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 4 12:49:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C2EE16A4DD; Tue, 4 Jul 2006 12:49:27 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C4F743D46; Tue, 4 Jul 2006 12:49:27 +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 k64CnQbZ043525; Tue, 4 Jul 2006 12:49:26 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64CnQNw043524; Tue, 4 Jul 2006 12:49:26 GMT (envelope-from vd) Message-Id: <200607041249.k64CnQNw043524@repoman.freebsd.org> From: Vasil Dimov Date: Tue, 4 Jul 2006 12:49:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/xt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 12:49:27 -0000 vd 2006-07-04 12:49:26 UTC FreeBSD ports repository Modified files: textproc/xt Makefile Log: Depend on textproc/xerces-j instead of textproc/xml4j because the later is deprecated and will soon be removed. Revision Changes Path 1.21 +1 -1 ports/textproc/xt/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 4 13:51:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D50216A4DF; Tue, 4 Jul 2006 13:51:56 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54B1943D45; Tue, 4 Jul 2006 13:51:56 +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 k64Dpu8l047590; Tue, 4 Jul 2006 13:51:56 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64Dpu2L047589; Tue, 4 Jul 2006 13:51:56 GMT (envelope-from garga) Message-Id: <200607041351.k64Dpu2L047589@repoman.freebsd.org> From: Renato Botelho Date: Tue, 4 Jul 2006 13:51:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/cphone Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 13:51:56 -0000 garga 2006-07-04 13:51:56 UTC FreeBSD ports repository Modified files: net/cphone Makefile Log: As already done for other devel/pwlib and net/openh323 dependant ports, mark this port BROKEN on sparc64 < 700003. The problem is caused by a missing symbol in the default thread library on this ARCH. PR: ports/99767 Submitted by: maintainer Revision Changes Path 1.16 +4 -0 ports/net/cphone/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 4 13:52:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 627D216A4DF; Tue, 4 Jul 2006 13:52:42 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC5EC43D49; Tue, 4 Jul 2006 13:52:41 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k64DqfUU047631; Tue, 4 Jul 2006 13:52:41 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64DqfH0047630; Tue, 4 Jul 2006 13:52:41 GMT (envelope-from garga) Message-Id: <200607041352.k64DqfH0047630@repoman.freebsd.org> From: Renato Botelho Date: Tue, 4 Jul 2006 13: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/net/ohphone Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 13:52:42 -0000 garga 2006-07-04 13:52:41 UTC FreeBSD ports repository Modified files: net/ohphone Makefile Log: As already done for other devel/pwlib and net/openh323 dependant ports, mark this port BROKEN on sparc64 < 700003. The problem is caused by a missing symbol in the default thread library on this ARCH. PR: ports/99766 Submitted by: maintainer Revision Changes Path 1.28 +4 -0 ports/net/ohphone/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 4 14:04:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A833416A4E5; Tue, 4 Jul 2006 14:04:32 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCF0843D4C; Tue, 4 Jul 2006 14:04:31 +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 k64E4VYh049867; Tue, 4 Jul 2006 14:04:31 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64E4VuS049866; Tue, 4 Jul 2006 14:04:31 GMT (envelope-from vd) Message-Id: <200607041404.k64E4VuS049866@repoman.freebsd.org> From: Vasil Dimov Date: Tue, 4 Jul 2006 14:04: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 ports MOVED ports/emulators Makefile ports/emulators/linux_base-fc3 Makefile distinfo.i386 pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist ports/emulators/linux_base-fc3/files yp.conf.sample ports/misc ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 14:04:32 -0000 vd 2006-07-04 14:04:31 UTC FreeBSD ports repository Modified files: . modules . MOVED emulators Makefile misc Makefile net Makefile security Makefile textproc Makefile x11-wm Makefile Removed files: emulators/linux_base-fc3 Makefile distinfo.i386 pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist emulators/linux_base-fc3/files yp.conf.sample misc/linux-opengroupware Makefile distinfo.i386 pkg-descr pkg-install pkg-message misc/linux-opengroupware/files INSTALL.fbsd OpenGroupware.org.sh.tmpl OpenGroupware.plist.tmpl ZideStore.plist.tmpl nhsd.sh.sample ogo.sh.sample patch-aa patch-ab patch-ac skyaptnotify.plist.tmpl xmlrpcd.plist.tmpl xmlrpcd.sh.sample zidestore.sh.sample misc/linux-opengroupware/scripts patch_apache_version.pl net/opengk Makefile distinfo pkg-descr security/p5-Crypt-OpenPGP Makefile distinfo pkg-descr pkg-plist security/p5-Crypt-OpenPGP/files patch-makefile textproc/sed_inplace Makefile pkg-descr textproc/sed_inplace/src Makefile compile.c defs.h extern.h main.c misc.c process.c textproc/xml4j Makefile distinfo pkg-descr x11-wm/aewm++ Makefile distinfo pkg-descr Log: Remove expired leaf ports: 2006-07-01 emulators/linux_base-fc3 2006-06-15 misc/linux-opengroupware 2006-07-01 net/opengk 2006-07-01 security/p5-Crypt-OpenPGP 2006-07-01 textproc/sed_inplace 2006-07-01 textproc/xml4j 2006-07-01 x11-wm/aewm++ Revision Changes Path 1.15499 +0 -7 CVSROOT/modules 1.1086 +8 -1 ports/MOVED 1.192 +0 -1 ports/emulators/Makefile 1.12 +0 -209 ports/emulators/linux_base-fc3/Makefile (dead) 1.6 +0 -180 ports/emulators/linux_base-fc3/distinfo.i386 (dead) 1.2 +0 -15 ports/emulators/linux_base-fc3/files/yp.conf.sample (dead) 1.3 +0 -18 ports/emulators/linux_base-fc3/pkg-deinstall (dead) 1.2 +0 -9 ports/emulators/linux_base-fc3/pkg-descr (dead) 1.3 +0 -43 ports/emulators/linux_base-fc3/pkg-install (dead) 1.2 +0 -20 ports/emulators/linux_base-fc3/pkg-message (dead) 1.4 +0 -9653 ports/emulators/linux_base-fc3/pkg-plist (dead) 1.809 +0 -1 ports/misc/Makefile 1.19 +0 -230 ports/misc/linux-opengroupware/Makefile (dead) 1.5 +0 -213 ports/misc/linux-opengroupware/distinfo.i386 (dead) 1.5 +0 -176 ports/misc/linux-opengroupware/files/INSTALL.fbsd (dead) 1.2 +0 -2 ports/misc/linux-opengroupware/files/OpenGroupware.org.sh.tmpl (dead) 1.4 +0 -162 ports/misc/linux-opengroupware/files/OpenGroupware.plist.tmpl (dead) 1.3 +0 -8 ports/misc/linux-opengroupware/files/ZideStore.plist.tmpl (dead) 1.3 +0 -56 ports/misc/linux-opengroupware/files/nhsd.sh.sample (dead) 1.3 +0 -57 ports/misc/linux-opengroupware/files/ogo.sh.sample (dead) 1.3 +0 -11 ports/misc/linux-opengroupware/files/patch-aa (dead) 1.2 +0 -29 ports/misc/linux-opengroupware/files/patch-ab (dead) 1.3 +0 -11 ports/misc/linux-opengroupware/files/patch-ac (dead) 1.2 +0 -7 ports/misc/linux-opengroupware/files/skyaptnotify.plist.tmpl (dead) 1.2 +0 -4 ports/misc/linux-opengroupware/files/xmlrpcd.plist.tmpl (dead) 1.2 +0 -56 ports/misc/linux-opengroupware/files/xmlrpcd.sh.sample (dead) 1.3 +0 -57 ports/misc/linux-opengroupware/files/zidestore.sh.sample (dead) 1.2 +0 -8 ports/misc/linux-opengroupware/pkg-descr (dead) 1.4 +0 -120 ports/misc/linux-opengroupware/pkg-install (dead) 1.3 +0 -22 ports/misc/linux-opengroupware/pkg-message (dead) 1.4 +0 -78 ports/misc/linux-opengroupware/scripts/patch_apache_version.pl (dead) 1.1688 +0 -1 ports/net/Makefile 1.15 +0 -41 ports/net/opengk/Makefile (dead) 1.8 +0 -3 ports/net/opengk/distinfo (dead) 1.2 +0 -13 ports/net/opengk/pkg-descr (dead) 1.786 +0 -1 ports/security/Makefile 1.13 +0 -65 ports/security/p5-Crypt-OpenPGP/Makefile (dead) 1.5 +0 -3 ports/security/p5-Crypt-OpenPGP/distinfo (dead) 1.4 +0 -59 ports/security/p5-Crypt-OpenPGP/files/patch-makefile (dead) 1.3 +0 -23 ports/security/p5-Crypt-OpenPGP/pkg-descr (dead) 1.4 +0 -47 ports/security/p5-Crypt-OpenPGP/pkg-plist (dead) 1.992 +0 -2 ports/textproc/Makefile 1.12 +0 -39 ports/textproc/sed_inplace/Makefile (dead) 1.2 +0 -2 ports/textproc/sed_inplace/pkg-descr (dead) 1.2 +0 -12 ports/textproc/sed_inplace/src/Makefile (dead) 1.5 +0 -871 ports/textproc/sed_inplace/src/compile.c (dead) 1.2 +0 -136 ports/textproc/sed_inplace/src/defs.h (dead) 1.4 +0 -58 ports/textproc/sed_inplace/src/extern.h (dead) 1.6 +0 -467 ports/textproc/sed_inplace/src/main.c (dead) 1.5 +0 -73 ports/textproc/sed_inplace/src/misc.c (dead) 1.6 +0 -648 ports/textproc/sed_inplace/src/process.c (dead) 1.28 +0 -75 ports/textproc/xml4j/Makefile (dead) 1.12 +0 -3 ports/textproc/xml4j/distinfo (dead) 1.4 +0 -24 ports/textproc/xml4j/pkg-descr (dead) 1.184 +0 -1 ports/x11-wm/Makefile 1.17 +0 -30 ports/x11-wm/aewm++/Makefile (dead) 1.11 +0 -3 ports/x11-wm/aewm++/distinfo (dead) 1.4 +0 -1 ports/x11-wm/aewm++/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Tue Jul 4 14:14:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E639A16A4DA; Tue, 4 Jul 2006 14:14:16 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A262843D64; Tue, 4 Jul 2006 14:14:16 +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 k64EEG3U050275; Tue, 4 Jul 2006 14:14:16 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64EEGws050274; Tue, 4 Jul 2006 14:14:16 GMT (envelope-from maxim) Message-Id: <200607041414.k64EEGws050274@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 4 Jul 2006 14:14:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 14:14:17 -0000 maxim 2006-07-04 14:14:16 UTC FreeBSD src repository Modified files: sys Makefile Log: o Add geom to a list of cscope dirs. Revision Changes Path 1.37 +1 -1 src/sys/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 4 14:49:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4B1116A4DD; Tue, 4 Jul 2006 14:49:27 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87E8B43D55; Tue, 4 Jul 2006 14:49:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k64EnRHV051747; Tue, 4 Jul 2006 14:49:27 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64EnRfr051746; Tue, 4 Jul 2006 14:49:27 GMT (envelope-from pav) Message-Id: <200607041449.k64EnRfr051746@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 4 Jul 2006 14:49:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/bounce Makefile ports/net/bounce/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, 04 Jul 2006 14:49:28 -0000 pav 2006-07-04 14:49:27 UTC FreeBSD ports repository Modified files: net/bounce Makefile net/bounce/files patch-02 Log: - Add new -b option for outcoming connection binding PR: ports/96263 (in follow-up) Submitted by: SeaD Approved by: Matt Wilbur (maintainer) Revision Changes Path 1.20 +1 -1 ports/net/bounce/Makefile 1.2 +40 -9 ports/net/bounce/files/patch-02 From owner-cvs-all@FreeBSD.ORG Tue Jul 4 15:10:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAAED16A4DA; Tue, 4 Jul 2006 15:10:52 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 854DE43D46; Tue, 4 Jul 2006 15:10:52 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k64FAqOo053851; Tue, 4 Jul 2006 15:10:52 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64FAqMv053850; Tue, 4 Jul 2006 15:10:52 GMT (envelope-from nork) Message-Id: <200607041510.k64FAqMv053850@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 4 Jul 2006 15:10:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/eawplus Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 15:10:52 -0000 nork 2006-07-04 15:10:52 UTC FreeBSD ports repository Modified files: audio/eawplus Makefile Log: Refetchable. Pointed out by: portsmon via linimon Revision Changes Path 1.3 +2 -1 ports/audio/eawplus/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 4 15:23:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56A1B16A4DD; Tue, 4 Jul 2006 15:23:52 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12D7243D49; Tue, 4 Jul 2006 15:23:52 +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 k64FNpp9054368; Tue, 4 Jul 2006 15:23:51 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64FNpAv054367; Tue, 4 Jul 2006 15:23:51 GMT (envelope-from vd) Message-Id: <200607041523.k64FNpAv054367@repoman.freebsd.org> From: Vasil Dimov Date: Tue, 4 Jul 2006 15:23: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/graphics/xaralx-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 15:23:52 -0000 vd 2006-07-04 15:23:51 UTC FreeBSD ports repository Modified files: graphics/xaralx-devel Makefile distinfo Log: Upgrade from 0.5r1388 to 0.5r1402 Revision Changes Path 1.17 +1 -1 ports/graphics/xaralx-devel/Makefile 1.16 +3 -3 ports/graphics/xaralx-devel/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 4 15:26:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1791C16A4DA; Tue, 4 Jul 2006 15:26:19 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A469943D83; Tue, 4 Jul 2006 15:26:09 +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 k64FQ9Do054545; Tue, 4 Jul 2006 15:26:09 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64FQ9Zd054544; Tue, 4 Jul 2006 15:26:09 GMT (envelope-from garga) Message-Id: <200607041526.k64FQ9Zd054544@repoman.freebsd.org> From: Renato Botelho Date: Tue, 4 Jul 2006 15:26: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/cad Makefile ports/cad/geda-docs 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, 04 Jul 2006 15:26:19 -0000 garga 2006-07-04 15:26:09 UTC FreeBSD ports repository Modified files: cad Makefile Added files: cad/geda-docs Makefile distinfo pkg-descr Log: Various documentation for gEDA suite, including architecture-related docs as well as examples of usage and tutorials. WWW: http://www.geda.seul.org PR: ports/99565 Submitted by: Stanislav Sedov Revision Changes Path 1.86 +1 -0 ports/cad/Makefile 1.1 +25 -0 ports/cad/geda-docs/Makefile (new) 1.1 +3 -0 ports/cad/geda-docs/distinfo (new) 1.1 +4 -0 ports/cad/geda-docs/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 4 15:26:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58EE616A4E5; Tue, 4 Jul 2006 15:26:56 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A05F43D7E; Tue, 4 Jul 2006 15:26:42 +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 k64FQgl3054592; Tue, 4 Jul 2006 15:26:42 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64FQgdS054591; Tue, 4 Jul 2006 15:26:42 GMT (envelope-from garga) Message-Id: <200607041526.k64FQgdS054591@repoman.freebsd.org> From: Renato Botelho Date: Tue, 4 Jul 2006 15: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: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 15:26:56 -0000 garga 2006-07-04 15:26:42 UTC FreeBSD ports repository Modified files: . modules Log: geda-docs --> ports/cad/geda-docs Revision Changes Path 1.15500 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 4 15:31:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84B5B16A4DD; Tue, 4 Jul 2006 15:31:24 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EC9A43D46; Tue, 4 Jul 2006 15:31:24 +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 k64FVOQT054901; Tue, 4 Jul 2006 15:31:24 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64FVOgc054900; Tue, 4 Jul 2006 15:31:24 GMT (envelope-from garga) Message-Id: <200607041531.k64FVOgc054900@repoman.freebsd.org> From: Renato Botelho Date: Tue, 4 Jul 2006 15:31: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/cad Makefile ports/cad/geda-examples Makefile distinfo pkg-descr pkg-plist ports/cad/geda-examples/files examples X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 15:31:24 -0000 garga 2006-07-04 15:31:24 UTC FreeBSD ports repository Modified files: cad Makefile Added files: cad/geda-examples Makefile distinfo pkg-descr pkg-plist cad/geda-examples/files examples Log: Various examples for gEDA suite. This includes: 1) gTAG - USB to JTAG interface 2) lightning_detector - a lightning detector 3) RF_Amp - schematics and associated materials for a SPICE model 4) TwoStageAmp - a two stage amplifier SPICE playpen WWW: http://www.geda.seul.org PR: ports/99564 Submitted by: Stanislav Sedov Revision Changes Path 1.87 +1 -0 ports/cad/Makefile 1.1 +34 -0 ports/cad/geda-examples/Makefile (new) 1.1 +3 -0 ports/cad/geda-examples/distinfo (new) 1.1 +74 -0 ports/cad/geda-examples/files/examples (new) 1.1 +8 -0 ports/cad/geda-examples/pkg-descr (new) 1.1 +91 -0 ports/cad/geda-examples/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 4 15:31:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E70A516A4DF; Tue, 4 Jul 2006 15:31:56 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A170043D4C; Tue, 4 Jul 2006 15:31:56 +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 k64FVurH054947; Tue, 4 Jul 2006 15:31:56 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64FVuw9054946; Tue, 4 Jul 2006 15:31:56 GMT (envelope-from garga) Message-Id: <200607041531.k64FVuw9054946@repoman.freebsd.org> From: Renato Botelho Date: Tue, 4 Jul 2006 15: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: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 15:31:57 -0000 garga 2006-07-04 15:31:56 UTC FreeBSD ports repository Modified files: . modules Log: geda-examples --> ports/cad/geda-examples Revision Changes Path 1.15501 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 4 15:44:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8866516A56E; Tue, 4 Jul 2006 15:44:54 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 323EB43D46; Tue, 4 Jul 2006 15:44:54 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k64Firjg055536; Tue, 4 Jul 2006 15:44:53 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64FirtM055535; Tue, 4 Jul 2006 15:44:53 GMT (envelope-from stefan) Message-Id: <200607041544.k64FirtM055535@repoman.freebsd.org> From: Stefan Walter Date: Tue, 4 Jul 2006 15:44:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/fragroute Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 15:44:54 -0000 stefan 2006-07-04 15:44:53 UTC FreeBSD ports repository Modified files: security/fragroute Makefile Log: - Replace the BUILD_DEPENDS by LIB_DEPENDS on libdnet and libevent. - Point configure at ${LOCALBASE} instead of ${PREFIX} when looking for the libraries. - Use ${DATADIR} where appropriate. PR: 99619 Submitted by: Richard Bejtlich Patch by: stefan Approved by: maintainer arved (mentor) Revision Changes Path 1.17 +7 -8 ports/security/fragroute/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 4 15:47:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A4C116A4E1; Tue, 4 Jul 2006 15:47:52 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA45143D45; Tue, 4 Jul 2006 15:47:51 +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 k64Flp14055710; Tue, 4 Jul 2006 15:47:51 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64FlpYn055709; Tue, 4 Jul 2006 15:47:51 GMT (envelope-from leeym) Message-Id: <200607041547.k64FlpYn055709@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 4 Jul 2006 15:47:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/e2fsprogs Makefile ports/sysutils/e2fsprogs/files fsck_ext2fs.8 fsck_ext2fs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 15:47:52 -0000 leeym 2006-07-04 15:47:51 UTC FreeBSD ports repository Modified files: sysutils/e2fsprogs Makefile sysutils/e2fsprogs/files fsck_ext2fs.c Added files: sysutils/e2fsprogs/files fsck_ext2fs.8 Log: 2006-07-02 Matthias Andree * fsck_ext2fs.8 (1.3): Reformat long lines. * fsck_ext2fs.8 (1.2): Add copyright notice and license. Change - to \- where appropriate. Add Id and FreeBSD keywords for ident. * fsck_ext2fs.c (1.6): Update license. * fsck_ext2fs.8 (1.1): Add a manual page. * fsck_ext2fs.c (1.5): When run with -F, do not report 'unknown option'. PR: 99712 Submitted by: Matthias Andree Revision Changes Path 1.29 +3 -2 ports/sysutils/e2fsprogs/Makefile 1.1 +96 -0 ports/sysutils/e2fsprogs/files/fsck_ext2fs.8 (new) 1.5 +8 -4 ports/sysutils/e2fsprogs/files/fsck_ext2fs.c From owner-cvs-all@FreeBSD.ORG Tue Jul 4 15:48:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E02216A4E2; Tue, 4 Jul 2006 15:48:50 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1749843D45; Tue, 4 Jul 2006 15:48:50 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k64FmnqS055767; Tue, 4 Jul 2006 15:48:49 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64FmnZx055766; Tue, 4 Jul 2006 15:48:49 GMT (envelope-from lbr) Message-Id: <200607041548.k64FmnZx055766@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Tue, 4 Jul 2006 15:48:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-Catalyst-Log-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: Tue, 04 Jul 2006 15:48:50 -0000 lbr 2006-07-04 15:48:49 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-Log-Log4perl Makefile distinfo Log: Update to 0.04 Revision Changes Path 1.4 +1 -1 ports/www/p5-Catalyst-Log-Log4perl/Makefile 1.3 +3 -3 ports/www/p5-Catalyst-Log-Log4perl/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 4 15:50:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C78EE16A4DD; Tue, 4 Jul 2006 15:50:02 +0000 (UTC) (envelope-from lbr@nerdheaven.dk) Received: from tux.nerdheaven.dk (tux.nerdheaven.dk [193.88.12.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40E3943D49; Tue, 4 Jul 2006 15:50:02 +0000 (GMT) (envelope-from lbr@nerdheaven.dk) Received: from localhost (localhost [127.0.0.1]) by tux.nerdheaven.dk (Postfix) with ESMTP id 67ECC3FF50; Tue, 4 Jul 2006 17:49:59 +0200 (CEST) Received: from tux.nerdheaven.dk ([127.0.0.1]) by localhost (tux.nerdheaven.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 53059-08; Tue, 4 Jul 2006 17:49:59 +0200 (CEST) Received: by tux.nerdheaven.dk (Postfix, from userid 1021) id DF3063FF51; Tue, 4 Jul 2006 17:49:58 +0200 (CEST) Date: Tue, 4 Jul 2006 17:49:58 +0200 From: Lars Balker Rasmussen To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20060704154958.GG52684@tux.nerdheaven.dk> References: <200607041548.k64FmnZx055766@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607041548.k64FmnZx055766@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new at nerdheaven.dk Cc: Subject: Re: cvs commit: ports/www/p5-Catalyst-Log-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: Tue, 04 Jul 2006 15:50:03 -0000 On Tue, Jul 04, 2006 at 03:48:49PM +0000, Lars Balker Rasmussen wrote: > lbr 2006-07-04 15:48:49 UTC > > FreeBSD ports repository > > Modified files: > www/p5-Catalyst-Log-Log4perl Makefile distinfo > Log: > Update to 0.04 Correction: Update to 0.4 > Revision Changes Path > 1.4 +1 -1 ports/www/p5-Catalyst-Log-Log4perl/Makefile > 1.3 +3 -3 ports/www/p5-Catalyst-Log-Log4perl/distinfo > -- Lars Balker Rasmussen Consult::Perl From owner-cvs-all@FreeBSD.ORG Tue Jul 4 16:20:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE79816A4DD; Tue, 4 Jul 2006 16:20:52 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C64943D62; Tue, 4 Jul 2006 16:20:51 +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 k64GKpmZ058225; Tue, 4 Jul 2006 16:20:51 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64GKpns058224; Tue, 4 Jul 2006 16:20:51 GMT (envelope-from oliver) Message-Id: <200607041620.k64GKpns058224@repoman.freebsd.org> From: Oliver Lehmann Date: Tue, 4 Jul 2006 16:20: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/cyphesis Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 16:20:52 -0000 oliver 2006-07-04 16:20:51 UTC FreeBSD ports repository Modified files: net/cyphesis Makefile distinfo pkg-plist Log: update to 0.5.8 Revision Changes Path 1.16 +1 -1 ports/net/cyphesis/Makefile 1.9 +3 -3 ports/net/cyphesis/distinfo 1.6 +2 -0 ports/net/cyphesis/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 4 16:40:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B6C116A4DE; Tue, 4 Jul 2006 16:40:19 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0369F43D53; Tue, 4 Jul 2006 16:40:19 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k64GeIqA058965; Tue, 4 Jul 2006 16:40:18 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64GeIgx058964; Tue, 4 Jul 2006 16:40:18 GMT (envelope-from nork) Message-Id: <200607041640.k64GeIgx058964@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 4 Jul 2006 16:40: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/liveMedia Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 16:40:19 -0000 nork 2006-07-04 16:40:18 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2006.07.04. Revision Changes Path 1.237 +1 -1 ports/net/liveMedia/Makefile 1.222 +3 -3 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 4 18:31:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D92FA16A4E0; Tue, 4 Jul 2006 18:31:15 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EFE643D45; Tue, 4 Jul 2006 18:31:15 +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 k64IVFrI075205; Tue, 4 Jul 2006 18:31:15 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64IVFxu075204; Tue, 4 Jul 2006 18:31:15 GMT (envelope-from rafan) Message-Id: <200607041831.k64IVFxu075204@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 4 Jul 2006 18:31:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/gramps 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, 04 Jul 2006 18:31:16 -0000 rafan 2006-07-04 18:31:15 UTC FreeBSD ports repository Modified files: science/gramps Makefile distinfo pkg-plist Log: - Update to 2.0.11 PR: 99754 (based on) Submitted by: Anish Mistry Approved by: delphij (mentor, implicit) Revision Changes Path 1.22 +3 -2 ports/science/gramps/Makefile 1.16 +3 -3 ports/science/gramps/distinfo 1.17 +73 -0 ports/science/gramps/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 4 18:37:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 342CB16A4DE; Tue, 4 Jul 2006 18:37:44 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2BEA43D45; Tue, 4 Jul 2006 18:37:43 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k64IbhE7076796; Tue, 4 Jul 2006 18:37:43 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64Ibhd5076792; Tue, 4 Jul 2006 18:37:43 GMT (envelope-from garga) Message-Id: <200607041837.k64Ibhd5076792@repoman.freebsd.org> From: Renato Botelho Date: Tue, 4 Jul 2006 18:37: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/sysutils Makefile ports/sysutils/biosfont 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: Tue, 04 Jul 2006 18:37:44 -0000 garga 2006-07-04 18:37:43 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/biosfont Makefile distinfo pkg-descr pkg-message pkg-plist Log: This port provides a FreeBSD kernel module that can be used to retrieve the font bitmaps stored in BIOS memory. WWW: http://home.tiscali.nl/rladan/biosfont/ PR: ports/97106 Submitted by: Rene Ladan Revision Changes Path 1.803 +1 -0 ports/sysutils/Makefile 1.1 +43 -0 ports/sysutils/biosfont/Makefile (new) 1.1 +3 -0 ports/sysutils/biosfont/distinfo (new) 1.1 +4 -0 ports/sysutils/biosfont/pkg-descr (new) 1.1 +14 -0 ports/sysutils/biosfont/pkg-message (new) 1.1 +3 -0 ports/sysutils/biosfont/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 4 18:38:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BB2516A4E0; Tue, 4 Jul 2006 18:38:31 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31EBF43D4C; Tue, 4 Jul 2006 18:38:31 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k64IcVwR076971; Tue, 4 Jul 2006 18:38:31 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64IcUZI076970; Tue, 4 Jul 2006 18:38:30 GMT (envelope-from garga) Message-Id: <200607041838.k64IcUZI076970@repoman.freebsd.org> From: Renato Botelho Date: Tue, 4 Jul 2006 18:38:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 18:38:31 -0000 garga 2006-07-04 18:38:30 UTC FreeBSD ports repository Modified files: . modules Log: biosfont --> ports/sysutils/biosfont Revision Changes Path 1.15502 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 4 18:53:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C05B416A4DE; Tue, 4 Jul 2006 18:53:01 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 384C443D76; Tue, 4 Jul 2006 18:52:58 +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 k64Iqwut077708; Tue, 4 Jul 2006 18:52:58 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64IqvbN077707; Tue, 4 Jul 2006 18:52:57 GMT (envelope-from garga) Message-Id: <200607041852.k64IqvbN077707@repoman.freebsd.org> From: Renato Botelho Date: Tue, 4 Jul 2006 18:52:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc Makefile ports/misc/biosfont-demos 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, 04 Jul 2006 18:53:01 -0000 garga 2006-07-04 18:52:57 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/biosfont-demos Makefile distinfo pkg-descr Log: Two samples for the biosfont(4) kernel module: * showchar shows a requested character on stdout * showdati is a digital clock. Best viewed on 80x25 consoles. WWW: http://home.tiscali.nl/rladan/biosfont/ PR: ports/99648 Submitted by: Rene Ladan Revision Changes Path 1.810 +1 -0 ports/misc/Makefile 1.1 +29 -0 ports/misc/biosfont-demos/Makefile (new) 1.1 +3 -0 ports/misc/biosfont-demos/distinfo (new) 1.1 +5 -0 ports/misc/biosfont-demos/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 4 18:53:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5207E16A4DE; Tue, 4 Jul 2006 18:53:41 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B2ED43D45; Tue, 4 Jul 2006 18:53:41 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k64Ire8e077758; Tue, 4 Jul 2006 18:53:40 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64IreNJ077757; Tue, 4 Jul 2006 18:53:40 GMT (envelope-from garga) Message-Id: <200607041853.k64IreNJ077757@repoman.freebsd.org> From: Renato Botelho Date: Tue, 4 Jul 2006 18:53:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 18:53:41 -0000 garga 2006-07-04 18:53:40 UTC FreeBSD ports repository Modified files: . modules Log: biosfont-demos --> ports/misc/biosfont-demos Revision Changes Path 1.15503 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 4 19: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E031A16A4E9; Tue, 4 Jul 2006 19:01:13 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 996CE43D6D; Tue, 4 Jul 2006 19:01:13 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k64J1DTp078145; Tue, 4 Jul 2006 19:01:13 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64J1DJv078144; Tue, 4 Jul 2006 19:01:13 GMT (envelope-from garga) Message-Id: <200607041901.k64J1DJv078144@repoman.freebsd.org> From: Renato Botelho Date: Tue, 4 Jul 2006 19:01: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/rth 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, 04 Jul 2006 19:01:14 -0000 garga 2006-07-04 19:01:13 UTC FreeBSD ports repository Modified files: devel/rth Makefile distinfo pkg-plist Log: - Update to 1.5.6 PR: ports/99749 Submitted by: maintainer Revision Changes Path 1.3 +2 -2 ports/devel/rth/Makefile 1.3 +3 -3 ports/devel/rth/distinfo 1.2 +1 -0 ports/devel/rth/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 4 19:12:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C09D816A4E7; Tue, 4 Jul 2006 19:12:31 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5037643D92; Tue, 4 Jul 2006 19:12:12 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k64JCCB1079769; Tue, 4 Jul 2006 19:12:12 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64JCCo3079768; Tue, 4 Jul 2006 19:12:12 GMT (envelope-from mnag) Message-Id: <200607041912.k64JCCo3079768@repoman.freebsd.org> From: Marcus Alves Grando Date: Tue, 4 Jul 2006 19: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: 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, 04 Jul 2006 19:12:31 -0000 mnag 2006-07-04 19:12:12 UTC FreeBSD ports repository Modified files: . access Log: Force commit to say that jmelo are free from mentorship. He's ready to commit alone. Revision Changes Path 1.711 +0 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Tue Jul 4 19:25:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94EE616A4DE; Tue, 4 Jul 2006 19:25:12 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33E4743D55; Tue, 4 Jul 2006 19:25:11 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k64JPBQ2080327; Tue, 4 Jul 2006 19:25:11 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64JPBmj080326; Tue, 4 Jul 2006 19:25:11 GMT (envelope-from erwin) Message-Id: <200607041925.k64JPBmj080326@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 4 Jul 2006 19:25:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/amavisd-new Makefile distinfo ports/security/amavisd-new/files patch-LDAP.schema patch-amavisd-sample.conf patch-amavisd.conf patch-amavisd.conf-sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 19:25:12 -0000 erwin 2006-07-04 19:25:10 UTC FreeBSD ports repository Modified files: security/amavisd-new Makefile distinfo security/amavisd-new/files patch-amavisd.conf Added files: security/amavisd-new/files patch-amavisd.conf-sample Removed files: security/amavisd-new/files patch-LDAP.schema patch-amavisd-sample.conf Log: Update to 2.4.2 PR: 99785 Submitted by: Gabor Kovesdan (maintainer) Revision Changes Path 1.38 +1 -2 ports/security/amavisd-new/Makefile 1.26 +3 -3 ports/security/amavisd-new/distinfo 1.2 +0 -11 ports/security/amavisd-new/files/patch-LDAP.schema (dead) 1.3 +0 -40 ports/security/amavisd-new/files/patch-amavisd-sample.conf (dead) 1.13 +13 -13 ports/security/amavisd-new/files/patch-amavisd.conf 1.1 +40 -0 ports/security/amavisd-new/files/patch-amavisd.conf-sample (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 4 20:09:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ECC016A4DE; Tue, 4 Jul 2006 20:09:52 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D538C43D6B; Tue, 4 Jul 2006 20:09: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 k64K9px0089068; Tue, 4 Jul 2006 20:09:51 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64K9pLG089067; Tue, 4 Jul 2006 20:09:51 GMT (envelope-from thierry) Message-Id: <200607042009.k64K9pLG089067@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 4 Jul 2006 20:09: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/news/newsx 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, 04 Jul 2006 20:09:52 -0000 thierry 2006-07-04 20:09:51 UTC FreeBSD ports repository Modified files: news/newsx Makefile pkg-plist Log: - inn does not `make history' any more => do not perform history database lookup when package building; - change my address; - pet portlint. Revision Changes Path 1.16 +7 -1 ports/news/newsx/Makefile 1.7 +9 -9 ports/news/newsx/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 4 20:10:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1830216A515; Tue, 4 Jul 2006 20:10:31 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8B5243D7B; Tue, 4 Jul 2006 20:10:25 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k64KAP1Y089151; Tue, 4 Jul 2006 20:10:25 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64KAPj0089150; Tue, 4 Jul 2006 20:10:25 GMT (envelope-from mnag) Message-Id: <200607042010.k64KAPj0089150@repoman.freebsd.org> From: Marcus Alves Grando Date: Tue, 4 Jul 2006 20:10:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/openssh-portable Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 20:10:31 -0000 mnag 2006-07-04 20:10:25 UTC FreeBSD ports repository Modified files: security/openssh-portable Makefile distinfo Log: - Remove unecessary ?= in PKGNAMESUFFIX [1] - Update HPN patch to hpn12. Now none cipher are configured in run time. [2] Notified by: Peter Losher [1], Scott Larson [2] Revision Changes Path 1.107 +2 -15 ports/security/openssh-portable/Makefile 1.33 +3 -6 ports/security/openssh-portable/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 4 20: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D134D16A4DA; Tue, 4 Jul 2006 20:26:31 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BD9443D45; Tue, 4 Jul 2006 20:26:31 +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 k64KQVDa094685; Tue, 4 Jul 2006 20:26:31 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64KQVSk094684; Tue, 4 Jul 2006 20:26:31 GMT (envelope-from thierry) Message-Id: <200607042026.k64KQVSk094684@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 4 Jul 2006 20:26: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/science/v_sim distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 20:26:31 -0000 thierry 2006-07-04 20:26:31 UTC FreeBSD ports repository Modified files: science/v_sim distinfo Log: Make fetchable again: the tarball has been rerolled to fix a typo in v_sim-3.2.0/po/fr.po ("Colorsation" -> "Colorisation"). No need to bump PORTREVISION. Reported by: linimon Revision Changes Path 1.3 +3 -3 ports/science/v_sim/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 4 20:36:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E42716A4DA; Tue, 4 Jul 2006 20:36:04 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 192C643D49; Tue, 4 Jul 2006 20:36:04 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k64Ka32t095388; Tue, 4 Jul 2006 20:36:03 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64Ka3Cx095387; Tue, 4 Jul 2006 20:36:03 GMT (envelope-from sos) Message-Id: <200607042036.k64Ka3Cx095387@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 4 Jul 2006 20: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/dev/ata ata-chipset.c ata-lowlevel.c ata-pci.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 20:36:04 -0000 sos 2006-07-04 20:36:03 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-lowlevel.c ata-pci.h Log: Add preliminary support for the Serverworks HT1000 chip. HW sponsored by: Yahoo! Revision Changes Path 1.165 +69 -6 src/sys/dev/ata/ata-chipset.c 1.77 +1 -1 src/sys/dev/ata/ata-lowlevel.c 1.65 +4 -0 src/sys/dev/ata/ata-pci.h From owner-cvs-all@FreeBSD.ORG Tue Jul 4 20:39:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 826AF16A4DA; Tue, 4 Jul 2006 20:39:50 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA22843D4C; Tue, 4 Jul 2006 20:39:40 +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 k64KdcYQ097638; Tue, 4 Jul 2006 20:39:38 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64Kdc4n097637; Tue, 4 Jul 2006 20:39:38 GMT (envelope-from maxim) Message-Id: <200607042039.k64Kdc4n097637@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 4 Jul 2006 20: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/sys/netinet/libalias libalias.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, 04 Jul 2006 20:39:50 -0000 maxim 2006-07-04 20:39:38 UTC FreeBSD src repository Modified files: sys/netinet/libalias libalias.3 Log: o Kill BUGS section as it is not valid since rev. 1.4 alias_pptp.c. Spotted by: ru.unix.bsd activists MFC after: 1 week Revision Changes Path 1.55 +1 -6 src/sys/netinet/libalias/libalias.3 From owner-cvs-all@FreeBSD.ORG Tue Jul 4 20: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB7A816A4E0; Tue, 4 Jul 2006 20:52:36 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9873243D49; Tue, 4 Jul 2006 20:52:36 +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 k64KqaqM006145; Tue, 4 Jul 2006 20:52:36 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64Kqa97006144; Tue, 4 Jul 2006 20:52:36 GMT (envelope-from maxim) Message-Id: <200607042052.k64Kqa97006144@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 4 Jul 2006 20:52: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/bin/cp cp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 20:52:37 -0000 maxim 2006-07-04 20:52:36 UTC FreeBSD src repository Modified files: bin/cp cp.c Log: o Call fts_close() before exit. Obtained from: NetBSD, Coverity ID 1754 Revision Changes Path 1.53 +1 -0 src/bin/cp/cp.c From owner-cvs-all@FreeBSD.ORG Tue Jul 4 21:54:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0B5016A4DE; Tue, 4 Jul 2006 21:54:35 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69DDB43D45; Tue, 4 Jul 2006 21:54:35 +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 k64LsZFE009932; Tue, 4 Jul 2006 21:54:35 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64LsZBF009931; Tue, 4 Jul 2006 21:54:35 GMT (envelope-from thierry) Message-Id: <200607042154.k64LsZBF009931@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 4 Jul 2006 21:54:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/netgen Makefile ports/cad/netgen/files patch-libsrc::makefile.mach.FREEBSD patch-togl::togl.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, 04 Jul 2006 21:54:35 -0000 thierry 2006-07-04 21:54:35 UTC FreeBSD ports repository Modified files: cad/netgen Makefile cad/netgen/files patch-libsrc::makefile.mach.FREEBSD patch-togl::togl.cpp Log: Teach about TCL / TK v. 8.4.13 and unbreak. Revision Changes Path 1.10 +4 -16 ports/cad/netgen/Makefile 1.2 +3 -2 ports/cad/netgen/files/patch-libsrc::makefile.mach.FREEBSD 1.3 +4 -2 ports/cad/netgen/files/patch-togl::togl.cpp From owner-cvs-all@FreeBSD.ORG Tue Jul 4 22:27:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFC9B16A4DA; Tue, 4 Jul 2006 22:27:19 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D29E43D45; Tue, 4 Jul 2006 22:27:19 +0000 (GMT) (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 k64MRJDf012561; Tue, 4 Jul 2006 22:27:19 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64MRJXG012560; Tue, 4 Jul 2006 22:27:19 GMT (envelope-from linimon) Message-Id: <200607042227.k64MRJXG012560@repoman.freebsd.org> From: Mark Linimon Date: Tue, 4 Jul 2006 22:27: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/sitecopy Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 22:27:19 -0000 linimon 2006-07-04 22:27:19 UTC FreeBSD ports repository Modified files: www/sitecopy Makefile Log: Add Gentoo as backup mastersites, since the main one seems to be down. Submitted by: maintainer, private email Revision Changes Path 1.45 +3 -1 ports/www/sitecopy/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 4 23:04:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0479C16A4DD; Tue, 4 Jul 2006 23:04:49 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C5AA43D46; Tue, 4 Jul 2006 23:04:48 +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 k64N4mIG015568; Tue, 4 Jul 2006 23:04:48 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64N4mur015567; Tue, 4 Jul 2006 23:04:48 GMT (envelope-from garga) Message-Id: <200607042304.k64N4mur015567@repoman.freebsd.org> From: Renato Botelho Date: Tue, 4 Jul 2006 23:04:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/squirrelmail-pupdate-plugin Makefile distinfo pkg-descr pkg-plist ports/mail/squirrelmail-pupdate-plugin/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 23:04:49 -0000 garga 2006-07-04 23:04:48 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/squirrelmail-pupdate-plugin Makefile distinfo pkg-descr pkg-plist mail/squirrelmail-pupdate-plugin/files pkg-message.in Log: Checks for updates to your currently running plugins by parsing the SM site, and gives a description of any recent changes that have been made to the plugin. Also displays the current stable version of SM and lets you know what version of SM you are running. WWW: http://www.squirrelmail.org/plugin_view.php?id=68 PR: ports/99563 Submitted by: Thomas Abthorpe Revision Changes Path 1.773 +1 -0 ports/mail/Makefile 1.1 +76 -0 ports/mail/squirrelmail-pupdate-plugin/Makefile (new) 1.1 +3 -0 ports/mail/squirrelmail-pupdate-plugin/distinfo (new) 1.1 +5 -0 ports/mail/squirrelmail-pupdate-plugin/files/pkg-message.in (new) 1.1 +8 -0 ports/mail/squirrelmail-pupdate-plugin/pkg-descr (new) 1.1 +20 -0 ports/mail/squirrelmail-pupdate-plugin/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 4 23: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F31D16A4E0; Tue, 4 Jul 2006 23:05:21 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F77243D5C; Tue, 4 Jul 2006 23:05:21 +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 k64N5K1n015655; Tue, 4 Jul 2006 23:05:20 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64N5Kfs015654; Tue, 4 Jul 2006 23:05:20 GMT (envelope-from garga) Message-Id: <200607042305.k64N5Kfs015654@repoman.freebsd.org> From: Renato Botelho Date: Tue, 4 Jul 2006 23:05:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 23:05:22 -0000 garga 2006-07-04 23:05:20 UTC FreeBSD ports repository Modified files: . modules Log: squirrelmail-pupdate-plugin --> ports/mail/squirrelmail-pupdate-plugin Revision Changes Path 1.15504 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 4 23: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 016FA16A4ED for ; Tue, 4 Jul 2006 23:05:21 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC82E43D53 for ; Tue, 4 Jul 2006 23:05:19 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so2116764uge for ; Tue, 04 Jul 2006 16:05:18 -0700 (PDT) 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=VylnqwL9sDcYOsPGt7tq6yUit8nqg77Bjic+FGpJOSkJluCClFTD3bBgn5Ur/sqplB5S90IZHbOsGgJaMiN4YMTtnXuPYiQz0J0PgPTBnRuA/pciC7i/LH1kqGeDeAx5NDQTgHUaoDVjWOfK4E34HvE2Y1eSmyWl1ux5fULRlLQ= Received: by 10.67.22.2 with SMTP id z2mr7047195ugi; Tue, 04 Jul 2006 16:05:18 -0700 (PDT) Received: by 10.67.105.8 with HTTP; Tue, 4 Jul 2006 16:05:18 -0700 (PDT) Message-ID: Date: Tue, 4 Jul 2006 19:05:18 -0400 From: "Scott Ullrich" To: "Max Laier" In-Reply-To: <200607040951.39456.max@love2party.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200605141422.k4EEMnmC056704@repoman.freebsd.org> <200606271416.29255.max@love2party.net> <200607040951.39456.max@love2party.net> Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, dsh@vlink.ru, Maxim Konovalov , Bruce M Simpson Subject: Re: cvs commit: src/sys/netinet in.h ip_output.c ip_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 23:05:22 -0000 On 7/4/06, Max Laier wrote: > Right, forgot about pfsync. Use this in addition. Again, only compile > tested. No problem. That did the trick. pfSync is online and operational: pfsync0: flags=41 mtu 2020 pfsync: syncdev: lo0 syncpeer: 224.0.0.240 maxupd: 128 Thanks! Scott From owner-cvs-all@FreeBSD.ORG Tue Jul 4 23:09:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BDA216A4E1; Tue, 4 Jul 2006 23:09:14 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEEC843D6A; Tue, 4 Jul 2006 23:09:11 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k64N9BEm015825; Tue, 4 Jul 2006 23:09:11 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64N9BWa015824; Tue, 4 Jul 2006 23:09:11 GMT (envelope-from thompsa) Message-Id: <200607042309.k64N9BWa015824@repoman.freebsd.org> From: Andrew Thompson Date: Tue, 4 Jul 2006 23:09:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_enc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 23:09:14 -0000 thompsa 2006-07-04 23:09:11 UTC FreeBSD src repository Modified files: sys/net if_enc.c Log: Fix a braino in the last revision, enc_clone_destroy needs return void instead of int. The clone system will ensure that our first interface is not destroyed so we dont need the extra checking anyway. Tested by: Scott Ullrich Revision Changes Path 1.4 +3 -12 src/sys/net/if_enc.c From owner-cvs-all@FreeBSD.ORG Tue Jul 4 23:12:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93DDC16A4E7; Tue, 4 Jul 2006 23:12:11 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 277B843D49; Tue, 4 Jul 2006 23:12:11 +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 k64NCBH5016031; Tue, 4 Jul 2006 23:12:11 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64NCAif016030; Tue, 4 Jul 2006 23:12:10 GMT (envelope-from garga) Message-Id: <200607042312.k64NCAif016030@repoman.freebsd.org> From: Renato Botelho Date: Tue, 4 Jul 2006 23:12: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/Tools/scripts addport X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 23:12:11 -0000 garga 2006-07-04 23:12:10 UTC FreeBSD ports repository Modified files: Tools/scripts addport Log: When automatic commit log is generated, change @ to " at " on submitter email to prevent spam Revision Changes Path 1.49 +2 -1 ports/Tools/scripts/addport From owner-cvs-all@FreeBSD.ORG Tue Jul 4 23: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D29A516A4E2; Tue, 4 Jul 2006 23:19:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7443043D53; Tue, 4 Jul 2006 23:19:51 +0000 (GMT) (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 k64NJpBf016192; Tue, 4 Jul 2006 23:19:51 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64NJped016191; Tue, 4 Jul 2006 23:19:51 GMT (envelope-from linimon) Message-Id: <200607042319.k64NJped016191@repoman.freebsd.org> From: Mark Linimon Date: Tue, 4 Jul 2006 23: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/net/coda5_server Makefile ports/net/coda6_server Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 23:19:51 -0000 linimon 2006-07-04 23:19:50 UTC FreeBSD ports repository Modified files: net/coda5_server Makefile net/coda6_server Makefile Log: Mark DEPRECATED. The coda5 ports no longer fetch; the coda6 ports are almost 2 years out-of-date; none of them compile on 5-STABLE or 6-STABLE at this point. Reset maintainer of coda6_* due to no response to questions about status. Hat: portmgr Revision Changes Path 1.30 +10 -1 ports/net/coda5_server/Makefile 1.7 +8 -1 ports/net/coda6_server/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 4 23: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AA8016A4DE; Tue, 4 Jul 2006 23:52:13 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 014CF43D45; Tue, 4 Jul 2006 23:52:13 +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 k64NqCpp017772; Tue, 4 Jul 2006 23:52:12 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64NqC93017771; Tue, 4 Jul 2006 23:52:12 GMT (envelope-from yongari) Message-Id: <200607042352.k64NqC93017771@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 4 Jul 2006 23:52:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 23:52:13 -0000 yongari 2006-07-04 23:52:12 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add myself. Revision Changes Path 1.183 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-all@FreeBSD.ORG Tue Jul 4 23:55:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19D2C16A4DA; Tue, 4 Jul 2006 23:55:38 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D8EB43D5A; Tue, 4 Jul 2006 23:55:36 +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 k64Ntafw017918; Tue, 4 Jul 2006 23:55:36 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64NtaFc017917; Tue, 4 Jul 2006 23:55:36 GMT (envelope-from anray) Message-Id: <200607042355.k64NtaFc017917@repoman.freebsd.org> From: Andrey Slusar Date: Tue, 4 Jul 2006 23:55:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/emacs-devel Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 23:55:38 -0000 anray 2006-07-04 23:55:36 UTC FreeBSD ports repository Modified files: editors/emacs-devel Makefile pkg-plist Log: - Add `${DATADIR}/${EMACS_VER}/site-lisp' dir to pkg-plist. [1] - Fix reinstall when workdir is not cleaned (ported from editors/emacs). [2] PR: ports/99755 [2] Submitted by: keramida (maintainer) [2] Reported by: linimon (pointyhat) [1] Revision Changes Path 1.5 +21 -1 ports/editors/emacs-devel/Makefile 1.4 +1 -0 ports/editors/emacs-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 5 00: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 491DB16A4DA; Wed, 5 Jul 2006 00:13:49 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 055E343D49; Wed, 5 Jul 2006 00:13:49 +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 k650Dmho019949; Wed, 5 Jul 2006 00:13:48 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k650Dm5C019948; Wed, 5 Jul 2006 00:13:48 GMT (envelope-from clsung) Message-Id: <200607050013.k650Dm5C019948@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 5 Jul 2006 00:13: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/pecl-pecl_http Makefile distinfo ports/www/pecl-pecl_http/files patch-php_http.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, 05 Jul 2006 00:13:49 -0000 clsung 2006-07-05 00:13:48 UTC FreeBSD ports repository Modified files: www/pecl-pecl_http Makefile distinfo Removed files: www/pecl-pecl_http/files patch-php_http.h Log: - Update to 1.0.1 PR: ports/99793 Submitted by: maintainer (Alexander Zhuravlev) Revision Changes Path 1.7 +1 -1 ports/www/pecl-pecl_http/Makefile 1.7 +3 -3 ports/www/pecl-pecl_http/distinfo 1.2 +0 -15 ports/www/pecl-pecl_http/files/patch-php_http.h (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 5 00: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE06716A4DA; Wed, 5 Jul 2006 00:38:46 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33EC143D6E; Wed, 5 Jul 2006 00:38:44 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k650cih0020961; Wed, 5 Jul 2006 00:38:44 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k650cijx020960; Wed, 5 Jul 2006 00:38:44 GMT (envelope-from mezz) Message-Id: <200607050038.k650cijx020960@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 5 Jul 2006 00: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/graphics/comix Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 00:38:47 -0000 mezz 2006-07-05 00:38:44 UTC FreeBSD ports repository Modified files: graphics/comix Makefile distinfo pkg-plist Log: Update to 3.3, see changelog for details: http://comix.sourceforge.net/changelog.html Revision Changes Path 1.19 +3 -3 ports/graphics/comix/Makefile 1.17 +3 -3 ports/graphics/comix/distinfo 1.12 +7 -5 ports/graphics/comix/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 5 00:41:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9994D16A4DD; Wed, 5 Jul 2006 00:41:31 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56FE543D46; Wed, 5 Jul 2006 00:41:31 +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 k650fVjm021161; Wed, 5 Jul 2006 00:41:31 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k650fVPb021160; Wed, 5 Jul 2006 00:41:31 GMT (envelope-from anray) Message-Id: <200607050041.k650fVPb021160@repoman.freebsd.org> From: Andrey Slusar Date: Wed, 5 Jul 2006 00:41:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/tramp Makefile distinfo ports/net/tramp/files patch-texi-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 00:41:31 -0000 anray 2006-07-05 00:41:30 UTC FreeBSD ports repository Modified files: net/tramp Makefile distinfo net/tramp/files patch-texi-Makefile.in Log: Update port from version 2.1.4 to version 2.1.6 PR: ports/99782 Submitted by: Toni Schmidbauer Revision Changes Path 1.29 +1 -1 ports/net/tramp/Makefile 1.21 +3 -3 ports/net/tramp/distinfo 1.2 +30 -27 ports/net/tramp/files/patch-texi-Makefile.in From owner-cvs-all@FreeBSD.ORG Wed Jul 5 00:44:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D9A616A4DA; Wed, 5 Jul 2006 00:44:01 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BD4343D45; Wed, 5 Jul 2006 00:44:01 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k650i1it021249; Wed, 5 Jul 2006 00:44:01 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k650i0Pl021244; Wed, 5 Jul 2006 00:44:00 GMT (envelope-from tmclaugh) Message-Id: <200607050044.k650i0Pl021244@repoman.freebsd.org> From: Tom McLaughlin Date: Wed, 5 Jul 2006 00:44:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/gtksourceview-sharp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 00:44:01 -0000 tmclaugh 2006-07-05 00:44:00 UTC FreeBSD ports repository Modified files: x11-toolkits/gtksourceview-sharp Makefile Log: Change MAINTAINER over to the BSD# mailing list. Project by: BSD# Revision Changes Path 1.2 +1 -1 ports/x11-toolkits/gtksourceview-sharp/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 5 00:49:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54B2116A4DD; Wed, 5 Jul 2006 00:49:27 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1547743D53; Wed, 5 Jul 2006 00:49:27 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k650nQHQ029218; Wed, 5 Jul 2006 00:49:26 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k650nQKB029217; Wed, 5 Jul 2006 00:49:26 GMT (envelope-from thompsa) Message-Id: <200607050049.k650nQKB029217@repoman.freebsd.org> From: Andrew Thompson Date: Wed, 5 Jul 2006 00:49: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/usb if_aue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 00:49:27 -0000 thompsa 2006-07-05 00:49:26 UTC FreeBSD src repository Modified files: sys/dev/usb if_aue.c Log: Change the multicast calculation to be the same as the other usb drivers and avoid calling into the usb code with the lock held. This doenst fix the fundamental usb sleeping problem but at least the adapter can be used. Revision Changes Path 1.97 +6 -5 src/sys/dev/usb/if_aue.c From owner-cvs-all@FreeBSD.ORG Wed Jul 5 01:01:55 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D72E316A4DA; Wed, 5 Jul 2006 01:01:55 +0000 (UTC) (envelope-from bmah@freebsd.org) Received: from a.mail.sonic.net (a.mail.sonic.net [64.142.16.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A83343D45; Wed, 5 Jul 2006 01:01:55 +0000 (GMT) (envelope-from bmah@freebsd.org) Received: from [64.142.31.109] (phantom.kitchenlab.org [64.142.31.109]) (authenticated bits=0) by a.mail.sonic.net (8.13.7/8.13.7) with ESMTP id k6511tbP026379 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Jul 2006 18:01:55 -0700 Message-ID: <44AB0F7E.5090102@freebsd.org> Date: Tue, 04 Jul 2006 18:01:50 -0700 From: "Bruce A. Mah" User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060516) MIME-Version: 1.0 To: "Vanilla I. Shu" References: <200607040828.k648Sj3s009465@repoman.freebsd.org> In-Reply-To: <200607040828.k648Sj3s009465@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=5ba052c3 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigD60116DD2E5E78B0E55E809B" Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/zh_TW.Big5/books/fdp-primer book.sgml doc/zh_TW.Big5/books/fdp-primer/overview chapter.sgml doc/zh_TW.Big5/books/fdp-primer/tools chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 01:01:55 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigD60116DD2E5E78B0E55E809B Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable If memory serves me right, Vanilla I. Shu wrote: > vanilla 2006-07-04 08:28:45 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > zh_TW.Big5/books/fdp-primer book.sgml=20 > zh_TW.Big5/books/fdp-primer/overview chapter.sgml=20 > zh_TW.Big5/books/fdp-primer/tools chapter.sgml=20 > Log: > Merge from chinsan's repo. (That's my 83th doc commit). ^^^^^^^^^^^^^^^^^^^^^^^^^ Wow, you're actually keeping count?!? :-) Bruce. --------------enigD60116DD2E5E78B0E55E809B 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.3 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEqw+C2MoxcVugUsMRAq04AKDzd06oNdk4EKUfnMYp/6FIXCbvNACeMOj/ OuC3ORianqBphJoXPPElkvQ= =YclT -----END PGP SIGNATURE----- --------------enigD60116DD2E5E78B0E55E809B-- From owner-cvs-all@FreeBSD.ORG Wed Jul 5 01:13:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B91916A4DD; Wed, 5 Jul 2006 01:13:58 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A9D543D45; Wed, 5 Jul 2006 01:13:56 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k651Dg0G010566 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 5 Jul 2006 04:13:43 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k651Dala023624; Wed, 5 Jul 2006 04:13:36 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k651DZda023623; Wed, 5 Jul 2006 04:13:36 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 5 Jul 2006 04:13:34 +0300 From: Giorgos Keramidas To: "Bruce A. Mah" Message-ID: <20060705011334.GA23580@gothmog.pc> References: <200607040828.k648Sj3s009465@repoman.freebsd.org> <44AB0F7E.5090102@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44AB0F7E.5090102@freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.565, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org, "Vanilla I. Shu" Subject: Re: cvs commit: doc/zh_TW.Big5/books/fdp-primer book.sgml doc/zh_TW.Big5/books/fdp-primer/overview chapter.sgml doc/zh_TW.Big5/books/fdp-primer/tools chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 01:13:58 -0000 On 2006-07-04 18:01, "Bruce A. Mah" wrote: > If memory serves me right, Vanilla I. Shu wrote: > > vanilla 2006-07-04 08:28:45 UTC > > > > FreeBSD doc repository > > > > Modified files: > > zh_TW.Big5/books/fdp-primer book.sgml > > zh_TW.Big5/books/fdp-primer/overview chapter.sgml > > zh_TW.Big5/books/fdp-primer/tools chapter.sgml > > Log: > > Merge from chinsan's repo. (That's my 83th doc commit). > ^^^^^^^^^^^^^^^^^^^^^^^^^ > Wow, you're actually keeping count?!? :-) Heh, I thought the same thing. I'll probably start counting only when I approach my 1024th commit :) HEHE! From owner-cvs-all@FreeBSD.ORG Wed Jul 5 02: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E759A16A4DD; Wed, 5 Jul 2006 02:00:56 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6EC743D53; Wed, 5 Jul 2006 02:00:56 +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 k6520u8r033959; Wed, 5 Jul 2006 02:00:56 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6520uch033958; Wed, 5 Jul 2006 02:00:56 GMT (envelope-from yongari) Message-Id: <200607050200.k6520uch033958@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 5 Jul 2006 02:00:56 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/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: Wed, 05 Jul 2006 02:00:57 -0000 yongari 2006-07-05 02:00:56 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add myself. Revision Changes Path 1.390 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent From owner-cvs-all@FreeBSD.ORG Wed Jul 5 02:04:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E82D16A4DA; Wed, 5 Jul 2006 02:04:31 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0CD143D4C; Wed, 5 Jul 2006 02:04:30 +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 k6524UeW035292; Wed, 5 Jul 2006 02:04:30 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6524UxI035291; Wed, 5 Jul 2006 02:04:30 GMT (envelope-from yongari) Message-Id: <200607050204.k6524UxI035291@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 5 Jul 2006 02:04:30 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors 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: Wed, 05 Jul 2006 02:04:31 -0000 yongari 2006-07-05 02:04:30 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml Log: Add myself to the section of Contributors List. Revision Changes Path 1.138 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 5 02:11:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0656E16A4DD; Wed, 5 Jul 2006 02:11:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8F6443D45; Wed, 5 Jul 2006 02:11:20 +0000 (GMT) (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 k652BK9u035687; Wed, 5 Jul 2006 02:11:20 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k652BKAY035686; Wed, 5 Jul 2006 02:11:20 GMT (envelope-from linimon) Message-Id: <200607050211.k652BKAY035686@repoman.freebsd.org> From: Mark Linimon Date: Wed, 5 Jul 2006 02:11:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.scons.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 02:11:21 -0000 linimon 2006-07-05 02:11:20 UTC FreeBSD ports repository Added files: Mk bsd.scons.mk Log: Add common logic to support ports using the Python-based SCons build system. PR: ports/98731 Submitted by: Alexander Botero-Lowry Revision Changes Path 1.1 +85 -0 ports/Mk/bsd.scons.mk (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 5 02:13:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA54316A4DF; Wed, 5 Jul 2006 02:13:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6935E43D4C; Wed, 5 Jul 2006 02:13:13 +0000 (GMT) (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 k652DD9W035757; Wed, 5 Jul 2006 02:13:13 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k652DDZt035756; Wed, 5 Jul 2006 02:13:13 GMT (envelope-from linimon) Message-Id: <200607050213.k652DDZt035756@repoman.freebsd.org> From: Mark Linimon Date: Wed, 5 Jul 2006 02:13: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.wx.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 02:13:13 -0000 linimon 2006-07-05 02:13:12 UTC FreeBSD ports repository Added files: Mk bsd.wx.mk Log: Add common code to support for WxWidgets based ports. PR: ports/89398 Submitted by: alepulver Revision Changes Path 1.1 +534 -0 ports/Mk/bsd.wx.mk (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 5 02:16:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE72316A4E1; Wed, 5 Jul 2006 02:16:29 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68FA543D4C; Wed, 5 Jul 2006 02:16:29 +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 k652GTaT035918; Wed, 5 Jul 2006 02:16:29 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k652GTtN035917; Wed, 5 Jul 2006 02:16:29 GMT (envelope-from bde) Message-Id: <200607050216.k652GTtN035917@repoman.freebsd.org> From: Bruce Evans Date: Wed, 5 Jul 2006 02:16: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/lib/msun/src e_scalbf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 02:16:29 -0000 bde 2006-07-05 02:16:29 UTC FreeBSD src repository Modified files: lib/msun/src e_scalbf.c Log: Backed out rev.1.10. It tried to implement ldexpf() as a weak reference to scalbf(), but ldexpf() cannot be implemented in that way since the types of the second parameter differ. ldexpf() can be implemented as a weak or strong reference to scalbnf() (*) but that was already done long before rev.1.10 was committed. The old implementation uses a reference, so rev.1.10 had no effect on applications. The C files for the scalb() family are not used for amd64 or i386, so rev.1.10 had even less effect for these arches. (*) scalbnf() raises the radix to the given exponent, while ldexpf() raises 2 to the given exponent. Thus the functions are equivalent except possibly for their error handling iff the radix is 2. Standards more or less require identical error handling. Under FreeBSD, the functions are equivalent except for more details being missing in scalbnf()'s man page. Revision Changes Path 1.11 +0 -2 src/lib/msun/src/e_scalbf.c From owner-cvs-all@FreeBSD.ORG Wed Jul 5 02:17:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4911A16A60D; Wed, 5 Jul 2006 02:17:04 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A95F43D46; Wed, 5 Jul 2006 02:17:03 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k652H3ld035991; Wed, 5 Jul 2006 02:17:03 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k652H3Om035990; Wed, 5 Jul 2006 02:17:03 GMT (envelope-from mezz) Message-Id: <200607050217.k652H3Om035990@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 5 Jul 2006 02:17:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/fluxbox-devel Makefile ports/x11-wm/fluxbox-devel/files patch-fix_iconvmenu_crash X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 02:17:07 -0000 mezz 2006-07-05 02:17:03 UTC FreeBSD ports repository Modified files: x11-wm/fluxbox-devel Makefile Added files: x11-wm/fluxbox-devel/files patch-fix_iconvmenu_crash Log: Fix the crash at the startup, bump the PORTREVISION. Reported by: Scott Robbins , Tim Bugs tracker: http://tinyurl.com/hjhnt (sourceforge.net, included a patch) Patch by: Simon Bowden (Fluxbox developer) Revision Changes Path 1.57 +1 -0 ports/x11-wm/fluxbox-devel/Makefile 1.1 +13 -0 ports/x11-wm/fluxbox-devel/files/patch-fix_iconvmenu_crash (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 5 02:18:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D7C116A4E1; Wed, 5 Jul 2006 02:18:10 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5E7E43D49; Wed, 5 Jul 2006 02:18:09 +0000 (GMT) (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 k652I9pU036074; Wed, 5 Jul 2006 02:18:09 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k652I91v036073; Wed, 5 Jul 2006 02:18:09 GMT (envelope-from linimon) Message-Id: <200607050218.k652I91v036073@repoman.freebsd.org> From: Mark Linimon Date: Wed, 5 Jul 2006 02:18:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.autotools.mk bsd.database.mk bsd.gcc.mk bsd.gnome.mk bsd.gstreamer.mk bsd.kde.mk bsd.php.mk bsd.port.mk bsd.ruby.mk bsd.sdl.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 02:18:10 -0000 linimon 2006-07-05 02:18:09 UTC FreeBSD ports repository Modified files: Mk bsd.autotools.mk bsd.database.mk bsd.gcc.mk bsd.gnome.mk bsd.gstreamer.mk bsd.kde.mk bsd.php.mk bsd.port.mk bsd.ruby.mk bsd.sdl.mk Log: * Change all bogus uses of BROKEN to IGNORE. Note: the BROKEN_WITH_* forms are retained for compatibility but deprecated [1] * Add sha256 to CHECKSUM_ALGORITHMS [2] * Remove some whitespace [2] * Add USE_SCONS and bsd.scons.mk for the Python-based SCons build system [3] * Fix USE_LDCONFIG with non-default PREFIX [4] * Add USE_WX and friends, and bsd.wx.mk, for common code for WxWidgets support [5] * Add 'make missing' to show missing dependencies [6] * Fix DESKTOP_ENTRIES processing on 4.x [7] PR: 92445 [1], 98206 [2], 98731 [3], 99370 [4], 89398 [5], 93601 [6], 98891 [7] Submitted by: linimon [1], edwin [2], alex at foxybanana dot com [3], gerald [4], flz [4], alepulver [5], alex at fafula dot com [6], shaun [7] Revision Changes Path 1.24 +5 -5 ports/Mk/bsd.autotools.mk 1.14 +23 -15 ports/Mk/bsd.database.mk 1.8 +3 -3 ports/Mk/bsd.gcc.mk 1.130 +7 -7 ports/Mk/bsd.gnome.mk 1.21 +3 -3 ports/Mk/bsd.gstreamer.mk 1.62 +3 -3 ports/Mk/bsd.kde.mk 1.31 +8 -4 ports/Mk/bsd.php.mk 1.536 +71 -29 ports/Mk/bsd.port.mk 1.152 +4 -4 ports/Mk/bsd.ruby.mk 1.10 +2 -2 ports/Mk/bsd.sdl.mk From owner-cvs-all@FreeBSD.ORG Wed Jul 5 02:18:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8F4516A4DE; Wed, 5 Jul 2006 02:18:33 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 802CE43D55; Wed, 5 Jul 2006 02:18:29 +0000 (GMT) (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 k652ISHK036105; Wed, 5 Jul 2006 02:18:28 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k652ISps036104; Wed, 5 Jul 2006 02:18:28 GMT (envelope-from linimon) Message-Id: <200607050218.k652ISps036104@repoman.freebsd.org> From: Mark Linimon Date: Wed, 5 Jul 2006 02:18:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports CHANGES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 02:18:33 -0000 linimon 2006-07-05 02:18:28 UTC FreeBSD ports repository Modified files: . CHANGES Log: Add latest changes in bsd.*.mk. Revision Changes Path 1.54 +23 -1 ports/CHANGES From owner-cvs-all@FreeBSD.ORG Wed Jul 5 02:22:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7D8B16A4DD; Wed, 5 Jul 2006 02:22:22 +0000 (UTC) (envelope-from clsung@FreeBSD.csie.nctu.edu.tw) Received: from FreeBSD.csie.nctu.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4524243D45; Wed, 5 Jul 2006 02:22:22 +0000 (GMT) (envelope-from clsung@FreeBSD.csie.nctu.edu.tw) Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1]) by FreeBSD.csie.nctu.edu.tw (Postfix) with ESMTP id 833457E93B; Wed, 5 Jul 2006 10:24:02 +0800 (CST) Received: from FreeBSD.csie.nctu.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xudNz3pIEZ28; Wed, 5 Jul 2006 10:24:01 +0800 (CST) Received: by FreeBSD.csie.nctu.edu.tw (Postfix, from userid 1038) id 618747E956; Wed, 5 Jul 2006 10:24:01 +0800 (CST) Date: Wed, 5 Jul 2006 10:24:01 +0800 From: Cheng-Lung Sung To: Renato Botelho Message-ID: <20060705022401.GA35718@FreeBSD.csie.nctu.edu.tw> References: <200607042312.k64NCAif016030@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0F1p//8PRICkK4MW" Content-Disposition: inline In-Reply-To: <200607042312.k64NCAif016030@repoman.freebsd.org> X-Fingerprint: E0BC 57F9 F44B 46C6 DB53 8462 F807 89F3 956E 8BC1 X-Public-Key: http://sungsung.dragon2.net/pubring.asc User-Agent: Mutt/1.5.11 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Tools/scripts addport X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 02:22:22 -0000 --0F1p//8PRICkK4MW Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 04, 2006 at 11:12:10PM +0000, Renato Botelho wrote: > garga 2006-07-04 23:12:10 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > Tools/scripts addport=20 > Log: > When automatic commit log is generated, change @ to " at " on submitter= email > to prevent spam > =20 > Revision Changes Path > 1.49 +2 -1 ports/Tools/scripts/addport That's great. Thanks. --=20 Cheng-Lung Sung - clsung@ --0F1p//8PRICkK4MW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFEqyLA+AeJ85Vui8ERAhaWAJ9zxjgerQ3FryBdwX0RUGKeVjkDhQCfSK50 Plf2ua3UkdY7oiA3SdaCDbA= =5gx6 -----END PGP SIGNATURE----- --0F1p//8PRICkK4MW-- From owner-cvs-all@FreeBSD.ORG Wed Jul 5 02: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6CEF16A4DA; Wed, 5 Jul 2006 02:30:58 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85BB343D49; Wed, 5 Jul 2006 02:30:58 +0000 (GMT) (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 k652UwON037385; Wed, 5 Jul 2006 02:30:58 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k652Uwu8037384; Wed, 5 Jul 2006 02:30:58 GMT (envelope-from linimon) Message-Id: <200607050230.k652Uwu8037384@repoman.freebsd.org> From: Mark Linimon Date: Wed, 5 Jul 2006 02:30: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/benchmarks/sysbench Makefile ports/databases/ip4r Makefile ports/databases/mysql-administrator Makefile ports/databases/mysql-connector-odbc Makefile ports/databases/mysql-query-browser Makefile ports/databases/mysqlcc Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 02:30:59 -0000 linimon 2006-07-05 02:30:58 UTC FreeBSD ports repository Modified files: benchmarks/sysbench Makefile databases/ip4r Makefile databases/mysql-administrator Makefile databases/mysql-connector-odbc Makefile databases/mysql-query-browser Makefile databases/mysqlcc Makefile databases/pecl-paradox Makefile databases/pgadmin3 Makefile deskutils/phprojekt Makefile devel/bugzilla Makefile devel/pear-PHPUnit2 Makefile devel/pear-PHP_Beautifier Makefile devel/pecl-operator Makefile graphics/jpgraph Makefile lang/php4-extensions Makefile lang/php5-extensions Makefile net/phpldapadmin Makefile net-p2p/torrentflux Makefile print/phppdflib Makefile security/pecl-filter Makefile security/pfw Makefile security/php4-cryptopp Makefile shells/bush Makefile sysutils/dtc Makefile www/abcache Makefile www/autoindex Makefile www/autoindex2 Makefile www/campsite Makefile www/fluxcms Makefile www/mod_auth_cookie_mysql Makefile www/mod_auth_cookie_mysql2 Makefile www/php-dyn Makefile www/php-screw Makefile www/php-templates Makefile www/siteframe Makefile www/usermanager Makefile www/xaraya Makefile x11-toolkits/php-gtk Makefile Log: Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705. PR: ports/92445 Hat: portmgr Revision Changes Path 1.7 +1 -1 ports/benchmarks/sysbench/Makefile 1.3 +1 -1 ports/databases/ip4r/Makefile 1.30 +1 -1 ports/databases/mysql-administrator/Makefile 1.21 +1 -1 ports/databases/mysql-connector-odbc/Makefile 1.2 +1 -1 ports/databases/mysql-query-browser/Makefile 1.10 +1 -1 ports/databases/mysqlcc/Makefile 1.3 +1 -1 ports/databases/pecl-paradox/Makefile 1.26 +2 -2 ports/databases/pgadmin3/Makefile 1.5 +1 -1 ports/deskutils/phprojekt/Makefile 1.46 +1 -1 ports/devel/bugzilla/Makefile 1.15 +1 -1 ports/devel/pear-PHPUnit2/Makefile 1.9 +1 -1 ports/devel/pear-PHP_Beautifier/Makefile 1.3 +1 -1 ports/devel/pecl-operator/Makefile 1.20 +1 -1 ports/graphics/jpgraph/Makefile 1.9 +1 -1 ports/lang/php4-extensions/Makefile 1.12 +1 -1 ports/lang/php5-extensions/Makefile 1.4 +1 -1 ports/net-p2p/torrentflux/Makefile 1.19 +1 -1 ports/net/phpldapadmin/Makefile 1.8 +1 -1 ports/print/phppdflib/Makefile 1.2 +1 -1 ports/security/pecl-filter/Makefile 1.15 +1 -1 ports/security/pfw/Makefile 1.6 +1 -1 ports/security/php4-cryptopp/Makefile 1.7 +1 -1 ports/shells/bush/Makefile 1.8 +1 -1 ports/sysutils/dtc/Makefile 1.11 +1 -1 ports/www/abcache/Makefile 1.5 +1 -1 ports/www/autoindex/Makefile 1.8 +1 -1 ports/www/autoindex2/Makefile 1.10 +1 -1 ports/www/campsite/Makefile 1.5 +1 -0 ports/www/fluxcms/Makefile 1.7 +1 -1 ports/www/mod_auth_cookie_mysql/Makefile 1.7 +1 -1 ports/www/mod_auth_cookie_mysql2/Makefile 1.8 +1 -1 ports/www/php-dyn/Makefile 1.12 +1 -1 ports/www/php-screw/Makefile 1.12 +1 -1 ports/www/php-templates/Makefile 1.3 +2 -2 ports/www/siteframe/Makefile 1.6 +1 -1 ports/www/usermanager/Makefile 1.6 +1 -1 ports/www/xaraya/Makefile 1.26 +1 -1 ports/x11-toolkits/php-gtk/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 5 02:32:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B843116A4DA; Wed, 5 Jul 2006 02:32:55 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76A7243D4C; Wed, 5 Jul 2006 02:32:55 +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 k652WtKs037493; Wed, 5 Jul 2006 02:32:55 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k652WtnB037492; Wed, 5 Jul 2006 02:32:55 GMT (envelope-from davidxu) Message-Id: <200607050232.k652WtnB037492@repoman.freebsd.org> From: David Xu Date: Wed, 5 Jul 2006 02:32:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 02:32:55 -0000 davidxu 2006-07-05 02:32:55 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC sys/amd64/conf GENERIC Log: Temporarily remove SCHED_CORE, it seems I have so many works can do now, one example is POSIX priority mutex for libthr. Revision Changes Path 1.463 +0 -1 src/sys/amd64/conf/GENERIC 1.453 +0 -1 src/sys/i386/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Wed Jul 5 02:40:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E15AA16A4E7; Wed, 5 Jul 2006 02:40:47 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B32FC43D46; Wed, 5 Jul 2006 02:40:47 +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 k652elIh038034; Wed, 5 Jul 2006 02:40:47 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k652el9g038033; Wed, 5 Jul 2006 02:40:47 GMT (envelope-from ahze) Message-Id: <200607050240.k652el9g038033@repoman.freebsd.org> From: Michael Johnson Date: Wed, 5 Jul 2006 02: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/x11-themes Makefile ports/x11-themes/rezlooks 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, 05 Jul 2006 02:40:48 -0000 ahze 2006-07-05 02:40:47 UTC FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/rezlooks Makefile distinfo pkg-descr pkg-plist Log: Rezlooks is a GTK+2 theme engine based on the Cairo-enabled CVS Clearlooks engine code. WWW: http://www.gnome-look.org/content/show.php?content=39179 PR: ports/99769 Submitted by: brandoncash@gmail.com Revision Changes Path 1.150 +1 -0 ports/x11-themes/Makefile 1.1 +31 -0 ports/x11-themes/rezlooks/Makefile (new) 1.1 +3 -0 ports/x11-themes/rezlooks/distinfo (new) 1.1 +4 -0 ports/x11-themes/rezlooks/pkg-descr (new) 1.1 +2 -0 ports/x11-themes/rezlooks/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 5 02: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B5F416A4E6; Wed, 5 Jul 2006 02:41:20 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AE3143D45; Wed, 5 Jul 2006 02:41:20 +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 k652fKbA038108; Wed, 5 Jul 2006 02:41:20 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k652fKG3038107; Wed, 5 Jul 2006 02:41:20 GMT (envelope-from ahze) Message-Id: <200607050241.k652fKG3038107@repoman.freebsd.org> From: Michael Johnson Date: Wed, 5 Jul 2006 02:41:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 02:41:20 -0000 ahze 2006-07-05 02:41:20 UTC FreeBSD ports repository Modified files: . modules Log: rezlooks --> ports/x11-themes/rezlooks Revision Changes Path 1.15505 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 5 02:44:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CD6A16A4DE; Wed, 5 Jul 2006 02:44:56 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DDE143D6D; Wed, 5 Jul 2006 02:44:56 +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 k652iuLL038306; Wed, 5 Jul 2006 02:44:56 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k652iuSF038305; Wed, 5 Jul 2006 02:44:56 GMT (envelope-from clsung) Message-Id: <200607050244.k652iuSF038305@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 5 Jul 2006 02:44:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/opal Makefile distinfo pkg-plist ports/net/opal/files patch-Makefile.in patch-libspeex X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 02:44:56 -0000 clsung 2006-07-05 02:44:55 UTC FreeBSD ports repository Modified files: net/opal Makefile distinfo pkg-plist net/opal/files patch-Makefile.in patch-libspeex Log: - update to 2.2.2 - This is an update of net/ekiga and net/opal. Requires the latest update to pwlib (FreeBSD port is uptodate since one week). This update also incorporates a new user-contributed patch, see Bug 345308 - Keypad does not work properly at http://bugzilla.gnome.org/show_bug.cgi?id=345308 PR: ports/99764 Submitted by: maintainer (Jean-Baptiste Quenot) Revision Changes Path 1.77 +5 -5 ports/net/opal/Makefile 1.28 +3 -3 ports/net/opal/distinfo 1.2 +5 -5 ports/net/opal/files/patch-Makefile.in 1.2 +3 -3 ports/net/opal/files/patch-libspeex 1.10 +1 -1 ports/net/opal/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 5 02: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85AAF16A4DA; Wed, 5 Jul 2006 02:49:16 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A2A943D58; Wed, 5 Jul 2006 02:49: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 k652nGmr038647; Wed, 5 Jul 2006 02:49:16 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k652nGUf038646; Wed, 5 Jul 2006 02:49:16 GMT (envelope-from clsung) Message-Id: <200607050249.k652nGUf038646@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 5 Jul 2006 02:49: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/ekiga Makefile distinfo ports/net/ekiga/files patch-src-gui-main.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 02:49:16 -0000 clsung 2006-07-05 02:49:16 UTC FreeBSD ports repository Modified files: net/ekiga Makefile distinfo Added files: net/ekiga/files patch-src-gui-main.cpp Log: - update to 2.0.2 - his is an update of net/ekiga and net/opal. Requires the latest update to pwlib (FreeBSD port is uptodate since one week). This update also incorporates a new user-contributed patch, see Bug 345308 - Keypad does not work properly at http://bugzilla.gnome.org/show_bug.cgi?id=345308 PR: ports/99764 Submitted by: maintainer (Jean-Baptiste Quenot) Revision Changes Path 1.62 +1 -4 ports/net/ekiga/Makefile 1.17 +3 -3 ports/net/ekiga/distinfo 1.1 +11 -0 ports/net/ekiga/files/patch-src-gui-main.cpp (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 5 02:56:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCEEA16A4DA; Wed, 5 Jul 2006 02:56:56 +0000 (UTC) (envelope-from mj@feral.com) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 902C143D49; Wed, 5 Jul 2006 02:56:56 +0000 (GMT) (envelope-from mj@feral.com) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.6/8.13.6) with ESMTP id k652uuLk017028; Tue, 4 Jul 2006 19:56:56 -0700 (PDT) (envelope-from mj@feral.com) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.6/8.13.6/Submit) with ESMTP id k652uuOt017025; Tue, 4 Jul 2006 19:56:56 -0700 (PDT) (envelope-from mj@feral.com) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Tue, 4 Jul 2006 19:56:56 -0700 (PDT) From: Matthew Jacob X-X-Sender: mjacob@ns1.feral.com To: David Xu In-Reply-To: <200607050232.k652WtnB037492@repoman.freebsd.org> Message-ID: <20060704195646.O17024@ns1.feral.com> References: <200607050232.k652WtnB037492@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/i386/conf GENERIC src/sys/amd64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Jacob List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 02:56:57 -0000 I'm sorry, David- can you clarify this? On Wed, 5 Jul 2006, David Xu wrote: > davidxu 2006-07-05 02:32:55 UTC > > FreeBSD src repository > > Modified files: > sys/i386/conf GENERIC > sys/amd64/conf GENERIC > Log: > Temporarily remove SCHED_CORE, it seems I have so many works can do now, > one example is POSIX priority mutex for libthr. > > Revision Changes Path > 1.463 +0 -1 src/sys/amd64/conf/GENERIC > 1.453 +0 -1 src/sys/i386/conf/GENERIC > From owner-cvs-all@FreeBSD.ORG Wed Jul 5 03:05:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from [127.0.0.1] (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 649AA16A4DA; Wed, 5 Jul 2006 03:05:35 +0000 (UTC) (envelope-from davidxu@freebsd.org) Message-ID: <44AB2C81.4030001@freebsd.org> Date: Wed, 05 Jul 2006 11:05:37 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060519 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew Jacob References: <200607050232.k652WtnB037492@repoman.freebsd.org> <20060704195646.O17024@ns1.feral.com> In-Reply-To: <20060704195646.O17024@ns1.feral.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 03:05:36 -0000 Matthew Jacob wrote: > > > I'm sorry, David- can you clarify this? > > On Wed, 5 Jul 2006, David Xu wrote: > >> davidxu 2006-07-05 02:32:55 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/i386/conf GENERIC >> sys/amd64/conf GENERIC >> Log: >> Temporarily remove SCHED_CORE, it seems I have so many works can do now, >> one example is POSIX priority mutex for libthr. >> >> Revision Changes Path >> 1.463 +0 -1 src/sys/amd64/conf/GENERIC >> 1.453 +0 -1 src/sys/i386/conf/GENERIC >> > > Well, I was challenged that libthr lacks of POSIX priority mutex supports, I think I will create a branch in perforce to start the project, I may not have enough time to work in the scheduler for a while. From owner-cvs-all@FreeBSD.ORG Wed Jul 5 03:09:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CE3D16A4E7; Wed, 5 Jul 2006 03:09:19 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97ECC43D58; Wed, 5 Jul 2006 03:09:18 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6539Im4040744; Wed, 5 Jul 2006 03:09:18 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6539ILL040743; Wed, 5 Jul 2006 03:09:18 GMT (envelope-from vanilla) Message-Id: <200607050309.k6539ILL040743@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 5 Jul 2006 03:09:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/eet Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 03:09:19 -0000 vanilla 2006-07-05 03:09:18 UTC FreeBSD ports repository Modified files: devel/eet Makefile distinfo Log: Upgrade to latest version. PR: ports/99770 Submitted by: Stanislav Sedov Revision Changes Path 1.19 +1 -1 ports/devel/eet/Makefile 1.16 +3 -3 ports/devel/eet/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 5 03:11:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AC4816A4DA; Wed, 5 Jul 2006 03:11:19 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D21F443D4C; Wed, 5 Jul 2006 03:11:18 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k653BIT2040891; Wed, 5 Jul 2006 03:11:18 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k653BI4q040890; Wed, 5 Jul 2006 03:11:18 GMT (envelope-from vanilla) Message-Id: <200607050311.k653BI4q040890@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 5 Jul 2006 03:11:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/evas Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 03:11:19 -0000 vanilla 2006-07-05 03:11:18 UTC FreeBSD ports repository Modified files: graphics/evas Makefile distinfo Log: Upgrade to latest version. PR: ports/99771 Submitted by: Stanislav Sedov Revision Changes Path 1.37 +2 -8 ports/graphics/evas/Makefile 1.20 +3 -3 ports/graphics/evas/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 5 03:12:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFCD416A4EB; Wed, 5 Jul 2006 03:12:11 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 490D743D58; Wed, 5 Jul 2006 03:12:11 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k653CB2X040940; Wed, 5 Jul 2006 03:12:11 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k653CBRX040939; Wed, 5 Jul 2006 03:12:11 GMT (envelope-from vanilla) Message-Id: <200607050312.k653CBRX040939@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 5 Jul 2006 03: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/x11/ecore Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 03:12:11 -0000 vanilla 2006-07-05 03:12:11 UTC FreeBSD ports repository Modified files: x11/ecore Makefile distinfo Log: Upgrade to latest version. PR: ports/99772 Submitted by: Stanislav Sedov Revision Changes Path 1.29 +1 -1 ports/x11/ecore/Makefile 1.16 +3 -3 ports/x11/ecore/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 5 03:12:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7526216A512; Wed, 5 Jul 2006 03:12:45 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31A6443D45; Wed, 5 Jul 2006 03:12:45 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k653Cj8b040994; Wed, 5 Jul 2006 03:12:45 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k653Cj4q040993; Wed, 5 Jul 2006 03:12:45 GMT (envelope-from vanilla) Message-Id: <200607050312.k653Cj4q040993@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 5 Jul 2006 03:12:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/edje Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 03:12:45 -0000 vanilla 2006-07-05 03:12:45 UTC FreeBSD ports repository Modified files: graphics/edje Makefile distinfo Log: Upgrade to latest version. PR: ports/99774 Submitted by: Stanislav Sedov Revision Changes Path 1.19 +1 -1 ports/graphics/edje/Makefile 1.13 +3 -3 ports/graphics/edje/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 5 03:13:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 155EC16A4E7; Wed, 5 Jul 2006 03:13:16 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7DE543D4C; Wed, 5 Jul 2006 03:13:15 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k653DFoe041049; Wed, 5 Jul 2006 03:13:15 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k653DFkm041048; Wed, 5 Jul 2006 03:13:15 GMT (envelope-from vanilla) Message-Id: <200607050313.k653DFkm041048@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 5 Jul 2006 03:13: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/lang/embryo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 03:13:16 -0000 vanilla 2006-07-05 03:13:15 UTC FreeBSD ports repository Modified files: lang/embryo Makefile distinfo Log: Upgrade to latest version. PR: ports/99775 Submitted by: Stanislav Sedov Revision Changes Path 1.20 +1 -1 ports/lang/embryo/Makefile 1.16 +3 -3 ports/lang/embryo/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 5 03:14:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 674FA16A4DD; Wed, 5 Jul 2006 03:14:14 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BBFA43D7B; Wed, 5 Jul 2006 03:14:10 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k653EAuc041123; Wed, 5 Jul 2006 03:14:10 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k653EArT041122; Wed, 5 Jul 2006 03:14:10 GMT (envelope-from vanilla) Message-Id: <200607050314.k653EArT041122@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 5 Jul 2006 03:14: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-wm/enlightenment-devel Makefile distinfo pkg-plist ports/x11-wm/enlightenment-devel/files patch-data_themes_default_icons.edc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 03:14:14 -0000 vanilla 2006-07-05 03:14:09 UTC FreeBSD ports repository Modified files: x11-wm/enlightenment-devel Makefile distinfo pkg-plist Added files: x11-wm/enlightenment-devel/files patch-data_themes_default_icons.edc Log: Upgrade to latest version, add a patch for default_icon. PR: ports/99778 Submitted by: Stanislav Sedov Revision Changes Path 1.106 +1 -1 ports/x11-wm/enlightenment-devel/Makefile 1.39 +3 -3 ports/x11-wm/enlightenment-devel/distinfo 1.1 +19 -0 ports/x11-wm/enlightenment-devel/files/patch-data_themes_default_icons.edc (new) 1.39 +6 -24 ports/x11-wm/enlightenment-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 5 04:17:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A36916A4EB for ; Wed, 5 Jul 2006 04:17:39 +0000 (UTC) (envelope-from lehmann@ans-netz.de) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [83.136.81.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9650643D4C for ; Wed, 5 Jul 2006 04:17:37 +0000 (GMT) (envelope-from lehmann@ans-netz.de) Received: (qmail 75289 invoked by uid 89); 5 Jul 2006 04:17:34 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (83.136.81.185) by avocado.salatschuessel.net with SMTP; 5 Jul 2006 04:17:34 -0000 Date: Wed, 5 Jul 2006 06:19:07 +0200 From: Oliver Lehmann To: Cheng-Lung Sung Message-Id: <20060705061907.0dfcaf00.lehmann@ans-netz.de> In-Reply-To: <20060705022401.GA35718@FreeBSD.csie.nctu.edu.tw> References: <200607042312.k64NCAif016030@repoman.freebsd.org> <20060705022401.GA35718@FreeBSD.csie.nctu.edu.tw> X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.19; amd64-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, garga@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Tools/scripts addport X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 04:17:39 -0000 Cheng-Lung Sung wrote: > That's great. Thanks. And probably useless to prevent any spam. -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ From owner-cvs-all@FreeBSD.ORG Wed Jul 5 04:54:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FCB416A4E9; Wed, 5 Jul 2006 04:54:32 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AF8243D4C; Wed, 5 Jul 2006 04:54:32 +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 k654sVBw060678; Wed, 5 Jul 2006 04:54:31 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k654sVAO060677; Wed, 5 Jul 2006 04:54:31 GMT (envelope-from mezz) Message-Id: <200607050454.k654sVAO060677@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 5 Jul 2006 04:54:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/linux-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, 05 Jul 2006 04:54:32 -0000 mezz 2006-07-05 04:54:31 UTC FreeBSD ports repository Modified files: textproc/linux-aspell Makefile Log: Drop the maintainership, I don't take care of this port very well. Revision Changes Path 1.8 +1 -1 ports/textproc/linux-aspell/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 5 04:56:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0693E16A4DF; Wed, 5 Jul 2006 04:56:51 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8BEF43D49; Wed, 5 Jul 2006 04:56:50 +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 k654uoAB060849; Wed, 5 Jul 2006 04:56:50 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k654uo80060848; Wed, 5 Jul 2006 04:56:50 GMT (envelope-from yongari) Message-Id: <200607050456.k654uo80060848@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 5 Jul 2006 04:56: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/dev/sk if_sk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 04:56:51 -0000 yongari 2006-07-05 04:56:50 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c Log: Fix typo in comment. Submitted by: brad AT OpenBSD DOT org Revision Changes Path 1.126 +2 -2 src/sys/dev/sk/if_sk.c From owner-cvs-all@FreeBSD.ORG Wed Jul 5 06:10:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06D2F16A4E7; Wed, 5 Jul 2006 06:10:34 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DE3C43D83; Wed, 5 Jul 2006 06:10:23 +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 k656ALRQ066171; Wed, 5 Jul 2006 06:10:21 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k656ALjA066170; Wed, 5 Jul 2006 06:10:21 GMT (envelope-from bde) Message-Id: <200607050610.k656ALjA066170@repoman.freebsd.org> From: Bruce Evans Date: Wed, 5 Jul 2006 06: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/ia64/include ieeefp.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, 05 Jul 2006 06:10:34 -0000 bde 2006-07-05 06:10:21 UTC FreeBSD src repository Modified files: sys/ia64/include ieeefp.h Log: Fixed FP_R*. fp{get_set}round() apparently never worked on ia64, since the alpha values were used and are quite different. Fixed some style bugs by copying from the i386 version where it is better. Revision Changes Path 1.5 +5 -5 src/sys/ia64/include/ieeefp.h From owner-cvs-all@FreeBSD.ORG Wed Jul 5 06:12:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E35F816A4E6; Wed, 5 Jul 2006 06:12:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FBC643D45; Wed, 5 Jul 2006 06:12:55 +0000 (GMT) (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 k656Ctrv066326; Wed, 5 Jul 2006 06:12:55 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k656CtsN066325; Wed, 5 Jul 2006 06:12:55 GMT (envelope-from linimon) Message-Id: <200607050612.k656CtsN066325@repoman.freebsd.org> From: Mark Linimon Date: Wed, 5 Jul 2006 06:12:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ports chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 06:12:56 -0000 linimon 2006-07-05 06:12:55 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/ports chapter.sgml Log: Rework the text about ports/UPDATING to make it more visible. Add some text while I am here. Based on: PR: docs/99795 Submitted by: clsung Revision Changes Path 1.259 +14 -6 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 5 06:53:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED02016A4E1; Wed, 5 Jul 2006 06:53:24 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B802143D46; Wed, 5 Jul 2006 06:53: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 k656rOmK067938; Wed, 5 Jul 2006 06:53:24 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k656rO58067937; Wed, 5 Jul 2006 06:53:24 GMT (envelope-from clsung) Message-Id: <200607050653.k656rO58067937@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 5 Jul 2006 06:53: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/otrs Makefile distinfo pkg-descr pkg-message pkg-plist ports/www/otrs/files patch-Kernel-Config.pm.dist patch-bin-SetPermissions.sh pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 06:53:25 -0000 clsung 2006-07-05 06:53:24 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/otrs Makefile distinfo pkg-descr pkg-message pkg-plist www/otrs/files patch-Kernel-Config.pm.dist patch-bin-SetPermissions.sh pkg-install.in Log: Add otrs 2.0.4, open Ticket Request System. PR: ports/99792 Submitted by: Nick Barkas Revision Changes Path 1.1483 +1 -0 ports/www/Makefile 1.1 +115 -0 ports/www/otrs/Makefile (new) 1.1 +3 -0 ports/www/otrs/distinfo (new) 1.1 +11 -0 ports/www/otrs/files/patch-Kernel-Config.pm.dist (new) 1.1 +18 -0 ports/www/otrs/files/patch-bin-SetPermissions.sh (new) 1.1 +48 -0 ports/www/otrs/files/pkg-install.in (new) 1.1 +6 -0 ports/www/otrs/pkg-descr (new) 1.1 +24 -0 ports/www/otrs/pkg-message (new) 1.1 +790 -0 ports/www/otrs/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 5 06:53:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B444D16A4E0; Wed, 5 Jul 2006 06:53:36 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6631A43D53; Wed, 5 Jul 2006 06:53:36 +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 k656raOY067988; Wed, 5 Jul 2006 06:53:36 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k656ra1U067987; Wed, 5 Jul 2006 06:53:36 GMT (envelope-from clsung) Message-Id: <200607050653.k656ra1U067987@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 5 Jul 2006 06:53:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 06:53:36 -0000 clsung 2006-07-05 06:53:36 UTC FreeBSD ports repository Modified files: . modules Log: otrs --> ports/www/otrs Revision Changes Path 1.15506 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 5 06:58:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2710716A4E0; Wed, 5 Jul 2006 06:58:59 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB0DA43D4C; Wed, 5 Jul 2006 06:58:58 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k656wwqE068228; Wed, 5 Jul 2006 06:58:58 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k656wwnZ068226; Wed, 5 Jul 2006 06:58:58 GMT (envelope-from sat) Message-Id: <200607050658.k656wwnZ068226@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 5 Jul 2006 06:58:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/aria2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 06:58:59 -0000 sat 2006-07-05 06:58:58 UTC FreeBSD ports repository Modified files: www/aria2 Makefile distinfo Log: - Update to 0.6.0 - Initial Metalink support Revision Changes Path 1.10 +2 -3 ports/www/aria2/Makefile 1.7 +3 -3 ports/www/aria2/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 5 07:04:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BC2816A4DD; Wed, 5 Jul 2006 07:04:32 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2FB843D46; Wed, 5 Jul 2006 07:04:31 +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 k6574V9F069698; Wed, 5 Jul 2006 07:04:31 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6574Vhv069697; Wed, 5 Jul 2006 07:04:31 GMT (envelope-from alc) Message-Id: <200607050704.k6574Vhv069697@repoman.freebsd.org> From: Alan Cox Date: Wed, 5 Jul 2006 07:04: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/amd64/amd64 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 07:04:32 -0000 alc 2006-07-05 07:04:31 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: pmap_clear_ptes() is already convoluted. This will worsen with the implementation of superpages. Eliminate it and add pmap_clear_write(). There are no functional changes. Checked by: md5 Revision Changes Path 1.564 +49 -28 src/sys/amd64/amd64/pmap.c From owner-cvs-all@FreeBSD.ORG Wed Jul 5 07: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 980A716A4DD; Wed, 5 Jul 2006 07:13:37 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B885243D5E; Wed, 5 Jul 2006 07:13:36 +0000 (GMT) (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 k657DatR070141; Wed, 5 Jul 2006 07:13:36 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k657DabA070140; Wed, 5 Jul 2006 07:13:36 GMT (envelope-from linimon) Message-Id: <200607050713.k657DabA070140@repoman.freebsd.org> From: Mark Linimon Date: Wed, 5 Jul 2006 07: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/chinese/firebird Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 07:13:37 -0000 linimon 2006-07-05 07:13:36 UTC FreeBSD ports repository Modified files: chinese/firebird Makefile Log: Fix minor typo. No need to bump PORTREVISION. Revision Changes Path 1.10 +1 -1 ports/chinese/firebird/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 5 08:11:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA64C16A4DD; Wed, 5 Jul 2006 08:11:50 +0000 (UTC) (envelope-from martin@mullet.se) Received: from mxfep02.bredband.com (mxfep02.bredband.com [195.54.107.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB92043D45; Wed, 5 Jul 2006 08:11:49 +0000 (GMT) (envelope-from martin@mullet.se) Received: from ua-83-227-181-30.cust.bredbandsbolaget.se ([83.227.181.30] [83.227.181.30]) by mxfep02.bredband.com with ESMTP id <20060705081147.YJKE1253.mxfep02.bredband.com@ua-83-227-181-30.cust.bredbandsbolaget.se>; Wed, 5 Jul 2006 10:11:47 +0200 Received: from [192.168.10.11] (euklides.gneto.com [192.168.10.11]) by ua-83-227-181-30.cust.bredbandsbolaget.se (Postfix) with ESMTP id 8060767922; Wed, 5 Jul 2006 10:11:47 +0200 (CEST) Message-ID: <44AB7443.1080108@mullet.se> Date: Wed, 05 Jul 2006 10:11:47 +0200 From: Martin Nilsson User-Agent: Thunderbird 1.5.0.4 (X11/20060606) MIME-Version: 1.0 To: =?ISO-8859-1?Q?S=F8ren_Schmidt?= References: <200607042036.k64Ka3Cx095387@repoman.freebsd.org> In-Reply-To: <200607042036.k64Ka3Cx095387@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-lowlevel.c ata-pci.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 08:11:50 -0000 Søren Schmidt wrote: > sos 2006-07-04 20:36:03 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-chipset.c ata-lowlevel.c ata-pci.h > Log: > Add preliminary support for the Serverworks HT1000 chip. Thanks for working on this! I tested with a Supermicro H8SSL-R10 board and MMIO mode now works. I can't figure out how to make the stupid BIOS use a single non-RAID boot drive in RAID mode, so I can't test that without digging up an ATA drive with a fresh current. The intel MatrixRAID have no problem with this! A good thing is that one can now dual boot these boxes with Linux/Windows without having to change the SATA mode every time :-) /Martin --- Martin Nilsson, CTO & Founder, Mullet Scandinavia AB, Malmö, SWEDEN E-mail: martin@mullet.se, Phone: +46-(0)708-606170, Web: www.mullet.se Our business is well engineered servers optimised for FreeBSD & Linux From owner-cvs-all@FreeBSD.ORG Wed Jul 5 08: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E7A816A4E2; Wed, 5 Jul 2006 08:26:51 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3501C43D53; Wed, 5 Jul 2006 08:26:51 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k658QpMH075516; Wed, 5 Jul 2006 08:26:51 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k658Qpo5075515; Wed, 5 Jul 2006 08:26:51 GMT (envelope-from brueffer) Message-Id: <200607050826.k658Qpo5075515@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 5 Jul 2006 08:26: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/share/man/man4 ata.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 08:26:51 -0000 brueffer 2006-07-05 08:26:50 UTC FreeBSD src repository Modified files: share/man/man4 ata.4 Log: Document ServerWorks HT1000 support. Revision Changes Path 1.65 +2 -2 src/share/man/man4/ata.4 From owner-cvs-all@FreeBSD.ORG Wed Jul 5 08:31:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99C6D16A4DD; Wed, 5 Jul 2006 08:31:50 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5568B43D4C; Wed, 5 Jul 2006 08:31:50 +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 k658Vomo075747; Wed, 5 Jul 2006 08:31:50 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k658VolO075746; Wed, 5 Jul 2006 08:31:50 GMT (envelope-from vd) Message-Id: <200607050831.k658VolO075746@repoman.freebsd.org> From: Vasil Dimov Date: Wed, 5 Jul 2006 08:31:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/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, 05 Jul 2006 08:31:50 -0000 vd 2006-07-05 08:31:49 UTC FreeBSD ports repository Modified files: Tools/scripts rmport Log: Escape characters (like +) that may appear in ports' names and break sed -E regular expressions Revision Changes Path 1.6 +14 -3 ports/Tools/scripts/rmport From owner-cvs-all@FreeBSD.ORG Wed Jul 5 08: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DE9B16A4DA; Wed, 5 Jul 2006 08:56:32 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D86243D45; Wed, 5 Jul 2006 08:56:32 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k658uWJF084560; Wed, 5 Jul 2006 08:56:32 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k658uWOP084559; Wed, 5 Jul 2006 08:56:32 GMT (envelope-from vanilla) Message-Id: <200607050856.k658uWOP084559@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 5 Jul 2006 08:56: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/zh_TW.Big5/books/zh-tut/chapters converter.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, 05 Jul 2006 08:56:32 -0000 vanilla 2006-07-05 08:56:31 UTC FreeBSD doc repository Modified files: zh_TW.Big5/books/zh-tut/chapters converter.sgml Log: - add libiconv subsection to converter/ of zh_TW's tutorial - also modify original iconv section PR: docs/99797 Submitted by: clsung@ Revision Changes Path 1.3 +22 -4 doc/zh_TW.Big5/books/zh-tut/chapters/converter.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 5 09:14:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AD5416A4DF; Wed, 5 Jul 2006 09:14:08 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E9DE43D58; Wed, 5 Jul 2006 09:14:08 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k659E84Q086535; Wed, 5 Jul 2006 09:14:08 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k659E8mK086534; Wed, 5 Jul 2006 09:14:08 GMT (envelope-from novel) Message-Id: <200607050914.k659E8mK086534@repoman.freebsd.org> From: Roman Bogorodskiy Date: Wed, 5 Jul 2006 09:14:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/bmp-docklet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 09:14:08 -0000 novel 2006-07-05 09:14:07 UTC FreeBSD ports repository Modified files: deskutils/bmp-docklet Makefile Log: Do not let gmake dependency appear in RUN_DEPENDS. PR: 99787 Submitted by: Gyorgy Teubel Revision Changes Path 1.8 +1 -1 ports/deskutils/bmp-docklet/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 5 09:31:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 756F316A4DA; Wed, 5 Jul 2006 09:31:26 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DF4943D45; Wed, 5 Jul 2006 09:31:26 +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 k659VQYA087561; Wed, 5 Jul 2006 09:31:26 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k659VQwd087560; Wed, 5 Jul 2006 09:31:26 GMT (envelope-from oliver) Message-Id: <200607050931.k659VQwd087560@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 5 Jul 2006 09:31:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/courier-imap distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 09:31:26 -0000 oliver 2006-07-05 09:31:25 UTC FreeBSD ports repository Modified files: mail/courier-imap distinfo Log: readd drac checksums Noted by: Sebastian Inacker Revision Changes Path 1.56 +4 -0 ports/mail/courier-imap/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 5 09:48:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3060316A4DD; Wed, 5 Jul 2006 09:48:50 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEB4443D55; Wed, 5 Jul 2006 09:48:49 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k659mnEb009937; Wed, 5 Jul 2006 09:48:49 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k659mn1N009936; Wed, 5 Jul 2006 09:48:49 GMT (envelope-from hq) Message-Id: <200607050948.k659mn1N009936@repoman.freebsd.org> From: Herve Quiroz Date: Wed, 5 Jul 2006 09:48:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/groovy Makefile distinfo ports/lang/groovy/files set-groovy_home.sed.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 09:48:50 -0000 hq 2006-07-05 09:48:49 UTC FreeBSD ports repository Modified files: lang/groovy Makefile distinfo lang/groovy/files set-groovy_home.sed.in Log: - Update to 1.0-jsr-06 [1] - Set GROOVY_HOME only when not already defined - Set JAVA_HOME when not already defined, using feature from javavmwrapper 2.2 Reported by: portscout [1] Revision Changes Path 1.7 +5 -3 ports/lang/groovy/Makefile 1.4 +3 -3 ports/lang/groovy/distinfo 1.3 +4 -2 ports/lang/groovy/files/set-groovy_home.sed.in From owner-cvs-all@FreeBSD.ORG Wed Jul 5 10:28:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55B8616A4DD for ; Wed, 5 Jul 2006 10:28:34 +0000 (UTC) (envelope-from sos@deepcore.dk) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF3A743D49 for ; Wed, 5 Jul 2006 10:28:33 +0000 (GMT) (envelope-from sos@deepcore.dk) Received: from [194.192.25.130] (sos.deepcore.dk [194.192.25.130]) by spider.deepcore.dk (8.13.6/8.13.4) with ESMTP id k65ASWqb084892; Wed, 5 Jul 2006 12:28:32 +0200 (CEST) (envelope-from sos@deepcore.dk) Message-ID: <44AB9450.9030300@deepcore.dk> Date: Wed, 05 Jul 2006 12:28:32 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Thunderbird 1.5.0.2 (X11/20060531) MIME-Version: 1.0 To: Martin Nilsson References: <200607042036.k64Ka3Cx095387@repoman.freebsd.org> <44AB7443.1080108@mullet.se> In-Reply-To: <44AB7443.1080108@mullet.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.16 Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-lowlevel.c ata-pci.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 10:28:34 -0000 Martin Nilsson wrote: > Søren Schmidt wrote: >> sos 2006-07-04 20:36:03 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/ata ata-chipset.c ata-lowlevel.c ata-pci.h Log: >> Add preliminary support for the Serverworks HT1000 chip. > > Thanks for working on this! > You're welcome! If I get the HW on my lab table I'll get it supported :) > I tested with a Supermicro H8SSL-R10 board and MMIO mode now works. > I can't figure out how to make the stupid BIOS use a single non-RAID > boot drive in RAID mode, so I can't test that without digging up an > ATA drive with a fresh current. The intel MatrixRAID have no problem > with this! Hmm, I have a H8SSL-i R1.0 that this was done on, and it has no RAID (that I'm aware of) on the SATA channels. However in the BIOS menu where I can select IDE/MMIO mode I can also select which SATA drive to boot from... What type of RAID does your model have ? -Søren From owner-cvs-all@FreeBSD.ORG Wed Jul 5 11: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A069216A4DD; Wed, 5 Jul 2006 11:35:18 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E05F43D53; Wed, 5 Jul 2006 11:35:18 +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 k65BZIPq018135; Wed, 5 Jul 2006 11:35:18 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65BZIjN018134; Wed, 5 Jul 2006 11:35:18 GMT (envelope-from rwatson) Message-Id: <200607051135.k65BZIjN018134@repoman.freebsd.org> From: Robert Watson Date: Wed, 5 Jul 2006 11:35:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/rpcgen rpc_svcout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 11:35:18 -0000 rwatson 2006-07-05 11:35:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/rpcgen rpc_svcout.c Log: Merge rpc_svcout.c:1.23 from HEAD to RELENG_6: In change 1.15, an arbitrary setting of the max RPC record size to RPC_MAXDATASIZE was introduced. This is believed to have been debugging code committed accidentally, although I've been unable to reach the committer to confirm this. The effect was to limit the size of RPCs on TCP and UDP to 9k, well below the default protocol limits in the libc rpc code. This change simply removes these introduced limits, falling back on the libc definitions. PR: 88856 Reported by: Keith Bostic Testing by: Susan LoVerso Reveiwed by: cel, rees Review timeout: alfred, mbr Approved by: mbr Revision Changes Path 1.16.2.1 +0 -11 src/usr.bin/rpcgen/rpc_svcout.c From owner-cvs-all@FreeBSD.ORG Wed Jul 5 11:36:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 199D616A4E2; Wed, 5 Jul 2006 11:36:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 846F243D5C; Wed, 5 Jul 2006 11:36:24 +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 k65BaOUj018196; Wed, 5 Jul 2006 11:36:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65BaOUa018195; Wed, 5 Jul 2006 11:36:24 GMT (envelope-from rwatson) Message-Id: <200607051136.k65BaOUa018195@repoman.freebsd.org> From: Robert Watson Date: Wed, 5 Jul 2006 11:36:23 +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/rpcgen rpc_svcout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 11:36:25 -0000 rwatson 2006-07-05 11:36:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/rpcgen rpc_svcout.c Log: Merge rpc_svcout.c:1.23 from HEAD to RELENG_5: In change 1.15, an arbitrary setting of the max RPC record size to RPC_MAXDATASIZE was introduced. This is believed to have been debugging code committed accidentally, although I've been unable to reach the committer to confirm this. The effect was to limit the size of RPCs on TCP and UDP to 9k, well below the default protocol limits in the libc rpc code. This change simply removes these introduced limits, falling back on the libc definitions. PR: 88856 Reported by: Keith Bostic Testing by: Susan LoVerso Reveiwed by: cel, rees Review timeout: alfred, mbr Approved by: mbr Revision Changes Path 1.15.6.1 +0 -11 src/usr.bin/rpcgen/rpc_svcout.c From owner-cvs-all@FreeBSD.ORG Wed Jul 5 11:43:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5960316A4DA; Wed, 5 Jul 2006 11:43:13 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A03C43D4C; Wed, 5 Jul 2006 11:43:13 +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 k65BhCOM018523; Wed, 5 Jul 2006 11:43:12 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65BhCPp018522; Wed, 5 Jul 2006 11:43:12 GMT (envelope-from anray) Message-Id: <200607051143.k65BhCPp018522@repoman.freebsd.org> From: Andrey Slusar Date: Wed, 5 Jul 2006 11:43:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/emacs-devel Makefile ports/editors/emacs-devel/files patch-Makefile.in patch-configure.in patch-lib-src-Makefile.in patch-lispintro-Makefile.in patch-lispref-Makefile.in patch-man-Makefile.in patch-src__alloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 11:43:13 -0000 anray 2006-07-05 11:43:12 UTC FreeBSD ports repository Modified files: editors/emacs-devel Makefile editors/emacs-devel/files patch-Makefile.in patch-configure.in patch-lib-src-Makefile.in patch-lispintro-Makefile.in patch-lispref-Makefile.in patch-man-Makefile.in patch-src__alloc.c Log: Update to 22.0.50.20060703 Submitted by: keramida(maintainer) Revision Changes Path 1.6 +6 -7 ports/editors/emacs-devel/Makefile 1.3 +8 -8 ports/editors/emacs-devel/files/patch-Makefile.in 1.3 +3 -5 ports/editors/emacs-devel/files/patch-configure.in 1.3 +5 -7 ports/editors/emacs-devel/files/patch-lib-src-Makefile.in 1.3 +3 -3 ports/editors/emacs-devel/files/patch-lispintro-Makefile.in 1.3 +6 -6 ports/editors/emacs-devel/files/patch-lispref-Makefile.in 1.3 +4 -4 ports/editors/emacs-devel/files/patch-man-Makefile.in 1.3 +4 -7 ports/editors/emacs-devel/files/patch-src__alloc.c From owner-cvs-all@FreeBSD.ORG Wed Jul 5 11:49:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81B0216A4DA; Wed, 5 Jul 2006 11:49:29 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22E9F43D64; Wed, 5 Jul 2006 11:49:29 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65BnTXb018865; Wed, 5 Jul 2006 11:49:29 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65BnTbs018864; Wed, 5 Jul 2006 11:49:29 GMT (envelope-from anray) Message-Id: <200607051149.k65BnTbs018864@repoman.freebsd.org> From: Andrey Slusar Date: Wed, 5 Jul 2006 11:49: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/emacs-devel distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 11:49:29 -0000 anray 2006-07-05 11:49:28 UTC FreeBSD ports repository Modified files: editors/emacs-devel distinfo Log: Update distinfo to 22.0.50.20060703(fix previous commit) Submitted by: keramida(maintainer) Revision Changes Path 1.3 +3 -3 ports/editors/emacs-devel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 5 12:12:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91CF916A4E0; Wed, 5 Jul 2006 12:12:10 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F8A843D49; Wed, 5 Jul 2006 12:12:10 +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 k65CCAbc021097; Wed, 5 Jul 2006 12:12:10 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65CCAot021096; Wed, 5 Jul 2006 12:12:10 GMT (envelope-from garga) Message-Id: <200607051212.k65CCAot021096@repoman.freebsd.org> From: Renato Botelho Date: Wed, 5 Jul 2006 12:12: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/qmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 12:12:10 -0000 garga 2006-07-05 12:12:10 UTC FreeBSD ports repository Modified files: mail/qmail Makefile Log: Make localtime-date-patch available for qmail-spamcontrol and qmail-ldap Revision Changes Path 1.100 +2 -4 ports/mail/qmail/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 5 12:28:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 804A716A4E2; Wed, 5 Jul 2006 12:28:06 +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 167E743D62; Wed, 5 Jul 2006 12:28:05 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id EC90022C78; Wed, 5 Jul 2006 14:28:04 +0200 (CEST) Date: Wed, 5 Jul 2006 14:28:04 +0200 From: Erwin Lansing To: Oliver Lehmann Message-ID: <20060705122804.GL20915@droso.net> Mail-Followup-To: Oliver Lehmann , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200607042312.k64NCAif016030@repoman.freebsd.org> <20060705022401.GA35718@FreeBSD.csie.nctu.edu.tw> <20060705061907.0dfcaf00.lehmann@ans-netz.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DXIF1lRUlMsbZ3S1" Content-Disposition: inline In-Reply-To: <20060705061907.0dfcaf00.lehmann@ans-netz.de> X-Operating-System: FreeBSD/i386 5.4-RELEASE User-Agent: Mutt/1.5.11 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Tools/scripts addport X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 12:28:06 -0000 --DXIF1lRUlMsbZ3S1 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 05, 2006 at 06:19:07AM +0200, Oliver Lehmann wrote: > Cheng-Lung Sung wrote: >=20 > > That's great. Thanks. >=20 > And probably useless to prevent any spam. Not probably, but certainly. The address will still be listed in GNATS, the Makefile, several mailinglists, just to name some. It doesn't gives us any prevention against spam and only goes to make working with commit logs harder. Although there is no maintainer for Tools/, I also dislike this kind of drive-by commits to such widely used tools without prior discussion. -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 --DXIF1lRUlMsbZ3S1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFEq7BUqy9aWxUlaZARAmv4AJ9B4rohmz6hAW1A/1X1lH206VeM0QCg2XDS llLlNsG2CbossY3h2MtI7OY= =UZuH -----END PGP SIGNATURE----- --DXIF1lRUlMsbZ3S1-- From owner-cvs-all@FreeBSD.ORG Wed Jul 5 12:43:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3942616A4DE; Wed, 5 Jul 2006 12:43:14 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E95F243D45; Wed, 5 Jul 2006 12:43:13 +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 k65ChDn7022304; Wed, 5 Jul 2006 12:43:13 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65ChDOH022303; Wed, 5 Jul 2006 12:43:13 GMT (envelope-from kib) Message-Id: <200607051243.k65ChDOH022303@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 5 Jul 2006 12:43:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/i386/gen _ctx_start.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, 05 Jul 2006 12:43:14 -0000 kib 2006-07-05 12:43:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/i386/gen _ctx_start.S Log: MFC rev. 1.4. Replace absolute addressing in the call instructions with position-independend calls. This eliminates TEXTREL from libc, making its text segment relocatable. PR: i386/85242 Approved by: kan (mentor) Revision Changes Path 1.3.8.1 +3 -2 src/lib/libc/i386/gen/_ctx_start.S From owner-cvs-all@FreeBSD.ORG Wed Jul 5 13:00:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F301F16A4E1; Wed, 5 Jul 2006 13:00:35 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B184A43D46; Wed, 5 Jul 2006 13:00:35 +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 k65D0ZvZ030878; Wed, 5 Jul 2006 13:00:35 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65D0ZgI030876; Wed, 5 Jul 2006 13:00:35 GMT (envelope-from danfe) Message-Id: <200607051300.k65D0ZgI030876@repoman.freebsd.org> From: Alexey Dokuchaev Date: Wed, 5 Jul 2006 13:00: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/games/mvdsv Makefile distinfo ports/games/mvdsv/files Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 13:00:36 -0000 danfe 2006-07-05 13:00:35 UTC FreeBSD ports repository Modified files: games/mvdsv Makefile distinfo games/mvdsv/files Makefile Log: Update to version 0.20. Revision Changes Path 1.17 +11 -3 ports/games/mvdsv/Makefile 1.11 +3 -3 ports/games/mvdsv/distinfo 1.11 +10 -6 ports/games/mvdsv/files/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 5 13:06:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64C6616A4DF; Wed, 5 Jul 2006 13:06:41 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A36A43D86; Wed, 5 Jul 2006 13:06:30 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([83.239.48.143]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id k65D6DVi076847; Wed, 5 Jul 2006 17:06:24 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1Fy74y-0000GZ-L6; Wed, 05 Jul 2006 17:06:08 +0400 To: ports-committers@FreeBSD.org References: <200607042312.k64NCAif016030@repoman.freebsd.org> <20060705022401.GA35718@FreeBSD.csie.nctu.edu.tw> <20060705061907.0dfcaf00.lehmann@ans-netz.de> <20060705122804.GL20915@droso.net> From: Boris Samorodov Date: Wed, 05 Jul 2006 17:06:08 +0400 In-Reply-To: <20060705122804.GL20915@droso.net> (Erwin Lansing's message of "Wed, 5 Jul 2006 14:28:04 +0200") Message-ID: <81321503@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Boris Samorodov Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Tools/scripts addport X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 13:06:41 -0000 On Wed, 5 Jul 2006 14:28:04 +0200 Erwin Lansing wrote: > On Wed, Jul 05, 2006 at 06:19:07AM +0200, Oliver Lehmann wrote: > > Cheng-Lung Sung wrote: > > > > > That's great. Thanks. > > > > And probably useless to prevent any spam. > Not probably, but certainly. The address will still be listed in GNATS, > the Makefile, several mailinglists, just to name some. It doesn't gives > us any prevention against spam and only goes to make working with commit > logs harder. Although there is no maintainer for Tools/, I also dislike > this kind of drive-by commits to such widely used tools without prior > discussion. And it is documented: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/ports.html#Q12.6.3. ----- 12.6.3. Are there any other files I am not allowed to touch? Any file directly under ports/, or any file under a subdirectory that starts with an uppercase letter (Mk/, Tools/, etc.). In particular, the ports management team is very protective of ports/Mk/bsd.port*.mk so do not commit changes to those files unless you want to face his wra(i)th. ----- WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-cvs-all@FreeBSD.ORG Wed Jul 5 13:14:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A30D316A4DA; Wed, 5 Jul 2006 13:14:38 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC55943D49; Wed, 5 Jul 2006 13:14:37 +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 k65DEb6j032705; Wed, 5 Jul 2006 13:14:37 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65DEbfk032704; Wed, 5 Jul 2006 13:14:37 GMT (envelope-from danfe) Message-Id: <200607051314.k65DEbfk032704@repoman.freebsd.org> From: Alexey Dokuchaev Date: Wed, 5 Jul 2006 13:14: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/mvdsv Makefile ports/games/mvdsv/files Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 13:14:38 -0000 danfe 2006-07-05 13:14:37 UTC FreeBSD ports repository Modified files: games/mvdsv Makefile games/mvdsv/files Makefile Log: Provide a knob to disable kqueue support. Revision Changes Path 1.18 +3 -0 ports/games/mvdsv/Makefile 1.12 +4 -0 ports/games/mvdsv/files/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 5 13:49:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D525816A4E5; Wed, 5 Jul 2006 13:49:51 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 920EB43D4C; Wed, 5 Jul 2006 13:49:51 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65Dnpqf036898; Wed, 5 Jul 2006 13:49:51 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65Dnpi2036897; Wed, 5 Jul 2006 13:49:51 GMT (envelope-from mnag) Message-Id: <200607051349.k65Dnpi2036897@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 5 Jul 2006 13:49:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/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, 05 Jul 2006 13:49:51 -0000 mnag 2006-07-05 13:49:51 UTC FreeBSD ports repository Modified files: databases/memcached Makefile Log: - Fix LIB_DEPENDS Pointy hat to: seanc Revision Changes Path 1.17 +1 -1 ports/databases/memcached/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 5 14:07:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 5B38516A4DE; Wed, 5 Jul 2006 14:07:11 +0000 (UTC) Date: Wed, 5 Jul 2006 14:07:11 +0000 From: Alexey Dokuchaev To: Maho Nakata Message-ID: <20060705140711.GB56378@FreeBSD.org> References: <200607040459.k644xMIE090859@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200607040459.k644xMIE090859@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/math Makefile ports/math/UFsparse Makefile distinfo pkg-descr pkg-plist ports/math/UFsparse/files patch-CHOLMOD+Lib+Makefile patch-KLU+Demo+Makefile patch-KLU+Lib+Makefile patch-KLU+User+Makefile patch-UFconfig+UFconfig.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 14:07:11 -0000 On Tue, Jul 04, 2006 at 04:59:22AM +0000, Maho Nakata wrote: > maho 2006-07-04 04:59:22 UTC > > FreeBSD ports repository > > Modified files: > math Makefile > Added files: > math/UFsparse Makefile distinfo pkg-descr pkg-plist > math/UFsparse/files patch-CHOLMOD+Lib+Makefile > patch-KLU+Demo+Makefile > patch-KLU+Lib+Makefile > patch-KLU+User+Makefile > patch-UFconfig+UFconfig.mk > Log: > Add UFsparse. UFsparse is a collection of libraries for > sparse matrices. Do you mind readding this port as ``ufsparse''? Thanks. ./danfe From owner-cvs-all@FreeBSD.ORG Wed Jul 5 14:21:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1BB116A4E2; Wed, 5 Jul 2006 14:21:22 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74BAF43D49; Wed, 5 Jul 2006 14:21:22 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65ELM2l039843; Wed, 5 Jul 2006 14:21:22 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65ELMxl039842; Wed, 5 Jul 2006 14:21:22 GMT (envelope-from mnag) Message-Id: <200607051421.k65ELMxl039842@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 5 Jul 2006 14:21:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/postfix-current Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 14:21:22 -0000 mnag 2006-07-05 14:21:22 UTC FreeBSD ports repository Modified files: mail/postfix-current Makefile distinfo Log: - Update to 2.3-RC5 Revision Changes Path 1.177 +1 -1 ports/mail/postfix-current/Makefile 1.118 +3 -3 ports/mail/postfix-current/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 5 14:34:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7BD916A4DD; Wed, 5 Jul 2006 14:34:43 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B9DD43D4C; Wed, 5 Jul 2006 14:34:43 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65EYhtr047870; Wed, 5 Jul 2006 14:34:43 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65EYh9B047852; Wed, 5 Jul 2006 14:34:43 GMT (envelope-from anray) Message-Id: <200607051434.k65EYh9B047852@repoman.freebsd.org> From: Andrey Slusar Date: Wed, 5 Jul 2006 14:34: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/editors/emacs-devel distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 14:34:43 -0000 anray 2006-07-05 14:34:43 UTC FreeBSD ports repository Modified files: editors/emacs-devel distinfo Log: Distfile on the mastersite repacked without any changes. Fix distinfo. Reported by: Jin-Shan Tseng Revision Changes Path 1.4 +3 -3 ports/editors/emacs-devel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 5 15:18:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E34F16A4DF; Wed, 5 Jul 2006 15:18:36 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC4D743D6A; Wed, 5 Jul 2006 15:18:35 +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 k65FIZmB059929; Wed, 5 Jul 2006 15:18:35 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65FIZIv059928; Wed, 5 Jul 2006 15:18:35 GMT (envelope-from skv) Message-Id: <200607051518.k65FIZIv059928@repoman.freebsd.org> From: Sergey Skvortsov Date: Wed, 5 Jul 2006 15:18: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 KNOBS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 15:18:36 -0000 skv 2006-07-05 15:18:35 UTC FreeBSD ports repository Modified files: . KNOBS Log: Add WITH_ISPELL Revision Changes Path 1.13 +2 -1 ports/KNOBS From owner-cvs-all@FreeBSD.ORG Wed Jul 5 15:28:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A17D716A4DE; Wed, 5 Jul 2006 15:28:08 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7260343D45; Wed, 5 Jul 2006 15:28:08 +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 k65FS8DH060393; Wed, 5 Jul 2006 15:28:08 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65FS8B6060392; Wed, 5 Jul 2006 15:28:08 GMT (envelope-from garga) Message-Id: <200607051528.k65FS8B6060392@repoman.freebsd.org> From: Renato Botelho Date: Wed, 5 Jul 2006 15:28:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im Makefile ports/net-im/jabber-pyaim Makefile distinfo pkg-descr pkg-plist ports/net-im/jabber-pyaim/files jabber-pyaim-transport.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 15:28:08 -0000 garga 2006-07-05 15:28:07 UTC FreeBSD ports repository Modified files: net-im Makefile Added files: net-im/jabber-pyaim Makefile distinfo pkg-descr pkg-plist net-im/jabber-pyaim/files jabber-pyaim-transport.sh.in Log: PyAIMt is an AIM transport for Jabber written entirely in Python, and using the Twisted framework. It uses the OSCAR protocol to communicate with AOL's servers and should work with any Jabber implementation available. Author: Daniel Henninger WWW: http://pyaim-t.blathersource.org/ PR: ports/98768 Submitted by: Derek Kulinski Revision Changes Path 1.24 +1 -0 ports/net-im/Makefile 1.1 +82 -0 ports/net-im/jabber-pyaim/Makefile (new) 1.1 +3 -0 ports/net-im/jabber-pyaim/distinfo (new) 1.1 +32 -0 ports/net-im/jabber-pyaim/files/jabber-pyaim-transport.sh.in (new) 1.1 +6 -0 ports/net-im/jabber-pyaim/pkg-descr (new) 1.1 +135 -0 ports/net-im/jabber-pyaim/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 5 15:28:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A99E216A4E7; Wed, 5 Jul 2006 15:28:44 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ED5243D45; Wed, 5 Jul 2006 15:28:44 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65FSiwP060450; Wed, 5 Jul 2006 15:28:44 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65FSixO060449; Wed, 5 Jul 2006 15:28:44 GMT (envelope-from garga) Message-Id: <200607051528.k65FSixO060449@repoman.freebsd.org> From: Renato Botelho Date: Wed, 5 Jul 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: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 15:28:44 -0000 garga 2006-07-05 15:28:43 UTC FreeBSD ports repository Modified files: . modules Log: jabber-pyaim --> ports/net-im/jabber-pyaim Revision Changes Path 1.15507 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 5 15:46:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E030716A4DA; Wed, 5 Jul 2006 15:46:06 +0000 (UTC) (envelope-from wsalamon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A57B643D5D; Wed, 5 Jul 2006 15:46:02 +0000 (GMT) (envelope-from wsalamon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65Fk2W2061255; Wed, 5 Jul 2006 15:46:02 GMT (envelope-from wsalamon@repoman.freebsd.org) Received: (from wsalamon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65Fk2if061254; Wed, 5 Jul 2006 15:46:02 GMT (envelope-from wsalamon) Message-Id: <200607051546.k65Fk2if061254@repoman.freebsd.org> From: Wayne Salamon Date: Wed, 5 Jul 2006 15:46: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 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, 05 Jul 2006 15:46:07 -0000 wsalamon 2006-07-05 15:46:02 UTC FreeBSD src repository Modified files: sys/kern syscalls.master Log: Add audit events for the extended attribute system calls. Obtained from: TrustedBSD Project Approved by: rwatson (mentor) Revision Changes Path 1.217 +26 -22 src/sys/kern/syscalls.master From owner-cvs-all@FreeBSD.ORG Wed Jul 5 16:33:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EFED16A4E1; Wed, 5 Jul 2006 16:33:26 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF27843D55; Wed, 5 Jul 2006 16:33:25 +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 k65GXP8k018159; Wed, 5 Jul 2006 16:33:25 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65GXPpP018158; Wed, 5 Jul 2006 16:33:25 GMT (envelope-from kib) Message-Id: <200607051633.k65GXPpP018158@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 5 Jul 2006 16:33:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_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: Wed, 05 Jul 2006 16:33:26 -0000 kib 2006-07-05 16:33:25 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Back out my rev. 1.674. The better fix (rev. 1.637) is already in tree. Approved by: kan (mentor) Revision Changes Path 1.677 +3 -3 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Wed Jul 5 16: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C73FC16A4E0; Wed, 5 Jul 2006 16:34:16 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8725643D4C; Wed, 5 Jul 2006 16:34:16 +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 k65GYGug019000; Wed, 5 Jul 2006 16:34:16 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65GYGSj018999; Wed, 5 Jul 2006 16:34:16 GMT (envelope-from kib) Message-Id: <200607051634.k65GYGSj018999@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 5 Jul 2006 16:34: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/kern vfs_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: Wed, 05 Jul 2006 16:34:16 -0000 kib 2006-07-05 16:34:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_subr.c Log: MFC rev. 1.637: Fix the LOR that occurs when the MAC compiled into the kernel and vnode is destroyed. LOR: 189 Approved by: kan (mentor) Revision Changes Path 1.635.2.19 +1 -0 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Wed Jul 5 16:46:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C17A716A4E1; Wed, 5 Jul 2006 16:46:58 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE3E143D72; Wed, 5 Jul 2006 16:46:56 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65Gku87021055; Wed, 5 Jul 2006 16:46:56 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65Gkunb021054; Wed, 5 Jul 2006 16:46:56 GMT (envelope-from vanilla) Message-Id: <200607051646.k65Gkunb021054@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 5 Jul 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/textproc/pecl-ctemplate Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 16:46:58 -0000 vanilla 2006-07-05 16:46:56 UTC FreeBSD ports repository Modified files: textproc/pecl-ctemplate Makefile distinfo Log: Upgrade to 0.5. Add TempalteFromString support. Revision Changes Path 1.5 +1 -1 ports/textproc/pecl-ctemplate/Makefile 1.5 +3 -3 ports/textproc/pecl-ctemplate/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 5 17:15:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBBA516A4DA; Wed, 5 Jul 2006 17:15:24 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9D7243D49; Wed, 5 Jul 2006 17:15:24 +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 k65HFOF9032584; Wed, 5 Jul 2006 17:15:24 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65HFOuN032583; Wed, 5 Jul 2006 17:15:24 GMT (envelope-from skv) Message-Id: <200607051715.k65HFOuN032583@repoman.freebsd.org> From: Sergey Skvortsov Date: Wed, 5 Jul 2006 17:15:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/otrs Makefile distinfo pkg-descr pkg-plist ports/devel/otrs/files patch-scripts::apache2-httpd-new.include.conf pkg-install.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: Wed, 05 Jul 2006 17:15:25 -0000 skv 2006-07-05 17:15:24 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/otrs Makefile distinfo pkg-descr pkg-plist devel/otrs/files patch-scripts::apache2-httpd-new.include.conf pkg-install.in pkg-message.in Log: Add otrs 2.0.4, Open Ticket Request System. Revision Changes Path 1.2306 +1 -0 ports/devel/Makefile 1.1 +152 -0 ports/devel/otrs/Makefile (new) 1.1 +3 -0 ports/devel/otrs/distinfo (new) 1.1 +10 -0 ports/devel/otrs/files/patch-scripts::apache2-httpd-new.include.conf (new) 1.1 +40 -0 ports/devel/otrs/files/pkg-install.in (new) 1.1 +11 -0 ports/devel/otrs/files/pkg-message.in (new) 1.1 +7 -0 ports/devel/otrs/pkg-descr (new) 1.1 +666 -0 ports/devel/otrs/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 5 17:18:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDF8C16A4DA; Wed, 5 Jul 2006 17:18:47 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AD5143D46; Wed, 5 Jul 2006 17:18:47 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65HIlkj032793; Wed, 5 Jul 2006 17:18:47 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65HIlqS032792; Wed, 5 Jul 2006 17:18:47 GMT (envelope-from emax) Message-Id: <200607051718.k65HIlqS032792@repoman.freebsd.org> From: Maksim Yevmenkin Date: Wed, 5 Jul 2006 17:18: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/netgraph/bluetooth/drivers/bt3c ng_bt3c_pccard.c ng_bt3c_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: Wed, 05 Jul 2006 17:18:47 -0000 emax 2006-07-05 17:18:47 UTC FreeBSD src repository Modified files: sys/netgraph/bluetooth/drivers/bt3c ng_bt3c_pccard.c ng_bt3c_var.h Log: Replace inb() and outb() with bus_space_read_1() and bus_space_write_1() Submitted by: marius MFC after: 1 week Revision Changes Path 1.19 +10 -8 src/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c 1.4 +2 -0 src/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_var.h From owner-cvs-all@FreeBSD.ORG Wed Jul 5 17: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C716416A4E0; Wed, 5 Jul 2006 17:30:40 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8737C43D6E; Wed, 5 Jul 2006 17:30:40 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65HUeLS033453; Wed, 5 Jul 2006 17:30:40 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65HUerW033452; Wed, 5 Jul 2006 17:30:40 GMT (envelope-from simon) Message-Id: <200607051730.k65HUerW033452@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 5 Jul 2006 17:30:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 17:30:40 -0000 simon 2006-07-05 17:30:40 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document mambo -- SQL injection vulnerabilities. Revision Changes Path 1.1067 +32 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Jul 5 17:34:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDA3816A4DA; Wed, 5 Jul 2006 17:34:04 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 444B743D7C; Wed, 5 Jul 2006 17:34:00 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65HY0N6033636; Wed, 5 Jul 2006 17:34:00 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65HY0QW033633; Wed, 5 Jul 2006 17:34:00 GMT (envelope-from novel) Message-Id: <200607051734.k65HY0QW033633@repoman.freebsd.org> From: Roman Bogorodskiy Date: Wed, 5 Jul 2006 17:34: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/bacula-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: Wed, 05 Jul 2006 17:34:04 -0000 novel 2006-07-05 17:34:00 UTC FreeBSD ports repository Modified files: sysutils/bacula-server Makefile distinfo Log: Include latest doc release. PR: 99713 Submitted by: Dan Langille (maintainer) Revision Changes Path 1.71 +5 -5 ports/sysutils/bacula-server/Makefile 1.29 +3 -3 ports/sysutils/bacula-server/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 5 17:35:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6207516A4DD; Wed, 5 Jul 2006 17:35:03 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98CD943D53; Wed, 5 Jul 2006 17:34:57 +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 k65HYvMi033685; Wed, 5 Jul 2006 17:34:57 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65HYvCe033684; Wed, 5 Jul 2006 17:34:57 GMT (envelope-from bde) Message-Id: <200607051734.k65HYvCe033684@repoman.freebsd.org> From: Bruce Evans Date: Wed, 5 Jul 2006 17:34:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/msun/src e_scalbf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 17:35:03 -0000 bde 2006-07-05 17:34:57 UTC FreeBSD src repository Modified files: lib/msun/src e_scalbf.c Log: Forced commit to fix the log message for the previous commit: the C files for the scalb() family are only not used for i386, due to only i386 having bogus optimized asm versions for the scalb() family. Thus on amd64, rev.1.10 had no effect in the same way as on all non-i386 arches (the strong reference is just implemented in asm on amd64). Revision Changes Path 1.12 +0 -0 src/lib/msun/src/e_scalbf.c From owner-cvs-all@FreeBSD.ORG Wed Jul 5 17:45:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC63916A4E0; Wed, 5 Jul 2006 17:45:15 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CBFE43D45; Wed, 5 Jul 2006 17:45:15 +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 k65HjF5c034184; Wed, 5 Jul 2006 17:45:15 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65HjFGQ034183; Wed, 5 Jul 2006 17:45:15 GMT (envelope-from thierry) Message-Id: <200607051745.k65HjFGQ034183@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 5 Jul 2006 17:45:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 17:45:16 -0000 thierry 2006-07-05 17:45:15 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add an entry for Horde's latest vulnerabilities. Revision Changes Path 1.1068 +32 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Jul 5 17:54:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F74416A500; Wed, 5 Jul 2006 17:54:23 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4B2643D6B; Wed, 5 Jul 2006 17:54:22 +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 k65HsMul034543; Wed, 5 Jul 2006 17:54:22 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65HsMqN034542; Wed, 5 Jul 2006 17:54:22 GMT (envelope-from rafan) Message-Id: <200607051754.k65HsMqN034542@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 5 Jul 2006 17:54: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/openal Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 17:54:23 -0000 rafan 2006-07-05 17:54:22 UTC FreeBSD ports repository Modified files: audio/openal Makefile Log: - Fix build when CPUTYPE is set and nasm is installed PR: 99809 Submitted by: maintainer Approved by: delphij (mentor, implicit) Revision Changes Path 1.39 +1 -1 ports/audio/openal/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 5 18:07:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 913F416A4DE; Wed, 5 Jul 2006 18:07:39 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 198A343D70; Wed, 5 Jul 2006 18:07:33 +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 k65I7WIu036345; Wed, 5 Jul 2006 18:07:32 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65I7WAl036344; Wed, 5 Jul 2006 18:07:32 GMT (envelope-from marcus) Message-Id: <200607051807.k65I7WAl036344@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 5 Jul 2006 18:07:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gnome2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:07:39 -0000 marcus 2006-07-05 18:07:32 UTC FreeBSD ports repository Modified files: x11/gnome2 Makefile Log: Welcome back to ekiga now that it has been updated for the latest pwlib. Revision Changes Path 1.124 +6 -6 ports/x11/gnome2/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 5 18:24:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29D2016A4DF; Wed, 5 Jul 2006 18:24:15 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from mail.ciam.ru (ns.ciam.ru [213.247.195.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5D8443D70; Wed, 5 Jul 2006 18:24:14 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from [87.240.16.199] (helo=[192.168.0.3]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1FyC2n-00037f-RV; Wed, 05 Jul 2006 22:24:13 +0400 Message-ID: <44AC03E3.2080802@FreeBSD.org> Date: Wed, 05 Jul 2006 22:24:35 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.4 (X11/20060701) MIME-Version: 1.0 To: Boris Samorodov References: <200607042312.k64NCAif016030@repoman.freebsd.org> <20060705022401.GA35718@FreeBSD.csie.nctu.edu.tw> <20060705061907.0dfcaf00.lehmann@ans-netz.de> <20060705122804.GL20915@droso.net> <81321503@bsam.ru> In-Reply-To: <81321503@bsam.ru> 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/Tools/scripts addport X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:24:15 -0000 Boris Samorodov wrote: > On Wed, 5 Jul 2006 14:28:04 +0200 Erwin Lansing wrote: >> On Wed, Jul 05, 2006 at 06:19:07AM +0200, Oliver Lehmann wrote: >>> Cheng-Lung Sung wrote: >>> >>>> That's great. Thanks. >>> And probably useless to prevent any spam. > >> Not probably, but certainly. The address will still be listed in GNATS, >> the Makefile, several mailinglists, just to name some. It doesn't gives >> us any prevention against spam and only goes to make working with commit >> logs harder. Although there is no maintainer for Tools/, I also dislike >> this kind of drive-by commits to such widely used tools without prior >> discussion. > > And it is documented: > http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/ports.html#Q12.6.3. > ----- > 12.6.3. Are there any other files I am not allowed to touch? > > Any file directly under ports/, or any file under a subdirectory that > starts with an uppercase letter (Mk/, Tools/, etc.). In particular, > the ports management team is very protective of ports/Mk/bsd.port*.mk > so do not commit changes to those files unless you want to face his > wra(i)th. I think it's obsoleted. These days only bsd.port*.mk are strongly protected. Moreover I'm sure Renato is a person who can make addport better. His change-pr script rocks! :-) -- Dixi. Sem. From owner-cvs-all@FreeBSD.ORG Wed Jul 5 18:27:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDAE416A4E2; Wed, 5 Jul 2006 18:27:31 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAAFE43D46; Wed, 5 Jul 2006 18:27: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 k65IRVkG037199; Wed, 5 Jul 2006 18:27:31 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65IRVD7037198; Wed, 5 Jul 2006 18:27:31 GMT (envelope-from rafan) Message-Id: <200607051827.k65IRVD7037198@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 5 Jul 2006 18:27:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/autocutsel Makefile distinfo pkg-plist ports/deskutils/autocutsel/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: Wed, 05 Jul 2006 18:27:32 -0000 rafan 2006-07-05 18:27:31 UTC FreeBSD ports repository Modified files: deskutils/autocutsel Makefile distinfo deskutils/autocutsel/files patch-Makefile.in Removed files: deskutils/autocutsel pkg-plist Log: - Update to 0.8.1 - Use PLIST_FILES, remove pkg-plist PR: 99814 Submitted by: maintainer Approved by: delphij (mentor, implicit) Revision Changes Path 1.4 +4 -1 ports/deskutils/autocutsel/Makefile 1.5 +3 -3 ports/deskutils/autocutsel/distinfo 1.3 +5 -5 ports/deskutils/autocutsel/files/patch-Makefile.in 1.2 +0 -2 ports/deskutils/autocutsel/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 5 18:30:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D754716A4DA; Wed, 5 Jul 2006 18:30:09 +0000 (UTC) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87BC143D46; Wed, 5 Jul 2006 18:30:09 +0000 (GMT) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65IU9D6037330; Wed, 5 Jul 2006 18:30:09 GMT (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65IU9wM037329; Wed, 5 Jul 2006 18:30:09 GMT (envelope-from seanc) Message-Id: <200607051830.k65IU9wM037329@repoman.freebsd.org> From: Sean Chittenden Date: Wed, 5 Jul 2006 18:30:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libcheck Makefile distinfo pkg-descr pkg-plist ports/devel/libcheck/files patch-Makefile.in patch-aa patch-ab patch-check.m4 patch-doc+money+Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:30:10 -0000 seanc 2006-07-05 18:30:09 UTC FreeBSD ports repository Modified files: devel/libcheck Makefile distinfo pkg-descr pkg-plist Added files: devel/libcheck/files patch-Makefile.in patch-check.m4 patch-doc+money+Makefile.in Removed files: devel/libcheck/files patch-aa patch-ab Log: Update libcheck (C unit testing library) to 0.9.3. Port changes include: *) Update check.m4 to search for libraries and headers in /usr/local/* and $prefix/*. Ports/programs that use libcheck now work with the configure arg `--with-check` without needing to specify the location as an argument. Someone with more autofoo may want to review this. Patch submitted upstream. *) Removed incorporated patches. *) Installing docs and examples in their proper location. *) Removed a description of the benefits of unit testing in pkg-descr. *) No longer installing COPYING. Approved by: mikeh (maintainer) Revision Changes Path 1.3 +5 -1 ports/devel/libcheck/Makefile 1.5 +3 -3 ports/devel/libcheck/distinfo 1.1 +20 -0 ports/devel/libcheck/files/patch-Makefile.in (new) 1.2 +0 -11 ports/devel/libcheck/files/patch-aa (dead) 1.2 +0 -11 ports/devel/libcheck/files/patch-ab (dead) 1.1 +26 -0 ports/devel/libcheck/files/patch-check.m4 (new) 1.1 +11 -0 ports/devel/libcheck/files/patch-doc+money+Makefile.in (new) 1.2 +1 -15 ports/devel/libcheck/pkg-descr 1.3 +13 -14 ports/devel/libcheck/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 5 18:31:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E36116A4DD; Wed, 5 Jul 2006 18:31:19 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D72B43D45; Wed, 5 Jul 2006 18:31:19 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65IVJnL037486; Wed, 5 Jul 2006 18:31:19 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65IVJ53037485; Wed, 5 Jul 2006 18:31:19 GMT (envelope-from garga) Message-Id: <200607051831.k65IVJ53037485@repoman.freebsd.org> From: Renato Botelho Date: Wed, 5 Jul 2006 18:31:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms Makefile ports/comms/o2sms 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, 05 Jul 2006 18:31:19 -0000 garga 2006-07-05 18:31:19 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/o2sms Makefile distinfo pkg-descr pkg-plist Log: o2sms is a program to send SMS messages using the websites of Irish mobile operators. Despite its name, it supports all three major Irish operators - o2 Ireland, Vodafone Ireland and Meteor Ireland. The program works by simulating a web browser's interaction with those websites. In essense, the program is really just a stripped-down specialised browser. At the time of writing, o2 web accounts have 250 free web texts per month, Vodafone 300 and Meteor 300. After sending a message, o2sms will tell you how many you have remaining. WWW: http://www.mackers.com/projects/o2sms/ PR: ports/98916 Submitted by: Conor McDermottroe Revision Changes Path 1.149 +1 -0 ports/comms/Makefile 1.1 +32 -0 ports/comms/o2sms/Makefile (new) 1.1 +3 -0 ports/comms/o2sms/distinfo (new) 1.1 +13 -0 ports/comms/o2sms/pkg-descr (new) 1.1 +15 -0 ports/comms/o2sms/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 5 18:31:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C964716A4DD; Wed, 5 Jul 2006 18:31:54 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF9743D46; Wed, 5 Jul 2006 18:31:54 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65IVsIc037524; Wed, 5 Jul 2006 18:31:54 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65IVsDR037523; Wed, 5 Jul 2006 18:31:54 GMT (envelope-from garga) Message-Id: <200607051831.k65IVsDR037523@repoman.freebsd.org> From: Renato Botelho Date: Wed, 5 Jul 2006 18:31: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: Wed, 05 Jul 2006 18:31:54 -0000 garga 2006-07-05 18:31:54 UTC FreeBSD ports repository Modified files: . modules Log: o2sms --> ports/comms/o2sms Revision Changes Path 1.15508 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 5 18:36:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B3BC16A4DA; Wed, 5 Jul 2006 18:36:02 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFCDB43D45; Wed, 5 Jul 2006 18:36:01 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([83.239.48.185]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id k65IZfkf048961; Wed, 5 Jul 2006 22:35:52 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FyCDq-000MU7-IE; Wed, 05 Jul 2006 22:35:38 +0400 To: Sergey Matveychuk References: <200607042312.k64NCAif016030@repoman.freebsd.org> <20060705022401.GA35718@FreeBSD.csie.nctu.edu.tw> <20060705061907.0dfcaf00.lehmann@ans-netz.de> <20060705122804.GL20915@droso.net> <81321503@bsam.ru> <44AC03E3.2080802@FreeBSD.org> From: Boris Samorodov Date: Wed, 05 Jul 2006 22:35:38 +0400 In-Reply-To: <44AC03E3.2080802@FreeBSD.org> (Sergey Matveychuk's message of "Wed, 05 Jul 2006 22:24:35 +0400") Message-ID: <59871909@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Boris Samorodov Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Tools/scripts addport X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:36:02 -0000 On Wed, 05 Jul 2006 22:24:35 +0400 Sergey Matveychuk wrote: > Boris Samorodov wrote: > > And it is documented: > > http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/ports.html#Q12.6.3. > > ----- > > 12.6.3. Are there any other files I am not allowed to touch? > > > > Any file directly under ports/, or any file under a subdirectory that > > starts with an uppercase letter (Mk/, Tools/, etc.). In particular, > > the ports management team is very protective of ports/Mk/bsd.port*.mk > > so do not commit changes to those files unless you want to face his > > wra(i)th. > I think it's obsoleted. These days only bsd.port*.mk are strongly protected. Then the Commiters Guide should be fixed. > Moreover I'm sure Renato is a person who can make addport better. > His change-pr script rocks! :-) I don't argue about it. ;-) WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-cvs-all@FreeBSD.ORG Wed Jul 5 19:08:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE94E16A4DF; Wed, 5 Jul 2006 19:08:51 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3E0D43D77; Wed, 5 Jul 2006 19:08:49 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65J8nCV040167; Wed, 5 Jul 2006 19:08:49 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65J8nLP040166; Wed, 5 Jul 2006 19:08:49 GMT (envelope-from jhb) Message-Id: <200607051908.k65J8nLP040166@repoman.freebsd.org> From: John Baldwin Date: Wed, 5 Jul 2006 19:08:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/vm vm_page.c vm_pageq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 19:08:51 -0000 jhb 2006-07-05 19:08:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/vm vm_page.c vm_pageq.c Log: MFC: Move the code to handle the vm.blacklist tunable up a layer. Revision Changes Path 1.304.2.3 +39 -1 src/sys/vm/vm_page.c 1.18.2.1 +0 -30 src/sys/vm/vm_pageq.c From owner-cvs-all@FreeBSD.ORG Wed Jul 5 19:20:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC87416A4E2; Wed, 5 Jul 2006 19:20:32 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [195.250.137.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2157E43D49; Wed, 5 Jul 2006 19:20:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.6/8.13.6) with ESMTP id k65JKTH1061838 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 5 Jul 2006 21:20:29 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.6/8.13.6/Submit) id k65JKT49061837; Wed, 5 Jul 2006 21:20:29 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Sergey Skvortsov , clsung@FreeBSD.org In-Reply-To: <200607051715.k65HFOuN032583@repoman.freebsd.org> References: <200607051715.k65HFOuN032583@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-gJ089s3tWC7nhYL2Vrla" Date: Wed, 05 Jul 2006 21:20:28 +0200 Message-Id: <1152127228.91272.8.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/otrs Makefile distinfo pkg-descr pkg-plist ports/devel/otrs/files patch-scripts::apache2-httpd-new.include.conf pkg-install.in pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 19:20:33 -0000 --=-gJ089s3tWC7nhYL2Vrla Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Sergey Skvortsov p=ED=B9e v st 05. 07. 2006 v 17:15 +0000: > skv 2006-07-05 17:15:24 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > devel Makefile=20 > Added files: > devel/otrs Makefile distinfo pkg-descr pkg-plist=20 > devel/otrs/files =20 > patch-scripts::apache2-httpd-new.include.conf=20 > pkg-install.in pkg-message.in=20 > Log: > Add otrs 2.0.4, Open Ticket Request System. So we got it twice now, in devel and in www. --=20 Pav Lucistnik Knight: We shall say Ny! again to you if you do not appease us. Arthur: All right. What do you want? Knight: We want... a shruberry! --=-gJ089s3tWC7nhYL2Vrla 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.4 (FreeBSD) iD8DBQBErBD8ntdYP8FOsoIRAv6dAJ4p8nuPedBIn50VoAd5YOEn8mDisgCglU8r 2bo9IXZodpluwiGZlBPOd5E= =3foa -----END PGP SIGNATURE----- --=-gJ089s3tWC7nhYL2Vrla-- From owner-cvs-all@FreeBSD.ORG Wed Jul 5 19:24:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12E3216A4E5; Wed, 5 Jul 2006 19:24:15 +0000 (UTC) (envelope-from wsalamon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9567B43D49; Wed, 5 Jul 2006 19:24:14 +0000 (GMT) (envelope-from wsalamon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65JOEo1040996; Wed, 5 Jul 2006 19:24:14 GMT (envelope-from wsalamon@repoman.freebsd.org) Received: (from wsalamon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65JOEIi040995; Wed, 5 Jul 2006 19:24:14 GMT (envelope-from wsalamon) Message-Id: <200607051924.k65JOEIi040995@repoman.freebsd.org> From: Wayne Salamon Date: Wed, 5 Jul 2006 19:24: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/sys syscall.h syscall.mk sysproto.h src/sys/kern init_sysent.c 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: Wed, 05 Jul 2006 19:24:15 -0000 wsalamon 2006-07-05 19:24:14 UTC FreeBSD src repository Modified files: sys/sys sysproto.h syscall.mk syscall.h sys/kern init_sysent.c syscalls.c Log: Regen the system calls files, picking up the extended attr events, and some mount-related changes done previously. Approved by: rwatson (mentor) Revision Changes Path 1.212 +17 -17 src/sys/kern/init_sysent.c 1.196 +1 -1 src/sys/kern/syscalls.c 1.193 +1 -1 src/sys/sys/syscall.h 1.148 +1 -1 src/sys/sys/syscall.mk 1.195 +1 -1 src/sys/sys/sysproto.h From owner-cvs-all@FreeBSD.ORG Wed Jul 5 19:25:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 744A316A4E0; Wed, 5 Jul 2006 19:25:14 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0133943D5F; Wed, 5 Jul 2006 19:25:13 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65JPCY7041051; Wed, 5 Jul 2006 19:25:12 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65JPC4E041050; Wed, 5 Jul 2006 19:25:12 GMT (envelope-from ehaupt) Message-Id: <200607051925.k65JPC4E041050@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 5 Jul 2006 19:25:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/p5-Filesys-Df Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 19:25:14 -0000 ehaupt 2006-07-05 19:25:12 UTC FreeBSD ports repository Modified files: sysutils/p5-Filesys-Df Makefile distinfo Log: - Update to 0.92 PR: 99730 Notified by: Richard Approved by: pirzyk Revision Changes Path 1.3 +2 -2 ports/sysutils/p5-Filesys-Df/Makefile 1.3 +3 -3 ports/sysutils/p5-Filesys-Df/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 5 19:27:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1F5216A4E1; Wed, 5 Jul 2006 19:27:14 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73C6E43D67; Wed, 5 Jul 2006 19:27:14 +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 k65JRErw041213; Wed, 5 Jul 2006 19:27:14 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65JRENZ041212; Wed, 5 Jul 2006 19:27:14 GMT (envelope-from pav) Message-Id: <200607051927.k65JRENZ041212@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 5 Jul 2006 19:27:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 19:27:14 -0000 pav 2006-07-05 19:27:14 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Document new bsd.scons.mk Revision Changes Path 1.725 +49 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 5 19:29:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2684216A4DE; Wed, 5 Jul 2006 19:29:53 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7008443D53; Wed, 5 Jul 2006 19:29:52 +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 k65JTqEE041361; Wed, 5 Jul 2006 19:29:52 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65JTq5b041360; Wed, 5 Jul 2006 19:29:52 GMT (envelope-from garga) Message-Id: <200607051929.k65JTq5b041360@repoman.freebsd.org> From: Renato Botelho Date: Wed, 5 Jul 2006 19:29:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/sdcv Makefile distinfo pkg-descr pkg-plist ports/textproc/sdcv/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, 05 Jul 2006 19:29:53 -0000 garga 2006-07-05 19:29:51 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/sdcv Makefile distinfo pkg-descr pkg-plist textproc/sdcv/files patch-configure Log: SDCV(StarDict under Console Version) is simple, cross-platform text-based utility for work with dictionaries in StarDict's format. The word from "list of words" may be string with leading '/' for using Fuzzy search algorithm, string may contain '?' and '*' for using regexp search. It work in interactive and not interactive mode. WWW: http://sdcv.sourceforge.net/ PR: ports/96836 Submitted by: chinsan Revision Changes Path 1.993 +1 -0 ports/textproc/Makefile 1.1 +65 -0 ports/textproc/sdcv/Makefile (new) 1.1 +3 -0 ports/textproc/sdcv/distinfo (new) 1.1 +11 -0 ports/textproc/sdcv/files/patch-configure (new) 1.1 +8 -0 ports/textproc/sdcv/pkg-descr (new) 1.1 +6 -0 ports/textproc/sdcv/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 5 19:32:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F21B16A515; Wed, 5 Jul 2006 19:32:29 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A66B43D55; Wed, 5 Jul 2006 19:32:29 +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 k65JWT0S041516; Wed, 5 Jul 2006 19:32:29 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65JWT3g041515; Wed, 5 Jul 2006 19:32:29 GMT (envelope-from garga) Message-Id: <200607051932.k65JWT3g041515@repoman.freebsd.org> From: Renato Botelho Date: Wed, 5 Jul 2006 19:32:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 19:32:29 -0000 garga 2006-07-05 19:32:28 UTC FreeBSD ports repository Modified files: . modules Log: sdcv --> ports/textproc/sdcv Revision Changes Path 1.15509 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 5 19:49:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD8AF16A4DD; Wed, 5 Jul 2006 19:49:17 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A42343D45; Wed, 5 Jul 2006 19:49:17 +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 k65JnHlE042224; Wed, 5 Jul 2006 19:49:17 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65JnH7I042223; Wed, 5 Jul 2006 19:49:17 GMT (envelope-from pav) Message-Id: <200607051949.k65JnH7I042223@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 5 Jul 2006 19:49:17 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 19:49:18 -0000 pav 2006-07-05 19:49:17 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Document new bsd.wx.mk Revision Changes Path 1.726 +82 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 5 19: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE5B116A4DD; Wed, 5 Jul 2006 19:50:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB2243D45; Wed, 5 Jul 2006 19:50:28 +0000 (GMT) (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 k65JoS7f042322; Wed, 5 Jul 2006 19:50:28 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65JoS7u042321; Wed, 5 Jul 2006 19:50:28 GMT (envelope-from linimon) Message-Id: <200607051950.k65JoS7u042321@repoman.freebsd.org> From: Mark Linimon Date: Wed, 5 Jul 2006 19:50:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.scons.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 19:50:28 -0000 linimon 2006-07-05 19:50:28 UTC FreeBSD ports repository Modified files: Mk bsd.scons.mk Log: Correct maintainer email address. Spotted by: pav Revision Changes Path 1.2 +2 -2 ports/Mk/bsd.scons.mk From owner-cvs-all@FreeBSD.ORG Wed Jul 5 19: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D81716A4DA; Wed, 5 Jul 2006 19:53:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C49A43D45; Wed, 5 Jul 2006 19:53:28 +0000 (GMT) (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 k65JrSeE042461; Wed, 5 Jul 2006 19:53:28 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65JrSxb042460; Wed, 5 Jul 2006 19:53:28 GMT (envelope-from linimon) Message-Id: <200607051953.k65JrSxb042460@repoman.freebsd.org> From: Mark Linimon Date: Wed, 5 Jul 2006 19: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/Mk bsd.scons.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 19:53:28 -0000 linimon 2006-07-05 19:53:28 UTC FreeBSD ports repository Modified files: Mk bsd.scons.mk Log: Whitespace cleanup. Revision Changes Path 1.3 +11 -11 ports/Mk/bsd.scons.mk From owner-cvs-all@FreeBSD.ORG Wed Jul 5 20:04:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F50916A4DE; Wed, 5 Jul 2006 20:04:24 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C37043D49; Wed, 5 Jul 2006 20:04:24 +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 k65K4OUP044237; Wed, 5 Jul 2006 20:04:24 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65K4Owe044236; Wed, 5 Jul 2006 20:04:24 GMT (envelope-from mi) Message-Id: <200607052004.k65K4Owe044236@repoman.freebsd.org> From: Mikhail Teterin Date: Wed, 5 Jul 2006 20:04:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/tcl84 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 20:04:24 -0000 mi 2006-07-05 20:04:24 UTC FreeBSD ports repository Modified files: lang/tcl84 Makefile Log: Add check for net.inet.tcp.blackhole and warn users, when it is set, as well as disable socket.test in this case. Some of the TCL's self-tests attempt to open a socket to (or request http-data from) a "dead" port on the localhost. These tests expect a quick failure, but get a hang, when the blackhole is on. Tests in http.test use a timeout, but some of those in socket.test do not... Pointed out by: confusion on ports@ Revision Changes Path 1.93 +11 -0 ports/lang/tcl84/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 5 20:06:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE06516A4DA; Wed, 5 Jul 2006 20:06:43 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21F1143D6B; Wed, 5 Jul 2006 20:06:43 +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 k65K6gRs044436; Wed, 5 Jul 2006 20:06:42 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65K6gpa044435; Wed, 5 Jul 2006 20:06:42 GMT (envelope-from bde) Message-Id: <200607052006.k65K6gpa044435@repoman.freebsd.org> From: Bruce Evans Date: Wed, 5 Jul 2006 20:06:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/msun/i387 Makefile.inc e_scalb.S e_scalbf.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, 05 Jul 2006 20:06:43 -0000 bde 2006-07-05 20:06:42 UTC FreeBSD src repository Modified files: lib/msun/i387 Makefile.inc Removed files: lib/msun/i387 e_scalb.S e_scalbf.S Log: Removed the optimized asm versions of scalb() and scalbf(). These functions are only for compatibility with obsolete standards. They shouldn't be used, so they shouldn't be optimized. Use the generic versions instead. This fixes scalbf() as a side effect. The optimized asm version left garbage on the FP stack. I fixed the corresponding bug in the optimized asm scalb() and scalbn() in 1996. NetBSD fixed it in scalb(), scalbn() and scalbnf() in 1999 but missed fixing it in scalbf(). Then in 2005 the bug was reimplemented in FreeBSD by importing NetBSD's scalbf(). The generic versions have slightly different error handling: - the asm versions blindly round the second parameter to a (floating point) integer and proceed, while the generic versions return NaN if this rounding changes the value. POSIX permits both behaviours (these functions are XSI extensions and the behaviour for a bogus non-integral second parameter is unspecified). Apart from this and the bug in scalbf(), the behaviour of the generic versions seems to be identical. (I only exhusatively tested generic_scalbf(1.0F, anyfloat) == asm_scalb(1.0F, anyfloat). This covers many representative corner cases involving NaNs and Infs but doesn't test exception flags. The brokenness of scalbf() showed up as weird behaviour after testing just 7 integer cases sequentially.) Revision Changes Path 1.9 +2 -2 src/lib/msun/i387/Makefile.inc 1.9 +0 -45 src/lib/msun/i387/e_scalb.S (dead) 1.3 +0 -15 src/lib/msun/i387/e_scalbf.S (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 5 20:08:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 053BE16A4DD; Wed, 5 Jul 2006 20:08:00 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B52D443D45; Wed, 5 Jul 2006 20:07:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65K7xD4044527; Wed, 5 Jul 2006 20:07:59 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65K7x7v044526; Wed, 5 Jul 2006 20:07:59 GMT (envelope-from pav) Message-Id: <200607052007.k65K7x7v044526@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 5 Jul 2006 20:07: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/share/man/man7 ports.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 20:08:00 -0000 pav 2006-07-05 20:07:59 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man7 ports.7 Log: - Document new missing target Revision Changes Path 1.53 +2 -0 src/share/man/man7/ports.7 From owner-cvs-all@FreeBSD.ORG Wed Jul 5 20:15:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB20D16A4E1; Wed, 5 Jul 2006 20:15:23 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7DA643D45; Wed, 5 Jul 2006 20:15:23 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65KFNKl044953; Wed, 5 Jul 2006 20:15:23 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65KFN8i044952; Wed, 5 Jul 2006 20:15:23 GMT (envelope-from glewis) Message-Id: <200607052015.k65KFN8i044952@repoman.freebsd.org> From: Greg Lewis Date: Wed, 5 Jul 2006 20:15: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/java/diablo-jdk15 Makefile distinfo pkg-message pkg-plist ports/java/diablo-jdk15/files cacerts pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 20:15:24 -0000 glewis 2006-07-05 20:15:23 UTC FreeBSD ports repository Modified files: java/diablo-jdk15 Makefile distinfo pkg-plist java/diablo-jdk15/files pkg-install.in Removed files: java/diablo-jdk15 pkg-message java/diablo-jdk15/files cacerts Log: . Update to 1.5.0_07-b00. Submitted by: Kurt Miller Revision Changes Path 1.2 +14 -8 ports/java/diablo-jdk15/Makefile 1.2 +9 -6 ports/java/diablo-jdk15/distinfo 1.2 +0 -137 ports/java/diablo-jdk15/files/cacerts (dead) 1.2 +3 -3 ports/java/diablo-jdk15/files/pkg-install.in 1.2 +0 -12 ports/java/diablo-jdk15/pkg-message (dead) 1.2 +1052 -1279 ports/java/diablo-jdk15/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 5 20: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C875716A4DD; Wed, 5 Jul 2006 20:16:56 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C9DB43D77; Wed, 5 Jul 2006 20:16:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65KGts8045033; Wed, 5 Jul 2006 20:16:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65KGtEb045032; Wed, 5 Jul 2006 20:16:55 GMT (envelope-from pav) Message-Id: <200607052016.k65KGtEb045032@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 5 Jul 2006 20:16:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 20:16:56 -0000 pav 2006-07-05 20:16:54 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Chase a rename of BROKEN_WITH_PHP to IGNORE_WITH_PHP Revision Changes Path 1.727 +1 -1 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 5 20:20:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB2D916A4E0; Wed, 5 Jul 2006 20:20:24 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B682943D45; Wed, 5 Jul 2006 20:20:24 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65KKOvU045737; Wed, 5 Jul 2006 20:20:24 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65KKOcb045736; Wed, 5 Jul 2006 20:20:24 GMT (envelope-from jmelo) Message-Id: <200607052020.k65KKOcb045736@repoman.freebsd.org> From: Jean Milanez Melo Date: Wed, 5 Jul 2006 20:20:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/libepp-nicbr 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, 05 Jul 2006 20:20:25 -0000 jmelo 2006-07-05 20:20:24 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libepp-nicbr Makefile distinfo pkg-descr pkg-plist Log: - New port: libepp-nicbr This is the LIBEPP-NICBR C++ library that partially implements the Extensible Provisioning Protocol (EPP), as described in the Internet Drafts RFC3730bis to RFC3734bis and RFC3735. RFC3731bis - EPP Domain Name Mapping - was implemented with hosts as attributes of the Domain Object. In order to conform to the .BR model, extensions to the EPP Domain Name and Contact Mapping were made (draft-neves-epp-brdomain and draft-neves-epp-brorg), supported since version 0.2. The documentation for these extensions is available at EPP References [1]. [1] http://registro.br/epp/rfc-EN.html WWW: http://registro.br/epp/ Revision Changes Path 1.2307 +1 -0 ports/devel/Makefile 1.1 +27 -0 ports/devel/libepp-nicbr/Makefile (new) 1.1 +3 -0 ports/devel/libepp-nicbr/distinfo (new) 1.1 +16 -0 ports/devel/libepp-nicbr/pkg-descr (new) 1.1 +117 -0 ports/devel/libepp-nicbr/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 5 20: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC86B16A4DE; Wed, 5 Jul 2006 20:23:23 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F0DA43D45; Wed, 5 Jul 2006 20:23:23 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65KNNqt046334; Wed, 5 Jul 2006 20:23:23 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65KNNWT046333; Wed, 5 Jul 2006 20:23:23 GMT (envelope-from jmelo) Message-Id: <200607052023.k65KNNWT046333@repoman.freebsd.org> From: Jean Milanez Melo Date: Wed, 5 Jul 2006 20:23:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 20:23:24 -0000 jmelo 2006-07-05 20:23:23 UTC FreeBSD ports repository Modified files: . modules Log: libepp-nicbr --> ports/devel/libepp-nicbr Revision Changes Path 1.15510 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 5 20:24:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87D0816A4DA; Wed, 5 Jul 2006 20:24:49 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AC8043D67; Wed, 5 Jul 2006 20:24:47 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65KOl7E046420; Wed, 5 Jul 2006 20:24:47 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65KOlWA046419; Wed, 5 Jul 2006 20:24:47 GMT (envelope-from glewis) Message-Id: <200607052024.k65KOlWA046419@repoman.freebsd.org> From: Greg Lewis Date: Wed, 5 Jul 2006 20: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/java/diablo-jre15 Makefile distinfo pkg-message pkg-plist ports/java/diablo-jre15/files cacerts pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 20:24:49 -0000 glewis 2006-07-05 20:24:47 UTC FreeBSD ports repository Modified files: java/diablo-jre15 Makefile distinfo pkg-plist java/diablo-jre15/files pkg-install.in Removed files: java/diablo-jre15 pkg-message java/diablo-jre15/files cacerts Log: . Update to 1.5.0_07-b00. Submitted by: Kurt Miller Revision Changes Path 1.2 +14 -8 ports/java/diablo-jre15/Makefile 1.2 +9 -6 ports/java/diablo-jre15/distinfo 1.2 +0 -137 ports/java/diablo-jre15/files/cacerts (dead) 1.2 +3 -3 ports/java/diablo-jre15/files/pkg-install.in 1.2 +0 -12 ports/java/diablo-jre15/pkg-message (dead) 1.2 +126 -126 ports/java/diablo-jre15/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 5 20: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A602116A4DD; Wed, 5 Jul 2006 20:33:00 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2F7C43D6A; Wed, 5 Jul 2006 20:32:58 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65KWwvQ046784; Wed, 5 Jul 2006 20:32:58 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65KWwRU046783; Wed, 5 Jul 2006 20:32:58 GMT (envelope-from glewis) Message-Id: <200607052032.k65KWwRU046783@repoman.freebsd.org> From: Greg Lewis Date: Wed, 5 Jul 2006 20:32: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/java/javavmwrapper/files javavm_opts.conf.dist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 20:33:00 -0000 glewis 2006-07-05 20:32:58 UTC FreeBSD ports repository Modified files: java/javavmwrapper/files javavm_opts.conf.dist Log: . The new Diablo JDK release doesn't need -XX:+UseMembar. Revision Changes Path 1.5 +1 -3 ports/java/javavmwrapper/files/javavm_opts.conf.dist From owner-cvs-all@FreeBSD.ORG Wed Jul 5 20:38:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9B4116A4DE; Wed, 5 Jul 2006 20:38:54 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A547A43D49; Wed, 5 Jul 2006 20:38:54 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65KcsDF047182; Wed, 5 Jul 2006 20:38:54 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65Kcsho047181; Wed, 5 Jul 2006 20:38:54 GMT (envelope-from pav) Message-Id: <200607052038.k65Kcsho047181@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 5 Jul 2006 20:38:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man7 ports.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 20:38:55 -0000 pav 2006-07-05 20:38:54 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man7 ports.7 Log: - Document RANDOMIZE_MASTER_SITES, MASTER_SORT - Remove OPTIONS, it's no user settable variable Revision Changes Path 1.54 +7 -13 src/share/man/man7/ports.7 From owner-cvs-all@FreeBSD.ORG Wed Jul 5 20:43:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 974A316A4DA; Wed, 5 Jul 2006 20:43:29 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6474B43D49; Wed, 5 Jul 2006 20:43:29 +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 k65KhTBd047551; Wed, 5 Jul 2006 20:43:29 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65KhT5m047550; Wed, 5 Jul 2006 20:43:29 GMT (envelope-from pav) Message-Id: <200607052043.k65KhT5m047550@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 5 Jul 2006 20: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 MOVED ports/www Makefile ports/www/sitemapgen 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, 05 Jul 2006 20:43:29 -0000 pav 2006-07-05 20:43:29 UTC FreeBSD ports repository Modified files: . MOVED www Makefile Removed files: www/sitemapgen Makefile distinfo pkg-descr pkg-plist Log: - Remove www/sitemapgen in favor of www/google-sitemapgen port carrying the same software Requested by: ceri (maintainer) Revision Changes Path 1.1087 +2 -1 ports/MOVED 1.1484 +0 -1 ports/www/Makefile 1.4 +0 -32 ports/www/sitemapgen/Makefile (dead) 1.3 +0 -3 ports/www/sitemapgen/distinfo (dead) 1.2 +0 -8 ports/www/sitemapgen/pkg-descr (dead) 1.2 +0 -9 ports/www/sitemapgen/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 5 20:44:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1053A16A4E5; Wed, 5 Jul 2006 20:44:11 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE3EA43D49; Wed, 5 Jul 2006 20:44:10 +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 k65KiAEL047627; Wed, 5 Jul 2006 20:44:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65KiANW047626; Wed, 5 Jul 2006 20:44:10 GMT (envelope-from pav) Message-Id: <200607052044.k65KiANW047626@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 5 Jul 2006 20: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: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 20:44:11 -0000 pav 2006-07-05 20:44:10 UTC FreeBSD ports repository Modified files: . modules Log: - remove sitemapgen Revision Changes Path 1.15511 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 5 21:07:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28A9016A4DA; Wed, 5 Jul 2006 21:07:30 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D35A543D45; Wed, 5 Jul 2006 21:07:29 +0000 (GMT) (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 k65L7TVi059523; Wed, 5 Jul 2006 21:07:29 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65L7THn059522; Wed, 5 Jul 2006 21:07:29 GMT (envelope-from bsam) Message-Id: <200607052107.k65L7THn059522@repoman.freebsd.org> From: Boris Samorodov Date: Wed, 5 Jul 2006 21: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/lang Makefile ports/lang/linux-libg2c Makefile distinfo.i386 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, 05 Jul 2006 21:07:30 -0000 bsam 2006-07-05 21:07:29 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/linux-libg2c Makefile distinfo.i386 pkg-descr Log: This is a Fortran 77 compatibility runtime linux (Fedora Core 4) library built with gcc-3.2. Reported by: thierry Approved by: netchild (mentor) Revision Changes Path 1.498 +1 -0 ports/lang/Makefile 1.1 +23 -0 ports/lang/linux-libg2c/Makefile (new) 1.1 +6 -0 ports/lang/linux-libg2c/distinfo.i386 (new) 1.1 +1 -0 ports/lang/linux-libg2c/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 5 21:08:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBE8816A4E6; Wed, 5 Jul 2006 21:08:07 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7678043D4C; Wed, 5 Jul 2006 21:08:07 +0000 (GMT) (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 k65L87M6059579; Wed, 5 Jul 2006 21:08:07 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65L87jn059578; Wed, 5 Jul 2006 21:08:07 GMT (envelope-from bsam) Message-Id: <200607052108.k65L87jn059578@repoman.freebsd.org> From: Boris Samorodov Date: Wed, 5 Jul 2006 21:08:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 21:08:07 -0000 bsam 2006-07-05 21:08:07 UTC FreeBSD ports repository Modified files: . modules Log: linux-libg2c --> ports/lang/linux-libg2c Revision Changes Path 1.15512 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 5 22:12:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2757816A4DE; Wed, 5 Jul 2006 22:12:14 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEAA043D67; Wed, 5 Jul 2006 22:12: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 k65MCDiH073936; Wed, 5 Jul 2006 22:12:13 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65MCD96073935; Wed, 5 Jul 2006 22:12:13 GMT (envelope-from ahze) Message-Id: <200607052212.k65MCD96073935@repoman.freebsd.org> From: Michael Johnson Date: Wed, 5 Jul 2006 22:12:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/thunderbird Makefile ports/www/firefox Makefile ports/www/mozilla bsd.gecko.mk ports/www/nvu Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 22:12:14 -0000 ahze 2006-07-05 22:12:13 UTC FreeBSD ports repository Modified files: mail/thunderbird Makefile www/firefox Makefile www/mozilla bsd.gecko.mk www/nvu Makefile Log: - Welcome back sparc64 on kern.osreldate>=601101 Revision Changes Path 1.65 +6 -2 ports/mail/thunderbird/Makefile 1.156 +5 -1 ports/www/firefox/Makefile 1.15 +2 -2 ports/www/mozilla/bsd.gecko.mk 1.24 +5 -1 ports/www/nvu/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 5 22: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A25E16A4DD; Wed, 5 Jul 2006 22:31:55 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 318FC43D6E; Wed, 5 Jul 2006 22:31:55 +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 k65MVt7N075496; Wed, 5 Jul 2006 22:31:55 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65MVtpq075493; Wed, 5 Jul 2006 22:31:55 GMT (envelope-from anray) Message-Id: <200607052231.k65MVtpq075493@repoman.freebsd.org> From: Andrey Slusar Date: Wed, 5 Jul 2006 22: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/editors/emacs-devel Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 22:31:55 -0000 anray 2006-07-05 22:31:55 UTC FreeBSD ports repository Modified files: editors/emacs-devel Makefile pkg-plist Log: Complete previous update. Revision Changes Path 1.7 +3 -3 ports/editors/emacs-devel/Makefile 1.5 +7 -9 ports/editors/emacs-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 5 22:44:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A8AD16A4DE; Wed, 5 Jul 2006 22:44:08 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E54B443D45; Wed, 5 Jul 2006 22:44:07 +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 k65Mi7c0078622; Wed, 5 Jul 2006 22:44:07 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65Mi7vs078621; Wed, 5 Jul 2006 22:44:07 GMT (envelope-from anray) Message-Id: <200607052244.k65Mi7vs078621@repoman.freebsd.org> From: Andrey Slusar Date: Wed, 5 Jul 2006 22:44: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/emacs-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, 05 Jul 2006 22:44:08 -0000 anray 2006-07-05 22:44:07 UTC FreeBSD ports repository Modified files: editors/emacs-devel Makefile Log: Move multiple make install hack to pre-install. PR: ports/99822 (in followup) Submitted by: keramida(maintainer) Revision Changes Path 1.8 +1 -1 ports/editors/emacs-devel/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 5 22:48:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8CA616A4E6; Wed, 5 Jul 2006 22:48:03 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A02E43D46; Wed, 5 Jul 2006 22:48:03 +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 k65Mm3bM078910; Wed, 5 Jul 2006 22:48:03 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65Mm3ca078909; Wed, 5 Jul 2006 22:48:03 GMT (envelope-from clsung) Message-Id: <200607052248.k65Mm3ca078909@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 5 Jul 2006 22:48: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/databases/p5-BerkeleyDB Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 22:48:03 -0000 clsung 2006-07-05 22:48:02 UTC FreeBSD ports repository Modified files: databases/p5-BerkeleyDB Makefile Log: - currently mark BROKEN on 4.X Revision Changes Path 1.27 +7 -1 ports/databases/p5-BerkeleyDB/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 5 22:55:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B07F316A4DA; Wed, 5 Jul 2006 22:55:01 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51F6843D45; Wed, 5 Jul 2006 22:55:01 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65Mt16w079279; Wed, 5 Jul 2006 22:55:01 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65Mt1Ne079278; Wed, 5 Jul 2006 22:55:01 GMT (envelope-from marcel) Message-Id: <200607052255.k65Mt1Ne079278@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 5 Jul 2006 22:55:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ia64/disasm disasm.h disasm_decode.c disasm_extract.c disasm_format.c disasm_int.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 22:55:01 -0000 marcel 2006-07-05 22:55:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ia64/disasm disasm.h disasm_decode.c disasm_extract.c disasm_format.c disasm_int.h Log: Sync with HEAD: Update to SDM 2.2. Revision Changes Path 1.3.2.1 +14 -9 src/sys/ia64/disasm/disasm.h 1.3.2.1 +75 -21 src/sys/ia64/disasm/disasm_decode.c 1.2.2.1 +100 -10 src/sys/ia64/disasm/disasm_extract.c 1.2.2.1 +4 -2 src/sys/ia64/disasm/disasm_format.c 1.2.2.1 +7 -1 src/sys/ia64/disasm/disasm_int.h From owner-cvs-all@FreeBSD.ORG Wed Jul 5 22:59:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D686E16A4DD; Wed, 5 Jul 2006 22:59:33 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A337E43D49; Wed, 5 Jul 2006 22:59:33 +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 k65MxXUS079653; Wed, 5 Jul 2006 22:59:33 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65MxXnm079652; Wed, 5 Jul 2006 22:59:33 GMT (envelope-from bde) Message-Id: <200607052259.k65MxXnm079652@repoman.freebsd.org> From: Bruce Evans Date: Wed, 5 Jul 2006 22:59: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/lib/msun/src s_tanh.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 22:59:33 -0000 bde 2006-07-05 22:59:33 UTC FreeBSD src repository Modified files: lib/msun/src s_tanh.c Log: Fixed tanh(-0.0) on ia64 and optimizeed tanh(x) for 2**-55 <= |x| < 2**-28 as a side effect, by merging with the float precision version of tanh() and the double precision version of sinh(). For tiny x, tanh(x) ~= x, and we used the expression x*(one+x) to return this value (x) and set the inexact flag iff x != 0. This doesn't work on ia64 since gcc -O does the dubious optimization x*(one+x) = x+x*x so as to use fma, so the sign of -0.0 was lost. Instead, handle tiny x in the same as sinh(), although this is imperfect: - return x directly and set the inexact flag in a less efficient way. - increased the threshold for non-tinyness from 2**-55 to 2**-28 so that many more cases are optimized than are pessimized. Updated some comments and fixed bugs in others (ranges for half-open intervals mostly had the open end backwards, and there were nearby style bugs). Revision Changes Path 1.8 +10 -10 src/lib/msun/src/s_tanh.c From owner-cvs-all@FreeBSD.ORG Wed Jul 5 23:12:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76F4D16A4DA; Wed, 5 Jul 2006 23:12:24 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F56743D45; Wed, 5 Jul 2006 23:12:24 +0000 (GMT) (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 k65NCOOx081511; Wed, 5 Jul 2006 23:12:24 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65NCOgd081510; Wed, 5 Jul 2006 23:12:24 GMT (envelope-from shaun) Message-Id: <200607052312.k65NCOgd081510@repoman.freebsd.org> From: Shaun Amott Date: Wed, 5 Jul 2006 23:12: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/editors/nvi-perl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 23:12:24 -0000 shaun 2006-07-05 23:12:23 UTC FreeBSD ports repository Modified files: editors/nvi-perl Makefile Log: Requires a Perl compiled without threads to build. PR: ports/99100 Submitted by: Tim Welch Approved by: ahze (mentor) Revision Changes Path 1.24 +11 -1 ports/editors/nvi-perl/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 5 23:14:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD61516A4E7; Wed, 5 Jul 2006 23:14:34 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72DD443D49; Wed, 5 Jul 2006 23:14:34 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65NEY3V081611; Wed, 5 Jul 2006 23:14:34 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65NEYvi081610; Wed, 5 Jul 2006 23:14:34 GMT (envelope-from ahze) Message-Id: <200607052314.k65NEYvi081610@repoman.freebsd.org> From: Michael Johnson Date: Wed, 5 Jul 2006 23:14:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/sunbird Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 23:14:34 -0000 ahze 2006-07-05 23:14:34 UTC FreeBSD ports repository Modified files: deskutils/sunbird Makefile Log: - Add sparc64 back on the map for kern.osreldate>=601101 Revision Changes Path 1.7 +2 -2 ports/deskutils/sunbird/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 5 23:17:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AF3816A4E0; Wed, 5 Jul 2006 23:17:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A57543D4C; Wed, 5 Jul 2006 23:17:54 +0000 (GMT) (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 k65NHsYZ081928; Wed, 5 Jul 2006 23:17:54 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65NHsTX081927; Wed, 5 Jul 2006 23:17:54 GMT (envelope-from linimon) Message-Id: <200607052317.k65NHsTX081927@repoman.freebsd.org> From: Mark Linimon Date: Wed, 5 Jul 2006 23:17:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Tools/portbuild/scripts dopackagestats X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 23:17:55 -0000 linimon 2006-07-05 23:17:54 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts dopackagestats Log: Add a column for last-date stamp and clean up the formatting a bit. Revision Changes Path 1.4 +22 -7 ports/Tools/portbuild/scripts/dopackagestats From owner-cvs-all@FreeBSD.ORG Wed Jul 5 23:22:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 307B916A4DE; Wed, 5 Jul 2006 23:22:17 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC5FF43D45; Wed, 5 Jul 2006 23:22: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 k65NMGOt082284; Wed, 5 Jul 2006 23:22:16 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65NMGMH082283; Wed, 5 Jul 2006 23:22:16 GMT (envelope-from ahze) Message-Id: <200607052322.k65NMGMH082283@repoman.freebsd.org> From: Michael Johnson Date: Wed, 5 Jul 2006 23:22: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/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: Wed, 05 Jul 2006 23:22:17 -0000 ahze 2006-07-05 23:22:16 UTC FreeBSD ports repository Modified files: www/seamonkey Makefile Log: - Don't IGNORE on sparc64 >=601101 anymore - Pet portlint Revision Changes Path 1.249 +7 -3 ports/www/seamonkey/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 5 23:22:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6050C16A56D; Wed, 5 Jul 2006 23:22:18 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0184043D45; Wed, 5 Jul 2006 23:22: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 k65NMHK4082330; Wed, 5 Jul 2006 23:22:17 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65NMHlf082329; Wed, 5 Jul 2006 23:22:17 GMT (envelope-from lofi) Message-Id: <200607052322.k65NMHlf082329@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 5 Jul 2006 23:22:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/kdebase3 Makefile ports/x11/kdebase3/files patch-post-3.5.3-screensavers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 23:22:18 -0000 lofi 2006-07-05 23:22:17 UTC FreeBSD ports repository Modified files: x11/kdebase3 Makefile Added files: x11/kdebase3/files patch-post-3.5.3-screensavers Log: Fix KDE Bug 128610 (kscreensaver does not launch screensaver after x minutes). Revision Changes Path 1.179 +1 -1 ports/x11/kdebase3/Makefile 1.1 +97 -0 ports/x11/kdebase3/files/patch-post-3.5.3-screensavers (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 5 23:29:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40C7E16A4DD; Wed, 5 Jul 2006 23:29:46 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC3A643D45; Wed, 5 Jul 2006 23:29:45 +0000 (GMT) (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 k65NTjkX082666; Wed, 5 Jul 2006 23:29:45 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65NTjK6082665; Wed, 5 Jul 2006 23:29:45 GMT (envelope-from linimon) Message-Id: <200607052329.k65NTjK6082665@repoman.freebsd.org> From: Mark Linimon Date: Wed, 5 Jul 2006 23:29: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/Tools/portbuild/scripts dopackagestats X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 23:29:46 -0000 linimon 2006-07-05 23:29:45 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts dopackagestats Log: Refactor. No code changes yet. Revision Changes Path 1.5 +16 -16 ports/Tools/portbuild/scripts/dopackagestats From owner-cvs-all@FreeBSD.ORG Wed Jul 5 23:30:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC67816A4DE; Wed, 5 Jul 2006 23:30:42 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93EAD43D49; Wed, 5 Jul 2006 23:30:42 +0000 (GMT) (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 k65NUgxV082773; Wed, 5 Jul 2006 23:30:42 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65NUgjU082772; Wed, 5 Jul 2006 23:30:42 GMT (envelope-from linimon) Message-Id: <200607052330.k65NUgjU082772@repoman.freebsd.org> From: Mark Linimon Date: Wed, 5 Jul 2006 23: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/Tools/portbuild/scripts dopackagestats X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 23:30:43 -0000 linimon 2006-07-05 23:30:42 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts dopackagestats Log: Fix CVS tag. Revision Changes Path 1.6 +1 -1 ports/Tools/portbuild/scripts/dopackagestats From owner-cvs-all@FreeBSD.ORG Wed Jul 5 23: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01A6A16A4DA; Wed, 5 Jul 2006 23:37:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB92E43D46; Wed, 5 Jul 2006 23:37:16 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65NbGJn083255; Wed, 5 Jul 2006 23:37:16 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65NbGMI083254; Wed, 5 Jul 2006 23:37:16 GMT (envelope-from edwin) Message-Id: <200607052337.k65NbGMI083254@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 5 Jul 2006 23:37:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/php_doc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 23:37:17 -0000 edwin 2006-07-05 23:37:16 UTC FreeBSD ports repository Modified files: lang/php_doc Makefile distinfo Log: Update PHP Manuals to version 2006-07-06 Also add a "make fetchdist" target for easier regeneration" Revision Changes Path 1.31 +12 -1 ports/lang/php_doc/Makefile 1.20 +39 -39 ports/lang/php_doc/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 5 23:37:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E758F16A4DD; Wed, 5 Jul 2006 23:37:21 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D9DF43D49; Wed, 5 Jul 2006 23:37:21 +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 k65NbLQd083302; Wed, 5 Jul 2006 23:37:21 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65NbLek083301; Wed, 5 Jul 2006 23:37:21 GMT (envelope-from oleg) Message-Id: <200607052337.k65NbLek083301@repoman.freebsd.org> From: Oleg Bulyzhin Date: Wed, 5 Jul 2006 23:37: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/netinet in_rmx.c src/sys/netinet6 in6_rmx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 23:37:22 -0000 oleg 2006-07-05 23:37:21 UTC FreeBSD src repository Modified files: sys/netinet in_rmx.c sys/netinet6 in6_rmx.c Log: Complete timebase (time_second -> time_uptime) conversion. PR: kern/94249 Reviewed by: andre (few months ago) Approved by: glebius (mentor) Revision Changes Path 1.55 +4 -4 src/sys/netinet/in_rmx.c 1.16 +8 -7 src/sys/netinet6/in6_rmx.c From owner-cvs-all@FreeBSD.ORG Thu Jul 6 00:24:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D0DA16A4DE; Thu, 6 Jul 2006 00:24:37 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D982843D45; Thu, 6 Jul 2006 00:24:36 +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 k660Oa9V086846; Thu, 6 Jul 2006 00:24:36 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k660OaiF086845; Thu, 6 Jul 2006 00:24:36 GMT (envelope-from oleg) Message-Id: <200607060024.k660OaiF086845@repoman.freebsd.org> From: Oleg Bulyzhin Date: Thu, 6 Jul 2006 00:24: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/net rtsock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 00:24:37 -0000 oleg 2006-07-06 00:24:36 UTC FreeBSD src repository Modified files: sys/net rtsock.c Log: Adjust rt_(set|get)metrics() to do kernel <-> userland timebase conversion. We need it since kernel timebase has changed (time_second -> time_uptime). Approved by: glebius (mentor) Revision Changes Path 1.136 +7 -2 src/sys/net/rtsock.c From owner-cvs-all@FreeBSD.ORG Thu Jul 6 00:38:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7905516A4DA; Thu, 6 Jul 2006 00:38:50 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80AA143D64; Thu, 6 Jul 2006 00:38:48 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k660cmxl087492; Thu, 6 Jul 2006 00:38:48 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k660cmB0087491; Thu, 6 Jul 2006 00:38:48 GMT (envelope-from maho) Message-Id: <200607060038.k660cmB0087491@repoman.freebsd.org> From: Maho Nakata Date: Thu, 6 Jul 2006 00:38: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/editors/openoffice.org-2.0/files patch-i65512 ports/editors/openoffice.org-2.0-devel/files patch-i65512 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 00:38:50 -0000 maho 2006-07-06 00:38:48 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2.0/files patch-i65512 editors/openoffice.org-2.0-devel/files patch-i65512 Log: Build fix for 7-current. NAKAJI-san kindly signed to JCA for upstream, so we accept the patch. Please refer policy section of http://porting.openoffice.org/freebsd . PR: 99284 Submitted by: NAKAJI Hiroyuki Revision Changes Path 1.2 +18 -0 ports/editors/openoffice.org-2.0-devel/files/patch-i65512 1.3 +18 -0 ports/editors/openoffice.org-2.0/files/patch-i65512 From owner-cvs-all@FreeBSD.ORG Thu Jul 6 00:51:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 950A416A4DF; Thu, 6 Jul 2006 00:51:37 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A1143D66; Thu, 6 Jul 2006 00:51: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 k660pYIX096016; Thu, 6 Jul 2006 00:51:34 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k660pYoQ096015; Thu, 6 Jul 2006 00:51:34 GMT (envelope-from clsung) Message-Id: <200607060051.k660pYoQ096015@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 6 Jul 2006 00:51:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/moinmoin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 00:51:37 -0000 clsung 2006-07-06 00:51:33 UTC FreeBSD ports repository Modified files: www/moinmoin Makefile distinfo Log: - update to 1.5.4 PR: ports/99824 Submitted by: Rick van der Zwet Revision Changes Path 1.28 +1 -1 ports/www/moinmoin/Makefile 1.17 +3 -3 ports/www/moinmoin/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 6 00:57:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBF8F16A4DE; Thu, 6 Jul 2006 00:57:02 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73EA343D46; Thu, 6 Jul 2006 00:57:02 +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 k660v2Ex096527; Thu, 6 Jul 2006 00:57:02 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k660v2RR096526; Thu, 6 Jul 2006 00:57:02 GMT (envelope-from ijliao) Message-Id: <200607060057.k660v2RR096526@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 6 Jul 2006 00:57:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/py-imdbpy Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 00:57:02 -0000 ijliao 2006-07-06 00:57:02 UTC FreeBSD ports repository Modified files: www/py-imdbpy Makefile distinfo Log: upgrade to 2.6 Revision Changes Path 1.11 +1 -1 ports/www/py-imdbpy/Makefile 1.12 +3 -3 ports/www/py-imdbpy/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 6 01: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AB4C16A4DA; Thu, 6 Jul 2006 01:23:02 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 311A443D46; Thu, 6 Jul 2006 01:23:02 +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 k661N2dt099141; Thu, 6 Jul 2006 01:23:02 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k661N253099140; Thu, 6 Jul 2006 01:23:02 GMT (envelope-from clsung) Message-Id: <200607060123.k661N253099140@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 6 Jul 2006 01:23:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/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: Thu, 06 Jul 2006 01:23:02 -0000 clsung 2006-07-06 01:23:02 UTC FreeBSD ports repository Modified files: devel/p5-File-Copy-Recursive Makefile distinfo Log: - update to 0.25 Revision Changes Path 1.12 +1 -1 ports/devel/p5-File-Copy-Recursive/Makefile 1.10 +3 -3 ports/devel/p5-File-Copy-Recursive/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 6 01:30:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3AF716A4DA; Thu, 6 Jul 2006 01:30:50 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61CC843D55; Thu, 6 Jul 2006 01:30:50 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k661UoQj099445; Thu, 6 Jul 2006 01:30:50 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k661UoSe099444; Thu, 6 Jul 2006 01:30:50 GMT (envelope-from ahze) Message-Id: <200607060130.k661UoSe099444@repoman.freebsd.org> From: Michael Johnson Date: Thu, 6 Jul 2006 01:30:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/flock Makefile ports/www/flock/files patch-xptcall-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: Thu, 06 Jul 2006 01:30:51 -0000 ahze 2006-07-06 01:30:50 UTC FreeBSD ports repository Modified files: www/flock Makefile Added files: www/flock/files patch-xptcall-sparc64 Log: - Add sparc64 support Revision Changes Path 1.157 +5 -1 ports/www/flock/Makefile 1.8 +327 -0 ports/www/flock/files/patch-xptcall-sparc64 (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 6 01:35:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32A3616A4DA; Thu, 6 Jul 2006 01:35:08 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4E6043D46; Thu, 6 Jul 2006 01:35:07 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k661Z7Ms099655; Thu, 6 Jul 2006 01:35:07 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k661Z7n6099654; Thu, 6 Jul 2006 01:35:07 GMT (envelope-from ahze) Message-Id: <200607060135.k661Z7n6099654@repoman.freebsd.org> From: Michael Johnson Date: Thu, 6 Jul 2006 01:35:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/nvu Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 01:35:08 -0000 ahze 2006-07-06 01:35:07 UTC FreeBSD ports repository Modified files: www/nvu Makefile Log: Transfer maintainer to gnome@ to be with all other gecko ports Revision Changes Path 1.25 +1 -1 ports/www/nvu/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 6 01:39:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40F5016A4E5; Thu, 6 Jul 2006 01:39:15 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED9C643D45; Thu, 6 Jul 2006 01:39:14 +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 k661dECK099830; Thu, 6 Jul 2006 01:39:14 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k661dEA2099829; Thu, 6 Jul 2006 01:39:14 GMT (envelope-from ahze) Message-Id: <200607060139.k661dEA2099829@repoman.freebsd.org> From: Michael Johnson Date: Thu, 6 Jul 2006 01:39:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/flock Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 01:39:15 -0000 ahze 2006-07-06 01:39:14 UTC FreeBSD ports repository Modified files: www/flock Makefile Log: - Fix typo in IGNORE Revision Changes Path 1.158 +1 -1 ports/www/flock/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 6 01:52:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14FEF16A4DE; Thu, 6 Jul 2006 01:52:24 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C111943D46; Thu, 6 Jul 2006 01:52:23 +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 k661qNC9000488; Thu, 6 Jul 2006 01:52:23 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k661qNSg000487; Thu, 6 Jul 2006 01:52:23 GMT (envelope-from leeym) Message-Id: <200607060152.k661qNSg000487@repoman.freebsd.org> From: Yen-Ming Lee Date: Thu, 6 Jul 2006 01:52:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Lingua-EN-Squeeze Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 01:52:24 -0000 leeym 2006-07-06 01:52:23 UTC FreeBSD ports repository Modified files: textproc/p5-Lingua-EN-Squeeze Makefile distinfo Log: - update to 2006.0704 Revision Changes Path 1.6 +3 -11 ports/textproc/p5-Lingua-EN-Squeeze/Makefile 1.5 +3 -3 ports/textproc/p5-Lingua-EN-Squeeze/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 6 02: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27D2E16A4DE; Thu, 6 Jul 2006 02:23:55 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3BCB43D45; Thu, 6 Jul 2006 02:23:54 +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 k662Nsqh003038; Thu, 6 Jul 2006 02:23:54 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k662NsJ2003037; Thu, 6 Jul 2006 02:23:54 GMT (envelope-from rafan) Message-Id: <200607060223.k662NsJ2003037@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 6 Jul 2006 02:23: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/xist 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, 06 Jul 2006 02:23:55 -0000 rafan 2006-07-06 02:23:54 UTC FreeBSD ports repository Modified files: www/xist Makefile distinfo pkg-plist Log: - Update to 2.14.1 PR: 99823 Submitted by: rafan Approved by: maintainer, delphij (mentor, implicit) Revision Changes Path 1.13 +1 -1 ports/www/xist/Makefile 1.8 +3 -3 ports/www/xist/distinfo 1.7 +25 -0 ports/www/xist/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 6 02:24:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDEA316A4DD; Thu, 6 Jul 2006 02:24:43 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E19643D5C; Thu, 6 Jul 2006 02:24:43 +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 k662OhHo003096; Thu, 6 Jul 2006 02:24:43 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k662Og0U003095; Thu, 6 Jul 2006 02:24:42 GMT (envelope-from rafan) Message-Id: <200607060224.k662Og0U003095@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 6 Jul 2006 02: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/lang/stklos 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, 06 Jul 2006 02:24:43 -0000 rafan 2006-07-06 02:24:42 UTC FreeBSD ports repository Modified files: lang/stklos Makefile distinfo pkg-plist Log: - Update to 0.72 PR: 99821 Submitted by: rafan Approved by: maintainer, delphij (mentor, implicit) Revision Changes Path 1.10 +1 -2 ports/lang/stklos/Makefile 1.7 +3 -3 ports/lang/stklos/distinfo 1.6 +2 -0 ports/lang/stklos/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 6 02: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2260516A4E0; Thu, 6 Jul 2006 02:25:43 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0ABE43D62; Thu, 6 Jul 2006 02:25: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 k662Pddn003215; Thu, 6 Jul 2006 02:25:39 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k662PdnZ003214; Thu, 6 Jul 2006 02:25:39 GMT (envelope-from rafan) Message-Id: <200607060225.k662PdnZ003214@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 6 Jul 2006 02: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/chinese/autoconvert Makefile distinfo ports/chinese/autoconvert/files patch-autogb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 02:25:43 -0000 rafan 2006-07-06 02:25:39 UTC FreeBSD ports repository Modified files: chinese/autoconvert Makefile distinfo Removed files: chinese/autoconvert/files patch-autogb.c Log: - Update to 0.3.14 PR: 99815 Submitted by: rafan Approved by: maintainer, delphij (mentor, implicit) Revision Changes Path 1.19 +1 -1 ports/chinese/autoconvert/Makefile 1.9 +3 -3 ports/chinese/autoconvert/distinfo 1.2 +0 -26 ports/chinese/autoconvert/files/patch-autogb.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 6 02:34:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48BF716A4DD; Thu, 6 Jul 2006 02:34:35 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8E1143D49; Thu, 6 Jul 2006 02:34: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 k662YYgQ003572; Thu, 6 Jul 2006 02:34:34 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k662YYVX003571; Thu, 6 Jul 2006 02:34:34 GMT (envelope-from edwin) Message-Id: <200607060234.k662YYVX003571@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 6 Jul 2006 02:34: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/penguintv-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, 06 Jul 2006 02:34:35 -0000 edwin 2006-07-06 02:34:34 UTC FreeBSD ports repository Modified files: net/penguintv-devel Makefile distinfo pkg-plist Log: Update to version 1.90 Revision Changes Path 1.12 +1 -2 ports/net/penguintv-devel/Makefile 1.7 +3 -3 ports/net/penguintv-devel/distinfo 1.10 +5 -6 ports/net/penguintv-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 6 02: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A823516A4DA; Thu, 6 Jul 2006 02:43:58 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F6B843D46; Thu, 6 Jul 2006 02:43:58 +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 k662hwpV003962; Thu, 6 Jul 2006 02:43:58 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k662hwaB003961; Thu, 6 Jul 2006 02:43:58 GMT (envelope-from edwin) Message-Id: <200607060243.k662hwaB003961@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 6 Jul 2006 02: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/net/penguintv-devel/files patch-penguintv__MediaManager.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 02:43:58 -0000 edwin 2006-07-06 02:43:58 UTC FreeBSD ports repository Added files: net/penguintv-devel/files patch-penguintv__MediaManager.py Log: First add files, then commit them Revision Changes Path 1.1 +11 -0 ports/net/penguintv-devel/files/patch-penguintv__MediaManager.py (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 6 04:54:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF81816A4DE; Thu, 6 Jul 2006 04:54:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 859C443D45; Thu, 6 Jul 2006 04:54:53 +0000 (GMT) (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 k664srx0019583; Thu, 6 Jul 2006 04:54:53 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k664srJv019582; Thu, 6 Jul 2006 04:54:53 GMT (envelope-from linimon) Message-Id: <200607060454.k664srJv019582@repoman.freebsd.org> From: Mark Linimon Date: Thu, 6 Jul 2006 04:54:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Tools/portbuild/scripts dopackagestats X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 04:54:54 -0000 linimon 2006-07-06 04:54:53 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts dopackagestats Log: Add some color to the display. Revision Changes Path 1.7 +31 -18 ports/Tools/portbuild/scripts/dopackagestats From owner-cvs-all@FreeBSD.ORG Thu Jul 6 05:00:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B20916A4DD; Thu, 6 Jul 2006 05:00:49 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D89B143D46; Thu, 6 Jul 2006 05:00:48 +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 k6650mU0021048; Thu, 6 Jul 2006 05:00:48 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6650mZg021047; Thu, 6 Jul 2006 05:00:48 GMT (envelope-from leeym) Message-Id: <200607060500.k6650mZg021047@repoman.freebsd.org> From: Yen-Ming Lee Date: Thu, 6 Jul 2006 05:00:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/p5-MusicBrainz-Queries Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 05:00:49 -0000 leeym 2006-07-06 05:00:48 UTC FreeBSD ports repository Modified files: audio/p5-MusicBrainz-Queries Makefile distinfo Log: - update to 0.11 Revision Changes Path 1.9 +1 -2 ports/audio/p5-MusicBrainz-Queries/Makefile 1.2 +3 -3 ports/audio/p5-MusicBrainz-Queries/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 6 05:25:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2A5116A4DA; Thu, 6 Jul 2006 05:25:18 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ED9443D46; Thu, 6 Jul 2006 05:25:18 +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 k665PItf028265; Thu, 6 Jul 2006 05:25:18 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k665PIb1028264; Thu, 6 Jul 2006 05:25:18 GMT (envelope-from leeym) Message-Id: <200607060525.k665PIb1028264@repoman.freebsd.org> From: Yen-Ming Lee Date: Thu, 6 Jul 2006 05:25: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/audio/p5-MusicBrainz-Client Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 05:25:18 -0000 leeym 2006-07-06 05:25:18 UTC FreeBSD ports repository Modified files: audio/p5-MusicBrainz-Client Makefile distinfo Log: - update to 0.11 Revision Changes Path 1.9 +1 -2 ports/audio/p5-MusicBrainz-Client/Makefile 1.2 +3 -3 ports/audio/p5-MusicBrainz-Client/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 6 05:30:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28E4C16A4EB; Thu, 6 Jul 2006 05:30:47 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A0BD43D46; Thu, 6 Jul 2006 05:30:41 +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 k665UfcC028543; Thu, 6 Jul 2006 05:30:41 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k665Ufsj028542; Thu, 6 Jul 2006 05:30:41 GMT (envelope-from ahze) Message-Id: <200607060530.k665Ufsj028542@repoman.freebsd.org> From: Michael Johnson Date: Thu, 6 Jul 2006 05:30:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 05:30:47 -0000 ahze 2006-07-06 05:30:41 UTC FreeBSD ports repository Modified files: devel Makefile Log: temporarily disconnect devel/otrs to fix index build since www/otrs is a dupe in index. I disconnected devel/otrs since it looks like www/otrs was commited first and www/otrs listed in modules while devel/otrs isn't. Reported by: erwin index build email Revision Changes Path 1.2308 +0 -1 ports/devel/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 6 05:42:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 891C716A4DF; Thu, 6 Jul 2006 05:42:06 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4280143D46; Thu, 6 Jul 2006 05:42: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 k665g6Uj030310; Thu, 6 Jul 2006 05:42:06 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k665g6Do030309; Thu, 6 Jul 2006 05:42:06 GMT (envelope-from ahze) Message-Id: <200607060542.k665g6Do030309@repoman.freebsd.org> From: Michael Johnson Date: Thu, 6 Jul 2006 05:42:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/hyperestraier Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 05:42:06 -0000 ahze 2006-07-06 05:42:05 UTC FreeBSD ports repository Modified files: textproc/hyperestraier Makefile distinfo pkg-plist Log: - Update to 1.3.0 Spotted on: portscout Revision Changes Path 1.27 +1 -1 ports/textproc/hyperestraier/Makefile 1.24 +3 -3 ports/textproc/hyperestraier/distinfo 1.22 +6 -4 ports/textproc/hyperestraier/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 6 05:45:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABF8916A4DD; Thu, 6 Jul 2006 05:45:16 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F2843D45; Thu, 6 Jul 2006 05:45:16 +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 k665jGnD030451; Thu, 6 Jul 2006 05:45:16 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k665jGhl030450; Thu, 6 Jul 2006 05:45:16 GMT (envelope-from marcus) Message-Id: <200607060545.k665jGhl030450@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 6 Jul 2006 05:45: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/liboil Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 05:45:16 -0000 marcus 2006-07-06 05:45:16 UTC FreeBSD ports repository Modified files: devel/liboil Makefile Log: Add a RUN_DEPENDS on gcc34 (yuck!) for 5.X since liboil links to libgcc_s.so which is not installed by the base gcc for some reason. Without this fix binaries that link to liboil would fail to load. Revision Changes Path 1.20 +2 -0 ports/devel/liboil/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 6 05:53:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6401916A4DD; Thu, 6 Jul 2006 05:53:37 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F4F443D4C; Thu, 6 Jul 2006 05:53:37 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k665rahM030879; Thu, 6 Jul 2006 05:53:36 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k665raI6030878; Thu, 6 Jul 2006 05:53:36 GMT (envelope-from sobomax) Message-Id: <200607060553.k665raI6030878@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jul 2006 05:53: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/misc/zaptel Makefile distinfo pkg-message ports/misc/zaptel/files patch-qozap::Makefile patch-zaphfc::Makefile patch-zaptel::Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 05:53:37 -0000 sobomax 2006-07-06 05:53:36 UTC FreeBSD ports repository Modified files: misc/zaptel Makefile distinfo pkg-message Added files: misc/zaptel/files patch-qozap::Makefile patch-zaphfc::Makefile patch-zaptel::Makefile Log: Update to 1.0. Revision Changes Path 1.20 +2 -2 ports/misc/zaptel/Makefile 1.12 +3 -3 ports/misc/zaptel/distinfo 1.3 +14 -0 ports/misc/zaptel/files/patch-qozap::Makefile (new) 1.1 +22 -0 ports/misc/zaptel/files/patch-zaphfc::Makefile (new) 1.6 +14 -0 ports/misc/zaptel/files/patch-zaptel::Makefile (new) 1.5 +2 -2 ports/misc/zaptel/pkg-message From owner-cvs-all@FreeBSD.ORG Thu Jul 6 06: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4749C16A4EB; Thu, 6 Jul 2006 06:00:47 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6240143D86; Thu, 6 Jul 2006 06:00: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 k6660iC7033786; Thu, 6 Jul 2006 06:00:44 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6660ixT033785; Thu, 6 Jul 2006 06:00:44 GMT (envelope-from ahze) Message-Id: <200607060600.k6660ixT033785@repoman.freebsd.org> From: Michael Johnson Date: Thu, 6 Jul 2006 06:00:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/libquicktime 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, 06 Jul 2006 06:00:47 -0000 ahze 2006-07-06 06:00:44 UTC FreeBSD ports repository Modified files: multimedia/libquicktime Makefile distinfo pkg-plist Log: - Update to 0.9.9 Revision Changes Path 1.42 +3 -9 ports/multimedia/libquicktime/Makefile 1.12 +3 -3 ports/multimedia/libquicktime/distinfo 1.12 +2 -2 ports/multimedia/libquicktime/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 6 06:09:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3194616A4DF; Thu, 6 Jul 2006 06:09:42 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E16F843D46; Thu, 6 Jul 2006 06:09:41 +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 k6669fBA035344; Thu, 6 Jul 2006 06:09:41 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6669fYL035343; Thu, 6 Jul 2006 06:09:41 GMT (envelope-from ahze) Message-Id: <200607060609.k6669fYL035343@repoman.freebsd.org> From: Michael Johnson Date: Thu, 6 Jul 2006 06:09: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/audio/twolame Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 06:09:42 -0000 ahze 2006-07-06 06:09:41 UTC FreeBSD ports repository Modified files: audio/twolame Makefile distinfo Log: Update to 0.3.8 Revision Changes Path 1.9 +1 -1 ports/audio/twolame/Makefile 1.6 +3 -3 ports/audio/twolame/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 6 06:12:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75DB616A4DA; Thu, 6 Jul 2006 06:12:22 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EDE243D55; Thu, 6 Jul 2006 06:12:22 +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 k666CMKF035536; Thu, 6 Jul 2006 06:12:22 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k666CMDk035535; Thu, 6 Jul 2006 06:12:22 GMT (envelope-from delphij) Message-Id: <200607060612.k666CMDk035535@repoman.freebsd.org> From: Xin LI Date: Thu, 6 Jul 2006 06:12:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/missey Makefile ports/mail/missey/files mps.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 06:12:22 -0000 delphij 2006-07-06 06:12:21 UTC FreeBSD ports repository Modified files: mail/missey Makefile Added files: mail/missey/files mps.sh.in Log: + Add rc.d script: mps * Pet portlint(1) Revision Changes Path 1.5 +5 -2 ports/mail/missey/Makefile 1.1 +26 -0 ports/mail/missey/files/mps.sh.in (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 6 06:17:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D05916A4DA; Thu, 6 Jul 2006 06:17:09 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDF2B43D55; Thu, 6 Jul 2006 06:17:08 +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 k666H8xE035737; Thu, 6 Jul 2006 06:17:08 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k666H8rE035736; Thu, 6 Jul 2006 06:17:08 GMT (envelope-from alc) Message-Id: <200607060617.k666H8rE035736@repoman.freebsd.org> From: Alan Cox Date: Thu, 6 Jul 2006 06:17:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 06:17:09 -0000 alc 2006-07-06 06:17:08 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Make two simplifications to pmap_ts_referenced(): Eliminate an unnecessary test and exit the loop in a shorter way. Revision Changes Path 1.565 +3 -5 src/sys/amd64/amd64/pmap.c From owner-cvs-all@FreeBSD.ORG Thu Jul 6 06:34:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B021C16A4E0; Thu, 6 Jul 2006 06:34:22 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCAE743D5C; Thu, 6 Jul 2006 06:34: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 k666YHoj036530; Thu, 6 Jul 2006 06:34:17 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k666YH1P036529; Thu, 6 Jul 2006 06:34:17 GMT (envelope-from ahze) Message-Id: <200607060634.k666YH1P036529@repoman.freebsd.org> From: Michael Johnson Date: Thu, 6 Jul 2006 06:34:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/fftw3 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 06:34:22 -0000 ahze 2006-07-06 06:34:17 UTC FreeBSD ports repository Modified files: math/fftw3 Makefile distinfo Log: - Update to 3.1.2 Revision Changes Path 1.46 +5 -1 ports/math/fftw3/Makefile 1.11 +3 -3 ports/math/fftw3/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 6 06:35:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7FD716A4DA; Thu, 6 Jul 2006 06:35:27 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 861BD43D70; Thu, 6 Jul 2006 06:35:21 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k666ZLjn036607; Thu, 6 Jul 2006 06:35:21 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k666ZLCC036606; Thu, 6 Jul 2006 06:35:21 GMT (envelope-from simon) Message-Id: <200607060635.k666ZLCC036606@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 6 Jul 2006 06:35:21 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 06:35:27 -0000 simon 2006-07-06 06:35:21 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Text for the link should be "Freedesktop website" instead of "on Freedesktop website". [1] - Minor wording improvements. - Fix identation of lines when modifying them anyway. Submitted by: clsung [1] PR: docs/99828 [1] Revision Changes Path 1.728 +3 -3 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 6 06:42:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1EC016A4DE; Thu, 6 Jul 2006 06:42:28 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2800043D5C; Thu, 6 Jul 2006 06:42:25 +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 k666gPk7036932; Thu, 6 Jul 2006 06:42:25 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k666gPu3036931; Thu, 6 Jul 2006 06:42:25 GMT (envelope-from sem) Message-Id: <200607060642.k666gPu3036931@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 6 Jul 2006 06:42:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/tcl84 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 06:42:29 -0000 sem 2006-07-06 06:42:24 UTC FreeBSD ports repository Modified files: lang/tcl84 Makefile Log: Fix INDEX build Revision Changes Path 1.94 +1 -1 ports/lang/tcl84/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 6 06:50:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7535616A4DE; Thu, 6 Jul 2006 06:50:53 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30A1543D45; Thu, 6 Jul 2006 06:50:53 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k666ore9037263; Thu, 6 Jul 2006 06:50:53 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k666orNg037262; Thu, 6 Jul 2006 06:50:53 GMT (envelope-from vanilla) Message-Id: <200607060650.k666orNg037262@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 6 Jul 2006 06:50:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 06:50:53 -0000 vanilla 2006-07-06 06:50:52 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Make zh_CN.GB2312 more visible. PR: docs/99830 Submitted by: chinsan.tw at gmail.com Revision Changes Path 1.784 +7 -1 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 6 06:59:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 463A816A4DA; Thu, 6 Jul 2006 06:59:19 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0245343D5A; Thu, 6 Jul 2006 06:59:19 +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 k666xIA3037601; Thu, 6 Jul 2006 06:59:18 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k666xI8D037600; Thu, 6 Jul 2006 06:59:18 GMT (envelope-from sem) Message-Id: <200607060659.k666xI8D037600@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 6 Jul 2006 06:59:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-IO-KQueue Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 06:59:19 -0000 sem 2006-07-06 06:59:18 UTC FreeBSD ports repository Modified files: devel/p5-IO-KQueue Makefile Log: - Fix double post-patch section. It causes problem with PERL_LEVEL < 500800. Pointy hat to: aaron Revision Changes Path 1.5 +5 -7 ports/devel/p5-IO-KQueue/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 6 07: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4385F16A4DE; Thu, 6 Jul 2006 07:06:31 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F109543D53; Thu, 6 Jul 2006 07:06:30 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6676UQ9039176; Thu, 6 Jul 2006 07:06:30 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6676Unb039175; Thu, 6 Jul 2006 07:06:30 GMT (envelope-from vanilla) Message-Id: <200607060706.k6676Unb039175@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 6 Jul 2006 07:06:30 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/zh_TW.Big5/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 07:06:31 -0000 vanilla 2006-07-06 07:06:30 UTC FreeBSD doc repository Modified files: zh_TW.Big5/books/porters-handbook book.sgml Log: - "Desktop entries" subsection does not appear in zh_TW trans. of porters' handbook - add it (translated) PR: docs/99829 Submitted by: clsung@ Revision Changes Path 1.5 +27 -0 doc/zh_TW.Big5/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 6 07:07:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38F3E16A4DE; Thu, 6 Jul 2006 07:07:10 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9E3243D4C; Thu, 6 Jul 2006 07:07:09 +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 k66779uP039246; Thu, 6 Jul 2006 07:07:09 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66779HK039245; Thu, 6 Jul 2006 07:07:09 GMT (envelope-from ahze) Message-Id: <200607060707.k66779HK039245@repoman.freebsd.org> From: Michael Johnson Date: Thu, 6 Jul 2006 07:07: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/linux-mbrola Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 07:07:10 -0000 ahze 2006-07-06 07:07:09 UTC FreeBSD ports repository Modified files: audio/linux-mbrola Makefile Log: - Remove sparc64 & ppc from supported arch's since this port depends on a linux_base port Revision Changes Path 1.7 +1 -1 ports/audio/linux-mbrola/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 6 07:11:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 645E916A4DD; Thu, 6 Jul 2006 07:11:00 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2125543D45; Thu, 6 Jul 2006 07:11:00 +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 k667B0B1039440; Thu, 6 Jul 2006 07:11:00 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k667AxwU039439; Thu, 6 Jul 2006 07:10:59 GMT (envelope-from ahze) Message-Id: <200607060710.k667AxwU039439@repoman.freebsd.org> From: Michael Johnson Date: Thu, 6 Jul 2006 07:10: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/tund Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 07:11:00 -0000 ahze 2006-07-06 07:10:59 UTC FreeBSD ports repository Modified files: net/tund Makefile Log: - Now builds on sparc64 Revision Changes Path 1.12 +2 -2 ports/net/tund/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 6 07:56:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E7CE16A4DF; Thu, 6 Jul 2006 07:56:12 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEE5443D45; Thu, 6 Jul 2006 07:56:11 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k667uBlx041592; Thu, 6 Jul 2006 07:56:11 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k667uBmY041591; Thu, 6 Jul 2006 07:56:11 GMT (envelope-from vanilla) Message-Id: <200607060756.k667uBmY041591@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 6 Jul 2006 07:56: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/zh_TW.Big5/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 07:56:12 -0000 vanilla 2006-07-06 07:56:11 UTC FreeBSD doc repository Modified files: zh_TW.Big5/books/porters-handbook book.sgml Log: - Chasing porters' handbook - Remove PERL_*_DEPENDS docs, the feature was removed from the tree PR: docs/99827 Submitted by: clsung@ Revision Changes Path 1.6 +0 -15 doc/zh_TW.Big5/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 6 08:25:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61FF916A4DF; Thu, 6 Jul 2006 08:25:47 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E17B43D46; Thu, 6 Jul 2006 08:25:47 +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 k668PlWp044283; Thu, 6 Jul 2006 08:25:47 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k668PkXW044282; Thu, 6 Jul 2006 08:25:46 GMT (envelope-from ale) Message-Id: <200607060825.k668PkXW044282@repoman.freebsd.org> From: Alex Dupre Date: Thu, 6 Jul 2006 08:25: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/converters/dumpasn1 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 08:25:47 -0000 ale 2006-07-06 08:25:46 UTC FreeBSD ports repository Modified files: converters/dumpasn1 Makefile distinfo Log: Update to 20060622 release. Revision Changes Path 1.18 +1 -1 ports/converters/dumpasn1/Makefile 1.15 +6 -6 ports/converters/dumpasn1/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 6 08:32:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D600116A4DA; Thu, 6 Jul 2006 08:32:50 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F86043D46; Thu, 6 Jul 2006 08:32:50 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k668WovT044587; Thu, 6 Jul 2006 08:32:50 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k668Wohr044586; Thu, 6 Jul 2006 08:32:50 GMT (envelope-from glebius) Message-Id: <200607060832.k668Wohr044586@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 6 Jul 2006 08:32:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/acpica/Osd OsdSchedule.c src/sys/kern kern_synch.c subr_taskqueue.c src/sys/sys systm.h taskqueue.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, 06 Jul 2006 08:32:50 -0000 glebius 2006-07-06 08:32:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/acpica/Osd OsdSchedule.c sys/kern kern_synch.c subr_taskqueue.c sys/sys systm.h taskqueue.h Log: MFC: sync taskqueue api with HEAD modulo preserving the calling convention for taskqueue_create This is replay of [1], that was backed out before 6.1-RELEASE due to breaking ACPI on certain laptops. The [2] commit has fixed this problem. bsam@, who once reported the breakage confirms that after [2] the problem has vanished and now it is safe to merge [1] again. [1] http://lists.freebsd.org/pipermail/cvs-src/2006-March/061203.html [2] http://lists.freebsd.org/pipermail/cvs-src/2006-June/065256.html Tested by: bsam Revision Changes Path 1.32.2.6 +1 -24 src/sys/dev/acpica/Osd/OsdSchedule.c 1.270.2.6 +82 -0 src/sys/kern/kern_synch.c 1.27.2.4 +134 -126 src/sys/kern/subr_taskqueue.c 1.234.2.5 +1 -0 src/sys/sys/systm.h 1.14.2.3 +34 -6 src/sys/sys/taskqueue.h From owner-cvs-all@FreeBSD.ORG Thu Jul 6 09:05:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA51B16A557; Thu, 6 Jul 2006 09:05:15 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92EF243D49; Thu, 6 Jul 2006 09:05:15 +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 k6695FH6055136; Thu, 6 Jul 2006 09:05:15 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6695F5d055135; Thu, 6 Jul 2006 09:05:15 GMT (envelope-from itetcu) Message-Id: <200607060905.k6695F5d055135@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Thu, 6 Jul 2006 09: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/libofa Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 09:05:16 -0000 itetcu 2006-07-06 09:05:15 UTC FreeBSD ports repository Modified files: audio/libofa Makefile distinfo Log: Update to 0.9.3 PR: 99834 Submitted by: maintainer Revision Changes Path 1.5 +1 -2 ports/audio/libofa/Makefile 1.2 +3 -3 ports/audio/libofa/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 6 10:02:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2C9216A4E1; Thu, 6 Jul 2006 10:02:07 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DDAE43D4C; Thu, 6 Jul 2006 10:02:07 +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 k66A26n1059626; Thu, 6 Jul 2006 10:02:06 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66A260u059620; Thu, 6 Jul 2006 10:02:06 GMT (envelope-from danfe) Message-Id: <200607061002.k66A260u059620@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 6 Jul 2006 10:02: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/quetoo Makefile distinfo pkg-plist ports/games/quetoo/files extra-patch-fbsd4 patch-configure.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 10:02:07 -0000 danfe 2006-07-06 10:02:05 UTC FreeBSD ports repository Modified files: games/quetoo Makefile distinfo pkg-plist games/quetoo/files extra-patch-fbsd4 Removed files: games/quetoo/files patch-configure.in Log: Update to version 0.4.0. Revision Changes Path 1.6 +5 -7 ports/games/quetoo/Makefile 1.3 +3 -3 ports/games/quetoo/distinfo 1.2 +54 -30 ports/games/quetoo/files/extra-patch-fbsd4 1.2 +0 -47 ports/games/quetoo/files/patch-configure.in (dead) 1.2 +4 -4 ports/games/quetoo/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 6 10:07:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AB7016A4DA; Thu, 6 Jul 2006 10:07:27 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 565F743D49; Thu, 6 Jul 2006 10:07:27 +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 k66A7Rl0061134; Thu, 6 Jul 2006 10:07:27 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66A7RwE061133; Thu, 6 Jul 2006 10:07:27 GMT (envelope-from danfe) Message-Id: <200607061007.k66A7RwE061133@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 6 Jul 2006 10: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/games/quetoo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 10:07:27 -0000 danfe 2006-07-06 10:07:27 UTC FreeBSD ports repository Modified files: games/quetoo Makefile Log: Augment master sites. Revision Changes Path 1.7 +2 -1 ports/games/quetoo/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 6 10: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93B9F16A4DA; Thu, 6 Jul 2006 10:39:59 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F1CF43D49; Thu, 6 Jul 2006 10:39:59 +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 k66AdxdK062817; Thu, 6 Jul 2006 10:39:59 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66AdxAU062816; Thu, 6 Jul 2006 10:39:59 GMT (envelope-from yongari) Message-Id: <200607061039.k66AdxAU062816@repoman.freebsd.org> From: Pyun YongHyeon Date: Thu, 6 Jul 2006 10:39: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 solo.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 10:39:59 -0000 yongari 2006-07-06 10:39:59 UTC FreeBSD src repository Modified files: sys/dev/sound/pci solo.c Log: Fix a missing unlock operation in interrupt handler. PR: kern/99205 Submitted by: Alexey Illarionov MFC after: 1 week Revision Changes Path 1.39 +3 -1 src/sys/dev/sound/pci/solo.c From owner-cvs-all@FreeBSD.ORG Thu Jul 6 11:13:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E00116A4DD; Thu, 6 Jul 2006 11:13:07 +0000 (UTC) (envelope-from chat95@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67FD743D49; Thu, 6 Jul 2006 11:12:44 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout01/MantshX 4.0) with ESMTP id k66BCiwD024588; Thu, 6 Jul 2006 04:12:44 -0700 (PDT) Received: from localhost ([133.11.172.102]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id k66BCZGs016402; Thu, 6 Jul 2006 04:12:39 -0700 (PDT) Date: Thu, 06 Jul 2006 20:12:32 +0900 (JST) Message-Id: <20060706.201232.41676832.chat95@mac.com> To: danfe@FreeBSD.org From: NAKATA Maho In-Reply-To: <20060705140711.GB56378@FreeBSD.org> References: <200607040459.k644xMIE090859@repoman.freebsd.org> <20060705140711.GB56378@FreeBSD.org> Organization: private X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: maho@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/math Makefile ports/math/UFsparse Makefile distinfo pkg-descr pkg-plist ports/math/UFsparse/files patch-CHOLMOD+Lib+Makefile patch-KLU+Demo+Makefile patch-KLU+Lib+Makefile patch-KLU+User+Makefile patch-UFconfig+UFconfig.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: Thu, 06 Jul 2006 11:13:07 -0000 In Message-ID: <20060705140711.GB56378@FreeBSD.org> Alexey Dokuchaev wrote: > Do you mind readding this port as ``ufsparse''? I'll remove this and re-add as ufsparse soon. -- NAKATA, Maho (maho@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Thu Jul 6 11:14:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48E9C16A4DD; Thu, 6 Jul 2006 11:14:50 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0798143D69; Thu, 6 Jul 2006 11:14:38 +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 k66BEcfn066098; Thu, 6 Jul 2006 11:14:38 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66BEcuq066097; Thu, 6 Jul 2006 11:14:38 GMT (envelope-from arved) Message-Id: <200607061114.k66BEcuq066097@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 6 Jul 2006 11:14:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/qcomicbook Makefile distinfo pkg-plist ports/graphics/qcomicbook/files patch-configure patch-src-imgarchivesink.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, 06 Jul 2006 11:14:50 -0000 arved 2006-07-06 11:14:38 UTC FreeBSD ports repository Modified files: graphics/qcomicbook Makefile distinfo pkg-plist graphics/qcomicbook/files patch-configure Removed files: graphics/qcomicbook/files patch-src-imgarchivesink.cpp Log: Update to 0.2.8 PR: 99816 Submitted by: chinsan Revision Changes Path 1.11 +1 -1 ports/graphics/qcomicbook/Makefile 1.10 +3 -3 ports/graphics/qcomicbook/distinfo 1.2 +5 -5 ports/graphics/qcomicbook/files/patch-configure 1.2 +0 -10 ports/graphics/qcomicbook/files/patch-src-imgarchivesink.cpp (dead) 1.4 +31 -31 ports/graphics/qcomicbook/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 6 11:35:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25D1716A4E9; Thu, 6 Jul 2006 11:35:28 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 956D243D53; Thu, 6 Jul 2006 11:35: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 k66BZR9d067101; Thu, 6 Jul 2006 11:35:27 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66BZRJW067100; Thu, 6 Jul 2006 11:35:27 GMT (envelope-from delphij) Message-Id: <200607061135.k66BZRJW067100@repoman.freebsd.org> From: Xin LI Date: Thu, 6 Jul 2006 11:35:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 11:35:28 -0000 delphij 2006-07-06 11:35:27 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Reflect library bumps caused by gethostbyaddr(3) change. Revision Changes Path 1.38 +5 -0 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Thu Jul 6 11:43:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FF2A16A4DD; Thu, 6 Jul 2006 11:43:54 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F085143D4C; Thu, 6 Jul 2006 11:43:53 +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 k66BhrWE067518; Thu, 6 Jul 2006 11:43:53 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66Bhr5b067517; Thu, 6 Jul 2006 11:43:53 GMT (envelope-from delphij) Message-Id: <200607061143.k66Bhr5b067517@repoman.freebsd.org> From: Xin LI Date: Thu, 6 Jul 2006 11:43: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 ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 11:43:54 -0000 delphij 2006-07-06 11:43:53 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Oops, library bumps should be reflected with OLD_LIBS. Pointed out by: maxim Revision Changes Path 1.39 +5 -5 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Thu Jul 6 11:59:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9ED216A4DD; Thu, 6 Jul 2006 11:59:27 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6B7943D49; Thu, 6 Jul 2006 11:59:27 +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 k66BxRII068621; Thu, 6 Jul 2006 11:59:27 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66BxRHH068620; Thu, 6 Jul 2006 11:59:27 GMT (envelope-from oleg) Message-Id: <200607061159.k66BxRHH068620@repoman.freebsd.org> From: Oleg Bulyzhin Date: Thu, 6 Jul 2006 11:59: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/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: Thu, 06 Jul 2006 11:59:28 -0000 oleg 2006-07-06 11:59:27 UTC FreeBSD src repository Modified files: usr.bin/netstat route.c Log: Since kernel & userland use different timebase and netstat is reading kernel memory directly, we should do timebase conversion for route lifetime. Approved by: glebius (mentor) Revision Changes Path 1.77 +13 -3 src/usr.bin/netstat/route.c From owner-cvs-all@FreeBSD.ORG Thu Jul 6 12:56:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B54616A4DD; Thu, 6 Jul 2006 12:56:39 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFDC743D49; Thu, 6 Jul 2006 12:56:38 +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 k66CucZu081011; Thu, 6 Jul 2006 12:56:38 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66Cuck9081010; Thu, 6 Jul 2006 12:56:38 GMT (envelope-from flz) Message-Id: <200607061256.k66Cuck9081010@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 6 Jul 2006 12:56:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/tail extern.h forward.c tail.1 tail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:56:39 -0000 flz 2006-07-06 12:56:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/tail extern.h forward.c tail.1 tail.c Log: MFC: Add a -q option to suppress header lines when multiple files are specified (and fixes from Ruslan). src/usr.bin/tail/extern.h: rev 1.9 -> 1.10 src/usr.bin/tail/tail.1: rev 1.12 -> 1.13 src/usr.bin/tail/forward.c: rev 1.39 -> 1.40 src/usr.bin/tail/tail.c: rev 1.21 -> 1.22 Revision Changes Path 1.9.2.1 +1 -1 src/usr.bin/tail/extern.h 1.38.2.2 +3 -2 src/usr.bin/tail/forward.c 1.12.2.1 +7 -2 src/usr.bin/tail/tail.1 1.21.2.1 +8 -4 src/usr.bin/tail/tail.c From owner-cvs-all@FreeBSD.ORG Thu Jul 6 13:21:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6858916A4DF; Thu, 6 Jul 2006 13:21:03 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18D3243D55; Thu, 6 Jul 2006 13:21:03 +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 k66DL2xL083439; Thu, 6 Jul 2006 13:21:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66DL2MZ083438; Thu, 6 Jul 2006 13:21:02 GMT (envelope-from rwatson) Message-Id: <200607061321.k66DL2MZ083438@repoman.freebsd.org> From: Robert Watson Date: Thu, 6 Jul 2006 13:21: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/netinet ip_ipsec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 13:21:03 -0000 rwatson 2006-07-06 13:21:02 UTC FreeBSD src repository Modified files: sys/netinet ip_ipsec.c Log: Remove unneeded mac.h include. MFC after: 3 days Revision Changes Path 1.3 +0 -1 src/sys/netinet/ip_ipsec.c From owner-cvs-all@FreeBSD.ORG Thu Jul 6 13: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43C0416A4DF; Thu, 6 Jul 2006 13:22:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7EB643D5E; Thu, 6 Jul 2006 13:22:08 +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 k66DM8AT083600; Thu, 6 Jul 2006 13:22:08 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66DM8F9083599; Thu, 6 Jul 2006 13:22:08 GMT (envelope-from rwatson) Message-Id: <200607061322.k66DM8F9083599@repoman.freebsd.org> From: Robert Watson Date: Thu, 6 Jul 2006 13:22:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 13:22:10 -0000 rwatson 2006-07-06 13:22:08 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c Log: Use #include "", not #include <> for opt_foo.h. MFC after: 3 days Revision Changes Path 1.131 +2 -2 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Jul 6 13:24:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF40816A4DD; Thu, 6 Jul 2006 13:24:23 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57F6143D58; Thu, 6 Jul 2006 13:24:23 +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 k66DONYS083725; Thu, 6 Jul 2006 13:24:23 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66DONCi083724; Thu, 6 Jul 2006 13:24:23 GMT (envelope-from rwatson) Message-Id: <200607061324.k66DONCi083724@repoman.freebsd.org> From: Robert Watson Date: Thu, 6 Jul 2006 13:24: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/fs/devfs devfs_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: Thu, 06 Jul 2006 13:24:23 -0000 rwatson 2006-07-06 13:24:23 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vfsops.c Log: Remove now unneeded opt_mac.h and mac.h includes. MFC after: 3 days Revision Changes Path 1.49 +0 -2 src/sys/fs/devfs/devfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Thu Jul 6 13:25:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7220416A4DA; Thu, 6 Jul 2006 13:25:02 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1903943D58; Thu, 6 Jul 2006 13:25:02 +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 k66DP1mt083775; Thu, 6 Jul 2006 13:25:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66DP1Ld083774; Thu, 6 Jul 2006 13:25:01 GMT (envelope-from rwatson) Message-Id: <200607061325.k66DP1Ld083774@repoman.freebsd.org> From: Robert Watson Date: Thu, 6 Jul 2006 13:25: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/fs/unionfs union_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 13:25:02 -0000 rwatson 2006-07-06 13:25:01 UTC FreeBSD src repository Modified files: sys/fs/unionfs union_vnops.c Log: Remove unneeded mac.h include. MFC after: 3 days Revision Changes Path 1.134 +0 -1 src/sys/fs/unionfs/union_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Jul 6 13:25:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42C0F16A4DF; Thu, 6 Jul 2006 13:25:52 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0B7B43D49; Thu, 6 Jul 2006 13:25:51 +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 k66DPpR7083864; Thu, 6 Jul 2006 13:25:51 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66DPpA4083863; Thu, 6 Jul 2006 13:25:51 GMT (envelope-from rwatson) Message-Id: <200607061325.k66DPpA4083863@repoman.freebsd.org> From: Robert Watson Date: Thu, 6 Jul 2006 13:25: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/kern uipc_socket2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 13:25:52 -0000 rwatson 2006-07-06 13:25:51 UTC FreeBSD src repository Modified files: sys/kern uipc_socket2.c Log: Remove now unneeded opt_mac.h and mac.h includes. Revision Changes Path 1.159 +0 -2 src/sys/kern/uipc_socket2.c From owner-cvs-all@FreeBSD.ORG Thu Jul 6 13:40:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9426F16A4E0; Thu, 6 Jul 2006 13:40:47 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4906143D76; Thu, 6 Jul 2006 13:40:47 +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 k66Del5v084979; Thu, 6 Jul 2006 13:40:47 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66DelS5084978; Thu, 6 Jul 2006 13:40:47 GMT (envelope-from edwin) Message-Id: <200607061340.k66DelS5084978@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 6 Jul 2006 13: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/net/penguintv-devel Makefile distinfo ports/net/penguintv-devel/files patch-penguintv__MediaManager.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 13:40:47 -0000 edwin 2006-07-06 13:40:47 UTC FreeBSD ports repository Modified files: net/penguintv-devel Makefile distinfo Removed files: net/penguintv-devel/files patch-penguintv__MediaManager.py Log: Update to 1.91 Revision Changes Path 1.13 +1 -1 ports/net/penguintv-devel/Makefile 1.8 +3 -3 ports/net/penguintv-devel/distinfo 1.2 +0 -11 ports/net/penguintv-devel/files/patch-penguintv__MediaManager.py (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 6 13:56:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0E7616A4DF; Thu, 6 Jul 2006 13:56:38 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3279643D4C; Thu, 6 Jul 2006 13:56:38 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66Dub18085848; Thu, 6 Jul 2006 13:56:37 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66DubJn085847; Thu, 6 Jul 2006 13:56:37 GMT (envelope-from garga) Message-Id: <200607061356.k66DubJn085847@repoman.freebsd.org> From: Renato Botelho Date: Thu, 6 Jul 2006 13:56: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/cad/brlcad Makefile distinfo pkg-plist ports/cad/brlcad/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, 06 Jul 2006 13:56:38 -0000 garga 2006-07-06 13:56:37 UTC FreeBSD ports repository Modified files: cad/brlcad Makefile distinfo pkg-plist Removed files: cad/brlcad/files patch-configure Log: - Update to 7.8.2 This release has several notable enhancements, including the addition of a new example geometry model of a toy vehicle. The DXF converter received considerable attention with the addition of support for most of the formerly unsupported 2D entities. Several bugs were identified and fixed in mged, g2asc, g_diff, and asc-nmg. Documentation was improved for dbupgrade and dxf-g, and a new g-var tool was created to facilitate conversion of models for purposes directly related to OpenGL display lists. Finally, the new archer modeling tool received support for multi-select and cut-n-paste. PR: ports/99819 Submitted by: maintainer Revision Changes Path 1.16 +45 -47 ports/cad/brlcad/Makefile 1.11 +3 -3 ports/cad/brlcad/distinfo 1.2 +0 -11 ports/cad/brlcad/files/patch-configure (dead) 1.12 +13 -2 ports/cad/brlcad/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 6 15:01:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F1E716A4E2; Thu, 6 Jul 2006 15:01:36 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B538B43D67; Thu, 6 Jul 2006 15:01:33 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66F1X7t090969; Thu, 6 Jul 2006 15:01:33 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66F1XsU090968; Thu, 6 Jul 2006 15:01:33 GMT (envelope-from clsung) Message-Id: <200607061501.k66F1XsU090968@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 6 Jul 2006 15:01:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Module-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: Thu, 06 Jul 2006 15:01:36 -0000 clsung 2006-07-06 15:01:33 UTC FreeBSD ports repository Modified files: devel/p5-Module-Compile Makefile distinfo pkg-plist Log: - update to 0.17 PR: ports/99746 Submitted by: clsung Approved by: maintainer (snowfly_AT_yuntech dot edu dot tw) Revision Changes Path 1.6 +3 -2 ports/devel/p5-Module-Compile/Makefile 1.3 +3 -3 ports/devel/p5-Module-Compile/distinfo 1.4 +2 -1 ports/devel/p5-Module-Compile/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 6 15:24:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F347B16A4FD; Thu, 6 Jul 2006 15:24:16 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB56643D45; Thu, 6 Jul 2006 15:24:16 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66FOGPj093302; Thu, 6 Jul 2006 15:24:16 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66FOGoe093301; Thu, 6 Jul 2006 15:24:16 GMT (envelope-from vanilla) Message-Id: <200607061524.k66FOGoe093301@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 6 Jul 2006 15:24:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/zh_TW.Big5/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 15:24:17 -0000 vanilla 2006-07-06 15:24:16 UTC FreeBSD doc repository Modified files: zh_TW.Big5/books/porters-handbook book.sgml Log: - add one missing subsection "Use the exec statement in wrapper scripts" (translated). - add one missing table "Useful variables for porting Apache modules" (translated). - sync table "Variables for ports that use Apache" - sync subsection "PEAR modules". (docs/99733, docs/99734) PR: docs/99835 Submitted by: clsung@ Revision Changes Path 1.7 +133 -16 doc/zh_TW.Big5/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 6 15:24:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4733F16A4E0; Thu, 6 Jul 2006 15:24:35 +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 63AE943D4C; Thu, 6 Jul 2006 15:24:33 +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 k66FOW8Z061876 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 6 Jul 2006 08:24:33 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <44AD2B30.1050008@errno.com> Date: Thu, 06 Jul 2006 08:24:32 -0700 From: Sam Leffler User-Agent: Thunderbird 1.5.0.2 (X11/20060508) MIME-Version: 1.0 To: Gleb Smirnoff References: <200607060832.k668Wohr044586@repoman.freebsd.org> In-Reply-To: <200607060832.k668Wohr044586@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/dev/acpica/Osd OsdSchedule.c src/sys/kern kern_synch.c subr_taskqueue.c src/sys/sys systm.h taskqueue.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, 06 Jul 2006 15:24:35 -0000 Gleb Smirnoff wrote: > glebius 2006-07-06 08:32:50 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/dev/acpica/Osd OsdSchedule.c > sys/kern kern_synch.c subr_taskqueue.c > sys/sys systm.h taskqueue.h > Log: > MFC: sync taskqueue api with HEAD modulo preserving the calling > convention for taskqueue_create > > This is replay of [1], that was backed out before 6.1-RELEASE > due to breaking ACPI on certain laptops. The [2] commit has > fixed this problem. bsam@, who once reported the breakage > confirms that after [2] the problem has vanished and now it > is safe to merge [1] again. > > [1] http://lists.freebsd.org/pipermail/cvs-src/2006-March/061203.html > [2] http://lists.freebsd.org/pipermail/cvs-src/2006-June/065256.html Excellent, thanks for working this issue! Sam From owner-cvs-all@FreeBSD.ORG Thu Jul 6 15:27:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8726516A4DF; Thu, 6 Jul 2006 15:27:26 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 146B043D58; Thu, 6 Jul 2006 15:27:00 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66FR0Aw093621; Thu, 6 Jul 2006 15:27:00 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66FR0uG093617; Thu, 6 Jul 2006 15:27:00 GMT (envelope-from vanilla) Message-Id: <200607061527.k66FR0uG093617@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 6 Jul 2006 15:27: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: doc/zh_TW.Big5/books/handbook/introduction chapter.sgml doc/zh_TW.Big5/books/handbook/l10n chapter.sgml doc/zh_TW.Big5/books/handbook/ports chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 15:27:26 -0000 vanilla 2006-07-06 15:27:00 UTC FreeBSD doc repository Modified files: zh_TW.Big5/books/handbook/introduction chapter.sgml zh_TW.Big5/books/handbook/l10n chapter.sgml zh_TW.Big5/books/handbook/ports chapter.sgml Log: - Update handbook/{introduction,l10n,ports} PR: docs/99838 Submitted by: chinsan.tw at gmail.com Revision Changes Path 1.5 +16 -25 doc/zh_TW.Big5/books/handbook/introduction/chapter.sgml 1.5 +45 -67 doc/zh_TW.Big5/books/handbook/l10n/chapter.sgml 1.6 +15 -13 doc/zh_TW.Big5/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 6 15:48:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22AA016A508; Thu, 6 Jul 2006 15:48:50 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CECE943D4C; Thu, 6 Jul 2006 15:48:49 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66Fmnfq094775; Thu, 6 Jul 2006 15:48:49 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66FmnTn094774; Thu, 6 Jul 2006 15:48:49 GMT (envelope-from vanilla) Message-Id: <200607061548.k66FmnTn094774@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 6 Jul 2006 15:48:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/evas Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 15:48:50 -0000 vanilla 2006-07-06 15:48:49 UTC FreeBSD ports repository Modified files: graphics/evas Makefile pkg-plist Log: Add gl support. Submitted by: Volodymyr Kostyrko Revision Changes Path 1.38 +14 -2 ports/graphics/evas/Makefile 1.11 +6 -0 ports/graphics/evas/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 6 16:00:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB01C16A4DE; Thu, 6 Jul 2006 16:00:01 +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 E677343D46; Thu, 6 Jul 2006 16:00:00 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k66FxrYC020753; Thu, 6 Jul 2006 09:59:58 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <44AD3371.4030208@samsco.org> Date: Thu, 06 Jul 2006 09:59:45 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gleb Smirnoff References: <200607060832.k668Wohr044586@repoman.freebsd.org> In-Reply-To: <200607060832.k668Wohr044586@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdSchedule.c src/sys/kern kern_synch.c subr_taskqueue.c src/sys/sys systm.h taskqueue.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, 06 Jul 2006 16:00:02 -0000 Gleb Smirnoff wrote: > glebius 2006-07-06 08:32:50 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/dev/acpica/Osd OsdSchedule.c > sys/kern kern_synch.c subr_taskqueue.c > sys/sys systm.h taskqueue.h > Log: > MFC: sync taskqueue api with HEAD modulo preserving the calling > convention for taskqueue_create > > This is replay of [1], that was backed out before 6.1-RELEASE > due to breaking ACPI on certain laptops. The [2] commit has > fixed this problem. bsam@, who once reported the breakage > confirms that after [2] the problem has vanished and now it > is safe to merge [1] again. > > [1] http://lists.freebsd.org/pipermail/cvs-src/2006-March/061203.html > [2] http://lists.freebsd.org/pipermail/cvs-src/2006-June/065256.html > > Tested by: bsam > > Revision Changes Path > 1.32.2.6 +1 -24 src/sys/dev/acpica/Osd/OsdSchedule.c > 1.270.2.6 +82 -0 src/sys/kern/kern_synch.c > 1.27.2.4 +134 -126 src/sys/kern/subr_taskqueue.c > 1.234.2.5 +1 -0 src/sys/sys/systm.h > 1.14.2.3 +34 -6 src/sys/sys/taskqueue.h Thanks a lot for doing this. Is if_em next on your list? Scott From owner-cvs-all@FreeBSD.ORG Thu Jul 6 16:16:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0389A16A4DF; Thu, 6 Jul 2006 16:16:57 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4841543D60; Thu, 6 Jul 2006 16:16:54 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66GGsZf097365; Thu, 6 Jul 2006 16:16:54 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66GGsNr097364; Thu, 6 Jul 2006 16:16:54 GMT (envelope-from garga) Message-Id: <200607061616.k66GGsNr097364@repoman.freebsd.org> From: Renato Botelho Date: Thu, 6 Jul 2006 16:16:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fonts/terminus-font 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, 06 Jul 2006 16:16:57 -0000 garga 2006-07-06 16:16:54 UTC FreeBSD ports repository Modified files: x11-fonts/terminus-font Makefile distinfo pkg-descr pkg-plist Log: - Update to 4.20 - Pass maintainership to submitter PR: ports/99586 Submitted by: Vlad V. Teterya Approved by: maintainer Revision Changes Path 1.9 +15 -12 ports/x11-fonts/terminus-font/Makefile 1.6 +3 -3 ports/x11-fonts/terminus-font/distinfo 1.4 +1 -0 ports/x11-fonts/terminus-font/pkg-descr 1.5 +340 -338 ports/x11-fonts/terminus-font/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 6 16:29:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9671D16A4DA; Thu, 6 Jul 2006 16:29:04 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B97A43D45; Thu, 6 Jul 2006 16:29:04 +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 k66GT4VX098627; Thu, 6 Jul 2006 16:29:04 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66GT44c098626; Thu, 6 Jul 2006 16:29:04 GMT (envelope-from rafan) Message-Id: <200607061629.k66GT44c098626@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 6 Jul 2006 16:29:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/postgis Makefile distinfo ports/databases/postgis/files patch-lwgeom X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 16:29:04 -0000 rafan 2006-07-06 16:29:04 UTC FreeBSD ports repository Modified files: databases/postgis Makefile distinfo databases/postgis/files patch-lwgeom Log: - Update to 1.1.3 - Use GCC 3.2+ to build on 4.x - Remove duplicate logic of detecting PGSQL_VER PR: 99820 Submitted by: maintainer Approved by: delphij (mentor, implicit) Revision Changes Path 1.31 +3 -10 ports/databases/postgis/Makefile 1.16 +4 -3 ports/databases/postgis/distinfo 1.5 +6 -6 ports/databases/postgis/files/patch-lwgeom From owner-cvs-all@FreeBSD.ORG Thu Jul 6 17:12:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AECF16A4DE; Thu, 6 Jul 2006 17:12:11 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D7C043D46; Thu, 6 Jul 2006 17:12:11 +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 k66HCB8H010507; Thu, 6 Jul 2006 17:12:11 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66HCBA6010506; Thu, 6 Jul 2006 17:12:11 GMT (envelope-from itetcu) Message-Id: <200607061712.k66HCBA6010506@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Thu, 6 Jul 2006 17: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/graphics Makefile ports/graphics/epdfview 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, 06 Jul 2006 17:12:11 -0000 itetcu 2006-07-06 17:12:11 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/epdfview Makefile distinfo pkg-descr pkg-plist Log: ePDFView is a free lightweight PDF document viewer using Poppler and GTK+ libraries. The aim of ePDFView is to make a simple PDF document viewer, in the lines of Evince but without using the Gnome libraries. WWW: http://www.emma-soft.com/projects/epdfview/ PR: ports/99843 Submitted by: chinsan Revision Changes Path 1.960 +1 -0 ports/graphics/Makefile 1.1 +45 -0 ports/graphics/epdfview/Makefile (new) 1.1 +3 -0 ports/graphics/epdfview/distinfo (new) 1.1 +7 -0 ports/graphics/epdfview/pkg-descr (new) 1.1 +21 -0 ports/graphics/epdfview/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 6 17:13:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AB5C16A4DA; Thu, 6 Jul 2006 17:13:16 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B0EE43D45; Thu, 6 Jul 2006 17:13:16 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66HDGGl010570; Thu, 6 Jul 2006 17:13:16 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66HDG2c010569; Thu, 6 Jul 2006 17:13:16 GMT (envelope-from itetcu) Message-Id: <200607061713.k66HDG2c010569@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Thu, 6 Jul 2006 17:13: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: Thu, 06 Jul 2006 17:13:16 -0000 itetcu 2006-07-06 17:13:15 UTC FreeBSD ports repository Modified files: . modules Log: epdfview --> ports/graphics/epdfview Revision Changes Path 1.15513 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 6 17:28:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FF0616A4E2; Thu, 6 Jul 2006 17:28:17 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C49143D55; Thu, 6 Jul 2006 17:28:17 +0000 (GMT) (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 k66HSHEB011402; Thu, 6 Jul 2006 17:28:17 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66HSGVx011401; Thu, 6 Jul 2006 17:28:17 GMT (envelope-from linimon) Message-Id: <200607061728.k66HSGVx011401@repoman.freebsd.org> From: Mark Linimon Date: Thu, 6 Jul 2006 17: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/docbook-xsl Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 17:28:17 -0000 linimon 2006-07-06 17:28:16 UTC FreeBSD ports repository Modified files: textproc/docbook-xsl Makefile pkg-plist Log: - pkg-plist fix, lost in previous update - use ${RMDIR} to pet portlint(1) PR: ports/99777 Submitted by: rafan Approved by: maintainer Revision Changes Path 1.39 +2 -2 ports/textproc/docbook-xsl/Makefile 1.32 +1 -0 ports/textproc/docbook-xsl/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 6 17:40:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2179216A4E1; Thu, 6 Jul 2006 17:40:11 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B98D643D45; Thu, 6 Jul 2006 17:40:10 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66HeAuu012061; Thu, 6 Jul 2006 17:40:10 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66HeAFx012060; Thu, 6 Jul 2006 17:40:10 GMT (envelope-from novel) Message-Id: <200607061740.k66HeAFx012060@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 6 Jul 2006 17:40: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/gnutls 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: Thu, 06 Jul 2006 17:40:11 -0000 novel 2006-07-06 17:40:10 UTC FreeBSD ports repository Modified files: security/gnutls Makefile Makefile.man distinfo pkg-plist Log: Update to 1.4.0. Revision Changes Path 1.39 +11 -4 ports/security/gnutls/Makefile 1.2 +334 -289 ports/security/gnutls/Makefile.man 1.15 +3 -3 ports/security/gnutls/distinfo 1.15 +9 -4 ports/security/gnutls/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 6 17:41:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 370CF16A4DE; Thu, 6 Jul 2006 17:41:28 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CED6743D6A; Thu, 6 Jul 2006 17:41:23 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66HfNmW012797; Thu, 6 Jul 2006 17:41:23 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66HfNc9012796; Thu, 6 Jul 2006 17:41:23 GMT (envelope-from novel) Message-Id: <200607061741.k66HfNc9012796@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 6 Jul 2006 17:41: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/libsoup Makefile ports/ftp/moftpd Makefile ports/ftp/wzdftpd Makefile ports/games/libggz Makefile ports/irc/bitlbee Makefile ports/irc/weechat Makefile ports/mail/libetpan Makefile ports/mail/libnewmail Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 17:41:28 -0000 novel 2006-07-06 17:41:23 UTC FreeBSD ports repository Modified files: devel/libsoup Makefile ftp/moftpd Makefile ftp/wzdftpd Makefile games/libggz Makefile irc/bitlbee Makefile irc/weechat Makefile mail/libetpan Makefile mail/libnewmail Makefile mail/msmtp Makefile mail/mutt-ng Makefile mail/wmbiff Makefile multimedia/vlc Makefile multimedia/vlc-devel Makefile net/ethereal Makefile net/libgnetwork Makefile net/morebalance Makefile net-im/gaim Makefile net-im/gloox Makefile net-im/loudmouth Makefile print/cups-base Makefile security/libprelude Makefile security/prelude-manager Makefile sysutils/gkrellm2 Makefile textproc/iksemel Makefile www/aria2 Makefile www/cherokee Makefile www/gurlchecker Makefile www/hydra Makefile www/kazehakase Makefile www/retawq Makefile www/wwwoffle Makefile Log: Chase gnutls shlib version change. Revision Changes Path 1.44 +2 -2 ports/devel/libsoup/Makefile 1.12 +2 -2 ports/ftp/moftpd/Makefile 1.44 +2 -1 ports/ftp/wzdftpd/Makefile 1.14 +2 -1 ports/games/libggz/Makefile 1.25 +2 -1 ports/irc/bitlbee/Makefile 1.16 +3 -2 ports/irc/weechat/Makefile 1.36 +2 -1 ports/mail/libetpan/Makefile 1.26 +2 -2 ports/mail/libnewmail/Makefile 1.24 +2 -1 ports/mail/msmtp/Makefile 1.15 +2 -1 ports/mail/mutt-ng/Makefile 1.30 +2 -2 ports/mail/wmbiff/Makefile 1.151 +2 -2 ports/multimedia/vlc-devel/Makefile 1.128 +2 -2 ports/multimedia/vlc/Makefile 1.187 +2 -2 ports/net-im/gaim/Makefile 1.3 +2 -1 ports/net-im/gloox/Makefile 1.32 +2 -1 ports/net-im/loudmouth/Makefile 1.106 +2 -2 ports/net/ethereal/Makefile 1.20 +1 -1 ports/net/libgnetwork/Makefile 1.11 +2 -2 ports/net/morebalance/Makefile 1.55 +1 -1 ports/print/cups-base/Makefile 1.31 +2 -1 ports/security/libprelude/Makefile 1.31 +2 -1 ports/security/prelude-manager/Makefile 1.121 +2 -2 ports/sysutils/gkrellm2/Makefile 1.2 +2 -1 ports/textproc/iksemel/Makefile 1.11 +2 -1 ports/www/aria2/Makefile 1.24 +2 -1 ports/www/cherokee/Makefile 1.21 +2 -1 ports/www/gurlchecker/Makefile 1.15 +2 -1 ports/www/hydra/Makefile 1.44 +2 -1 ports/www/kazehakase/Makefile 1.28 +2 -1 ports/www/retawq/Makefile 1.48 +2 -1 ports/www/wwwoffle/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 6 17:47:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA91F16A4DD; Thu, 6 Jul 2006 17:47:02 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7800A43D49; Thu, 6 Jul 2006 17:47:02 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66Hl23j013188; Thu, 6 Jul 2006 17:47:02 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66Hl2b7013187; Thu, 6 Jul 2006 17:47:02 GMT (envelope-from itetcu) Message-Id: <200607061747.k66Hl2b7013187@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Thu, 6 Jul 2006 17:47:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/jdraw Makefile distinfo pkg-descr pkg-plist ports/graphics/jdraw/files jdraw.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, 06 Jul 2006 17:47:02 -0000 itetcu 2006-07-06 17:47:02 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/jdraw Makefile distinfo pkg-descr pkg-plist graphics/jdraw/files jdraw.in Log: JDraw is a pixel oriented graphics editor designed especially for small to medium-sized pictures used to decorate web pages. It is completely written in Java, simple to use and saves (animated) GIFs, ICOs and PNGs. Author: jdomain@users.sourceforge.net WWW: http://www.j-domain.de/homepage.php?page=20 PR: ports/95895 Submitted by: Nicola Vitale Revision Changes Path 1.961 +1 -0 ports/graphics/Makefile 1.1 +46 -0 ports/graphics/jdraw/Makefile (new) 1.1 +3 -0 ports/graphics/jdraw/distinfo (new) 1.1 +9 -0 ports/graphics/jdraw/files/jdraw.in (new) 1.1 +6 -0 ports/graphics/jdraw/pkg-descr (new) 1.1 +4 -0 ports/graphics/jdraw/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 6 17:47:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E79BA16A4E0; Thu, 6 Jul 2006 17:47:36 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A647A43D49; Thu, 6 Jul 2006 17:47:36 +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 k66HlaBK013230; Thu, 6 Jul 2006 17:47:36 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66Hla8Y013229; Thu, 6 Jul 2006 17:47:36 GMT (envelope-from itetcu) Message-Id: <200607061747.k66Hla8Y013229@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Thu, 6 Jul 2006 17: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: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 17:47:37 -0000 itetcu 2006-07-06 17:47:36 UTC FreeBSD ports repository Modified files: . modules Log: jdraw --> ports/graphics/jdraw Revision Changes Path 1.15514 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 6 17: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9A7816A4DD; Thu, 6 Jul 2006 17:48:38 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 709AD43D4C; Thu, 6 Jul 2006 17:48:38 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66HmcE0013283; Thu, 6 Jul 2006 17:48:38 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66HmcBx013282; Thu, 6 Jul 2006 17:48:38 GMT (envelope-from novel) Message-Id: <200607061748.k66HmcBx013282@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 6 Jul 2006 17:48:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports 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, 06 Jul 2006 17:48:39 -0000 novel 2006-07-06 17:48:38 UTC FreeBSD ports repository Modified files: . UPDATING Log: Mention gnutls update. Revision Changes Path 1.357 +11 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Thu Jul 6 17:49:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4004C16A4FB; Thu, 6 Jul 2006 17:49:54 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E40F043D5F; Thu, 6 Jul 2006 17:49:52 +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 k66HnqVT013502; Thu, 6 Jul 2006 17:49:52 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66HnqsX013501; Thu, 6 Jul 2006 17:49:52 GMT (envelope-from garga) Message-Id: <200607061749.k66HnqsX013501@repoman.freebsd.org> From: Renato Botelho Date: Thu, 6 Jul 2006 17:49: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 Makefile ports/devel/ocaml-ounit 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, 06 Jul 2006 17:49:54 -0000 garga 2006-07-06 17:49:52 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/ocaml-ounit Makefile distinfo pkg-descr pkg-plist Log: OUnit is a unit testing framework for Objective Caml, inspired by the JUnit tool for Java, and the HUnit tool for Haskell. WWW: http://home.wanadoo.nl/maas/ocaml PR: ports/93957 Submitted by: Meikel Brandmeyer Revision Changes Path 1.2309 +1 -0 ports/devel/Makefile 1.1 +41 -0 ports/devel/ocaml-ounit/Makefile (new) 1.1 +3 -0 ports/devel/ocaml-ounit/distinfo (new) 1.1 +4 -0 ports/devel/ocaml-ounit/pkg-descr (new) 1.1 +8 -0 ports/devel/ocaml-ounit/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 6 17:50:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75FC916A4E0; Thu, 6 Jul 2006 17:50:41 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CBA843D88; Thu, 6 Jul 2006 17:50:35 +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 k66HoZDg013610; Thu, 6 Jul 2006 17:50:35 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66HoZFV013609; Thu, 6 Jul 2006 17:50:35 GMT (envelope-from garga) Message-Id: <200607061750.k66HoZFV013609@repoman.freebsd.org> From: Renato Botelho Date: Thu, 6 Jul 2006 17:50: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, 06 Jul 2006 17:50:41 -0000 garga 2006-07-06 17:50:35 UTC FreeBSD ports repository Modified files: . modules Log: ocaml-ounit --> ports/devel/ocaml-ounit Revision Changes Path 1.15515 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 6 17:54:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A5F716A4DE; Thu, 6 Jul 2006 17:54:47 +0000 (UTC) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D70D643D45; Thu, 6 Jul 2006 17:54:46 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66HskVE013795; Thu, 6 Jul 2006 17:54:46 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66Hskb3013794; Thu, 6 Jul 2006 17:54:46 GMT (envelope-from anholt) Message-Id: <200607061754.k66Hskb3013794@repoman.freebsd.org> From: Eric Anholt Date: Thu, 6 Jul 2006 17:54: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/enigma Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 17:54:47 -0000 anholt 2006-07-06 17:54:46 UTC FreeBSD ports repository Modified files: games/enigma Makefile Log: Fix fetching. PR: ports/97654 Submitted by: Martin Wilke Revision Changes Path 1.32 +2 -2 ports/games/enigma/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 6 17: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6784E16A639; Thu, 6 Jul 2006 17:54:51 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 366A343D45; Thu, 6 Jul 2006 17:54:51 +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 k66HspGQ013848; Thu, 6 Jul 2006 17:54:51 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66HspL3013847; Thu, 6 Jul 2006 17:54:51 GMT (envelope-from garga) Message-Id: <200607061754.k66HspL3013847@repoman.freebsd.org> From: Renato Botelho Date: Thu, 6 Jul 2006 17:54: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/deskutils Makefile ports/deskutils/wyrd 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, 06 Jul 2006 17:54:51 -0000 garga 2006-07-06 17:54:51 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/wyrd Makefile distinfo pkg-descr Log: Wyrd is a text-based front-end to Remind, a sophisticated calendar and alarm program. Remind's power lies in its programmability, and Wyrd does not hide this capability behind flashy GUI dialogs. Rather, Wyrd is designed to make you more efficient at editing your reminder files directly. It also offers a scrollable timetable suitable for visualizing your schedule at a glance. Here is a screenshot. Unlike most of the calendar applications available today, Wyrd is designed to be both lightweight and fast. Startup time is negligible, UI navigation is instantaneous, and the wyrd process typically consumes less than 2MB of resident memory. WWW: http://www.eecs.umich.edu/~pelzlpj/wyrd/ PR: ports/95361 Submitted by: Russell A. Jackson Revision Changes Path 1.233 +1 -0 ports/deskutils/Makefile 1.1 +26 -0 ports/deskutils/wyrd/Makefile (new) 1.1 +3 -0 ports/deskutils/wyrd/distinfo (new) 1.1 +13 -0 ports/deskutils/wyrd/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 6 17: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F9F016A4DE; Thu, 6 Jul 2006 17:55:58 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C29B43D77; Thu, 6 Jul 2006 17:55:54 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66Htrqm013988; Thu, 6 Jul 2006 17:55:53 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66HtrC0013987; Thu, 6 Jul 2006 17:55:53 GMT (envelope-from garga) Message-Id: <200607061755.k66HtrC0013987@repoman.freebsd.org> From: Renato Botelho Date: Thu, 6 Jul 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: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 17:55:58 -0000 garga 2006-07-06 17:55:53 UTC FreeBSD ports repository Modified files: . modules Log: wyrd --> ports/deskutils/wyrd Revision Changes Path 1.15516 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 6 17:56:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B76116A4E1; Thu, 6 Jul 2006 17:56:41 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED37B43D72; Thu, 6 Jul 2006 17:56:40 +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 k66HueF2014065; Thu, 6 Jul 2006 17:56:40 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66Hue77014064; Thu, 6 Jul 2006 17:56:40 GMT (envelope-from rafan) Message-Id: <200607061756.k66Hue77014064@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 6 Jul 2006 17:56:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/fusefs-libs Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 17:56:41 -0000 rafan 2006-07-06 17:56:40 UTC FreeBSD ports repository Modified files: sysutils/fusefs-libs Makefile distinfo Log: - Update to 2.5.3 PR: 99261 Submitted by: chinsan Approved by: maintainer, delphij (mentor, implicit) Revision Changes Path 1.8 +1 -2 ports/sysutils/fusefs-libs/Makefile 1.6 +3 -3 ports/sysutils/fusefs-libs/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 6 17:56:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C05916A601; Thu, 6 Jul 2006 17:56:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AD1B43D77; Thu, 6 Jul 2006 17:56:46 +0000 (GMT) (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 k66Hukee014091; Thu, 6 Jul 2006 17:56:46 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66HukYs014090; Thu, 6 Jul 2006 17:56:46 GMT (envelope-from linimon) Message-Id: <200607061756.k66HukYs014090@repoman.freebsd.org> From: Mark Linimon Date: Thu, 6 Jul 2006 17:56:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.port.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 17:56:54 -0000 linimon 2006-07-06 17:56:46 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk Log: Fix comments about LDAP versions. PR: ports/99638 Submitted by: Tsurutani Naoki Pointy hat to: linimon Revision Changes Path 1.537 +3 -3 ports/Mk/bsd.port.mk From owner-cvs-all@FreeBSD.ORG Thu Jul 6 18:01:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEBC916A4EC; Thu, 6 Jul 2006 18:01:18 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE21743D73; Thu, 6 Jul 2006 18:01:17 +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 k66I1HJa014338; Thu, 6 Jul 2006 18:01:17 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66I1H7k014337; Thu, 6 Jul 2006 18:01:17 GMT (envelope-from garga) Message-Id: <200607061801.k66I1H7k014337@repoman.freebsd.org> From: Renato Botelho Date: Thu, 6 Jul 2006 18: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/deskutils/wyrd 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, 06 Jul 2006 18:01:18 -0000 garga 2006-07-06 18:01:17 UTC FreeBSD ports repository Modified files: deskutils/wyrd pkg-descr Log: Fix pkg-descr Revision Changes Path 1.2 +1 -2 ports/deskutils/wyrd/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Jul 6 18:02:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CE7016A4DD; Thu, 6 Jul 2006 18:02:29 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E168343D70; Thu, 6 Jul 2006 18:02:28 +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 k66I2Sw5014447; Thu, 6 Jul 2006 18:02:28 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66I2Son014446; Thu, 6 Jul 2006 18:02:28 GMT (envelope-from garga) Message-Id: <200607061802.k66I2Son014446@repoman.freebsd.org> From: Renato Botelho Date: Thu, 6 Jul 2006 18:02:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print Makefile ports/print/easylatex 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, 06 Jul 2006 18:02:29 -0000 garga 2006-07-06 18:02:28 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/easylatex Makefile distinfo pkg-descr pkg-plist Log: EasyLatex is a preprocessor which takes an input file in "pseudo-latex", and transforms it into proper LaTeX syntax. Author: Bayle Shanks WWW: http://easylatex.sourceforge.net/ PR: ports/93397 Submitted by: Nicola Vitale Revision Changes Path 1.403 +1 -0 ports/print/Makefile 1.1 +44 -0 ports/print/easylatex/Makefile (new) 1.1 +3 -0 ports/print/easylatex/distinfo (new) 1.1 +5 -0 ports/print/easylatex/pkg-descr (new) 1.1 +32 -0 ports/print/easylatex/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 6 18:03:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8B4116A4DF; Thu, 6 Jul 2006 18:03:26 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8E2D43D46; Thu, 6 Jul 2006 18:03:26 +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 k66I3Qwv015747; Thu, 6 Jul 2006 18:03:26 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66I3Qhk015746; Thu, 6 Jul 2006 18:03:26 GMT (envelope-from garga) Message-Id: <200607061803.k66I3Qhk015746@repoman.freebsd.org> From: Renato Botelho Date: Thu, 6 Jul 2006 18: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, 06 Jul 2006 18:03:27 -0000 garga 2006-07-06 18:03:26 UTC FreeBSD ports repository Modified files: . modules Log: easylatex --> ports/print/easylatex Revision Changes Path 1.15517 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 6 18:03:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF1A416A4E0; Thu, 6 Jul 2006 18:03:54 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A89D43D5A; Thu, 6 Jul 2006 18:03:52 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66I3qCm015861; Thu, 6 Jul 2006 18:03:52 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66I3qQe015860; Thu, 6 Jul 2006 18:03:52 GMT (envelope-from itetcu) Message-Id: <200607061803.k66I3qQe015860@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Thu, 6 Jul 2006 18:03:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils Makefile ports/deskutils/cdcat Makefile distinfo pkg-descr ports/deskutils/cdcat/files patch-src-recode.cpp patch-src-tparser.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, 06 Jul 2006 18:03:54 -0000 itetcu 2006-07-06 18:03:52 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/cdcat Makefile distinfo pkg-descr deskutils/cdcat/files patch-src-recode.cpp patch-src-tparser.cpp Log: cdcat is a powerful QT based tool for creating fully searcheable offline catalogs of the contents of any arbitrary media. Primarily it is most useful for cataloging CDs, DVDs, and other such removeable media. The catalogs can be quickly searched (including across multiple catalogs) with regular expressions, exported as CSV or HTML files, sorted, and statistical information gathered. WWW: http://cdcat.sourceforge.net/ PR: ports/96828 Submitted by: Aren Tyr Revision Changes Path 1.234 +1 -0 ports/deskutils/Makefile 1.1 +74 -0 ports/deskutils/cdcat/Makefile (new) 1.1 +3 -0 ports/deskutils/cdcat/distinfo (new) 1.1 +19 -0 ports/deskutils/cdcat/files/patch-src-recode.cpp (new) 1.1 +20 -0 ports/deskutils/cdcat/files/patch-src-tparser.cpp (new) 1.1 +8 -0 ports/deskutils/cdcat/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 6 18:04:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3161D16A4DF; Thu, 6 Jul 2006 18:04:35 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10DD043D53; Thu, 6 Jul 2006 18:04:34 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66I4Xr6015923; Thu, 6 Jul 2006 18:04:33 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66I4XAA015922; Thu, 6 Jul 2006 18:04:33 GMT (envelope-from itetcu) Message-Id: <200607061804.k66I4XAA015922@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Thu, 6 Jul 2006 18: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: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:04:35 -0000 itetcu 2006-07-06 18:04:33 UTC FreeBSD ports repository Modified files: . modules Log: cdcat --> ports/deskutils/cdcat Revision Changes Path 1.15518 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 6 18:08:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 410EF16A4DF; Thu, 6 Jul 2006 18:08:07 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29D6A43D5A; Thu, 6 Jul 2006 18:08:06 +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 k66I867H016168; Thu, 6 Jul 2006 18:08:06 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66I86PE016167; Thu, 6 Jul 2006 18:08:06 GMT (envelope-from leeym) Message-Id: <200607061808.k66I86PE016167@repoman.freebsd.org> From: Yen-Ming Lee Date: Thu, 6 Jul 2006 18:08:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Params-Check Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:08:07 -0000 leeym 2006-07-06 18:08:05 UTC FreeBSD ports repository Modified files: devel/p5-Params-Check Makefile distinfo Log: - update to 0.25 Revision Changes Path 1.4 +1 -1 ports/devel/p5-Params-Check/Makefile 1.5 +3 -3 ports/devel/p5-Params-Check/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 6 19:11:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E66616A4DA; Thu, 6 Jul 2006 19:11:25 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F42143D6E; Thu, 6 Jul 2006 19:11:21 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66JBLjK020290; Thu, 6 Jul 2006 19:11:21 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66JBLe0020289; Thu, 6 Jul 2006 19:11:21 GMT (envelope-from itetcu) Message-Id: <200607061911.k66JBLe0020289@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Thu, 6 Jul 2006 19:11: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/mod_musicindex Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 19:11:25 -0000 itetcu 2006-07-06 19:11:21 UTC FreeBSD ports repository Modified files: www/mod_musicindex Makefile Log: Add -fPIC to CFLAGS on amd64 if using apache2 to fix build in this case. PR: ports/98229 Submitted by: Yuri Pankov Approved by: maintainer Revision Changes Path 1.14 +3 -0 ports/www/mod_musicindex/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 6 19:21:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6DA616A4DD; Thu, 6 Jul 2006 19:21:01 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C48943D53; Thu, 6 Jul 2006 19:21:01 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66JL0w0020696; Thu, 6 Jul 2006 19:21:00 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66JL0Bn020695; Thu, 6 Jul 2006 19:21:00 GMT (envelope-from novel) Message-Id: <200607061921.k66JL0Bn020695@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 6 Jul 2006 19:21: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 MOVED ports/security Makefile ports/security/gnutls-devel Makefile Makefile.man 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, 06 Jul 2006 19:21:01 -0000 novel 2006-07-06 19:21:00 UTC FreeBSD ports repository Modified files: . MOVED security Makefile Removed files: security/gnutls-devel Makefile Makefile.man distinfo pkg-descr pkg-plist Log: Remove gnutls-devel since the development version of gnutls is not active yet. Revision Changes Path 1.1088 +2 -1 ports/MOVED 1.787 +0 -1 ports/security/Makefile 1.34 +0 -71 ports/security/gnutls-devel/Makefile (dead) 1.4 +0 -409 ports/security/gnutls-devel/Makefile.man (dead) 1.14 +0 -3 ports/security/gnutls-devel/distinfo (dead) 1.4 +0 -17 ports/security/gnutls-devel/pkg-descr (dead) 1.14 +0 -52 ports/security/gnutls-devel/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 6 19:27:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C76C16A4DD; Thu, 6 Jul 2006 19:27:19 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51EFA43D5E; Thu, 6 Jul 2006 19:27:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66JRJar020974; Thu, 6 Jul 2006 19:27:19 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66JRJrj020973; Thu, 6 Jul 2006 19:27:19 GMT (envelope-from pav) Message-Id: <200607061927.k66JRJrj020973@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 6 Jul 2006 19:27: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/pecl-runkit Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 19:27:19 -0000 pav 2006-07-06 19:27:19 UTC FreeBSD ports repository Modified files: devel/pecl-runkit Makefile distinfo Log: - Update to 0.9 Revision Changes Path 1.4 +1 -1 ports/devel/pecl-runkit/Makefile 1.5 +3 -3 ports/devel/pecl-runkit/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 6 19:33:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5279F16A4E1; Thu, 6 Jul 2006 19:33:39 +0000 (UTC) (envelope-from wsalamon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE5E43D46; Thu, 6 Jul 2006 19:33:38 +0000 (GMT) (envelope-from wsalamon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66JXctC021474; Thu, 6 Jul 2006 19:33:38 GMT (envelope-from wsalamon@repoman.freebsd.org) Received: (from wsalamon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66JXcsi021473; Thu, 6 Jul 2006 19:33:38 GMT (envelope-from wsalamon) Message-Id: <200607061933.k66JXcsi021473@repoman.freebsd.org> From: Wayne Salamon Date: Thu, 6 Jul 2006 19:33:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit_bsm.c src/sys/kern 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: Thu, 06 Jul 2006 19:33:39 -0000 wsalamon 2006-07-06 19:33:38 UTC FreeBSD src repository Modified files: sys/security/audit audit_bsm.c sys/kern vfs_syscalls.c Log: Audit the remaining parameters to the extattr system calls. Generate the audit records for those calls. Obtained from: TrustedBSD Project Approved by: rwatson (mentor) Revision Changes Path 1.416 +28 -0 src/sys/kern/vfs_syscalls.c 1.8 +59 -0 src/sys/security/audit/audit_bsm.c From owner-cvs-all@FreeBSD.ORG Thu Jul 6 19:43:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C44A216A4E5; Thu, 6 Jul 2006 19:43:33 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8306F43D4C; Thu, 6 Jul 2006 19:43:33 +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 k66JhXKY021882; Thu, 6 Jul 2006 19:43:33 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66JhXGm021881; Thu, 6 Jul 2006 19:43:33 GMT (envelope-from thierry) Message-Id: <200607061943.k66JhXGm021881@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 6 Jul 2006 19: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/french/eficas 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, 06 Jul 2006 19:43:33 -0000 thierry 2006-07-06 19:43:33 UTC FreeBSD ports repository Modified files: french/eficas Makefile distinfo pkg-plist Log: Upgrade to 1.10.0-1. Revision Changes Path 1.13 +1 -1 ports/french/eficas/Makefile 1.12 +3 -3 ports/french/eficas/distinfo 1.10 +126 -13 ports/french/eficas/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 6 19:43:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2C5916A4ED; Thu, 6 Jul 2006 19:43:48 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 286A043D5A; Thu, 6 Jul 2006 19:43:48 +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 k66Jhm6J021939; Thu, 6 Jul 2006 19:43:48 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66Jhm6G021938; Thu, 6 Jul 2006 19:43:48 GMT (envelope-from thierry) Message-Id: <200607061943.k66Jhm6G021938@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 6 Jul 2006 19:43:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/astk-serveur Makefile distinfo ports/cad/astk-serveur/files patch-lib__as_system.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 19:43:48 -0000 thierry 2006-07-06 19:43:47 UTC FreeBSD ports repository Modified files: cad/astk-serveur Makefile distinfo Removed files: cad/astk-serveur/files patch-lib__as_system.py Log: Upgrade to 1.3.3-1. Revision Changes Path 1.18 +4 -5 ports/cad/astk-serveur/Makefile 1.14 +3 -3 ports/cad/astk-serveur/distinfo 1.2 +0 -11 ports/cad/astk-serveur/files/patch-lib__as_system.py (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 6 19:44:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF49116A4E0; Thu, 6 Jul 2006 19:44:35 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9397943D79; Thu, 6 Jul 2006 19:44:19 +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 k66JiJoR022013; Thu, 6 Jul 2006 19:44:19 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66JiJ6c022012; Thu, 6 Jul 2006 19:44:19 GMT (envelope-from thierry) Message-Id: <200607061944.k66JiJ6c022012@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 6 Jul 2006 19: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/french/aster Makefile distinfo pkg-plist ports/french/aster/files patch-products.py patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 19:44:35 -0000 thierry 2006-07-06 19:44:19 UTC FreeBSD ports repository Modified files: french/aster Makefile distinfo pkg-plist french/aster/files patch-products.py patch-setup.py Log: Upgrade to 8.3.0-1. Revision Changes Path 1.33 +20 -7 ports/french/aster/Makefile 1.17 +3 -3 ports/french/aster/distinfo 1.5 +10 -10 ports/french/aster/files/patch-products.py 1.3 +8 -8 ports/french/aster/files/patch-setup.py 1.8 +279 -315 ports/french/aster/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 6 19:44:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7631916A4E1; Thu, 6 Jul 2006 19:44:45 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA8B143D7F; Thu, 6 Jul 2006 19:44:38 +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 k66JicEf022049; Thu, 6 Jul 2006 19:44:38 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66Jic6J022048; Thu, 6 Jul 2006 19:44:38 GMT (envelope-from thierry) Message-Id: <200607061944.k66Jic6J022048@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 6 Jul 2006 19:44:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/french/homard 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, 06 Jul 2006 19:44:45 -0000 thierry 2006-07-06 19:44:38 UTC FreeBSD ports repository Modified files: french/homard Makefile distinfo pkg-plist Log: Upgrade to 8.2-1. Revision Changes Path 1.18 +11 -9 ports/french/homard/Makefile 1.8 +3 -3 ports/french/homard/distinfo 1.6 +459 -0 ports/french/homard/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 6 19:45:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 431D716A4E9; Thu, 6 Jul 2006 19:45:08 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ED1343D4C; Thu, 6 Jul 2006 19:44: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 k66JipNP022113; Thu, 6 Jul 2006 19:44:51 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66Jip13022112; Thu, 6 Jul 2006 19:44:51 GMT (envelope-from thierry) Message-Id: <200607061944.k66Jip13022112@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 6 Jul 2006 19:44:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/french/gibi Makefile distinfo pkg-plist ports/french/gibi/files clef patch-gibi-2003 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 19:45:08 -0000 thierry 2006-07-06 19:44:51 UTC FreeBSD ports repository Modified files: french/gibi Makefile distinfo pkg-plist french/gibi/files clef Added files: french/gibi/files patch-gibi-2003 Log: Upgrade to 2003-2. Revision Changes Path 1.13 +43 -48 ports/french/gibi/Makefile 1.5 +3 -3 ports/french/gibi/distinfo 1.2 +2 -2 ports/french/gibi/files/clef 1.1 +10 -0 ports/french/gibi/files/patch-gibi-2003 (new) 1.4 +14 -2158 ports/french/gibi/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 6 20:01:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04CFE16A4E0; Thu, 6 Jul 2006 20:01:33 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6F5543D49; Thu, 6 Jul 2006 20:01:32 +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 k66K1Wqk022838; Thu, 6 Jul 2006 20:01:32 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66K1Wvu022837; Thu, 6 Jul 2006 20:01:32 GMT (envelope-from oliver) Message-Id: <200607062001.k66K1Wvu022837@repoman.freebsd.org> From: Oliver Lehmann Date: Thu, 6 Jul 2006 20:01:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/wfut Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 20:01:33 -0000 oliver 2006-07-06 20:01:32 UTC FreeBSD ports repository Modified files: devel/wfut Makefile distinfo Log: update WFUT to revision 42 Revision Changes Path 1.3 +1 -1 ports/devel/wfut/Makefile 1.3 +3 -3 ports/devel/wfut/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 6 21:12:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03EC716A4DE; Thu, 6 Jul 2006 21:12:19 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B757743D45; Thu, 6 Jul 2006 21:12:18 +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 k66LCIbI048866; Thu, 6 Jul 2006 21:12:18 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66LCINs048865; Thu, 6 Jul 2006 21:12:18 GMT (envelope-from jkim) Message-Id: <200607062112.k66LCINs048865@repoman.freebsd.org> From: Jung-uk Kim Date: Thu, 6 Jul 2006 21:12: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/fdc fdc.c src/sys/dev/ic nec765.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, 06 Jul 2006 21:12:19 -0000 jkim 2006-07-06 21:12:18 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c sys/dev/ic nec765.h Log: Enhanced floppy controllers have Data Rate Select Register (DSR) at 0x3f4. Use it to reset controller and to select data rate. According to Intel 80277AA datasheet, software reset behaves the same as DOR reset except that it is self clearing. National Semiconductor PC8477B datasheet says the same. As a side effect, we no longer use Configuration Control Register (CCR) at 0x3f7 for these controllers, which is often missing in modern hardware. Revision Changes Path 1.310 +24 -8 src/sys/dev/fdc/fdc.c 1.12 +6 -0 src/sys/dev/ic/nec765.h From owner-cvs-all@FreeBSD.ORG Thu Jul 6 21:26:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB0D216A516; Thu, 6 Jul 2006 21:26:47 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7708D43D46; Thu, 6 Jul 2006 21:26: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 k66LQlDw049737; Thu, 6 Jul 2006 21:26:47 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66LQllB049736; Thu, 6 Jul 2006 21:26:47 GMT (envelope-from itetcu) Message-Id: <200607062126.k66LQllB049736@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Thu, 6 Jul 2006 21:26:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/e17-module-mem Makefile ports/x11/e17-module-mem/files patch-e_mod_main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 21:26:47 -0000 itetcu 2006-07-06 21:26:46 UTC FreeBSD ports repository Modified files: x11/e17-module-mem Makefile Added files: x11/e17-module-mem/files patch-e_mod_main.c Log: Make it work with recent snapshot of enlightenment. PR: ports/99853 Submitted by: maintainer Revision Changes Path 1.2 +1 -0 ports/x11/e17-module-mem/Makefile 1.1 +11 -0 ports/x11/e17-module-mem/files/patch-e_mod_main.c (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 6 21:29:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0591F16A4DF; Thu, 6 Jul 2006 21:29:06 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF2DE43D45; Thu, 6 Jul 2006 21:29:05 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66LT55K049858; Thu, 6 Jul 2006 21:29:05 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66LT5H8049857; Thu, 6 Jul 2006 21:29:05 GMT (envelope-from jhb) Message-Id: <200607062129.k66LT5H8049857@repoman.freebsd.org> From: John Baldwin Date: Thu, 6 Jul 2006 21:29:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_msg.c ibcs2_poll.h 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: Thu, 06 Jul 2006 21:29:06 -0000 jhb 2006-07-06 21:29:05 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_msg.c syscalls.master Removed files: sys/i386/ibcs2 ibcs2_poll.h Log: Use the regular poll(2) function to implement poll(2) for the IBCS2 compat ABI as FreeBSD's poll(2) is ABI compatible. The ibcs2_poll() function attempted to implement poll(2) using a wrapper around select(2). Besides being somewhat ugly, it also had at least one bug in that instead of allocating complete fdset's on the stack via the stackgap it just allocated pointers to fdsets. Revision Changes Path 1.13 +0 -77 src/sys/i386/ibcs2/ibcs2_msg.c 1.6 +0 -51 src/sys/i386/ibcs2/ibcs2_poll.h (dead) 1.23 +2 -2 src/sys/i386/ibcs2/syscalls.master From owner-cvs-all@FreeBSD.ORG Thu Jul 6 21:32:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6812C16A4E1; Thu, 6 Jul 2006 21:32:25 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1044543D7B; Thu, 6 Jul 2006 21:32:21 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66LWKx6050012; Thu, 6 Jul 2006 21:32:20 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66LWK6B050010; Thu, 6 Jul 2006 21:32:20 GMT (envelope-from jhb) Message-Id: <200607062132.k66LWK6B050010@repoman.freebsd.org> From: John Baldwin Date: Thu, 6 Jul 2006 21:32: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 kern_prot.c src/sys/sys syscallsubr.h src/sys/i386/ibcs2 ibcs2_misc.c syscalls.xenix X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 21:32:25 -0000 jhb 2006-07-06 21:32:20 UTC FreeBSD src repository Modified files: sys/kern kern_prot.c sys/sys syscallsubr.h sys/i386/ibcs2 ibcs2_misc.c syscalls.xenix Log: Add kern_setgroups() and kern_getgroups() and use them to implement ibcs2_[gs]etgroups() rather than using the stackgap. This also makes ibcs2_[gs]etgroups() MPSAFE. Also, it cleans up one bit of weirdness in the old setgroups() where it allocated an entire credential just so it had a place to copy the group list into. Now setgroups just allocates a NGROUPS_MAX array on the stack that it copies into and then passes to kern_setgroups(). Revision Changes Path 1.63 +25 -42 src/sys/i386/ibcs2/ibcs2_misc.c 1.12 +2 -2 src/sys/i386/ibcs2/syscalls.xenix 1.203 +43 -26 src/sys/kern/kern_prot.c 1.39 +2 -0 src/sys/sys/syscallsubr.h From owner-cvs-all@FreeBSD.ORG Thu Jul 6 21: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1C7016A4E1; Thu, 6 Jul 2006 21:33:21 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAB8B43D86; Thu, 6 Jul 2006 21:33:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66LXEEK050094; Thu, 6 Jul 2006 21:33:14 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66LXEQk050093; Thu, 6 Jul 2006 21:33:14 GMT (envelope-from jhb) Message-Id: <200607062133.k66LXEQk050093@repoman.freebsd.org> From: John Baldwin Date: Thu, 6 Jul 2006 21:33: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/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c ibcs2_xenix.h ibcs2_xenix_syscall.h ibcs2_xenix_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, 06 Jul 2006 21:33:21 -0000 jhb 2006-07-06 21:33:14 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c ibcs2_xenix.h ibcs2_xenix_syscall.h ibcs2_xenix_sysent.c Log: Regen. Revision Changes Path 1.24 +1 -7 src/sys/i386/ibcs2/ibcs2_proto.h 1.21 +2 -2 src/sys/i386/ibcs2/ibcs2_syscall.h 1.26 +2 -2 src/sys/i386/ibcs2/ibcs2_sysent.c 1.18 +1 -1 src/sys/i386/ibcs2/ibcs2_xenix.h 1.14 +1 -1 src/sys/i386/ibcs2/ibcs2_xenix_syscall.h 1.16 +3 -3 src/sys/i386/ibcs2/ibcs2_xenix_sysent.c From owner-cvs-all@FreeBSD.ORG Thu Jul 6 21:36:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABC2A16A4DA; Thu, 6 Jul 2006 21:36:06 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66F8443D46; Thu, 6 Jul 2006 21:36:06 +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 k66La6X5050325; Thu, 6 Jul 2006 21:36:06 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66La6Gj050324; Thu, 6 Jul 2006 21:36:06 GMT (envelope-from itetcu) Message-Id: <200607062136.k66La6Gj050324@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Thu, 6 Jul 2006 21:36: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/e17-module-moon Makefile ports/x11/e17-module-moon/files patch-src__e_mod_main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 21:36:06 -0000 itetcu 2006-07-06 21:36:06 UTC FreeBSD ports repository Modified files: x11/e17-module-moon Makefile Added files: x11/e17-module-moon/files patch-src__e_mod_main.c Log: Make it compile with recent version of enlightenment. PR: ports/99854 Submitted by: maintainer Revision Changes Path 1.2 +1 -0 ports/x11/e17-module-moon/Makefile 1.1 +11 -0 ports/x11/e17-module-moon/files/patch-src__e_mod_main.c (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 6 21:38:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C90E616A4DA; Thu, 6 Jul 2006 21:38:25 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C56C43D55; Thu, 6 Jul 2006 21:38:25 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66LcP2h050472; Thu, 6 Jul 2006 21:38:25 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66LcPjv050471; Thu, 6 Jul 2006 21:38:25 GMT (envelope-from jhb) Message-Id: <200607062138.k66LcPjv050471@repoman.freebsd.org> From: John Baldwin Date: Thu, 6 Jul 2006 21:38: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/compat/svr4 svr4_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: Thu, 06 Jul 2006 21:38:25 -0000 jhb 2006-07-06 21:38:25 UTC FreeBSD src repository Modified files: sys/compat/svr4 svr4_ipc.c Log: Don't try to copyin extra data for IPC_RMID requests to msgctl() or shmctl(). None of the other ABI's do this (including the native FreeBSD ABI), and uselessly trying to do a copyin() can actually result in a bogus EFAULT if the a process specifies NULL for the optional argument (which is what they should do in this case). Revision Changes Path 1.22 +1 -6 src/sys/compat/svr4/svr4_ipc.c From owner-cvs-all@FreeBSD.ORG Thu Jul 6 21:39:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D231016A4DA; Thu, 6 Jul 2006 21:39:39 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 941D543D53; Thu, 6 Jul 2006 21:39:39 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66LddfS050531; Thu, 6 Jul 2006 21:39:39 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66LddjH050530; Thu, 6 Jul 2006 21:39:39 GMT (envelope-from jhb) Message-Id: <200607062139.k66LddjH050530@repoman.freebsd.org> From: John Baldwin Date: Thu, 6 Jul 2006 21:39: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/kern kern_linker.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 21:39:39 -0000 jhb 2006-07-06 21:39:39 UTC FreeBSD src repository Modified files: sys/kern kern_linker.c Log: - Explicitly acquire Giant around SYSINIT's and SYSUNINIT's since they are not all known to be MPSAFE yet. - Actually remove Giant from the kernel linker by taking it out of the KLD_LOCK() and KLD_UNLOCK() macros. Pointy hat to: jhb (2) Revision Changes Path 1.139 +10 -3 src/sys/kern/kern_linker.c From owner-cvs-all@FreeBSD.ORG Thu Jul 6 21:42:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDB0E16A4DD; Thu, 6 Jul 2006 21:42:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99AC143D6B; Thu, 6 Jul 2006 21:42:36 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66LgaIL050810; Thu, 6 Jul 2006 21:42:36 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66LgaoV050809; Thu, 6 Jul 2006 21:42:36 GMT (envelope-from jhb) Message-Id: <200607062142.k66LgaoV050809@repoman.freebsd.org> From: John Baldwin Date: Thu, 6 Jul 2006 21:42:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/linux32 syscalls.master src/sys/compat/linux linux_ioctl.c src/sys/i386/linux 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: Thu, 06 Jul 2006 21:42:37 -0000 jhb 2006-07-06 21:42:36 UTC FreeBSD src repository Modified files: sys/amd64/linux32 syscalls.master sys/compat/linux linux_ioctl.c sys/i386/linux syscalls.master Log: - Protect the list of linux ioctl handlers with an sx lock. - Hold Giant while calling linux ioctl handlers for now as they aren't all known to be MPSAFE yet. - Mark linux_ioctl() MPSAFE. Revision Changes Path 1.15 +1 -1 src/sys/amd64/linux32/syscalls.master 1.137 +17 -0 src/sys/compat/linux/linux_ioctl.c 1.72 +1 -1 src/sys/i386/linux/syscalls.master From owner-cvs-all@FreeBSD.ORG Thu Jul 6 21:43:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E983216A4E2; Thu, 6 Jul 2006 21:43:14 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB63343D60; Thu, 6 Jul 2006 21:43:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66LhEtt050946; Thu, 6 Jul 2006 21:43:14 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66LhEsu050945; Thu, 6 Jul 2006 21:43:14 GMT (envelope-from jhb) Message-Id: <200607062143.k66LhEsu050945@repoman.freebsd.org> From: John Baldwin Date: Thu, 6 Jul 2006 21:43:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 21:43:15 -0000 jhb 2006-07-06 21:43:14 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: Regen. Revision Changes Path 1.17 +1 -1 src/sys/amd64/linux32/linux32_proto.h 1.17 +1 -1 src/sys/amd64/linux32/linux32_syscall.h 1.17 +2 -2 src/sys/amd64/linux32/linux32_sysent.c 1.75 +1 -1 src/sys/i386/linux/linux_proto.h 1.69 +1 -1 src/sys/i386/linux/linux_syscall.h 1.76 +2 -2 src/sys/i386/linux/linux_sysent.c From owner-cvs-all@FreeBSD.ORG Thu Jul 6 21:46:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEE5F16A4DD; Thu, 6 Jul 2006 21:46:18 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E2C443D45; Thu, 6 Jul 2006 21:46:18 +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 k66LkIex051100; Thu, 6 Jul 2006 21:46:18 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66LkIKA051099; Thu, 6 Jul 2006 21:46:18 GMT (envelope-from marcus) Message-Id: <200607062146.k66LkIKA051099@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 6 Jul 2006 21:46:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/glib20/files patch-glib_gatomic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 21:46:18 -0000 marcus 2006-07-06 21:46:18 UTC FreeBSD ports repository Added files: devel/glib20/files patch-glib_gatomic.c Log: Fix the build on ia64. Submitted by: marcel Revision Changes Path 1.1 +37 -0 ports/devel/glib20/files/patch-glib_gatomic.c (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 6 21:53:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CA4116A4E1; Thu, 6 Jul 2006 21:53:56 +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 0B1FC43D45; Thu, 6 Jul 2006 21:53:55 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k66LrmKt022477; Thu, 6 Jul 2006 15:53:54 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <44AD8667.9090600@samsco.org> Date: Thu, 06 Jul 2006 15:53:43 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200607062142.k66LgaoV050809@repoman.freebsd.org> In-Reply-To: <200607062142.k66LgaoV050809@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/linux32 syscalls.master src/sys/compat/linux linux_ioctl.c src/sys/i386/linux 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: Thu, 06 Jul 2006 21:53:56 -0000 John Baldwin wrote: > jhb 2006-07-06 21:42:36 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/linux32 syscalls.master > sys/compat/linux linux_ioctl.c > sys/i386/linux syscalls.master > Log: > - Protect the list of linux ioctl handlers with an sx lock. > - Hold Giant while calling linux ioctl handlers for now as they aren't all > known to be MPSAFE yet. > - Mark linux_ioctl() MPSAFE. > > Revision Changes Path > 1.15 +1 -1 src/sys/amd64/linux32/syscalls.master > 1.137 +17 -0 src/sys/compat/linux/linux_ioctl.c > 1.72 +1 -1 src/sys/i386/linux/syscalls.master Why not add the small bit of infrastucture so that modules can declare their handlers as MPSAFE or not? There are certainly some drivers that would benefit from this. Scott From owner-cvs-all@FreeBSD.ORG Thu Jul 6 21:57:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51D2416A4DE; Thu, 6 Jul 2006 21:57:07 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1302B43D49; Thu, 6 Jul 2006 21:57:07 +0000 (GMT) (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 k66Lv6A4051806; Thu, 6 Jul 2006 21:57:06 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66Lv62d051805; Thu, 6 Jul 2006 21:57:06 GMT (envelope-from linimon) Message-Id: <200607062157.k66Lv62d051805@repoman.freebsd.org> From: Mark Linimon Date: Thu, 6 Jul 2006 21: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/science/afni Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 21:57:07 -0000 linimon 2006-07-06 21:57:06 UTC FreeBSD ports repository Modified files: science/afni Makefile Log: Remove backquote from BROKEN string to avoid upsetting portsmon code. Hat: portmgr Revision Changes Path 1.7 +1 -1 ports/science/afni/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 6 22:00:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DE5816A4DE; Thu, 6 Jul 2006 22:00:20 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F03243D45; Thu, 6 Jul 2006 22:00:20 +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 k66M0JRj052001; Thu, 6 Jul 2006 22:00:19 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66M0JeY052000; Thu, 6 Jul 2006 22:00:19 GMT (envelope-from itetcu) Message-Id: <200607062200.k66M0JeY052000@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Thu, 6 Jul 2006 22:00:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/e17-module-devian Makefile ports/sysutils/e17-module-devian/files patch-src__module__e_mod_config.c patch-src__module__e_mod_config_dialog_devian.c patch-src__module__e_mod_config_dialog_theme.c patch-src__module__e_mod_container.c patch-src__module__e_mod_data_file.c patch-src__module__e_mod_data_picture.c patch-src__module__e_mod_data_rss.c patch-src__module__e_mod_devian.c patch-src__module__e_mod_main.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 22:00:21 -0000 itetcu 2006-07-06 22:00:19 UTC FreeBSD ports repository Modified files: sysutils/e17-module-devian Makefile Added files: sysutils/e17-module-devian/files patch-src__module__e_mod_config.c patch-src__module__e_mod_config_dialog_devian.c patch-src__module__e_mod_config_dialog_theme.c patch-src__module__e_mod_container.c patch-src__module__e_mod_data_file.c patch-src__module__e_mod_data_picture.c patch-src__module__e_mod_data_rss.c patch-src__module__e_mod_devian.c patch-src__module__e_mod_main.c patch-src__module__e_mod_source_file.c patch-src__module__e_mod_source_picture.c patch-src__module__e_mod_source_rss.c Log: Make it work with current version of enlightenment. PR: ports/99857 Submitted by: maintainer Revision Changes Path 1.2 +1 -0 ports/sysutils/e17-module-devian/Makefile 1.1 +20 -0 ports/sysutils/e17-module-devian/files/patch-src__module__e_mod_config.c (new) 1.1 +11 -0 ports/sysutils/e17-module-devian/files/patch-src__module__e_mod_config_dialog_devian.c (new) 1.1 +27 -0 ports/sysutils/e17-module-devian/files/patch-src__module__e_mod_config_dialog_theme.c (new) 1.1 +20 -0 ports/sysutils/e17-module-devian/files/patch-src__module__e_mod_container.c (new) 1.1 +11 -0 ports/sysutils/e17-module-devian/files/patch-src__module__e_mod_data_file.c (new) 1.1 +20 -0 ports/sysutils/e17-module-devian/files/patch-src__module__e_mod_data_picture.c (new) 1.1 +47 -0 ports/sysutils/e17-module-devian/files/patch-src__module__e_mod_data_rss.c (new) 1.1 +11 -0 ports/sysutils/e17-module-devian/files/patch-src__module__e_mod_devian.c (new) 1.1 +11 -0 ports/sysutils/e17-module-devian/files/patch-src__module__e_mod_main.c (new) 1.1 +11 -0 ports/sysutils/e17-module-devian/files/patch-src__module__e_mod_source_file.c (new) 1.1 +38 -0 ports/sysutils/e17-module-devian/files/patch-src__module__e_mod_source_picture.c (new) 1.1 +20 -0 ports/sysutils/e17-module-devian/files/patch-src__module__e_mod_source_rss.c (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 6 22: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33A1C16A4E1; Thu, 6 Jul 2006 22:08:26 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BFF643D46; Thu, 6 Jul 2006 22:08:25 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k66M8L9d012110; Thu, 6 Jul 2006 18:08:22 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Scott Long Date: Thu, 6 Jul 2006 18:08:15 -0400 User-Agent: KMail/1.9.1 References: <200607062142.k66LgaoV050809@repoman.freebsd.org> <44AD8667.9090600@samsco.org> In-Reply-To: <44AD8667.9090600@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607061808.16440.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 06 Jul 2006 18:08:22 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1586/Wed Jul 5 15:22:07 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/linux32 syscalls.master src/sys/compat/linux linux_ioctl.c src/sys/i386/linux 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: Thu, 06 Jul 2006 22:08:26 -0000 On Thursday 06 July 2006 17:53, Scott Long wrote: > John Baldwin wrote: > > jhb 2006-07-06 21:42:36 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/amd64/linux32 syscalls.master > > sys/compat/linux linux_ioctl.c > > sys/i386/linux syscalls.master > > Log: > > - Protect the list of linux ioctl handlers with an sx lock. > > - Hold Giant while calling linux ioctl handlers for now as they aren't all > > known to be MPSAFE yet. > > - Mark linux_ioctl() MPSAFE. > > > > Revision Changes Path > > 1.15 +1 -1 src/sys/amd64/linux32/syscalls.master > > 1.137 +17 -0 src/sys/compat/linux/linux_ioctl.c > > 1.72 +1 -1 src/sys/i386/linux/syscalls.master > > Why not add the small bit of infrastucture so that modules can declare > their handlers as MPSAFE or not? There are certainly some drivers that > would benefit from this. We can certainly do that. I'm up to at least 3 places that this could be done now: - module event handlers - sysinit's - linux_ioctl handlers For now my focus is on eliminating syscall mpsafe flag, and most syscalls can be made Giant free at this point, but for a few Giant is just being pushed part of the way in. -- John Baldwin From owner-cvs-all@FreeBSD.ORG Thu Jul 6 22:22:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CABA516A4F5; Thu, 6 Jul 2006 22:22:18 +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 1AC0E43D6E; Thu, 6 Jul 2006 22:22:08 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k66MM0Xk022656; Thu, 6 Jul 2006 16:22:06 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <44AD8D03.3000706@samsco.org> Date: Thu, 06 Jul 2006 16:21:55 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200607062142.k66LgaoV050809@repoman.freebsd.org> <44AD8667.9090600@samsco.org> <200607061808.16440.jhb@freebsd.org> In-Reply-To: <200607061808.16440.jhb@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/linux32 syscalls.master src/sys/compat/linux linux_ioctl.c src/sys/i386/linux 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: Thu, 06 Jul 2006 22:22:19 -0000 John Baldwin wrote: > On Thursday 06 July 2006 17:53, Scott Long wrote: > >>John Baldwin wrote: >> >>>jhb 2006-07-06 21:42:36 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/amd64/linux32 syscalls.master >>> sys/compat/linux linux_ioctl.c >>> sys/i386/linux syscalls.master >>> Log: >>> - Protect the list of linux ioctl handlers with an sx lock. >>> - Hold Giant while calling linux ioctl handlers for now as they aren't > > all > >>> known to be MPSAFE yet. >>> - Mark linux_ioctl() MPSAFE. >>> >>> Revision Changes Path >>> 1.15 +1 -1 src/sys/amd64/linux32/syscalls.master >>> 1.137 +17 -0 src/sys/compat/linux/linux_ioctl.c >>> 1.72 +1 -1 src/sys/i386/linux/syscalls.master >> >>Why not add the small bit of infrastucture so that modules can declare >>their handlers as MPSAFE or not? There are certainly some drivers that >>would benefit from this. > > > We can certainly do that. I'm up to at least 3 places that this could be > done now: > > - module event handlers > - sysinit's > - linux_ioctl handlers > > For now my focus is on eliminating syscall mpsafe flag, and most syscalls > can be made Giant free at this point, but for a few Giant is just being > pushed part of the way in. > What I'm afraid of is that these things will get forgotten now that they have been pushed out of the way. Are you interested in taking the next step here? Scott From owner-cvs-all@FreeBSD.ORG Thu Jul 6 22:57:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2550716A4DD; Thu, 6 Jul 2006 22:57:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8F5543D45; Thu, 6 Jul 2006 22:57: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 k66Mv67Y055921; Thu, 6 Jul 2006 22:57:06 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66Mv6oP055920; Thu, 6 Jul 2006 22:57:06 GMT (envelope-from ehaupt) Message-Id: <200607062257.k66Mv6oP055920@repoman.freebsd.org> From: Emanuel Haupt Date: Thu, 6 Jul 2006 22: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/audio/libtunepimp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 22:57:07 -0000 ehaupt 2006-07-06 22:57:06 UTC FreeBSD ports repository Modified files: audio/libtunepimp Makefile Log: Properly link to libiconv. This fixes audio/picard (which does not need a PORTREVISION bump). PR: 97497 Submitted by: Samuel Stringham Approved by: maintainer timeout (20 days) Revision Changes Path 1.13 +2 -2 ports/audio/libtunepimp/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 6 23:01:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03F4416A4DF; Thu, 6 Jul 2006 23:01:22 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA85643D45; Thu, 6 Jul 2006 23:01:21 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66N1LVS056190; Thu, 6 Jul 2006 23:01:21 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66N1LJi056189; Thu, 6 Jul 2006 23:01:21 GMT (envelope-from flz) Message-Id: <200607062301.k66N1LJi056189@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 6 Jul 2006 23:01: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/py-django Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 23:01:22 -0000 flz 2006-07-06 23:01:21 UTC FreeBSD ports repository Modified files: www/py-django Makefile Log: Turn py-django into a master port for the upcoming py-django-devel port. Approved by: maintainer Revision Changes Path 1.5 +6 -5 ports/www/py-django/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 6 23:22:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AA4416A4DA; Thu, 6 Jul 2006 23:22:35 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF0E243D45; Thu, 6 Jul 2006 23:22:34 +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 k66NMYSn059536; Thu, 6 Jul 2006 23:22:34 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66NMYsL059535; Thu, 6 Jul 2006 23:22:34 GMT (envelope-from rwatson) Message-Id: <200607062322.k66NMYsL059535@repoman.freebsd.org> From: Robert Watson Date: Thu, 6 Jul 2006 23:22: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 subr_acl_posix1e.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 23:22:35 -0000 rwatson 2006-07-06 23:22:34 UTC FreeBSD src repository Modified files: sys/kern subr_acl_posix1e.c Log: Forced commit to recognize repo-copy of kern_acl.c to subr_acl_posix1e.c, which will hold POSIX.1e-specific ACL routines. kern_acl.c will conintue to hold system calls and general purpose ACL routines common to both POSIX.1e, NFSv4, and other types of ACLs we may support in the future. Thanks to: simon Obtained from: TrustedBSD Project Revision Changes Path 1.48 +0 -0 src/sys/kern/subr_acl_posix1e.c From owner-cvs-all@FreeBSD.ORG Thu Jul 6 23:37:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B968716A4E1; Thu, 6 Jul 2006 23:37:39 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A21843D49; Thu, 6 Jul 2006 23:37:39 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k66Nbdd5060184; Thu, 6 Jul 2006 23:37:39 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66NbdVN060183; Thu, 6 Jul 2006 23:37:39 GMT (envelope-from rwatson) Message-Id: <200607062337.k66NbdVN060183@repoman.freebsd.org> From: Robert Watson Date: Thu, 6 Jul 2006 23:37: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/kern kern_acl.c subr_acl_posix1e.c 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: Thu, 06 Jul 2006 23:37:39 -0000 rwatson 2006-07-06 23:37:39 UTC FreeBSD src repository Modified files: sys/kern kern_acl.c subr_acl_posix1e.c sys/conf files Log: Move POSIX.1e-specific utility routines from kern_acl.c to subr_acl_posix1e.c, leaving kern_acl.c containing only ACL system calls and utility routines common across ACL types. Add subr_acl_posix1e.c to the build. Obtained from: TrustedBSD Project Revision Changes Path 1.1128 +1 -0 src/sys/conf/files 1.48 +4 -584 src/sys/kern/kern_acl.c 1.49 +5 -416 src/sys/kern/subr_acl_posix1e.c From owner-cvs-all@FreeBSD.ORG Thu Jul 6 23:56:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C609616A4DF; Thu, 6 Jul 2006 23:56:13 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7943C43D49; Thu, 6 Jul 2006 23:56:13 +0000 (GMT) (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 k66NuDnp061048; Thu, 6 Jul 2006 23:56:13 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k66NuDQ2061047; Thu, 6 Jul 2006 23:56:13 GMT (envelope-from bsam) Message-Id: <200607062356.k66NuDQ2061047@repoman.freebsd.org> From: Boris Samorodov Date: Thu, 6 Jul 2006 23:56:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 23:56:13 -0000 bsam 2006-07-06 23:56:12 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: The site limestone.uoregon.edu appeared to become very unreliable and unstable. Remove it. Approved by: linimon Revision Changes Path 1.374 +1 -2 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Thu Jul 6 23:58:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AFA516A4E1; Thu, 6 Jul 2006 23:58:22 +0000 (UTC) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6CDF43D58; Thu, 6 Jul 2006 23:58:21 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.150] (pptp0.pn.xcllnt.net [192.168.4.150]) by ns1.xcllnt.net (8.13.6/8.13.6) with ESMTP id k66NwKem077746; Thu, 6 Jul 2006 16:58:21 -0700 (PDT) (envelope-from marcel@xcllnt.net) In-Reply-To: <200607062146.k66LkIKA051099@repoman.freebsd.org> References: <200607062146.k66LkIKA051099@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <96FA8840-6485-4FDE-800D-2C2D1CFB6A0E@xcllnt.net> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Thu, 6 Jul 2006 16:58:18 -0700 To: Joe Marcus Clarke X-Mailer: Apple Mail (2.752.2) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/glib20/files patch-glib_gatomic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 23:58:22 -0000 On Jul 6, 2006, at 2:46 PM, Joe Marcus Clarke wrote: > marcus 2006-07-06 21:46:18 UTC > > FreeBSD ports repository > > Added files: > devel/glib20/files patch-glib_gatomic.c > Log: > Fix the build on ia64. > > Submitted by: marcel Thanks! -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Fri Jul 7 00:07:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E6BA16A4E0; Fri, 7 Jul 2006 00:07:14 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3CBB43D45; Fri, 7 Jul 2006 00:07:13 +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 k6707DWa062800; Fri, 7 Jul 2006 00:07:13 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6707Dl4062799; Fri, 7 Jul 2006 00:07:13 GMT (envelope-from leeym) Message-Id: <200607070007.k6707Dl4062799@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 7 Jul 2006 00:07:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-HTML-Truncate Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 00:07:14 -0000 leeym 2006-07-07 00:07:13 UTC FreeBSD ports repository Modified files: textproc/p5-HTML-Truncate Makefile distinfo Log: - update to 0.11 Revision Changes Path 1.6 +1 -1 ports/textproc/p5-HTML-Truncate/Makefile 1.6 +3 -3 ports/textproc/p5-HTML-Truncate/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 7 00:17:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C45B616A4DA; Fri, 7 Jul 2006 00:17:01 +0000 (UTC) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 829B843D6B; Fri, 7 Jul 2006 00:17:01 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k670H1js063155; Fri, 7 Jul 2006 00:17:01 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k670H1PW063154; Fri, 7 Jul 2006 00:17:01 GMT (envelope-from anholt) Message-Id: <200607070017.k670H1PW063154@repoman.freebsd.org> From: Eric Anholt Date: Fri, 7 Jul 2006 00:17:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/git Makefile distinfo pkg-plist ports/devel/git/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 00:17:01 -0000 anholt 2006-07-07 00:17:01 UTC FreeBSD ports repository Modified files: devel/git Makefile distinfo pkg-plist devel/git/files patch-Makefile Log: Update to 1.4.0, bringing us git-p4import, along with the usual round of fixes. Revision Changes Path 1.11 +4 -1 ports/devel/git/Makefile 1.7 +3 -3 ports/devel/git/distinfo 1.2 +13 -3 ports/devel/git/files/patch-Makefile 1.4 +4 -0 ports/devel/git/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 7 00:35:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48D1416A4DA; Fri, 7 Jul 2006 00:35:52 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0779643D46; Fri, 7 Jul 2006 00:35:52 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k670Zpbj063996; Fri, 7 Jul 2006 00:35:51 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k670Zpip063995; Fri, 7 Jul 2006 00:35:51 GMT (envelope-from ahze) Message-Id: <200607070035.k670Zpip063995@repoman.freebsd.org> From: Michael Johnson Date: Fri, 7 Jul 2006 00:35:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/ac3dec Makefile ports/audio/ac3dec/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 00:35:52 -0000 ahze 2006-07-07 00:35:51 UTC FreeBSD ports repository Modified files: audio/ac3dec Makefile Added files: audio/ac3dec/files patch-configure Log: - Transfer maintainer to multimedia@ - Add support for sparc64 Revision Changes Path 1.11 +2 -2 ports/audio/ac3dec/Makefile 1.1 +11 -0 ports/audio/ac3dec/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 7 01:12:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4F1916A4DD; Fri, 7 Jul 2006 01:12:26 +0000 (UTC) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9695A43D45; Fri, 7 Jul 2006 01:12:26 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k671CQbC074453; Fri, 7 Jul 2006 01:12:26 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k671CQcQ074452; Fri, 7 Jul 2006 01:12:26 GMT (envelope-from gad) Message-Id: <200607070112.k671CQcQ074452@repoman.freebsd.org> From: Garance A Drosehn Date: Fri, 7 Jul 2006 01:12: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/usr.sbin/lpr/lpd printjob.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 01:12:26 -0000 gad 2006-07-07 01:12:26 UTC FreeBSD src repository Modified files: usr.sbin/lpr/lpd printjob.c Log: Fix checking of the "lock" file in the spool directory for a queue, so that the checking will wind up with the correct mode-bits in the case where the initial open() of that lock file will create it. Due to this bug, the first job ever sent to a queue could leave that queue in a "printing is disabled" state. PR: 93469 Submitted by: Michael Szklarski of kco.com.pl MFC after: 1 week Revision Changes Path 1.64 +9 -2 src/usr.sbin/lpr/lpd/printjob.c From owner-cvs-all@FreeBSD.ORG Fri Jul 7 01:25:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36D5A16A4DF; Fri, 7 Jul 2006 01:25:01 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBD9343D55; Fri, 7 Jul 2006 01:25:00 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k671P0tw075048; Fri, 7 Jul 2006 01:25:00 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k671P0vW075047; Fri, 7 Jul 2006 01:25:00 GMT (envelope-from ache) Message-Id: <200607070125.k671P0vW075047@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 7 Jul 2006 01:25:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/zip Makefile distinfo ports/archivers/zip/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: Fri, 07 Jul 2006 01:25:01 -0000 ache 2006-07-07 01:25:00 UTC FreeBSD ports repository Modified files: archivers/zip Makefile distinfo archivers/zip/files patch-ab Log: Upgrade to 2.32 Revision Changes Path 1.32 +2 -3 ports/archivers/zip/Makefile 1.9 +3 -3 ports/archivers/zip/distinfo 1.4 +9 -8 ports/archivers/zip/files/patch-ab From owner-cvs-all@FreeBSD.ORG Fri Jul 7 02:03:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9959316A4DA; Fri, 7 Jul 2006 02:03:05 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8209943D88; Fri, 7 Jul 2006 02:02:57 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6722tCV077101; Fri, 7 Jul 2006 02:02:55 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6722tK8077100; Fri, 7 Jul 2006 02:02:55 GMT (envelope-from marcel) Message-Id: <200607070202.k6722tK8077100@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 7 Jul 2006 02:02: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/sys/sys gpt.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, 07 Jul 2006 02:03:05 -0000 marcel 2006-07-07 02:02:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys gpt.h Log: Sync with HEAD: MFC rev. 1.9 & 1.10 Revision Changes Path 1.8.2.1 +4 -1 src/sys/sys/gpt.h From owner-cvs-all@FreeBSD.ORG Fri Jul 7 02:33:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 545D816A4DD; Fri, 7 Jul 2006 02:33:16 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1319843D45; Fri, 7 Jul 2006 02:33: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 k672XFGx082925; Fri, 7 Jul 2006 02:33:15 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k672XFDB082924; Fri, 7 Jul 2006 02:33:15 GMT (envelope-from ahze) Message-Id: <200607070233.k672XFDB082924@repoman.freebsd.org> From: Michael Johnson Date: Fri, 7 Jul 2006 02:33:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/xxgdb Makefile ports/devel/xxgdb/files patch-af X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 02:33:16 -0000 ahze 2006-07-07 02:33:15 UTC FreeBSD ports repository Modified files: devel/xxgdb Makefile devel/xxgdb/files patch-af Log: - Fix build on sparc64 Revision Changes Path 1.18 +0 -4 ports/devel/xxgdb/Makefile 1.2 +11 -2 ports/devel/xxgdb/files/patch-af From owner-cvs-all@FreeBSD.ORG Fri Jul 7 02:44:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C0EB16A4DE; Fri, 7 Jul 2006 02:44:24 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D2843D45; Fri, 7 Jul 2006 02:44:24 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k672iNBf083525; Fri, 7 Jul 2006 02:44:23 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k672iNB9083524; Fri, 7 Jul 2006 02:44:23 GMT (envelope-from marcel) Message-Id: <200607070244.k672iNB9083524@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 7 Jul 2006 02:44: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/gpt gpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 02:44:24 -0000 marcel 2006-07-07 02:44:23 UTC FreeBSD src repository Modified files: sbin/gpt gpt.c Log: Fix cut-n-paste bug: compare argument s against known aliases, not the global optarg. This bug goes unnoticed because optarg is so far always the actual argument for the formal argument s. Revision Changes Path 1.16 +6 -6 src/sbin/gpt/gpt.c From owner-cvs-all@FreeBSD.ORG Fri Jul 7 03:30:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7551F16A4E7; Fri, 7 Jul 2006 03:30:38 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEAB343D55; Fri, 7 Jul 2006 03:30:37 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k673UbXq087861; Fri, 7 Jul 2006 03:30:37 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k673Ub2G087860; Fri, 7 Jul 2006 03:30:37 GMT (envelope-from marcel) Message-Id: <200607070330.k673Ub2G087860@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 7 Jul 2006 03:30:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/gpt add.c gpt.8 gpt.c gpt.h label.c remove.c show.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 03:30:38 -0000 marcel 2006-07-07 03:30:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/gpt add.c gpt.8 gpt.c gpt.h label.c remove.c show.c Log: Sync with HEAD. Revision Changes Path 1.11.2.2 +2 -19 src/sbin/gpt/add.c 1.13.2.2 +6 -4 src/sbin/gpt/gpt.8 1.10.2.2 +56 -0 src/sbin/gpt/gpt.c 1.7.2.2 +1 -0 src/sbin/gpt/gpt.h 1.1.2.2 +2 -19 src/sbin/gpt/label.c 1.4.2.2 +2 -19 src/sbin/gpt/remove.c 1.11.2.2 +3 -0 src/sbin/gpt/show.c From owner-cvs-all@FreeBSD.ORG Fri Jul 7 03:37:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AE1D16A4DA; Fri, 7 Jul 2006 03:37:43 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B60CA43D45; Fri, 7 Jul 2006 03:37:42 +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 k673bg71088494; Fri, 7 Jul 2006 03:37:42 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k673bgdH088493; Fri, 7 Jul 2006 03:37:42 GMT (envelope-from mezz) Message-Id: <200607070337.k673bgdH088493@repoman.freebsd.org> From: Jeremy Messenger Date: Fri, 7 Jul 2006 03:37:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/evolution Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 03:37:43 -0000 mezz 2006-07-07 03:37:42 UTC FreeBSD ports repository Modified files: mail/evolution Makefile Log: Add an autocheck on libnotify if it exists. Current, it will depend on libnotify if it is present. Also, added a new knob, WITH_NOTIFY. Bump the PORTREVISION. Reported by: tmclaugh Revision Changes Path 1.127 +6 -0 ports/mail/evolution/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 7 03:42:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E62DB16A4DA; Fri, 7 Jul 2006 03:42:28 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DDC843D46; Fri, 7 Jul 2006 03:42:28 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k673gSYY088788; Fri, 7 Jul 2006 03:42:28 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k673gSHx088787; Fri, 7 Jul 2006 03:42:28 GMT (envelope-from tmclaugh) Message-Id: <200607070342.k673gSHx088787@repoman.freebsd.org> From: Tom McLaughlin Date: Fri, 7 Jul 2006 03:42:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gnome-applets Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 03:42:29 -0000 tmclaugh 2006-07-07 03:42:28 UTC FreeBSD ports repository Modified files: x11/gnome-applets Makefile Log: Chase the optional devel/libnotify update so that the battstat applet will show me that my laptop's battery is nearly dead as I commit this. Approved by: mezz Revision Changes Path 1.94 +1 -0 ports/x11/gnome-applets/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 7 03:50:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDF1C16A4DA; Fri, 7 Jul 2006 03:50:30 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A790943D45; Fri, 7 Jul 2006 03:50:30 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k673oUlM089404; Fri, 7 Jul 2006 03:50:30 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k673oUH6089402; Fri, 7 Jul 2006 03:50:30 GMT (envelope-from mezz) Message-Id: <200607070350.k673oUH6089402@repoman.freebsd.org> From: Jeremy Messenger Date: Fri, 7 Jul 2006 03:50:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gnome-applets Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 03:50:31 -0000 mezz 2006-07-07 03:50:30 UTC FreeBSD ports repository Modified files: x11/gnome-applets Makefile Log: WITH_LIBNOTIFY -> WITH_NOTIFY Revision Changes Path 1.95 +1 -1 ports/x11/gnome-applets/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 7 04:26:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3F8416A4DE; Fri, 7 Jul 2006 04:26:46 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A89F43D45; Fri, 7 Jul 2006 04:26:46 +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 k674Qkkq092639; Fri, 7 Jul 2006 04:26:46 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k674QkJ7092637; Fri, 7 Jul 2006 04:26:46 GMT (envelope-from rafan) Message-Id: <200607070426.k674QkJ7092637@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 7 Jul 2006 04:26:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-openxpki Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 04:26:46 -0000 rafan 2006-07-07 04:26:45 UTC FreeBSD ports repository Modified files: security/p5-openxpki Makefile Log: - Fix non-portable dependency PR: 99840 Submitted by: maintainer Approved by: delphij (mentor, implicit) Revision Changes Path 1.2 +1 -1 ports/security/p5-openxpki/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 7 04:32:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F045E16A4DA; Fri, 7 Jul 2006 04:32:21 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97ECD43D4C; Fri, 7 Jul 2006 04:32:21 +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 k674WLnQ092941; Fri, 7 Jul 2006 04:32:21 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k674WLNh092940; Fri, 7 Jul 2006 04:32:21 GMT (envelope-from rafan) Message-Id: <200607070432.k674WLNh092940@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 7 Jul 2006 04:32: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/editors/jedit-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 04:32:22 -0000 rafan 2006-07-07 04:32:21 UTC FreeBSD ports repository Modified files: editors/jedit-devel Makefile distinfo Log: - Update to 4.3.p5 PR: 99861 Submitted by: maintainer Approved by: delphij (mentor, implicit) Revision Changes Path 1.14 +2 -2 ports/editors/jedit-devel/Makefile 1.10 +3 -3 ports/editors/jedit-devel/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 7 04:33:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 403AF16A4E0; Fri, 7 Jul 2006 04:33:09 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A0DE43D45; Fri, 7 Jul 2006 04:33:09 +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 k674X8ZH093026; Fri, 7 Jul 2006 04:33:08 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k674X8tw093025; Fri, 7 Jul 2006 04:33:08 GMT (envelope-from bde) Message-Id: <200607070433.k674X8tw093025@repoman.freebsd.org> From: Bruce Evans Date: Fri, 7 Jul 2006 04:33:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/msun/src e_log.c e_logf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 04:33:09 -0000 bde 2006-07-07 04:33:08 UTC FreeBSD src repository Modified files: lib/msun/src e_log.c e_logf.c Log: Fixed the threshold for using the simple Taylor approximation. In e_log.c, there was just a off-by-1 (1 ulp) error in the comment about the threshold. The precision of the threshold is unimportant, but the magic numbers in the code are easier to understand when the threshold is described precisely. In e_logf.c, mistranslation of the magic numbers gave an off-by-1 (1 * 16 ulps) error in the intended negative bound for the threshold and an off-by-7 (7 * 16 ulps) error in the intended positive bound for the threshold, and the intended bounds were not translated from the double precision bounds so they were unnecessarily small by a factor of about 2048. The optimization of using the simple Taylor approximation for args near a power of 2 is dubious since it only applies to a relatively small proportion of args, but if it is done then doing it 2048 times as often _may_ be more efficient. (My benchmarks show unexplained dependencies on the data that increase with further optimizations in this area.) Revision Changes Path 1.11 +1 -1 src/lib/msun/src/e_log.c 1.9 +1 -1 src/lib/msun/src/e_logf.c From owner-cvs-all@FreeBSD.ORG Fri Jul 7 05:07:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11E0116A4DD; Fri, 7 Jul 2006 05:07:16 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9DC343D45; Fri, 7 Jul 2006 05:07:15 +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 k6757FR7007210; Fri, 7 Jul 2006 05:07:15 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6757FkF007209; Fri, 7 Jul 2006 05:07:15 GMT (envelope-from jkoshy) Message-Id: <200607070507.k6757FkF007209@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 7 Jul 2006 05:07:15 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 05:07:16 -0000 jkoshy 2006-07-07 05:07:15 UTC FreeBSD doc repository Modified files: en/news press.xml Log: NewsForge article by Henry Gillow-Wiles on PC-BSD in a community center. Revision Changes Path 1.201 +17 -1 www/en/news/press.xml From owner-cvs-all@FreeBSD.ORG Fri Jul 7 06:11:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7C0B16A4DA; Fri, 7 Jul 2006 06:11:17 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7AD243D5E; Fri, 7 Jul 2006 06:11:16 +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 k676BGEq012409; Fri, 7 Jul 2006 06:11:16 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k676BG96012408; Fri, 7 Jul 2006 06:11:16 GMT (envelope-from leeym) Message-Id: <200607070611.k676BG96012408@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 7 Jul 2006 06:11:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/p5-X11-IdleTime Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 06:11:17 -0000 leeym 2006-07-07 06:11:16 UTC FreeBSD ports repository Modified files: x11/p5-X11-IdleTime Makefile distinfo Log: - update to 0.3 - assign to perl@ Revision Changes Path 1.4 +3 -2 ports/x11/p5-X11-IdleTime/Makefile 1.4 +3 -3 ports/x11/p5-X11-IdleTime/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 7 06:12:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67D6616A4DA; Fri, 7 Jul 2006 06:12:45 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84EF943D77; Fri, 7 Jul 2006 06:12:38 +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 k676Cct6012493; Fri, 7 Jul 2006 06:12:38 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k676CcPG012492; Fri, 7 Jul 2006 06:12:38 GMT (envelope-from sem) Message-Id: <200607070612.k676CcPG012492@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 7 Jul 2006 06: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 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, 07 Jul 2006 06:12:45 -0000 sem 2006-07-07 06:12:38 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Fix the grammar in my English Submitted by: Matthias Andree Revision Changes Path 1.358 +17 -15 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Fri Jul 7 06:14:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4338016A4DA; Fri, 7 Jul 2006 06:14:45 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9E1743D45; Fri, 7 Jul 2006 06:14:44 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k676Eia9012651; Fri, 7 Jul 2006 06:14:44 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k676Eilm012650; Fri, 7 Jul 2006 06:14:44 GMT (envelope-from lbr) Message-Id: <200607070614.k676Eilm012650@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Fri, 7 Jul 2006 06:14:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Class-MOP 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, 07 Jul 2006 06:14:45 -0000 lbr 2006-07-07 06:14:44 UTC FreeBSD ports repository Modified files: devel/p5-Class-MOP Makefile distinfo pkg-plist Log: Update to 0.30 Revision Changes Path 1.4 +6 -2 ports/devel/p5-Class-MOP/Makefile 1.3 +3 -3 ports/devel/p5-Class-MOP/distinfo 1.2 +5 -0 ports/devel/p5-Class-MOP/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 7 06:24:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30A2216A4DA; Fri, 7 Jul 2006 06:24:25 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5F3643D46; Fri, 7 Jul 2006 06:24:24 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k676OOSw013385; Fri, 7 Jul 2006 06:24:24 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k676OOMt013384; Fri, 7 Jul 2006 06:24:24 GMT (envelope-from lbr) Message-Id: <200607070624.k676OOMt013384@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Fri, 7 Jul 2006 06:24:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Moose 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, 07 Jul 2006 06:24:25 -0000 lbr 2006-07-07 06:24:24 UTC FreeBSD ports repository Modified files: devel/p5-Moose Makefile distinfo pkg-plist Log: Update to 0.10. Møøse. Revision Changes Path 1.5 +8 -5 ports/devel/p5-Moose/Makefile 1.4 +3 -3 ports/devel/p5-Moose/distinfo 1.2 +1 -0 ports/devel/p5-Moose/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 7 06:28:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18A4616A4DD; Fri, 7 Jul 2006 06:28:19 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF55943D45; Fri, 7 Jul 2006 06:28:18 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k676SIwn013642; Fri, 7 Jul 2006 06:28:18 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k676SIsM013641; Fri, 7 Jul 2006 06:28:18 GMT (envelope-from lbr) Message-Id: <200607070628.k676SIsM013641@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Fri, 7 Jul 2006 06:28:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-Catalyst-Plugin-Authorization-ACL Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 06:28:19 -0000 lbr 2006-07-07 06:28:18 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-Plugin-Authorization-ACL Makefile distinfo Log: Update to 0.07. Revision Changes Path 1.4 +1 -1 ports/www/p5-Catalyst-Plugin-Authorization-ACL/Makefile 1.3 +3 -3 ports/www/p5-Catalyst-Plugin-Authorization-ACL/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 7 06:32:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C7A716A4DA; Fri, 7 Jul 2006 06:32:12 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6D8043D53; Fri, 7 Jul 2006 06:32:11 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k676WBZw013898; Fri, 7 Jul 2006 06:32:11 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k676WBP2013897; Fri, 7 Jul 2006 06:32:11 GMT (envelope-from lbr) Message-Id: <200607070632.k676WBP2013897@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Fri, 7 Jul 2006 06:32:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-Catalyst-Model-DBIC-Schema Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 06:32:12 -0000 lbr 2006-07-07 06:32:11 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-Model-DBIC-Schema Makefile distinfo Log: Update to 0.16. Revision Changes Path 1.11 +2 -2 ports/www/p5-Catalyst-Model-DBIC-Schema/Makefile 1.10 +3 -3 ports/www/p5-Catalyst-Model-DBIC-Schema/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 7 07: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F1D416A4E2; Fri, 7 Jul 2006 07:21:24 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBE0143D6B; Fri, 7 Jul 2006 07:21:21 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k677LLl7019615; Fri, 7 Jul 2006 07:21:21 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k677LLZB019614; Fri, 7 Jul 2006 07:21:21 GMT (envelope-from itetcu) Message-Id: <200607070721.k677LLZB019614@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 7 Jul 2006 07:21:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11 Makefile ports/x11/yakuake 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, 07 Jul 2006 07:21:24 -0000 itetcu 2006-07-07 07:21:21 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/yakuake Makefile distinfo pkg-descr pkg-plist Log: Yakuake is a Quake-style terminal emulator based on KDE Konsole technology. Features: * Smoothly rolls down from the top of your screen * Tabbed interface * Configurable dimensions and animation speed * Skinnable * Sophisticated DCOP interface WWW: http://extragear.kde.org/apps/yakuake/ PR: ports/94674 Submitted by: decept Revision Changes Path 1.600 +1 -0 ports/x11/Makefile 1.1 +25 -0 ports/x11/yakuake/Makefile (new) 1.1 +3 -0 ports/x11/yakuake/distinfo (new) 1.1 +10 -0 ports/x11/yakuake/pkg-descr (new) 1.1 +43 -0 ports/x11/yakuake/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 7 07:21:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A68C16A4DD; Fri, 7 Jul 2006 07:21:56 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B16FE43D6D; Fri, 7 Jul 2006 07:21:55 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k677LtJk019701; Fri, 7 Jul 2006 07:21:55 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k677LtPb019700; Fri, 7 Jul 2006 07:21:55 GMT (envelope-from itetcu) Message-Id: <200607070721.k677LtPb019700@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 7 Jul 2006 07:21:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 07:21:56 -0000 itetcu 2006-07-07 07:21:55 UTC FreeBSD ports repository Modified files: . modules Log: yakuake --> ports/x11/yakuake Revision Changes Path 1.15519 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 7 07: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3679F16A4DF; Fri, 7 Jul 2006 07:25:22 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB7F943D46; Fri, 7 Jul 2006 07:25:21 +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 k677PLwb020043; Fri, 7 Jul 2006 07:25:21 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k677PLSQ020042; Fri, 7 Jul 2006 07:25:21 GMT (envelope-from cperciva) Message-Id: <200607070725.k677PLSQ020042@repoman.freebsd.org> From: Colin Percival Date: Fri, 7 Jul 2006 07:25:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src UPDATING src/etc/rc.d jail src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 07:25:22 -0000 cperciva 2006-07-07 07:25:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) . UPDATING etc/rc.d jail sys/conf newvers.sh Log: Fix problems in the startup scripts for jails. Errata: FreeBSD-EN-06:01.jail Approved by: so (cperciva) Revision Changes Path 1.416.2.22.2.5 +3 -0 src/UPDATING 1.23.2.3.2.2 +102 -91 src/etc/rc.d/jail 1.69.2.11.2.5 +1 -1 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Fri Jul 7 07:32:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B35C16A4E2; Fri, 7 Jul 2006 07:32:55 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B135C43D4C; Fri, 7 Jul 2006 07:32:54 +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 k677Ws9D020584; Fri, 7 Jul 2006 07:32:54 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k677WsV5020583; Fri, 7 Jul 2006 07:32:54 GMT (envelope-from cperciva) Message-Id: <200607070732.k677WsV5020583@repoman.freebsd.org> From: Colin Percival Date: Fri, 7 Jul 2006 07:32:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml notices.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 07:32:55 -0000 cperciva 2006-07-07 07:32:54 UTC FreeBSD doc repository (src,ports committer) Modified files: share/sgml notices.xml Log: Add FreeBSD-EN-06:01.jail. Revision Changes Path 1.6 +17 -1 www/share/sgml/notices.xml From owner-cvs-all@FreeBSD.ORG Fri Jul 7 07:39:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FA7B16A4E0; Fri, 7 Jul 2006 07:39:24 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FF0C43D66; Fri, 7 Jul 2006 07:39: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 k677dGMt021014; Fri, 7 Jul 2006 07: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 k677dGgG021013; Fri, 7 Jul 2006 07:39:16 GMT (envelope-from clsung) Message-Id: <200607070739.k677dGgG021013@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 7 Jul 2006 07: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/www/lifetype Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 07:39:24 -0000 clsung 2006-07-07 07:39:16 UTC FreeBSD ports repository Modified files: www/lifetype Makefile Log: - All web applications should be now installed into ${PREFIX}/www/appname. Revision Changes Path 1.16 +2 -3 ports/www/lifetype/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 7 07:58:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 836F416A4DE; Fri, 7 Jul 2006 07:58:20 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36F1043D68; Fri, 7 Jul 2006 07:58:20 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k677wKam042291; Fri, 7 Jul 2006 07:58:20 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k677wKWS042290; Fri, 7 Jul 2006 07:58:20 GMT (envelope-from krion) Message-Id: <200607070758.k677wKWS042290@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 7 Jul 2006 07:58: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/pcre Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 07:58:20 -0000 krion 2006-07-07 07:58:20 UTC FreeBSD ports repository Modified files: devel/pcre Makefile distinfo Log: Update to version 6.7 Revision Changes Path 1.37 +4 -4 ports/devel/pcre/Makefile 1.21 +3 -3 ports/devel/pcre/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 7 08: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F35A16A4E0; Fri, 7 Jul 2006 08:07:22 +0000 (UTC) (envelope-from mistry.7@osu.edu) Received: from mail.united-ware.com (am-productions.biz [69.61.164.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC3D443D68; Fri, 7 Jul 2006 08:07:21 +0000 (GMT) (envelope-from mistry.7@osu.edu) Received: from [192.168.1.100] (am-productions.biz [69.61.164.22]) (authenticated bits=0) by mail.united-ware.com (8.13.6/8.13.6) with ESMTP id k678DUlB065931 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 7 Jul 2006 04:13:36 -0400 (EDT) (envelope-from mistry.7@osu.edu) From: Anish Mistry To: cvs-all@freebsd.org Date: Fri, 7 Jul 2006 04:07:30 -0400 User-Agent: KMail/1.9.1 References: <200607070725.k677PLSQ020042@repoman.freebsd.org> In-Reply-To: <200607070725.k677PLSQ020042@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1396724.izvUyEnyz3"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200607070407.51721.mistry.7@osu.edu> X-Spam-Status: No, score=-8.5 required=5.0 tests=ALL_TRUSTED,BAYES_50, MYFREEBSD2,MYFREEBSD3 autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail.united-ware.com X-Virus-Scanned: ClamAV 0.88.2/1587/Thu Jul 6 16:55:48 2006 on mail.united-ware.com X-Virus-Status: Clean Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Colin Percival Subject: Re: cvs commit: src UPDATING src/etc/rc.d jail src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 08:07:22 -0000 --nextPart1396724.izvUyEnyz3 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 07 July 2006 03:25, Colin Percival wrote: > cperciva 2006-07-07 07:25:21 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6_1) > . UPDATING > etc/rc.d jail > sys/conf newvers.sh > Log: > Fix problems in the startup scripts for jails. > > Errata: FreeBSD-EN-06:01.jail > Approved by: so (cperciva) > > Revision Changes Path > 1.416.2.22.2.5 +3 -0 src/UPDATING > 1.23.2.3.2.2 +102 -91 src/etc/rc.d/jail > 1.69.2.11.2.5 +1 -1 src/sys/conf/newvers.sh Thank you! =2D-=20 Anish Mistry --nextPart1396724.izvUyEnyz3 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBErhZXxqA5ziudZT0RAk4QAJwKuDEpAd8pBkwufzb3qyeTbTAX1QCfYFIh VcUXgUv0Luymv79I6K9ZjGU= =x3PO -----END PGP SIGNATURE----- --nextPart1396724.izvUyEnyz3-- From owner-cvs-all@FreeBSD.ORG Fri Jul 7 08:18:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6FD716A4DD; Fri, 7 Jul 2006 08:18:47 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5884943D45; Fri, 7 Jul 2006 08:18:47 +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 k678Iltl058836; Fri, 7 Jul 2006 08:18:47 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k678IloU058835; Fri, 7 Jul 2006 08:18:47 GMT (envelope-from delphij) Message-Id: <200607070818.k678IloU058835@repoman.freebsd.org> From: Xin LI Date: Fri, 7 Jul 2006 08:18:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/docproj Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 08:18:47 -0000 delphij 2006-07-07 08:18:46 UTC FreeBSD ports repository Modified files: textproc/docproj Makefile Log: Add html2text for now in order to fix build of release documentation in Simplified Chinese. Note that this is only a transition workaround. We need to have consistent build tools rather than having two. For now, just add the dependency so release engineers can do new builds properly. Approved by: doceng (hrs) Spotted by: re (kensmith) Revision Changes Path 1.50 +5 -1 ports/textproc/docproj/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 7 08:20:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EAC416A4DD; Fri, 7 Jul 2006 08:20:25 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39C4343D4C; Fri, 7 Jul 2006 08:20:25 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k678KPFH060604; Fri, 7 Jul 2006 08:20:25 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k678KPED060600; Fri, 7 Jul 2006 08:20:25 GMT (envelope-from itetcu) Message-Id: <200607070820.k678KPED060600@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 7 Jul 2006 08:20: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/xmms2 Makefile distinfo pkg-plist ports/audio/xmms2/files patch-src_clients_lib_java_callbacks.c patch-src_clients_lib_java_include_callbacks.h patch-src_clients_lib_java_include_misc.h patch-src_clients_lib_java_misc.c patch-src_clients_lib_python_xmmsclient.pyx patch-src_clients_sdl-vis_sdl-vis.c patch-src_plugins_faad_Plugin patch-src_plugins_faad_mp4ff_mp4ff_int_types.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 08:20:25 -0000 itetcu 2006-07-07 08:20:25 UTC FreeBSD ports repository Modified files: audio/xmms2 Makefile distinfo pkg-plist audio/xmms2/files patch-src_xmms_Program Added files: audio/xmms2/files patch-src_plugins_faad_mp4ff_mp4ff_int_types.h patch-src_plugins_sid_Plugin Removed files: audio/xmms2/files patch-src_clients_lib_java_callbacks.c patch-src_clients_lib_java_include_callbacks.h patch-src_clients_lib_java_include_misc.h patch-src_clients_lib_java_misc.c patch-src_clients_lib_python_xmmsclient.pyx patch-src_clients_sdl-vis_sdl-vis.c patch-src_plugins_faad_Plugin patch-src_xmms_ipc.c Log: - Update to 0.2.d.5 - Use the OPTIONS framework - Use bsd.scons.mk Many patches removed because we merged them upstream into XMMS2 HEAD Checkout the release notes at: http://wiki.xmms2.xmms.se/index.php/Release:DrEvil PR: ports/99864 Submitted by: Alexander Botero-Lowry (maintainer) Revision Changes Path 1.13 +65 -72 ports/audio/xmms2/Makefile 1.5 +3 -3 ports/audio/xmms2/distinfo 1.2 +0 -77 ports/audio/xmms2/files/patch-src_clients_lib_java_callbacks.c (dead) 1.2 +0 -25 ports/audio/xmms2/files/patch-src_clients_lib_java_include_callbacks.h (dead) 1.2 +0 -24 ports/audio/xmms2/files/patch-src_clients_lib_java_include_misc.h (dead) 1.2 +0 -32 ports/audio/xmms2/files/patch-src_clients_lib_java_misc.c (dead) 1.2 +0 -12 ports/audio/xmms2/files/patch-src_clients_lib_python_xmmsclient.pyx (dead) 1.2 +0 -13 ports/audio/xmms2/files/patch-src_clients_sdl-vis_sdl-vis.c (dead) 1.2 +0 -16 ports/audio/xmms2/files/patch-src_plugins_faad_Plugin (dead) 1.1 +11 -0 ports/audio/xmms2/files/patch-src_plugins_faad_mp4ff_mp4ff_int_types.h (new) 1.1 +9 -0 ports/audio/xmms2/files/patch-src_plugins_sid_Plugin (new) 1.2 +3 -3 ports/audio/xmms2/files/patch-src_xmms_Program 1.2 +0 -12 ports/audio/xmms2/files/patch-src_xmms_ipc.c (dead) 1.7 +26 -11 ports/audio/xmms2/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 7 08:20:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6790816A4E0; Fri, 7 Jul 2006 08:20:32 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B7343D46; Fri, 7 Jul 2006 08:20:31 +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 k678KVsj060833; Fri, 7 Jul 2006 08:20:31 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k678KVbt060831; Fri, 7 Jul 2006 08:20:31 GMT (envelope-from delphij) Message-Id: <200607070820.k678KVbt060831@repoman.freebsd.org> From: Xin LI Date: Fri, 7 Jul 2006 08:20: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/chinese/docproj Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 08:20:32 -0000 delphij 2006-07-07 08:20:31 UTC FreeBSD ports repository Modified files: chinese/docproj Makefile Log: html2text dependency has been moved to textproc/docproj for now. PORTREVISION intentionally not bumped. Revision Changes Path 1.4 +1 -2 ports/chinese/docproj/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 7 08:31:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC5FC16A4E7; Fri, 7 Jul 2006 08:31:48 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B44843D5A; Fri, 7 Jul 2006 08:31:43 +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 k678VhTV067989; Fri, 7 Jul 2006 08:31:43 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k678Vhin067988; Fri, 7 Jul 2006 08:31:43 GMT (envelope-from delphij) Message-Id: <200607070831.k678Vhin067988@repoman.freebsd.org> From: Xin LI Date: Fri, 7 Jul 2006 08:31:43 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-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, 07 Jul 2006 08:31:48 -0000 delphij 2006-07-07 08:31:43 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/developers-handbook book.sgml Log: Fix the link "Prev" on the top of index page of Developers' Handbook. PR: docs/99842 Submitted by: intron Revision Changes Path 1.53 +2 -1 doc/en_US.ISO8859-1/books/developers-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 7 08:44:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46F2216A4E7; Fri, 7 Jul 2006 08:44:34 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C996943D5A; Fri, 7 Jul 2006 08:44:33 +0000 (GMT) (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 k678iXYh068318; Fri, 7 Jul 2006 08:44:33 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k678iXtI068317; Fri, 7 Jul 2006 08:44:33 GMT (envelope-from bsam) Message-Id: <200607070844.k678iXtI068317@repoman.freebsd.org> From: Boris Samorodov Date: Fri, 7 Jul 2006 08:44:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/linux_base-fc4 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, 07 Jul 2006 08:44:34 -0000 bsam 2006-07-07 08:44:33 UTC FreeBSD ports repository Modified files: emulators/linux_base-fc4 Makefile pkg-plist Log: The upgrading of linux infrostructure ports from FC3 to FC4 is coming soon: o some empty linux mtree directories (which will be used by some other ports) are added; o PORTREVISION is bumpted. Approved by: netchild (mentor, implicit) Revision Changes Path 1.14 +1 -1 ports/emulators/linux_base-fc4/Makefile 1.8 +12 -0 ports/emulators/linux_base-fc4/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 7 09:07:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0DC916A4DE; Fri, 7 Jul 2006 09:07:05 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CDC543D49; Fri, 7 Jul 2006 09:07:05 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k67975iN077801; Fri, 7 Jul 2006 09:07:05 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67975qF077800; Fri, 7 Jul 2006 09:07:05 GMT (envelope-from sat) Message-Id: <200607070907.k67975qF077800@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 7 Jul 2006 09:07:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/aria2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 09:07:06 -0000 sat 2006-07-07 09:07:05 UTC FreeBSD ports repository Modified files: www/aria2 Makefile distinfo Log: - Update to 0.6.0+1 Revision Changes Path 1.12 +1 -2 ports/www/aria2/Makefile 1.8 +3 -3 ports/www/aria2/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 7 09:07:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98CCC16A4DE; Fri, 7 Jul 2006 09:07:53 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EA8E43D4C; Fri, 7 Jul 2006 09:07:53 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6797rFf077835; Fri, 7 Jul 2006 09:07:53 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6797rfw077834; Fri, 7 Jul 2006 09:07:53 GMT (envelope-from sat) Message-Id: <200607070907.k6797rfw077834@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 7 Jul 2006 09: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/misc/nut Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 09:07:53 -0000 sat 2006-07-07 09:07:53 UTC FreeBSD ports repository Modified files: misc/nut Makefile distinfo Log: - Update to 11.5 Approved by: miwi (maintainer) Revision Changes Path 1.63 +1 -1 ports/misc/nut/Makefile 1.56 +3 -3 ports/misc/nut/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 7 09: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E2E716A4DA for ; Fri, 7 Jul 2006 09:51:28 +0000 (UTC) (envelope-from kennethoels@kvmrealty.com) Received: from p508C8B13.dip0.t-ipconnect.de (p508C8B13.dip0.t-ipconnect.de [80.140.139.19]) by mx1.FreeBSD.org (Postfix) with SMTP id 996F543D5C for ; Fri, 7 Jul 2006 09:51:12 +0000 (GMT) (envelope-from kennethoels@kvmrealty.com) Received: from mail.kvmrealty.com by p508C8B13.dip0.t-ipconnect.de (Postfix) with ESMTP id C1C19F19A0 for ; Fri, 7 Jul 2006 05:51:16 -0400 Received: from 42.135.194.99 by mail.kvmrealty.com with ESMTP id mXvm7ySoGZtn for ; Fri, 7 Jul 2006 05:51:16 -0400 From: "Ola" Message-ID: <2123158756.20060707055116@wjyouza> Date: Fri, 7 Jul 2006 05:51:16 -0400 To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: online Penis Drugs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ola Rowell List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 09:51:28 -0000 Fantastis DVD work quality exclusive ever videos http://4tsh98avrfa1hmmx9mmf9m44.rejectorhk.com/?hOR-jYY.eSffiRg,VSd From owner-cvs-all@FreeBSD.ORG Fri Jul 7 09:56:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E746616A4DE; Fri, 7 Jul 2006 09:56:38 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7251243D6A; Fri, 7 Jul 2006 09:56:38 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k679ucIJ078916; Fri, 7 Jul 2006 09:56:38 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k679ucWt078915; Fri, 7 Jul 2006 09:56:38 GMT (envelope-from krion) Message-Id: <200607070956.k679ucWt078915@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 7 Jul 2006 09:56: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/pcre/files patch-pcretest.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 09:56:39 -0000 krion 2006-07-07 09:56:38 UTC FreeBSD ports repository Added files: devel/pcre/files patch-pcretest.c Log: Fix build on 4.x Submitted by: andrew clarke Revision Changes Path 1.1 +12 -0 ports/devel/pcre/files/patch-pcretest.c (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 7 09:59:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB49216A4E0; Fri, 7 Jul 2006 09:59:48 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A7C543D46; Fri, 7 Jul 2006 09:59:48 +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 k679xmie079005; Fri, 7 Jul 2006 09:59:48 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k679xm9F079004; Fri, 7 Jul 2006 09:59:48 GMT (envelope-from olgeni) Message-Id: <200607070959.k679xm9F079004@repoman.freebsd.org> From: Jimmy Olgeni Date: Fri, 7 Jul 2006 09: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/sysutils/usermin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 09:59:48 -0000 olgeni 2006-07-07 09:59:48 UTC FreeBSD ports repository Modified files: sysutils/usermin Makefile distinfo Log: Upgrade module mailbox-1.220-1. Revision Changes Path 1.51 +2 -1 ports/sysutils/usermin/Makefile 1.42 +3 -0 ports/sysutils/usermin/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 7 10:53:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2889B16A4DD; Fri, 7 Jul 2006 10:53:37 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3E4143D73; Fri, 7 Jul 2006 10:53:36 +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 k67AravE088728; Fri, 7 Jul 2006 10:53:36 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67AraOB088727; Fri, 7 Jul 2006 10:53:36 GMT (envelope-from lth) Message-Id: <200607071053.k67AraOB088727@repoman.freebsd.org> From: Lars Thegler Date: Fri, 7 Jul 2006 10:53: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/lang/p5-List-MoreUtils Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 10:53:37 -0000 lth 2006-07-07 10:53:36 UTC FreeBSD ports repository Modified files: lang/p5-List-MoreUtils Makefile distinfo Log: Update to 0.22 Revision Changes Path 1.10 +2 -2 ports/lang/p5-List-MoreUtils/Makefile 1.10 +3 -3 ports/lang/p5-List-MoreUtils/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 7 11: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FE9E16A4DD; Fri, 7 Jul 2006 11:17:22 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57F6143D58; Fri, 7 Jul 2006 11:17:13 +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 k67BHCC5095638; Fri, 7 Jul 2006 11:17:12 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67BHCSF095637; Fri, 7 Jul 2006 11:17:12 GMT (envelope-from skv) Message-Id: <200607071117.k67BHCSF095637@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 7 Jul 2006 11:17: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 ports MOVED ports/devel/otrs Makefile ports/www Makefile ports/www/otrs Makefile distinfo pkg-descr pkg-message pkg-plist ports/www/otrs/files patch-Kernel-Config.pm.dist patch-bin-SetPermissions.sh pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 11:17:22 -0000 skv 2006-07-07 11:17:12 UTC FreeBSD ports repository Modified files: . modules . MOVED devel/otrs Makefile www Makefile Removed files: www/otrs Makefile distinfo pkg-descr pkg-message pkg-plist www/otrs/files patch-Kernel-Config.pm.dist patch-bin-SetPermissions.sh pkg-install.in Log: * replace "www/otrs" with "devel/otrs" * change maintainership of "devel/otrs" to "snb xx threerings.net" Approved by: maintainer of "www/otrs" Revision Changes Path 1.15520 +1 -1 CVSROOT/modules 1.1089 +2 -1 ports/MOVED 1.2 +1 -1 ports/devel/otrs/Makefile 1.1485 +0 -1 ports/www/Makefile 1.2 +0 -115 ports/www/otrs/Makefile (dead) 1.2 +0 -3 ports/www/otrs/distinfo (dead) 1.2 +0 -11 ports/www/otrs/files/patch-Kernel-Config.pm.dist (dead) 1.2 +0 -18 ports/www/otrs/files/patch-bin-SetPermissions.sh (dead) 1.2 +0 -48 ports/www/otrs/files/pkg-install.in (dead) 1.2 +0 -6 ports/www/otrs/pkg-descr (dead) 1.2 +0 -24 ports/www/otrs/pkg-message (dead) 1.2 +0 -790 ports/www/otrs/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 7 11:24:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7338D16A4DD; Fri, 7 Jul 2006 11:24:05 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAC5E43D6B; Fri, 7 Jul 2006 11:24:03 +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 k67BO3YM099238; Fri, 7 Jul 2006 11:24:03 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67BO3Qi099237; Fri, 7 Jul 2006 11:24:03 GMT (envelope-from erwin) Message-Id: <200607071124.k67BO3Qi099237@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 7 Jul 2006 11:24:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 11:24:05 -0000 erwin 2006-07-07 11:24:03 UTC FreeBSD ports repository Modified files: . modules Log: Finish the removal of gnutls-devel Revision Changes Path 1.15521 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 7 11: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 752AF16A4DA; Fri, 7 Jul 2006 11:47:35 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF14543D5E; Fri, 7 Jul 2006 11:47:34 +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 k67BlYJV001113; Fri, 7 Jul 2006 11:47:34 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67BlY05001111; Fri, 7 Jul 2006 11:47:34 GMT (envelope-from skv) Message-Id: <200607071147.k67BlY05001111@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 7 Jul 2006 11: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/lang/parrot 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, 07 Jul 2006 11:47:35 -0000 skv 2006-07-07 11:47:34 UTC FreeBSD ports repository Modified files: lang/parrot Makefile distinfo pkg-plist Log: Update to 0.4.5 Revision Changes Path 1.12 +1 -1 ports/lang/parrot/Makefile 1.8 +3 -3 ports/lang/parrot/distinfo 1.7 +0 -1 ports/lang/parrot/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 7 13:23:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7035516A4DD; Fri, 7 Jul 2006 13:23:44 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D25BF43D46; Fri, 7 Jul 2006 13:23:43 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k67DNhgZ018405; Fri, 7 Jul 2006 13:23:43 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67DNh14018404; Fri, 7 Jul 2006 13:23:43 GMT (envelope-from jmelo) Message-Id: <200607071323.k67DNh14018404@repoman.freebsd.org> From: Jean Milanez Melo Date: Fri, 7 Jul 2006 13:23:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/pathneck 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, 07 Jul 2006 13:23:44 -0000 jmelo 2006-07-07 13:23:43 UTC FreeBSD ports repository Modified files: net/pathneck Makefile pkg-descr Log: - Update mastersite. - Update WWW. PR: ports/99801 Submitted by: Babak Farrokhi (maintainer) Revision Changes Path 1.5 +2 -1 ports/net/pathneck/Makefile 1.2 +1 -1 ports/net/pathneck/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Jul 7 13:45:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BAFA16A4E2; Fri, 7 Jul 2006 13:45:30 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22EAB43D46; Fri, 7 Jul 2006 13:45:30 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k67DjTHr020074; Fri, 7 Jul 2006 13:45:30 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67DjTB2020073; Fri, 7 Jul 2006 13:45:29 GMT (envelope-from jmelo) Message-Id: <200607071345.k67DjTB2020073@repoman.freebsd.org> From: Jean Milanez Melo Date: Fri, 7 Jul 2006 13:45:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/imapsync Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 13:45:30 -0000 jmelo 2006-07-07 13:45:29 UTC FreeBSD ports repository Modified files: mail/imapsync Makefile distinfo Log: - Update to 1.178. Reported by: krismail Approved by: maintainer (timeout 15 days) Revision Changes Path 1.17 +2 -3 ports/mail/imapsync/Makefile 1.15 +3 -3 ports/mail/imapsync/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 7 13:51:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A186216A4DE; Fri, 7 Jul 2006 13:51:57 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5960643D45; Fri, 7 Jul 2006 13:51:57 +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 k67Dpv26020556; Fri, 7 Jul 2006 13:51:57 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67Dpvjp020555; Fri, 7 Jul 2006 13:51:57 GMT (envelope-from rwatson) Message-Id: <200607071351.k67Dpvjp020555@repoman.freebsd.org> From: Robert Watson Date: Fri, 7 Jul 2006 13:51:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/posix1e mac_is_present.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 13:51:57 -0000 rwatson 2006-07-07 13:51:57 UTC FreeBSD src repository Modified files: lib/libc/posix1e mac_is_present.3 Log: Forced commit to recognize repo-copy of mac_is_present_np.3 to mac_is_present.3. Thanks to: simon Obtained from: TrustedBSD Project Revision Changes Path 1.7 +0 -0 src/lib/libc/posix1e/mac_is_present.3 From owner-cvs-all@FreeBSD.ORG Fri Jul 7 14:02:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8ACF16A4DA; Fri, 7 Jul 2006 14:02:18 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FB8043D53; Fri, 7 Jul 2006 14:02:18 +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 k67E2Hxe021278; Fri, 7 Jul 2006 14:02:17 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67E2HT0021277; Fri, 7 Jul 2006 14:02:17 GMT (envelope-from rwatson) Message-Id: <200607071402.k67E2HT0021277@repoman.freebsd.org> From: Robert Watson Date: Fri, 7 Jul 2006 14:02: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/lib/libc/posix1e Makefile.inc mac_is_present.3 mac_is_present_np.3 mac_prepare.3 mac_set.3 mac_text.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 14:02:19 -0000 rwatson 2006-07-07 14:02:17 UTC FreeBSD src repository Modified files: lib/libc/posix1e Makefile.inc mac_is_present.3 mac_prepare.3 mac_set.3 mac_text.3 Removed files: lib/libc/posix1e mac_is_present_np.3 Log: Following repo-copy of mac_is_present_np.3 to mac_is_present.3, remove old file, update references, etc. The C function is already named mac_is_present(). Obtained from: TrustedBSD Project Revision Changes Path 1.19 +1 -1 src/lib/libc/posix1e/Makefile.inc 1.8 +2 -2 src/lib/libc/posix1e/mac_is_present.3 1.7 +0 -87 src/lib/libc/posix1e/mac_is_present_np.3 (dead) 1.8 +1 -1 src/lib/libc/posix1e/mac_prepare.3 1.11 +1 -1 src/lib/libc/posix1e/mac_set.3 1.12 +1 -1 src/lib/libc/posix1e/mac_text.3 From owner-cvs-all@FreeBSD.ORG Fri Jul 7 14:06:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F82C16A4DE; Fri, 7 Jul 2006 14:06:32 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5BF943D46; Fri, 7 Jul 2006 14:06: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 k67E6Vrr022912; Fri, 7 Jul 2006 14:06:31 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67E6V3D022911; Fri, 7 Jul 2006 14:06:31 GMT (envelope-from rafan) Message-Id: <200607071406.k67E6V3D022911@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 7 Jul 2006 14:06: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/squirrelmail Makefile distinfo pkg-plist ports/mail/squirrelmail/files patch-functions-global.php X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 14:06:32 -0000 rafan 2006-07-07 14:06:31 UTC FreeBSD ports repository Modified files: mail/squirrelmail Makefile distinfo pkg-plist Removed files: mail/squirrelmail/files patch-functions-global.php Log: - Update to 1.4.7 PR: 99799 Submitted by: maintainer Approved by: delphij (mentor, implicit) Revision Changes Path 1.44 +2 -3 ports/mail/squirrelmail/Makefile 1.18 +6 -6 ports/mail/squirrelmail/distinfo 1.2 +0 -50 ports/mail/squirrelmail/files/patch-functions-global.php (dead) 1.20 +110 -0 ports/mail/squirrelmail/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 7 14:14:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DE4816A4E2; Fri, 7 Jul 2006 14:14:23 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 060AC43D73; Fri, 7 Jul 2006 14:14:19 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k67EEJ8K023524; Fri, 7 Jul 2006 14:14:19 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67EEJJ4023523; Fri, 7 Jul 2006 14:14:19 GMT (envelope-from jmelo) Message-Id: <200607071414.k67EEJJ4023523@repoman.freebsd.org> From: Jean Milanez Melo Date: Fri, 7 Jul 2006 14:14:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/benchmarks/siege Makefile distinfo ports/benchmarks/siege/files patch-src-sock.c patch-src::sock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 14:14:23 -0000 jmelo 2006-07-07 14:14:19 UTC FreeBSD ports repository Modified files: benchmarks/siege Makefile distinfo Added files: benchmarks/siege/files patch-src-sock.c Removed files: benchmarks/siege/files patch-src::sock.c Log: - Update to 2.65 PR: ports/99808 Submitted by: chinsan Revision Changes Path 1.24 +6 -3 ports/benchmarks/siege/Makefile 1.17 +3 -3 ports/benchmarks/siege/distinfo 1.1 +12 -0 ports/benchmarks/siege/files/patch-src-sock.c (new) 1.2 +0 -12 ports/benchmarks/siege/files/patch-src::sock.c (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 7 14:16:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ADED16A4DE; Fri, 7 Jul 2006 14:16:51 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from av12-1-sn2.hy.skanova.net (av12-1-sn2.hy.skanova.net [81.228.8.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6758F43D76; Fri, 7 Jul 2006 14:16:41 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: by av12-1-sn2.hy.skanova.net (Postfix, from userid 502) id 37AE737F06; Fri, 7 Jul 2006 16:16:40 +0200 (CEST) Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av12-1-sn2.hy.skanova.net (Postfix) with ESMTP id 2954837E45; Fri, 7 Jul 2006 16:16:40 +0200 (CEST) Received: from 81-235-161-82-no21.tbcn.telia.com (81-235-161-82-no21.tbcn.telia.com [81.235.161.82]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id 04B3C37E4B; Fri, 7 Jul 2006 16:16:39 +0200 (CEST) From: Joel Dahl To: Joseph Koshy In-Reply-To: <200607070507.k6757FkF007209@repoman.freebsd.org> References: <200607070507.k6757FkF007209@repoman.freebsd.org> Content-Type: text/plain Date: Fri, 07 Jul 2006 16:16:39 +0200 Message-Id: <1152281799.687.8.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 14:16:51 -0000 On Fri, 2006-07-07 at 05:07 +0000, Joseph Koshy wrote: > jkoshy 2006-07-07 05:07:15 UTC > > FreeBSD doc repository > > Modified files: > en/news press.xml > Log: > NewsForge article by Henry Gillow-Wiles on PC-BSD in a community center. Is this really FreeBSD news? The article you committed a link to doesn't mention FreeBSD at all. PC-BSD may be running FreeBSD under the hood, but I'm not sure that this belongs in the news section on the front page @ FreeBSD.org. I'm not saying that it's wrong to add it, but can we please have some sort of discussion about this? Where do we draw the line? Is news about DesktopBSD, FreeSBIE, FreeNAS, DragonFlyBSD etc allowed if we allow news about PC-BSD? -- Joel From owner-cvs-all@FreeBSD.ORG Fri Jul 7 14: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C00B16A508; Fri, 7 Jul 2006 14:25:41 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E74A43D4C; Fri, 7 Jul 2006 14:25:40 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k67EPeQg024362; Fri, 7 Jul 2006 14:25:40 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67EPesK024361; Fri, 7 Jul 2006 14:25:40 GMT (envelope-from ahze) Message-Id: <200607071425.k67EPesK024361@repoman.freebsd.org> From: Michael Johnson Date: Fri, 7 Jul 2006 14:25:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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: Fri, 07 Jul 2006 14:25:41 -0000 ahze 2006-07-07 14:25:39 UTC FreeBSD ports repository Modified files: audio/jack Makefile Log: - Now builds on sparc64 Revision Changes Path 1.29 +1 -1 ports/audio/jack/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 7 14:32:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32E3716A4DD; Fri, 7 Jul 2006 14:32:28 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA98C43D76; Fri, 7 Jul 2006 14:32: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 k67EWRHc024806; Fri, 7 Jul 2006 14:32:27 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67EWRRA024805; Fri, 7 Jul 2006 14:32:27 GMT (envelope-from pjd) Message-Id: <200607071432.k67EWRRA024805@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 7 Jul 2006 14:32: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/geom/raid3 g_raid3_ctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 14:32:28 -0000 pjd 2006-07-07 14:32:27 UTC FreeBSD src repository Modified files: sys/geom/raid3 g_raid3_ctl.c Log: Remove bogus assertion. Reported by: Bradley W. Dutton MFC after: 3 days Revision Changes Path 1.17 +0 -1 src/sys/geom/raid3/g_raid3_ctl.c From owner-cvs-all@FreeBSD.ORG Fri Jul 7 14: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A57416A4DA; Fri, 7 Jul 2006 14:52:53 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99BA643D55; Fri, 7 Jul 2006 14:52:52 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k67Eqqkr026208; Fri, 7 Jul 2006 14:52:52 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67EqqbG026207; Fri, 7 Jul 2006 14:52:52 GMT (envelope-from ahze) Message-Id: <200607071452.k67EqqbG026207@repoman.freebsd.org> From: Michael Johnson Date: Fri, 7 Jul 2006 14: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/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: Fri, 07 Jul 2006 14:52:53 -0000 ahze 2006-07-07 14:52:52 UTC FreeBSD ports repository Modified files: audio/jack Makefile Log: - Remove ONLY_FOR_ARCHS since it looks like jack is portable now Revision Changes Path 1.30 +0 -1 ports/audio/jack/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 7 15:34:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50D6616A4DE; Fri, 7 Jul 2006 15:34:45 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0612743D45; Fri, 7 Jul 2006 15:34:45 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k67FYico031300; Fri, 7 Jul 2006 15:34:44 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67FYirf031299; Fri, 7 Jul 2006 15:34:44 GMT (envelope-from bmah) Message-Id: <200607071534.k67FYirf031299@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 7 Jul 2006 15:34: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/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 15:34:45 -0000 bmah 2006-07-07 15:34:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/errata article.sgml Log: Update rc.d/jail item for EN-06:01.jail. Somewhat belatedly update NDP item for a merge to RELENG_6. Revision Changes Path 1.73.2.28 +6 -6 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 7 15:54:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C66B116A4DD; Fri, 7 Jul 2006 15:54:10 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A3D943D45; Fri, 7 Jul 2006 15:54:10 +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 k67FsAuM032564; Fri, 7 Jul 2006 15:54:10 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67FsAuL032563; Fri, 7 Jul 2006 15:54:10 GMT (envelope-from rafan) Message-Id: <200607071554.k67FsAuL032563@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 7 Jul 2006 15:54:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/bricolage/files bric_upgrade.sh patch-inst_postgres.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, 07 Jul 2006 15:54:10 -0000 rafan 2006-07-07 15:54:10 UTC FreeBSD ports repository Modified files: www/bricolage/files bric_upgrade.sh Removed files: www/bricolage/files patch-inst_postgres.pl Log: - Update to 1.10.2 PR: 99868 Submitted by: maintainer Approved by: delphij (mentor, implicit) Revision Changes Path 1.8 +1 -1 ports/www/bricolage/files/bric_upgrade.sh 1.3 +0 -19 ports/www/bricolage/files/patch-inst_postgres.pl (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 7 16:18:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 260D116A4DD; Fri, 7 Jul 2006 16:18:03 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D07BA43D5D; Fri, 7 Jul 2006 16:18:02 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k67GI2d1035527; Fri, 7 Jul 2006 16:18:02 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67GI2Qt035526; Fri, 7 Jul 2006 16:18:02 GMT (envelope-from jmelo) Message-Id: <200607071618.k67GI2Qt035526@repoman.freebsd.org> From: Jean Milanez Melo Date: Fri, 7 Jul 2006 16:18: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/archivers/rpm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 16:18:03 -0000 jmelo 2006-07-07 16:18:02 UTC FreeBSD ports repository Modified files: archivers/rpm Makefile Log: - Fix mastersite. Revision Changes Path 1.61 +2 -1 ports/archivers/rpm/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 7 16: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E88F16A4DD; Fri, 7 Jul 2006 16:45:56 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2BC543D55; Fri, 7 Jul 2006 16:45:55 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k67GjtCo041840; Fri, 7 Jul 2006 16:45:55 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67Gjtnr041835; Fri, 7 Jul 2006 16:45:55 GMT (envelope-from jmelo) Message-Id: <200607071645.k67Gjtnr041835@repoman.freebsd.org> From: Jean Milanez Melo Date: Fri, 7 Jul 2006 16: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/audio/xmms-crystality 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, 07 Jul 2006 16:45:56 -0000 jmelo 2006-07-07 16:45:55 UTC FreeBSD ports repository Modified files: audio/xmms-crystality Makefile pkg-descr Log: - Fix mastersite. - Remove dead WWW. Revision Changes Path 1.14 +3 -1 ports/audio/xmms-crystality/Makefile 1.2 +0 -3 ports/audio/xmms-crystality/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Jul 7 16:55:41 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6825D16A4E1; Fri, 7 Jul 2006 16:55:41 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7014A43D4C; Fri, 7 Jul 2006 16:55:40 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k67GtbOp018719; Fri, 7 Jul 2006 12:55:39 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Scott Long Date: Fri, 7 Jul 2006 12:24:57 -0400 User-Agent: KMail/1.9.1 References: <200607062142.k66LgaoV050809@repoman.freebsd.org> <200607061808.16440.jhb@freebsd.org> <44AD8D03.3000706@samsco.org> In-Reply-To: <44AD8D03.3000706@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607071224.58349.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 07 Jul 2006 12:55:39 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1589/Fri Jul 7 10:37:51 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/linux32 syscalls.master src/sys/compat/linux linux_ioctl.c src/sys/i386/linux 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: Fri, 07 Jul 2006 16:55:41 -0000 On Thursday 06 July 2006 18:21, Scott Long wrote: > John Baldwin wrote: > > On Thursday 06 July 2006 17:53, Scott Long wrote: > > > >>John Baldwin wrote: > >> > >>>jhb 2006-07-06 21:42:36 UTC > >>> > >>> FreeBSD src repository > >>> > >>> Modified files: > >>> sys/amd64/linux32 syscalls.master > >>> sys/compat/linux linux_ioctl.c > >>> sys/i386/linux syscalls.master > >>> Log: > >>> - Protect the list of linux ioctl handlers with an sx lock. > >>> - Hold Giant while calling linux ioctl handlers for now as they aren't > > > > all > > > >>> known to be MPSAFE yet. > >>> - Mark linux_ioctl() MPSAFE. > >>> > >>> Revision Changes Path > >>> 1.15 +1 -1 src/sys/amd64/linux32/syscalls.master > >>> 1.137 +17 -0 src/sys/compat/linux/linux_ioctl.c > >>> 1.72 +1 -1 src/sys/i386/linux/syscalls.master > >> > >>Why not add the small bit of infrastucture so that modules can declare > >>their handlers as MPSAFE or not? There are certainly some drivers that > >>would benefit from this. > > > > > > We can certainly do that. I'm up to at least 3 places that this could be > > done now: > > > > - module event handlers > > - sysinit's > > - linux_ioctl handlers > > > > For now my focus is on eliminating syscall mpsafe flag, and most syscalls > > can be made Giant free at this point, but for a few Giant is just being > > pushed part of the way in. > > > > What I'm afraid of is that these things will get forgotten now that they > have been pushed out of the way. Are you interested in taking the next > step here? I've put it on a list, but if someone else wants to do it first that would be fine by me. -- John Baldwin From owner-cvs-all@FreeBSD.ORG Fri Jul 7 17: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 788D616A4DD; Fri, 7 Jul 2006 17:42:19 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B8D443D45; Fri, 7 Jul 2006 17:42: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 k67HgJq3054498; Fri, 7 Jul 2006 17:42:19 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67HgJjf054497; Fri, 7 Jul 2006 17:42:19 GMT (envelope-from rafan) Message-Id: <200607071742.k67HgJjf054497@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 7 Jul 2006 17:42: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/audio/ripit Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 17:42:19 -0000 rafan 2006-07-07 17:42:18 UTC FreeBSD ports repository Modified files: audio/ripit Makefile distinfo Log: - Update to 3.5.1 PR: 99883 Submitted by: maintainer Approved by: delphij (mentor, implicit) Revision Changes Path 1.23 +12 -7 ports/audio/ripit/Makefile 1.11 +3 -3 ports/audio/ripit/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 7 17:46:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D80A16A4DE; Fri, 7 Jul 2006 17:46:18 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0C6E43D45; Fri, 7 Jul 2006 17:46:17 +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 k67HkHLK054771; Fri, 7 Jul 2006 17:46:17 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67HkHVE054770; Fri, 7 Jul 2006 17:46:17 GMT (envelope-from rafan) Message-Id: <200607071746.k67HkHVE054770@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 7 Jul 2006 17:46:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/arpwatch Makefile distinfo ports/net-mgmt/arpwatch/files patch-ae patch-aj patch-ak X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 17:46:18 -0000 rafan 2006-07-07 17:46:16 UTC FreeBSD ports repository Modified files: net-mgmt/arpwatch Makefile distinfo net-mgmt/arpwatch/files patch-ae patch-aj patch-ak Log: - Update to 2.1.a14 PR: 99884 Submitted by: maintainer Approved by: delphij (mentor, implicit) Revision Changes Path 1.40 +5 -6 ports/net-mgmt/arpwatch/Makefile 1.11 +3 -3 ports/net-mgmt/arpwatch/distinfo 1.4 +7 -7 ports/net-mgmt/arpwatch/files/patch-ae 1.2 +18 -9 ports/net-mgmt/arpwatch/files/patch-aj 1.2 +15 -6 ports/net-mgmt/arpwatch/files/patch-ak From owner-cvs-all@FreeBSD.ORG Fri Jul 7 17:51:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C64C16A4DA; Fri, 7 Jul 2006 17:51:29 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D58E543D45; Fri, 7 Jul 2006 17:51: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 k67HpSwg055127; Fri, 7 Jul 2006 17:51:28 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67HpSdb055126; Fri, 7 Jul 2006 17:51:28 GMT (envelope-from rafan) Message-Id: <200607071751.k67HpSdb055126@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 7 Jul 2006 17: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/net-mgmt/arpwatch Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 17:51:29 -0000 rafan 2006-07-07 17:51:28 UTC FreeBSD ports repository Modified files: net-mgmt/arpwatch Makefile Log: Force commit to note in previous change, maintainership is passed to submitter. Approved by: delphij (mentor, implicit) Revision Changes Path 1.41 +0 -0 ports/net-mgmt/arpwatch/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 7 17:52:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E73F16A4DA; Fri, 7 Jul 2006 17:52: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 CB38243D49; Fri, 7 Jul 2006 17:52:43 +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.6/8.13.6) with ESMTP id k67HqgKO017590; Sat, 8 Jul 2006 01:52:42 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.6/8.13.6/Submit) id k67Hqg77017589; Sat, 8 Jul 2006 01:52:42 +0800 (CST) (envelope-from rafan) Date: Sat, 8 Jul 2006 01:52:42 +0800 From: Rong-En Fan To: Rong-En Fan Message-ID: <20060707175242.GA17580@svm.csie.ntu.edu.tw> References: <200607071746.k67HkHVE054770@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607071746.k67HkHVE054770@repoman.freebsd.org> User-Agent: Mutt/1.5.11 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net-mgmt/arpwatch Makefile distinfo ports/net-mgmt/arpwatch/files patch-ae patch-aj patch-ak X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 17:52:44 -0000 On Fri, Jul 07, 2006 at 05:46:16PM +0000, Rong-En Fan wrote: > rafan 2006-07-07 17:46:16 UTC > > FreeBSD ports repository > > Modified files: > net-mgmt/arpwatch Makefile distinfo > net-mgmt/arpwatch/files patch-ae patch-aj patch-ak > Log: > - Update to 2.1.a14 > > PR: 99884 > Submitted by: maintainer This is not right :( Should be Submitted by: Thomas Abthorpe And, pass maintainership to submitter. Bad me, Rong-En Fan > Approved by: delphij (mentor, implicit) > > Revision Changes Path > 1.40 +5 -6 ports/net-mgmt/arpwatch/Makefile > 1.11 +3 -3 ports/net-mgmt/arpwatch/distinfo > 1.4 +7 -7 ports/net-mgmt/arpwatch/files/patch-ae > 1.2 +18 -9 ports/net-mgmt/arpwatch/files/patch-aj > 1.2 +15 -6 ports/net-mgmt/arpwatch/files/patch-ak From owner-cvs-all@FreeBSD.ORG Fri Jul 7 18:21:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E00DD16A4DD; Fri, 7 Jul 2006 18:21:11 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94A3F43D45; Fri, 7 Jul 2006 18:21:11 +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 k67ILBhR058338; Fri, 7 Jul 2006 18:21:11 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67ILBk6058337; Fri, 7 Jul 2006 18:21:11 GMT (envelope-from olgeni) Message-Id: <200607071821.k67ILBk6058337@repoman.freebsd.org> From: Jimmy Olgeni Date: Fri, 7 Jul 2006 18:21: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/webmin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 18:21:12 -0000 olgeni 2006-07-07 18:21:11 UTC FreeBSD ports repository Modified files: sysutils/webmin Makefile distinfo Log: Upgrade module mysql-1.290-1. Revision Changes Path 1.257 +2 -1 ports/sysutils/webmin/Makefile 1.212 +3 -0 ports/sysutils/webmin/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 7 18:24:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D76FD16A4DF; Fri, 7 Jul 2006 18:24:56 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B7BF43D49; Fri, 7 Jul 2006 18:24:56 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k67IOuvs058522; Fri, 7 Jul 2006 18:24:56 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67IOuJb058520; Fri, 7 Jul 2006 18:24:56 GMT (envelope-from itetcu) Message-Id: <200607071824.k67IOuJb058520@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 7 Jul 2006 18:24:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/ruby-xmms2-ecore 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, 07 Jul 2006 18:24:56 -0000 itetcu 2006-07-07 18:24:51 UTC FreeBSD ports repository Modified files: audio/ruby-xmms2-ecore Makefile pkg-plist Log: Update to 0.2DrEvil PR: ports/99866 Submitted by: maintainer Revision Changes Path 1.2 +5 -1 ports/audio/ruby-xmms2-ecore/Makefile 1.2 +1 -0 ports/audio/ruby-xmms2-ecore/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 7 18:26:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A5B416A4DD; Fri, 7 Jul 2006 18:26:28 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF8D343D58; Fri, 7 Jul 2006 18:26:27 +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 k67IQRiK058741; Fri, 7 Jul 2006 18:26:27 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67IQReA058740; Fri, 7 Jul 2006 18:26:27 GMT (envelope-from itetcu) Message-Id: <200607071826.k67IQReA058740@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 7 Jul 2006 18:26: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/audio Makefile ports/audio/cpp-xmms2 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, 07 Jul 2006 18:26:28 -0000 itetcu 2006-07-07 18:26:27 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/cpp-xmms2 Makefile pkg-plist Log: Add cpp-xmms2 , c++ Bindings for XMMS2. PR: ports/99867 Submitted by: Alexander Botero-Lowry Revision Changes Path 1.745 +1 -0 ports/audio/Makefile 1.1 +35 -0 ports/audio/cpp-xmms2/Makefile (new) 1.1 +2 -0 ports/audio/cpp-xmms2/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 7 18: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B79616A4DD; Fri, 7 Jul 2006 18:27:30 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0870B43D99; Fri, 7 Jul 2006 18:27:12 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k67IR8at058800; Fri, 7 Jul 2006 18:27:08 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67IR8Ld058799; Fri, 7 Jul 2006 18:27:08 GMT (envelope-from itetcu) Message-Id: <200607071827.k67IR8Ld058799@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 7 Jul 2006 18:27: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: Fri, 07 Jul 2006 18:27:30 -0000 itetcu 2006-07-07 18:27:08 UTC FreeBSD ports repository Modified files: . modules Log: cpp-xmms2 --> ports/audio/cpp-xmms2 Revision Changes Path 1.15522 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 7 18:36:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F29F916A4DF; Fri, 7 Jul 2006 18:36:44 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 721B443D58; Fri, 7 Jul 2006 18:36:44 +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 k67Iai1C059487; Fri, 7 Jul 2006 18:36:44 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67IaiQw059486; Fri, 7 Jul 2006 18:36:44 GMT (envelope-from itetcu) Message-Id: <200607071836.k67IaiQw059486@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 7 Jul 2006 18:36: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/e17-module-calendar Makefile ports/x11/e17-module-calendar/files patch-src_e_mod_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: Fri, 07 Jul 2006 18:36:45 -0000 itetcu 2006-07-07 18:36:44 UTC FreeBSD ports repository Modified files: x11/e17-module-calendar Makefile Added files: x11/e17-module-calendar/files patch-src_e_mod_main.c Log: Make it work with recent snapshot of e17. PR: ports/99855 Submitted by: maintainer Revision Changes Path 1.2 +1 -0 ports/x11/e17-module-calendar/Makefile 1.1 +20 -0 ports/x11/e17-module-calendar/files/patch-src_e_mod_main.c (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 7 18:42:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53BAB16A4E0; Fri, 7 Jul 2006 18:42:56 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFC4143D49; Fri, 7 Jul 2006 18:42:55 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k67Igtmv059762; Fri, 7 Jul 2006 18:42:55 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67IgtOb059761; Fri, 7 Jul 2006 18:42:55 GMT (envelope-from itetcu) Message-Id: <200607071842.k67IgtOb059761@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 7 Jul 2006 18:42:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/e17-theme-winter Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 18:42:56 -0000 itetcu 2006-07-07 18:42:55 UTC FreeBSD ports repository Modified files: x11-themes/e17-theme-winter Makefile distinfo Log: Update the theme. PR: 99889 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/x11-themes/e17-theme-winter/Makefile 1.2 +3 -3 ports/x11-themes/e17-theme-winter/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 7 18:42:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97D9D16A5AA; Fri, 7 Jul 2006 18:42:58 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A4A143D46; Fri, 7 Jul 2006 18:42:58 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k67IgwrZ059793; Fri, 7 Jul 2006 18:42:58 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67IgwJK059792; Fri, 7 Jul 2006 18:42:58 GMT (envelope-from sat) Message-Id: <200607071842.k67IgwJK059792@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 7 Jul 2006 18:42:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/redet Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 18:42:58 -0000 sat 2006-07-07 18:42:58 UTC FreeBSD ports repository Modified files: textproc/redet Makefile distinfo Log: - Update to 8.12 Revision Changes Path 1.13 +1 -1 ports/textproc/redet/Makefile 1.10 +3 -3 ports/textproc/redet/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 7 18:53:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38A4216A4DD; Fri, 7 Jul 2006 18:53:50 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D829F43D49; Fri, 7 Jul 2006 18:53:49 +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 k67IrnoU060494; Fri, 7 Jul 2006 18:53:49 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67Irn0M060493; Fri, 7 Jul 2006 18:53:49 GMT (envelope-from sat) Message-Id: <200607071853.k67Irn0M060493@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 7 Jul 2006 18:53:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xpi-jsview Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 18:53:50 -0000 sat 2006-07-07 18:53:49 UTC FreeBSD ports repository Modified files: www/xpi-jsview Makefile distinfo Log: - Update to 1.1.4 Revision Changes Path 1.2 +2 -1 ports/www/xpi-jsview/Makefile 1.2 +3 -3 ports/www/xpi-jsview/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 7 18:55:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 729) id 102F616A524; Fri, 7 Jul 2006 18:55:23 +0000 (UTC) X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: Joel Dahl In-Reply-To: Message from Joel Dahl of "Fri, 07 Jul 2006 16:16:39 +0200." <1152281799.687.8.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain Message-Id: <20060707185523.102F616A524@hub.freebsd.org> Date: Fri, 7 Jul 2006 18:55:23 +0000 (UTC) From: jkoshy@FreeBSD.ORG (Joseph Koshy) Cc: Joseph Koshy , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 18:55:23 -0000 > Is this really FreeBSD news? The article you committed a link to > doesn't mention FreeBSD at all. PC-BSD may be running FreeBSD under the > hood, but I'm not sure that this belongs in the news section on the > front page @ FreeBSD.org. The mention is in the 'In the Press' page though, not in the 'news' section. > I'm not saying that it's wrong to add it, but can we please have some > sort of discussion about this? Where do we draw the line? Is news > about DesktopBSD, FreeSBIE, FreeNAS, DragonFlyBSD etc allowed if we > allow news about PC-BSD? DesktopBSD, FreeSBIE, Frenzy & PC-BSD are still FreeBSD and mention of them in the press would be IMHO ok for inclusion in our 'FreeBSD in the Media' link collection. I've also linked to good 'generic BSD' press articles in the past from our 'Press' page. Advocacy has fuzzy boundaries... I wish we had a better way of sharing advocacy & marketing efforts with our derivative projects. Regards, Koshy From owner-cvs-all@FreeBSD.ORG Fri Jul 7 19:14:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9356D16A4DA; Fri, 7 Jul 2006 19:14:47 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4596D43D46; Fri, 7 Jul 2006 19:14:47 +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 k67JElhj063179; Fri, 7 Jul 2006 19:14:47 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67JEl9F063178; Fri, 7 Jul 2006 19:14:47 GMT (envelope-from anray) Message-Id: <200607071914.k67JEl9F063178@repoman.freebsd.org> From: Andrey Slusar Date: Fri, 7 Jul 2006 19:14:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/xemacs-packages Makefile ports/editors/xemacs-packages/files patch-gnus.el X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 19:14:47 -0000 anray 2006-07-07 19:14:46 UTC FreeBSD ports repository Modified files: editors/xemacs-packages Makefile Added files: editors/xemacs-packages/files patch-gnus.el Log: Change `default-process-coding-system' to `coding-system-for-read/write' in gnus package for fix compatiblity with current xemacsen. Revision Changes Path 1.57 +4 -0 ports/editors/xemacs-packages/Makefile 1.1 +35 -0 ports/editors/xemacs-packages/files/patch-gnus.el (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 7 19: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4624116A4DE; Fri, 7 Jul 2006 19:22:10 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4A8F43D77; Fri, 7 Jul 2006 19:22:08 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k67JM8Tm063588; Fri, 7 Jul 2006 19:22:08 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67JM85E063587; Fri, 7 Jul 2006 19:22:08 GMT (envelope-from itetcu) Message-Id: <200607071922.k67JM85E063587@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 7 Jul 2006 19:22:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/yakuake 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, 07 Jul 2006 19:22:10 -0000 itetcu 2006-07-07 19:22:08 UTC FreeBSD ports repository Modified files: x11/yakuake Makefile distinfo pkg-plist Log: Update to 2.7.5 PR: ports/99876 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/x11/yakuake/Makefile 1.2 +3 -3 ports/x11/yakuake/distinfo 1.2 +6 -1 ports/x11/yakuake/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 7 19:27:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE8CB16A4DD; Fri, 7 Jul 2006 19:27:55 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 943C043D76; Fri, 7 Jul 2006 19:27:55 +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 k67JRtRC063795; Fri, 7 Jul 2006 19:27:55 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67JRtId063794; Fri, 7 Jul 2006 19:27:55 GMT (envelope-from alepulver) Message-Id: <200607071927.k67JRtId063794@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 7 Jul 2006 19:27:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gpc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 19:27:56 -0000 alepulver 2006-07-07 19:27:55 UTC FreeBSD ports repository Modified files: lang/gpc Makefile Log: - Fix fetch problems (wrong subdirectory for MASTER_SITE_GCC). Revision Changes Path 1.10 +1 -1 ports/lang/gpc/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 7 19:30:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3751A16A4DF; Fri, 7 Jul 2006 19:30:45 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4410E43D68; Fri, 7 Jul 2006 19:30:38 +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 k67JUcUQ063955; Fri, 7 Jul 2006 19:30:38 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67JUcoU063954; Fri, 7 Jul 2006 19:30:38 GMT (envelope-from alepulver) Message-Id: <200607071930.k67JUcoU063954@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 7 Jul 2006 19: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/sysutils/gag Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 19:30:45 -0000 alepulver 2006-07-07 19:30:37 UTC FreeBSD ports repository Modified files: sysutils/gag Makefile Log: - Add ONLY_FOR_ARCHS=i386 (the bootloader was written in x86 assembly). Revision Changes Path 1.4 +4 -3 ports/sysutils/gag/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 7 19:44:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B872816A4DD; Fri, 7 Jul 2006 19:44:42 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D2E643D46; Fri, 7 Jul 2006 19:44: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 k67JigvP065006; Fri, 7 Jul 2006 19:44:42 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67JigsB065005; Fri, 7 Jul 2006 19:44:42 GMT (envelope-from sat) Message-Id: <200607071944.k67JigsB065005@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 7 Jul 2006 19:44: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/xpi-resurrectpages 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, 07 Jul 2006 19:44:42 -0000 sat 2006-07-07 19:44:42 UTC FreeBSD ports repository Modified files: www/xpi-resurrectpages Makefile distinfo pkg-plist Log: - Update to 1.0 Revision Changes Path 1.2 +1 -1 ports/www/xpi-resurrectpages/Makefile 1.2 +3 -3 ports/www/xpi-resurrectpages/distinfo 1.2 +24 -0 ports/www/xpi-resurrectpages/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 7 19: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADD9A16A4DE; Fri, 7 Jul 2006 19:49:22 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A7743D53; Fri, 7 Jul 2006 19:49:22 +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 k67JnMrD065374; Fri, 7 Jul 2006 19:49:22 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67JnMED065373; Fri, 7 Jul 2006 19:49:22 GMT (envelope-from itetcu) Message-Id: <200607071949.k67JnMED065373@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 7 Jul 2006 19: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/net-im/gaim-guifications Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 19:49:22 -0000 itetcu 2006-07-07 19:49:22 UTC FreeBSD ports repository Modified files: net-im/gaim-guifications Makefile Log: OPTIONify PR: ports/99510 Submitted by: Arseny Nasokin Reviewed by: maintainer Revision Changes Path 1.40 +5 -1 ports/net-im/gaim-guifications/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 7 20:00:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDB8616A4DA; Fri, 7 Jul 2006 20:00:06 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D98643D53; Fri, 7 Jul 2006 20:00:06 +0000 (GMT) (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 k67K06ih066313; Fri, 7 Jul 2006 20:00:06 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67K06AD066311; Fri, 7 Jul 2006 20:00:06 GMT (envelope-from alfred) Message-Id: <200607072000.k67K06AD066311@repoman.freebsd.org> From: Alfred Perlstein Date: Fri, 7 Jul 2006 20:00:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/proxy-connect 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, 07 Jul 2006 20:00:07 -0000 alfred 2006-07-07 20:00:06 UTC FreeBSD ports repository Modified files: net/proxy-connect pkg-descr Log: Improve upon pkg-descr. Note install is in /usr/local and give link to the program's web page. Submitted by: Huver Revision Changes Path 1.2 +3 -1 ports/net/proxy-connect/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Jul 7 20:56:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D65D316A4DF; Fri, 7 Jul 2006 20:56:48 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A01643D55; Fri, 7 Jul 2006 20:56:48 +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 k67Kumsa080959; Fri, 7 Jul 2006 20:56:48 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67Kumr3080958; Fri, 7 Jul 2006 20:56:48 GMT (envelope-from itetcu) Message-Id: <200607072056.k67Kumr3080958@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 7 Jul 2006 20:56:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/postfixadmin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 20:56:48 -0000 itetcu 2006-07-07 20:56:48 UTC FreeBSD ports repository Modified files: mail/postfixadmin Makefile Log: - Give the posibility to use mysqli as Db backend - fix typos PR: ports/99394 Submitted by: Darren Pilgrim Revision Changes Path 1.22 +9 -5 ports/mail/postfixadmin/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 7 20:58:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDEC716A4DD; Fri, 7 Jul 2006 20:58:57 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8802B43D46; Fri, 7 Jul 2006 20:58:57 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k67KwvrM081048; Fri, 7 Jul 2006 20:58:57 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67KwvQ7081047; Fri, 7 Jul 2006 20:58:57 GMT (envelope-from sat) Message-Id: <200607072058.k67KwvQ7081047@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 7 Jul 2006 20:58:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/parano Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 20:58:57 -0000 sat 2006-07-07 20:58:57 UTC FreeBSD ports repository Modified files: security/parano Makefile distinfo Log: - Update to 0.3.3 Revision Changes Path 1.5 +1 -1 ports/security/parano/Makefile 1.2 +3 -3 ports/security/parano/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 7 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A83FB16A503; Fri, 7 Jul 2006 21:19:05 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63EF743D49; Fri, 7 Jul 2006 21:19:05 +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 k67LJ5QH083122; Fri, 7 Jul 2006 21:19:05 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67LJ5X6083121; Fri, 7 Jul 2006 21:19:05 GMT (envelope-from itetcu) Message-Id: <200607072119.k67LJ5X6083121@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 7 Jul 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/mail/dspam Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 21:19:05 -0000 itetcu 2006-07-07 21:19:05 UTC FreeBSD ports repository Modified files: mail/dspam Makefile Log: Fix CLAMAV[_DEVEL][_LOCAL] logic so one can use clamav w/o CLAMAV_LOCAL. PR: ports/98709 Submitted by: Artis Caune Revision Changes Path 1.56 +9 -4 ports/mail/dspam/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 7 21: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E1C816A4DA; Fri, 7 Jul 2006 21:43:02 +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 0217143D68; Fri, 7 Jul 2006 21:42:58 +0000 (GMT) (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 95AFC46BA2; Fri, 7 Jul 2006 17:42:57 -0400 (EDT) Date: Fri, 7 Jul 2006 22:42:57 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Joseph Koshy In-Reply-To: <20060707185523.102F616A524@hub.freebsd.org> Message-ID: <20060707223928.F80381@fledge.watson.org> References: <20060707185523.102F616A524@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org, Joel Dahl Subject: Re: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 21:43:02 -0000 On Fri, 7 Jul 2006, Joseph Koshy wrote: >> Is this really FreeBSD news? The article you committed a link to doesn't >> mention FreeBSD at all. PC-BSD may be running FreeBSD under the hood, but >> I'm not sure that this belongs in the news section on the front page @ >> FreeBSD.org. > > The mention is in the 'In the Press' page though, not in the 'news' section. > >> I'm not saying that it's wrong to add it, but can we please have some sort >> of discussion about this? Where do we draw the line? Is news about >> DesktopBSD, FreeSBIE, FreeNAS, DragonFlyBSD etc allowed if we allow news >> about PC-BSD? > > DesktopBSD, FreeSBIE, Frenzy & PC-BSD are still FreeBSD and mention of them > in the press would be IMHO ok for inclusion in our 'FreeBSD in the Media' > link collection. > > I've also linked to good 'generic BSD' press articles in the past from our > 'Press' page. Advocacy has fuzzy boundaries... > > I wish we had a better way of sharing advocacy & marketing efforts with our > derivative projects. Ditto. I think we should be as supportive as we can for these projects, both in terms of interacting with them for PR purposes, but also on technical grounds to try and preemptively help identify and address problems they have with FreeBSD as it stands, and finding ways to support their future FreeBSD use. We've benefitted a lot from FreeSBIE's involvement in FreeBSD especially. "Scalability" has always been one of the more interesting issues in how the FreeBSD Project is structured. By having a strong and centralized core development team and repository, we've built a really nice and tightly integrated system. However, it's also had the effect of reducing the number of spin-off and derivative projects. This has had many benefits, but there are benefits to having those projects with their own specific focuses and identity exist as well, and making sure that they fit into a more broad FreeBSD ecosystem. Most of us may be focused on FreeBSD in the server, but more power to people who want to make it work well on the desktop, in live CDs, etc. And especially if they do a good job on advocacy, finding ways to bring FreeBSD to places it's not been before. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Fri Jul 7 21:50:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52BBF16A4DD; Fri, 7 Jul 2006 21:50:42 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AED643D46; Fri, 7 Jul 2006 21:50:42 +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 k67Lofm4084454; Fri, 7 Jul 2006 21:50:41 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67LofXf084453; Fri, 7 Jul 2006 21:50:41 GMT (envelope-from itetcu) Message-Id: <200607072150.k67LofXf084453@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 7 Jul 2006 21:50: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/x11/e17-module-weather Makefile ports/x11/e17-module-weather/files patch-e_mod_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: Fri, 07 Jul 2006 21:50:42 -0000 itetcu 2006-07-07 21:50:41 UTC FreeBSD ports repository Modified files: x11/e17-module-weather Makefile Added files: x11/e17-module-weather/files patch-e_mod_main.c Log: Make it work with recent version of enlightenment. PR: ports/99856 Submitted by: maintainer Revision Changes Path 1.2 +1 -0 ports/x11/e17-module-weather/Makefile 1.1 +12 -0 ports/x11/e17-module-weather/files/patch-e_mod_main.c (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 7 22:10:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2AC916A4DD; Fri, 7 Jul 2006 22:10:48 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C03043D45; Fri, 7 Jul 2006 22:10:48 +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 k67MAmvS086547; Fri, 7 Jul 2006 22:10:48 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67MAmjn086546; Fri, 7 Jul 2006 22:10:48 GMT (envelope-from alepulver) Message-Id: <200607072210.k67MAmjn086546@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 7 Jul 2006 22:10:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/gtkradiant Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 22:10:48 -0000 alepulver 2006-07-07 22:10:48 UTC FreeBSD ports repository Modified files: games/gtkradiant Makefile Log: - Change library version of x11-toolkits/gtkglext in LIB_DEPENDS. - Bump PORTREVISION. Revision Changes Path 1.3 +2 -1 ports/games/gtkradiant/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 7 22:12:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 766A316A4DD; Fri, 7 Jul 2006 22:12:09 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30B8043D45; Fri, 7 Jul 2006 22:12:09 +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 k67MC9mw086655; Fri, 7 Jul 2006 22:12:09 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67MC9jA086654; Fri, 7 Jul 2006 22:12:09 GMT (envelope-from brueffer) Message-Id: <200607072212.k67MC9jA086654@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 7 Jul 2006 22:12:09 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/events events.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 22:12:09 -0000 brueffer 2006-07-07 22:12:09 UTC FreeBSD doc repository Modified files: en/events events.xml Log: Updates for Linuxtage Essen 2006. Revision Changes Path 1.76 +7 -7 www/en/events/events.xml From owner-cvs-all@FreeBSD.ORG Fri Jul 7 22:59:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BFE016A4DA; Fri, 7 Jul 2006 22:59:03 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DAE743D45; Fri, 7 Jul 2006 22:59:03 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k67Mx20Q088582; Fri, 7 Jul 2006 22:59:02 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67Mx2ol088581; Fri, 7 Jul 2006 22:59:02 GMT (envelope-from marcel) Message-Id: <200607072259.k67Mx2ol088581@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 7 Jul 2006 22:59:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: LIBUWX Cc: Subject: cvs commit: src/sys/contrib/ia64/libuwx - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 22:59:03 -0000 marcel 2006-07-07 22:59:02 UTC FreeBSD src repository src/sys/contrib/ia64/libuwx - Imported sources Update of /home/ncvs/src/sys/contrib/ia64/libuwx In directory repoman.freebsd.org:/tmp/cvs-serv88402 Log Message: Import BETA 10 of HP's Unwind Express. This import does not contain any modifications to make it build as part of the FreeBSD kernel. Now that the source appears to have stabilized, local changes will happen on HEAD and will therefore cause affected files to be pulled from the vendor branch. Status: Vendor Tag: LIBUWX Release Tags: BETA10 U src/sys/contrib/ia64/libuwx/src/Makefile U src/sys/contrib/ia64/libuwx/src/uwx.h U src/sys/contrib/ia64/libuwx/src/uwx_bstream.c U src/sys/contrib/ia64/libuwx/src/uwx_bstream.h U src/sys/contrib/ia64/libuwx/src/uwx_context.c U src/sys/contrib/ia64/libuwx/src/uwx_context.h U src/sys/contrib/ia64/libuwx/src/uwx_env.c U src/sys/contrib/ia64/libuwx/src/uwx_env.h U src/sys/contrib/ia64/libuwx/src/uwx_scoreboard.c U src/sys/contrib/ia64/libuwx/src/uwx_scoreboard.h U src/sys/contrib/ia64/libuwx/src/uwx_self.c U src/sys/contrib/ia64/libuwx/src/uwx_self.h U src/sys/contrib/ia64/libuwx/src/uwx_self_context.s N src/sys/contrib/ia64/libuwx/src/uwx_self_info.h U src/sys/contrib/ia64/libuwx/src/uwx_step.c U src/sys/contrib/ia64/libuwx/src/uwx_step.h U src/sys/contrib/ia64/libuwx/src/uwx_str.c U src/sys/contrib/ia64/libuwx/src/uwx_str.h U src/sys/contrib/ia64/libuwx/src/uwx_swap.c U src/sys/contrib/ia64/libuwx/src/uwx_swap.h N src/sys/contrib/ia64/libuwx/src/uwx_symbols.c N src/sys/contrib/ia64/libuwx/src/uwx_symbols.h U src/sys/contrib/ia64/libuwx/src/uwx_trace.c U src/sys/contrib/ia64/libuwx/src/uwx_trace.h U src/sys/contrib/ia64/libuwx/src/uwx_uinfo.c U src/sys/contrib/ia64/libuwx/src/uwx_uinfo.h U src/sys/contrib/ia64/libuwx/src/uwx_utable.c U src/sys/contrib/ia64/libuwx/src/uwx_utable.h U src/sys/contrib/ia64/libuwx/test/Makefile U src/sys/contrib/ia64/libuwx/test/dump_context.c U src/sys/contrib/ia64/libuwx/test/dumpmyself.c U src/sys/contrib/ia64/libuwx/test/primeregs.s No conflicts created by this import From owner-cvs-all@FreeBSD.ORG Fri Jul 7 23:04:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85A8716A4DA; Fri, 7 Jul 2006 23:04:50 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06C4B43D49; Fri, 7 Jul 2006 23:04:50 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k67N4n22090218; Fri, 7 Jul 2006 23:04:49 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67N4nad090217; Fri, 7 Jul 2006 23:04:49 GMT (envelope-from marcel) Message-Id: <200607072304.k67N4nad090217@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 7 Jul 2006 23:04:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: LIBUWX Cc: Subject: cvs commit: src/sys/contrib/ia64/libuwx src.diff src/sys/contrib/ia64/libuwx/src uwx_self-new.c uwx_ttrace.c uwx_ttrace.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, 07 Jul 2006 23:04:50 -0000 marcel 2006-07-07 23:04:49 UTC FreeBSD src repository Removed files: (Branch: LIBUWX) sys/contrib/ia64/libuwx src.diff sys/contrib/ia64/libuwx/src uwx_self-new.c uwx_ttrace.c uwx_ttrace.h Log: Remove files from the vendor branch that aren't part of BETA 10. Revision Changes Path 1.1.1.2 +0 -352 src/sys/contrib/ia64/libuwx/src.diff (dead) 1.1.1.2 +0 -336 src/sys/contrib/ia64/libuwx/src/uwx_self-new.c (dead) 1.1.1.5 +0 -369 src/sys/contrib/ia64/libuwx/src/uwx_ttrace.c (dead) 1.1.1.4 +0 -64 src/sys/contrib/ia64/libuwx/src/uwx_ttrace.h (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 7 23:08:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06EFD16A4E5; Fri, 7 Jul 2006 23:08:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75C3243D5D; Fri, 7 Jul 2006 23:08:24 +0000 (GMT) (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 k67N8OLf090426; Fri, 7 Jul 2006 23:08:24 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67N8OtL090425; Fri, 7 Jul 2006 23:08:24 GMT (envelope-from linimon) Message-Id: <200607072308.k67N8OtL090425@repoman.freebsd.org> From: Mark Linimon Date: Fri, 7 Jul 2006 23:08:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/tcl84 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 23:08:25 -0000 linimon 2006-07-07 23:08:24 UTC FreeBSD ports repository Modified files: lang/tcl84 Makefile Log: Fix cronjob-driven updating of ports by fully qualifying the path to sysctl. Hat: portmgr Revision Changes Path 1.95 +1 -1 ports/lang/tcl84/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 7 23:30:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCF2816A4DD; Fri, 7 Jul 2006 23:30:14 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 805C843D4C; Fri, 7 Jul 2006 23:30:14 +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 k67NUEWb091468; Fri, 7 Jul 2006 23:30:14 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67NUELE091467; Fri, 7 Jul 2006 23:30:14 GMT (envelope-from imp) Message-Id: <200607072330.k67NUELE091467@repoman.freebsd.org> From: Warner Losh Date: Fri, 7 Jul 2006 23:30:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys bus.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, 07 Jul 2006 23:30:15 -0000 imp 2006-07-07 23:30:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys bus.h Log: MFC: phk's bus_{read,write}_* macros. These are slightly different than -current because rman is opaque in RELENG_6, but are 100% API compatible. If they prove to be too slow, we may be able to make rman non-opaque to mitigate it. This should help porting drivers from -current into -stable. Revision Changes Path 1.70.2.1 +135 -0 src/sys/sys/bus.h From owner-cvs-all@FreeBSD.ORG Fri Jul 7 23:32:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B17FD16A4DA; Fri, 7 Jul 2006 23:32:58 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CC0943D4C; Fri, 7 Jul 2006 23:32:58 +0000 (GMT) (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 k67NWwQa091615; Fri, 7 Jul 2006 23:32:58 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67NWw8o091614; Fri, 7 Jul 2006 23:32:58 GMT (envelope-from linimon) Message-Id: <200607072332.k67NWw8o091614@repoman.freebsd.org> From: Mark Linimon Date: Fri, 7 Jul 2006 23:32:58 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/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, 07 Jul 2006 23:32:58 -0000 linimon 2006-07-07 23:32:58 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Add note about always fully qualifying sysctl. Hat: portmgr Revision Changes Path 1.729 +14 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 7 23:43:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70FC516A4DA; Fri, 7 Jul 2006 23:43:56 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C0E943D46; Fri, 7 Jul 2006 23:43:56 +0000 (GMT) (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 k67NhuaE092153; Fri, 7 Jul 2006 23:43:56 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67NhuZe092152; Fri, 7 Jul 2006 23:43:56 GMT (envelope-from linimon) Message-Id: <200607072343.k67NhuZe092152@repoman.freebsd.org> From: Mark Linimon Date: Fri, 7 Jul 2006 23:43:55 +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, 07 Jul 2006 23:43:56 -0000 linimon 2006-07-07 23:43:55 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Add note that the build cluster is no longer building BROKEN ports by default (it can be accomplished with the -trybroken flag). This was found to simply slow down package builds in the general case. Hat: portmgr Revision Changes Path 1.730 +9 -4 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 7 23:56:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58EC416A4DA; Fri, 7 Jul 2006 23:56:36 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FBDE43D45; Fri, 7 Jul 2006 23:56:36 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k67NuZo6092751; Fri, 7 Jul 2006 23:56:36 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k67NuZWe092750; Fri, 7 Jul 2006 23:56:35 GMT (envelope-from marcel) Message-Id: <200607072356.k67NuZWe092750@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 7 Jul 2006 23:56: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/contrib/ia64/libuwx/src uwx.h uwx_bstream.c uwx_context.c uwx_env.c uwx_scoreboard.c uwx_step.c uwx_step.h uwx_str.c uwx_trace.c uwx_trace.h uwx_uinfo.c uwx_utable.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 23:56:36 -0000 marcel 2006-07-07 23:56:34 UTC FreeBSD src repository Modified files: sys/contrib/ia64/libuwx/src uwx.h uwx_bstream.c uwx_context.c uwx_env.c uwx_scoreboard.c uwx_step.c uwx_step.h uwx_str.c uwx_trace.c uwx_trace.h uwx_uinfo.c uwx_utable.c Log: Apply local modifications to make Unwind Express BETA 10 buildable and usable in the FreeBSD kernel. Revision Changes Path 1.2 +217 -46 src/sys/contrib/ia64/libuwx/src/uwx.h 1.2 +24 -22 src/sys/contrib/ia64/libuwx/src/uwx_bstream.c 1.2 +129 -50 src/sys/contrib/ia64/libuwx/src/uwx_context.c 1.2 +118 -65 src/sys/contrib/ia64/libuwx/src/uwx_env.c 1.2 +67 -29 src/sys/contrib/ia64/libuwx/src/uwx_scoreboard.c 1.2 +400 -98 src/sys/contrib/ia64/libuwx/src/uwx_step.c 1.2 +29 -0 src/sys/contrib/ia64/libuwx/src/uwx_step.h 1.2 +40 -34 src/sys/contrib/ia64/libuwx/src/uwx_str.c 1.2 +66 -38 src/sys/contrib/ia64/libuwx/src/uwx_trace.c 1.2 +139 -117 src/sys/contrib/ia64/libuwx/src/uwx_trace.h 1.2 +59 -43 src/sys/contrib/ia64/libuwx/src/uwx_uinfo.c 1.2 +57 -39 src/sys/contrib/ia64/libuwx/src/uwx_utable.c From owner-cvs-all@FreeBSD.ORG Sat Jul 8 00:01:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25DA416A4DF; Sat, 8 Jul 2006 00:01:02 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C594543D45; Sat, 8 Jul 2006 00:01:01 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k680119w092972; Sat, 8 Jul 2006 00:01:01 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68011ld092971; Sat, 8 Jul 2006 00:01:01 GMT (envelope-from mlaier) Message-Id: <200607080001.k68011ld092971@repoman.freebsd.org> From: Max Laier Date: Sat, 8 Jul 2006 00:01: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/netinet ip_carp.c src/sys/contrib/pf/net if_pfsync.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 00:01:02 -0000 mlaier 2006-07-08 00:01:01 UTC FreeBSD src repository Modified files: sys/netinet ip_carp.c sys/contrib/pf/net if_pfsync.c Log: Make in-kernel multicast protocols for pfsync and carp work after enabling dynamic resizing of multicast membership array. Reported and testing by: Maxim Konovalov, Scott Ullrich Reminded by: thompsa MFC after: 2 weeks Revision Changes Path 1.29 +5 -0 src/sys/contrib/pf/net/if_pfsync.c 1.41 +5 -0 src/sys/netinet/ip_carp.c From owner-cvs-all@FreeBSD.ORG Sat Jul 8 00:32:43 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19C3016A4DD; Sat, 8 Jul 2006 00:32:43 +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 82E7843D6D; Sat, 8 Jul 2006 00:32:38 +0000 (GMT) (envelope-from max@love2party.net) Received: from [88.64.182.206] (helo=amd64.laiers.local) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis), id 0MKwh2-1Fz0kD2BuK-00064p; Sat, 08 Jul 2006 02:32:37 +0200 From: Max Laier Organization: FreeBSD To: src-committers@freebsd.org Date: Sat, 8 Jul 2006 02:32:18 +0200 User-Agent: KMail/1.9.1 References: <200607080001.k68011ld092971@repoman.freebsd.org> In-Reply-To: <200607080001.k68011ld092971@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="nextPart4881537.olZc4E7dhB"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200607080232.24587.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de login:61c499deaeeba3ba5be80f48ecc83056 Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet ip_carp.c src/sys/contrib/pf/net if_pfsync.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 00:32:43 -0000 --nextPart4881537.olZc4E7dhB Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 08 July 2006 02:01, Max Laier wrote: > MFC after: 2 weeks =2E.. not. I was confused. =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 --nextPart4881537.olZc4E7dhB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBErv0YXyyEoT62BG0RArAQAJ9gvCnSPaoTVFqLFR0D+rRWVjztUgCfc4G/ qKHJurLEWXn2oA5FeGQOaq0= =P0SH -----END PGP SIGNATURE----- --nextPart4881537.olZc4E7dhB-- From owner-cvs-all@FreeBSD.ORG Sat Jul 8 00:32:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDB4316A4DD; Sat, 8 Jul 2006 00:32:48 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A3F43D45; Sat, 8 Jul 2006 00:32: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 k680WmGf096736; Sat, 8 Jul 2006 00:32:48 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k680WmpL096735; Sat, 8 Jul 2006 00:32:48 GMT (envelope-from ahze) Message-Id: <200607080032.k680WmpL096735@repoman.freebsd.org> From: Michael Johnson Date: Sat, 8 Jul 2006 00:32: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/archivers/szip Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 00:32:49 -0000 ahze 2006-07-08 00:32:48 UTC FreeBSD ports repository Modified files: archivers/szip Makefile Log: - Remove ONLY_FOR_ARCHS as this was set when this port used to install a binary instead of build from source. Revision Changes Path 1.12 +0 -1 ports/archivers/szip/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 8 00:37:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4334916A4DF; Sat, 8 Jul 2006 00:37:46 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 004E443D5A; Sat, 8 Jul 2006 00:37:45 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k680bjei099740; Sat, 8 Jul 2006 00: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 k680bjcu099737; Sat, 8 Jul 2006 00:37:45 GMT (envelope-from ahze) Message-Id: <200607080037.k680bjcu099737@repoman.freebsd.org> From: Michael Johnson Date: Sat, 8 Jul 2006 00: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/audio/denemo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 00:37:46 -0000 ahze 2006-07-08 00:37:45 UTC FreeBSD ports repository Modified files: audio/denemo Makefile Log: - This version of denemo now builds on sparc64 - Adopt this port for sparc64 Revision Changes Path 1.25 +1 -5 ports/audio/denemo/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 8 00:38:48 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA33A16A4DF for ; Sat, 8 Jul 2006 00:38:48 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66E0243D6A for ; Sat, 8 Jul 2006 00:38:47 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by py-out-1112.google.com with SMTP id i75so574186pye for ; Fri, 07 Jul 2006 17:38:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=eL7zuX7tv1KCbAbRNmLCkGQ5HGJ2Vf1g/kxkXHzKInJz+//miUKszTpu3u37Uxu8ZZ1U/5sniPyF92aU7fCb86RllAgk0tkL1bheu5eidPEbFrfNrf49FCdd5uSQ1sZRgW3mc54RJ5CKp0cVvIVcwVxkFDjn3HbFSEAvBZ6Bgyc= Received: by 10.35.63.2 with SMTP id q2mr2735483pyk; Fri, 07 Jul 2006 17:38:46 -0700 (PDT) Received: by 10.35.87.9 with HTTP; Fri, 7 Jul 2006 17:38:46 -0700 (PDT) Message-ID: Date: Sat, 8 Jul 2006 00:38:46 +0000 From: "michael johnson" Sender: buhnux@gmail.com To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org In-Reply-To: <200607080037.k680bjcu099737@repoman.freebsd.org> MIME-Version: 1.0 References: <200607080037.k680bjcu099737@repoman.freebsd.org> X-Google-Sender-Auth: 9ce08a7ddef19d66 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: cvs commit: ports/audio/denemo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 00:38:48 -0000 On 7/8/06, Michael Johnson wrote: > > ahze 2006-07-08 00:37:45 UTC > > FreeBSD ports repository > > Modified files: > audio/denemo Makefile > Log: > - This version of denemo now builds on sparc64 > - Adopt this port for sparc64 the last part should read "Adopt this port for multimedia@" Revision Changes Path > 1.25 +1 -5 ports/audio/denemo/Makefile > From owner-cvs-all@FreeBSD.ORG Sat Jul 8 00:52:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 688FE16A4DA; Sat, 8 Jul 2006 00:52:28 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2234843D49; Sat, 8 Jul 2006 00:52:28 +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 k680qSsx011532; Sat, 8 Jul 2006 00:52:28 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k680qRGH011531; Sat, 8 Jul 2006 00:52:27 GMT (envelope-from itetcu) Message-Id: <200607080052.k680qRGH011531@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 8 Jul 2006 00:52: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/pwlib152/files patch-include_ptclib_pldap.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, 08 Jul 2006 00:52:28 -0000 itetcu 2006-07-08 00:52:27 UTC FreeBSD ports repository Added files: devel/pwlib152/files patch-include_ptclib_pldap.h Log: Make it compile. PR: ports/99894 Submitted by: maintianer Revision Changes Path 1.1 +7 -0 ports/devel/pwlib152/files/patch-include_ptclib_pldap.h (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 02: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF45016A4DA; Sat, 8 Jul 2006 02:12:21 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D49C43D45; Sat, 8 Jul 2006 02:12:21 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k682CL8J061472; Sat, 8 Jul 2006 02:12:21 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k682CL3B061471; Sat, 8 Jul 2006 02:12:21 GMT (envelope-from clsung) Message-Id: <200607080212.k682CL3B061471@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 8 Jul 2006 02: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 Makefile ports/www/p5-HTML-TagParser 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, 08 Jul 2006 02:12:21 -0000 clsung 2006-07-08 02:12:21 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-HTML-TagParser Makefile distinfo pkg-descr pkg-plist Log: - HTML::TagParser is a pure Perl implementaion for parsing HTML files. This module provides some methods like DOM. This module is not strict about XHTML format because many of HTML pages are not strict. You know, many pages use
elemtents instead of
and have

elements which are not closed. WWW: http://search.cpan.org/dist/p5-HTML-TagParser/ Revision Changes Path 1.1486 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/p5-HTML-TagParser/Makefile (new) 1.1 +3 -0 ports/www/p5-HTML-TagParser/distinfo (new) 1.1 +15 -0 ports/www/p5-HTML-TagParser/pkg-descr (new) 1.1 +5 -0 ports/www/p5-HTML-TagParser/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 02:12:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD5C316A4DE; Sat, 8 Jul 2006 02:12:34 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 341A643D45; Sat, 8 Jul 2006 02:12: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 k682CY8I061574; Sat, 8 Jul 2006 02:12:34 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k682CYBc061573; Sat, 8 Jul 2006 02:12:34 GMT (envelope-from clsung) Message-Id: <200607080212.k682CYBc061573@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 8 Jul 2006 02:12:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 02:12:34 -0000 clsung 2006-07-08 02:12:34 UTC FreeBSD ports repository Modified files: . modules Log: p5-HTML-TagParser --> ports/www/p5-HTML-TagParser Revision Changes Path 1.15523 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 8 02:28:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9233216A4DA; Sat, 8 Jul 2006 02:28:50 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50E8943D45; Sat, 8 Jul 2006 02:28: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 k682So8j068088; Sat, 8 Jul 2006 02:28:50 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k682SowP068087; Sat, 8 Jul 2006 02:28:50 GMT (envelope-from clsung) Message-Id: <200607080228.k682SowP068087@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 8 Jul 2006 02:28:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 02:28:50 -0000 clsung 2006-07-08 02:28:49 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Add an entry for www/lifetype update. Revision Changes Path 1.359 +8 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Sat Jul 8 03:01:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66E1416A4DE; Sat, 8 Jul 2006 03:01:15 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD26343D4C; Sat, 8 Jul 2006 03:01:14 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6831EmG078406; Sat, 8 Jul 2006 03:01:14 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6831Emu078405; Sat, 8 Jul 2006 03:01:14 GMT (envelope-from vanilla) Message-Id: <200607080301.k6831Emu078405@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 8 Jul 2006 03:01:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/zh_TW.Big5/books/handbook/config chapter.sgml doc/zh_TW.Big5/books/handbook/eresources chapter.sgml doc/zh_TW.Big5/books/handbook/install chapter.sgml doc/zh_TW.Big5/books/handbook/introduction chapter.sgml doc/zh_TW.Big5/books/handbook/l10n chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 03:01:15 -0000 vanilla 2006-07-08 03:01:14 UTC FreeBSD doc repository Modified files: zh_TW.Big5/books/handbook/config chapter.sgml zh_TW.Big5/books/handbook/eresources chapter.sgml zh_TW.Big5/books/handbook/install chapter.sgml zh_TW.Big5/books/handbook/introduction chapter.sgml zh_TW.Big5/books/handbook/l10n chapter.sgml Log: - Update to (20060707) svn#702 PR: docs/99891 Submitted by: chinsan.tw at gmail.com Revision Changes Path 1.4 +41 -57 doc/zh_TW.Big5/books/handbook/config/chapter.sgml 1.3 +10 -14 doc/zh_TW.Big5/books/handbook/eresources/chapter.sgml 1.5 +8 -288 doc/zh_TW.Big5/books/handbook/install/chapter.sgml 1.6 +26 -49 doc/zh_TW.Big5/books/handbook/introduction/chapter.sgml 1.6 +1 -1 doc/zh_TW.Big5/books/handbook/l10n/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 8 03:18:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E02016A4DA; Sat, 8 Jul 2006 03:18:42 +0000 (UTC) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C68DE43D53; Sat, 8 Jul 2006 03:18:41 +0000 (GMT) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k683Ifbr086759; Sat, 8 Jul 2006 03:18:41 GMT (envelope-from avatar@repoman.freebsd.org) Received: (from avatar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k683IfeJ086758; Sat, 8 Jul 2006 03:18:41 GMT (envelope-from avatar) Message-Id: <200607080318.k683IfeJ086758@repoman.freebsd.org> From: Tai-hwa Liang Date: Sat, 8 Jul 2006 03:18: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 ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 03:18:42 -0000 avatar 2006-07-08 03:18:41 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Adding more antiques came from the RELENG_4(or prior) era: sbin/nfsd, sbin/mount_portal and sbin/kget. MFC after: 1 month Revision Changes Path 1.40 +9 -0 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Sat Jul 8 03: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 444B616A4E0; Sat, 8 Jul 2006 03:22:46 +0000 (UTC) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CEDB43D5F; Sat, 8 Jul 2006 03:22:45 +0000 (GMT) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k683MjHt087717; Sat, 8 Jul 2006 03:22:45 GMT (envelope-from avatar@repoman.freebsd.org) Received: (from avatar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k683MjBt087716; Sat, 8 Jul 2006 03:22:45 GMT (envelope-from avatar) Message-Id: <200607080322.k683MjBt087716@repoman.freebsd.org> From: Tai-hwa Liang Date: Sat, 8 Jul 2006 03:22:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 03:22:46 -0000 avatar 2006-07-08 03:22:44 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Oops, it is sbin/nfsd that was removed, not the man page. MFC after: 1 month Revision Changes Path 1.41 +0 -1 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Sat Jul 8 03:30:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFE3616A4DF; Sat, 8 Jul 2006 03:30:42 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA58543D45; Sat, 8 Jul 2006 03:30:42 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k683Ugow090880; Sat, 8 Jul 2006 03:30:42 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k683Ugln090876; Sat, 8 Jul 2006 03:30:42 GMT (envelope-from vanilla) Message-Id: <200607080330.k683Ugln090876@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 8 Jul 2006 03: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/textproc/pecl-ctemplate Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 03:30:43 -0000 vanilla 2006-07-08 03:30:42 UTC FreeBSD ports repository Modified files: textproc/pecl-ctemplate Makefile distinfo Log: Upgrade to 0.6. Revision Changes Path 1.6 +1 -1 ports/textproc/pecl-ctemplate/Makefile 1.6 +3 -3 ports/textproc/pecl-ctemplate/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 8 03:33:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC7B216A4E0; Sat, 8 Jul 2006 03:33:06 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A70F43D53; Sat, 8 Jul 2006 03:33:06 +0000 (GMT) (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 k683X67V091921; Sat, 8 Jul 2006 03:33:06 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k683X6q2091920; Sat, 8 Jul 2006 03:33:06 GMT (envelope-from linimon) Message-Id: <200607080333.k683X6q2091920@repoman.freebsd.org> From: Mark Linimon Date: Sat, 8 Jul 2006 03: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/Tools/portbuild/scripts dopackagestats X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 03:33:06 -0000 linimon 2006-07-08 03:33:06 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts dopackagestats Log: Refactor. No code change (yet). Revision Changes Path 1.8 +32 -12 ports/Tools/portbuild/scripts/dopackagestats From owner-cvs-all@FreeBSD.ORG Sat Jul 8 03: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D11C116A4DA; Sat, 8 Jul 2006 03:33:52 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1293443D6A; Sat, 8 Jul 2006 03:33:52 +0000 (GMT) (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 k683XpmM092256; Sat, 8 Jul 2006 03:33:51 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k683XpRI092255; Sat, 8 Jul 2006 03:33:51 GMT (envelope-from linimon) Message-Id: <200607080333.k683XpRI092255@repoman.freebsd.org> From: Mark Linimon Date: Sat, 8 Jul 2006 03:33: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/Tools/portbuild/scripts dopackagestats X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 03:33:52 -0000 linimon 2006-07-08 03:33:51 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts dopackagestats Log: White space adjustment after refactoring. Revision Changes Path 1.9 +21 -21 ports/Tools/portbuild/scripts/dopackagestats From owner-cvs-all@FreeBSD.ORG Sat Jul 8 03:36:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7047E16A4DA; Sat, 8 Jul 2006 03:36:37 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 392EA43D45; Sat, 8 Jul 2006 03:36: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 k683abLw094006; Sat, 8 Jul 2006 03:36:37 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k683abn8094005; Sat, 8 Jul 2006 03:36:37 GMT (envelope-from rafan) Message-Id: <200607080336.k683abn8094005@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 03:36: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/biology/avida Makefile distinfo pkg-plist ports/biology/avida/files patch-ab patch-configure patch-source::main::config.cc patch-source::support::genesis patch-source::tools::data_entry.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: Sat, 08 Jul 2006 03:36:37 -0000 rafan 2006-07-08 03:36:37 UTC FreeBSD ports repository Modified files: biology/avida Makefile distinfo pkg-plist Removed files: biology/avida/files patch-ab patch-configure patch-source::main::config.cc patch-source::support::genesis patch-source::tools::data_entry.hh Log: - Update to 2.4.3 - Pass maintainersip to submitter PR: 99901 Submitted by: Scott Flatman Approved by: delphij (mentor, implicit) Revision Changes Path 1.20 +32 -35 ports/biology/avida/Makefile 1.5 +3 -3 ports/biology/avida/distinfo 1.2 +0 -10 ports/biology/avida/files/patch-ab (dead) 1.2 +0 -20 ports/biology/avida/files/patch-configure (dead) 1.2 +0 -23 ports/biology/avida/files/patch-source::main::config.cc (dead) 1.2 +0 -19 ports/biology/avida/files/patch-source::support::genesis (dead) 1.2 +0 -44 ports/biology/avida/files/patch-source::tools::data_entry.hh (dead) 1.4 +112 -80 ports/biology/avida/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 8 04:09:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4378B16A4E0; Sat, 8 Jul 2006 04:09:46 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A316143D70; Sat, 8 Jul 2006 04:09:42 +0000 (GMT) (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 k6849gmZ009081; Sat, 8 Jul 2006 04:09:42 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6849gpN009080; Sat, 8 Jul 2006 04:09:42 GMT (envelope-from linimon) Message-Id: <200607080409.k6849gpN009080@repoman.freebsd.org> From: Mark Linimon Date: Sat, 8 Jul 2006 04:09: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/Tools/portbuild/scripts dopackagestats X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 04:09:46 -0000 linimon 2006-07-08 04:09:42 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts dopackagestats Log: Add the -exp builds down at the end. Probably only of interest to portmgr, so do them separately in order not to break up the ease of browsing the most important stats, above. Revision Changes Path 1.10 +33 -12 ports/Tools/portbuild/scripts/dopackagestats From owner-cvs-all@FreeBSD.ORG Sat Jul 8 04:38:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72A5F16A4DD; Sat, 8 Jul 2006 04:38:17 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D4E743D49; Sat, 8 Jul 2006 04:38: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 k684cH3F018380; Sat, 8 Jul 2006 04:38:17 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k684cH9r018379; Sat, 8 Jul 2006 04:38:17 GMT (envelope-from clsung) Message-Id: <200607080438.k684cH9r018379@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 8 Jul 2006 04:38: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/netwib Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 04:38:17 -0000 clsung 2006-07-08 04:38:17 UTC FreeBSD ports repository Modified files: net/netwib Makefile distinfo Log: - Maintainer Update to net/netwib to version 5.34.0 Original package changes: - New functions netwib_buf_casecmp(), netwib_buf_cmp_str() and netwib_buf_casecmp_str() - bug fixes PR: ports/99874 Submitted by: maintainer (Janos Mohacsi) Revision Changes Path 1.22 +1 -1 ports/net/netwib/Makefile 1.16 +6 -6 ports/net/netwib/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 8 04:39:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F6D616A4DE; Sat, 8 Jul 2006 04:39:36 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF8C543D46; Sat, 8 Jul 2006 04:39: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 k684dZto019143; Sat, 8 Jul 2006 04:39:35 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k684dZq1019139; Sat, 8 Jul 2006 04:39:35 GMT (envelope-from clsung) Message-Id: <200607080439.k684dZq1019139@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 8 Jul 2006 04:39:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/netwox Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 04:39:36 -0000 clsung 2006-07-08 04:39:35 UTC FreeBSD ports repository Modified files: net-mgmt/netwox Makefile distinfo Log: - Maintainer Update to net-mgmt/netwox to version 5.34.0 Original pakage changes: - minot bugfixes PR: ports/99875 Submitted by: maintainer (Janos Mohacsi) Revision Changes Path 1.21 +1 -1 ports/net-mgmt/netwox/Makefile 1.16 +6 -6 ports/net-mgmt/netwox/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 8 04:41:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B67416A4E1; Sat, 8 Jul 2006 04:41:17 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD9D743D7C; Sat, 8 Jul 2006 04:41: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 k684fGqU020522; Sat, 8 Jul 2006 04:41:16 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k684fGPO020521; Sat, 8 Jul 2006 04:41:16 GMT (envelope-from clsung) Message-Id: <200607080441.k684fGPO020521@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 8 Jul 2006 04: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/net-mgmt/netwag Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 04:41:17 -0000 clsung 2006-07-08 04:41:16 UTC FreeBSD ports repository Modified files: net-mgmt/netwag Makefile distinfo Log: - Maintainer Update to net-mgmt/netwag to version 5.34.0 Changes: - minor bugfixes PR: ports/99877 Submitted by: maintainer (Janos Mohacsi) Revision Changes Path 1.8 +1 -1 ports/net-mgmt/netwag/Makefile 1.7 +6 -6 ports/net-mgmt/netwag/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 8 05:00:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4206D16A4E1; Sat, 8 Jul 2006 05:00:24 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D26D943D45; Sat, 8 Jul 2006 05:00:23 +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 k6850NRc041188; Sat, 8 Jul 2006 05:00:23 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6850NKR041181; Sat, 8 Jul 2006 05:00:23 GMT (envelope-from rafan) Message-Id: <200607080500.k6850NKR041181@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 05: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/math/asymptote 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, 08 Jul 2006 05:00:24 -0000 rafan 2006-07-08 05:00:23 UTC FreeBSD ports repository Modified files: math/asymptote Makefile distinfo pkg-plist Log: - Update to 1.11 PR: 99881 Submitted by: Nicola Vitale (maintainer) Approved by: delphij (mentor, implicit) Revision Changes Path 1.20 +1 -1 ports/math/asymptote/Makefile 1.17 +3 -3 ports/math/asymptote/distinfo 1.15 +3 -1 ports/math/asymptote/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 8 05:01:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B38C16A4DD; Sat, 8 Jul 2006 05:01:58 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3781F43D45; Sat, 8 Jul 2006 05:01:58 +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 k6851wkg042514; Sat, 8 Jul 2006 05:01:58 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6851ww5042512; Sat, 8 Jul 2006 05:01:58 GMT (envelope-from rafan) Message-Id: <200607080501.k6851ww5042512@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 05:01:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/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: Sat, 08 Jul 2006 05:01:58 -0000 rafan 2006-07-08 05:01:57 UTC FreeBSD ports repository Modified files: www/eyeos Makefile distinfo pkg-plist Log: - Update to 0.9.0.4 PR: 99872 Submitted by: Nicola Vitale (maintainer) Approved by: delphij (mentor, implicit) Revision Changes Path 1.4 +1 -1 ports/www/eyeos/Makefile 1.4 +3 -3 ports/www/eyeos/distinfo 1.4 +5 -2 ports/www/eyeos/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 8 05:15:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98C4216A4DE; Sat, 8 Jul 2006 05:15:08 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3454843D46; Sat, 8 Jul 2006 05:15: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 k685F8rb053874; Sat, 8 Jul 2006 05:15:08 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k685F82l053870; Sat, 8 Jul 2006 05:15:08 GMT (envelope-from dinoex) Message-Id: <200607080515.k685F82l053870@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 8 Jul 2006 05:15: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/ffcall Makefile ports/devel/ffcall/files patch-avcall_avcall-sparc64.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, 08 Jul 2006 05:15:08 -0000 dinoex 2006-07-08 05:15:07 UTC FreeBSD ports repository Modified files: devel/ffcall Makefile Added files: devel/ffcall/files patch-avcall_avcall-sparc64.S Log: - fix build on sparc64 PR: 99898 Submitted by: ahze (Michael Johnson) Revision Changes Path 1.22 +0 -1 ports/devel/ffcall/Makefile 1.1 +231 -0 ports/devel/ffcall/files/patch-avcall_avcall-sparc64.S (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 05:16:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6E6316A4E0; Sat, 8 Jul 2006 05:16:35 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A247043D49; Sat, 8 Jul 2006 05:16: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 k685GZfJ055003; Sat, 8 Jul 2006 05:16:35 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k685GZ1a055002; Sat, 8 Jul 2006 05:16:35 GMT (envelope-from clsung) Message-Id: <200607080516.k685GZ1a055002@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 8 Jul 2006 05:16:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/bozohttpd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 05:16:36 -0000 clsung 2006-07-08 05:16:35 UTC FreeBSD ports repository Modified files: www/bozohttpd Makefile distinfo Log: - Maintainer Update to www/bozohttpd to version 20060517 Original package changes: * make directory indexing mode not look so ugly * build a text version of the manual page * make "make clean" work properly PR: ports/99878 Submitted by: maintainer (Janos Mohacsi) Revision Changes Path 1.12 +1 -1 ports/www/bozohttpd/Makefile 1.11 +3 -3 ports/www/bozohttpd/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 8 05:29:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4758216A4DF; Sat, 8 Jul 2006 05:29:21 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C5143D45; Sat, 8 Jul 2006 05:29:21 +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 k685TKq1064446; Sat, 8 Jul 2006 05:29:20 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k685TKBh064444; Sat, 8 Jul 2006 05:29:20 GMT (envelope-from rafan) Message-Id: <200607080529.k685TKBh064444@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 05:29:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/py-pyPgSQL 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, 08 Jul 2006 05:29:21 -0000 rafan 2006-07-08 05:29:20 UTC FreeBSD ports repository Modified files: databases/py-pyPgSQL Makefile distinfo pkg-plist Log: - Update to 2.5.1 Approved by: delphij (mentor, implicit) Revision Changes Path 1.15 +2 -6 ports/databases/py-pyPgSQL/Makefile 1.9 +3 -3 ports/databases/py-pyPgSQL/distinfo 1.5 +2 -0 ports/databases/py-pyPgSQL/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 8 05:32:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0059C16A4DA; Sat, 8 Jul 2006 05:32:00 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFF7143D4C; Sat, 8 Jul 2006 05:32:00 +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 k685W0gu066524; Sat, 8 Jul 2006 05:32:00 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k685W0SX066523; Sat, 8 Jul 2006 05:32:00 GMT (envelope-from clsung) Message-Id: <200607080532.k685W0SX066523@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 8 Jul 2006 05:32:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/nmap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 05:32:01 -0000 clsung 2006-07-08 05:32:00 UTC FreeBSD ports repository Modified files: security/nmap Makefile distinfo Log: - update to 4.11 PR: ports/99833 Submitted by: tjs Approved by: maintainer (Daniel Roethlisberger) Revision Changes Path 1.101 +1 -1 ports/security/nmap/Makefile 1.65 +3 -3 ports/security/nmap/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 8 06: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1013816A4DE; Sat, 8 Jul 2006 06:50:15 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0CF543D45; Sat, 8 Jul 2006 06:50:14 +0000 (GMT) (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 k686oEBH045834; Sat, 8 Jul 2006 06:50:14 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k686o9KL045779; Sat, 8 Jul 2006 06:50:09 GMT (envelope-from linimon) Message-Id: <200607080650.k686o9KL045779@repoman.freebsd.org> From: Mark Linimon Date: Sat, 8 Jul 2006 06:50:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/fusefs-kmod Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 06:50:15 -0000 linimon 2006-07-08 06:50:09 UTC FreeBSD ports repository Modified files: sysutils/fusefs-kmod Makefile Log: Fully qualify the path to sysctl. Approved by: maintainer Revision Changes Path 1.7 +1 -1 ports/sysutils/fusefs-kmod/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 8 06: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A357116A4DA; Sat, 8 Jul 2006 06:53:35 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F89943D49; Sat, 8 Jul 2006 06:53:35 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k686rZHw047587; Sat, 8 Jul 2006 06:53:35 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k686rZce047586; Sat, 8 Jul 2006 06:53:35 GMT (envelope-from maho) Message-Id: <200607080653.k686rZce047586@repoman.freebsd.org> From: Maho Nakata Date: Sat, 8 Jul 2006 06:53:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/mupad 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, 08 Jul 2006 06:53:35 -0000 maho 2006-07-08 06:53:35 UTC FreeBSD ports repository Modified files: math/mupad pkg-descr Log: Unfortunately mupad we cannot obtain free license anymore.. Submitted by: Stefan Sperling Revision Changes Path 1.4 +2 -2 ports/math/mupad/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Jul 8 06:57:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FF7316A4DA; Sat, 8 Jul 2006 06:57:29 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A1C343D49; Sat, 8 Jul 2006 06:57:29 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k686vTTD049734; Sat, 8 Jul 2006 06:57:29 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k686vTNt049730; Sat, 8 Jul 2006 06:57:29 GMT (envelope-from maho) Message-Id: <200607080657.k686vTNt049730@repoman.freebsd.org> From: Maho Nakata Date: Sat, 8 Jul 2006 06:57:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/libemf Makefile ports/graphics/libemf/files patch-include+wine+winnt.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, 08 Jul 2006 06:57:29 -0000 maho 2006-07-08 06:57:28 UTC FreeBSD ports repository Modified files: graphics/libemf Makefile graphics/libemf/files patch-include+wine+winnt.h Log: Unbreak for sparc64 PR: 99905 Submitted by: ahze Revision Changes Path 1.6 +0 -4 ports/graphics/libemf/Makefile 1.2 +1 -1 ports/graphics/libemf/files/patch-include+wine+winnt.h From owner-cvs-all@FreeBSD.ORG Sat Jul 8 07:32:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18D8516A4DD; Sat, 8 Jul 2006 07:32:42 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE69543D53; Sat, 8 Jul 2006 07:32:41 +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 k687Wfv7076312; Sat, 8 Jul 2006 07:32:41 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k687Wf2t076311; Sat, 8 Jul 2006 07:32:41 GMT (envelope-from cperciva) Message-Id: <200607080732.k687Wf2t076311@repoman.freebsd.org> From: Colin Percival Date: Sat, 8 Jul 2006 07:32: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/contrib/texinfo FREEBSD-upgrade X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 07:32:42 -0000 cperciva 2006-07-08 07:32:41 UTC FreeBSD src repository Modified files: contrib/texinfo FREEBSD-upgrade Log: Add note concerning FreeBSD-SA-06:01.texindex. Suggested by: csjp Revision Changes Path 1.7 +4 -0 src/contrib/texinfo/FREEBSD-upgrade From owner-cvs-all@FreeBSD.ORG Sat Jul 8 07:44:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1146416A4DD; Sat, 8 Jul 2006 07:44:55 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFD2A43D46; Sat, 8 Jul 2006 07:44:54 +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 k687isrT083979; Sat, 8 Jul 2006 07:44:54 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k687isaM083975; Sat, 8 Jul 2006 07:44:54 GMT (envelope-from clsung) Message-Id: <200607080744.k687isaM083975@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 8 Jul 2006 07:44: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/google-ctemplate Makefile distinfo pkg-plist ports/textproc/google-ctemplate/files patch-ltmain.sh patch-src-tests-template_regtest.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, 08 Jul 2006 07:44:55 -0000 clsung 2006-07-08 07:44:54 UTC FreeBSD ports repository Modified files: textproc/google-ctemplate Makefile distinfo pkg-plist Removed files: textproc/google-ctemplate/files patch-ltmain.sh patch-src-tests-template_regtest.cc Log: - update to 0.2 - Changes * API CHANGE: new typedefs (and types) for namelist functions (csilvers) * carry annotation status through to child templates/sections (ehamon) * Support registering templates after global construct time (njain) * Add pthread-rwlock support for darwin (csilvers) * SetTemplateGlobalValue(): new variable type with new scoping (ehamon) * Export a nothreads version of the ctemplate library (csilvers) * Got rid of scandir call, which should improve portability (csilvers) Revision Changes Path 1.2 +1 -1 ports/textproc/google-ctemplate/Makefile 1.2 +3 -3 ports/textproc/google-ctemplate/distinfo 1.2 +0 -15 ports/textproc/google-ctemplate/files/patch-ltmain.sh (dead) 1.2 +0 -11 ports/textproc/google-ctemplate/files/patch-src-tests-template_regtest.cc (dead) 1.2 +4 -0 ports/textproc/google-ctemplate/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 8 07: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB3B916A504; Sat, 8 Jul 2006 07:45:58 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67FE943D49; Sat, 8 Jul 2006 07:45:58 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k687jw1K084662; Sat, 8 Jul 2006 07:45:58 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k687jwKl084661; Sat, 8 Jul 2006 07:45:58 GMT (envelope-from maxim) Message-Id: <200607080745.k687jwKl084661@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 8 Jul 2006 07:45: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/ypserv Makefile.yp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 07:45:58 -0000 maxim 2006-07-08 07:45:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/ypserv Makefile.yp Log: MFC rev. 1.38: NIS clients ask for "shells" map not "shells.list". Revision Changes Path 1.36.2.1 +1 -2 src/usr.sbin/ypserv/Makefile.yp From owner-cvs-all@FreeBSD.ORG Sat Jul 8 07:48:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D59F316A4DA; Sat, 8 Jul 2006 07:48:43 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90C8843D49; Sat, 8 Jul 2006 07:48:43 +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 k687mhFR086639; Sat, 8 Jul 2006 07:48:43 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k687mhm3086638; Sat, 8 Jul 2006 07:48:43 GMT (envelope-from maxim) Message-Id: <200607080748.k687mhm3086638@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 8 Jul 2006 07:48:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/usb if_ural.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 07:48:43 -0000 maxim 2006-07-08 07:48:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/usb if_ural.c Log: MFC rev. 1.41: remove rev. 1.30 leftover. Revision Changes Path 1.10.2.8 +1 -1 src/sys/dev/usb/if_ural.c From owner-cvs-all@FreeBSD.ORG Sat Jul 8 07:49:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1FE316A4F0; Sat, 8 Jul 2006 07:49:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 836B143D45; Sat, 8 Jul 2006 07:49:00 +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 k687n0Gd086839; Sat, 8 Jul 2006 07:49:00 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k687n0eR086838; Sat, 8 Jul 2006 07:49:00 GMT (envelope-from miwi) Message-Id: <200607080749.k687n0eR086838@repoman.freebsd.org> From: Martin Wilke Date: Sat, 8 Jul 2006 07:49:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gauche-sdl Makefile distinfo pkg-plist ports/devel/gauche-sdl/files patch-configure patch-src::gauche-sdl.h patch-src::image::gauche-sdl-image.h patch-src::image::sdl-image-lib.stub patch-src::mixer::gauche-sdl-mixer.h patch-src::sdl-lib.stub patch-src::ttf::gauche-sdl-ttf.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, 08 Jul 2006 07:49:00 -0000 miwi 2006-07-08 07:49:00 UTC FreeBSD ports repository Modified files: devel/gauche-sdl Makefile distinfo pkg-plist Removed files: devel/gauche-sdl/files patch-configure patch-src::gauche-sdl.h patch-src::image::gauche-sdl-image.h patch-src::image::sdl-image-lib.stub patch-src::mixer::gauche-sdl-mixer.h patch-src::sdl-lib.stub patch-src::ttf::gauche-sdl-ttf.h Log: - Update MASTER_SITES (Author rerolled the tarball) PR: ports/97622 Submitted by: miwi Approved by: krion (mentor), maintainer Revision Changes Path 1.12 +10 -4 ports/devel/gauche-sdl/Makefile 1.3 +3 -3 ports/devel/gauche-sdl/distinfo 1.3 +0 -68 ports/devel/gauche-sdl/files/patch-configure (dead) 1.2 +0 -11 ports/devel/gauche-sdl/files/patch-src::gauche-sdl.h (dead) 1.2 +0 -10 ports/devel/gauche-sdl/files/patch-src::image::gauche-sdl-image.h (dead) 1.2 +0 -20 ports/devel/gauche-sdl/files/patch-src::image::sdl-image-lib.stub (dead) 1.2 +0 -11 ports/devel/gauche-sdl/files/patch-src::mixer::gauche-sdl-mixer.h (dead) 1.2 +0 -60 ports/devel/gauche-sdl/files/patch-src::sdl-lib.stub (dead) 1.2 +0 -11 ports/devel/gauche-sdl/files/patch-src::ttf::gauche-sdl-ttf.h (dead) 1.2 +0 -3 ports/devel/gauche-sdl/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 8 07:53:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1488016A4DE; Sat, 8 Jul 2006 07:53:58 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C28D443D5C; Sat, 8 Jul 2006 07:53:57 +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 k687rv42090249; Sat, 8 Jul 2006 07:53:57 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k687rvM7090245; Sat, 8 Jul 2006 07:53:57 GMT (envelope-from maxim) Message-Id: <200607080753.k687rvM7090245@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 8 Jul 2006 07:53:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/ypserv yp_server.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 07:53:58 -0000 maxim 2006-07-08 07:53:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/ypserv yp_server.c Log: MFC rev. 1.40: fix a condition logic for !do_dns case. Revision Changes Path 1.39.2.1 +2 -2 src/usr.sbin/ypserv/yp_server.c From owner-cvs-all@FreeBSD.ORG Sat Jul 8 08:30:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFED016A4DD; Sat, 8 Jul 2006 08:30:36 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E0943D46; Sat, 8 Jul 2006 08:30:36 +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 k688UarA013569; Sat, 8 Jul 2006 08:30:36 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k688Uax7013568; Sat, 8 Jul 2006 08:30:36 GMT (envelope-from clsung) Message-Id: <200607080830.k688Uax7013568@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 8 Jul 2006 08:30: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-mgmt/p5-NetAddr-IP-Lite Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 08:30:36 -0000 clsung 2006-07-08 08:30:36 UTC FreeBSD ports repository Modified files: net-mgmt/p5-NetAddr-IP-Lite Makefile distinfo Log: - Update to 1.01 PR: ports/99909 Submitted by: maintainer (Yuan-Chung Hsiao) Revision Changes Path 1.3 +1 -1 ports/net-mgmt/p5-NetAddr-IP-Lite/Makefile 1.2 +3 -3 ports/net-mgmt/p5-NetAddr-IP-Lite/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 8 08:34:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F090E16A4DE; Sat, 8 Jul 2006 08:34:25 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98F4143D46; Sat, 8 Jul 2006 08:34:25 +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 k688YPnN015602; Sat, 8 Jul 2006 08:34:25 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k688YPAN015598; Sat, 8 Jul 2006 08:34:25 GMT (envelope-from erwin) Message-Id: <200607080834.k688YPAN015598@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 8 Jul 2006 08:34: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 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 08:34:26 -0000 erwin 2006-07-08 08:34:25 UTC FreeBSD ports repository Modified files: devel Makefile Log: Reconnect devel/otrs now that is has replaced www/otrs. Revision Changes Path 1.2310 +1 -0 ports/devel/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 8 08:55:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E787516A4DA; Sat, 8 Jul 2006 08:55:52 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35AF143D78; Sat, 8 Jul 2006 08:55:48 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k688tl04034934; Sat, 8 Jul 2006 08:55:47 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k688tlBD034933; Sat, 8 Jul 2006 08:55:47 GMT (envelope-from vanilla) Message-Id: <200607080855.k688tlBD034933@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 8 Jul 2006 08:55:47 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/zh_TW.Big5/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 08:55:53 -0000 vanilla 2006-07-08 08:55:47 UTC FreeBSD doc repository Modified files: zh_TW.Big5/books/porters-handbook book.sgml Log: - chasing version 1.687 of porter's handbook PR: docs/99832 Submitted by: clsung@ Revision Changes Path 1.8 +0 -26 doc/zh_TW.Big5/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 8 12:31:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A7EF16A4DF; Sat, 8 Jul 2006 12:31:48 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23B9743D6B; Sat, 8 Jul 2006 12:31:34 +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 k68CVYYf074858; Sat, 8 Jul 2006 12:31:34 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68CVYO2074854; Sat, 8 Jul 2006 12:31:34 GMT (envelope-from netchild) Message-Id: <200607081231.k68CVYO2074854@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 8 Jul 2006 12:31:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/kerneldoc Doxyfile Makefile src/tools/kerneldoc/subsys Dependencies Doxyfile-cam Doxyfile-crypto Doxyfile-dev_pci Doxyfile-dev_sound Doxyfile-dev_usb Doxyfile-geom Doxyfile-i4b Doxyfile-kern ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 12:31:48 -0000 netchild 2006-07-08 12:31:34 UTC FreeBSD src repository Modified files: tools/kerneldoc Doxyfile Makefile tools/kerneldoc/subsys Dependencies Doxyfile-cam Doxyfile-crypto Doxyfile-dev_pci Doxyfile-dev_sound Doxyfile-dev_usb Doxyfile-geom Doxyfile-i4b Doxyfile-kern Doxyfile-libkern Doxyfile-linux Doxyfile-net80211 Doxyfile-netgraph Doxyfile-netinet Doxyfile-netinet6 Doxyfile-netipsec Doxyfile-opencrypto Doxyfile-vm Makefile README common-Doxyfile notreviewed.dox Log: Forced commit to note repo copy from sys/doc. Requested by: trhodes Repo copy by: simon Revision Changes Path 1.2 +0 -0 src/tools/kerneldoc/Doxyfile 1.2 +0 -0 src/tools/kerneldoc/Makefile 1.2 +0 -0 src/tools/kerneldoc/subsys/Dependencies 1.3 +0 -0 src/tools/kerneldoc/subsys/Doxyfile-cam 1.3 +0 -0 src/tools/kerneldoc/subsys/Doxyfile-crypto 1.3 +0 -0 src/tools/kerneldoc/subsys/Doxyfile-dev_pci 1.3 +0 -0 src/tools/kerneldoc/subsys/Doxyfile-dev_sound 1.3 +0 -0 src/tools/kerneldoc/subsys/Doxyfile-dev_usb 1.3 +0 -0 src/tools/kerneldoc/subsys/Doxyfile-geom 1.3 +0 -0 src/tools/kerneldoc/subsys/Doxyfile-i4b 1.3 +0 -0 src/tools/kerneldoc/subsys/Doxyfile-kern 1.3 +0 -0 src/tools/kerneldoc/subsys/Doxyfile-libkern 1.3 +0 -0 src/tools/kerneldoc/subsys/Doxyfile-linux 1.3 +0 -0 src/tools/kerneldoc/subsys/Doxyfile-net80211 1.3 +0 -0 src/tools/kerneldoc/subsys/Doxyfile-netgraph 1.3 +0 -0 src/tools/kerneldoc/subsys/Doxyfile-netinet 1.3 +0 -0 src/tools/kerneldoc/subsys/Doxyfile-netinet6 1.3 +0 -0 src/tools/kerneldoc/subsys/Doxyfile-netipsec 1.3 +0 -0 src/tools/kerneldoc/subsys/Doxyfile-opencrypto 1.3 +0 -0 src/tools/kerneldoc/subsys/Doxyfile-vm 1.3 +0 -0 src/tools/kerneldoc/subsys/Makefile 1.2 +0 -0 src/tools/kerneldoc/subsys/README 1.2 +0 -0 src/tools/kerneldoc/subsys/common-Doxyfile 1.2 +0 -0 src/tools/kerneldoc/subsys/notreviewed.dox From owner-cvs-all@FreeBSD.ORG Sat Jul 8 12:32:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A70C616A4DF; Sat, 8 Jul 2006 12:32:42 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B6A543D58; Sat, 8 Jul 2006 12:32:42 +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 k68CWgPB075636; Sat, 8 Jul 2006 12:32:42 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68CWgrp075635; Sat, 8 Jul 2006 12:32:42 GMT (envelope-from netchild) Message-Id: <200607081232.k68CWgrp075635@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 8 Jul 2006 12:32: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/tools/kerneldoc/subsys Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 12:32:42 -0000 netchild 2006-07-08 12:32:42 UTC FreeBSD src repository Modified files: tools/kerneldoc/subsys Makefile Log: Add (missing) and remove (obsolete) .m files. Revision Changes Path 1.4 +7 -4 src/tools/kerneldoc/subsys/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 8 12:34:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A85516A4DD; Sat, 8 Jul 2006 12:34:30 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0304643D46; Sat, 8 Jul 2006 12:34:30 +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 k68CYTs4077019; Sat, 8 Jul 2006 12:34:29 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68CYTgf077018; Sat, 8 Jul 2006 12:34:29 GMT (envelope-from netchild) Message-Id: <200607081234.k68CYTgf077018@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 8 Jul 2006 12:34:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/doc Doxyfile Makefile src/sys/doc/subsys Dependencies Doxyfile-cam Doxyfile-crypto Doxyfile-dev_pci Doxyfile-dev_sound Doxyfile-dev_usb Doxyfile-geom Doxyfile-i4b Doxyfile-kern Doxyfile-libkern Doxyfile-linux Doxyfile-net80211 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 12:34:30 -0000 netchild 2006-07-08 12:34:29 UTC FreeBSD src repository Removed files: sys/doc Doxyfile Makefile sys/doc/subsys Dependencies Doxyfile-cam Doxyfile-crypto Doxyfile-dev_pci Doxyfile-dev_sound Doxyfile-dev_usb Doxyfile-geom Doxyfile-i4b Doxyfile-kern Doxyfile-libkern Doxyfile-linux Doxyfile-net80211 Doxyfile-netgraph Doxyfile-netinet Doxyfile-netinet6 Doxyfile-netipsec Doxyfile-opencrypto Doxyfile-vm Makefile README common-Doxyfile notreviewed.dox Log: Remove after repo copy to src/tools/kerneldoc. Requested by: trhodes Repo copy by: simon Revision Changes Path 1.2 +0 -211 src/sys/doc/Doxyfile (dead) 1.2 +0 -30 src/sys/doc/Makefile (dead) 1.2 +0 -22 src/sys/doc/subsys/Dependencies (dead) 1.3 +0 -20 src/sys/doc/subsys/Doxyfile-cam (dead) 1.3 +0 -20 src/sys/doc/subsys/Doxyfile-crypto (dead) 1.3 +0 -22 src/sys/doc/subsys/Doxyfile-dev_pci (dead) 1.3 +0 -22 src/sys/doc/subsys/Doxyfile-dev_sound (dead) 1.3 +0 -21 src/sys/doc/subsys/Doxyfile-dev_usb (dead) 1.3 +0 -20 src/sys/doc/subsys/Doxyfile-geom (dead) 1.3 +0 -21 src/sys/doc/subsys/Doxyfile-i4b (dead) 1.3 +0 -20 src/sys/doc/subsys/Doxyfile-kern (dead) 1.3 +0 -20 src/sys/doc/subsys/Doxyfile-libkern (dead) 1.3 +0 -21 src/sys/doc/subsys/Doxyfile-linux (dead) 1.3 +0 -20 src/sys/doc/subsys/Doxyfile-net80211 (dead) 1.3 +0 -20 src/sys/doc/subsys/Doxyfile-netgraph (dead) 1.3 +0 -20 src/sys/doc/subsys/Doxyfile-netinet (dead) 1.3 +0 -20 src/sys/doc/subsys/Doxyfile-netinet6 (dead) 1.3 +0 -20 src/sys/doc/subsys/Doxyfile-netipsec (dead) 1.3 +0 -20 src/sys/doc/subsys/Doxyfile-opencrypto (dead) 1.3 +0 -20 src/sys/doc/subsys/Doxyfile-vm (dead) 1.3 +0 -125 src/sys/doc/subsys/Makefile (dead) 1.2 +0 -32 src/sys/doc/subsys/README (dead) 1.2 +0 -266 src/sys/doc/subsys/common-Doxyfile (dead) 1.2 +0 -14 src/sys/doc/subsys/notreviewed.dox (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 13:01:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 613E616A4DD; Sat, 8 Jul 2006 13:01:42 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8BCF43D69; Sat, 8 Jul 2006 13:01:35 +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 k68D1ZlE003919; Sat, 8 Jul 2006 13:01:35 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68D1Zi6003918; Sat, 8 Jul 2006 13:01:35 GMT (envelope-from delphij) Message-Id: <200607081301.k68D1Zi6003918@repoman.freebsd.org> From: Xin LI Date: Sat, 8 Jul 2006 13:01: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/zh_CN.GB2312/books/handbook/advanced-networking chapter.sgml doc/zh_CN.GB2312/books/handbook/basics chapter.sgml doc/zh_CN.GB2312/books/handbook/cutting-edge chapter.sgml doc/zh_CN.GB2312/books/handbook/eresources chapter.sgml doc/zh_CN.GB2312/books/handbook/firewalls chapter.sgml doc/zh_CN.GB2312/books/handbook/install chapter.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 13:01:42 -0000 delphij 2006-07-08 13:01:35 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/advanced-networking chapter.sgml zh_CN.GB2312/books/handbook/basics chapter.sgml zh_CN.GB2312/books/handbook/cutting-edge chapter.sgml zh_CN.GB2312/books/handbook/eresources chapter.sgml zh_CN.GB2312/books/handbook/firewalls chapter.sgml zh_CN.GB2312/books/handbook/install chapter.sgml zh_CN.GB2312/books/handbook/introduction chapter.sgml zh_CN.GB2312/books/handbook/kernelconfig chapter.sgml zh_CN.GB2312/books/handbook/linuxemu chapter.sgml zh_CN.GB2312/books/handbook/mirrors chapter.sgml zh_CN.GB2312/books/handbook/network-servers chapter.sgml zh_CN.GB2312/books/handbook/ports chapter.sgml zh_CN.GB2312/books/handbook/security chapter.sgml zh_CN.GB2312/books/handbook/serialcomms chapter.sgml Log: Synchronize with English versions: advanced-networking/chapter.sgml: 1.381 -> 1.382 cutting-edge/chapter.sgml: 1.223 -> 1.225 eresources/chapter.sgml: 1.175 -> 1.177 firewalls/chapter.sgml: 1.68 -> 1.70 install/chapter.sgml: 1.332 -> 1.333 kernelconfig/chapter.sgml: 1.164 -> 1.167 linuxemu/chapter.sgml: 1.131 -> 1.132 mirrors/chapter.sgml: 1.419 -> 1.420 network-servers/chapter.sgml: 1.86 -> 1.87 ports/chapter.sgml: 1.256 -> 1.259 security/chapter.sgml: 1.294 -> 1.296 Plus language improvements: basics/chapter.sgml introduction/chapter.sgml security/chapter.sgml Submitted by: delphij, Alex , heromyth, Yan ZHU Devis.Ma Obtained from: The FreeBSD Simplified Chinese Project CVS Revision Changes Path 1.8 +1 -1 doc/zh_CN.GB2312/books/handbook/advanced-networking/chapter.sgml 1.9 +40 -39 doc/zh_CN.GB2312/books/handbook/basics/chapter.sgml 1.7 +39 -145 doc/zh_CN.GB2312/books/handbook/cutting-edge/chapter.sgml 1.5 +30 -3 doc/zh_CN.GB2312/books/handbook/eresources/chapter.sgml 1.5 +31 -22 doc/zh_CN.GB2312/books/handbook/firewalls/chapter.sgml 1.10 +4 -4 doc/zh_CN.GB2312/books/handbook/install/chapter.sgml 1.7 +7 -7 doc/zh_CN.GB2312/books/handbook/introduction/chapter.sgml 1.8 +44 -105 doc/zh_CN.GB2312/books/handbook/kernelconfig/chapter.sgml 1.8 +2 -2 doc/zh_CN.GB2312/books/handbook/linuxemu/chapter.sgml 1.9 +8 -1 doc/zh_CN.GB2312/books/handbook/mirrors/chapter.sgml 1.9 +47 -39 doc/zh_CN.GB2312/books/handbook/network-servers/chapter.sgml 1.6 +19 -7 doc/zh_CN.GB2312/books/handbook/ports/chapter.sgml 1.9 +18 -26 doc/zh_CN.GB2312/books/handbook/security/chapter.sgml 1.7 +2 -2 doc/zh_CN.GB2312/books/handbook/serialcomms/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 8 13:04:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40FD216A4DF; Sat, 8 Jul 2006 13:04:55 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [195.250.137.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 353E643D70; Sat, 8 Jul 2006 13:04:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.6/8.13.6) with ESMTP id k68D4htn089837 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 8 Jul 2006 15:04:43 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.6/8.13.6/Submit) id k68D4hTS089836; Sat, 8 Jul 2006 15:04:43 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Martin Wilke In-Reply-To: <200607080749.k687n0eR086838@repoman.freebsd.org> References: <200607080749.k687n0eR086838@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Yu68vBuwp1CJz5n0jMKQ" Date: Sat, 08 Jul 2006 15:04:43 +0200 Message-Id: <1152363883.89804.0.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gauche-sdl Makefile distinfo pkg-plist ports/devel/gauche-sdl/files patch-configure patch-src::gauche-sdl.h patch-src::image::gauche-sdl-image.h patch-src::image::sdl-image-lib.stub patch-src::mixer::gauche-sdl-mixer.h patch-src::sdl-lib.stub patch-src::ttf::gauche-sdl-ttf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 13:04:55 -0000 --=-Yu68vBuwp1CJz5n0jMKQ Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Martin Wilke p=ED=B9e v so 08. 07. 2006 v 07:49 +0000: > miwi 2006-07-08 07:49:00 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > devel/gauche-sdl Makefile distinfo pkg-plist=20 > Removed files: > devel/gauche-sdl/files patch-configure patch-src::gauche-sdl.h=20 > patch-src::image::gauche-sdl-image.h=20 > patch-src::image::sdl-image-lib.stub=20 > patch-src::mixer::gauche-sdl-mixer.h=20 > patch-src::sdl-lib.stub=20 > patch-src::ttf::gauche-sdl-ttf.h=20 > Log: > - Update MASTER_SITES (Author rerolled the tarball) > =20 > PR: ports/97622 > Submitted by: miwi > Approved by: krion (mentor), maintainer > =20 > Revision Changes Path > 1.12 +10 -4 ports/devel/gauche-sdl/Makefile > 1.3 +3 -3 ports/devel/gauche-sdl/distinfo > 1.3 +0 -68 ports/devel/gauche-sdl/files/patch-configure (dead= ) > 1.2 +0 -11 ports/devel/gauche-sdl/files/patch-src::gauche-sdl= .h (dead) > 1.2 +0 -10 ports/devel/gauche-sdl/files/patch-src::image::gau= che-sdl-image.h (dead) > 1.2 +0 -20 ports/devel/gauche-sdl/files/patch-src::image::sdl= -image-lib.stub (dead) > 1.2 +0 -11 ports/devel/gauche-sdl/files/patch-src::mixer::gau= che-sdl-mixer.h (dead) > 1.2 +0 -60 ports/devel/gauche-sdl/files/patch-src::sdl-lib.st= ub (dead) > 1.2 +0 -11 ports/devel/gauche-sdl/files/patch-src::ttf::gauch= e-sdl-ttf.h (dead) > 1.2 +0 -3 ports/devel/gauche-sdl/pkg-plist This is a bit more changes than just updating MASTER_SITES, now, isn't it? --=20 Pav Lucistnik Video games don't affect kids, I mean if Pac Man affected us as kids, we'd = all run around in a darkened room munching pills and listening to repetitive mu= sic. -- Kristian Wilson, CEO at Nintendo Gaming Corporation Inc --=-Yu68vBuwp1CJz5n0jMKQ 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.4 (FreeBSD) iD8DBQBEr61rntdYP8FOsoIRArW+AKC4t1yg/nY4oaIwvtnMc7Kn00CmnQCcD2dE J4MYj8Z3X5E1amVhBCGummg= =j5l1 -----END PGP SIGNATURE----- --=-Yu68vBuwp1CJz5n0jMKQ-- From owner-cvs-all@FreeBSD.ORG Sat Jul 8 13:17:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B847116A4E7; Sat, 8 Jul 2006 13:17:46 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEBFF43D55; Sat, 8 Jul 2006 13:17:43 +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 k68DHhDL015896; Sat, 8 Jul 2006 13:17:43 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68DHhWY015895; Sat, 8 Jul 2006 13:17:43 GMT (envelope-from netchild) Message-Id: <200607081317.k68DHhWY015895@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 8 Jul 2006 13:17:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sylpheed-claws 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, 08 Jul 2006 13:17:46 -0000 netchild 2006-07-08 13:17:43 UTC FreeBSD ports repository Modified files: mail/sylpheed-claws Makefile pkg-plist Log: - add WITH_DILLO knob and optionally depend on www/dillo - don't strip binaries when building with WITH_DEBUG PR: 99813 Submitted by: Pawel Pekala Revision Changes Path 1.100 +10 -1 ports/mail/sylpheed-claws/Makefile 1.45 +3 -3 ports/mail/sylpheed-claws/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 8 13:29:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C57B016A4DA; Sat, 8 Jul 2006 13:29:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from unixfreunde.net (unixfreunde.de [85.214.35.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43D6D43D46; Sat, 8 Jul 2006 13:29:18 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: by unixfreunde.net (Postfix, from userid 65534) id 93F9C5083E; Sat, 8 Jul 2006 15:29:18 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.0-gr0 (2005-09-13) on unixfreunde.de X-Spam-Level: * X-Spam-Status: No, score=1.2 required=5.0 tests=AWL, BAYES_00, FORGED_RCVD_HELO, RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_DUL autolearn=no version=3.1.0-gr0 Received: from mwilke.ath.cx (p548D33B4.dip0.t-ipconnect.de [84.141.51.180]) by unixfreunde.net (Postfix) with ESMTP id E6426507FA; Sat, 8 Jul 2006 15:29:17 +0200 (CEST) Date: Sat, 8 Jul 2006 15:29:15 +0200 From: Martin Wilke To: pav@FreeBSD.org Message-ID: <20060708152915.3ed4a864@mwilke.ath.cx> In-Reply-To: <1152363883.89804.0.camel@ikaros.oook.cz> References: <200607080749.k687n0eR086838@repoman.freebsd.org> <1152363883.89804.0.camel@ikaros.oook.cz> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.10.0; i386-portbld-freebsd7.0) User-Agent: miwi@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gauche-sdl Makefile distinfo pkg-plist ports/devel/gauche-sdl/files patch-configure patch-src::gauche-sdl.h patch-src::image::gauche-sdl-image.h patch-src::image::sdl-image-lib.stub patch-src::mixer::gauche-sdl-mixer.h patch-src::sdl-lib.stub patch-src::ttf::gauche-sdl-ttf.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, 08 Jul 2006 13:29:19 -0000 On Sat, 08 Jul 2006 15:04:43 +0200 Pav Lucistnik wrote: > This is a bit more changes than just updating MASTER_SITES, now, > isn't it? That is correct. By retar the patches are not any longer used. copied form maintainer mail: reworked the patch so it actually works right, also re-arranged so the patch files can all be cvs rm'd and fixed it on amd64. - Martin From owner-cvs-all@FreeBSD.ORG Sat Jul 8 13:31:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1775F16A4E2; Sat, 8 Jul 2006 13:31:35 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [195.250.137.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id B26E643D4C; Sat, 8 Jul 2006 13:31:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.6/8.13.6) with ESMTP id k68DVVoh089951 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 8 Jul 2006 15:31:31 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.6/8.13.6/Submit) id k68DVV0J089950; Sat, 8 Jul 2006 15:31:31 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Martin Wilke In-Reply-To: <20060708152915.3ed4a864@mwilke.ath.cx> References: <200607080749.k687n0eR086838@repoman.freebsd.org> <1152363883.89804.0.camel@ikaros.oook.cz> <20060708152915.3ed4a864@mwilke.ath.cx> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-JwyZfMvXqTTvoRdau4Ra" Date: Sat, 08 Jul 2006 15:31:30 +0200 Message-Id: <1152365490.89804.2.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gauche-sdl Makefile distinfo pkg-plist ports/devel/gauche-sdl/files patch-configure patch-src::gauche-sdl.h patch-src::image::gauche-sdl-image.h patch-src::image::sdl-image-lib.stub patch-src::mixer::gauche-sdl-mixer.h patch-src::sdl-lib.stub patch-src::ttf::gauche-sdl-ttf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 13:31:35 -0000 --=-JwyZfMvXqTTvoRdau4Ra Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Martin Wilke p=ED=B9e v so 08. 07. 2006 v 15:29 +0200: > On Sat, 08 Jul 2006 15:04:43 +0200 > Pav Lucistnik wrote: >=20 > > This is a bit more changes than just updating MASTER_SITES, now, > > isn't it? >=20 > That is correct. By retar the patches are not any longer used. >=20 > copied form maintainer mail: > reworked the patch so it actually works right, also re-arranged so > the patch files can all be cvs rm'd and fixed it on amd64. And what about the plist change? Three modules are gone. --=20 Pav Lucistnik How will you recognize experienced hacker from beginner? Beginner thinks that kilobyte have 1000 bytes. Experienced hacker thinks one kilometer have 1024 meters. --=-JwyZfMvXqTTvoRdau4Ra 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.4 (FreeBSD) iD8DBQBEr7OyntdYP8FOsoIRApSTAKCjwwY/OHAT9rpLW/ePynU86DPVyACfSYdg 0sRqiiUMLYbQbmTVAt3x19s= =MUIi -----END PGP SIGNATURE----- --=-JwyZfMvXqTTvoRdau4Ra-- From owner-cvs-all@FreeBSD.ORG Sat Jul 8 13: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E82A516A4E5; Sat, 8 Jul 2006 13:47:43 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8353243D66; Sat, 8 Jul 2006 13:47:41 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68Dlft3035686; Sat, 8 Jul 2006 13:47:41 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68DlfPG035682; Sat, 8 Jul 2006 13:47:41 GMT (envelope-from des) Message-Id: <200607081347.k68DlfPG035682@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 8 Jul 2006 13:47: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/etc/rc.d nsswitch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 13:47:44 -0000 des 2006-07-08 13:47:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d nsswitch Log: MFC: (1.10) regenerate host.conf every time nsswitch.conf is updated. Revision Changes Path 1.5.2.2 +3 -1 src/etc/rc.d/nsswitch From owner-cvs-all@FreeBSD.ORG Sat Jul 8 13:49:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 187B216A4E7; Sat, 8 Jul 2006 13:49:25 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D4643D55; Sat, 8 Jul 2006 13:49:24 +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 k68DnOGC036231; Sat, 8 Jul 2006 13:49:24 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68DnOrA036230; Sat, 8 Jul 2006 13:49:24 GMT (envelope-from rodrigc) Message-Id: <200607081349.k68DnOrA036230@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 8 Jul 2006 13:49:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/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, 08 Jul 2006 13:49:25 -0000 rodrigc 2006-07-08 13:49:24 UTC FreeBSD src repository Modified files: usr.sbin/mountd mountd.c Log: In get_exportlist(), properly loop over mounted filesystems. PR: bin/99873 Submitted by: Danny Braniss Revision Changes Path 1.88 +4 -5 src/usr.sbin/mountd/mountd.c From owner-cvs-all@FreeBSD.ORG Sat Jul 8 13:54:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51CE716A4E0; Sat, 8 Jul 2006 13:54:50 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D1A443D46; Sat, 8 Jul 2006 13:54:50 +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 k68Dsn77039670; Sat, 8 Jul 2006 13:54:49 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68DsnjQ039669; Sat, 8 Jul 2006 13:54:49 GMT (envelope-from rodrigc) Message-Id: <200607081354.k68DsnjQ039669@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 8 Jul 2006 13:54:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/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, 08 Jul 2006 13:54:50 -0000 rodrigc 2006-07-08 13:54:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/mountd mountd.c Log: In get_exportlist(), properly loop over mounted filesystems. PR: bin/99873 Submitted by: Danny Braniss Revision Changes Path 1.81.2.4 +4 -5 src/usr.sbin/mountd/mountd.c From owner-cvs-all@FreeBSD.ORG Sat Jul 8 14:00:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25D6D16A4DE; Sat, 8 Jul 2006 14:00:11 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8731E43D46; Sat, 8 Jul 2006 14:00:10 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68E0ANl043742; Sat, 8 Jul 2006 14:00:10 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68E0ABB043741; Sat, 8 Jul 2006 14:00:10 GMT (envelope-from vanilla) Message-Id: <200607081400.k68E0ABB043741@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 8 Jul 2006 14:00: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/json-c 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: Sat, 08 Jul 2006 14:00:11 -0000 vanilla 2006-07-08 14:00:09 UTC FreeBSD ports repository Removed files: devel/json-c patch-Makefile.am Log: Remove unused file. Revision Changes Path 1.2 +0 -8 ports/devel/json-c/patch-Makefile.am (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 14:06:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA94716A4DA; Sat, 8 Jul 2006 14:06:56 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89B9043D45; Sat, 8 Jul 2006 14:06:56 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68E6uxX049343; Sat, 8 Jul 2006 14:06:56 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68E6u3w049339; Sat, 8 Jul 2006 14:06:56 GMT (envelope-from netchild) Message-Id: <200607081406.k68E6u3w049339@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 8 Jul 2006 14:06: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/fs/pseudofs pseudofs_vnops.c src/sys/compat/linux linux_misc.c src/sys/compat/linprocfs linprocfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 14:06:57 -0000 netchild 2006-07-08 14:06:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/pseudofs pseudofs_vnops.c sys/compat/linux linux_misc.c sys/compat/linprocfs linprocfs.c Log: MFC: - linux_misc.c 1.179 Don't copyout/do unneccesary work if the buffer is a NULL pointer. Noticed by: Dmitry Ganenko Reviewed by: rdivacky (the original version as in emulation@) - linprocfs.c 1.96: Improve linprovfs to provide/fix the - process state (idle, sleeping, running, ...) [1] - the process group ID of the process which owns the connected tty - some page fault stats - time spend in kernel/userland - priority/nice value - starttime [1] - memory/swap stats - scheduling policy Additionally add some new fields and correct some not filled out ones. This brings us down to 15 dummy fields. The fields marked with [1] are needed to get Oracle 10 running. The starttime field is not completely right, since it displays the _same_ starttime for _every_ process, but at least it is not 0 and Oracle accepts this. Noticed by: Dmitry Ganenko [1] Reviewed by: des, rdivacky - pseudofs_vnops.c 1.60: Correctly calculate a buffer length. It was off by one so a read() returned one byte less than needed. Noticed by: Dmitry Ganenko Testcase by: Dmitry Ganenko Reviewed by: des Submitted by: rdivacky Sponsored by: Google SoC 2006 All of those are needed for Oracle 10. Since previous Oracle versions work just fine without those fixes, these patches can be seen as regression fixes too. Because of this I think they are a RELENG_6_x candidate (MFC reminder set). MFC after: 1 month Revision Changes Path 1.89.2.4 +51 -27 src/sys/compat/linprocfs/linprocfs.c 1.170.2.1 +13 -11 src/sys/compat/linux/linux_misc.c 1.56.2.4 +1 -1 src/sys/fs/pseudofs/pseudofs_vnops.c From owner-cvs-all@FreeBSD.ORG Sat Jul 8 14: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3100816A4DE; Sat, 8 Jul 2006 14:08:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from unixfreunde.net (unixfreunde.de [85.214.35.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA45D43D45; Sat, 8 Jul 2006 14:08:57 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: by unixfreunde.net (Postfix, from userid 65534) id C00EC50846; Sat, 8 Jul 2006 16:08:57 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.0-gr0 (2005-09-13) on unixfreunde.de X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=AWL, BAYES_00, FORGED_RCVD_HELO, RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_DUL autolearn=no version=3.1.0-gr0 Received: from mwilke.ath.cx (p548D33B4.dip0.t-ipconnect.de [84.141.51.180]) by unixfreunde.net (Postfix) with ESMTP id 2D1CF5080C; Sat, 8 Jul 2006 16:08:57 +0200 (CEST) Date: Sat, 8 Jul 2006 16:08:55 +0200 From: Martin Wilke To: pav@FreeBSD.org Message-ID: <20060708160855.6034eba8@mwilke.ath.cx> In-Reply-To: <1152365490.89804.2.camel@ikaros.oook.cz> References: <200607080749.k687n0eR086838@repoman.freebsd.org> <1152363883.89804.0.camel@ikaros.oook.cz> <20060708152915.3ed4a864@mwilke.ath.cx> <1152365490.89804.2.camel@ikaros.oook.cz> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.10.0; i386-portbld-freebsd7.0) User-Agent: miwi@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gauche-sdl Makefile distinfo pkg-plist ports/devel/gauche-sdl/files patch-configure patch-src::gauche-sdl.h patch-src::image::gauche-sdl-image.h patch-src::image::sdl-image-lib.stub patch-src::mixer::gauche-sdl-mixer.h patch-src::sdl-lib.stub patch-src::ttf::gauche-sdl-ttf.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, 08 Jul 2006 14:08:58 -0000 On Sat, 08 Jul 2006 15:31:30 +0200 Pav Lucistnik wrote: > And what about the plist change? Three modules are gone. Please ask gauche developers why they removed these 3 libs from the disto. Martin From owner-cvs-all@FreeBSD.ORG Sat Jul 8 14:20:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E066F16A4DD; Sat, 8 Jul 2006 14:20:41 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EFCA43D4C; Sat, 8 Jul 2006 14:20:41 +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 k68EKfIY055937; Sat, 8 Jul 2006 14:20:41 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68EKfrY055936; Sat, 8 Jul 2006 14:20:41 GMT (envelope-from rafan) Message-Id: <200607081420.k68EKfrY055936@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 14:20: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/flowdesigner Makefile distinfo pkg-plist ports/devel/flowdesigner/files patch-data-flow_src_SocketStream.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, 08 Jul 2006 14:20:42 -0000 rafan 2006-07-08 14:20:39 UTC FreeBSD ports repository Modified files: devel/flowdesigner Makefile distinfo pkg-plist devel/flowdesigner/files patch-data-flow_src_SocketStream.cc Log: - Update to 0.9.0 Approved by: delphij (mentor, implicit) Revision Changes Path 1.13 +1 -2 ports/devel/flowdesigner/Makefile 1.6 +3 -3 ports/devel/flowdesigner/distinfo 1.3 +7 -7 ports/devel/flowdesigner/files/patch-data-flow_src_SocketStream.cc 1.4 +8 -8 ports/devel/flowdesigner/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 8 14:32:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1937F16A4DA; Sat, 8 Jul 2006 14:32:32 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F29C43D5A; Sat, 8 Jul 2006 14:32:26 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id A8BB741E6; Sat, 8 Jul 2006 09:32:25 -0500 (CDT) Date: Sat, 8 Jul 2006 09:32:25 -0500 To: Martin Wilke Message-ID: <20060708143225.GA29652@soaustin.net> References: <200607080749.k687n0eR086838@repoman.freebsd.org> <1152363883.89804.0.camel@ikaros.oook.cz> <20060708152915.3ed4a864@mwilke.ath.cx> <1152365490.89804.2.camel@ikaros.oook.cz> <20060708160855.6034eba8@mwilke.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060708160855.6034eba8@mwilke.ath.cx> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: cvs-ports@FreeBSD.org, pav@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gauche-sdl Makefile distinfo pkg-plist ports/devel/gauche-sdl/files patch-configure patch-src::gauche-sdl.h patch-src::image::gauche-sdl-image.h patch-src::image::sdl-image-lib.stub patch-src::mixer::gauche-sdl-mixer.h patch-src::sdl-lib.stub patch-src::ttf::gauche-sdl-ttf.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, 08 Jul 2006 14:32:32 -0000 On Sat, Jul 08, 2006 at 04:08:55PM +0200, Martin Wilke wrote: > On Sat, 08 Jul 2006 15:31:30 +0200 > Pav Lucistnik wrote: > > > And what about the plist change? Three modules are gone. > > Please ask gauche developers why they removed these 3 libs from the > disto. No, it doesn't work that way: the onus for updates is on our committers to understand what the changes are. mcl From owner-cvs-all@FreeBSD.ORG Sat Jul 8 14:34:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AACE816A4E5; Sat, 8 Jul 2006 14:34:56 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 655CC43D4C; Sat, 8 Jul 2006 14:34:56 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68EYuJi063670; Sat, 8 Jul 2006 14:34:56 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68EYucw063669; Sat, 8 Jul 2006 14:34:56 GMT (envelope-from des) Message-Id: <200607081434.k68EYucw063669@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 8 Jul 2006 14:34: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/usr.sbin/pkg_install/lib url.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 14:34:56 -0000 des 2006-07-08 14:34:56 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/lib url.c Log: Turn on libfetch debugging if -v was specified on the command line. MFC after: 2 weeks Revision Changes Path 1.6 +1 -0 src/usr.sbin/pkg_install/lib/url.c From owner-cvs-all@FreeBSD.ORG Sat Jul 8 14:37:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E13B016A4DD; Sat, 8 Jul 2006 14:37:19 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3CC143D45; Sat, 8 Jul 2006 14:37:19 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68EbJm7065314; Sat, 8 Jul 2006 14:37:19 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68EbJpd065313; Sat, 8 Jul 2006 14:37:19 GMT (envelope-from des) Message-Id: <200607081437.k68EbJpd065313@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 8 Jul 2006 14:37:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/crypto/openssh ssh_namespace.h src/secure/lib/libssh Makefile src/secure/libexec/sftp-server Makefile src/secure/libexec/ssh-keysign Makefile src/secure/usr.bin/scp Makefile src/secure/usr.bin/sftp Makefile src/secure/usr.bin/ssh ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 14:37:20 -0000 des 2006-07-08 14:37:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) secure/lib/libssh Makefile secure/libexec/sftp-server Makefile secure/libexec/ssh-keysign Makefile secure/usr.bin/scp Makefile secure/usr.bin/sftp Makefile secure/usr.bin/ssh Makefile secure/usr.bin/ssh-add Makefile secure/usr.bin/ssh-agent Makefile secure/usr.bin/ssh-keygen Makefile secure/usr.bin/ssh-keyscan Makefile secure/usr.sbin/sshd Makefile Added files: (Branch: RELENG_6) crypto/openssh ssh_namespace.h Log: MFC: namespace munging hack Revision Changes Path 1.1.2.1 +353 -0 src/crypto/openssh/ssh_namespace.h (new) 1.34.2.3 +3 -1 src/secure/lib/libssh/Makefile 1.13.2.1 +3 -1 src/secure/libexec/sftp-server/Makefile 1.6.2.1 +3 -1 src/secure/libexec/ssh-keysign/Makefile 1.14.2.1 +3 -1 src/secure/usr.bin/scp/Makefile 1.12.2.1 +3 -1 src/secure/usr.bin/sftp/Makefile 1.14.2.1 +3 -1 src/secure/usr.bin/ssh-add/Makefile 1.14.2.1 +3 -1 src/secure/usr.bin/ssh-agent/Makefile 1.15.2.1 +3 -1 src/secure/usr.bin/ssh-keygen/Makefile 1.9.2.1 +3 -1 src/secure/usr.bin/ssh-keyscan/Makefile 1.31.2.1 +3 -1 src/secure/usr.bin/ssh/Makefile 1.44.2.1 +3 -1 src/secure/usr.sbin/sshd/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 8 14:52:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A656316A4DA; Sat, 8 Jul 2006 14:52:43 +0000 (UTC) (envelope-from krion@voodoo.bawue.com) Received: from voodoo.bawue.com (voodoo.bawue.com [212.9.161.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D81743D46; Sat, 8 Jul 2006 14:52:43 +0000 (GMT) (envelope-from krion@voodoo.bawue.com) Received: from krion by voodoo.bawue.com with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FzEAb-000982-ED; Sat, 08 Jul 2006 16:52:33 +0200 Date: Sat, 8 Jul 2006 16:52:33 +0200 From: Kirill Ponomarew To: Mark Linimon Message-ID: <20060708145233.GA34404@voodoo.bawue.com> References: <200607080749.k687n0eR086838@repoman.freebsd.org> <1152363883.89804.0.camel@ikaros.oook.cz> <20060708152915.3ed4a864@mwilke.ath.cx> <1152365490.89804.2.camel@ikaros.oook.cz> <20060708160855.6034eba8@mwilke.ath.cx> <20060708143225.GA29652@soaustin.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060708143225.GA29652@soaustin.net> X-NIC-HDL: KP869-RIPE Cc: cvs-ports@FreeBSD.org, pav@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, Martin Wilke Subject: Re: cvs commit: ports/devel/gauche-sdl Makefile distinfo pkg-plist ports/devel/gauche-sdl/files patch-configure patch-src::gauche-sdl.h patch-src::image::gauche-sdl-image.h patch-src::image::sdl-image-lib.stub patch-src::mixer::gauche-sdl-mixer.h patch-src::sdl-lib.stub patch-src::ttf::gauche-sdl-ttf.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, 08 Jul 2006 14:52:43 -0000 On Sat, Jul 08, 2006 at 09:32:25AM -0500, Mark Linimon wrote: > On Sat, Jul 08, 2006 at 04:08:55PM +0200, Martin Wilke wrote: > > On Sat, 08 Jul 2006 15:31:30 +0200 > > Pav Lucistnik wrote: > > > > > And what about the plist change? Three modules are gone. > > > > Please ask gauche developers why they removed these 3 libs from the > > disto. > > No, it doesn't work that way: the onus for updates is on our committers > to understand what the changes are. Yes, but now knowing the software internals in details and also knowing why the developers removed the specific libraries. In this case, if somebody is really interested in reasons of removed libs, it's better to contact the gauche-sdl guys and ask them directly, perhaps ports maintainer knows it already. But at first, I would ask them why they reroll tarballs and include tremendous changes, without bumping release version. And also do not forget the principle I've heard more times at FreeBSD regarding to ports: "If it builds, ship it". -Kirill From owner-cvs-all@FreeBSD.ORG Sat Jul 8 14:53:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFFE316A4DA; Sat, 8 Jul 2006 14:53:11 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2173943D58; Sat, 8 Jul 2006 14:53:11 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68ErB2B073279; Sat, 8 Jul 2006 14:53:11 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68ErAiH073278; Sat, 8 Jul 2006 14:53:10 GMT (envelope-from nobutaka) Message-Id: <200607081453.k68ErAiH073278@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sat, 8 Jul 2006 14: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/textproc/uim Makefile distinfo ports/textproc/uim-el Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 14:53:11 -0000 nobutaka 2006-07-08 14:53:10 UTC FreeBSD ports repository Modified files: textproc/uim Makefile distinfo textproc/uim-el Makefile distinfo Log: Update to 1.1.1. Revision Changes Path 1.8 +1 -1 ports/textproc/uim-el/Makefile 1.3 +3 -3 ports/textproc/uim-el/distinfo 1.54 +1 -1 ports/textproc/uim/Makefile 1.28 +3 -3 ports/textproc/uim/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 8 14:54:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CCA416A4DF; Sat, 8 Jul 2006 14:54:16 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80F1E43D46; Sat, 8 Jul 2006 14:54:13 +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 k68EsCWa073636; Sat, 8 Jul 2006 14:54:13 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68EsCgZ073635; Sat, 8 Jul 2006 14:54:12 GMT (envelope-from rafan) Message-Id: <200607081454.k68EsCgZ073635@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 14:54: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/net-mgmt/arpwatch 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, 08 Jul 2006 14:54:16 -0000 rafan 2006-07-08 14:54:12 UTC FreeBSD ports repository Modified files: net-mgmt/arpwatch Makefile pkg-descr Log: - Change pkg-descr - Add mirror site - Use prefered maintainer address PR: 99902 Submitted by: Thomas Abthorpe (maintainer) Approved by: delphij (mentor, implicit) Revision Changes Path 1.42 +3 -2 ports/net-mgmt/arpwatch/Makefile 1.4 +4 -20 ports/net-mgmt/arpwatch/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Jul 8 14:59:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 260A316A4DA; Sat, 8 Jul 2006 14:59:52 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D757F43D45; Sat, 8 Jul 2006 14:59:51 +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 k68ExpgD076597; Sat, 8 Jul 2006 14:59:51 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68ExpPP076595; Sat, 8 Jul 2006 14:59:51 GMT (envelope-from leeym) Message-Id: <200607081459.k68ExpPP076595@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 8 Jul 2006 14:59:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/spamcup Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 14:59:52 -0000 leeym 2006-07-08 14:59:51 UTC FreeBSD ports repository Modified files: mail/spamcup Makefile Log: - drop maintainership Revision Changes Path 1.2 +1 -1 ports/mail/spamcup/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 8 15:34:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E735016A4DA; Sat, 8 Jul 2006 15:34:27 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A28D443D45; Sat, 8 Jul 2006 15:34:27 +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 k68FYRvh004266; Sat, 8 Jul 2006 15:34:27 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68FYRYi004264; Sat, 8 Jul 2006 15:34:27 GMT (envelope-from kib) Message-Id: <200607081534.k68FYRYi004264@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 8 Jul 2006 15:34:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/init 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: Sat, 08 Jul 2006 15:34:28 -0000 kib 2006-07-08 15:34:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/init init.c Log: MFC rev. 1.62: Reparent the process that executes the window= command from the ttys to the init. This prevents zombies from being accumulated. PR: bin/64198 Tested by: Eugene Grosbein Approved by: kan (mentor) Revision Changes Path 1.60.2.2 +13 -1 src/sbin/init/init.c From owner-cvs-all@FreeBSD.ORG Sat Jul 8 15:36:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C366716A4DE; Sat, 8 Jul 2006 15:36:51 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F74343D6B; Sat, 8 Jul 2006 15:36:51 +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 k68FapIe005976; Sat, 8 Jul 2006 15:36:51 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68FapFd005972; Sat, 8 Jul 2006 15:36:51 GMT (envelope-from kib) Message-Id: <200607081536.k68FapFd005972@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 8 Jul 2006 15:36: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/nfsclient nfs_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, 08 Jul 2006 15:36:51 -0000 kib 2006-07-08 15:36:51 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: Always supply curthread as argument to nfs_asyncio and nfs_doio in nfs_strategy. Otherwise, for some buffers, signals would be ignored at the intr mounts. Reviewed by: mohan MFC after: 1 month Approved by: kan (mentor) Revision Changes Path 1.267 +2 -8 src/sys/nfsclient/nfs_vnops.c From owner-cvs-all@FreeBSD.ORG Sat Jul 8 15:39:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26D0116A4DF; Sat, 8 Jul 2006 15:39:12 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C14F943D6E; Sat, 8 Jul 2006 15:39:11 +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 k68FdBMX007667; Sat, 8 Jul 2006 15:39:11 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68FdB5D007666; Sat, 8 Jul 2006 15:39:11 GMT (envelope-from kib) Message-Id: <200607081539.k68FdB5D007666@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 8 Jul 2006 15:39:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/nfsclient nfs_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 15:39:12 -0000 kib 2006-07-08 15:39:11 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_socket.c Log: Signals may be delivered to process as well as to the thread. Check the thread-delivered signals in addition to the process one. Reviewed by: mohan MFC after: 1 month Approved by: kan (mentor) Revision Changes Path 1.142 +3 -1 src/sys/nfsclient/nfs_socket.c From owner-cvs-all@FreeBSD.ORG Sat Jul 8 15: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 846AB16A4E0; Sat, 8 Jul 2006 15:43:34 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAF9743D53; Sat, 8 Jul 2006 15:43:27 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68FhRav010835; Sat, 8 Jul 2006 15:43:27 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68FhR4A010831; Sat, 8 Jul 2006 15:43:27 GMT (envelope-from des) Message-Id: <200607081543.k68FhR4A010831@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 8 Jul 2006 15:43:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/crypto/openssh 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: Sat, 08 Jul 2006 15:43:34 -0000 des 2006-07-08 15:43:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) crypto/openssh config.h Log: MFC: (1.16) our glob(3) has all the required features. Revision Changes Path 1.11.2.2 +2 -2 src/crypto/openssh/config.h From owner-cvs-all@FreeBSD.ORG Sat Jul 8 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28BD616A4DF; Sat, 8 Jul 2006 15:45:02 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14F6943D64; Sat, 8 Jul 2006 15:44:47 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 17C392086; Sat, 8 Jul 2006 17:44:41 +0200 (CEST) X-Spam-Tests: none X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 09DD82085; Sat, 8 Jul 2006 17:44:41 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id DE82F33C28; Sat, 8 Jul 2006 17:44:40 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Andrey Chernov References: <200606090839.k598d5HQ044431@repoman.freebsd.org> <20060609114719.GB70953@nagual.pp.ru> <20060609150736.GA75964@nagual.pp.ru> Date: Sat, 08 Jul 2006 17:44:40 +0200 In-Reply-To: <20060609150736.GA75964@nagual.pp.ru> (Andrey Chernov's message of "Fri, 9 Jun 2006 19:07:36 +0400") Message-ID: <8664i8rthz.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/crypto/openssh 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: Sat, 08 Jul 2006 15:45:02 -0000 Andrey Chernov writes: > 2nd note: it is backward-compatible and can be MFCed to any branch. I just did RELENG_6. I'd rather not touch RELENG_5. > BTW, why configure not sense those flags automatically? I haven't looked too closely, but I think the test in configure.ac is bogus, at least for GLOB_HAS_GL_MATCHC. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Sat Jul 8 15: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE80516A4DD; Sat, 8 Jul 2006 15:51:55 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A929743D46; Sat, 8 Jul 2006 15:51: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 k68Fpt5u017207; Sat, 8 Jul 2006 15:51:55 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68FptRv017206; Sat, 8 Jul 2006 15:51:55 GMT (envelope-from imp) Message-Id: <200607081551.k68FptRv017206@repoman.freebsd.org> From: Warner Losh Date: Sat, 8 Jul 2006 15:51:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/isa isahint.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 15:51:56 -0000 imp 2006-07-08 15:51:55 UTC FreeBSD src repository Modified files: sys/isa isahint.c Log: Remove old GENERIC kludge. We no longer need to skip devices named atkbd. Version 1.162 of GENERIC fixed this problem in April of 1999. Subsequent to that, the hints data was removed from GENERIC and move to hints files. All the hints file ever created have atkbd at the right location. This should have been removed just after RELENG_4 was branched (and likely around 4.5 in RELENG_4). MFC After: 3 days Revision Changes Path 1.17 +2 -8 src/sys/isa/isahint.c From owner-cvs-all@FreeBSD.ORG Sat Jul 8 16:50:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9BC216A4DD; Sat, 8 Jul 2006 16:50:11 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D04743D49; Sat, 8 Jul 2006 16:50:11 +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 k68GoBXV071682; Sat, 8 Jul 2006 16:50:11 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68GoBOM071678; Sat, 8 Jul 2006 16:50:11 GMT (envelope-from imp) Message-Id: <200607081650.k68GoBOM071678@repoman.freebsd.org> From: Warner Losh Date: Sat, 8 Jul 2006 16:50:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/isa isahint.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 16:50:11 -0000 imp 2006-07-08 16:50:10 UTC FreeBSD src repository Modified files: sys/isa isahint.c Log: (apply '(lambda (reformat-region 'style-9-parens)) (read-file isahint.c)) remove redundant parens, per style(9) to reduce that limp, lispy feeling. Revision Changes Path 1.18 +2 -2 src/sys/isa/isahint.c From owner-cvs-all@FreeBSD.ORG Sat Jul 8 16:56:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 044F416A4DE; Sat, 8 Jul 2006 16:56:58 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3B0443D45; Sat, 8 Jul 2006 16:56:57 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68GuvFn075878; Sat, 8 Jul 2006 16:56:57 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68GuvbB075877; Sat, 8 Jul 2006 16:56:57 GMT (envelope-from nobutaka) Message-Id: <200607081656.k68GuvbB075877@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sat, 8 Jul 2006 16:56: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/japanese/namazu2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 16:56:58 -0000 nobutaka 2006-07-08 16:56:57 UTC FreeBSD ports repository Modified files: japanese/namazu2 Makefile Log: - Always depends on japanese/p5-MeCab since mknmz command requires MeCab perl module by default. (Default setting was changed by the previous commit to databases/namazu2 by nork.) - Remove WITH_MECAB knob and add WITH_KAKASI knob. - Bump PORTREVISION. PR: ports/99906 Submitted by: Takamichi Tateoka Revision Changes Path 1.37 +5 -5 ports/japanese/namazu2/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 8 17:06:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF2E516A4DE; Sat, 8 Jul 2006 17:06:20 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EED943D4C; Sat, 8 Jul 2006 17:06:20 +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 k68H6K9U082830; Sat, 8 Jul 2006 17:06:20 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68H6FBX082800; Sat, 8 Jul 2006 17:06:15 GMT (envelope-from imp) Message-Id: <200607081706.k68H6FBX082800@repoman.freebsd.org> From: Warner Losh Date: Sat, 8 Jul 2006 17:06:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern bus_if.m subr_bus.c src/sys/sys bus.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, 08 Jul 2006 17:06:20 -0000 imp 2006-07-08 17:06:15 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c bus_if.m sys/sys bus.h Log: Create bus_enumerate_hinted_children. This routine will allow drivers to use the hinted child system. Bus drivers that use this need to implmenet the bus_hinted_child method, where they actually add the child to their bus, as they see fit. The bus is repsonsible for getting the attribtues for the child, adding it in the right order, etc. ISA hinting will be updated to use this method. MFC After: 3 days Revision Changes Path 1.30 +22 -0 src/sys/kern/bus_if.m 1.194 +34 -0 src/sys/kern/subr_bus.c 1.75 +1 -0 src/sys/sys/bus.h From owner-cvs-all@FreeBSD.ORG Sat Jul 8 17: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AA4C16A53A; Sat, 8 Jul 2006 17:06:32 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D436C43D4C; Sat, 8 Jul 2006 17:06: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 k68H6OYl082890; Sat, 8 Jul 2006 17:06:24 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68H6ORu082889; Sat, 8 Jul 2006 17:06:24 GMT (envelope-from ahze) Message-Id: <200607081706.k68H6ORu082889@repoman.freebsd.org> From: Michael Johnson Date: Sat, 8 Jul 2006 17:06: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/pslib Makefile ports/print/pslib/files patch-src__bmp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 17:06:33 -0000 ahze 2006-07-08 17:06:24 UTC FreeBSD ports repository Modified files: print/pslib Makefile print/pslib/files patch-src__bmp.c Log: - Fix build on sparc64 Revision Changes Path 1.11 +0 -4 ports/print/pslib/Makefile 1.2 +4 -4 ports/print/pslib/files/patch-src__bmp.c From owner-cvs-all@FreeBSD.ORG Sat Jul 8 17:48:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6851D16A4DD; Sat, 8 Jul 2006 17:48:35 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22A7B43D45; Sat, 8 Jul 2006 17:48:35 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68HmZ0a007201; Sat, 8 Jul 2006 17:48:35 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68HmY1n007194; Sat, 8 Jul 2006 17:48:34 GMT (envelope-from novel) Message-Id: <200607081748.k68HmY1n007194@repoman.freebsd.org> From: Roman Bogorodskiy Date: Sat, 8 Jul 2006 17:48: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/libtasn1 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 17:48:35 -0000 novel 2006-07-08 17:48:34 UTC FreeBSD ports repository Modified files: security/libtasn1 Makefile distinfo Log: Update to 0.3.5. Revision Changes Path 1.27 +2 -1 ports/security/libtasn1/Makefile 1.14 +3 -3 ports/security/libtasn1/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 8 18:35:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8649216A4E0; Sat, 8 Jul 2006 18:35:09 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BBF843D49; Sat, 8 Jul 2006 18:35:04 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip70-177-190-239.dc.dc.cox.net [70.177.190.239]) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id k68IjLKC046348 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 8 Jul 2006 14:45:23 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Sat, 8 Jul 2006 14:34:58 -0400 From: Tom Rhodes To: Alexander Leidinger Message-Id: <20060708143458.15790ee9.trhodes@FreeBSD.org> In-Reply-To: <200607081231.k68CVYO2074854@repoman.freebsd.org> References: <200607081231.k68CVYO2074854@repoman.freebsd.org> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/kerneldoc Doxyfile Makefile src/tools/kerneldoc/subsys Dependencies Doxyfile-cam Doxyfile-crypto Doxyfile-dev_pci Doxyfile-dev_sound Doxyfile-dev_usb Doxyfile-geom Doxyfile-i4b Doxyfile-kern ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 18:35:09 -0000 On Sat, 8 Jul 2006 12:31:34 +0000 (UTC) Alexander Leidinger wrote: > netchild 2006-07-08 12:31:34 UTC > > FreeBSD src repository > > Modified files: > tools/kerneldoc Doxyfile Makefile > tools/kerneldoc/subsys Dependencies Doxyfile-cam > Doxyfile-crypto Doxyfile-dev_pci > Doxyfile-dev_sound Doxyfile-dev_usb > Doxyfile-geom Doxyfile-i4b > Doxyfile-kern Doxyfile-libkern > Doxyfile-linux Doxyfile-net80211 > Doxyfile-netgraph Doxyfile-netinet > Doxyfile-netinet6 Doxyfile-netipsec > Doxyfile-opencrypto Doxyfile-vm > Makefile README common-Doxyfile > notreviewed.dox > Log: > Forced commit to note repo copy from sys/doc. > > Requested by: trhodes > Repo copy by: simon Thanks! -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Sat Jul 8 18:43:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3B8316A4DD; Sat, 8 Jul 2006 18:43:13 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E60343D46; Sat, 8 Jul 2006 18:43:13 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 069D041AD; Sat, 8 Jul 2006 13:43:12 -0500 (CDT) Date: Sat, 8 Jul 2006 13:43:12 -0500 To: Kirill Ponomarew Message-ID: <20060708184312.GA5834@soaustin.net> References: <200607080749.k687n0eR086838@repoman.freebsd.org> <1152363883.89804.0.camel@ikaros.oook.cz> <20060708152915.3ed4a864@mwilke.ath.cx> <1152365490.89804.2.camel@ikaros.oook.cz> <20060708160855.6034eba8@mwilke.ath.cx> <20060708143225.GA29652@soaustin.net> <20060708145233.GA34404@voodoo.bawue.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060708145233.GA34404@voodoo.bawue.com> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Martin Wilke , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, pav@FreeBSD.org, cvs-ports@FreeBSD.org, Mark Linimon Subject: Re: cvs commit: ports/devel/gauche-sdl Makefile distinfo pkg-plist ports/devel/gauche-sdl/files patch-configure patch-src::gauche-sdl.h patch-src::image::gauche-sdl-image.h patch-src::image::sdl-image-lib.stub patch-src::mixer::gauche-sdl-mixer.h patch-src::sdl-lib.stub patch-src::ttf::gauche-sdl-ttf.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, 08 Jul 2006 18:43:14 -0000 On Sat, Jul 08, 2006 at 04:52:33PM +0200, Kirill Ponomarew wrote: > And also do not forget the principle I've heard more times at > FreeBSD regarding to ports: "If it builds, ship it". This is why we have several hundred (over a thousand, on certain buildenvs), ports that do not work correctly (build, install, package, operate). More testing is always desireable. mcl From owner-cvs-all@FreeBSD.ORG Sat Jul 8 19:11:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 867AA16A4DA; Sat, 8 Jul 2006 19:11:27 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [195.250.137.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB5A43D45; Sat, 8 Jul 2006 19:11:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.6/8.13.6) with ESMTP id k68JBOar091027 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 8 Jul 2006 21:11:24 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.6/8.13.6/Submit) id k68JBN9U091026; Sat, 8 Jul 2006 21:11:23 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Kirill Ponomarew In-Reply-To: <20060708145233.GA34404@voodoo.bawue.com> References: <200607080749.k687n0eR086838@repoman.freebsd.org> <1152363883.89804.0.camel@ikaros.oook.cz> <20060708152915.3ed4a864@mwilke.ath.cx> <1152365490.89804.2.camel@ikaros.oook.cz> <20060708160855.6034eba8@mwilke.ath.cx> <20060708143225.GA29652@soaustin.net> <20060708145233.GA34404@voodoo.bawue.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-N4/XCqyMMljFjbu2XmTu" Date: Sat, 08 Jul 2006 21:11:23 +0200 Message-Id: <1152385883.90982.1.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Cc: Mark Linimon , cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Martin Wilke Subject: Re: cvs commit: ports/devel/gauche-sdl Makefile distinfo pkg-plist ports/devel/gauche-sdl/files patch-configure patch-src::gauche-sdl.h patch-src::image::gauche-sdl-image.h patch-src::image::sdl-image-lib.stub patch-src::mixer::gauche-sdl-mixer.h patch-src::sdl-lib.stub patch-src::ttf::gauche-sdl-ttf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 19:11:27 -0000 --=-N4/XCqyMMljFjbu2XmTu Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Kirill Ponomarew p=ED=B9e v so 08. 07. 2006 v 16:52 +0200: > On Sat, Jul 08, 2006 at 09:32:25AM -0500, Mark Linimon wrote: > > On Sat, Jul 08, 2006 at 04:08:55PM +0200, Martin Wilke wrote: > > > On Sat, 08 Jul 2006 15:31:30 +0200 > > > Pav Lucistnik wrote: > > >=20 > > > > And what about the plist change? Three modules are gone. > > >=20 > > > Please ask gauche developers why they removed these 3 libs from the > > > disto. > >=20 > > No, it doesn't work that way: the onus for updates is on our committers > > to understand what the changes are. >=20 > Yes, but now knowing the software internals in details and also > knowing why the developers removed the specific libraries. In this > case, if somebody is really interested in reasons of removed libs, > it's better to contact the gauche-sdl guys and ask them directly, > perhaps ports maintainer knows it already. >=20 > But at first, I would ask them why they reroll tarballs and include > tremendous changes, without bumping release version. I was merely pointing out that the commit log failed to describe the actual changes done to the port. If you do a major change which is not mentioned in the commit log, someone can wonder if the change was even intentional... --=20 Pav Lucistnik The answer to the all-encompassing question on life, the universe and everything: close windows and reboot. --=-N4/XCqyMMljFjbu2XmTu 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.4 (FreeBSD) iD8DBQBEsANbntdYP8FOsoIRAnUiAJ9I9qH+ZRCy+/ZcFqRgcYfe2tL9XgCfbWoP 4J6d6sGBjgD1X1LX6z+pHIY= =bbQR -----END PGP SIGNATURE----- --=-N4/XCqyMMljFjbu2XmTu-- From owner-cvs-all@FreeBSD.ORG Sat Jul 8 19:38:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 152B516A4DA; Sat, 8 Jul 2006 19:38:59 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE7B843D45; Sat, 8 Jul 2006 19:38:58 +0000 (GMT) (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 k68JcwZm076796; Sat, 8 Jul 2006 19:38:58 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68JcwEt076795; Sat, 8 Jul 2006 19:38:58 GMT (envelope-from linimon) Message-Id: <200607081938.k68JcwEt076795@repoman.freebsd.org> From: Mark Linimon Date: Sat, 8 Jul 2006 19:38:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/amule1 Makefile ports/net-p2p/amule2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 19:38:59 -0000 linimon 2006-07-08 19:38:58 UTC FreeBSD ports repository Modified files: net-p2p/amule1 Makefile net-p2p/amule2 Makefile Log: Assign amule2 to new volunteer; mark amule1 as DEPRECATED, with note that it is only retained for 4.X compatibility. Revision Changes Path 1.21 +2 -0 ports/net-p2p/amule1/Makefile 1.11 +1 -1 ports/net-p2p/amule2/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 8 19:43:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 899C016A4DA; Sat, 8 Jul 2006 19:43:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 462B743D45; Sat, 8 Jul 2006 19:43:01 +0000 (GMT) (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 k68Jh1vu078644; Sat, 8 Jul 2006 19:43:01 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68Jh1CO078643; Sat, 8 Jul 2006 19:43:01 GMT (envelope-from linimon) Message-Id: <200607081943.k68Jh1CO078643@repoman.freebsd.org> From: Mark Linimon Date: Sat, 8 Jul 2006 19: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/mail/elm+ME Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 19:43:01 -0000 linimon 2006-07-08 19:43:01 UTC FreeBSD ports repository Modified files: mail/elm+ME Makefile Log: Fully qualify the path to sysctl. Approved by: maintainer Revision Changes Path 1.96 +1 -1 ports/mail/elm+ME/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 8 19:51:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 938D416A4DA; Sat, 8 Jul 2006 19:51:38 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DD8B43D46; Sat, 8 Jul 2006 19:51:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68JpcS3085263; Sat, 8 Jul 2006 19:51:38 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68Jpcfm085262; Sat, 8 Jul 2006 19:51:38 GMT (envelope-from jhb) Message-Id: <200607081951.k68Jpcfm085262@repoman.freebsd.org> From: John Baldwin Date: Sat, 8 Jul 2006 19:51:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/linux linux_ipc.c src/sys/compat/svr4 svr4_ipc.c src/sys/kern sysv_sem.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: Sat, 08 Jul 2006 19:51:38 -0000 jhb 2006-07-08 19:51:38 UTC FreeBSD src repository Modified files: sys/compat/linux linux_ipc.c sys/compat/svr4 svr4_ipc.c sys/kern sysv_sem.c sys/sys syscallsubr.h Log: Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. This mostly consists of pushing a few copyin's and copyout's up into __semctl() as all the other callers were already doing the UIO_SYSSPACE case. This also changes kern_semctl() to set the return value in a passed in pointer to a register_t rather than td->td_retval[0] directly so that callers can only set td->td_retval[0] if all the various copyout's succeed. As a result of these changes, kern_semctl() no longer does copyin/copyout (except for GETALL/SETALL) so simplify the locking to acquire the semakptr mutex before the MAC check and hold it all the way until the end of the big switch statement. The GETALL/SETALL cases have to temporarily drop it while they do copyin/malloc and copyout. Also, simplify the SETALL case to remove handling for a non-existent race condition. Revision Changes Path 1.48 +12 -11 src/sys/compat/linux/linux_ipc.c 1.23 +12 -8 src/sys/compat/svr4/svr4_ipc.c 1.82 +87 -84 src/sys/kern/sysv_sem.c 1.40 +1 -1 src/sys/sys/syscallsubr.h From owner-cvs-all@FreeBSD.ORG Sat Jul 8 19:52:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E2DA16A4DF; Sat, 8 Jul 2006 19:52:49 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58A4543D46; Sat, 8 Jul 2006 19:52:49 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68JqnDV085903; Sat, 8 Jul 2006 19:52:49 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68JqnMW085899; Sat, 8 Jul 2006 19:52:49 GMT (envelope-from jhb) Message-Id: <200607081952.k68JqnMW085899@repoman.freebsd.org> From: John Baldwin Date: Sat, 8 Jul 2006 19:52: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/i386/ibcs2 ibcs2_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: Sat, 08 Jul 2006 19:52:49 -0000 jhb 2006-07-08 19:52:49 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_ipc.h Log: Use ibsc2_key_t rather than key_t. Revision Changes Path 1.9 +1 -1 src/sys/i386/ibcs2/ibcs2_ipc.h From owner-cvs-all@FreeBSD.ORG Sat Jul 8 19:54:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7DF316A4E1; Sat, 8 Jul 2006 19:54:12 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62B5843D46; Sat, 8 Jul 2006 19:54:12 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68JsCXw086612; Sat, 8 Jul 2006 19:54:12 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68JsCWN086611; Sat, 8 Jul 2006 19:54:12 GMT (envelope-from jhb) Message-Id: <200607081954.k68JsCWN086611@repoman.freebsd.org> From: John Baldwin Date: Sat, 8 Jul 2006 19:54: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/i386/ibcs2 ibcs2_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: Sat, 08 Jul 2006 19:54:12 -0000 jhb 2006-07-08 19:54:12 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_ipc.c Log: - Split the IBCS2 ipc foosys() system calls up into subfunctions matching the organization in svr4_ipc.c. - Use kern_msgctl(), kern_semctl(), and kern_shmctl() instead of the stackgap. Revision Changes Path 1.24 +298 -152 src/sys/i386/ibcs2/ibcs2_ipc.c From owner-cvs-all@FreeBSD.ORG Sat Jul 8 20:03:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10C6916A4DA; Sat, 8 Jul 2006 20:03:40 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB02043D45; Sat, 8 Jul 2006 20:03:39 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68K3de3090508; Sat, 8 Jul 2006 20:03:39 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68K3dRb090507; Sat, 8 Jul 2006 20:03:39 GMT (envelope-from jhb) Message-Id: <200607082003.k68K3dRb090507@repoman.freebsd.org> From: John Baldwin Date: Sat, 8 Jul 2006 20:03: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/compat/linux linux_socket.c src/sys/fs/portalfs portal_vnops.c src/sys/kern kern_descrip.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: Sat, 08 Jul 2006 20:03:40 -0000 jhb 2006-07-08 20:03:39 UTC FreeBSD src repository Modified files: sys/compat/linux linux_socket.c sys/fs/portalfs portal_vnops.c sys/kern kern_descrip.c sys/sys syscallsubr.h Log: Add a kern_close() so that the ABIs can close a file descriptor w/o having to populate a close_args struct and change some of the places that do. Revision Changes Path 1.69 +1 -5 src/sys/compat/linux/linux_socket.c 1.71 +2 -4 src/sys/fs/portalfs/portal_vnops.c 1.296 +10 -2 src/sys/kern/kern_descrip.c 1.41 +1 -0 src/sys/sys/syscallsubr.h From owner-cvs-all@FreeBSD.ORG Sat Jul 8 20:05:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A627116A4DD; Sat, 8 Jul 2006 20:05:05 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 557D943D45; Sat, 8 Jul 2006 20:05:05 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68K55Ke090671; Sat, 8 Jul 2006 20:05:05 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68K553i090670; Sat, 8 Jul 2006 20:05:05 GMT (envelope-from jhb) Message-Id: <200607082005.k68K553i090670@repoman.freebsd.org> From: John Baldwin Date: Sat, 8 Jul 2006 20:05:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_other.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:05:05 -0000 jhb 2006-07-08 20:05:05 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_other.c Log: Use kern_connect() in spx_open() to avoid the need for the stackgap. I also used kern_close() for simplicity though close(2) wasn't requiring the use of the stackgap. Revision Changes Path 1.18 +11 -16 src/sys/i386/ibcs2/ibcs2_other.c From owner-cvs-all@FreeBSD.ORG Sat Jul 8 20:09:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4703116A4DA; Sat, 8 Jul 2006 20:09:57 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA4A743D5A; Sat, 8 Jul 2006 20:09:56 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68K9uaT090966; Sat, 8 Jul 2006 20:09:56 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68K9urm090965; Sat, 8 Jul 2006 20:09:56 GMT (envelope-from gerald) Message-Id: <200607082009.k68K9urm090965@repoman.freebsd.org> From: Gerald Pfeifer Date: Sat, 8 Jul 2006 20:09:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc40 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:09:57 -0000 gerald 2006-07-08 20:09:56 UTC FreeBSD ports repository Modified files: lang/gcc40 Makefile distinfo Log: Update to the 20060706 snapshot of GCC 4.0.4. Simplify the subdirectory we use for GCC-specific libraries and include files from gcc/${CONFIGURE_TARGET}/${PORTVERSION} to gcc-${PORTVERSION}. Remove the hack to set RANLIB=: now that this has been addressed upstream. Revision Changes Path 1.265 +3 -6 ports/lang/gcc40/Makefile 1.159 +12 -12 ports/lang/gcc40/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 8 20:12:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C14616A4DA; Sat, 8 Jul 2006 20:12:15 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA7F743D46; Sat, 8 Jul 2006 20:12:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68KCESg091183; Sat, 8 Jul 2006 20:12:14 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68KCE0U091182; Sat, 8 Jul 2006 20:12:14 GMT (envelope-from jhb) Message-Id: <200607082012.k68KCE0U091182@repoman.freebsd.org> From: John Baldwin Date: Sat, 8 Jul 2006 20:12: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/i386/ibcs2 ibcs2_xenix.c syscalls.xenix src/sys/kern sys_generic.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: Sat, 08 Jul 2006 20:12:15 -0000 jhb 2006-07-08 20:12:14 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_xenix.c syscalls.xenix sys/kern sys_generic.c sys/sys syscallsubr.h Log: - Split ioctl() up into ioctl() and kern_ioctl(). The kern_ioctl() assumes that the 'data' pointer is already setup to point to a valid KVM buffer or contains the copied-in data from userland as appropriate (ioctl(2) still does this). kern_ioctl() takes care of looking up a file pointer, implementing FIONCLEX and FIOCLEX, and calling fi_ioctl(). - Use kern_ioctl() to implement xenix_rdchk() instead of using the stackgap and mark xenix_rdchk() MPSAFE. Revision Changes Path 1.37 +7 -10 src/sys/i386/ibcs2/ibcs2_xenix.c 1.13 +1 -1 src/sys/i386/ibcs2/syscalls.xenix 1.149 +44 -37 src/sys/kern/sys_generic.c 1.42 +1 -0 src/sys/sys/syscallsubr.h From owner-cvs-all@FreeBSD.ORG Sat Jul 8 20: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0768816A4DA; Sat, 8 Jul 2006 20:14:35 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3AB143D45; Sat, 8 Jul 2006 20:14:34 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68KEY05091268; Sat, 8 Jul 2006 20:14:34 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68KEY4Z091267; Sat, 8 Jul 2006 20:14:34 GMT (envelope-from jhb) Message-Id: <200607082014.k68KEY4Z091267@repoman.freebsd.org> From: John Baldwin Date: Sat, 8 Jul 2006 20:14: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/i386/ibcs2 ibcs2_xenix.h ibcs2_xenix_syscall.h ibcs2_xenix_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: Sat, 08 Jul 2006 20:14:35 -0000 jhb 2006-07-08 20:14:34 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_xenix.h ibcs2_xenix_syscall.h ibcs2_xenix_sysent.c Log: Regen. Revision Changes Path 1.19 +1 -1 src/sys/i386/ibcs2/ibcs2_xenix.h 1.15 +1 -1 src/sys/i386/ibcs2/ibcs2_xenix_syscall.h 1.17 +2 -2 src/sys/i386/ibcs2/ibcs2_xenix_sysent.c From owner-cvs-all@FreeBSD.ORG Sat Jul 8 20:27:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D090B16A4DD; Sat, 8 Jul 2006 20:27:38 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8661143D45; Sat, 8 Jul 2006 20:27:38 +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 k68KRcS4091939; Sat, 8 Jul 2006 20:27:38 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68KRcx8091938; Sat, 8 Jul 2006 20:27:38 GMT (envelope-from thierry) Message-Id: <200607082027.k68KRcx8091938@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 8 Jul 2006 20:27:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/metis-edf Makefile distinfo ports/math/metis-edf/files patch-CONFIG::configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:27:38 -0000 thierry 2006-07-08 20:27:38 UTC FreeBSD ports repository Modified files: math/metis-edf Makefile distinfo math/metis-edf/files patch-CONFIG::configure Log: Upgrade to 4.0-3. Revision Changes Path 1.10 +3 -3 ports/math/metis-edf/Makefile 1.8 +3 -3 ports/math/metis-edf/distinfo 1.4 +5 -4 ports/math/metis-edf/files/patch-CONFIG::configure From owner-cvs-all@FreeBSD.ORG Sat Jul 8 20:29:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7E7E16A4DA; Sat, 8 Jul 2006 20:29:41 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 931CB43D45; Sat, 8 Jul 2006 20:29:41 +0000 (GMT) (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 k68KTf02092065; Sat, 8 Jul 2006 20:29:41 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68KTfcs092064; Sat, 8 Jul 2006 20:29:41 GMT (envelope-from linimon) Message-Id: <200607082029.k68KTfcs092064@repoman.freebsd.org> From: Mark Linimon Date: Sat, 8 Jul 2006 20: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/Tools/portbuild/scripts processonelog X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:29:41 -0000 linimon 2006-07-08 20:29:41 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts processonelog Log: Fix the disk_full rule. Revision Changes Path 1.7 +2 -2 ports/Tools/portbuild/scripts/processonelog From owner-cvs-all@FreeBSD.ORG Sat Jul 8 20:30:07 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E15DD16A4E1; Sat, 8 Jul 2006 20:30:06 +0000 (UTC) (envelope-from john@baldwin.cx) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2EED43D46; Sat, 8 Jul 2006 20:30:05 +0000 (GMT) (envelope-from john@baldwin.cx) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k68KU4pI035323; Sat, 8 Jul 2006 16:30:04 -0400 (EDT) (envelope-from john@baldwin.cx) From: John Baldwin To: Warner Losh Date: Sat, 8 Jul 2006 16:17:20 -0400 User-Agent: KMail/1.9.1 References: <200607081706.k68H6FBX082800@repoman.freebsd.org> In-Reply-To: <200607081706.k68H6FBX082800@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607081617.21551.john@baldwin.cx> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Sat, 08 Jul 2006 16:30:04 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1589/Fri Jul 7 10:37:51 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern bus_if.m subr_bus.c src/sys/sys bus.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, 08 Jul 2006 20:30:07 -0000 On Saturday 08 July 2006 13:06, Warner Losh wrote: > imp 2006-07-08 17:06:15 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_bus.c bus_if.m > sys/sys bus.h > Log: > Create bus_enumerate_hinted_children. This routine will allow drivers > to use the hinted child system. Bus drivers that use this need to > implmenet the bus_hinted_child method, where they actually add the > child to their bus, as they see fit. The bus is repsonsible for > getting the attribtues for the child, adding it in the right order, > etc. ISA hinting will be updated to use this method. > > MFC After: 3 days Hmm, did you see my e-mail about trying to get hinting to DTRT with respect to wiring unit numbers for things like sio0 with ACPI and ISA on acpi@ yesterday? It might well be orthogonal to this, but I'm curious if you could look my suggestion over and see how well it jives with what you are doing here. -- John Baldwin From owner-cvs-all@FreeBSD.ORG Sat Jul 8 20:34:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11D9E16A4DD; Sat, 8 Jul 2006 20:34:22 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1C9F43D45; Sat, 8 Jul 2006 20:34:21 +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 k68KYLKr092384; Sat, 8 Jul 2006 20:34:21 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68KYLuS092383; Sat, 8 Jul 2006 20:34:21 GMT (envelope-from ahze) Message-Id: <200607082034.k68KYLuS092383@repoman.freebsd.org> From: Michael Johnson Date: Sat, 8 Jul 2006 20:34:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/xmms-wma Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:34:22 -0000 ahze 2006-07-08 20:34:21 UTC FreeBSD ports repository Modified files: audio/xmms-wma Makefile Log: - Add support for sparc64 PR: 99923 Approved by: maintainer Revision Changes Path 1.23 +9 -4 ports/audio/xmms-wma/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 8 20:37:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3706616A4DD; Sat, 8 Jul 2006 20:37:01 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E58B643D4C; Sat, 8 Jul 2006 20:37:00 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68Kb0kU092529; Sat, 8 Jul 2006 20:37:00 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68Kb07o092528; Sat, 8 Jul 2006 20:37:00 GMT (envelope-from mnag) Message-Id: <200607082037.k68Kb07o092528@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 8 Jul 2006 20:37: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/mail/postfix-current Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:37:01 -0000 mnag 2006-07-08 20:37:00 UTC FreeBSD ports repository Modified files: mail/postfix-current Makefile distinfo Log: - Update to 2.3-RC8 Revision Changes Path 1.178 +1 -1 ports/mail/postfix-current/Makefile 1.119 +3 -3 ports/mail/postfix-current/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 8 21:00:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87BA616A4DA; Sat, 8 Jul 2006 21:00:43 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42D2543D46; Sat, 8 Jul 2006 21:00:43 +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 k68L0h7i001416; Sat, 8 Jul 2006 21:00:43 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68L0hhb001415; Sat, 8 Jul 2006 21:00:43 GMT (envelope-from rafan) Message-Id: <200607082100.k68L0hhb001415@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 21:00: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/cad/tclspice Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 21:00:43 -0000 rafan 2006-07-08 21:00:42 UTC FreeBSD ports repository Modified files: cad/tclspice Makefile Log: - Fix typo PR: 99941 Submitted by: Stanislav Sedov (maintainer) Approved by: delphij (mentor, implicit) Revision Changes Path 1.2 +1 -1 ports/cad/tclspice/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 8 21:17:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E90216A4DD; Sat, 8 Jul 2006 21:17:29 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE58C43D45; Sat, 8 Jul 2006 21:17:28 +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 k68LHS0J003307; Sat, 8 Jul 2006 21:17:28 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68LHSOa003306; Sat, 8 Jul 2006 21:17:28 GMT (envelope-from itetcu) Message-Id: <200607082117.k68LHSOa003306@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 8 Jul 2006 21:17:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/postfixadmin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 21:17:29 -0000 itetcu 2006-07-08 21:17:28 UTC FreeBSD ports repository Modified files: mail/postfixadmin Makefile Log: Pass maintainership to Darren Pilgrim, which is a heavier user of this port that me. PR: ports/99922 Submitted by: Darren Pilgrim Discussed with: Rob Evers (ports author/ex-maintainer) Revision Changes Path 1.23 +1 -1 ports/mail/postfixadmin/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 8 21:19:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 769AA16A4DD; Sat, 8 Jul 2006 21:19:55 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E3DF43D49; Sat, 8 Jul 2006 21:19:55 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68LJtQ2003409; Sat, 8 Jul 2006 21:19:55 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68LJtmp003408; Sat, 8 Jul 2006 21:19:55 GMT (envelope-from itetcu) Message-Id: <200607082119.k68LJtmp003408@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 8 Jul 2006 21:19:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/gxmms2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 21:19:55 -0000 itetcu 2006-07-08 21:19:55 UTC FreeBSD ports repository Modified files: audio/gxmms2 Makefile distinfo Log: - Update to 0.6.3 - this also unbreaks the port on 4.x PR: ports/99904 Submitted by: maintainer Revision Changes Path 1.6 +2 -2 ports/audio/gxmms2/Makefile 1.3 +3 -3 ports/audio/gxmms2/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 8 21:30:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3773F16A4DF; Sat, 8 Jul 2006 21:30:20 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 692E743D5A; Sat, 8 Jul 2006 21:30:18 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68LUIXk004618; Sat, 8 Jul 2006 21:30:18 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68LUIF8004617; Sat, 8 Jul 2006 21:30:18 GMT (envelope-from itetcu) Message-Id: <200607082130.k68LUIF8004617@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 8 Jul 2006 21:30: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/comms Makefile ports/comms/libfec 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, 08 Jul 2006 21:30:20 -0000 itetcu 2006-07-08 21:30:18 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/libfec Makefile distinfo pkg-descr pkg-plist Log: This library package provides several forward error correction (FEC) decoders and accelerated primitives useful in digital signal processing (DSP). Except for the Reed-Solomon codecs, these functions take full advantage of the MMX, SSE and SSE2 SIMD instruction sets on Intel/AMD IA-32 processors and the Altivec/VMX/Velocity Engine SIMD instruction set on the G4 and G5 PowerPC. The library includes Viterbi decoders for the following convolutional codes: rate 1/2 k=7 rate 1/2 k=9 rate 1/6 k=15 ("Cassini") plus two Reed-Solomon encoder-decoders: one optimized for the (255,223) CCSDS standard code a general purpose encoder/decoder for arbitrary RS codes and three low-level 16-bit DSP support routines: signed dot product peak detection sum-of-squares (energy) computation This library is licensed under the "lesser" GNU General Public License. WWW: http://www.ka9q.net/code/fec/ - Diane Bruce, VA3DB db@db.net PR: ports/99895 Submitted by: db Revision Changes Path 1.150 +1 -0 ports/comms/Makefile 1.1 +34 -0 ports/comms/libfec/Makefile (new) 1.1 +3 -0 ports/comms/libfec/distinfo (new) 1.1 +23 -0 ports/comms/libfec/pkg-descr (new) 1.1 +3 -0 ports/comms/libfec/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 21:31:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB01216A4DE; Sat, 8 Jul 2006 21:31:31 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C43643D45; Sat, 8 Jul 2006 21:31:31 +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 k68LVVhR004714; Sat, 8 Jul 2006 21:31:31 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68LVVoL004713; Sat, 8 Jul 2006 21:31:31 GMT (envelope-from itetcu) Message-Id: <200607082131.k68LVVoL004713@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 8 Jul 2006 21:31: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, 08 Jul 2006 21:31:31 -0000 itetcu 2006-07-08 21:31:31 UTC FreeBSD ports repository Modified files: . modules Log: libfec --> ports/comms/libfec Revision Changes Path 1.15524 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 8 21:35:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F4F216A4DF; Sat, 8 Jul 2006 21:35:44 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66DC743D5F; Sat, 8 Jul 2006 21:35:43 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68LZh9Y004914; Sat, 8 Jul 2006 21:35:43 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68LZhEx004913; Sat, 8 Jul 2006 21:35:43 GMT (envelope-from nobutaka) Message-Id: <200607082135.k68LZhEx004913@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sat, 8 Jul 2006 21: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/x11-toolkits/gauche-gtk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 21:35:44 -0000 nobutaka 2006-07-08 21:35:43 UTC FreeBSD ports repository Modified files: x11-toolkits/gauche-gtk Makefile Log: Fix build error on amd64. PR: ports/99802 Submitted by: Erik Greenwald (maintainer) Revision Changes Path 1.29 +2 -1 ports/x11-toolkits/gauche-gtk/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 8 21:38:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CBC716A4DA; Sat, 8 Jul 2006 21:38:56 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB45743D46; Sat, 8 Jul 2006 21:38:55 +0000 (GMT) (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 k68LctfN005047; Sat, 8 Jul 2006 21:38:55 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68LctXf005046; Sat, 8 Jul 2006 21:38:55 GMT (envelope-from linimon) Message-Id: <200607082138.k68LctXf005046@repoman.freebsd.org> From: Mark Linimon Date: Sat, 8 Jul 2006 21:38: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/Tools/portbuild/scripts processonelog X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 21:38:56 -0000 linimon 2006-07-08 21:38:55 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts processonelog Log: 'portcomment' appears to be obsolete. Revision Changes Path 1.8 +1 -3 ports/Tools/portbuild/scripts/processonelog From owner-cvs-all@FreeBSD.ORG Sat Jul 8 22:33:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1840B16A4DE; Sat, 8 Jul 2006 22:33:30 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C840C43D46; Sat, 8 Jul 2006 22:33:29 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68MXTHi008841; Sat, 8 Jul 2006 22:33:29 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68MXTGO008840; Sat, 8 Jul 2006 22:33:29 GMT (envelope-from itetcu) Message-Id: <200607082233.k68MXTGO008840@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 8 Jul 2006 22:33: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/audio/java-xmms2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 22:33:30 -0000 itetcu 2006-07-08 22:33:29 UTC FreeBSD ports repository Modified files: audio/java-xmms2 Makefile Log: Use bsd.scons.mk and fix build. Submited by: maintaier (on IRC) Revision Changes Path 1.5 +1 -0 ports/audio/java-xmms2/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 8 22:41:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2663516A4DA; Sat, 8 Jul 2006 22:41:29 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C306743D45; Sat, 8 Jul 2006 22:41:28 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68MfSWP009303; Sat, 8 Jul 2006 22:41:28 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68MfSpv009302; Sat, 8 Jul 2006 22:41:28 GMT (envelope-from maho) Message-Id: <200607082241.k68MfSpv009302@repoman.freebsd.org> From: Maho Nakata Date: Sat, 8 Jul 2006 22: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/editors/openoffice.org-2.0-devel Makefile distinfo ports/editors/openoffice.org-2.0-devel/files patch-i64815 patch-i65512 patch-i65513 patch-i66666 patch-i66726 patch-i66727 patch-i66728 patch-i66729 patch-i66730 patch-i67138 patch-i67139 patch-i67141 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 22:41:29 -0000 maho 2006-07-08 22:41:28 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2.0-devel Makefile distinfo editors/openoffice.org-2.0-devel/files patch-i65512 patch-i65513 patch-i66666 Added files: editors/openoffice.org-2.0-devel/files patch-i67138 patch-i67139 patch-i67141 Removed files: editors/openoffice.org-2.0-devel/files patch-i64815 patch-i66726 patch-i66727 patch-i66728 patch-i66729 patch-i66730 Log: Update to SRC680_m175 Revision Changes Path 1.261 +3 -4 ports/editors/openoffice.org-2.0-devel/Makefile 1.107 +3 -3 ports/editors/openoffice.org-2.0-devel/distinfo 1.2 +0 -4767 ports/editors/openoffice.org-2.0-devel/files/patch-i64815 (dead) 1.3 +0 -18 ports/editors/openoffice.org-2.0-devel/files/patch-i65512 1.3 +277 -273 ports/editors/openoffice.org-2.0-devel/files/patch-i65513 1.2 +0 -519 ports/editors/openoffice.org-2.0-devel/files/patch-i66666 1.2 +0 -21 ports/editors/openoffice.org-2.0-devel/files/patch-i66726 (dead) 1.2 +0 -26 ports/editors/openoffice.org-2.0-devel/files/patch-i66727 (dead) 1.2 +0 -17 ports/editors/openoffice.org-2.0-devel/files/patch-i66728 (dead) 1.2 +0 -17 ports/editors/openoffice.org-2.0-devel/files/patch-i66729 (dead) 1.2 +0 -21 ports/editors/openoffice.org-2.0-devel/files/patch-i66730 (dead) 1.1 +18 -0 ports/editors/openoffice.org-2.0-devel/files/patch-i67138 (new) 1.1 +65 -0 ports/editors/openoffice.org-2.0-devel/files/patch-i67139 (new) 1.1 +16 -0 ports/editors/openoffice.org-2.0-devel/files/patch-i67141 (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 22:42:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E216616A4DE; Sat, 8 Jul 2006 22:42:06 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DE5043D49; Sat, 8 Jul 2006 22:42:06 +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 k68Mg63f009343; Sat, 8 Jul 2006 22:42:06 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68Mg6NO009342; Sat, 8 Jul 2006 22:42:06 GMT (envelope-from itetcu) Message-Id: <200607082242.k68Mg6NO009342@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 8 Jul 2006 22:42:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/dspam 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: Sat, 08 Jul 2006 22:42:07 -0000 itetcu 2006-07-08 22:42:06 UTC FreeBSD ports repository Modified files: mail/dspam pkg-message Log: Fix typos. Submitted by: brueffer Revision Changes Path 1.10 +5 -5 ports/mail/dspam/pkg-message From owner-cvs-all@FreeBSD.ORG Sat Jul 8 22: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DFFC16A4DE; Sat, 8 Jul 2006 22:46:32 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16CFE43D46; Sat, 8 Jul 2006 22:46: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 k68MkVRc009542; Sat, 8 Jul 2006 22:46:31 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68MkVUE009541; Sat, 8 Jul 2006 22:46:31 GMT (envelope-from rafan) Message-Id: <200607082246.k68MkVUE009541@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 22:46:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/e17-theme-winter 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, 08 Jul 2006 22:46:32 -0000 rafan 2006-07-08 22:46:31 UTC FreeBSD ports repository Modified files: x11-themes/e17-theme-winter Makefile Removed files: x11-themes/e17-theme-winter pkg-plist Log: - Eliminate pkg-plist PR: 99928 Submitted by: Stanislav Sedov (maintainer) Approved by: delphij (mentor, implicit) Revision Changes Path 1.3 +2 -0 ports/x11-themes/e17-theme-winter/Makefile 1.2 +0 -1 ports/x11-themes/e17-theme-winter/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 22:47:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD23F16A4DE; Sat, 8 Jul 2006 22:47:45 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CF6243D45; Sat, 8 Jul 2006 22:47:45 +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 k68MljgW009605; Sat, 8 Jul 2006 22: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 k68MljXa009604; Sat, 8 Jul 2006 22:47:45 GMT (envelope-from rafan) Message-Id: <200607082247.k68MljXa009604@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 22: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/x11-themes/e17-theme-gant 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, 08 Jul 2006 22:47:46 -0000 rafan 2006-07-08 22:47:45 UTC FreeBSD ports repository Modified files: x11-themes/e17-theme-gant Makefile Removed files: x11-themes/e17-theme-gant pkg-plist Log: - Eliminate pkg-plist PR: 99929 Submitted by: Stanislav Sedov (maintainer) Approved by: delphij (mentor, implicit) Revision Changes Path 1.2 +2 -0 ports/x11-themes/e17-theme-gant/Makefile 1.2 +0 -1 ports/x11-themes/e17-theme-gant/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 22:48:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7FBF16A4DE; Sat, 8 Jul 2006 22:48:05 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E6E43D45; Sat, 8 Jul 2006 22:48:05 +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 k68Mm5Vj009643; Sat, 8 Jul 2006 22:48:05 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68Mm55n009642; Sat, 8 Jul 2006 22:48:05 GMT (envelope-from rafan) Message-Id: <200607082248.k68Mm55n009642@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 22:48:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/e17-theme-milky 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, 08 Jul 2006 22:48:05 -0000 rafan 2006-07-08 22:48:05 UTC FreeBSD ports repository Modified files: x11-themes/e17-theme-milky Makefile Removed files: x11-themes/e17-theme-milky pkg-plist Log: - Eliminate pkg-plist PR: 99930 Submitted by: Stanislav Sedov (maintainer) Approved by: delphij (mentor, implicit) Revision Changes Path 1.2 +2 -0 ports/x11-themes/e17-theme-milky/Makefile 1.2 +0 -1 ports/x11-themes/e17-theme-milky/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 22:48:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 934F016A4DD; Sat, 8 Jul 2006 22:48:28 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 100D243D49; Sat, 8 Jul 2006 22:48: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 k68MmRDW009689; Sat, 8 Jul 2006 22:48:27 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68MmRdZ009688; Sat, 8 Jul 2006 22:48:27 GMT (envelope-from rafan) Message-Id: <200607082248.k68MmRdZ009688@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 22:48:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/e17-theme-neptun 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, 08 Jul 2006 22:48:28 -0000 rafan 2006-07-08 22:48:27 UTC FreeBSD ports repository Modified files: x11-themes/e17-theme-neptun Makefile Removed files: x11-themes/e17-theme-neptun pkg-plist Log: - Eliminate pkg-plist PR: 99931 Submitted by: Stanislav Sedov (maintainer) Approved by: delphij (mentor, implicit) Revision Changes Path 1.2 +2 -0 ports/x11-themes/e17-theme-neptun/Makefile 1.2 +0 -1 ports/x11-themes/e17-theme-neptun/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 22:48:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13F0F16A4DF; Sat, 8 Jul 2006 22:48:34 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C179C43D45; Sat, 8 Jul 2006 22:48: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 k68MmXO2009723; Sat, 8 Jul 2006 22:48:33 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68MmXPP009722; Sat, 8 Jul 2006 22:48:33 GMT (envelope-from rafan) Message-Id: <200607082248.k68MmXPP009722@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 22:48: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-themes/e17-theme-detour 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, 08 Jul 2006 22:48:34 -0000 rafan 2006-07-08 22:48:33 UTC FreeBSD ports repository Modified files: x11-themes/e17-theme-detour Makefile Removed files: x11-themes/e17-theme-detour pkg-plist Log: - Eliminate pkg-plist PR: 99932 Submitted by: Stanislav Sedov (maintainer) Approved by: delphij (mentor, implicit) Revision Changes Path 1.2 +2 -0 ports/x11-themes/e17-theme-detour/Makefile 1.2 +0 -1 ports/x11-themes/e17-theme-detour/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 22: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F51416A505; Sat, 8 Jul 2006 22:48:51 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 415E643D45; Sat, 8 Jul 2006 22:48:51 +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 k68Mmpqd009761; Sat, 8 Jul 2006 22:48:51 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68MmpiQ009760; Sat, 8 Jul 2006 22:48:51 GMT (envelope-from rafan) Message-Id: <200607082248.k68MmpiQ009760@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 22:48: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-themes/e17-theme-blokkie 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, 08 Jul 2006 22:48:51 -0000 rafan 2006-07-08 22:48:51 UTC FreeBSD ports repository Modified files: x11-themes/e17-theme-blokkie Makefile Removed files: x11-themes/e17-theme-blokkie pkg-plist Log: - Eliminate pkg-plist PR: 99933 Submitted by: Stanislav Sedov (maintainer) Approved by: delphij (mentor, implicit) Revision Changes Path 1.2 +2 -0 ports/x11-themes/e17-theme-blokkie/Makefile 1.2 +0 -1 ports/x11-themes/e17-theme-blokkie/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 22:48:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 938E416A523; Sat, 8 Jul 2006 22:48:57 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E5EC43D45; Sat, 8 Jul 2006 22:48: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 k68Mmv03009795; Sat, 8 Jul 2006 22:48:57 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68Mmv1o009794; Sat, 8 Jul 2006 22:48:57 GMT (envelope-from rafan) Message-Id: <200607082248.k68Mmv1o009794@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 22:48:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/e17-theme-japan2007 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, 08 Jul 2006 22:48:57 -0000 rafan 2006-07-08 22:48:57 UTC FreeBSD ports repository Modified files: x11-themes/e17-theme-japan2007 Makefile Removed files: x11-themes/e17-theme-japan2007 pkg-plist Log: - Eliminate pkg-plist PR: 99934 Submitted by: Stanislav Sedov (maintainer) Approved by: delphij (mentor, implicit) Revision Changes Path 1.2 +2 -0 ports/x11-themes/e17-theme-japan2007/Makefile 1.2 +0 -1 ports/x11-themes/e17-theme-japan2007/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 22:49:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2B9D16A4DA; Sat, 8 Jul 2006 22:49:03 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20AD543D5A; Sat, 8 Jul 2006 22:49:03 +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 k68Mn3fQ009833; Sat, 8 Jul 2006 22:49:03 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68Mn2Zi009832; Sat, 8 Jul 2006 22:49:02 GMT (envelope-from rafan) Message-Id: <200607082249.k68Mn2Zi009832@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 22:49:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/e17-theme-mclaren 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, 08 Jul 2006 22:49:03 -0000 rafan 2006-07-08 22:49:02 UTC FreeBSD ports repository Modified files: x11-themes/e17-theme-mclaren Makefile Removed files: x11-themes/e17-theme-mclaren pkg-plist Log: - Eliminate pkg-plist PR: 99935 Submitted by: Stanislav Sedov (maintainer) Approved by: delphij (mentor, implicit) Revision Changes Path 1.2 +2 -0 ports/x11-themes/e17-theme-mclaren/Makefile 1.2 +0 -1 ports/x11-themes/e17-theme-mclaren/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 22: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C185A16A527; Sat, 8 Jul 2006 22:49:08 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B91C43D45; Sat, 8 Jul 2006 22: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 k68Mn80d009870; Sat, 8 Jul 2006 22:49:08 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68Mn8JQ009869; Sat, 8 Jul 2006 22:49:08 GMT (envelope-from rafan) Message-Id: <200607082249.k68Mn8JQ009869@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 22:49:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/e17-theme-cthulhain 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, 08 Jul 2006 22:49:08 -0000 rafan 2006-07-08 22:49:08 UTC FreeBSD ports repository Modified files: x11-themes/e17-theme-cthulhain Makefile Removed files: x11-themes/e17-theme-cthulhain pkg-plist Log: - Eliminate pkg-plist PR: 99936 Submitted by: Stanislav Sedov (maintainer) Approved by: delphij (mentor, implicit) Revision Changes Path 1.3 +2 -0 ports/x11-themes/e17-theme-cthulhain/Makefile 1.3 +0 -1 ports/x11-themes/e17-theme-cthulhain/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 22: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBC1716A6C6; Sat, 8 Jul 2006 22:49:16 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D1F943D60; Sat, 8 Jul 2006 22:49: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 k68MnGrd009904; Sat, 8 Jul 2006 22:49:16 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68MnGJK009903; Sat, 8 Jul 2006 22:49:16 GMT (envelope-from rafan) Message-Id: <200607082249.k68MnGJK009903@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 22:49:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/e17-theme-blue_eyed 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, 08 Jul 2006 22:49:17 -0000 rafan 2006-07-08 22:49:16 UTC FreeBSD ports repository Modified files: x11-themes/e17-theme-blue_eyed Makefile Removed files: x11-themes/e17-theme-blue_eyed pkg-plist Log: - Eliminate pkg-plist PR: 99937 Submitted by: Stanislav Sedov (maintainer) Approved by: delphij (mentor, implicit) Revision Changes Path 1.2 +2 -0 ports/x11-themes/e17-theme-blue_eyed/Makefile 1.2 +0 -1 ports/x11-themes/e17-theme-blue_eyed/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 22:49:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FF0516A80B; Sat, 8 Jul 2006 22:49:24 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E969543D5A; Sat, 8 Jul 2006 22:49:23 +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 k68MnNxk009942; Sat, 8 Jul 2006 22:49:23 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68MnNT2009941; Sat, 8 Jul 2006 22:49:23 GMT (envelope-from rafan) Message-Id: <200607082249.k68MnNT2009941@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 22:49: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/x11-themes/e17-theme-carbon 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, 08 Jul 2006 22:49:24 -0000 rafan 2006-07-08 22:49:23 UTC FreeBSD ports repository Modified files: x11-themes/e17-theme-carbon Makefile Removed files: x11-themes/e17-theme-carbon pkg-plist Log: - Eliminate pkg-plist PR: 99938 Submitted by: Stanislav Sedov (maintainer) Approved by: delphij (mentor, implicit) Revision Changes Path 1.2 +2 -0 ports/x11-themes/e17-theme-carbon/Makefile 1.2 +0 -1 ports/x11-themes/e17-theme-carbon/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 22: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C037A16A501; Sat, 8 Jul 2006 22:49:39 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38BBD43D53; Sat, 8 Jul 2006 22:49: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 k68Mndko009976; Sat, 8 Jul 2006 22:49:39 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68MndQw009975; Sat, 8 Jul 2006 22:49:39 GMT (envelope-from rafan) Message-Id: <200607082249.k68MndQw009975@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 22: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/x11-themes/e17-theme-blue_default 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, 08 Jul 2006 22:49:39 -0000 rafan 2006-07-08 22:49:39 UTC FreeBSD ports repository Modified files: x11-themes/e17-theme-blue_default Makefile Removed files: x11-themes/e17-theme-blue_default pkg-plist Log: - Eliminate pkg-plist PR: 99939 Submitted by: Stanislav Sedov (maintainer) Approved by: delphij (mentor, implicit) Revision Changes Path 1.2 +2 -0 ports/x11-themes/e17-theme-blue_default/Makefile 1.2 +0 -1 ports/x11-themes/e17-theme-blue_default/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 22:49:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2700516A508; Sat, 8 Jul 2006 22:49:51 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D58B743D46; Sat, 8 Jul 2006 22:49:50 +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 k68MnoJf010014; Sat, 8 Jul 2006 22:49:50 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68Mno6k010013; Sat, 8 Jul 2006 22:49:50 GMT (envelope-from rafan) Message-Id: <200607082249.k68Mno6k010013@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 8 Jul 2006 22:49: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-themes/e17-theme-simply_white 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, 08 Jul 2006 22:49:51 -0000 rafan 2006-07-08 22:49:50 UTC FreeBSD ports repository Modified files: x11-themes/e17-theme-simply_white Makefile Removed files: x11-themes/e17-theme-simply_white pkg-plist Log: - Eliminate pkg-plist PR: 99940 Submitted by: Stanislav Sedov (maintainer) Approved by: delphij (mentor, implicit) Revision Changes Path 1.2 +2 -0 ports/x11-themes/e17-theme-simply_white/Makefile 1.2 +0 -1 ports/x11-themes/e17-theme-simply_white/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 23:18:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E53B216A4DA; Sat, 8 Jul 2006 23:18:28 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A122443D45; Sat, 8 Jul 2006 23:18:28 +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 k68NISn0012457; Sat, 8 Jul 2006 23:18:28 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68NISsb012456; Sat, 8 Jul 2006 23:18:28 GMT (envelope-from ahze) Message-Id: <200607082318.k68NISsb012456@repoman.freebsd.org> From: Michael Johnson Date: Sat, 8 Jul 2006 23:18:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/sunbird Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 23:18:29 -0000 ahze 2006-07-08 23:18:28 UTC FreeBSD ports repository Modified files: deskutils/sunbird Makefile Log: - Readd IGNORE for sparc64, should be fixed in next version Revision Changes Path 1.8 +2 -2 ports/deskutils/sunbird/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 8 23:43:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B24B316A4E0; Sat, 8 Jul 2006 23:43:24 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7760043D45; Sat, 8 Jul 2006 23:43:24 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68NhOEP013644; Sat, 8 Jul 2006 23:43:24 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68NhOcW013643; Sat, 8 Jul 2006 23:43:24 GMT (envelope-from maho) Message-Id: <200607082343.k68NhOcW013643@repoman.freebsd.org> From: Maho Nakata Date: Sat, 8 Jul 2006 23:43:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/ufsparse Makefile distinfo pkg-descr pkg-plist ports/math/ufsparse/files patch-CHOLMOD+Lib+Makefile patch-KLU+Demo+Makefile patch-KLU+Lib+Makefile patch-KLU+User+Makefile patch-UFconfig+UFconfig.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 23:43:24 -0000 maho 2006-07-08 23:43:24 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/ufsparse Makefile distinfo pkg-descr pkg-plist math/ufsparse/files patch-CHOLMOD+Lib+Makefile patch-KLU+Demo+Makefile patch-KLU+Lib+Makefile patch-KLU+User+Makefile patch-UFconfig+UFconfig.mk Log: Readd as ufsparse Add UFsparse. UFsparse is a collection of libraries for sparse matrices. Submitted by: danfe Revision Changes Path 1.404 +1 -0 ports/math/Makefile 1.1 +55 -0 ports/math/ufsparse/Makefile (new) 1.1 +3 -0 ports/math/ufsparse/distinfo (new) 1.1 +11 -0 ports/math/ufsparse/files/patch-CHOLMOD+Lib+Makefile (new) 1.1 +11 -0 ports/math/ufsparse/files/patch-KLU+Demo+Makefile (new) 1.1 +11 -0 ports/math/ufsparse/files/patch-KLU+Lib+Makefile (new) 1.1 +11 -0 ports/math/ufsparse/files/patch-KLU+User+Makefile (new) 1.1 +46 -0 ports/math/ufsparse/files/patch-UFconfig+UFconfig.mk (new) 1.1 +15 -0 ports/math/ufsparse/pkg-descr (new) 1.1 +68 -0 ports/math/ufsparse/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 23:43:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DAEF16A4DF; Sat, 8 Jul 2006 23:43:57 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BD1E43D45; Sat, 8 Jul 2006 23:43:57 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68Nhuuj013692; Sat, 8 Jul 2006 23:43:56 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68Nhuwt013691; Sat, 8 Jul 2006 23:43:56 GMT (envelope-from maho) Message-Id: <200607082343.k68Nhuwt013691@repoman.freebsd.org> From: Maho Nakata Date: Sat, 8 Jul 2006 23:43:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 23:43:57 -0000 maho 2006-07-08 23:43:56 UTC FreeBSD ports repository Modified files: . modules Log: ufsparse --> ports/math/ufsparse Revision Changes Path 1.15525 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 8 23:48:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90E9816A4DE; Sat, 8 Jul 2006 23:48:57 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53F5443D49; Sat, 8 Jul 2006 23:48:57 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68Nmv1r014047; Sat, 8 Jul 2006 23:48:57 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68NmvZo014046; Sat, 8 Jul 2006 23:48:57 GMT (envelope-from maho) Message-Id: <200607082348.k68NmvZo014046@repoman.freebsd.org> From: Maho Nakata Date: Sat, 8 Jul 2006 23:48:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports MOVED ports/math Makefile ports/math/UFsparse Makefile distinfo pkg-descr pkg-plist ports/math/UFsparse/files patch-CHOLMOD+Lib+Makefile patch-KLU+Demo+Makefile patch-KLU+Lib+Makefile patch-KLU+User+Makefile patch-UFconfig+UFconfig.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 23:48:57 -0000 maho 2006-07-08 23:48:57 UTC FreeBSD ports repository Modified files: . modules . MOVED math Makefile Removed files: math/UFsparse Makefile distinfo pkg-descr pkg-plist math/UFsparse/files patch-CHOLMOD+Lib+Makefile patch-KLU+Demo+Makefile patch-KLU+Lib+Makefile patch-KLU+User+Makefile patch-UFconfig+UFconfig.mk Log: Reove math/UFsparse. port name should not contain large capital. (Had already readded as math/ufsparse) Suggested by: danfe Revision Changes Path 1.15526 +0 -1 CVSROOT/modules 1.1090 +2 -1 ports/MOVED 1.405 +0 -1 ports/math/Makefile 1.2 +0 -55 ports/math/UFsparse/Makefile (dead) 1.2 +0 -3 ports/math/UFsparse/distinfo (dead) 1.2 +0 -11 ports/math/UFsparse/files/patch-CHOLMOD+Lib+Makefile (dead) 1.2 +0 -11 ports/math/UFsparse/files/patch-KLU+Demo+Makefile (dead) 1.2 +0 -11 ports/math/UFsparse/files/patch-KLU+Lib+Makefile (dead) 1.2 +0 -11 ports/math/UFsparse/files/patch-KLU+User+Makefile (dead) 1.2 +0 -46 ports/math/UFsparse/files/patch-UFconfig+UFconfig.mk (dead) 1.2 +0 -15 ports/math/UFsparse/pkg-descr (dead) 1.2 +0 -68 ports/math/UFsparse/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 23:49:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2638016A4EF; Sat, 8 Jul 2006 23:49:17 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05B6743D53; Sat, 8 Jul 2006 23:49:16 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68NnFrO014154; Sat, 8 Jul 2006 23:49:15 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68NnFAV014153; Sat, 8 Jul 2006 23:49:15 GMT (envelope-from itetcu) Message-Id: <200607082349.k68NnFAV014153@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 8 Jul 2006 23:49:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/libmpcbdm Makefile distinfo pkg-descr pkg-plist ports/devel/libmpcbdm/files patch-examples_main.c patch-libmpc8xx_lptbdm.c patch-libmpc8xx_mpc8xxflash.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 23:49:17 -0000 itetcu 2006-07-08 23:49:15 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libmpcbdm Makefile distinfo pkg-descr pkg-plist devel/libmpcbdm/files patch-examples_main.c patch-libmpc8xx_lptbdm.c patch-libmpc8xx_mpc8xxflash.c Log: Standalone library to control various widely available Freescale's mpc8xx based boards. This code was derived from mpcbdm patch by Frank Przybylski. This allows using this code separately from gdb, for example, to load firmware to the board, or retrive information about it. The package includes example "mpc8xx" program, that displays information about connected board using libmpcbdm library. The schematic of adapter itself can be found at project homepage. Author: Erwin Rol WWW: http://libmpc8xx.sourceforge.net/ PR: ports/99406 Submitted by: Stanislav Sedov Revision Changes Path 1.2311 +1 -0 ports/devel/Makefile 1.1 +30 -0 ports/devel/libmpcbdm/Makefile (new) 1.1 +3 -0 ports/devel/libmpcbdm/distinfo (new) 1.1 +12 -0 ports/devel/libmpcbdm/files/patch-examples_main.c (new) 1.1 +20 -0 ports/devel/libmpcbdm/files/patch-libmpc8xx_lptbdm.c (new) 1.1 +10 -0 ports/devel/libmpcbdm/files/patch-libmpc8xx_mpc8xxflash.c (new) 1.1 +13 -0 ports/devel/libmpcbdm/pkg-descr (new) 1.1 +15 -0 ports/devel/libmpcbdm/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 23:49:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDA8D16A4DF; Sat, 8 Jul 2006 23:49:29 +0000 (UTC) (envelope-from chat95@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3E6743D53; Sat, 8 Jul 2006 23:49:28 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/8.12.11/smtpout12/MantshX 4.0) with ESMTP id k68NnSXm006090; Sat, 8 Jul 2006 16:49:28 -0700 (PDT) Received: from localhost ([133.11.172.102]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id k68NnNwv026746; Sat, 8 Jul 2006 16:49:26 -0700 (PDT) Date: Sun, 09 Jul 2006 08:49:11 +0900 (JST) Message-Id: <20060709.084911.74686112.chat95@mac.com> To: danfe@FreeBSD.org From: NAKATA Maho In-Reply-To: <20060705140711.GB56378@FreeBSD.org> References: <200607040459.k644xMIE090859@repoman.freebsd.org> <20060705140711.GB56378@FreeBSD.org> Organization: private X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: maho@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/math Makefile ports/math/UFsparse Makefile distinfo pkg-descr pkg-plist ports/math/UFsparse/files patch-CHOLMOD+Lib+Makefile patch-KLU+Demo+Makefile patch-KLU+Lib+Makefile patch-KLU+User+Makefile patch-UFconfig+UFconfig.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 23:49:29 -0000 In Message-ID: <20060705140711.GB56378@FreeBSD.org> Alexey Dokuchaev wrote: > Do you mind readding this port as ``ufsparse''? yes, re-added. thank you! -- NAKATA, Maho (maho@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Sat Jul 8 23:49:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5258C16A4DA; Sat, 8 Jul 2006 23:49:53 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EB2E43D68; Sat, 8 Jul 2006 23:49:49 +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 k68Nnmic014196; Sat, 8 Jul 2006 23:49:48 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68Nnmdj014195; Sat, 8 Jul 2006 23:49:48 GMT (envelope-from itetcu) Message-Id: <200607082349.k68Nnmdj014195@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 8 Jul 2006 23:49: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: Sat, 08 Jul 2006 23:49:53 -0000 itetcu 2006-07-08 23:49:48 UTC FreeBSD ports repository Modified files: . modules Log: libmpcbdm --> ports/devel/libmpcbdm Revision Changes Path 1.15527 +1 -0 CVSROOT/modules