From owner-cvs-all Sun Nov 15 01:06:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06512 for cvs-all-outgoing; Sun, 15 Nov 1998 01:06:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06507; Sun, 15 Nov 1998 01:06:17 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA12229; Sun, 15 Nov 1998 01:06:21 -0800 (PST) Date: Sun, 15 Nov 1998 01:06:21 -0800 (PST) Message-Id: <199811150906.BAA12229@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall config.c dispatch.c dist.c install.c installUpgrade.c network.c sysinstall.h tcpip.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/11/15 01:06:21 PST Modified files: release/sysinstall config.c dispatch.c dist.c install.c installUpgrade.c network.c sysinstall.h tcpip.c Log: o Break fixups into binary fixups and XFree86 based fixups. o Move fixups into extraction routine so all consumers don't have to duplicate the right behavior. o Make some things more orthogonal (just for asthetics sake) o Add option to go back and do it again if XF86Setup fails (possibly with a different setup - this one has always annoyed me). Revision Changes Path 1.115 +26 -29 src/release/sysinstall/config.c 1.26 +3 -2 src/release/sysinstall/dispatch.c 1.130 +13 -4 src/release/sysinstall/dist.c 1.218 +62 -52 src/release/sysinstall/install.c 1.61 +1 -23 src/release/sysinstall/installUpgrade.c 1.33 +10 -4 src/release/sysinstall/network.c 1.150 +5 -4 src/release/sysinstall/sysinstall.h 1.74 +2 -2 src/release/sysinstall/tcpip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 01:07:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06747 for cvs-all-outgoing; Sun, 15 Nov 1998 01:07:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06737; Sun, 15 Nov 1998 01:07:35 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA12333; Sun, 15 Nov 1998 01:07:39 -0800 (PST) Date: Sun, 15 Nov 1998 01:07:39 -0800 (PST) Message-Id: <199811150907.BAA12333@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall config.c dispatch.c dist.c install.c installUpgrade.c network.c sysinstall.h tcpip.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/11/15 01:07:38 PST Modified files: (Branch: RELENG_2_2) release/sysinstall config.c dispatch.c dist.c install.c installUpgrade.c network.c sysinstall.h tcpip.c Log: MFC: better fixups, cleanup, xf86config looping. Revision Changes Path 1.51.2.66 +26 -29 src/release/sysinstall/config.c 1.5.2.20 +3 -2 src/release/sysinstall/dispatch.c 1.73.2.50 +13 -4 src/release/sysinstall/dist.c 1.134.2.73 +62 -52 src/release/sysinstall/install.c 1.33.2.24 +1 -23 src/release/sysinstall/installUpgrade.c 1.16.2.15 +10 -4 src/release/sysinstall/network.c 1.82.2.54 +5 -4 src/release/sysinstall/sysinstall.h 1.48.2.24 +2 -2 src/release/sysinstall/tcpip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 01:58:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA09838 for cvs-all-outgoing; Sun, 15 Nov 1998 01:58:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA09833; Sun, 15 Nov 1998 01:58:23 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA13295; Sun, 15 Nov 1998 01:58:27 -0800 (PST) Date: Sun, 15 Nov 1998 01:58:27 -0800 (PST) Message-Id: <199811150958.BAA13295@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_cond.c uthread_kern.c uthread_mutex.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/11/15 01:58:27 PST Modified files: lib/libc_r/uthread pthread_private.h uthread_cond.c uthread_kern.c uthread_mutex.c Log: Close a window between unlocking a spinlock and changing the thread state. Revision Changes Path 1.15 +2 -0 src/lib/libc_r/uthread/pthread_private.h 1.12 +4 -10 src/lib/libc_r/uthread/uthread_cond.c 1.15 +17 -1 src/lib/libc_r/uthread/uthread_kern.c 1.11 +8 -10 src/lib/libc_r/uthread/uthread_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 02:01:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10237 for cvs-all-outgoing; Sun, 15 Nov 1998 02:01:31 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10232; Sun, 15 Nov 1998 02:01:30 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA13513; Sun, 15 Nov 1998 02:01:34 -0800 (PST) Date: Sun, 15 Nov 1998 02:01:34 -0800 (PST) Message-Id: <199811151001.CAA13513@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_kill.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/11/15 02:01:34 PST Modified files: lib/libc_r/uthread uthread_kill.c Log: Interrupt threads waiting in select etc. Submitted by: Alec Wolman Revision Changes Path 1.5 +20 -0 src/lib/libc_r/uthread/uthread_kill.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 02:03:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10529 for cvs-all-outgoing; Sun, 15 Nov 1998 02:03:16 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10518; Sun, 15 Nov 1998 02:03:09 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA13560; Sun, 15 Nov 1998 02:03:13 -0800 (PST) Date: Sun, 15 Nov 1998 02:03:13 -0800 (PST) Message-Id: <199811151003.CAA13560@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/11/15 02:03:12 PST Modified files: . Makefile.inc1 Log: Remove share/info from build tools because it breaks the build when INFODIR is set. Revision Changes Path 1.41 +1 -2 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 04:15:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA21318 for cvs-all-outgoing; Sun, 15 Nov 1998 04:15:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA21313; Sun, 15 Nov 1998 04:15:37 -0800 (PST) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA18334; Sun, 15 Nov 1998 04:15:41 -0800 (PST) Date: Sun, 15 Nov 1998 04:15:41 -0800 (PST) Message-Id: <199811151215.EAA18334@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook mirrors.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/11/15 04:15:41 PST Modified files: handbook mirrors.sgml Log: Added ftp2.sk.freebsd.org and ftp3.sk.freebsd.org Added AFS section. Submitted by: Love Revision Changes Path 1.94 +28 -1 doc/handbook/mirrors.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 04:21:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA21833 for cvs-all-outgoing; Sun, 15 Nov 1998 04:21:53 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA21828; Sun, 15 Nov 1998 04:21:52 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA18814; Sun, 15 Nov 1998 04:21:56 -0800 (PST) Date: Sun, 15 Nov 1998 04:21:56 -0800 (PST) Message-Id: <199811151221.EAA18814@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/diclookup-mule Makefile ports/japanese/skk Makefile ports/japanese/yatex Makefile ports/japanese/yatex-xemacs Makefile ports/print/yatex Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/11/15 04:21:56 PST Modified files: japanese/diclookup-mule Makefile japanese/skk Makefile japanese/yatex Makefile japanese/yatex-xemacs Makefile print/yatex Makefile Log: Add virtual category elisp. Reminded by: wosch Submitted by: KIRIYAMA Kazuhiko Revision Changes Path 1.5 +2 -2 ports/japanese/diclookup-mule/Makefile 1.10 +2 -2 ports/japanese/skk/Makefile 1.3 +2 -2 ports/japanese/yatex/Makefile 1.3 +2 -2 ports/japanese/yatex-xemacs/Makefile 1.4 +2 -2 ports/print/yatex/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 04:26:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA21978 for cvs-all-outgoing; Sun, 15 Nov 1998 04:26:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA21973; Sun, 15 Nov 1998 04:26:46 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA18580; Sun, 15 Nov 1998 04:19:40 -0800 (PST) Date: Sun, 15 Nov 1998 04:19:40 -0800 (PST) Message-Id: <199811151219.EAA18580@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/XFree86/pkg PLIST.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/11/15 04:19:40 PST Modified files: x11/XFree86/pkg PLIST.pc98 Log: Delete unnecessary files. Submitted by: nakaji@zeisei.dpri.kyoto-u.ac.jp (submitter of pc98 patch) Revision Changes Path 1.2 +0 -14 ports/x11/XFree86/pkg/PLIST.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 05:54:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA26766 for cvs-all-outgoing; Sun, 15 Nov 1998 05:54:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA26761; Sun, 15 Nov 1998 05:54:27 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA20777; Sun, 15 Nov 1998 05:54:31 -0800 (PST) Date: Sun, 15 Nov 1998 05:54:31 -0800 (PST) Message-Id: <199811151354.FAA20777@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa wd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/11/15 05:54:31 PST Modified files: sys/i386/isa wd.c Log: Fixed the bug that caused negative busycounts in devstat. The devstart_start_transaction() call is misplaced - it is after the wdustart() call that queues the transaction on the controller queue. Normally this doesn't matter because we're running at splbio() so nothing will look at the controller queue. However, obsolescent code for syncing labels sometimes slept after the transaction was started, so the transaction sometimes completed before it was [recorded as] started. This code was misplaced even for syncing labels. Move it to the right place. It should go away, but something may depend on its side effects. Revision Changes Path 1.179 +6 -6 src/sys/i386/isa/wd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 06:04:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27537 for cvs-all-outgoing; Sun, 15 Nov 1998 06:04:01 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA27519; Sun, 15 Nov 1998 06:04:00 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA21086; Sun, 15 Nov 1998 06:04:04 -0800 (PST) Date: Sun, 15 Nov 1998 06:04:04 -0800 (PST) Message-Id: <199811151404.GAA21086@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/electriceyes Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/11/15 06:04:04 PST Modified files: graphics/electriceyes Makefile Log: Mark BROKEN. Uses gnomelibs Revision Changes Path 1.4 +3 -1 ports/graphics/electriceyes/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 06:11:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28262 for cvs-all-outgoing; Sun, 15 Nov 1998 06:11:03 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28257; Sun, 15 Nov 1998 06:11:02 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA21250; Sun, 15 Nov 1998 06:11:06 -0800 (PST) Date: Sun, 15 Nov 1998 06:11:06 -0800 (PST) Message-Id: <199811151411.GAA21250@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_cluster.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/11/15 06:11:06 PST Modified files: sys/kern vfs_cluster.c Log: Fixed a missing include. is needed by the new MALLOC_DEFINE() and MALLOC_DEFINE() is needed by the recently reenabled "reallocblks" code, but was only included if CLUSTERDEBUG was defined. This was too harmless. gcc only warns about garbage like `SYSINIT(blech);' at file scope ... Revision Changes Path 1.73 +2 -2 src/sys/kern/vfs_cluster.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 06:21:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28839 for cvs-all-outgoing; Sun, 15 Nov 1998 06:21:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28830; Sun, 15 Nov 1998 06:21:52 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA21562; Sun, 15 Nov 1998 06:21:56 -0800 (PST) Date: Sun, 15 Nov 1998 06:21:56 -0800 (PST) Message-Id: <199811151421.GAA21562@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/icewm Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/15 06:21:55 PST Modified files: x11-wm/icewm Makefile Log: Correct MASTER_SITES. Submitted by: isomer@Freebsd.ee.ntu.edu.tw Revision Changes Path 1.20 +2 -2 ports/x11-wm/icewm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 07:12:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA02417 for cvs-all-outgoing; Sun, 15 Nov 1998 07:12:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA02412; Sun, 15 Nov 1998 07:12:54 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA05538; Sun, 15 Nov 1998 07:12:59 -0800 (PST) Date: Sun, 15 Nov 1998 07:12:59 -0800 (PST) Message-Id: <199811151512.HAA05538@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys mount.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/11/15 07:12:58 PST Modified files: sys/sys mount.h Log: Fixed the type and order of vfs_modevent. This fixes part of a spew of warnings for the recent change of the type of a module event handler. Fixed a rotted comment (numeric types of filesystems are not listed here). Made the function protototype in VFS_SET() more like the corresponding function definition (don't use extern for prototypes). Enforce a semicolon after the LKM case of VFS_SET(). Revision Changes Path 1.73 +8 -6 src/sys/sys/mount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 07:18:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA02675 for cvs-all-outgoing; Sun, 15 Nov 1998 07:18:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA02670; Sun, 15 Nov 1998 07:18:27 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA05760; Sun, 15 Nov 1998 07:18:31 -0800 (PST) Date: Sun, 15 Nov 1998 07:18:31 -0800 (PST) Message-Id: <199811151518.HAA05760@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_init.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/11/15 07:18:31 PST Modified files: sys/kern vfs_init.c Log: Fixed the type of vfs_modevent (a little late, to match the corresponding change in sys/mount.h). Revision Changes Path 1.40 +2 -2 src/sys/kern/vfs_init.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 07:19:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA02970 for cvs-all-outgoing; Sun, 15 Nov 1998 07:19:54 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA02965; Sun, 15 Nov 1998 07:19:52 -0800 (PST) (envelope-from sada@FreeBSD.org) From: sada Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA05830; Sun, 15 Nov 1998 07:19:56 -0800 (PST) Date: Sun, 15 Nov 1998 07:19:56 -0800 (PST) Message-Id: <199811151519.HAA05830@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook authors.sgml contrib.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/11/15 07:19:56 PST Modified files: handbook authors.sgml contrib.sgml Log: I was committed. Thanks. Revision Changes Path 1.123 +5 -1 doc/handbook/authors.sgml 1.320 +2 -1 doc/handbook/contrib.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 07:25:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03304 for cvs-all-outgoing; Sun, 15 Nov 1998 07:25:54 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03299; Sun, 15 Nov 1998 07:25:52 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA05960; Sun, 15 Nov 1998 07:25:56 -0800 (PST) Date: Sun, 15 Nov 1998 07:25:56 -0800 (PST) Message-Id: <199811151525.HAA05960@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys kernel.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/11/15 07:25:56 PST Modified files: sys/sys kernel.h Log: Don't generate module event handlers of the wrong (old) type. Fixed some pedantic syntax errors (an extra semicolon in each SYSUNINIT() expansion). Revision Changes Path 1.45 +3 -4 src/sys/sys/kernel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 07:26:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03552 for cvs-all-outgoing; Sun, 15 Nov 1998 07:26:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03547; Sun, 15 Nov 1998 07:26:08 -0800 (PST) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA05973; Sun, 15 Nov 1998 07:26:12 -0800 (PST) Date: Sun, 15 Nov 1998 07:26:12 -0800 (PST) Message-Id: <199811151526.HAA05973@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/perl5/lib/ExtUtils MM_Unix.pm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/11/15 07:26:12 PST Modified files: contrib/perl5/lib/ExtUtils MM_Unix.pm Log: Prevent MakeMaker to produce /usr/local/local/bin path for INSTALLSCRIPT and INSTALLBIN: it broke ports Revision Changes Path 1.3 +4 -3 src/contrib/perl5/lib/ExtUtils/MM_Unix.pm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 07:29:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03716 for cvs-all-outgoing; Sun, 15 Nov 1998 07:29:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03711; Sun, 15 Nov 1998 07:29:14 -0800 (PST) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA06033; Sun, 15 Nov 1998 07:29:18 -0800 (PST) Date: Sun, 15 Nov 1998 07:29:18 -0800 (PST) Message-Id: <199811151529.HAA06033@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/w3mir Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/11/15 07:29:18 PST Modified files: www/w3mir Makefile Log: Restore PREFIX setting: system perl5 fixed now Revision Changes Path 1.13 +2 -2 ports/www/w3mir/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 07:33:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04541 for cvs-all-outgoing; Sun, 15 Nov 1998 07:33:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04536; Sun, 15 Nov 1998 07:33:49 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA06298; Sun, 15 Nov 1998 07:33:53 -0800 (PST) Date: Sun, 15 Nov 1998 07:33:53 -0800 (PST) Message-Id: <199811151533.HAA06298@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/coda coda_fbsd.c src/sys/gnu/i386/fpemul fpu_entry.c src/sys/i386/i386 math_emulate.c src/sys/i386/ibcs2 ibcs2_sysvec.c src/sys/i386/linux linux_sysvec.c src/sys/miscfs/union union_subr.c src/sys/netinet ip_fw.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/11/15 07:33:52 PST Modified files: sys/coda coda_fbsd.c sys/gnu/i386/fpemul fpu_entry.c sys/i386/i386 math_emulate.c sys/i386/ibcs2 ibcs2_sysvec.c sys/i386/linux linux_sysvec.c sys/miscfs/union union_subr.c sys/netinet ip_fw.c sys/sys exec.h Log: Finished updating module event handlers to be compatible with modeventhand_t. Revision Changes Path 1.9 +2 -2 src/sys/coda/coda_fbsd.c 1.18 +2 -2 src/sys/gnu/i386/fpemul/fpu_entry.c 1.31 +2 -2 src/sys/i386/i386/math_emulate.c 1.11 +2 -2 src/sys/i386/ibcs2/ibcs2_sysvec.c 1.38 +2 -8 src/sys/i386/linux/linux_sysvec.c 1.33 +3 -2 src/sys/miscfs/union/union_subr.c 1.98 +2 -2 src/sys/netinet/ip_fw.c 1.20 +2 -3 src/sys/sys/exec.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 07:36:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04775 for cvs-all-outgoing; Sun, 15 Nov 1998 07:36:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04770; Sun, 15 Nov 1998 07:36:03 -0800 (PST) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA06416; Sun, 15 Nov 1998 07:36:07 -0800 (PST) Date: Sun, 15 Nov 1998 07:36:07 -0800 (PST) Message-Id: <199811151536.HAA06416@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/p5-libwww Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/11/15 07:36:07 PST Modified files: www/p5-libwww Makefile Log: restore PREFIX: system perl5 now fixed Revision Changes Path 1.28 +2 -2 ports/www/p5-libwww/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 07:46:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05754 for cvs-all-outgoing; Sun, 15 Nov 1998 07:46:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05749; Sun, 15 Nov 1998 07:46:29 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA06893; Sun, 15 Nov 1998 07:46:33 -0800 (PST) Date: Sun, 15 Nov 1998 07:46:33 -0800 (PST) Message-Id: <199811151546.HAA06893@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_inode.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/11/15 07:46:33 PST Modified files: sys/gnu/ext2fs ext2_inode.c Log: Fixed a misspelling of boolean true as MNT_WAIT. Revision Changes Path 1.22 +1 -1 src/sys/gnu/ext2fs/ext2_inode.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 07:55:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06779 for cvs-all-outgoing; Sun, 15 Nov 1998 07:55:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06774; Sun, 15 Nov 1998 07:55:32 -0800 (PST) (envelope-from sada@FreeBSD.org) From: sada Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA07208; Sun, 15 Nov 1998 07:55:36 -0800 (PST) Date: Sun, 15 Nov 1998 07:55:36 -0800 (PST) Message-Id: <199811151555.HAA07208@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/11/15 07:55:35 PST Modified files: handbook submitters.sgml Log: Remove myself from the list of submitters. Revision Changes Path 1.253 +1 -3 doc/handbook/submitters.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 08:22:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09586 for cvs-all-outgoing; Sun, 15 Nov 1998 08:22:03 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09578; Sun, 15 Nov 1998 08:22:02 -0800 (PST) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA08349; Sun, 15 Nov 1998 08:22:06 -0800 (PST) Date: Sun, 15 Nov 1998 08:22:06 -0800 (PST) Message-Id: <199811151622.IAA08349@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/projects projects.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/11/15 08:22:06 PST Modified files: en/projects projects.sgml Log: New URLs for FreeBSD Counter Project Retail outlets for FreeBSD Revision Changes Path 1.29 +4 -4 www/en/projects/projects.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 08:23:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09631 for cvs-all-outgoing; Sun, 15 Nov 1998 08:23:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09623; Sun, 15 Nov 1998 08:23:05 -0800 (PST) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA08477; Sun, 15 Nov 1998 08:23:09 -0800 (PST) Date: Sun, 15 Nov 1998 08:23:09 -0800 (PST) Message-Id: <199811151623.IAA08477@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/security security.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/11/15 08:23:09 PST Modified files: en/security security.sgml Log: Added SecurityPortal.com to links section. Submitted by: Jim Reavis Revision Changes Path 1.7 +10 -2 www/en/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 08:55:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA12360 for cvs-all-outgoing; Sun, 15 Nov 1998 08:55:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA12355; Sun, 15 Nov 1998 08:55:05 -0800 (PST) (envelope-from dg@FreeBSD.org) From: David Greenman Received: (from dg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA09561; Sun, 15 Nov 1998 08:55:09 -0800 (PST) Date: Sun, 15 Nov 1998 08:55:09 -0800 (PST) Message-Id: <199811151655.IAA09561@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern uipc_syscalls.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1998/11/15 08:55:09 PST Modified files: sys/kern uipc_syscalls.c Log: In sendfile(2), check against sb_lowat when filling the socket buffer, rather than 0. Revision Changes Path 1.45 +2 -2 src/sys/kern/uipc_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 10:07:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17964 for cvs-all-outgoing; Sun, 15 Nov 1998 10:07:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17951; Sun, 15 Nov 1998 10:07:32 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA11880; Sun, 15 Nov 1998 10:07:36 -0800 (PST) Date: Sun, 15 Nov 1998 10:07:36 -0800 (PST) Message-Id: <199811151807.KAA11880@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/conf Makefile.alpha src/usr.sbin/config configvers.h mkioconf.c src/sys/i386/conf Makefile.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/11/15 10:07:36 PST Modified files: sys/alpha/conf Makefile.alpha usr.sbin/config configvers.h mkioconf.c sys/i386/conf Makefile.i386 Log: * Change 'struct resource' to 'struct config_resource'. * Bump config version. Revision Changes Path 1.12 +2 -2 src/sys/alpha/conf/Makefile.alpha 1.8 +2 -2 src/usr.sbin/config/configvers.h 1.45 +2 -2 src/usr.sbin/config/mkioconf.c 1.129 +2 -2 src/sys/i386/conf/Makefile.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 10:10:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18253 for cvs-all-outgoing; Sun, 15 Nov 1998 10:10:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18248; Sun, 15 Nov 1998 10:10:11 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA11961; Sun, 15 Nov 1998 10:10:15 -0800 (PST) Date: Sun, 15 Nov 1998 10:10:15 -0800 (PST) Message-Id: <199811151810.KAA11961@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_input.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/11/15 10:10:15 PST Modified files: sys/netinet ip_input.c Log: Fix printf format errors on alpha. Revision Changes Path 1.106 +4 -4 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 10:11:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18368 for cvs-all-outgoing; Sun, 15 Nov 1998 10:11:19 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18362; Sun, 15 Nov 1998 10:11:17 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA12095; Sun, 15 Nov 1998 10:11:21 -0800 (PST) Date: Sun, 15 Nov 1998 10:11:21 -0800 (PST) Message-Id: <199811151811.KAA12095@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern subr_bus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/11/15 10:11:21 PST Modified files: sys/kern subr_bus.c Log: A couple of minor sanity checks. Submitted by: Nick Hibma Revision Changes Path 1.11 +10 -4 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 10:15:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18747 for cvs-all-outgoing; Sun, 15 Nov 1998 10:15:03 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18741; Sun, 15 Nov 1998 10:15:02 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA12173; Sun, 15 Nov 1998 10:15:06 -0800 (PST) Date: Sun, 15 Nov 1998 10:15:06 -0800 (PST) Message-Id: <199811151815.KAA12173@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/conf files.alpha Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/11/15 10:15:06 PST Modified files: sys/alpha/conf files.alpha Log: Don't include link_elf.c twice in the link. Revision Changes Path 1.13 +1 -2 src/sys/alpha/conf/files.alpha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 10:16:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18932 for cvs-all-outgoing; Sun, 15 Nov 1998 10:16:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18927; Sun, 15 Nov 1998 10:16:19 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA12216; Sun, 15 Nov 1998 10:16:23 -0800 (PST) Date: Sun, 15 Nov 1998 10:16:23 -0800 (PST) Message-Id: <199811151816.KAA12216@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf files Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/11/15 10:16:23 PST Modified files: sys/conf files Log: Build subr_rman.c by default. Revision Changes Path 1.173 +1 -0 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 10:25:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19345 for cvs-all-outgoing; Sun, 15 Nov 1998 10:25:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA19338; Sun, 15 Nov 1998 10:25:13 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA12504; Sun, 15 Nov 1998 10:25:18 -0800 (PST) Date: Sun, 15 Nov 1998 10:25:18 -0800 (PST) Message-Id: <199811151825.KAA12504@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha genassym.c interrupt.c machdep.c swtch.s sys_machdep.c src/sys/alpha/include chipset.h intr.h proc.h src/sys/alpha/isa isa.c src/sys/alpha/pci apecs.c cia.c lca.c pcibus.c pcibus.h src/sys/alpha/tlsb dwlpx.c gbus.c kftxx.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/11/15 10:25:17 PST Modified files: sys/alpha/alpha genassym.c interrupt.c machdep.c swtch.s sys_machdep.c sys/alpha/include chipset.h intr.h proc.h sys/alpha/isa isa.c sys/alpha/pci apecs.c cia.c lca.c pcibus.c pcibus.h sys/alpha/tlsb dwlpx.c gbus.c kftxx.c tlsb.c zs_tlsb.c sys/isa isavar.h psm.c sio.c syscons.c Log: * Add hooks to allow the X server to access I/O ports and memory. * Update drivers to the latest version of the bus interface. The ISA drivers' use of the new resource api is minimal. Garrett has some much cleaner drivers which should be more easily shared between i386 and alpha. This has only been tested on cia based machines. It should work on lca and apecs but I might have broken something. Revision Changes Path 1.4 +7 -1 src/sys/alpha/alpha/genassym.c 1.6 +28 -10 src/sys/alpha/alpha/interrupt.c 1.22 +3 -2 src/sys/alpha/alpha/machdep.c 1.6 +10 -1 src/sys/alpha/alpha/swtch.s 1.2 +33 -1 src/sys/alpha/alpha/sys_machdep.c 1.6 +21 -4 src/sys/alpha/include/chipset.h 1.4 +4 -13 src/sys/alpha/include/intr.h 1.4 +6 -4 src/sys/alpha/include/proc.h 1.6 +395 -59 src/sys/alpha/isa/isa.c 1.3 +29 -1 src/sys/alpha/pci/apecs.c 1.11 +103 -38 src/sys/alpha/pci/cia.c 1.4 +30 -1 src/sys/alpha/pci/lca.c 1.6 +119 -10 src/sys/alpha/pci/pcibus.c 1.2 +12 -14 src/sys/alpha/pci/pcibus.h 1.7 +4 -4 src/sys/alpha/tlsb/dwlpx.c 1.4 +3 -3 src/sys/alpha/tlsb/gbus.c 1.4 +3 -3 src/sys/alpha/tlsb/kftxx.c 1.4 +20 -12 src/sys/alpha/tlsb/tlsb.c 1.6 +8 -6 src/sys/alpha/tlsb/zs_tlsb.c 1.2 +25 -5 src/sys/isa/isavar.h 1.2 +9 -8 src/sys/isa/psm.c 1.218 +9 -8 src/sys/isa/sio.c 1.277 +9 -8 src/sys/isa/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 11:30:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24401 for cvs-all-outgoing; Sun, 15 Nov 1998 11:30:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA24393; Sun, 15 Nov 1998 11:30:44 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA14426; Sun, 15 Nov 1998 11:30:48 -0800 (PST) Date: Sun, 15 Nov 1998 11:30:48 -0800 (PST) Message-Id: <199811151930.LAA14426@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_wl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1998/11/15 11:30:48 PST Modified files: sys/i386/isa if_wl.c Log: Depend on __FreeBSD_version instead of __FreeBSD__ Revision Changes Path 1.17 +7 -7 src/sys/i386/isa/if_wl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 12:08:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27655 for cvs-all-outgoing; Sun, 15 Nov 1998 12:08:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA27648; Sun, 15 Nov 1998 12:08:46 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA15587; Sun, 15 Nov 1998 12:08:50 -0800 (PST) Date: Sun, 15 Nov 1998 12:08:50 -0800 (PST) Message-Id: <199811152008.MAA15587@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT options.i386 src/sys/i386/isa wd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1998/11/15 12:08:50 PST Modified files: sys/i386/conf LINT options.i386 sys/i386/isa wd.c Log: Make it possible to adjust the IDE probe delay from kernel config files. Revision Changes Path 1.504 +9 -1 src/sys/i386/conf/LINT 1.92 +2 -1 src/sys/i386/conf/options.i386 1.180 +6 -1 src/sys/i386/isa/wd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 12:14:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28021 for cvs-all-outgoing; Sun, 15 Nov 1998 12:14:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28014; Sun, 15 Nov 1998 12:14:46 -0800 (PST) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA15757; Sun, 15 Nov 1998 12:14:50 -0800 (PST) Date: Sun, 15 Nov 1998 12:14:50 -0800 (PST) Message-Id: <199811152014.MAA15757@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/epic4 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/11/15 12:14:50 PST Modified files: net/epic4 Makefile Log: Mark this BROKEN until it is actually upgraded to epic4. Revision Changes Path 1.5 +3 -1 ports/net/epic4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 12:29:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29261 for cvs-all-outgoing; Sun, 15 Nov 1998 12:29:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA29244; Sun, 15 Nov 1998 12:29:23 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA16434; Sun, 15 Nov 1998 12:29:27 -0800 (PST) Date: Sun, 15 Nov 1998 12:29:27 -0800 (PST) Message-Id: <199811152029.MAA16434@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man5 rc.conf.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/11/15 12:29:27 PST Modified files: share/man/man5 rc.conf.5 Log: Document the new nfs_access_cache variable. Revision Changes Path 1.25 +11 -1 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 12:30:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29532 for cvs-all-outgoing; Sun, 15 Nov 1998 12:30:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA29523; Sun, 15 Nov 1998 12:30:01 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA16474; Sun, 15 Nov 1998 12:30:05 -0800 (PST) Date: Sun, 15 Nov 1998 12:30:05 -0800 (PST) Message-Id: <199811152030.MAA16474@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc rc.conf rc.network Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/11/15 12:30:05 PST Modified files: etc rc.conf rc.network Log: Implement the nfs_access_cache variable, allowing us to set the timeout for the NFS client's ACCESS cache. Revision Changes Path 1.62 +2 -1 src/etc/rc.conf 1.35 +4 -1 src/etc/rc.network To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 12:36:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29780 for cvs-all-outgoing; Sun, 15 Nov 1998 12:36:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA29755; Sun, 15 Nov 1998 12:36:14 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA16958; Sun, 15 Nov 1998 12:36:18 -0800 (PST) Date: Sun, 15 Nov 1998 12:36:18 -0800 (PST) Message-Id: <199811152036.MAA16958@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nfs_vnops.c nfsnode.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/11/15 12:36:18 PST Modified files: sys/nfs nfs_vnops.c nfsnode.h Log: Reimplement the NFS ACCESS RPC cache as an "accelerator" rather than a true cache. If the cached result lets us say "yes", then go with that. If we're not sure, or we think the answer might be "no", go to the wire to be certain. This avoids all of the possible false veto cases, and allows us to key the cached value with just the UID for which the cached value holds, reducing the bloat of the nfsnode structure from 104 bytes to just 12 bytes. Since the "yes" case is by far the most common, this should still provide a substantial performance improvement. Also default the cache to on, with a conservative timeout (2 seconds). This improves performance if NFS is loaded as a KLD module, as there's not (yet) code to parse an option out of the module arguments to set it, and sysctl doesn't work (yet) for OIDs in modules. The 'accelerator' mode was suggested by Bjoern Groenvall (bg@sics.se) Feedback on this would be appreciated as testing has been necessarily limited by Comdex, and it would be valuable to have this in 2.2.8. Revision Changes Path 1.114 +12 -42 src/sys/nfs/nfs_vnops.c 1.28 +2 -2 src/sys/nfs/nfsnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 12:47:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00606 for cvs-all-outgoing; Sun, 15 Nov 1998 12:47:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00601; Sun, 15 Nov 1998 12:47:28 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA17582; Sun, 15 Nov 1998 12:47:32 -0800 (PST) Date: Sun, 15 Nov 1998 12:47:32 -0800 (PST) Message-Id: <199811152047.MAA17582@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/gfont Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/11/15 12:47:32 PST Modified files: graphics/gfont Makefile Log: Mark BROKEN: checking for Perl language... expr: syntax error expr: syntax error expr: syntax error built v5.005_02 configure: error: required program perl'' not found *** Error code 1 Revision Changes Path 1.5 +2 -1 ports/graphics/gfont/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 13:23:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02913 for cvs-all-outgoing; Sun, 15 Nov 1998 13:23:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02908; Sun, 15 Nov 1998 13:23:03 -0800 (PST) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA18682; Sun, 15 Nov 1998 13:23:08 -0800 (PST) Date: Sun, 15 Nov 1998 13:23:08 -0800 (PST) Message-Id: <199811152123.NAA18682@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/11/15 13:23:07 PST Modified files: . modules Log: pathchar --> ports/net/pathchar Revision Changes Path 1.2464 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 13:25:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03194 for cvs-all-outgoing; Sun, 15 Nov 1998 13:25:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03187; Sun, 15 Nov 1998 13:25:13 -0800 (PST) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA18815; Sun, 15 Nov 1998 13:25:17 -0800 (PST) Date: Sun, 15 Nov 1998 13:25:17 -0800 (PST) Message-Id: <199811152125.NAA18815@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/pathchar - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/11/15 13:25:17 PST ports/net/pathchar - Imported sources Update of /home/ncvs/ports/net/pathchar In directory freefall.freebsd.org:/d/users/nectar/devel/pathchar Log Message: pathchar alpha 0 for a.out systems, pathchar alpha 1 for ELF systems. LBNL Internet path characterization tool PR: ports/8588 Submitted by: Josh Gilliam Status: Vendor Tag: GILLIAM Release Tags: pathchar_alpha N ports/net/pathchar/Makefile I ports/net/pathchar/CVS N ports/net/pathchar/pkg/PLIST N ports/net/pathchar/pkg/COMMENT N ports/net/pathchar/pkg/DESCR N ports/net/pathchar/files/md5 N ports/net/pathchar/files/md5.aout N ports/net/pathchar/files/README.pathchar No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 13:26:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03430 for cvs-all-outgoing; Sun, 15 Nov 1998 13:26:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03425; Sun, 15 Nov 1998 13:26:35 -0800 (PST) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA18897; Sun, 15 Nov 1998 13:26:39 -0800 (PST) Date: Sun, 15 Nov 1998 13:26:39 -0800 (PST) Message-Id: <199811152126.NAA18897@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/11/15 13:26:39 PST Modified files: net Makefile Log: Activate pathchar. Revision Changes Path 1.188 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 13:27:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03470 for cvs-all-outgoing; Sun, 15 Nov 1998 13:27:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03465; Sun, 15 Nov 1998 13:27:16 -0800 (PST) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA19021; Sun, 15 Nov 1998 13:27:20 -0800 (PST) Date: Sun, 15 Nov 1998 13:27:20 -0800 (PST) Message-Id: <199811152127.NAA19021@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/epic4 Makefile ports/net/epic4/files md5 ports/net/epic4/patches patch-aa ports/net/epic4/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/11/15 13:27:20 PST Modified files: net/epic4 Makefile net/epic4/files md5 net/epic4/pkg COMMENT DESCR PLIST Removed files: net/epic4/patches patch-aa Log: This is now really epic4, a pre-release version of the IRC client on steroids. It is maintained by Ben Hutchinson; previous versions were mine. PR: 8693 Submitted by: Ben Hutchinson Revision Changes Path 1.6 +16 -19 ports/net/epic4/Makefile 1.2 +2 -2 ports/net/epic4/files/md5 1.2 +1 -1 ports/net/epic4/pkg/COMMENT 1.2 +12 -4 ports/net/epic4/pkg/DESCR 1.2 +882 -631 ports/net/epic4/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 13:31:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03790 for cvs-all-outgoing; Sun, 15 Nov 1998 13:31:32 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03785; Sun, 15 Nov 1998 13:31:31 -0800 (PST) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA19316; Sun, 15 Nov 1998 13:31:35 -0800 (PST) Date: Sun, 15 Nov 1998 13:31:35 -0800 (PST) Message-Id: <199811152131.NAA19316@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/11/15 13:31:35 PST Modified files: handbook submitters.sgml Log: Add Ben Hutchinson for taking over the port of the EPIC client. Remove an incorrectly alphabetized entry for Brent Nordquist. He also appears in the correct place. Revision Changes Path 1.254 +3 -3 doc/handbook/submitters.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 13:35:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA04262 for cvs-all-outgoing; Sun, 15 Nov 1998 13:35:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA04254; Sun, 15 Nov 1998 13:35:06 -0800 (PST) (envelope-from guido@FreeBSD.org) From: Guido van Rooij Received: (from guido@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA19537; Sun, 15 Nov 1998 13:35:10 -0800 (PST) Date: Sun, 15 Nov 1998 13:35:10 -0800 (PST) Message-Id: <199811152135.NAA19537@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet tcp_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk guido 1998/11/15 13:35:10 PST Modified files: sys/netinet tcp_subr.c Log: The below patch helps to reduce the leakage of internal socket information when a TCP "stealth" scan is directed at a *BSD box by ensuring the window is 0 for all RST packets generated through tcp_respond() Reviewed by: Don Lewis Obtained from: Bugtraq (from: Darren Reed ) Revision Changes Path 1.48 +3 -2 src/sys/netinet/tcp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 13:42:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05292 for cvs-all-outgoing; Sun, 15 Nov 1998 13:42:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05287; Sun, 15 Nov 1998 13:42:18 -0800 (PST) (envelope-from archie@FreeBSD.org) From: Archie Cobbs Received: (from archie@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA19942; Sun, 15 Nov 1998 13:42:22 -0800 (PST) Date: Sun, 15 Nov 1998 13:42:22 -0800 (PST) Message-Id: <199811152142.NAA19942@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1998/11/15 13:42:22 PST Modified files: (Branch: RELENG_2_2) sys/i386/conf LINT Log: Document the IPFW_DIVERT_RESTART option Revision Changes Path 1.286.2.64 +12 -2 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 14:05:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07882 for cvs-all-outgoing; Sun, 15 Nov 1998 14:05:25 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA07866; Sun, 15 Nov 1998 14:05:22 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA20723; Sun, 15 Nov 1998 14:05:26 -0800 (PST) Date: Sun, 15 Nov 1998 14:05:26 -0800 (PST) Message-Id: <199811152205.OAA20723@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/11/15 14:05:26 PST Modified files: x11-wm Makefile Log: Activate afterstep-i18n. Revision Changes Path 1.4 +2 -1 ports/x11-wm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 14:06:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08081 for cvs-all-outgoing; Sun, 15 Nov 1998 14:06:53 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA08066; Sun, 15 Nov 1998 14:06:52 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA20897; Sun, 15 Nov 1998 14:06:56 -0800 (PST) Date: Sun, 15 Nov 1998 14:06:56 -0800 (PST) Message-Id: <199811152206.OAA20897@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/11/15 14:06:56 PST Modified files: . modules Log: afterstep-i18n --> ports/x11-wm/afterstep-i18n Revision Changes Path 1.2465 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 14:07:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08302 for cvs-all-outgoing; Sun, 15 Nov 1998 14:07:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA08297; Sun, 15 Nov 1998 14:07:57 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA20942; Sun, 15 Nov 1998 14:08:02 -0800 (PST) Date: Sun, 15 Nov 1998 14:08:02 -0800 (PST) Message-Id: <199811152208.OAA20942@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/afterstep-i18n - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/11/15 14:08:01 PST ports/x11-wm/afterstep-i18n - Imported sources Update of /home/ncvs/ports/x11-wm/afterstep-i18n In directory freefall.freebsd.org:/x/tmp/cvs-serv20927 Log Message: The NeXTSTEP clone window manager with Fontset support. PR: ports/8408 Submitted by: Issei Suzuki Status: Vendor Tag: ISSEI Release Tags: v1_0 N ports/x11-wm/afterstep-i18n/Makefile N ports/x11-wm/afterstep-i18n/scripts/configure N ports/x11-wm/afterstep-i18n/pkg/COMMENT N ports/x11-wm/afterstep-i18n/pkg/PLIST N ports/x11-wm/afterstep-i18n/pkg/DESCR N ports/x11-wm/afterstep-i18n/patches/patch-ab N ports/x11-wm/afterstep-i18n/patches/patch-aa N ports/x11-wm/afterstep-i18n/patches/patch-ac N ports/x11-wm/afterstep-i18n/patches/patch-ad N ports/x11-wm/afterstep-i18n/files/md5 N ports/x11-wm/afterstep-i18n/files/steprc.ja.diff No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 14:23:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA10257 for cvs-all-outgoing; Sun, 15 Nov 1998 14:23:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA10252; Sun, 15 Nov 1998 14:23:39 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA22323; Sun, 15 Nov 1998 14:23:43 -0800 (PST) Date: Sun, 15 Nov 1998 14:23:43 -0800 (PST) Message-Id: <199811152223.OAA22323@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/kaffe Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/11/15 14:23:42 PST Modified files: lang/kaffe Makefile Log: Fixup dependency problems with libawt and libjpeg, libpng and libgif. Reviewed by: Mark Huizer (maintainer) Submitted by: Doug Rabson Revision Changes Path 1.37 +6 -3 ports/lang/kaffe/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 14:54:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12612 for cvs-all-outgoing; Sun, 15 Nov 1998 14:54:22 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA12606; Sun, 15 Nov 1998 14:54:21 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA23637; Sun, 15 Nov 1998 14:54:25 -0800 (PST) Date: Sun, 15 Nov 1998 14:54:25 -0800 (PST) Message-Id: <199811152254.OAA23637@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/pmake - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/11/15 14:54:25 PST ports/devel/pmake - Imported sources Update of /home/ncvs/ports/devel/pmake In directory freefall.freebsd.org:/d/users/steve/work/pmake Log Message: Initial import of pmake version 2.1.33. A parallel make(1) from the Sprite OS project. Reviewed by: asami Status: Vendor Tag: STOLKE Release Tags: v2_1_33 N ports/devel/pmake/Makefile N ports/devel/pmake/files/md5 N ports/devel/pmake/pkg/PLIST N ports/devel/pmake/pkg/COMMENT N ports/devel/pmake/pkg/DESCR N ports/devel/pmake/pkg/PLIST.customs N ports/devel/pmake/patches/patch-aa N ports/devel/pmake/patches/patch-ab N ports/devel/pmake/patches/patch-ac N ports/devel/pmake/patches/patch-ad N ports/devel/pmake/patches/patch-ae N ports/devel/pmake/patches/patch-af N ports/devel/pmake/patches/patch-ag N ports/devel/pmake/patches/patch-ah No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 14:55:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12709 for cvs-all-outgoing; Sun, 15 Nov 1998 14:55:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA12704; Sun, 15 Nov 1998 14:55:10 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA23687; Sun, 15 Nov 1998 14:55:14 -0800 (PST) Date: Sun, 15 Nov 1998 14:55:14 -0800 (PST) Message-Id: <199811152255.OAA23687@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/11/15 14:55:14 PST Modified files: devel Makefile Log: Activate pmake port. Revision Changes Path 1.140 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 14:55:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12750 for cvs-all-outgoing; Sun, 15 Nov 1998 14:55:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA12745; Sun, 15 Nov 1998 14:55:54 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA23730; Sun, 15 Nov 1998 14:55:58 -0800 (PST) Date: Sun, 15 Nov 1998 14:55:58 -0800 (PST) Message-Id: <199811152255.OAA23730@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/11/15 14:55:58 PST Modified files: . modules Log: pmake -> ports/devel/pmake Revision Changes Path 1.2466 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 15:12:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14544 for cvs-all-outgoing; Sun, 15 Nov 1998 15:12:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14538; Sun, 15 Nov 1998 15:12:38 -0800 (PST) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA24309; Sun, 15 Nov 1998 15:12:43 -0800 (PST) Date: Sun, 15 Nov 1998 15:12:43 -0800 (PST) Message-Id: <199811152312.PAA24309@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libcam camlib.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1998/11/15 15:12:42 PST Modified files: lib/libcam camlib.c Log: Fix an error message. (it was using an uninitialized variable) Reported by: dan@math.berkeley.edu (Dan Strick) Revision Changes Path 1.3 +2 -2 src/lib/libcam/camlib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 15:17:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15351 for cvs-all-outgoing; Sun, 15 Nov 1998 15:17:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15344; Sun, 15 Nov 1998 15:17:35 -0800 (PST) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA24901; Sun, 15 Nov 1998 15:17:40 -0800 (PST) Date: Sun, 15 Nov 1998 15:17:40 -0800 (PST) Message-Id: <199811152317.PAA24901@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libcam camlib.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1998/11/15 15:17:39 PST Modified files: lib/libcam camlib.c Log: Use snprintf to make sure we don't overflow a buffer. Revision Changes Path 1.4 +5 -4 src/lib/libcam/camlib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 15:26:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16524 for cvs-all-outgoing; Sun, 15 Nov 1998 15:26:31 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA16517; Sun, 15 Nov 1998 15:26:28 -0800 (PST) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA25424; Sun, 15 Nov 1998 15:26:32 -0800 (PST) Date: Sun, 15 Nov 1998 15:26:32 -0800 (PST) Message-Id: <199811152326.PAA25424@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/tinyware/oinit oinit.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk abial 1998/11/15 15:26:32 PST Modified files: release/picobsd/tinyware/oinit oinit.c Log: Use console instead of ttyv0 - it didn't work with serial console... Revision Changes Path 1.3 +18 -4 src/release/picobsd/tinyware/oinit/oinit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 15:30:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17016 for cvs-all-outgoing; Sun, 15 Nov 1998 15:30:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17006; Sun, 15 Nov 1998 15:30:24 -0800 (PST) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA25711; Sun, 15 Nov 1998 15:30:26 -0800 (PST) Date: Sun, 15 Nov 1998 15:30:26 -0800 (PST) Message-Id: <199811152330.PAA25711@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/dial/crunch1 crunch.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk abial 1998/11/15 15:30:26 PST Modified files: release/picobsd/dial/crunch1 crunch.conf Log: Update ssh version number. It's only informational, anyway. Submitted by: jkh Revision Changes Path 1.4 +3 -3 src/release/picobsd/dial/crunch1/crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 15:57:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19540 for cvs-all-outgoing; Sun, 15 Nov 1998 15:57:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA19534; Sun, 15 Nov 1998 15:57:10 -0800 (PST) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA26674; Sun, 15 Nov 1998 15:57:14 -0800 (PST) Date: Sun, 15 Nov 1998 15:57:14 -0800 (PST) Message-Id: <199811152357.PAA26674@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en index.html Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/11/15 15:57:14 PST Modified files: en index.html Log: Added freebsd.kawartha.com as Canada/2 mirror. Submitted by: OCD Technical Support Revision Changes Path 1.66 +2 -1 www/en/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 15:57:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19774 for cvs-all-outgoing; Sun, 15 Nov 1998 15:57:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA19715; Sun, 15 Nov 1998 15:57:18 -0800 (PST) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA26689; Sun, 15 Nov 1998 15:57:22 -0800 (PST) Date: Sun, 15 Nov 1998 15:57:22 -0800 (PST) Message-Id: <199811152357.PAA26689@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern subr_devstat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1998/11/15 15:57:22 PST Modified files: sys/kern subr_devstat.c Log: Now that the wd driver is fixed (Thanks Bruce!), re-enable the devstat_end_transaction error message that gets printed whenever the busy count is < 0. This will help catch drivers that improperly implement devstat(9) support. Revision Changes Path 1.6 +2 -10 src/sys/kern/subr_devstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 16:05:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA21861 for cvs-all-outgoing; Sun, 15 Nov 1998 16:05:43 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA21819; Sun, 15 Nov 1998 16:05:42 -0800 (PST) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA26965; Sun, 15 Nov 1998 16:05:46 -0800 (PST) Date: Sun, 15 Nov 1998 16:05:46 -0800 (PST) Message-Id: <199811160005.QAA26965@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/tcopy pathnames.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1998/11/15 16:05:46 PST Modified files: usr.bin/tcopy pathnames.h Log: Update tcopy for CAM. (/dev/rst0 -> /dev/rsa0) PR: i386/8688 Submitted by: Bill Trost Revision Changes Path 1.3 +1 -1 src/usr.bin/tcopy/pathnames.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 17:58:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA00735 for cvs-all-outgoing; Sun, 15 Nov 1998 17:58:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA00723; Sun, 15 Nov 1998 17:58:32 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id MAA00491; Mon, 16 Nov 1998 12:58:06 +1100 Date: Mon, 16 Nov 1998 12:58:06 +1100 From: Bruce Evans Message-Id: <199811160158.MAA00491@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, dfr@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet ip_input.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/netinet ip_input.c > Log: > Fix printf format errors on alpha. Please fix printf format errors on all systems. ntohl() should be cast to u_long to match the %lx format. Changing the format to %x and casting ntohl() to int only works on systems with at least 33-bit ints and on vax-like systems with 32-bit ints. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 18:02:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA01227 for cvs-all-outgoing; Sun, 15 Nov 1998 18:02:27 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA01221; Sun, 15 Nov 1998 18:02:26 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA01871; Sun, 15 Nov 1998 18:02:30 -0800 (PST) Date: Sun, 15 Nov 1998 18:02:30 -0800 (PST) Message-Id: <199811160202.SAA01871@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc host.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/11/15 18:02:30 PST Modified files: etc host.conf Log: put hosts before bind. Revision Changes Path 1.5 +4 -4 src/etc/host.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 19:06:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07471 for cvs-all-outgoing; Sun, 15 Nov 1998 19:06:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07466; Sun, 15 Nov 1998 19:06:40 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA04366; Sun, 15 Nov 1998 19:06:45 -0800 (PST) Date: Sun, 15 Nov 1998 19:06:45 -0800 (PST) Message-Id: <199811160306.TAA04366@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/11/15 19:06:44 PST Modified files: . modules Log: libU77 --> ports/devel/libU77 Revision Changes Path 1.2467 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 19:08:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07600 for cvs-all-outgoing; Sun, 15 Nov 1998 19:08:32 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07595; Sun, 15 Nov 1998 19:08:31 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA04462; Sun, 15 Nov 1998 19:08:35 -0800 (PST) Date: Sun, 15 Nov 1998 19:08:35 -0800 (PST) Message-Id: <199811160308.TAA04462@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/libU77 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/11/15 19:08:35 PST ports/devel/libU77 - Imported sources Update of /home/ncvs/ports/devel/libU77 In directory freefall.freebsd.org:/d/users/jkoshy/libU77 Log Message: Import of libU77, a FORTRAN library that adds commonly used intrinsic functions to allows a greter range for FORTRAN code to be compiled with the stock f77. PR: ports/8689 Reviewed by: jkoshy Submitted by: Glenn Johnson Status: Vendor Tag: GLJOHN Release Tags: v2_6 N ports/devel/libU77/Makefile I ports/devel/libU77/CVS N ports/devel/libU77/files/md5 N ports/devel/libU77/files/makefile.lib N ports/devel/libU77/pkg/PLIST N ports/devel/libU77/pkg/COMMENT N ports/devel/libU77/pkg/DESCR No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 19:10:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07812 for cvs-all-outgoing; Sun, 15 Nov 1998 19:10:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07807; Sun, 15 Nov 1998 19:10:48 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA04564; Sun, 15 Nov 1998 19:10:52 -0800 (PST) Date: Sun, 15 Nov 1998 19:10:52 -0800 (PST) Message-Id: <199811160310.TAA04564@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/11/15 19:10:52 PST Modified files: devel Makefile Log: Activate libU77. Revision Changes Path 1.141 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 19:25:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA09493 for cvs-all-outgoing; Sun, 15 Nov 1998 19:25:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA09488; Sun, 15 Nov 1998 19:25:23 -0800 (PST) (envelope-from scrappy@FreeBSD.org) From: "Marc G. Fournier" Received: (from scrappy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA05470; Sun, 15 Nov 1998 19:25:26 -0800 (PST) Date: Sun, 15 Nov 1998 19:25:26 -0800 (PST) Message-Id: <199811160325.TAA05470@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/mico Makefile ports/devel/mico/patches patch-ak ports/devel/mico/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk scrappy 1998/11/15 19:25:26 PST Modified files: devel/mico Makefile devel/mico/patches patch-ak devel/mico/pkg PLIST Log: Okay, I've gone through every example and doc that I can think of that would be relevant, and think I've covered everything... This now build and a 'make package' now works...with my track record on this particular port, its bound to be still broken for *someone*, no? Revision Changes Path 1.25 +1 -3 ports/devel/mico/Makefile 1.4 +4 -4 ports/devel/mico/patches/patch-ak 1.10 +11 -3 ports/devel/mico/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 19:49:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA12030 for cvs-all-outgoing; Sun, 15 Nov 1998 19:49:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA12025; Sun, 15 Nov 1998 19:49:36 -0800 (PST) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA06733; Sun, 15 Nov 1998 19:49:39 -0800 (PST) Date: Sun, 15 Nov 1998 19:49:39 -0800 (PST) Message-Id: <199811160349.TAA06733@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/sys accept.2 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/11/15 19:49:39 PST Modified files: lib/libc/sys accept.2 Log: Update to reflect reality. PR: kern/8629 Revision Changes Path 1.6 +4 -4 src/lib/libc/sys/accept.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 20:14:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13922 for cvs-all-outgoing; Sun, 15 Nov 1998 20:14:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13917; Sun, 15 Nov 1998 20:14:10 -0800 (PST) (envelope-from asami@sunrise.cs.berkeley.edu) Received: from bubble.didi.com (sji-ca36-231.ix.netcom.com [207.92.172.231]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id UAA06252; Sun, 15 Nov 1998 20:13:46 -0800 (PST) Received: (from asami@localhost) by bubble.didi.com (8.8.8/8.8.8) id UAA05553; Sun, 15 Nov 1998 20:13:42 -0800 (PST) (envelope-from asami) Date: Sun, 15 Nov 1998 20:13:42 -0800 (PST) Message-Id: <199811160413.UAA05553@bubble.didi.com> To: jkh@FreeBSD.ORG CC: committers@FreeBSD.ORG Subject: /dev/cdrom From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Jordan, What do you think about making a link /dev/cdrom to the actual CDROM device during installation? It will help some ports that want to know where the CDROM is, and will make the examples of "how to mount the CDROM" etc. easier. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 20:25:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA14876 for cvs-all-outgoing; Sun, 15 Nov 1998 20:25:01 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA14868; Sun, 15 Nov 1998 20:24:59 -0800 (PST) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA08100; Sun, 15 Nov 1998 20:25:03 -0800 (PST) Date: Sun, 15 Nov 1998 20:25:03 -0800 (PST) Message-Id: <199811160425.UAA08100@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/ipfilter/man ipfstat.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/11/15 20:25:03 PST Modified files: contrib/ipfilter/man ipfstat.8 Log: vmunix -> kernel PR: port/8543 Submitted by: jkb@best.com Revision Changes Path 1.2 +11 -4 src/contrib/ipfilter/man/ipfstat.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 21:44:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA20897 for cvs-all-outgoing; Sun, 15 Nov 1998 21:44:56 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA20890; Sun, 15 Nov 1998 21:44:54 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA11276; Sun, 15 Nov 1998 21:44:58 -0800 (PST) Date: Sun, 15 Nov 1998 21:44:58 -0800 (PST) Message-Id: <199811160544.VAA11276@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/icewm Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/15 21:44:58 PST Modified files: x11-wm/icewm Makefile Log: Changed master site or not, I haven't been able to fetch this port for a few days. Can you put it on your own site or something? Revision Changes Path 1.21 +3 -1 ports/x11-wm/icewm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 21:57:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA22107 for cvs-all-outgoing; Sun, 15 Nov 1998 21:57:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA22102; Sun, 15 Nov 1998 21:57:22 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca36-231.ix.netcom.com [207.92.172.231]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id VAA06385; Sun, 15 Nov 1998 21:56:57 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id VAA00474; Sun, 15 Nov 1998 21:56:54 -0800 (PST) Date: Sun, 15 Nov 1998 21:56:54 -0800 (PST) Message-Id: <199811160556.VAA00474@silvia.hip.berkeley.edu> To: scrappy@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199811160325.TAA05470@freefall.freebsd.org> (scrappy@FreeBSD.ORG) Subject: Re: cvs commit: ports/devel/mico Makefile ports/devel/mico/patches patch-ak ports/devel/mico/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * This now build and a 'make package' now works...with my track record on * this particular port, its bound to be still broken for *someone*, no? Yes. === gmake[1]: Entering directory `/usr/ports/devel/mico/work/mico/orb' g++28 -fPIC -I../include -fno-exceptions -I/usr/local/include/tcl8.0 -I/usr/X11R6/include/X11/qt -c orb.cc -o orb.pic.o g++28: Internal compiler error: program as got fatal signal 11 gmake[1]: *** [orb.pic.o] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/mico/work/mico/orb' gmake: *** [system] Error 1 *** Error code 2 === I don't know. The problem might be on this side. But everytime you touch it, it just fails in a different way, I'm totally clueless (about the only thing that's consistent is that it always fails). I've been spending way too much time on this, I'm just going to mark in BROKEN permanently on my tree and will leave you alone. Sorry. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 22:28:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA24654 for cvs-all-outgoing; Sun, 15 Nov 1998 22:28:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA24640; Sun, 15 Nov 1998 22:28:37 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA13452; Sun, 15 Nov 1998 22:28:42 -0800 (PST) Date: Sun, 15 Nov 1998 22:28:42 -0800 (PST) Message-Id: <199811160628.WAA13452@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/jdk Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/15 22:28:41 PST Modified files: lang/jdk Makefile Log: Make this package by removing the --exclude option to tar. I'm assuming this is what Nate intended because all the *.class files are listed in pkg/PLIST. If it's the other way around, go ahead and revert it (and fix PLIST), Nate. Revision Changes Path 1.16 +2 -2 ports/lang/jdk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 22:36:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25434 for cvs-all-outgoing; Sun, 15 Nov 1998 22:36:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA25429; Sun, 15 Nov 1998 22:36:08 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA13926; Sun, 15 Nov 1998 22:36:08 -0800 (PST) Date: Sun, 15 Nov 1998 22:36:08 -0800 (PST) Message-Id: <199811160636.WAA13926@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/pathchar Makefile ports/net/pathchar/files md5 md5.aout Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/15 22:36:08 PST Modified files: net/pathchar Makefile net/pathchar/files md5 Removed files: net/pathchar/files md5.aout Log: You can put both checksums in one file. (MD5_FILE wasn't intended to be changed by individual ports...probably should have used "=" in bsd.port.mk.) Revision Changes Path 1.2 +1 -2 ports/net/pathchar/Makefile 1.2 +1 -0 ports/net/pathchar/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 23:01:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA27927 for cvs-all-outgoing; Sun, 15 Nov 1998 23:01:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA27920; Sun, 15 Nov 1998 23:01:10 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca36-231.ix.netcom.com [207.92.172.231]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id XAA06447; Sun, 15 Nov 1998 23:00:45 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id XAA00652; Sun, 15 Nov 1998 23:00:42 -0800 (PST) Date: Sun, 15 Nov 1998 23:00:42 -0800 (PST) Message-Id: <199811160700.XAA00652@silvia.hip.berkeley.edu> To: kuriyama@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199811152208.OAA20942@freefall.freebsd.org> (message from Jun Kuriyama on Sun, 15 Nov 1998 14:08:02 -0800 (PST)) Subject: Re: cvs commit: ports/x11-wm/afterstep-i18n - Imported sources From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * ports/x11-wm/afterstep-i18n - Imported sources Um, please drop me a note next time you do something like this. I'd like to have done a repository copy from afterstep. By the way, the site for the file "unofficial-I18N.98Feb27.tar.gz" is kinda weird. I always get five bytes more, checksum fails (of course), although gzip says compression is ok (and there's trailing garbage). I edited the file with emacs and removed the last 5 bytes, and it seems happy now. Weird. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 23:12:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29475 for cvs-all-outgoing; Sun, 15 Nov 1998 23:12:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA29468; Sun, 15 Nov 1998 23:12:02 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA15581; Sun, 15 Nov 1998 23:12:06 -0800 (PST) Date: Sun, 15 Nov 1998 23:12:06 -0800 (PST) Message-Id: <199811160712.XAA15581@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/gfont Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/15 23:12:06 PST Modified files: graphics/gfont Makefile Log: This is broken only on -current. I suspect it gets confused by system perl. Revision Changes Path 1.6 +7 -2 ports/graphics/gfont/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 15 23:51:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04136 for cvs-all-outgoing; Sun, 15 Nov 1998 23:51:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA04124; Sun, 15 Nov 1998 23:51:28 -0800 (PST) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.8.8/8.8.8) with UUCP id IAA03783; Mon, 16 Nov 1998 08:50:50 +0100 (CET) (envelope-from j@uriah.heep.sax.de) Received: (from j@localhost) by uriah.heep.sax.de (8.9.1/8.9.1) id IAA12055; Mon, 16 Nov 1998 08:27:56 +0100 (MET) (envelope-from j) Message-ID: <19981116082755.07923@uriah.heep.sax.de> Date: Mon, 16 Nov 1998 08:27:55 +0100 From: J Wunsch To: Satoshi Asami Cc: jkh@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: /dev/cdrom Reply-To: Joerg Wunsch References: <199811160413.UAA05553@bubble.didi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199811160413.UAA05553@bubble.didi.com>; from Satoshi Asami on Sun, Nov 15, 1998 at 08:13:42PM -0800 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk As Satoshi Asami wrote: > What do you think about making a link /dev/cdrom to the actual CDROM > device during installation? If we start this, we should probably provide symlinks for all `standard' device that has been found, like /dev/tape + /dev/ntape and /dev/[r]diskette. What about people with half a dozen of each drive type? Create symlinks /dev/cdrom0 ... /dev/cdromN, or just create the first one? (Which one is the `primary' drive for a machine that has /dev/cd0c and /dev/wcd0c?) Which partition name should the symlink point to? It seems that cdcontrol recently only accepts /dev/cd0c (it used to accept /dev/cd0a as well previously). I'm not opposed to the idea, but i can't say i like it that much either. :) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 00:00:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA04777 for cvs-all-outgoing; Mon, 16 Nov 1998 00:00:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA04771; Mon, 16 Nov 1998 00:00:14 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca36-231.ix.netcom.com [207.92.172.231]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id XAA06505; Sun, 15 Nov 1998 23:59:49 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id XAA00903; Sun, 15 Nov 1998 23:59:42 -0800 (PST) Date: Sun, 15 Nov 1998 23:59:42 -0800 (PST) Message-Id: <199811160759.XAA00903@silvia.hip.berkeley.edu> To: joerg_wunsch@uriah.heep.sax.de CC: jkh@FreeBSD.ORG, committers@FreeBSD.ORG In-reply-to: <19981116082755.07923@uriah.heep.sax.de> (message from J Wunsch on Mon, 16 Nov 1998 08:27:55 +0100) Subject: Re: /dev/cdrom From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * If we start this, we should probably provide symlinks for all * `standard' device that has been found, like /dev/tape + /dev/ntape and * /dev/[r]diskette. I don't know how that follows. * What about people with half a dozen of each drive type? Create * symlinks /dev/cdrom0 ... /dev/cdromN, or just create the first one? Just the first one is fine. People having half a dozen of them clearly need to know what they are doing. * (Which one is the `primary' drive for a machine that has /dev/cd0c and * /dev/wcd0c?) No idea. Whoever builds a machine like that clearly needs to know what they are doing. :) * Which partition name should the symlink point to? It seems that * cdcontrol recently only accepts /dev/cd0c (it used to accept /dev/cd0a * as well previously). Then /dev/cd0c should be fine. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 00:09:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA05421 for cvs-all-outgoing; Mon, 16 Nov 1998 00:09:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA05416; Mon, 16 Nov 1998 00:09:12 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA17921; Mon, 16 Nov 1998 00:09:17 -0800 (PST) Date: Mon, 16 Nov 1998 00:09:17 -0800 (PST) Message-Id: <199811160809.AAA17921@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf Makefile.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/11/16 00:09:16 PST Modified files: sys/pc98/conf Makefile.pc98 Log: Sync with sys/i386/conf/Makefile.i386 revision 1.129. Revision Changes Path 1.45 +2 -2 src/sys/pc98/conf/Makefile.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 00:11:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA05750 for cvs-all-outgoing; Mon, 16 Nov 1998 00:11:56 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA05745; Mon, 16 Nov 1998 00:11:55 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA18068; Mon, 16 Nov 1998 00:11:59 -0800 (PST) Date: Mon, 16 Nov 1998 00:11:59 -0800 (PST) Message-Id: <199811160811.AAA18068@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf options.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/11/16 00:11:59 PST Modified files: sys/pc98/conf options.pc98 Log: Sync with sys/i386/conf/options.i386 revision 1.92. Revision Changes Path 1.71 +3 -1 src/sys/pc98/conf/options.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 00:13:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA06036 for cvs-all-outgoing; Mon, 16 Nov 1998 00:13:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA06031; Mon, 16 Nov 1998 00:13:50 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA18156; Mon, 16 Nov 1998 00:13:54 -0800 (PST) Date: Mon, 16 Nov 1998 00:13:54 -0800 (PST) Message-Id: <199811160813.AAA18156@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 wd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/11/16 00:13:54 PST Modified files: sys/pc98/pc98 wd.c Log: Sync with sys/i386/isa/wd.c revision up to 1.180. Revision Changes Path 1.66 +11 -6 src/sys/pc98/pc98/wd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 00:27:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA07139 for cvs-all-outgoing; Mon, 16 Nov 1998 00:27:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA07134; Mon, 16 Nov 1998 00:27:32 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA18596; Mon, 16 Nov 1998 00:27:37 -0800 (PST) Date: Mon, 16 Nov 1998 00:27:37 -0800 (PST) Message-Id: <199811160827.AAA18596@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_input.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/11/16 00:27:37 PST Modified files: sys/netinet ip_input.c Log: Make the previous fix more portable. Requested by: bde Revision Changes Path 1.107 +4 -4 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 00:40:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA08533 for cvs-all-outgoing; Mon, 16 Nov 1998 00:40:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA08528; Mon, 16 Nov 1998 00:40:34 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA19229; Mon, 16 Nov 1998 00:40:39 -0800 (PST) Date: Mon, 16 Nov 1998 00:40:39 -0800 (PST) Message-Id: <199811160840.AAA19229@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook authors.sgml contrib.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/16 00:40:39 PST Modified files: handbook authors.sgml contrib.sgml Log: (null) Revision Changes Path 1.124 +5 -1 doc/handbook/authors.sgml 1.321 +2 -1 doc/handbook/contrib.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 00:52:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA09411 for cvs-all-outgoing; Mon, 16 Nov 1998 00:52:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA09406; Mon, 16 Nov 1998 00:52:07 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA19812; Mon, 16 Nov 1998 00:52:11 -0800 (PST) Date: Mon, 16 Nov 1998 00:52:11 -0800 (PST) Message-Id: <199811160852.AAA19812@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/py-imaging Makefile ports/graphics/py-imaging/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/11/16 00:52:11 PST Modified files: graphics/py-imaging Makefile graphics/py-imaging/pkg PLIST Log: Install header files. Revision Changes Path 1.3 +5 -1 ports/graphics/py-imaging/Makefile 1.2 +3 -0 ports/graphics/py-imaging/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 00:54:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA09578 for cvs-all-outgoing; Mon, 16 Nov 1998 00:54:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA09567; Mon, 16 Nov 1998 00:54:37 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA20036; Mon, 16 Nov 1998 00:54:42 -0800 (PST) Date: Mon, 16 Nov 1998 00:54:42 -0800 (PST) Message-Id: <199811160854.AAA20036@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/math/numpy Makefile ports/math/numpy/pkg PLIST ports/math/rng Makefile ports/math/rng/pkg PLIST ports/math/pygist Makefile ports/math/pygist/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/11/16 00:54:42 PST Modified files: math/numpy Makefile math/numpy/pkg PLIST math/rng Makefile math/rng/pkg PLIST math/pygist Makefile math/pygist/pkg PLIST Log: Use subdirectories for the library files. Revision Changes Path 1.13 +4 -2 ports/math/numpy/Makefile 1.10 +29 -27 ports/math/numpy/pkg/PLIST 1.6 +9 -6 ports/math/rng/Makefile 1.3 +5 -3 ports/math/rng/pkg/PLIST 1.8 +12 -8 ports/math/pygist/Makefile 1.2 +85 -83 ports/math/pygist/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 01:45:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA13628 for cvs-all-outgoing; Mon, 16 Nov 1998 01:45:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA13623; Mon, 16 Nov 1998 01:45:20 -0800 (PST) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA21997; Mon, 16 Nov 1998 01:45:24 -0800 (PST) Date: Mon, 16 Nov 1998 01:45:24 -0800 (PST) Message-Id: <199811160945.BAA21997@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/exim Makefile ports/mail/exim/files exim.sh Makefile md5 Makefile.no_eximon list ports/mail/exim/patches patch-aa patch-ab patch-ac patch-ad ports/mail/exim/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk markm 1998/11/16 01:45:24 PST Modified files: mail/exim Makefile mail/exim/files Makefile md5 mail/exim/patches patch-aa patch-ab patch-ac patch-ad mail/exim/pkg PLIST Added files: mail/exim/files exim.sh Removed files: mail/exim/files Makefile.no_eximon list Log: Upgrade to version 2.053 (test release), which includes embedded perl support and incorporates some FreeBSD-specific patches. Revision Changes Path 1.19 +10 -12 ports/mail/exim/Makefile 1.7 +1 -1 ports/mail/exim/files/Makefile 1.14 +1 -1 ports/mail/exim/files/md5 1.8 +116 -91 ports/mail/exim/patches/patch-aa 1.2 +12 -173 ports/mail/exim/patches/patch-ab 1.2 +9 -17 ports/mail/exim/patches/patch-ac 1.3 +3 -9 ports/mail/exim/patches/patch-ad 1.8 +1 -0 ports/mail/exim/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 02:11:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA16426 for cvs-all-outgoing; Mon, 16 Nov 1998 02:11:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA16420; Mon, 16 Nov 1998 02:11:39 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (IDENT:WHAT_THE_HELL_YOU_LOOKING_AT_@d60-147.leach.ucdavis.edu [169.237.60.147]) by relay.nuxi.com (8.9.1/8.9.1) with ESMTP id CAA18513; Mon, 16 Nov 1998 02:11:16 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.1/8.9.1) id KAA11307; Mon, 16 Nov 1998 10:11:15 GMT (envelope-from obrien) Message-ID: <19981116021115.A11297@nuxi.com> Date: Mon, 16 Nov 1998 02:11:15 -0800 From: "David O'Brien" To: Steve Price , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/pmake - Imported sources Reply-To: obrien@NUXI.com References: <199811152254.OAA23637@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199811152254.OAA23637@freefall.freebsd.org>; from Steve Price on Sun, Nov 15, 1998 at 02:54:25PM -0800 X-Operating-System: FreeBSD 3.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Initial import of pmake version 2.1.33. > A parallel make(1) from the Sprite OS project. I'm courious. Isn't our base make the Sprite make? -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 02:16:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA16954 for cvs-all-outgoing; Mon, 16 Nov 1998 02:16:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA16949; Mon, 16 Nov 1998 02:16:33 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (IDENT:WHAT_THE_HELL_YOU_LOOKING_AT_@d60-147.leach.ucdavis.edu [169.237.60.147]) by relay.nuxi.com (8.9.1/8.9.1) with ESMTP id CAA18521; Mon, 16 Nov 1998 02:16:09 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.1/8.9.1) id KAA11320; Mon, 16 Nov 1998 10:16:09 GMT (envelope-from obrien) Message-ID: <19981116021608.B11297@nuxi.com> Date: Mon, 16 Nov 1998 02:16:08 -0800 From: "David O'Brien" To: The Hermit Hacker Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/mico Makefile Reply-To: obrien@NUXI.com References: <199811131238.EAA06011@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from The Hermit Hacker on Fri, Nov 13, 1998 at 09:15:54AM -0400 X-Operating-System: FreeBSD 3.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > I suspect that the problem has to do with glibstdc++28 ... added a > BUILD_DEPENDance for that. Just curious, but shouldn't installing gcc28 > automatically install glibstdc++28? Nope. libstdc++ isn't *required* by gcc (or g++ if you use C-style I/O). Some people install gcc28 only for the C compiler. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 05:15:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA07775 for cvs-all-outgoing; Mon, 16 Nov 1998 05:15:25 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA07768; Mon, 16 Nov 1998 05:15:24 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA02585; Mon, 16 Nov 1998 05:15:28 -0800 (PST) Date: Mon, 16 Nov 1998 05:15:28 -0800 (PST) Message-Id: <199811161315.FAA02585@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/rblcheck Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/11/16 05:15:27 PST Modified files: mail/rblcheck Makefile Log: Mark BROKEN: ===> Building for rblcheck-1.4 cc -O -pipe -Wall -s rblcheck.c -o rblcheck rblcheck.c: In function `main': rblcheck.c:333: warning: implicit declaration of function `getopt' rblcheck.c:351: `optarg' undeclared (first use this function) rblcheck.c:351: (Each undeclared identifier is reported only once rblcheck.c:351: for each function it appears in.) rblcheck.c:383: warning: suggest parentheses around assignment used as truth value *** Error code 1 Revision Changes Path 1.4 +3 -1 ports/mail/rblcheck/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 05:25:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA09068 for cvs-all-outgoing; Mon, 16 Nov 1998 05:25:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from thelab.hub.org (nat0075.mpoweredpc.net [142.177.188.75]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA09063; Mon, 16 Nov 1998 05:25:39 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.1/8.9.1) with ESMTP id JAA11672; Mon, 16 Nov 1998 09:25:07 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 16 Nov 1998 09:25:06 -0400 (AST) From: The Hermit Hacker To: "David O'Brien" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/mico Makefile In-Reply-To: <19981116021608.B11297@nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 16 Nov 1998, David O'Brien wrote: > > I suspect that the problem has to do with glibstdc++28 ... added a > > BUILD_DEPENDance for that. Just curious, but shouldn't installing gcc28 > > automatically install glibstdc++28? > > Nope. libstdc++ isn't *required* by gcc (or g++ if you use C-style I/O). > Some people install gcc28 only for the C compiler. Point taken... Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 05:29:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA09605 for cvs-all-outgoing; Mon, 16 Nov 1998 05:29:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from thelab.hub.org (nat0075.mpoweredpc.net [142.177.188.75]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA09599; Mon, 16 Nov 1998 05:29:26 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.1/8.9.1) with ESMTP id JAA11686; Mon, 16 Nov 1998 09:29:02 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 16 Nov 1998 09:29:01 -0400 (AST) From: The Hermit Hacker To: Satoshi Asami cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/mico Makefile ports/devel/mico/patches patch-ak ports/devel/mico/pkg PLIST In-Reply-To: <199811160556.VAA00474@silvia.hip.berkeley.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 15 Nov 1998, Satoshi Asami wrote: > * This now build and a 'make package' now works...with my track record on > * this particular port, its bound to be still broken for *someone*, no? > > Yes. > > === > gmake[1]: Entering directory `/usr/ports/devel/mico/work/mico/orb' > g++28 -fPIC -I../include -fno-exceptions -I/usr/local/include/tcl8.0 -I/usr/X11R6/include/X11/qt -c orb.cc -o orb.pic.o > g++28: Internal compiler error: program as got fatal signal 11 > gmake[1]: *** [orb.pic.o] Error 1 > gmake[1]: Leaving directory `/usr/ports/devel/mico/work/mico/orb' > gmake: *** [system] Error 1 > *** Error code 2 > === > > I don't know. The problem might be on this side. But everytime you > touch it, it just fails in a different way, I'm totally clueless > (about the only thing that's consistent is that it always fails). Okay, now I'm curious...is anyone else seeing this 'fatal signal' problem? I've got two other systems that I can try this on, and am just about to start to do so...if either of those two other systems fail, I will mark the port BROKEN personally :( Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 06:48:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA17138 for cvs-all-outgoing; Mon, 16 Nov 1998 06:48:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA17130; Mon, 16 Nov 1998 06:48:38 -0800 (PST) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA18884; Mon, 16 Nov 1998 06:48:43 -0800 (PST) Date: Mon, 16 Nov 1998 06:48:43 -0800 (PST) Message-Id: <199811161448.GAA18884@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook authors.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk motoyuki 1998/11/16 06:48:42 PST Modified files: handbook authors.sgml Log: Sort the list. Please keep the list in alphabetical order. Forgotten by: sada, flathill Revision Changes Path 1.125 +9 -10 doc/handbook/authors.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 06:55:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA17921 for cvs-all-outgoing; Mon, 16 Nov 1998 06:55:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA17916; Mon, 16 Nov 1998 06:55:35 -0800 (PST) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA19411; Mon, 16 Nov 1998 06:55:40 -0800 (PST) Date: Mon, 16 Nov 1998 06:55:40 -0800 (PST) Message-Id: <199811161455.GAA19411@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook contrib.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk motoyuki 1998/11/16 06:55:39 PST Modified files: handbook contrib.sgml Log: Sort the list of FreeBSD committers in the alphabetical order. Revision Changes Path 1.322 +2 -2 doc/handbook/contrib.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 07:35:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22445 for cvs-all-outgoing; Mon, 16 Nov 1998 07:35:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA22440; Mon, 16 Nov 1998 07:35:57 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA21690; Mon, 16 Nov 1998 07:36:01 -0800 (PST) Date: Mon, 16 Nov 1998 07:36:01 -0800 (PST) Message-Id: <199811161536.HAA21690@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/16 07:36:01 PST Modified files: . modules Log: fkiss --> ports/games/fkiss Revision Changes Path 1.2468 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 07:37:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22691 for cvs-all-outgoing; Mon, 16 Nov 1998 07:37:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA22685; Mon, 16 Nov 1998 07:37:29 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA21775; Mon, 16 Nov 1998 07:37:34 -0800 (PST) Date: Mon, 16 Nov 1998 07:37:34 -0800 (PST) Message-Id: <199811161537.HAA21775@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/fkiss - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/16 07:37:33 PST ports/games/fkiss - Imported sources Update of /home/ncvs/ports/games/fkiss In directory freefall.freebsd.org:/d/users/vanilla/work/fkiss Log Message: This software fkiss - French-KISS! is a sample implementation of KISekae Set system (KISS) for X Window System. KISS is a software for playing Paper-doll on any computers. "Kisekae" means "changing clothes". PR: ports/8513 Submitted by: Seiichirou Hiraoka Status: Vendor Tag: FLATHILL Release Tags: fkiss_0_28 N ports/games/fkiss/Makefile I ports/games/fkiss/CVS N ports/games/fkiss/files/md5 N ports/games/fkiss/pkg/COMMENT N ports/games/fkiss/pkg/DESCR N ports/games/fkiss/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 07:39:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22817 for cvs-all-outgoing; Mon, 16 Nov 1998 07:39:02 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA22812; Mon, 16 Nov 1998 07:39:01 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA21854; Mon, 16 Nov 1998 07:39:05 -0800 (PST) Date: Mon, 16 Nov 1998 07:39:05 -0800 (PST) Message-Id: <199811161539.HAA21854@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/16 07:39:05 PST Modified files: games Makefile Log: Activate fkiss. Revision Changes Path 1.169 +2 -1 ports/games/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 07:42:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23183 for cvs-all-outgoing; Mon, 16 Nov 1998 07:42:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23175; Mon, 16 Nov 1998 07:42:37 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA22141; Mon, 16 Nov 1998 07:42:41 -0800 (PST) Date: Mon, 16 Nov 1998 07:42:41 -0800 (PST) Message-Id: <199811161542.HAA22141@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/16 07:42:41 PST Modified files: . modules Log: gmysql --> ports/databases/gmysql Revision Changes Path 1.2469 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 07:43:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23385 for cvs-all-outgoing; Mon, 16 Nov 1998 07:43:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23380; Mon, 16 Nov 1998 07:43:31 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA22249; Mon, 16 Nov 1998 07:43:35 -0800 (PST) Date: Mon, 16 Nov 1998 07:43:35 -0800 (PST) Message-Id: <199811161543.HAA22249@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/gmysql - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/16 07:43:35 PST ports/databases/gmysql - Imported sources Update of /home/ncvs/ports/databases/gmysql In directory freefall.freebsd.org:/d/users/vanilla/work/gmysql Log Message: It's a graphic frontend of mysql. PR: ports/8700 Submitted by: Dirk Froemberg Status: Vendor Tag: IBEX Release Tags: gmysql_0_3_1 N ports/databases/gmysql/Makefile I ports/databases/gmysql/CVS N ports/databases/gmysql/files/md5 N ports/databases/gmysql/pkg/COMMENT N ports/databases/gmysql/pkg/DESCR N ports/databases/gmysql/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 07:45:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23516 for cvs-all-outgoing; Mon, 16 Nov 1998 07:45:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from thelab.hub.org (nat0075.mpoweredpc.net [142.177.188.75]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23493; Mon, 16 Nov 1998 07:45:34 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.1/8.9.1) with ESMTP id LAA13718; Mon, 16 Nov 1998 11:44:58 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 16 Nov 1998 11:44:58 -0400 (AST) From: The Hermit Hacker To: Satoshi Asami cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/mico Makefile ports/devel/mico/patches patch-ak ports/devel/mico/pkg PLIST In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 16 Nov 1998, The Hermit Hacker wrote: > On Sun, 15 Nov 1998, Satoshi Asami wrote: > > > * This now build and a 'make package' now works...with my track record on > > * this particular port, its bound to be still broken for *someone*, no? > > > > Yes. > > > > === > > gmake[1]: Entering directory `/usr/ports/devel/mico/work/mico/orb' > > g++28 -fPIC -I../include -fno-exceptions -I/usr/local/include/tcl8.0 -I/usr/X11R6/include/X11/qt -c orb.cc -o orb.pic.o > > g++28: Internal compiler error: program as got fatal signal 11 > > gmake[1]: *** [orb.pic.o] Error 1 > > gmake[1]: Leaving directory `/usr/ports/devel/mico/work/mico/orb' > > gmake: *** [system] Error 1 > > *** Error code 2 > > === > > > > I don't know. The problem might be on this side. But everytime you > > touch it, it just fails in a different way, I'm totally clueless > > (about the only thing that's consistent is that it always fails). > > Okay, now I'm curious...is anyone else seeing this 'fatal signal' > problem? I've got two other systems that I can try this on, and am just > about to start to do so...if either of those two other systems fail, I > will mark the port BROKEN personally :( Just built it no problems on my 3.0-CURRENT aout machine: FreeBSD hub.org 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Wed Nov 4 13:08:37 EST 1998 root@hub.org:/usr/src/sys/compile/hub_org i386 Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 07:45:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23546 for cvs-all-outgoing; Mon, 16 Nov 1998 07:45:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23540; Mon, 16 Nov 1998 07:45:54 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA22611; Mon, 16 Nov 1998 07:45:58 -0800 (PST) Date: Mon, 16 Nov 1998 07:45:58 -0800 (PST) Message-Id: <199811161545.HAA22611@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/16 07:45:58 PST Modified files: . modules Log: gqmpeg --> ports/audio/gqmpeg Revision Changes Path 1.2470 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 07:47:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23638 for cvs-all-outgoing; Mon, 16 Nov 1998 07:47:07 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23632; Mon, 16 Nov 1998 07:47:06 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA22676; Mon, 16 Nov 1998 07:47:10 -0800 (PST) Date: Mon, 16 Nov 1998 07:47:10 -0800 (PST) Message-Id: <199811161547.HAA22676@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/gqmpeg - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/16 07:47:10 PST ports/audio/gqmpeg - Imported sources Update of /home/ncvs/ports/audio/gqmpeg In directory freefall.freebsd.org:/d/users/vanilla/work/gqmpeg Log Message: Import gqmpeg, it's the frontend of mpg123. Status: Vendor Tag: VANILLA Release Tags: gqmpeg_0_4_1 N ports/audio/gqmpeg/Makefile I ports/audio/gqmpeg/CVS N ports/audio/gqmpeg/files/md5 N ports/audio/gqmpeg/patches/patch-aa N ports/audio/gqmpeg/pkg/COMMENT N ports/audio/gqmpeg/pkg/DESCR N ports/audio/gqmpeg/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 07:48:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23724 for cvs-all-outgoing; Mon, 16 Nov 1998 07:48:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23718; Mon, 16 Nov 1998 07:48:32 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA22857; Mon, 16 Nov 1998 07:48:36 -0800 (PST) Date: Mon, 16 Nov 1998 07:48:36 -0800 (PST) Message-Id: <199811161548.HAA22857@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/16 07:48:36 PST Modified files: databases Makefile Log: Activate gmysql. Revision Changes Path 1.32 +2 -1 ports/databases/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 07:50:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23873 for cvs-all-outgoing; Mon, 16 Nov 1998 07:50:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23868; Mon, 16 Nov 1998 07:50:18 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA23006; Mon, 16 Nov 1998 07:50:22 -0800 (PST) Date: Mon, 16 Nov 1998 07:50:22 -0800 (PST) Message-Id: <199811161550.HAA23006@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/16 07:50:22 PST Modified files: audio Makefile Log: Activate gqmpeg. Revision Changes Path 1.55 +2 -1 ports/audio/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 07:55:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24231 for cvs-all-outgoing; Mon, 16 Nov 1998 07:55:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA24222; Mon, 16 Nov 1998 07:55:17 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id IAA12162; Mon, 16 Nov 1998 08:54:10 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id IAA13509; Mon, 16 Nov 1998 08:54:09 -0700 Date: Mon, 16 Nov 1998 08:54:09 -0700 Message-Id: <199811161554.IAA13509@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Satoshi Asami Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/jdk Makefile In-Reply-To: <199811160628.WAA13452@freefall.freebsd.org> References: <199811160628.WAA13452@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > asami 1998/11/15 22:28:41 PST > > Modified files: > lang/jdk Makefile > Log: > Make this package by removing the --exclude option to tar. I'm > assuming this is what Nate intended because all the *.class files > are listed in pkg/PLIST. If it's the other way around, go ahead and > revert it (and fix PLIST), Nate. Thanks, I guessed at what Martin was doing initially, so I hope what is remaining is correct. :) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 07:55:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24444 for cvs-all-outgoing; Mon, 16 Nov 1998 07:55:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA24439; Mon, 16 Nov 1998 07:55:47 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA23826; Mon, 16 Nov 1998 07:55:51 -0800 (PST) Date: Mon, 16 Nov 1998 07:55:51 -0800 (PST) Message-Id: <199811161555.HAA23826@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/libffi Makefile ports/devel/libffi/patches.aout patch-aa patch-ab patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/16 07:55:51 PST Modified files: devel/libffi Makefile Added files: devel/libffi/patches.aout patch-aa patch-ab patch-ac Log: Add the patch for aout. Submitted by: maintainer. Revision Changes Path 1.6 +6 -1 ports/devel/libffi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 08:04:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA25337 for cvs-all-outgoing; Mon, 16 Nov 1998 08:04:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA25332; Mon, 16 Nov 1998 08:04:34 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA24757; Mon, 16 Nov 1998 08:04:39 -0800 (PST) Date: Mon, 16 Nov 1998 08:04:39 -0800 (PST) Message-Id: <199811161604.IAA24757@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/16 08:04:39 PST Modified files: . modules Log: gtksamba --> ports/net/gtksamba Revision Changes Path 1.2471 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 08:05:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA25490 for cvs-all-outgoing; Mon, 16 Nov 1998 08:05:53 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA25484; Mon, 16 Nov 1998 08:05:51 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA24816; Mon, 16 Nov 1998 08:05:55 -0800 (PST) Date: Mon, 16 Nov 1998 08:05:55 -0800 (PST) Message-Id: <199811161605.IAA24816@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/gtksamba - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/16 08:05:55 PST ports/net/gtksamba - Imported sources Update of /home/ncvs/ports/net/gtksamba In directory freefall.freebsd.org:/d/users/vanilla/work/gtksamba Log Message: Import gtksamba, GtkSamba is a GUI tool for the Configuration of the Samba. PR: ports/8572 Submitted by: Andrey Zakhvatov Status: Vendor Tag: ANDY Release Tags: gtksamba_0_1_1 N ports/net/gtksamba/Makefile I ports/net/gtksamba/CVS N ports/net/gtksamba/files/md5 N ports/net/gtksamba/patches/patch-aa N ports/net/gtksamba/patches/patch-ab N ports/net/gtksamba/pkg/COMMENT N ports/net/gtksamba/pkg/DESCR N ports/net/gtksamba/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 08:07:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA25634 for cvs-all-outgoing; Mon, 16 Nov 1998 08:07:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA25629; Mon, 16 Nov 1998 08:07:10 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA24953; Mon, 16 Nov 1998 08:07:15 -0800 (PST) Date: Mon, 16 Nov 1998 08:07:15 -0800 (PST) Message-Id: <199811161607.IAA24953@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/16 08:07:15 PST Modified files: net Makefile Log: Activate gtksamba. Revision Changes Path 1.189 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 08:12:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26263 for cvs-all-outgoing; Mon, 16 Nov 1998 08:12:56 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA26256; Mon, 16 Nov 1998 08:12:54 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA25351; Mon, 16 Nov 1998 08:12:58 -0800 (PST) Date: Mon, 16 Nov 1998 08:12:58 -0800 (PST) Message-Id: <199811161612.IAA25351@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/icewm Makefile ports/x11-wm/icewm/files md5 ports/x11-wm/icewm/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/16 08:12:58 PST Modified files: x11-wm/icewm Makefile x11-wm/icewm/files md5 x11-wm/icewm/pkg PLIST Log: Upgrade to 0.9.17, add my page to MASTER_SITES. Revision Changes Path 1.22 +5 -6 ports/x11-wm/icewm/Makefile 1.13 +1 -1 ports/x11-wm/icewm/files/md5 1.12 +4 -5 ports/x11-wm/icewm/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 08:17:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26723 for cvs-all-outgoing; Mon, 16 Nov 1998 08:17:57 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA26718; Mon, 16 Nov 1998 08:17:55 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA25905; Mon, 16 Nov 1998 08:17:59 -0800 (PST) Date: Mon, 16 Nov 1998 08:17:59 -0800 (PST) Message-Id: <199811161617.IAA25905@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/16 08:17:59 PST Modified files: handbook submitters.sgml Log: Add Clive Lin for icewm. Revision Changes Path 1.255 +3 -1 doc/handbook/submitters.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 08:18:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26924 for cvs-all-outgoing; Mon, 16 Nov 1998 08:18:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA26919; Mon, 16 Nov 1998 08:18:57 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA25972; Mon, 16 Nov 1998 08:19:01 -0800 (PST) Date: Mon, 16 Nov 1998 08:19:01 -0800 (PST) Message-Id: <199811161619.IAA25972@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/mpg123/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/16 08:19:01 PST Modified files: audio/mpg123/patches patch-aa Log: Add a define(READ_MMAP) from gqmpeg's README, use system's CFLAG now. Revision Changes Path 1.3 +18 -14 ports/audio/mpg123/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 08:23:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA27460 for cvs-all-outgoing; Mon, 16 Nov 1998 08:23:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA27454; Mon, 16 Nov 1998 08:23:33 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA26252; Mon, 16 Nov 1998 08:23:37 -0800 (PST) Date: Mon, 16 Nov 1998 08:23:37 -0800 (PST) Message-Id: <199811161623.IAA26252@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/gqview Makefile ports/graphics/gqview/files md5 ports/graphics/gqview/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/16 08:23:37 PST Modified files: graphics/gqview Makefile graphics/gqview/files md5 graphics/gqview/patches patch-aa Log: Upgrade to 0.5.0. Revision Changes Path 1.4 +5 -5 ports/graphics/gqview/Makefile 1.2 +1 -1 ports/graphics/gqview/files/md5 1.2 +14 -9 ports/graphics/gqview/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 08:33:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28236 for cvs-all-outgoing; Mon, 16 Nov 1998 08:33:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA28230; Mon, 16 Nov 1998 08:33:33 -0800 (PST) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA26952; Mon, 16 Nov 1998 08:33:38 -0800 (PST) Date: Mon, 16 Nov 1998 08:33:38 -0800 (PST) Message-Id: <199811161633.IAA26952@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/rblcheck Makefile ports/mail/rblcheck/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk itojun 1998/11/16 08:33:38 PST Modified files: mail/rblcheck Makefile mail/rblcheck/patches patch-aa Log: declare "extern char *optarg". (I can't blindly include getopt.h since older FreeBSD doesn't have one) remove BROKEN mark (could someone check this?). Revision Changes Path 1.5 +1 -3 ports/mail/rblcheck/Makefile 1.2 +5 -4 ports/mail/rblcheck/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 08:54:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA00940 for cvs-all-outgoing; Mon, 16 Nov 1998 08:54:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from gilgamesch.bik-gmbh.de (gilgamesch.bik-gmbh.de [194.233.237.91]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA00921; Mon, 16 Nov 1998 08:54:36 -0800 (PST) (envelope-from cracauer@gilgamesch.bik-gmbh.de) Received: (from cracauer@localhost) by gilgamesch.bik-gmbh.de (8.8.8/8.7.3) id RAA11014; Mon, 16 Nov 1998 17:54:07 +0100 (MET) Message-ID: <19981116175406.A10690@cons.org> Date: Mon, 16 Nov 1998 17:54:06 +0100 From: Martin Cracauer To: Nate Williams , Satoshi Asami Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/jdk Makefile References: <199811160628.WAA13452@freefall.freebsd.org> <199811161554.IAA13509@mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: <199811161554.IAA13509@mt.sri.com>; from Nate Williams on Mon, Nov 16, 1998 at 08:54:09AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In <199811161554.IAA13509@mt.sri.com>, Nate Williams wrote: > > asami 1998/11/15 22:28:41 PST > > > > Modified files: > > lang/jdk Makefile > > Log: > > > Make this package by removing the --exclude option to tar. I'm > > assuming this is what Nate intended because all the *.class files > > are listed in pkg/PLIST. If it's the other way around, go ahead and > > revert it (and fix PLIST), Nate. > > Thanks, I guessed at what Martin was doing initially, so I hope what is > remaining is correct. :) This trick was done to prevent files with '$' in them (classfiles compiled from sourcesfiles with inner classes) from being packaged. The pkg_* tools ignore such files, but ports `make install` doesn't. Maybe the best solution is to ship the distfile without compiled classes? Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer BSD User Group Hamburg, Germany http://www.bsdhh.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 09:22:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03587 for cvs-all-outgoing; Mon, 16 Nov 1998 09:22:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03481; Mon, 16 Nov 1998 09:22:00 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id KAA12885; Mon, 16 Nov 1998 10:21:11 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA18498; Mon, 16 Nov 1998 10:21:09 -0700 Date: Mon, 16 Nov 1998 10:21:09 -0700 Message-Id: <199811161721.KAA18498@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Martin Cracauer Cc: Nate Williams , Satoshi Asami , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/jdk Makefile In-Reply-To: <19981116175406.A10690@cons.org> References: <199811160628.WAA13452@freefall.freebsd.org> <199811161554.IAA13509@mt.sri.com> <19981116175406.A10690@cons.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > > asami 1998/11/15 22:28:41 PST > > > > > > Modified files: > > > lang/jdk Makefile > > > Log: > > > > > Make this package by removing the --exclude option to tar. I'm > > > assuming this is what Nate intended because all the *.class files > > > are listed in pkg/PLIST. If it's the other way around, go ahead and > > > revert it (and fix PLIST), Nate. > > > > Thanks, I guessed at what Martin was doing initially, so I hope what is > > remaining is correct. :) > > This trick was done to prevent files with '$' in them (classfiles > compiled from sourcesfiles with inner classes) from being packaged. Why not package them? > The pkg_* tools ignore such files, but ports `make install` doesn't. > > Maybe the best solution is to ship the distfile without compiled > classes? Why is that? The JDK as released from SUN ships with them.... Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 09:23:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03659 for cvs-all-outgoing; Mon, 16 Nov 1998 09:23:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03651; Mon, 16 Nov 1998 09:23:02 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA29736; Mon, 16 Nov 1998 09:23:06 -0800 (PST) Date: Mon, 16 Nov 1998 09:23:06 -0800 (PST) Message-Id: <199811161723.JAA29736@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/gide Makefile ports/devel/gide/files md5 ports/devel/gide/patches patch-aa patch-ac patch-ab patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/16 09:23:06 PST Modified files: devel/gide Makefile devel/gide/files md5 devel/gide/patches patch-aa patch-ac Removed files: devel/gide/patches patch-ab patch-ad Log: Upgrade to 0.0.12, disable guile support temporary.. Revision Changes Path 1.17 +7 -10 ports/devel/gide/Makefile 1.7 +1 -1 ports/devel/gide/files/md5 1.5 +12 -13 ports/devel/gide/patches/patch-aa 1.5 +11 -9 ports/devel/gide/patches/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 09:32:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04839 for cvs-all-outgoing; Mon, 16 Nov 1998 09:32:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA04788; Mon, 16 Nov 1998 09:32:03 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id KAA12964; Mon, 16 Nov 1998 10:31:34 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA18636; Mon, 16 Nov 1998 10:31:33 -0700 Date: Mon, 16 Nov 1998 10:31:33 -0700 Message-Id: <199811161731.KAA18636@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Martin Cracauer Cc: Nate Williams , Satoshi Asami , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/jdk Makefile In-Reply-To: <19981116182916.A12756@cons.org> References: <199811160628.WAA13452@freefall.freebsd.org> <199811161554.IAA13509@mt.sri.com> <19981116175406.A10690@cons.org> <199811161721.KAA18498@mt.sri.com> <19981116182916.A12756@cons.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > > > > Make this package by removing the --exclude option to tar. I'm > > > > > assuming this is what Nate intended because all the *.class files > > > > > are listed in pkg/PLIST. If it's the other way around, go ahead and > > > > > revert it (and fix PLIST), Nate. > > > > > > > > Thanks, I guessed at what Martin was doing initially, so I hope what is > > > > remaining is correct. :) > > > > > > This trick was done to prevent files with '$' in them (classfiles > > > compiled from sourcesfiles with inner classes) from being packaged. > > > > Why not package them? > > My wording was inprecise. I didn't have to prevent the '$' from being > packaged, but I had to prevent them from being installed on `make > install` in the ports directory since the pkg_tools ignore files with > '$' in the name (or at least they couldn't when I built the port). Ahh, I see. > Hence the set of installed files after `make install` would include > them, while an install using pkg_add wouldn't have them. Gotcha. > > > The pkg_* tools ignore such files, but ports `make install` doesn't. > > > > > > Maybe the best solution is to ship the distfile without compiled > > > classes? > > > > Why is that? The JDK as released from SUN ships with them.... > > Just a suggestion. I don't think they're of great value and they take > up quite some space. Really? The only place they exist as .class files is in the demo directory, and they don't take up much space at all IMO. Satoshi, what say you regarding files with '$' in them and the package tools not handling them? Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 09:53:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07711 for cvs-all-outgoing; Mon, 16 Nov 1998 09:53:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from cons.org (knight.cons.org [194.233.237.86]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA07601; Mon, 16 Nov 1998 09:53:17 -0800 (PST) (envelope-from cracauer@cons.org) Received: (from cracauer@localhost) by cons.org (8.8.8/8.7.3) id SAA12815; Mon, 16 Nov 1998 18:29:16 +0100 (CET) Message-ID: <19981116182916.A12756@cons.org> Date: Mon, 16 Nov 1998 18:29:16 +0100 From: Martin Cracauer To: Nate Williams , Martin Cracauer Cc: Satoshi Asami , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/jdk Makefile References: <199811160628.WAA13452@freefall.freebsd.org> <199811161554.IAA13509@mt.sri.com> <19981116175406.A10690@cons.org> <199811161721.KAA18498@mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: <199811161721.KAA18498@mt.sri.com>; from Nate Williams on Mon, Nov 16, 1998 at 10:21:09AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In <199811161721.KAA18498@mt.sri.com>, Nate Williams wrote: > > > > asami 1998/11/15 22:28:41 PST > > > > > > > > Modified files: > > > > lang/jdk Makefile > > > > Log: > > > > > > > Make this package by removing the --exclude option to tar. I'm > > > > assuming this is what Nate intended because all the *.class files > > > > are listed in pkg/PLIST. If it's the other way around, go ahead and > > > > revert it (and fix PLIST), Nate. > > > > > > Thanks, I guessed at what Martin was doing initially, so I hope what is > > > remaining is correct. :) > > > > This trick was done to prevent files with '$' in them (classfiles > > compiled from sourcesfiles with inner classes) from being packaged. > > Why not package them? My wording was inprecise. I didn't have to prevent the '$' from being packaged, but I had to prevent them from being installed on `make install` in the ports directory since the pkg_tools ignore files with '$' in the name (or at least they couldn't when I built the port). Hence the set of installed files after `make install` would include them, while an install using pkg_add wouldn't have them. > > The pkg_* tools ignore such files, but ports `make install` doesn't. > > > > Maybe the best solution is to ship the distfile without compiled > > classes? > > Why is that? The JDK as released from SUN ships with them.... Just a suggestion. I don't think they're of great value and they take up quite some space. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 Paper: (private) Waldstrasse 200, 22846 Norderstedt, Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 11:41:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27832 for cvs-all-outgoing; Mon, 16 Nov 1998 11:41:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27821; Mon, 16 Nov 1998 11:41:07 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA06604; Mon, 16 Nov 1998 11:41:11 -0800 (PST) Date: Mon, 16 Nov 1998 11:41:11 -0800 (PST) Message-Id: <199811161941.LAA06604@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/afterstep-i18n Makefile ports/x11-wm/afterstep-i18n/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/16 11:41:11 PST Modified files: x11-wm/afterstep-i18n Makefile x11-wm/afterstep-i18n/files md5 Log: Update MASTER_SITES and regenerate md5. PR: ports/8708 Submitted by: shige@kuis.kyoto-u.ac.jp Revision Changes Path 1.2 +2 -2 ports/x11-wm/afterstep-i18n/Makefile 1.2 +1 -1 ports/x11-wm/afterstep-i18n/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 11:48:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28890 for cvs-all-outgoing; Mon, 16 Nov 1998 11:48:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28885; Mon, 16 Nov 1998 11:48:22 -0800 (PST) (envelope-from rvb@FreeBSD.org) From: "Robert V. Baron" Received: (from rvb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA06985; Mon, 16 Nov 1998 11:48:26 -0800 (PST) Date: Mon, 16 Nov 1998 11:48:26 -0800 (PST) Message-Id: <199811161948.LAA06985@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/coda coda_vfsops.c coda_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rvb 1998/11/16 11:48:26 PST Modified files: sys/coda coda_vfsops.c coda_vnops.c Log: A few bug fixes for Robert Watson Revision Changes Path 1.9 +12 -2 src/sys/coda/coda_vfsops.c 1.9 +12 -3 src/sys/coda/coda_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 11:52:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29895 for cvs-all-outgoing; Mon, 16 Nov 1998 11:52:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29889; Mon, 16 Nov 1998 11:52:54 -0800 (PST) (envelope-from sada@FreeBSD.org) From: sada Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA07322; Mon, 16 Nov 1998 11:52:58 -0800 (PST) Date: Mon, 16 Nov 1998 11:52:58 -0800 (PST) Message-Id: <199811161952.LAA07322@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/netscape4-communicator Makefile ports/japanese/netscape4-communicator/files md5 start.sh.in ports/japanese/netscape4-communicator/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/11/16 11:52:58 PST Modified files: japanese/netscape4-communicator Makefile japanese/netscape4-communicator/files md5 start.sh.in japanese/netscape4-communicator/pkg PLIST Log: * Expand ``nethelp-v406.nif''. * Remove obsolete environment variables. * Change the default message fonts 16dots -> 14dots. A user could change the work by setting up the environment ``USE_16DOT_FONT''. * Change the calling way for the SED script. * Enable to switch the locale function of ``LD_PRELOAD'' method instead of ``PATH LOCALE'' one, by the environment ``JA_NETSCAPE_USE_LD_PRELOAD''. * Follow up the distribution resource file's update and change the md5. PR: ports/8529 Submitted by: myself Obtained from: sada's local machine Revision Changes Path 1.7 +20 -13 ports/japanese/netscape4-communicator/Makefile 1.3 +1 -1 ports/japanese/netscape4-communicator/files/md5 1.2 +15 -17 ports/japanese/netscape4-communicator/files/start.sh.in 1.3 +128 -15 ports/japanese/netscape4-communicator/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 11:56:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00399 for cvs-all-outgoing; Mon, 16 Nov 1998 11:56:02 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA00376; Mon, 16 Nov 1998 11:55:57 -0800 (PST) (envelope-from sada@FreeBSD.org) From: sada Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA07445; Mon, 16 Nov 1998 11:56:01 -0800 (PST) Date: Mon, 16 Nov 1998 11:56:01 -0800 (PST) Message-Id: <199811161956.LAA07445@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/netscape4-navigator/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/11/16 11:56:01 PST Modified files: japanese/netscape4-navigator/pkg PLIST Log: ports/8529's navigator part PR: ports/8529 Submitted by: myself Obtained from: sada's local machine Revision Changes Path 1.3 +128 -15 ports/japanese/netscape4-navigator/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 12:10:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA02343 for cvs-all-outgoing; Mon, 16 Nov 1998 12:10:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA02336; Mon, 16 Nov 1998 12:10:27 -0800 (PST) (envelope-from sada@FreeBSD.org) From: sada Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA08258; Mon, 16 Nov 1998 12:10:31 -0800 (PST) Date: Mon, 16 Nov 1998 12:10:31 -0800 (PST) Message-Id: <199811162010.MAA08258@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/netscape-fonts Makefile ports/japanese/netscape-fonts/pkg INSTALL Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/11/16 12:10:31 PST Modified files: japanese/netscape-fonts Makefile japanese/netscape-fonts/pkg INSTALL Log: Add 2 more Japanese fonts, elisa8x8 and kappa20. Obtained from: sada's local machine Revision Changes Path 1.2 +5 -3 ports/japanese/netscape-fonts/Makefile 1.2 +5 -1 ports/japanese/netscape-fonts/pkg/INSTALL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 12:33:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA05817 for cvs-all-outgoing; Mon, 16 Nov 1998 12:33:53 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA05808; Mon, 16 Nov 1998 12:33:50 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA09165; Mon, 16 Nov 1998 12:33:54 -0800 (PST) Date: Mon, 16 Nov 1998 12:33:54 -0800 (PST) Message-Id: <199811162033.MAA09165@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/16 12:33:54 PST Modified files: . modules Log: qcread --> ports/graphics/qcread Revision Changes Path 1.2472 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 12:38:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA06310 for cvs-all-outgoing; Mon, 16 Nov 1998 12:38:19 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA06303; Mon, 16 Nov 1998 12:38:18 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA09450; Mon, 16 Nov 1998 12:38:22 -0800 (PST) Date: Mon, 16 Nov 1998 12:38:22 -0800 (PST) Message-Id: <199811162038.MAA09450@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/qcread - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/16 12:38:22 PST ports/graphics/qcread - Imported sources Update of /home/ncvs/ports/graphics/qcread In directory freefall.freebsd.org:/x/tmp/cvs-serv9429 Log Message: qcread - a quick cam viewer discussed in -hackers PR: ports/7732 Status: Vendor Tag: BILLF Release Tags: qcread_0_3 N ports/graphics/qcread/Makefile N ports/graphics/qcread/files/md5 N ports/graphics/qcread/patches/patch-aa N ports/graphics/qcread/pkg/PLIST N ports/graphics/qcread/pkg/COMMENT N ports/graphics/qcread/pkg/DESCR No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 13:04:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09991 for cvs-all-outgoing; Mon, 16 Nov 1998 13:04:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA09942; Mon, 16 Nov 1998 13:04:04 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10393; Mon, 16 Nov 1998 13:04:08 -0800 (PST) Date: Mon, 16 Nov 1998 13:04:08 -0800 (PST) Message-Id: <199811162104.NAA10393@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/16 13:04:08 PST Modified files: graphics Makefile Log: Activate qcread. Revision Changes Path 1.97 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 13:09:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10726 for cvs-all-outgoing; Mon, 16 Nov 1998 13:09:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA10715; Mon, 16 Nov 1998 13:09:06 -0800 (PST) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10711; Mon, 16 Nov 1998 13:09:10 -0800 (PST) Date: Mon, 16 Nov 1998 13:09:10 -0800 (PST) Message-Id: <199811162109.NAA10711@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/msdosfs msdosfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/11/16 13:09:10 PST Modified files: (Branch: RELENG_2_2) sys/msdosfs msdosfs_vnops.c Log: MFC rev. 1.76: rename in root directory. Revision Changes Path 1.34.2.4 +4 -2 src/sys/msdosfs/msdosfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 13:44:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18821 for cvs-all-outgoing; Mon, 16 Nov 1998 13:44:57 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18815; Mon, 16 Nov 1998 13:44:54 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12353; Mon, 16 Nov 1998 13:44:58 -0800 (PST) Date: Mon, 16 Nov 1998 13:44:58 -0800 (PST) Message-Id: <199811162144.NAA12353@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/ircd-hybrid-5 Makefile ports/net/ircd-hybrid-5/files md5 ports/net/ircd-hybrid-5/patches patch-ab ports/net/ircd-hybrid-5/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/16 13:44:58 PST Modified files: net/ircd-hybrid-5 Makefile net/ircd-hybrid-5/files md5 net/ircd-hybrid-5/patches patch-ab net/ircd-hybrid-5/pkg PLIST Log: Upgrade to 5.3p2, update PLIST. PR: ports/8404 Submitted by: Ken Monville Revision Changes Path 1.8 +7 -3 ports/net/ircd-hybrid-5/Makefile 1.4 +1 -1 ports/net/ircd-hybrid-5/files/md5 1.4 +6 -6 ports/net/ircd-hybrid-5/patches/patch-ab 1.5 +4 -0 ports/net/ircd-hybrid-5/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 14:06:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21849 for cvs-all-outgoing; Mon, 16 Nov 1998 14:06:16 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21842; Mon, 16 Nov 1998 14:06:15 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA13914; Mon, 16 Nov 1998 14:06:19 -0800 (PST) Date: Mon, 16 Nov 1998 14:06:19 -0800 (PST) Message-Id: <199811162206.OAA13914@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/archivers/lha Makefile ports/archivers/lha/files md5 ports/archivers/lha/patches patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/11/16 14:06:19 PST Modified files: archivers/lha Makefile archivers/lha/files md5 archivers/lha/patches patch-aa patch-ab Log: Update to v1.14d. PR: ports/8256 Submitted by: Shigeyuki FUKUSHIMA Approved by: ache (maintainer) Revision Changes Path 1.11 +8 -7 ports/archivers/lha/Makefile 1.3 +1 -1 ports/archivers/lha/files/md5 1.6 +42 -57 ports/archivers/lha/patches/patch-aa 1.2 +11 -21 ports/archivers/lha/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 14:22:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA24236 for cvs-all-outgoing; Mon, 16 Nov 1998 14:22:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from thelab.hub.org (nat0075.mpoweredpc.net [142.177.188.75]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA24228; Mon, 16 Nov 1998 14:22:08 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.1/8.9.1) with ESMTP id SAA14694; Mon, 16 Nov 1998 18:21:39 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 16 Nov 1998 18:21:38 -0400 (AST) From: The Hermit Hacker To: Satoshi Asami cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/mico Makefile ports/devel/mico/patches patch-ak ports/devel/mico/pkg PLIST In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 16 Nov 1998, The Hermit Hacker wrote: > On Sun, 15 Nov 1998, Satoshi Asami wrote: > > > * This now build and a 'make package' now works...with my track record on > > * this particular port, its bound to be still broken for *someone*, no? > > > > Yes. > > > > === > > gmake[1]: Entering directory `/usr/ports/devel/mico/work/mico/orb' > > g++28 -fPIC -I../include -fno-exceptions -I/usr/local/include/tcl8.0 -I/usr/X11R6/include/X11/qt -c orb.cc -o orb.pic.o > > g++28: Internal compiler error: program as got fatal signal 11 > > gmake[1]: *** [orb.pic.o] Error 1 > > gmake[1]: Leaving directory `/usr/ports/devel/mico/work/mico/orb' > > gmake: *** [system] Error 1 > > *** Error code 2 > > === > > > > I don't know. The problem might be on this side. But everytime you > > touch it, it just fails in a different way, I'm totally clueless > > (about the only thing that's consistent is that it always fails). > > Okay, now I'm curious...is anyone else seeing this 'fatal signal' > problem? I've got two other systems that I can try this on, and am just > about to start to do so...if either of those two other systems fail, I > will mark the port BROKEN personally :( Okay, I've built this port on *three* seperate systems now...two are full 3.0-RELEASE systems and one is a 3.0-CURRENT (aout) system, and all three build cleanly... I am curious as to why you are having the compile problem though...older version of 2.8? *raised eyebrow* Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 14:47:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA28418 for cvs-all-outgoing; Mon, 16 Nov 1998 14:47:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA28411; Mon, 16 Nov 1998 14:47:11 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15947; Mon, 16 Nov 1998 14:47:16 -0800 (PST) Date: Mon, 16 Nov 1998 14:47:16 -0800 (PST) Message-Id: <199811162247.OAA15947@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/textproc/word2x Makefile ports/textproc/word2x/files md5 ports/textproc/word2x/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/16 14:47:15 PST Modified files: textproc/word2x Makefile textproc/word2x/files md5 Removed files: textproc/word2x/patches patch-ac Log: Update a stale MASTER_SITES, found several mirrors with the distribution, though they had a different checksum. patch-ac is obsolete, which seems to be the only difference between the old tarball and the new one. Added myself as the MAINTAINER, as I use this program at work. Revision Changes Path 1.5 +5 -4 ports/textproc/word2x/Makefile 1.4 +1 -1 ports/textproc/word2x/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 15:51:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07475 for cvs-all-outgoing; Mon, 16 Nov 1998 15:51:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07468; Mon, 16 Nov 1998 15:51:14 -0800 (PST) (envelope-from jmz@FreeBSD.org) From: Jean-Marc Zucconi Received: (from jmz@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA18300; Mon, 16 Nov 1998 15:51:15 -0800 (PST) Date: Mon, 16 Nov 1998 15:51:15 -0800 (PST) Message-Id: <199811162351.PAA18300@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libF77 MAIN.c src/lib/libf2c Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmz 1998/11/16 15:51:14 PST Modified files: lib/libf2c Makefile Added files: lib/libF77 MAIN.c Log: Add an emply MAIN__() function. This avoid an unresolved reference error during link phase when using fortran subroutines with non-fortran 'main()'. Revision Changes Path 1.12 +1 -1 src/lib/libf2c/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 16:24:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA13917 for cvs-all-outgoing; Mon, 16 Nov 1998 16:24:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA13909; Mon, 16 Nov 1998 16:24:32 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA19686; Mon, 16 Nov 1998 16:24:36 -0800 (PST) Date: Mon, 16 Nov 1998 16:24:36 -0800 (PST) Message-Id: <199811170024.QAA19686@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/gqmpeg Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/16 16:24:36 PST Modified files: audio/gqmpeg Makefile Log: Mark it broken, can't fetch. Please put it somewhere I can get. Revision Changes Path 1.2 +3 -1 ports/audio/gqmpeg/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 16:31:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14511 for cvs-all-outgoing; Mon, 16 Nov 1998 16:31:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14506; Mon, 16 Nov 1998 16:31:08 -0800 (PST) (envelope-from mckusick@FreeBSD.org) From: Kirk McKusick Received: (from mckusick@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA19973; Mon, 16 Nov 1998 16:31:12 -0800 (PST) Date: Mon, 16 Nov 1998 16:31:12 -0800 (PST) Message-Id: <199811170031.QAA19973@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_cluster.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mckusick 1998/11/16 16:31:12 PST Modified files: sys/kern vfs_cluster.c Log: Because buffers may be tossed and recreated at will under the new VM system, the mapping from logical to physical block number may be lost. Hence we have to check for a reconstituted buffer and redo the call to VOP_BMAP if the physical block number has been lost. Revision Changes Path 1.74 +9 -4 src/sys/kern/vfs_cluster.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 17:46:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA22421 for cvs-all-outgoing; Mon, 16 Nov 1998 17:46:27 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA22413; Mon, 16 Nov 1998 17:46:20 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.1/8.9.1) with ESMTP id RAA13977; Mon, 16 Nov 1998 17:45:56 -0800 (PST) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.1/8.9.1) id RAA19595; Mon, 16 Nov 1998 17:45:55 -0800 (PST) (envelope-from jdp@polstra.com) Date: Mon, 16 Nov 1998 17:45:55 -0800 (PST) Message-Id: <199811170145.RAA19595@vashon.polstra.com> To: dfr@FreeBSD.ORG Subject: Re: cvs commit: src/sys/alpha/alpha genassym.c interrupt.c machdep.c swtch.s sys_machdep.c src/sys/alpha/include chipset.h intr.h proc.h src/sys/alpha/isa isa.c src/sys/alpha/pci apecs.c cia.c lca.c pcibus.c pcibus.h src/sys/alpha/tlsb dwlpx.c gbus.c kftxx.c ... Newsgroups: polstra.freebsd.committers In-Reply-To: <199811151825.KAA12504@freefall.freebsd.org> Organization: Polstra & Co., Seattle, WA Cc: committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In article <199811151825.KAA12504@freefall.freebsd.org>, Doug Rabson wrote: > dfr 1998/11/15 10:25:17 PST > > Modified files: > sys/alpha/alpha genassym.c interrupt.c machdep.c swtch.s > sys_machdep.c > sys/alpha/include chipset.h intr.h proc.h > sys/alpha/isa isa.c > sys/alpha/pci apecs.c cia.c lca.c pcibus.c pcibus.h > sys/alpha/tlsb dwlpx.c gbus.c kftxx.c tlsb.c zs_tlsb.c > sys/isa isavar.h psm.c sio.c syscons.c > Log: > * Add hooks to allow the X server to access I/O ports and memory. > * Update drivers to the latest version of the bus interface. > > The ISA drivers' use of the new resource api is minimal. Garrett has > some much cleaner drivers which should be more easily shared between > i386 and alpha. This has only been tested on cia based machines. It > should work on lca and apecs but I might have broken something. Make depend on the alpha is complaining about missing files "machine/sysarch.h" and "machine/resource.h", and I think it's caused by this change. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 17:58:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA23956 for cvs-all-outgoing; Mon, 16 Nov 1998 17:58:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA23950; Mon, 16 Nov 1998 17:57:58 -0800 (PST) (envelope-from asami@sunrise.cs.berkeley.edu) Received: from bubble.didi.com (sji-ca1-120.ix.netcom.com [209.109.232.120]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA07850; Mon, 16 Nov 1998 17:57:27 -0800 (PST) Received: (from asami@localhost) by bubble.didi.com (8.8.8/8.8.8) id RAA09338; Mon, 16 Nov 1998 17:57:16 -0800 (PST) (envelope-from asami) Date: Mon, 16 Nov 1998 17:57:16 -0800 (PST) Message-Id: <199811170157.RAA09338@bubble.didi.com> To: nate@mt.sri.com CC: cracauer@cons.org, nate@mt.sri.com, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199811161731.KAA18636@mt.sri.com> (message from Nate Williams on Mon, 16 Nov 1998 10:31:33 -0700) Subject: Re: cvs commit: ports/lang/jdk Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * Satoshi, what say you regarding files with '$' in them and the package * tools not handling them? No idea. You should probably ask Jordan. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 18:01:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24275 for cvs-all-outgoing; Mon, 16 Nov 1998 18:01:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24270 for ; Mon, 16 Nov 1998 18:01:31 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.1/8.9.1) with ESMTP id SAA14012 for ; Mon, 16 Nov 1998 18:01:06 -0800 (PST) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.1/8.9.1) id SAA19629; Mon, 16 Nov 1998 18:01:06 -0800 (PST) (envelope-from jdp@polstra.com) Date: Mon, 16 Nov 1998 18:01:06 -0800 (PST) Message-Id: <199811170201.SAA19629@vashon.polstra.com> To: committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/alpha/alpha genassym.c interrupt.c machdep.c swtch.s sys_machdep.c src/sys/alpha/include chipset.h intr.h proc.h src/sys/alpha/isa isa.c src/sys/alpha/pci apecs.c cia.c lca.c pcibus.c pcibus.h src/sys/alpha/tlsb dwlpx.c gbus.c kftxx.c ... Newsgroups: polstra.freebsd.committers In-Reply-To: <199811170145.RAA19595@vashon.polstra.com> Organization: Polstra & Co., Seattle, WA Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In article <199811170145.RAA19595@vashon.polstra.com>, John Polstra wrote: > In article <199811151825.KAA12504@freefall.freebsd.org>, > Doug Rabson wrote: > > dfr 1998/11/15 10:25:17 PST > > > > Modified files: > > sys/alpha/alpha genassym.c interrupt.c machdep.c swtch.s > > sys_machdep.c > > sys/alpha/include chipset.h intr.h proc.h > > sys/alpha/isa isa.c > > sys/alpha/pci apecs.c cia.c lca.c pcibus.c pcibus.h > > sys/alpha/tlsb dwlpx.c gbus.c kftxx.c tlsb.c zs_tlsb.c > > sys/isa isavar.h psm.c sio.c syscons.c > > Log: > > * Add hooks to allow the X server to access I/O ports and memory. > > * Update drivers to the latest version of the bus interface. > > > > The ISA drivers' use of the new resource api is minimal. Garrett has > > some much cleaner drivers which should be more easily shared between > > i386 and alpha. This has only been tested on cia based machines. It > > should work on lca and apecs but I might have broken something. > > Make depend on the alpha is complaining about missing files > "machine/sysarch.h" and "machine/resource.h", and I think it's caused > by this change. Disregard. I had forgotten that alpha kernel builds were known to be broken at this time. Sorry for the false alarm. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 18:06:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25055 for cvs-all-outgoing; Mon, 16 Nov 1998 18:06:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25041; Mon, 16 Nov 1998 18:06:10 -0800 (PST) (envelope-from asami@sunrise.cs.berkeley.edu) Received: from bubble.didi.com (sji-ca1-120.ix.netcom.com [209.109.232.120]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id SAA07871; Mon, 16 Nov 1998 18:05:44 -0800 (PST) Received: (from asami@localhost) by bubble.didi.com (8.8.8/8.8.8) id SAA09372; Mon, 16 Nov 1998 18:05:39 -0800 (PST) (envelope-from asami) Date: Mon, 16 Nov 1998 18:05:39 -0800 (PST) Message-Id: <199811170205.SAA09372@bubble.didi.com> To: scrappy@hub.org CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: (message from The Hermit Hacker on Mon, 16 Nov 1998 18:21:38 -0400 (AST)) Subject: Re: cvs commit: ports/devel/mico Makefile ports/devel/mico/patches patch-ak ports/devel/mico/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * I am curious as to why you are having the compile problem * though...older version of 2.8? *raised eyebrow* I don't know. This is the package building machine, so it's pretty up to date. (What's 2.8? ;) At any rate, I'm sick and tired of mico. Please leave me alone. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 18:21:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA26311 for cvs-all-outgoing; Mon, 16 Nov 1998 18:21:02 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from thelab.hub.org (nat0075.mpoweredpc.net [142.177.188.75]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA26302; Mon, 16 Nov 1998 18:20:58 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.1/8.9.1) with ESMTP id WAA00738; Mon, 16 Nov 1998 22:20:33 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 16 Nov 1998 22:20:32 -0400 (AST) From: The Hermit Hacker To: Satoshi Asami cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/mico Makefile ports/devel/mico/patches patch-ak ports/devel/mico/pkg PLIST In-Reply-To: <199811170205.SAA09372@bubble.didi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 16 Nov 1998, Satoshi Asami wrote: > * I am curious as to why you are having the compile problem > * though...older version of 2.8? *raised eyebrow* > > I don't know. This is the package building machine, so it's pretty up > to date. (What's 2.8? ;) If its the package building machine...*shrug* Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 18:31:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA27304 for cvs-all-outgoing; Mon, 16 Nov 1998 18:31:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA27292; Mon, 16 Nov 1998 18:31:46 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA24536; Mon, 16 Nov 1998 18:31:50 -0800 (PST) Date: Mon, 16 Nov 1998 18:31:50 -0800 (PST) Message-Id: <199811170231.SAA24536@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/korean/kaistfonts Makefile ports/korean/kaistfonts/patches patch-aa ports/korean/kaistfonts/pkg MESSAGE PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/16 18:31:50 PST Modified files: korean/kaistfonts Makefile korean/kaistfonts/patches patch-aa korean/kaistfonts/pkg PLIST Added files: korean/kaistfonts/pkg MESSAGE Log: Move fonts to ${X11BASE}/lib/X11/fonts/local. PR: 8707 Submitted by: maintainer Revision Changes Path 1.4 +5 -2 ports/korean/kaistfonts/Makefile 1.2 +3 -3 ports/korean/kaistfonts/patches/patch-aa 1.2 +6 -6 ports/korean/kaistfonts/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 18:36:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA27992 for cvs-all-outgoing; Mon, 16 Nov 1998 18:36:27 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA27986; Mon, 16 Nov 1998 18:36:26 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA24892; Mon, 16 Nov 1998 18:36:31 -0800 (PST) Date: Mon, 16 Nov 1998 18:36:31 -0800 (PST) Message-Id: <199811170236.SAA24892@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/chinese/kcfonts/patches patch-aa ports/chinese/kcfonts/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/16 18:36:31 PST Modified files: chinese/kcfonts/pkg DESCR PLIST Added files: chinese/kcfonts/patches patch-aa Log: Move fonts to ${X11BASE}/lib/X11/fonts/local. Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/chinese/kcfonts/pkg/DESCR 1.3 +6 -8 ports/chinese/kcfonts/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 18:49:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA29210 for cvs-all-outgoing; Mon, 16 Nov 1998 18:49:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA29205; Mon, 16 Nov 1998 18:49:37 -0800 (PST) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA26832; Mon, 16 Nov 1998 18:49:41 -0800 (PST) Date: Mon, 16 Nov 1998 18:49:41 -0800 (PST) Message-Id: <199811170249.SAA26832@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/epic4 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/11/16 18:49:41 PST Modified files: net/epic4 Makefile Log: The install target should be "install", not "${INSTALL}". Submitted by: Kris Kennaway Revision Changes Path 1.7 +2 -2 ports/net/epic4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 19:10:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01526 for cvs-all-outgoing; Mon, 16 Nov 1998 19:10:54 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01520; Mon, 16 Nov 1998 19:10:53 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA28082; Mon, 16 Nov 1998 19:10:57 -0800 (PST) Date: Mon, 16 Nov 1998 19:10:57 -0800 (PST) Message-Id: <199811170310.TAA28082@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/xmahjongg Makefile ports/games/xmahjongg/patches patch-aa ports/games/xmahjongg/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/16 19:10:57 PST Modified files: games/xmahjongg Makefile games/xmahjongg/patches patch-aa games/xmahjongg/pkg PLIST Log: Move font file to ${X11BASE}/lib/X11/fonts/local. Revision Changes Path 1.6 +13 -2 ports/games/xmahjongg/Makefile 1.3 +2 -2 ports/games/xmahjongg/patches/patch-aa 1.5 +1 -1 ports/games/xmahjongg/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 19:20:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02890 for cvs-all-outgoing; Mon, 16 Nov 1998 19:20:54 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02884; Mon, 16 Nov 1998 19:20:53 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA28571; Mon, 16 Nov 1998 19:20:58 -0800 (PST) Date: Mon, 16 Nov 1998 19:20:58 -0800 (PST) Message-Id: <199811170320.TAA28571@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/mpg123/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/11/16 19:20:57 PST Modified files: audio/mpg123/patches patch-aa Log: Allow the ELF case to also inherit CFLAGS. Revision Changes Path 1.4 +1 -1 ports/audio/mpg123/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 19:22:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03168 for cvs-all-outgoing; Mon, 16 Nov 1998 19:22:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03160; Mon, 16 Nov 1998 19:22:05 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA28651; Mon, 16 Nov 1998 19:22:09 -0800 (PST) Date: Mon, 16 Nov 1998 19:22:09 -0800 (PST) Message-Id: <199811170322.TAA28651@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/xbatt Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/16 19:22:09 PST Modified files: sysutils/xbatt Makefile Log: Add dependency to xpm. Submitted by: Roger Hardiman Revision Changes Path 1.6 +3 -1 ports/sysutils/xbatt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 19:22:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03238 for cvs-all-outgoing; Mon, 16 Nov 1998 19:22:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03229; Mon, 16 Nov 1998 19:22:26 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA28719; Mon, 16 Nov 1998 19:22:31 -0800 (PST) Date: Mon, 16 Nov 1998 19:22:31 -0800 (PST) Message-Id: <199811170322.TAA28719@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/x3270 Makefile ports/x11/x3270/patches patch-aa ports/x11/x3270/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/16 19:22:30 PST Modified files: x11/x3270 Makefile x11/x3270/pkg PLIST Added files: x11/x3270/patches patch-aa Log: Move fonts from misc to local. Revision Changes Path 1.11 +13 -2 ports/x11/x3270/Makefile 1.8 +21 -21 ports/x11/x3270/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 19:24:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03416 for cvs-all-outgoing; Mon, 16 Nov 1998 19:24:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03405; Mon, 16 Nov 1998 19:24:10 -0800 (PST) (envelope-from archie@FreeBSD.org) From: Archie Cobbs Received: (from archie@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA28832; Mon, 16 Nov 1998 19:24:14 -0800 (PST) Date: Mon, 16 Nov 1998 19:24:14 -0800 (PST) Message-Id: <199811170324.TAA28832@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/skip/patches patch-cl patch-bf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1998/11/16 19:24:14 PST Modified files: security/skip/patches patch-bf Added files: security/skip/patches patch-cl Log: SKIP needs a custom mbuf flag; use M_PROTO1 instead of M_EOR. PR: ports/8712 Reviewed by: Archie Cobbs Submitted by: Christopher N . Harrell Revision Changes Path 1.4 +20 -2 ports/security/skip/patches/patch-bf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 19:27:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03996 for cvs-all-outgoing; Mon, 16 Nov 1998 19:27:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03989; Mon, 16 Nov 1998 19:27:48 -0800 (PST) (envelope-from archie@FreeBSD.org) From: Archie Cobbs Received: (from archie@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA28953; Mon, 16 Nov 1998 19:27:52 -0800 (PST) Date: Mon, 16 Nov 1998 19:27:52 -0800 (PST) Message-Id: <199811170327.TAA28953@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/skip Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1998/11/16 19:27:52 PST Modified files: security/skip Makefile Log: The original SKIP source is export controlled and only obtainable via a web page, which previously meant that this port would not build automatically. Some naughty person exported the tarball, so now point directly to it instead. Revision Changes Path 1.4 +7 -16 ports/security/skip/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 19:41:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05446 for cvs-all-outgoing; Mon, 16 Nov 1998 19:41:43 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05439; Mon, 16 Nov 1998 19:41:41 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA29635; Mon, 16 Nov 1998 19:41:45 -0800 (PST) Date: Mon, 16 Nov 1998 19:41:45 -0800 (PST) Message-Id: <199811170341.TAA29635@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/gmysql Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/16 19:41:45 PST Modified files: databases/gmysql Makefile Log: Add "FETCH_BEFORE_ARGS=-b", otherwise file will be truncated on fetch. Revision Changes Path 1.2 +2 -1 ports/databases/gmysql/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 19:51:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06811 for cvs-all-outgoing; Mon, 16 Nov 1998 19:51:07 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06806; Mon, 16 Nov 1998 19:51:05 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA00231; Mon, 16 Nov 1998 19:51:09 -0800 (PST) Date: Mon, 16 Nov 1998 19:51:09 -0800 (PST) Message-Id: <199811170351.TAA00231@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/gqview Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/16 19:51:09 PST Modified files: graphics/gqview Makefile Log: Mark broken, can't fetch. Revision Changes Path 1.5 +3 -1 ports/graphics/gqview/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 20:01:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07700 for cvs-all-outgoing; Mon, 16 Nov 1998 20:01:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07695; Mon, 16 Nov 1998 20:01:07 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-120.ix.netcom.com [209.109.232.120]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id UAA07988; Mon, 16 Nov 1998 20:00:41 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id UAA04950; Mon, 16 Nov 1998 20:00:38 -0800 (PST) Date: Mon, 16 Nov 1998 20:00:38 -0800 (PST) Message-Id: <199811170400.UAA04950@silvia.hip.berkeley.edu> To: committers@FreeBSD.ORG CC: ports@FreeBSD.ORG Reply-to: committers@FreeBSD.ORG Subject: distfiles From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Folks, With everyone and their hamsters putting software on their own homepages, we have a large number of ports that are not mirrored anyplace else. As many of these sites are ISPs trying to squeak by with crappy systems, there are many times when they are not available. I've been maintaining the distfiles/ dir on ftp.freebsd.org to keep backups but the number of unfetchable ports has reached a point where I can no longer work effectively with all those one-flakey-master-site distfiles. Therefore, I would like to request you do at least one of the following. (1) Find backup sites on different continents. Having five sites in Japan is not going to help if the inter-Pacific link is down. (2) Put a copy of the distfile on a reliable site and add it to MASTER_SITES. www.freebsd.org/~yourlogin is as reliable as any, and it has good connectivity to ftp.freebsd.org so it is probably a good choice. Anywhere in the Bay Area should be fine. (3) If you can't do (1) or (2), then put the distfile in freefall:~asami/d. You don't need to send me a mail or anything about this, this directory is world-writable. If you don't follow the guidelines, and the distfile is not fetchable at the moment I try to fetch it, the port will be marked BROKEN immediately. Thanks for your help! Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 20:12:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08804 for cvs-all-outgoing; Mon, 16 Nov 1998 20:12:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08796; Mon, 16 Nov 1998 20:12:06 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01357; Mon, 16 Nov 1998 20:12:10 -0800 (PST) Date: Mon, 16 Nov 1998 20:12:10 -0800 (PST) Message-Id: <199811170412.UAA01357@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/exim Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/16 20:12:10 PST Modified files: mail/exim Makefile Log: Mark broken, can't fetch from single master site. Revision Changes Path 1.20 +3 -1 ports/mail/exim/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 20:14:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09100 for cvs-all-outgoing; Mon, 16 Nov 1998 20:14:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09092; Mon, 16 Nov 1998 20:13:58 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01576; Mon, 16 Nov 1998 20:14:03 -0800 (PST) Date: Mon, 16 Nov 1998 20:14:03 -0800 (PST) Message-Id: <199811170414.UAA01576@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/korean/pinetreefonts Makefile ports/korean/pinetreefonts/pkg MESSAGE DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/16 20:14:03 PST Modified files: korean/pinetreefonts Makefile korean/pinetreefonts/pkg DESCR PLIST Added files: korean/pinetreefonts/pkg MESSAGE Log: Move fonts from misc to local. PR: 8716 Submitted by: maintainer Revision Changes Path 1.8 +4 -3 ports/korean/pinetreefonts/Makefile 1.3 +1 -1 ports/korean/pinetreefonts/pkg/DESCR 1.4 +16 -16 ports/korean/pinetreefonts/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 20:15:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09388 for cvs-all-outgoing; Mon, 16 Nov 1998 20:15:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09378; Mon, 16 Nov 1998 20:15:46 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01725; Mon, 16 Nov 1998 20:15:50 -0800 (PST) Date: Mon, 16 Nov 1998 20:15:50 -0800 (PST) Message-Id: <199811170415.UAA01725@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/fkiss Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/16 20:15:50 PST Modified files: games/fkiss Makefile Log: Remove "x11" from categories, this is a mere application. Revision Changes Path 1.2 +2 -2 ports/games/fkiss/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 20:16:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09565 for cvs-all-outgoing; Mon, 16 Nov 1998 20:16:25 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09557; Mon, 16 Nov 1998 20:16:24 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01785; Mon, 16 Nov 1998 20:16:28 -0800 (PST) Date: Mon, 16 Nov 1998 20:16:28 -0800 (PST) Message-Id: <199811170416.UAA01785@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/gtksamba Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/16 20:16:28 PST Modified files: net/gtksamba Makefile Log: Remove "x11" from categories, this is a mere application. Revision Changes Path 1.2 +2 -2 ports/net/gtksamba/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 20:30:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10869 for cvs-all-outgoing; Mon, 16 Nov 1998 20:30:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10862; Mon, 16 Nov 1998 20:29:59 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA02432; Mon, 16 Nov 1998 20:30:03 -0800 (PST) Date: Mon, 16 Nov 1998 20:30:03 -0800 (PST) Message-Id: <199811170430.UAA02432@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/afterstep-i18n/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/16 20:30:03 PST Modified files: x11-wm/afterstep-i18n/files md5 Log: No, the checksum was correct. There is something wrong with the site that returns an extra 5 bytes. (Try "gzip -t" on the file.) Please see the mail to committers about this. Revision Changes Path 1.3 +1 -1 ports/x11-wm/afterstep-i18n/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 20:31:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11082 for cvs-all-outgoing; Mon, 16 Nov 1998 20:31:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11076; Mon, 16 Nov 1998 20:31:43 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA02511; Mon, 16 Nov 1998 20:31:48 -0800 (PST) Date: Mon, 16 Nov 1998 20:31:48 -0800 (PST) Message-Id: <199811170431.UAA02511@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/korean/hanyangfonts/pkg MESSAGE COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/16 20:31:47 PST Modified files: korean/hanyangfonts/pkg COMMENT DESCR PLIST Added files: korean/hanyangfonts/pkg MESSAGE Log: Move fonts from misc to local. PR: 8717 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/korean/hanyangfonts/pkg/COMMENT 1.3 +2 -3 ports/korean/hanyangfonts/pkg/DESCR 1.3 +14 -14 ports/korean/hanyangfonts/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 20:51:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13705 for cvs-all-outgoing; Mon, 16 Nov 1998 20:51:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13697; Mon, 16 Nov 1998 20:51:42 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA03648; Mon, 16 Nov 1998 20:51:46 -0800 (PST) Date: Mon, 16 Nov 1998 20:51:46 -0800 (PST) Message-Id: <199811170451.UAA03648@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/11/16 20:51:46 PST Modified files: . modules Log: tinker --> ports/biology/tinker Revision Changes Path 1.2473 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 20:53:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13784 for cvs-all-outgoing; Mon, 16 Nov 1998 20:53:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13779; Mon, 16 Nov 1998 20:53:12 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA03736; Mon, 16 Nov 1998 20:53:17 -0800 (PST) Date: Mon, 16 Nov 1998 20:53:17 -0800 (PST) Message-Id: <199811170453.UAA03736@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/biology/tinker - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/11/16 20:53:17 PST ports/biology/tinker - Imported sources Update of /home/ncvs/ports/biology/tinker In directory freefall.freebsd.org:/d/users/jkoshy/tinker Log Message: New port of the Tinker Molecular modelling program. PR: 8690 Reviewed by: jkoshy Submitted by: Glenn Johnson Status: Vendor Tag: GLJOHNS Release Tags: v3_6 N ports/biology/tinker/Makefile I ports/biology/tinker/CVS N ports/biology/tinker/files/md5 N ports/biology/tinker/pkg/COMMENT N ports/biology/tinker/pkg/DESCR N ports/biology/tinker/pkg/PLIST N ports/biology/tinker/patches/patch-aa N ports/biology/tinker/patches/patch-ab N ports/biology/tinker/patches/patch-ac N ports/biology/tinker/patches/patch-ad N ports/biology/tinker/patches/patch-ae N ports/biology/tinker/patches/patch-af No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 20:54:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13885 for cvs-all-outgoing; Mon, 16 Nov 1998 20:54:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13880; Mon, 16 Nov 1998 20:54:24 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA03790; Mon, 16 Nov 1998 20:54:28 -0800 (PST) Date: Mon, 16 Nov 1998 20:54:28 -0800 (PST) Message-Id: <199811170454.UAA03790@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/biology Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/11/16 20:54:28 PST Modified files: biology Makefile Log: Activate tinker. Revision Changes Path 1.8 +2 -1 ports/biology/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 21:37:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA18385 for cvs-all-outgoing; Mon, 16 Nov 1998 21:37:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA18377; Mon, 16 Nov 1998 21:37:47 -0800 (PST) (envelope-from mark@grondar.za) Received: from greenpeace.grondar.za (IDENT:9ZkKaggf98KqTPn1VB+HeQ2xELN6dNuZ@greenpeace.grondar.za [196.7.18.132]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id HAA14213; Tue, 17 Nov 1998 07:37:18 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:0GGAZkxwA0lcJit1DtR1KFJ4d2mKk8+E@localhost [127.0.0.1]) by greenpeace.grondar.za (8.9.1/8.9.1) with ESMTP id HAA04183; Tue, 17 Nov 1998 07:37:14 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199811170537.HAA04183@greenpeace.grondar.za> To: committers@FreeBSD.ORG cc: ports@FreeBSD.ORG Subject: Re: distfiles In-Reply-To: Your message of " Mon, 16 Nov 1998 20:00:38 PST." <199811170400.UAA04950@silvia.hip.berkeley.edu> References: <199811170400.UAA04950@silvia.hip.berkeley.edu> Date: Tue, 17 Nov 1998 07:37:12 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Therefore, I would like to request you do at least one of the > following. > > (1) Find backup sites on different continents. Having five sites in > Japan is not going to help if the inter-Pacific link is down. Ftp.za.freebsd.org is available for this purpose. (South Africa). M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 22:22:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA23228 for cvs-all-outgoing; Mon, 16 Nov 1998 22:22:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from smtp01.wxs.nl (smtp01.wxs.nl [195.121.6.61]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA23223; Mon, 16 Nov 1998 22:22:29 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from chronias.ninth-circle.org ([195.121.59.153]) by smtp01.wxs.nl (Netscape Messaging Server 3.6) with ESMTP id AAA188E; Tue, 17 Nov 1998 07:22:03 +0100 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199811170400.UAA04950@silvia.hip.berkeley.edu> Date: Tue, 17 Nov 1998 07:26:33 +0100 (CET) Organization: Ninth Circle Enterprises From: Jeroen Ruigrok/Asmodai To: committers@FreeBSD.ORG Subject: RE: distfiles Cc: ports@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 17-Nov-98 Satoshi Asami wrote: > With everyone and their hamsters putting software on their own > homepages, we have a large number of ports that are not mirrored > anyplace else. As many of these sites are ISPs trying to squeak by > with crappy systems, there are many times when they are not available. Running NT mayhaps ;) > I've been maintaining the distfiles/ dir on ftp.freebsd.org to keep > backups but the number of unfetchable ports has reached a point where > I can no longer work effectively with all those one-flakey-master-site > distfiles. There we have a problem actually... How long are we planning on maintaining older versions? Because it's often so that problem x and y are fixed in version z.q of the port which has been updated by cvsup of STABLE/CURRENT. And since most egcs versions, to take one example, is 13 MB per version yer talking major diskspace here... > Therefore, I would like to request you do at least one of the > following. > > (1) Find backup sites on different continents. Having five sites in > Japan is not going to help if the inter-Pacific link is down. ftpsearch might be a good use for this... ftpsearch.ntnu.no > If you don't follow the guidelines, and the distfile is not fetchable > at the moment I try to fetch it, the port will be marked BROKEN > immediately. Could not agree more... --- Jeroen Ruigrok van der Werven/Asmodai asmodai(at)wxs.nl | Cum angelis et pueris, Junior Network/Security Specialist | fideles inveniamur *BSD & picoBSD: The Power to Serve... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 22:41:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25291 for cvs-all-outgoing; Mon, 16 Nov 1998 22:41:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA25285; Mon, 16 Nov 1998 22:41:02 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA07129; Mon, 16 Nov 1998 22:41:07 -0800 (PST) Date: Mon, 16 Nov 1998 22:41:07 -0800 (PST) Message-Id: <199811170641.WAA07129@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports INDEX Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/16 22:41:07 PST Modified files: . INDEX Log: Only 1,838 ports today. I guess everyone's busy.... Revision Changes Path 1.196 +49 -39 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 16 22:47:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26913 for cvs-all-outgoing; Mon, 16 Nov 1998 22:47:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26903; Mon, 16 Nov 1998 22:47:39 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA07360; Mon, 16 Nov 1998 22:47:43 -0800 (PST) Date: Mon, 16 Nov 1998 22:47:43 -0800 (PST) Message-Id: <199811170647.WAA07360@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/tgif/files setup.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/16 22:47:43 PST Modified files: japanese/tgif/files setup.sh Log: "yes" is not the only valid value for ${BATCH}, make it work for anything but "no" (if someone is setting ${BATCH} to "no" and expect it to work, they deserve it ;). Revision Changes Path 1.2 +1 -1 ports/japanese/tgif/files/setup.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 00:04:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA06555 for cvs-all-outgoing; Tue, 17 Nov 1998 00:04:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA06549; Tue, 17 Nov 1998 00:04:58 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA11733; Tue, 17 Nov 1998 00:05:02 -0800 (PST) Date: Tue, 17 Nov 1998 00:05:02 -0800 (PST) Message-Id: <199811170805.AAA11733@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/pythonqt Makefile ports/x11-toolkits/pythonqt/files md5 ports/x11-toolkits/pythonqt/patches patch-aa ports/x11-toolkits/pythonqt/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/11/17 00:05:02 PST Removed files: x11-toolkits/pythonqt Makefile x11-toolkits/pythonqt/files md5 x11-toolkits/pythonqt/patches patch-aa x11-toolkits/pythonqt/pkg COMMENT DESCR PLIST Log: pythonqt is dead. Remove rotting remains. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 00:07:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA07047 for cvs-all-outgoing; Tue, 17 Nov 1998 00:07:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA07037; Tue, 17 Nov 1998 00:07:10 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA11854; Tue, 17 Nov 1998 00:07:14 -0800 (PST) Date: Tue, 17 Nov 1998 00:07:14 -0800 (PST) Message-Id: <199811170807.AAA11854@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules ports/x11-toolkits Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/11/17 00:07:13 PST Modified files: . modules x11-toolkits Makefile Log: Remove pythonqt. Revision Changes Path 1.2474 +1 -2 CVSROOT/modules 1.9 +1 -2 ports/x11-toolkits/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 02:40:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA21562 for cvs-all-outgoing; Tue, 17 Nov 1998 02:40:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA21536; Tue, 17 Nov 1998 02:40:04 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA17691; Tue, 17 Nov 1998 02:40:08 -0800 (PST) Date: Tue, 17 Nov 1998 02:40:08 -0800 (PST) Message-Id: <199811171040.CAA17691@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/include sysarch.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/11/17 02:40:08 PST Added files: sys/alpha/include sysarch.h Log: Definitions for alpha specific system calls. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 02:40:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA21802 for cvs-all-outgoing; Tue, 17 Nov 1998 02:40:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA21797; Tue, 17 Nov 1998 02:40:29 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA17732; Tue, 17 Nov 1998 02:40:33 -0800 (PST) Date: Tue, 17 Nov 1998 02:40:33 -0800 (PST) Message-Id: <199811171040.CAA17732@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/include resource.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/11/17 02:40:33 PST Added files: sys/alpha/include resource.h Log: Definitions for alpha specific device resources. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 02:41:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA21886 for cvs-all-outgoing; Tue, 17 Nov 1998 02:41:31 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA21879; Tue, 17 Nov 1998 02:41:27 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.9.1/8.8.5) with SMTP id KAA05185; Tue, 17 Nov 1998 10:41:52 GMT Date: Tue, 17 Nov 1998 10:41:52 +0000 (GMT) From: Doug Rabson To: John Polstra cc: dfr@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/alpha/alpha genassym.c interrupt.c machdep.c swtch.s sys_machdep.c src/sys/alpha/include chipset.h intr.h proc.h src/sys/alpha/isa isa.c src/sys/alpha/pci apecs.c cia.c lca.c pcibus.c pcibus.h src/sys/alpha/tlsb dwlpx.c gbus.c kftxx.c ... In-Reply-To: <199811170145.RAA19595@vashon.polstra.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 16 Nov 1998, John Polstra wrote: > In article <199811151825.KAA12504@freefall.freebsd.org>, > Doug Rabson wrote: > > dfr 1998/11/15 10:25:17 PST > > > > Modified files: > > sys/alpha/alpha genassym.c interrupt.c machdep.c swtch.s > > sys_machdep.c > > sys/alpha/include chipset.h intr.h proc.h > > sys/alpha/isa isa.c > > sys/alpha/pci apecs.c cia.c lca.c pcibus.c pcibus.h > > sys/alpha/tlsb dwlpx.c gbus.c kftxx.c tlsb.c zs_tlsb.c > > sys/isa isavar.h psm.c sio.c syscons.c > > Log: > > * Add hooks to allow the X server to access I/O ports and memory. > > * Update drivers to the latest version of the bus interface. > > > > The ISA drivers' use of the new resource api is minimal. Garrett has > > some much cleaner drivers which should be more easily shared between > > i386 and alpha. This has only been tested on cia based machines. It > > should work on lca and apecs but I might have broken something. > > Make depend on the alpha is complaining about missing files > "machine/sysarch.h" and "machine/resource.h", and I think it's caused > by this change. I've added the missing files. Thanks for pointing it out. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 02:53:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA23003 for cvs-all-outgoing; Tue, 17 Nov 1998 02:53:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA22998; Tue, 17 Nov 1998 02:53:33 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA18324; Tue, 17 Nov 1998 02:53:38 -0800 (PST) Date: Tue, 17 Nov 1998 02:53:38 -0800 (PST) Message-Id: <199811171053.CAA18324@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet udp_var.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/11/17 02:53:37 PST Modified files: sys/netinet udp_var.h Log: Remove stale references to ih_next and ih_prev. Pointed out by: Roman V. Palagin Revision Changes Path 1.16 +1 -3 src/sys/netinet/udp_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 03:05:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA24518 for cvs-all-outgoing; Tue, 17 Nov 1998 03:05:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA24513; Tue, 17 Nov 1998 03:05:11 -0800 (PST) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA18858; Tue, 17 Nov 1998 03:05:16 -0800 (PST) Date: Tue, 17 Nov 1998 03:05:16 -0800 (PST) Message-Id: <199811171105.DAA18858@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/exim Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk markm 1998/11/17 03:05:16 PST Modified files: mail/exim Makefile Log: Unbreak. Added some more reliable mirrors (well-spread across earth masses). Revision Changes Path 1.21 +5 -4 ports/mail/exim/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 07:00:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21966 for cvs-all-outgoing; Tue, 17 Nov 1998 07:00:57 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21960; Tue, 17 Nov 1998 07:00:54 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.0/8.9.0) with SMTP id JAA04056; Tue, 17 Nov 1998 09:00:29 -0600 (CST) Date: Tue, 17 Nov 1998 09:00:28 -0600 (CST) From: Steve Price To: Satoshi Asami cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/gtksamba Makefile In-Reply-To: <199811170416.UAA01785@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I have a whole host of these changes from Josh Gilliam if you are interested. -steve On Mon, 16 Nov 1998, Satoshi Asami wrote: # asami 1998/11/16 20:16:28 PST # # Modified files: # net/gtksamba Makefile # Log: # Remove "x11" from categories, this is a mere application. # # Revision Changes Path # 1.2 +2 -2 ports/net/gtksamba/Makefile # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 07:19:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23444 for cvs-all-outgoing; Tue, 17 Nov 1998 07:19:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23435; Tue, 17 Nov 1998 07:19:54 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA14653; Tue, 17 Nov 1998 07:19:58 -0800 (PST) Date: Tue, 17 Nov 1998 07:19:58 -0800 (PST) Message-Id: <199811171519.HAA14653@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/glib Makefile ports/devel/glib/files md5 ports/devel/glib/patches patch-ab ports/devel/glib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/17 07:19:58 PST Modified files: devel/glib Makefile devel/glib/files md5 devel/glib/patches patch-ab devel/glib/pkg PLIST Log: Downgrage to 1.1.3. Remind by: asami Revision Changes Path 1.6 +6 -6 ports/devel/glib/Makefile 1.5 +1 -1 ports/devel/glib/files/md5 1.8 +24 -36 ports/devel/glib/patches/patch-ab 1.9 +2 -6 ports/devel/glib/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 07:21:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24155 for cvs-all-outgoing; Tue, 17 Nov 1998 07:21:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA24150; Tue, 17 Nov 1998 07:21:58 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA14833; Tue, 17 Nov 1998 07:22:03 -0800 (PST) Date: Tue, 17 Nov 1998 07:22:03 -0800 (PST) Message-Id: <199811171522.HAA14833@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/gtk11 Makefile ports/x11-toolkits/gtk11/files md5 ports/x11-toolkits/gtk11/patches patch-aa ports/x11-toolkits/gtk11/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/17 07:22:03 PST Modified files: x11-toolkits/gtk11 Makefile x11-toolkits/gtk11/files md5 x11-toolkits/gtk11/patches patch-aa x11-toolkits/gtk11/pkg PLIST Log: Downgrage to 1.1.2 Remind by: asami Revision Changes Path 1.29 +4 -4 ports/x11-toolkits/gtk11/Makefile 1.21 +1 -1 ports/x11-toolkits/gtk11/files/md5 1.15 +22 -66 ports/x11-toolkits/gtk11/patches/patch-aa 1.30 +4 -5 ports/x11-toolkits/gtk11/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 07:24:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24483 for cvs-all-outgoing; Tue, 17 Nov 1998 07:24:44 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA24478; Tue, 17 Nov 1998 07:24:43 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA15014; Tue, 17 Nov 1998 07:24:47 -0800 (PST) Date: Tue, 17 Nov 1998 07:24:47 -0800 (PST) Message-Id: <199811171524.HAA15014@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/p5-Gtk Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/17 07:24:47 PST Modified files: x11-toolkits/p5-Gtk Makefile Log: Remove BROKEN tag. Revision Changes Path 1.20 +1 -3 ports/x11-toolkits/p5-Gtk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 07:28:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24865 for cvs-all-outgoing; Tue, 17 Nov 1998 07:28:07 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA24860; Tue, 17 Nov 1998 07:28:04 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA15226; Tue, 17 Nov 1998 07:28:08 -0800 (PST) Date: Tue, 17 Nov 1998 07:28:08 -0800 (PST) Message-Id: <199811171528.HAA15226@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/libgtop Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/17 07:28:08 PST Modified files: devel/libgtop Makefile Log: Add depends with gnomelibs, remove BROKEN tag. Revision Changes Path 1.8 +3 -3 ports/devel/libgtop/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 08:45:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA03875 for cvs-all-outgoing; Tue, 17 Nov 1998 08:45:05 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA03861; Tue, 17 Nov 1998 08:45:03 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA20811; Tue, 17 Nov 1998 08:45:07 -0800 (PST) Date: Tue, 17 Nov 1998 08:45:07 -0800 (PST) Message-Id: <199811171645.IAA20811@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/lupe Makefile ports/x11/lupe/files md5 ports/x11/lupe/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/17 08:45:07 PST Modified files: x11/lupe Makefile x11/lupe/files md5 x11/lupe/pkg PLIST Log: Update to 0.08 Revision Changes Path 1.6 +10 -5 ports/x11/lupe/Makefile 1.2 +1 -1 ports/x11/lupe/files/md5 1.3 +2 -0 ports/x11/lupe/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 08:49:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA04848 for cvs-all-outgoing; Tue, 17 Nov 1998 08:49:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA04843; Tue, 17 Nov 1998 08:49:34 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA21128; Tue, 17 Nov 1998 08:49:39 -0800 (PST) Date: Tue, 17 Nov 1998 08:49:39 -0800 (PST) Message-Id: <199811171649.IAA21128@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/lupe Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/17 08:49:38 PST Modified files: x11/lupe Makefile Log: Changes Version Required Revision Changes Path 1.7 +2 -2 ports/x11/lupe/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 09:20:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA09405 for cvs-all-outgoing; Tue, 17 Nov 1998 09:20:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA09397; Tue, 17 Nov 1998 09:20:50 -0800 (PST) (envelope-from sada@FreeBSD.org) From: sada Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA22847; Tue, 17 Nov 1998 09:20:55 -0800 (PST) Date: Tue, 17 Nov 1998 09:20:55 -0800 (PST) Message-Id: <199811171720.JAA22847@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/netscape4-communicator Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/11/17 09:20:55 PST Modified files: japanese/netscape4-communicator Makefile Log: * Remove 'STRIP=' line. This is not necessary. * Change Maintainer notation. Revision Changes Path 1.8 +2 -3 ports/japanese/netscape4-communicator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 09:35:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA11407 for cvs-all-outgoing; Tue, 17 Nov 1998 09:35:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA11399; Tue, 17 Nov 1998 09:35:19 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA23505; Tue, 17 Nov 1998 09:35:21 -0800 (PST) Date: Tue, 17 Nov 1998 09:35:21 -0800 (PST) Message-Id: <199811171735.JAA23505@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/gnomelibs Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/17 09:35:21 PST Modified files: x11/gnomelibs Makefile Log: remove BROKEN tag. Remind by: asami Revision Changes Path 1.15 +1 -3 ports/x11/gnomelibs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 09:36:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA11742 for cvs-all-outgoing; Tue, 17 Nov 1998 09:36:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA11736; Tue, 17 Nov 1998 09:36:57 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA23604; Tue, 17 Nov 1998 09:37:01 -0800 (PST) Date: Tue, 17 Nov 1998 09:37:01 -0800 (PST) Message-Id: <199811171737.JAA23604@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/gnomecore Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/17 09:37:01 PST Modified files: x11/gnomecore Makefile Log: Remove BROKEN tag. Revision Changes Path 1.7 +1 -3 ports/x11/gnomecore/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 09:38:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA12079 for cvs-all-outgoing; Tue, 17 Nov 1998 09:38:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA12074; Tue, 17 Nov 1998 09:38:16 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA23674; Tue, 17 Nov 1998 09:38:20 -0800 (PST) Date: Tue, 17 Nov 1998 09:38:20 -0800 (PST) Message-Id: <199811171738.JAA23674@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/gnomegames Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/17 09:38:20 PST Modified files: games/gnomegames Makefile Log: Remove BROKEN. Revision Changes Path 1.6 +1 -3 ports/games/gnomegames/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 09:41:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA12569 for cvs-all-outgoing; Tue, 17 Nov 1998 09:41:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA12562; Tue, 17 Nov 1998 09:41:26 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA23819; Tue, 17 Nov 1998 09:41:30 -0800 (PST) Date: Tue, 17 Nov 1998 09:41:30 -0800 (PST) Message-Id: <199811171741.JAA23819@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/chinese/CJK Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/17 09:41:30 PST Modified files: chinese/CJK Makefile Log: It works fine on maintainer and my box. Submitted by: maintainer Revision Changes Path 1.4 +1 -3 ports/chinese/CJK/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 09:48:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13727 for cvs-all-outgoing; Tue, 17 Nov 1998 09:48:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13722; Tue, 17 Nov 1998 09:48:41 -0800 (PST) (envelope-from sada@FreeBSD.org) From: sada Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA24099; Tue, 17 Nov 1998 09:48:46 -0800 (PST) Date: Tue, 17 Nov 1998 09:48:46 -0800 (PST) Message-Id: <199811171748.JAA24099@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/netscape-fonts Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/11/17 09:48:46 PST Modified files: japanese/netscape-fonts Makefile Log: Change the Maintainer notation. Change the depend font ports directory: fonts/local -> fonts/misc. Waiting for these ports' update for XFree86 3.3.3. Revision Changes Path 1.3 +5 -5 ports/japanese/netscape-fonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 10:02:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA15516 for cvs-all-outgoing; Tue, 17 Nov 1998 10:02:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA15511; Tue, 17 Nov 1998 10:02:29 -0800 (PST) (envelope-from sada@FreeBSD.org) From: sada Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA24988; Tue, 17 Nov 1998 10:02:33 -0800 (PST) Date: Tue, 17 Nov 1998 10:02:33 -0800 (PST) Message-Id: <199811171802.KAA24988@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/vje-trial Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/11/17 10:02:33 PST Modified files: japanese/vje-trial Makefile Log: Change the Maintainer notation. Set 'STRIP=' when $OBJFORMAT = 'elf'. Revision Changes Path 1.3 +9 -3 ports/japanese/vje-trial/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 10:28:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20489 for cvs-all-outgoing; Tue, 17 Nov 1998 10:28:53 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA20484; Tue, 17 Nov 1998 10:28:52 -0800 (PST) (envelope-from sada@FreeBSD.org) From: sada Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA26350; Tue, 17 Nov 1998 10:28:57 -0800 (PST) Date: Tue, 17 Nov 1998 10:28:57 -0800 (PST) Message-Id: <199811171828.KAA26350@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-clocks/swisswatch Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/11/17 10:28:57 PST Modified files: x11-clocks/swisswatch Makefile Log: MASTERSITES of swisswatch is moved. PR: ports/8726 Submitted by: sanpei@sanpei.org Revision Changes Path 1.7 +3 -3 ports/x11-clocks/swisswatch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 10:35:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21170 for cvs-all-outgoing; Tue, 17 Nov 1998 10:35:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from roma.coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA21163; Tue, 17 Nov 1998 10:35:10 -0800 (PST) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id QAA04180; Tue, 17 Nov 1998 16:34:43 -0200 (EDT) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199811171834.QAA04180@roma.coe.ufrj.br> Subject: Re: cvs commit: ports/databases/gmysql Makefile In-Reply-To: <199811170341.TAA29635@freefall.freebsd.org> from Satoshi Asami at "Nov 16, 98 07:41:45 pm" To: asami@FreeBSD.ORG (Satoshi Asami) Date: Tue, 17 Nov 1998 16:34:42 -0200 (EDT) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk #define quoting(Satoshi Asami) // asami 1998/11/16 19:41:45 PST // // Modified files: // databases/gmysql Makefile // Log: // Add "FETCH_BEFORE_ARGS=-b", otherwise file will be truncated on fetch. Oops !!! And if somebody has changed FETCH_CMD to something more suitable to their needs ? I, for example, use a script that calls wget to fetch files. I've done this because of the high error rates in my network, and needed desperately the "retry" and "continue from where stopped" features of wget. BTW: bsd.port.mk also has a test in which if fetch is not available, it will use ftp in url mode: $Id: bsd.port.mk,v 1.227.2.61 1998/11/14 09:46:12 asami Exp $ .if exists(/usr/bin/fetch) FETCH_CMD?= /usr/bin/fetch #FETCH_BEFORE_ARGS+= $${CKSIZE:+-S $$CKSIZE} .else FETCH_CMD?= /usr/bin/ftp .endif That's where I got the ideia to use wget from. You should probably test if FETCH_CMD is really /usr/bin/fetch, before setting FETCH_BEFORE_ARGS to such value. Jonny PS: ftp in url mode could be enough, if it had command line options to do a reget and to ignore proxies. -- Joao Carlos Mendes Luis M.Sc. Student jonny@jonny.eng.br Universidade Federal do Rio de Janeiro "This .sig is not meant to be politically correct." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 11:46:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01455 for cvs-all-outgoing; Tue, 17 Nov 1998 11:46:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA01434; Tue, 17 Nov 1998 11:46:20 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id OAA04085; Tue, 17 Nov 1998 14:46:10 -0500 (EST) (envelope-from billf@jade.chc-chimes.com) Date: Tue, 17 Nov 1998 14:46:10 -0500 (EST) From: Bill Fumerola To: Archie Cobbs cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/security/skip Makefile In-Reply-To: <199811170327.TAA28953@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 16 Nov 1998, Archie Cobbs wrote: > Modified files: > security/skip Makefile > Log: > The original SKIP source is export controlled and only obtainable via a web > page, which previously meant that this port would not build automatically. > Some naughty person exported the tarball, so now point directly to it instead. Are we going to get in trouble for this? - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 11:55:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02923 for cvs-all-outgoing; Tue, 17 Nov 1998 11:55:16 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02914; Tue, 17 Nov 1998 11:55:04 -0800 (PST) (envelope-from mark@grondar.za) Received: from greenpeace.grondar.za (IDENT:LXtblsmFhhaflSSN9LG8x9toOD4Z+wet@greenpeace.grondar.za [196.7.18.132]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id VAA15416; Tue, 17 Nov 1998 21:54:33 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:b1iy8KqUn4MTrcuhU+uX5utiALq3LY5S@localhost [127.0.0.1]) by greenpeace.grondar.za (8.9.1/8.9.1) with ESMTP id VAA13302; Tue, 17 Nov 1998 21:54:32 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199811171954.VAA13302@greenpeace.grondar.za> To: Bill Fumerola cc: Archie Cobbs , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/security/skip Makefile In-Reply-To: Your message of " Tue, 17 Nov 1998 14:46:10 EST." References: Date: Tue, 17 Nov 1998 21:54:31 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bill Fumerola wrote: > On Mon, 16 Nov 1998, Archie Cobbs wrote: > [ par ] > > Modified files: security/skip Makefile Log: The original SKIP > > source is export controlled and only obtainable via a web > > page, which previously meant that this port would not build > > automatically. Some naughty person exported the tarball, so now > > point directly to it instead. > > Are we going to get in trouble for this? No. Who is the NSA going to shoot/interrogate? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 12:21:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA06573 for cvs-all-outgoing; Tue, 17 Nov 1998 12:21:53 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA06565; Tue, 17 Nov 1998 12:21:51 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01778; Tue, 17 Nov 1998 12:21:55 -0800 (PST) Date: Tue, 17 Nov 1998 12:21:55 -0800 (PST) Message-Id: <199811172021.MAA01778@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/gyvefigs Makefile ports/graphics/gyvegui Makefile ports/graphics/gyvekernel Makefile ports/lang/guileobjc Makefile ports/misc/gyvescm Makefile ports/misc/scriptkit Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/17 12:21:55 PST Modified files: graphics/gyvefigs Makefile graphics/gyvegui Makefile graphics/gyvekernel Makefile lang/guileobjc Makefile misc/gyvescm Makefile misc/scriptkit Makefile Log: gyve is broken with guile-1.3. Marking it and everything that depends on it as BROKEN. PR: ports/8618 Submitted by: Yukihiro Nakai Revision Changes Path 1.5 +3 -1 ports/graphics/gyvefigs/Makefile 1.6 +3 -1 ports/graphics/gyvegui/Makefile 1.8 +3 -1 ports/graphics/gyvekernel/Makefile 1.5 +3 -1 ports/lang/guileobjc/Makefile 1.3 +3 -1 ports/misc/gyvescm/Makefile 1.4 +3 -1 ports/misc/scriptkit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 12:34:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08194 for cvs-all-outgoing; Tue, 17 Nov 1998 12:34:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from roma.coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA08185; Tue, 17 Nov 1998 12:34:34 -0800 (PST) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id RAA05898; Tue, 17 Nov 1998 17:52:26 -0200 (EDT) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199811171952.RAA05898@roma.coe.ufrj.br> Subject: Re: cvs commit: ports/security/skip Makefile In-Reply-To: from Bill Fumerola at "Nov 17, 98 02:46:10 pm" To: billf@jade.chc-chimes.com (Bill Fumerola) Date: Tue, 17 Nov 1998 17:52:26 -0200 (EDT) Cc: archie@FreeBSD.ORG, cvs-committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk #define quoting(Bill Fumerola) // On Mon, 16 Nov 1998, Archie Cobbs wrote: // // > Modified files: // > security/skip Makefile // > Log: // > The original SKIP source is export controlled and only obtainable via a web // > page, which previously meant that this port would not build automatically. // > Some naughty person exported the tarball, so now point directly to it instead. // // Are we going to get in trouble for this? I'm downloading it (to Brazil) right now, before somebody notice. :) IMHO (which means nothing legally speaking), FreeBSD.org is not guilty for the tarball being available elsewhere. The port is marked as RESTRICTED, NO_PACKAGE and NO_CDROM then it must be ok. Just make sure its distfile does not end in ftp://ftp.freebsd.org/pub/FreeBSD/distfiles. Jonny -- Joao Carlos Mendes Luis M.Sc. Student jonny@jonny.eng.br Universidade Federal do Rio de Janeiro "This .sig is not meant to be politically correct." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 12:45:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10110 for cvs-all-outgoing; Tue, 17 Nov 1998 12:45:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10105; Tue, 17 Nov 1998 12:45:20 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA02843; Tue, 17 Nov 1998 12:45:21 -0800 (PST) Date: Tue, 17 Nov 1998 12:45:21 -0800 (PST) Message-Id: <199811172045.MAA02843@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/17 12:45:21 PST Modified files: . modules Log: portscanner --> ports/net/portscanner Revision Changes Path 1.2475 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 12:46:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10277 for cvs-all-outgoing; Tue, 17 Nov 1998 12:46:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10272; Tue, 17 Nov 1998 12:46:40 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA02894; Tue, 17 Nov 1998 12:46:44 -0800 (PST) Date: Tue, 17 Nov 1998 12:46:44 -0800 (PST) Message-Id: <199811172046.MAA02894@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/portscanner - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/17 12:46:44 PST ports/net/portscanner - Imported sources Update of /home/ncvs/ports/net/portscanner In directory freefall.freebsd.org:/x/tmp/cvs-serv2866 Log Message: Initial import of portscanner, a quick and dirty way to scan ports similar to strobe, but much quicker, and good for use in scripts and CGI. PR: ports/7582 Status: Vendor Tag: BILLF Release Tags: portscanner_1_0 N ports/net/portscanner/Makefile N ports/net/portscanner/files/md5 N ports/net/portscanner/pkg/PLIST N ports/net/portscanner/pkg/COMMENT N ports/net/portscanner/pkg/DESCR N ports/net/portscanner/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 12:49:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10610 for cvs-all-outgoing; Tue, 17 Nov 1998 12:49:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10603; Tue, 17 Nov 1998 12:49:11 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA03154; Tue, 17 Nov 1998 12:49:15 -0800 (PST) Date: Tue, 17 Nov 1998 12:49:15 -0800 (PST) Message-Id: <199811172049.MAA03154@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/17 12:49:15 PST Modified files: net Makefile Log: Reflect import of ``portscanner''. PR: ports/7582 Revision Changes Path 1.190 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 13:36:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19328 for cvs-all-outgoing; Tue, 17 Nov 1998 13:36:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19318; Tue, 17 Nov 1998 13:36:10 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA05354; Tue, 17 Nov 1998 13:36:14 -0800 (PST) Date: Tue, 17 Nov 1998 13:36:14 -0800 (PST) Message-Id: <199811172136.NAA05354@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/ntop Makefile ports/net/ntop/files md5 ethertype.h gnuc.h ports/net/ntop/patches patch-af patch-ag ports/net/ntop/pkg COMMENT DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/17 13:36:14 PST Modified files: net/ntop Makefile net/ntop/files md5 net/ntop/pkg COMMENT DESCR Removed files: net/ntop/files ethertype.h gnuc.h net/ntop/patches patch-af patch-ag Log: Upgrade to version 1.1a3, which seems to work for both my -STABLE systems, and other people's -CURRENT systems. Glad to get this in under the ports freeze crunch so this port doesn't have to be marked BROKEN. PR: ports/8709 Reviewed by: Brian Ruth Submitted by: Brian Ruth Revision Changes Path 1.6 +13 -12 ports/net/ntop/Makefile 1.3 +2 -1 ports/net/ntop/files/md5 1.2 +1 -1 ports/net/ntop/pkg/COMMENT 1.2 +3 -3 ports/net/ntop/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 13:37:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19489 for cvs-all-outgoing; Tue, 17 Nov 1998 13:37:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19483; Tue, 17 Nov 1998 13:37:57 -0800 (PST) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA05494; Tue, 17 Nov 1998 13:38:01 -0800 (PST) Date: Tue, 17 Nov 1998 13:38:01 -0800 (PST) Message-Id: <199811172138.NAA05494@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/msdosfs msdosfs_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/11/17 13:38:01 PST Modified files: (Branch: RELENG_2_2) sys/msdosfs msdosfs_vfsops.c Log: Fixed some incorrectly merged code in msdosfs_mount. Submitted by: Toshihiko ARAI PR: kern/8366 Revision Changes Path 1.13.2.3 +9 -2 src/sys/msdosfs/msdosfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 13:52:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21229 for cvs-all-outgoing; Tue, 17 Nov 1998 13:52:03 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21200; Tue, 17 Nov 1998 13:51:57 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA06519; Tue, 17 Nov 1998 13:52:02 -0800 (PST) Date: Tue, 17 Nov 1998 13:52:02 -0800 (PST) Message-Id: <199811172152.NAA06519@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/17 13:52:02 PST Modified files: . modules Log: gtkfind --> ports/misc/gtkfind Revision Changes Path 1.2476 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 13:53:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21468 for cvs-all-outgoing; Tue, 17 Nov 1998 13:53:25 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21446; Tue, 17 Nov 1998 13:53:18 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA06691; Tue, 17 Nov 1998 13:53:22 -0800 (PST) Date: Tue, 17 Nov 1998 13:53:22 -0800 (PST) Message-Id: <199811172153.NAA06691@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/gtkfind - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/17 13:53:22 PST ports/misc/gtkfind - Imported sources Update of /home/ncvs/ports/misc/gtkfind In directory freefall.freebsd.org:/x/tmp/cvs-serv6558 Log Message: Initial import of gtkfind, a gtk-enhanced interface to the find(1) command. PR: ports/8126 Status: Vendor Tag: BILLF Release Tags: gtkfind_0_9 N ports/misc/gtkfind/Makefile N ports/misc/gtkfind/patches/patch-aa N ports/misc/gtkfind/pkg/PLIST N ports/misc/gtkfind/pkg/COMMENT N ports/misc/gtkfind/pkg/DESCR N ports/misc/gtkfind/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 13:54:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21653 for cvs-all-outgoing; Tue, 17 Nov 1998 13:54:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21578; Tue, 17 Nov 1998 13:54:03 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA06751; Tue, 17 Nov 1998 13:54:07 -0800 (PST) Date: Tue, 17 Nov 1998 13:54:07 -0800 (PST) Message-Id: <199811172154.NAA06751@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/17 13:54:07 PST Modified files: misc Makefile Log: Activate gtkfind PR: ports/8126 Revision Changes Path 1.174 +2 -1 ports/misc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 14:27:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA28698 for cvs-all-outgoing; Tue, 17 Nov 1998 14:27:02 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA28692; Tue, 17 Nov 1998 14:27:01 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA09161; Tue, 17 Nov 1998 14:27:05 -0800 (PST) Date: Tue, 17 Nov 1998 14:27:05 -0800 (PST) Message-Id: <199811172227.OAA09161@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/syscons/keymaps hu.iso2.101keys.kbd hu.iso2.102keys.kbd Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/11/17 14:27:05 PST Added files: (Branch: RELENG_2_2) share/syscons/keymaps hu.iso2.101keys.kbd hu.iso2.102keys.kbd Log: MFC: bring in hungarian keymap support from -current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 14:29:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29129 for cvs-all-outgoing; Tue, 17 Nov 1998 14:29:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA29124; Tue, 17 Nov 1998 14:29:16 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA09223; Tue, 17 Nov 1998 14:29:20 -0800 (PST) Date: Tue, 17 Nov 1998 14:29:20 -0800 (PST) Message-Id: <199811172229.OAA09223@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/timedef/data hu_HU.ISO_8859-2.src Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/11/17 14:29:20 PST Added files: (Branch: RELENG_2_2) share/timedef/data hu_HU.ISO_8859-2.src Log: MFC: Bring in the Hungrian time definitions from -current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 14:30:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29298 for cvs-all-outgoing; Tue, 17 Nov 1998 14:30:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA29287 for ; Tue, 17 Nov 1998 14:30:31 -0800 (PST) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id OAA23012; Tue, 17 Nov 1998 14:23:01 -0800 (PST) Received: from bubba.whistle.com( 207.76.205.7) by whistle.com via smap (V2.0) id xma023008; Tue, 17 Nov 98 14:22:44 -0800 Received: (from archie@localhost) by bubba.whistle.com (8.8.7/8.6.12) id OAA16194; Tue, 17 Nov 1998 14:22:44 -0800 (PST) From: Archie Cobbs Message-Id: <199811172222.OAA16194@bubba.whistle.com> Subject: Re: cvs commit: ports/security/skip Makefile In-Reply-To: from Bill Fumerola at "Nov 17, 98 02:46:10 pm" To: billf@jade.chc-chimes.com (Bill Fumerola) Date: Tue, 17 Nov 1998 14:22:44 -0800 (PST) Cc: cvs-committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bill Fumerola writes: > > Modified files: > > security/skip Makefile > > Log: > > The original SKIP source is export controlled and only obtainable via a web > > page, which previously meant that this port would not build automatically. > > Some naughty person exported the tarball, so now point directly to it instead. > > Are we going to get in trouble for this? Not unless someone can cite a specific law that is being violated. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 14:31:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29482 for cvs-all-outgoing; Tue, 17 Nov 1998 14:31:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA29472; Tue, 17 Nov 1998 14:31:57 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA09352; Tue, 17 Nov 1998 14:32:01 -0800 (PST) Date: Tue, 17 Nov 1998 14:32:01 -0800 (PST) Message-Id: <199811172232.OAA09352@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/timedef/data Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/11/17 14:32:01 PST Modified files: (Branch: RELENG_2_2) share/timedef/data Makefile Log: MFC: Activate Hungarian time/date format. Revision Changes Path 1.2.2.12 +2 -1 src/share/timedef/data/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 14:34:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29757 for cvs-all-outgoing; Tue, 17 Nov 1998 14:34:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA29749; Tue, 17 Nov 1998 14:34:22 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA09499; Tue, 17 Nov 1998 14:34:27 -0800 (PST) Date: Tue, 17 Nov 1998 14:34:27 -0800 (PST) Message-Id: <199811172234.OAA09499@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/syscons/keymaps Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/11/17 14:34:27 PST Modified files: (Branch: RELENG_2_2) share/syscons/keymaps Makefile Log: MFC: Activate hungarian keymaps Revision Changes Path 1.15.2.6 +2 -1 src/share/syscons/keymaps/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 14:42:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01034 for cvs-all-outgoing; Tue, 17 Nov 1998 14:42:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01013; Tue, 17 Nov 1998 14:42:08 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA09912; Tue, 17 Nov 1998 14:42:12 -0800 (PST) Date: Tue, 17 Nov 1998 14:42:12 -0800 (PST) Message-Id: <199811172242.OAA09912@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/mklocale/data Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/11/17 14:42:12 PST Modified files: (Branch: RELENG_2_2) usr.bin/mklocale/data Makefile Log: MFC: do the right thing for Hungarians Revision Changes Path 1.3.2.4 +2 -2 src/usr.bin/mklocale/data/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 14:57:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03548 for cvs-all-outgoing; Tue, 17 Nov 1998 14:57:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from zippy.dyn.ml.org (sf3-22.ppp.wenet.net [206.15.84.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03535; Tue, 17 Nov 1998 14:57:47 -0800 (PST) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.9.1/8.8.8) with ESMTP id PAA13104; Tue, 17 Nov 1998 15:02:13 -0800 (PST) (envelope-from garbanzo@hooked.net) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Tue, 17 Nov 1998 15:02:12 -0800 (PST) From: Alex Zepeda X-Sender: garbanzo@zippy.dyn.ml.org To: The Hermit Hacker cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/mico Makefile ports/devel/mico/patches patch-ak ports/devel/mico/pkg PLIST In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 16 Nov 1998, The Hermit Hacker wrote: > Okay, now I'm curious...is anyone else seeing this 'fatal signal' > problem? I've got two other systems that I can try this on, and am just > about to start to do so...if either of those two other systems fail, I > will mark the port BROKEN personally :( So use egcs. Or at least tweak the makefile so you can use egcs.. if gcc28 doesn't work, or a.out support is needed try STLport? - alex | "Contrary to popular belief, penguins are not the salvation of modern | | technology. Neither do they throw parties for the urban proletariat." | | Powered by FreeBSD http://www.freebsd.org/ | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 15:01:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04108 for cvs-all-outgoing; Tue, 17 Nov 1998 15:01:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA04103; Tue, 17 Nov 1998 15:01:12 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA10766; Tue, 17 Nov 1998 15:01:12 -0800 (PST) Date: Tue, 17 Nov 1998 15:01:12 -0800 (PST) Message-Id: <199811172301.PAA10766@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/colldef/data Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/11/17 15:01:11 PST Modified files: (Branch: RELENG_2_2) usr.bin/colldef/data Makefile Log: MFC: Add Hungarian Revision Changes Path 1.3.2.6 +2 -2 src/usr.bin/colldef/data/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 15:01:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04168 for cvs-all-outgoing; Tue, 17 Nov 1998 15:01:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from zippy.dyn.ml.org (sf3-22.ppp.wenet.net [206.15.84.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA04149; Tue, 17 Nov 1998 15:01:25 -0800 (PST) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.9.1/8.8.8) with ESMTP id PAA13124; Tue, 17 Nov 1998 15:05:54 -0800 (PST) (envelope-from garbanzo@hooked.net) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Tue, 17 Nov 1998 15:05:54 -0800 (PST) From: Alex Zepeda X-Sender: garbanzo@zippy.dyn.ml.org To: "David O'Brien" cc: The Hermit Hacker , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/mico Makefile In-Reply-To: <19981116021608.B11297@nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 16 Nov 1998, David O'Brien wrote: > > I suspect that the problem has to do with glibstdc++28 ... added a > > BUILD_DEPENDance for that. Just curious, but shouldn't installing gcc28 > > automatically install glibstdc++28? > > Nope. libstdc++ isn't *required* by gcc (or g++ if you use C-style I/O). > Some people install gcc28 only for the C compiler. Perhaps then the port should be broken up into bits (C, C++, Fortran, everything..) like the debian packages do. For inconsistancy's sake, Qt's port depends on Mesa, for an OpenGL extension which isn't built by default (or by the port). Hmm. - alex | "Contrary to popular belief, penguins are not the salvation of modern | | technology. Neither do they throw parties for the urban proletariat." | | Powered by FreeBSD http://www.freebsd.org/ | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 15:35:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10135 for cvs-all-outgoing; Tue, 17 Nov 1998 15:35:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA10128; Tue, 17 Nov 1998 15:35:45 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14528; Tue, 17 Nov 1998 15:35:49 -0800 (PST) Date: Tue, 17 Nov 1998 15:35:49 -0800 (PST) Message-Id: <199811172335.PAA14528@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/17 15:35:49 PST Modified files: . modules Log: beroftpd --> ports/net/beroftpd Revision Changes Path 1.2477 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 15:36:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10470 for cvs-all-outgoing; Tue, 17 Nov 1998 15:36:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA10465; Tue, 17 Nov 1998 15:36:58 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14568; Tue, 17 Nov 1998 15:37:02 -0800 (PST) Date: Tue, 17 Nov 1998 15:37:02 -0800 (PST) Message-Id: <199811172337.PAA14568@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/beroftpd - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/17 15:37:02 PST ports/net/beroftpd - Imported sources Update of /home/ncvs/ports/net/beroftpd In directory freefall.freebsd.org:/x/tmp/cvs-serv14540 Log Message: initial import of beroftpd, a wu-ftpd hybrid with Kerberos support amongst other things. PR: ports/8584 Status: Vendor Tag: BILLF Release Tags: beroftpd_1_2_1 N ports/net/beroftpd/Makefile N ports/net/beroftpd/files/md5 N ports/net/beroftpd/pkg/COMMENT N ports/net/beroftpd/pkg/PLIST N ports/net/beroftpd/pkg/DESCR No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 15:38:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10638 for cvs-all-outgoing; Tue, 17 Nov 1998 15:38:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA10631; Tue, 17 Nov 1998 15:38:21 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14635; Tue, 17 Nov 1998 15:38:26 -0800 (PST) Date: Tue, 17 Nov 1998 15:38:26 -0800 (PST) Message-Id: <199811172338.PAA14635@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/17 15:38:25 PST Modified files: net Makefile Log: Activate beroftpd. PR: ports/8584 Revision Changes Path 1.191 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 16:40:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22542 for cvs-all-outgoing; Tue, 17 Nov 1998 16:40:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22520; Tue, 17 Nov 1998 16:40:04 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA17189; Tue, 17 Nov 1998 16:40:08 -0800 (PST) Date: Tue, 17 Nov 1998 16:40:08 -0800 (PST) Message-Id: <199811180040.QAA17189@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/kerberosIV/lib/libkrb Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/17 16:40:07 PST Modified files: kerberosIV/lib/libkrb Makefile Log: Add an explicit dependency on libcrypt so that shared library linkage works properly. Revision Changes Path 1.3 +3 -1 src/kerberosIV/lib/libkrb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 16:40:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22704 for cvs-all-outgoing; Tue, 17 Nov 1998 16:40:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22675; Tue, 17 Nov 1998 16:40:35 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA17227; Tue, 17 Nov 1998 16:40:39 -0800 (PST) Date: Tue, 17 Nov 1998 16:40:39 -0800 (PST) Message-Id: <199811180040.QAA17227@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/17 16:40:39 PST Modified files: . Makefile.inc1 Log: Note the requirement that libcrypt be built before libkrb. Revision Changes Path 1.42 +2 -2 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 16:48:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23494 for cvs-all-outgoing; Tue, 17 Nov 1998 16:48:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA23489; Tue, 17 Nov 1998 16:48:07 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA17410; Tue, 17 Nov 1998 16:48:11 -0800 (PST) Date: Tue, 17 Nov 1998 16:48:11 -0800 (PST) Message-Id: <199811180048.QAA17410@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.lib.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/17 16:48:11 PST Modified files: share/mk bsd.lib.mk Log: For ELF, create a symbolic link libfoo.so -> libfoo.so.NNN in the object tree too. This makes it possible to link against a shared library that hasn't been installed yet. Revision Changes Path 1.81 +5 -3 src/share/mk/bsd.lib.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 17:16:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26532 for cvs-all-outgoing; Tue, 17 Nov 1998 17:16:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26527; Tue, 17 Nov 1998 17:16:17 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA18748; Tue, 17 Nov 1998 17:16:21 -0800 (PST) Date: Tue, 17 Nov 1998 17:16:21 -0800 (PST) Message-Id: <199811180116.RAA18748@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/libpam - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/17 17:16:21 PST src/contrib/libpam - Imported sources Update of /home/ncvs/src/contrib/libpam In directory freefall.freebsd.org:/d/users/jdp/pam/libpam Log Message: Initial import of virgin Linux-PAM 0.65, slightly stripped down. Status: Vendor Tag: MORGAN Release Tags: morgan_0_65 N src/contrib/libpam/CHANGELOG N src/contrib/libpam/Copyright N src/contrib/libpam/Makefile N src/contrib/libpam/README N src/contrib/libpam/TODO N src/contrib/libpam/FREEBSD-Xlist N src/contrib/libpam/FREEBSD-upgrade N src/contrib/libpam/bin/README N src/contrib/libpam/conf/Makefile N src/contrib/libpam/conf/install_conf N src/contrib/libpam/conf/install N src/contrib/libpam/conf/md5itall N src/contrib/libpam/conf/mkdirp N src/contrib/libpam/conf/pam.conf N src/contrib/libpam/conf/pam_conv1/lex.yy.c N src/contrib/libpam/conf/pam_conv1/Makefile N src/contrib/libpam/conf/pam_conv1/README N src/contrib/libpam/conf/pam_conv1/pam_conv.lex N src/contrib/libpam/conf/pam_conv1/pam_conv.y N src/contrib/libpam/conf/pam_conv1/pam_conv.tab.c N src/contrib/libpam/defs/hpux.defs N src/contrib/libpam/defs/linux.defs N src/contrib/libpam/defs/morgan.defs N src/contrib/libpam/defs/redhat.defs N src/contrib/libpam/defs/solaris.defs N src/contrib/libpam/defs/sunos.defs N src/contrib/libpam/doc/Makefile N src/contrib/libpam/doc/CREDITS N src/contrib/libpam/doc/NOTES N src/contrib/libpam/doc/pam_appl.sgml N src/contrib/libpam/doc/pam_modules.sgml N src/contrib/libpam/doc/pam_source.sgml N src/contrib/libpam/doc/figs/pam_orient.txt N src/contrib/libpam/doc/html/index.html N src/contrib/libpam/doc/man/pam.conf.8 N src/contrib/libpam/doc/man/pam.8 N src/contrib/libpam/doc/man/pam_end.3 N src/contrib/libpam/doc/man/pam.d.8 N src/contrib/libpam/doc/man/pam_authenticate.3 N src/contrib/libpam/doc/man/pam_chauthtok.3 N src/contrib/libpam/doc/man/pam_close_session.3 N src/contrib/libpam/doc/man/pam_fail_delay.3 N src/contrib/libpam/doc/man/pam_open_session.3 N src/contrib/libpam/doc/man/pam_setcred.3 N src/contrib/libpam/doc/man/pam_start.3 N src/contrib/libpam/doc/man/pam_strerror.3 N src/contrib/libpam/doc/man/template-man N src/contrib/libpam/doc/modules/pam_env.sgml N src/contrib/libpam/doc/modules/README N src/contrib/libpam/doc/modules/module.sgml-template N src/contrib/libpam/doc/modules/pam_chroot.sgml N src/contrib/libpam/doc/modules/pam_cracklib.sgml N src/contrib/libpam/doc/modules/pam_deny.sgml N src/contrib/libpam/doc/modules/pam_filter.sgml N src/contrib/libpam/doc/modules/pam_ftp.sgml N src/contrib/libpam/doc/modules/pam_group.sgml N src/contrib/libpam/doc/modules/pam_krb4.sgml N src/contrib/libpam/doc/modules/pam_lastlog.sgml N src/contrib/libpam/doc/modules/pam_limits.sgml N src/contrib/libpam/doc/modules/pam_listfile.sgml N src/contrib/libpam/doc/modules/pam_mail.sgml N src/contrib/libpam/doc/modules/pam_nologin.sgml N src/contrib/libpam/doc/modules/pam_permit.sgml N src/contrib/libpam/doc/modules/pam_pwdb.sgml N src/contrib/libpam/doc/modules/pam_radius.sgml N src/contrib/libpam/doc/modules/pam_rhosts.sgml N src/contrib/libpam/doc/modules/pam_rootok.sgml N src/contrib/libpam/doc/modules/pam_securetty.sgml N src/contrib/libpam/doc/modules/pam_time.sgml N src/contrib/libpam/doc/modules/pam_warn.sgml N src/contrib/libpam/doc/modules/pam_wheel.sgml N src/contrib/libpam/doc/ps/README N src/contrib/libpam/doc/specs/draft-morgan-pam-00.raw N src/contrib/libpam/doc/specs/rfc86.0.txt N src/contrib/libpam/doc/specs/formatter/Makefile N src/contrib/libpam/doc/specs/formatter/parse.lex N src/contrib/libpam/doc/specs/formatter/parse.y N src/contrib/libpam/doc/txts/README N src/contrib/libpam/examples/Makefile N src/contrib/libpam/examples/blank.c N src/contrib/libpam/examples/check_user.c N src/contrib/libpam/examples/test.c N src/contrib/libpam/examples/vpass.c N src/contrib/libpam/examples/xsh.c N src/contrib/libpam/libpam/Makefile N src/contrib/libpam/libpam/pam_account.c N src/contrib/libpam/libpam/pam_auth.c N src/contrib/libpam/libpam/pam_data.c N src/contrib/libpam/libpam/pam_delay.c N src/contrib/libpam/libpam/pam_dispatch.c N src/contrib/libpam/libpam/pam_end.c N src/contrib/libpam/libpam/pam_env.c N src/contrib/libpam/libpam/pam_handlers.c N src/contrib/libpam/libpam/pam_item.c N src/contrib/libpam/libpam/pam_log.c N src/contrib/libpam/libpam/pam_malloc.c N src/contrib/libpam/libpam/pam_map.c N src/contrib/libpam/libpam/pam_misc.c N src/contrib/libpam/libpam/pam_password.c N src/contrib/libpam/libpam/pam_private.h N src/contrib/libpam/libpam/pam_second.c N src/contrib/libpam/libpam/pam_session.c N src/contrib/libpam/libpam/pam_start.c N src/contrib/libpam/libpam/pam_static.c N src/contrib/libpam/libpam/pam_strerror.c N src/contrib/libpam/libpam/pam_tokens.h N src/contrib/libpam/libpam/include/security/_pam_compat.h N src/contrib/libpam/libpam/include/security/_pam_macros.h N src/contrib/libpam/libpam/include/security/_pam_types.h N src/contrib/libpam/libpam/include/security/pam_appl.h N src/contrib/libpam/libpam/include/security/pam_malloc.h N src/contrib/libpam/libpam/include/security/pam_modules.h N src/contrib/libpam/libpam_misc/Makefile N src/contrib/libpam/libpam_misc/help_env.c N src/contrib/libpam/libpam_misc/misc_conv.c N src/contrib/libpam/libpam_misc/pam_misc.h N src/contrib/libpam/libpam_misc/xstrdup.c N src/contrib/libpam/modules/Makefile N src/contrib/libpam/modules/README N src/contrib/libpam/modules/dont_makefile N src/contrib/libpam/modules/register_static N src/contrib/libpam/modules/pam_access/Makefile N src/contrib/libpam/modules/pam_access/README N src/contrib/libpam/modules/pam_access/access.conf N src/contrib/libpam/modules/pam_access/install_conf N src/contrib/libpam/modules/pam_access/pam_access.c N src/contrib/libpam/modules/pam_cracklib/Makefile N src/contrib/libpam/modules/pam_cracklib/README N src/contrib/libpam/modules/pam_cracklib/pam_cracklib.c N src/contrib/libpam/modules/pam_deny/Makefile N src/contrib/libpam/modules/pam_deny/README N src/contrib/libpam/modules/pam_deny/pam_deny.c N src/contrib/libpam/modules/pam_env/Makefile N src/contrib/libpam/modules/pam_env/README N src/contrib/libpam/modules/pam_env/install_conf N src/contrib/libpam/modules/pam_env/pam_env.c N src/contrib/libpam/modules/pam_env/pam_env.conf-example N src/contrib/libpam/modules/pam_filter/Makefile N src/contrib/libpam/modules/pam_filter/README N src/contrib/libpam/modules/pam_filter/pam_filter.c N src/contrib/libpam/modules/pam_filter/include/pam_filter.h N src/contrib/libpam/modules/pam_filter/upperLOWER/Makefile N src/contrib/libpam/modules/pam_filter/upperLOWER/upperLOWER.c N src/contrib/libpam/modules/pam_ftp/Makefile N src/contrib/libpam/modules/pam_ftp/README N src/contrib/libpam/modules/pam_ftp/pam_ftp.c N src/contrib/libpam/modules/pam_group/Makefile N src/contrib/libpam/modules/pam_group/group.conf N src/contrib/libpam/modules/pam_group/install_conf N src/contrib/libpam/modules/pam_group/pam_group.c N src/contrib/libpam/modules/pam_lastlog/Makefile N src/contrib/libpam/modules/pam_lastlog/pam_lastlog.c N src/contrib/libpam/modules/pam_limits/Makefile N src/contrib/libpam/modules/pam_limits/README N src/contrib/libpam/modules/pam_limits/install_conf N src/contrib/libpam/modules/pam_limits/limits.skel N src/contrib/libpam/modules/pam_limits/pam_limits.c N src/contrib/libpam/modules/pam_listfile/Makefile N src/contrib/libpam/modules/pam_listfile/README N src/contrib/libpam/modules/pam_listfile/pam_listfile.c N src/contrib/libpam/modules/pam_mail/Makefile N src/contrib/libpam/modules/pam_mail/pam_mail.c N src/contrib/libpam/modules/pam_nologin/Makefile N src/contrib/libpam/modules/pam_nologin/README N src/contrib/libpam/modules/pam_nologin/pam_nologin.c N src/contrib/libpam/modules/pam_permit/Makefile N src/contrib/libpam/modules/pam_permit/README N src/contrib/libpam/modules/pam_permit/pam_permit.c N src/contrib/libpam/modules/pam_pwdb/CHANGELOG N src/contrib/libpam/modules/pam_pwdb/BUGS N src/contrib/libpam/modules/pam_pwdb/Makefile N src/contrib/libpam/modules/pam_pwdb/README N src/contrib/libpam/modules/pam_pwdb/TODO N src/contrib/libpam/modules/pam_pwdb/bigcrypt.-c N src/contrib/libpam/modules/pam_pwdb/md5.c N src/contrib/libpam/modules/pam_pwdb/md5.h N src/contrib/libpam/modules/pam_pwdb/md5_crypt.c N src/contrib/libpam/modules/pam_pwdb/pam_pwdb.c N src/contrib/libpam/modules/pam_pwdb/pam_unix_acct.-c N src/contrib/libpam/modules/pam_pwdb/pam_unix_auth.-c N src/contrib/libpam/modules/pam_pwdb/pam_unix_md.-c N src/contrib/libpam/modules/pam_pwdb/pam_unix_passwd.-c N src/contrib/libpam/modules/pam_pwdb/pam_unix_pwupd.-c N src/contrib/libpam/modules/pam_pwdb/pam_unix_sess.-c N src/contrib/libpam/modules/pam_pwdb/pwdb_chkpwd.c N src/contrib/libpam/modules/pam_pwdb/support.-c N src/contrib/libpam/modules/pam_radius/Makefile N src/contrib/libpam/modules/pam_radius/README N src/contrib/libpam/modules/pam_radius/pam_radius.c N src/contrib/libpam/modules/pam_radius/pam_radius.h N src/contrib/libpam/modules/pam_rhosts/Makefile N src/contrib/libpam/modules/pam_rhosts/README N src/contrib/libpam/modules/pam_rhosts/pam_rhosts_auth.c N src/contrib/libpam/modules/pam_rootok/Makefile N src/contrib/libpam/modules/pam_rootok/README N src/contrib/libpam/modules/pam_rootok/pam_rootok.c N src/contrib/libpam/modules/pam_securetty/Makefile N src/contrib/libpam/modules/pam_securetty/README N src/contrib/libpam/modules/pam_securetty/pam_securetty.c N src/contrib/libpam/modules/pam_shells/Makefile N src/contrib/libpam/modules/pam_shells/README N src/contrib/libpam/modules/pam_shells/pam_shells.c N src/contrib/libpam/modules/pam_stress/Makefile N src/contrib/libpam/modules/pam_stress/README N src/contrib/libpam/modules/pam_stress/pam_stress.c N src/contrib/libpam/modules/pam_tally/Makefile N src/contrib/libpam/modules/pam_tally/README N src/contrib/libpam/modules/pam_tally/pam_tally.c N src/contrib/libpam/modules/pam_time/Makefile N src/contrib/libpam/modules/pam_time/README N src/contrib/libpam/modules/pam_time/install_conf N src/contrib/libpam/modules/pam_time/pam_time.c N src/contrib/libpam/modules/pam_time/time.conf N src/contrib/libpam/modules/pam_unix/CHANGELOG N src/contrib/libpam/modules/pam_unix/Makefile N src/contrib/libpam/modules/pam_unix/README N src/contrib/libpam/modules/pam_unix/pam_unix_acct.c N src/contrib/libpam/modules/pam_unix/pam_unix_auth.c N src/contrib/libpam/modules/pam_unix/pam_unix_passwd.c N src/contrib/libpam/modules/pam_unix/pam_unix_sess.c N src/contrib/libpam/modules/pam_unix/support.c N src/contrib/libpam/modules/pam_warn/Makefile N src/contrib/libpam/modules/pam_warn/README N src/contrib/libpam/modules/pam_warn/pam_warn.c N src/contrib/libpam/modules/pam_wheel/Makefile N src/contrib/libpam/modules/pam_wheel/README N src/contrib/libpam/modules/pam_wheel/pam_wheel.c No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 17:17:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26904 for cvs-all-outgoing; Tue, 17 Nov 1998 17:17:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26895; Tue, 17 Nov 1998 17:17:51 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA18802; Tue, 17 Nov 1998 17:17:54 -0800 (PST) Date: Tue, 17 Nov 1998 17:17:54 -0800 (PST) Message-Id: <199811180117.RAA18802@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/17 17:17:54 PST Modified files: . modules Log: contrib_libpam -> src/contrib/libpam Revision Changes Path 1.2478 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 17:20:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27192 for cvs-all-outgoing; Tue, 17 Nov 1998 17:20:54 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27186; Tue, 17 Nov 1998 17:20:51 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA18983; Tue, 17 Nov 1998 17:20:55 -0800 (PST) Date: Tue, 17 Nov 1998 17:20:55 -0800 (PST) Message-Id: <199811180120.RAA18983@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/libpam/doc/man pam.8 pam_authenticate.3 pam_chauthtok.3 pam_fail_delay.3 pam_open_session.3 pam_setcred.3 pam_start.3 pam_strerror.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/17 17:20:55 PST Modified files: contrib/libpam/doc/man pam.8 pam_authenticate.3 pam_chauthtok.3 pam_fail_delay.3 pam_open_session.3 pam_setcred.3 pam_start.3 pam_strerror.3 Log: s/Linux-PAM/PAM/g Revision Changes Path 1.2 +14 -20 src/contrib/libpam/doc/man/pam.8 1.2 +4 -4 src/contrib/libpam/doc/man/pam_authenticate.3 1.2 +3 -3 src/contrib/libpam/doc/man/pam_chauthtok.3 1.2 +2 -2 src/contrib/libpam/doc/man/pam_fail_delay.3 1.2 +1 -1 src/contrib/libpam/doc/man/pam_open_session.3 1.2 +4 -4 src/contrib/libpam/doc/man/pam_setcred.3 1.2 +5 -5 src/contrib/libpam/doc/man/pam_start.3 1.2 +4 -4 src/contrib/libpam/doc/man/pam_strerror.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 17:21:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27451 for cvs-all-outgoing; Tue, 17 Nov 1998 17:21:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27443; Tue, 17 Nov 1998 17:21:42 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA19035; Tue, 17 Nov 1998 17:21:47 -0800 (PST) Date: Tue, 17 Nov 1998 17:21:47 -0800 (PST) Message-Id: <199811180121.RAA19035@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/libpam/libpam pam_log.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/17 17:21:47 PST Modified files: contrib/libpam/libpam pam_log.c Log: Don't call openlog() and closelog(). Assume that the application takes care of that. Revision Changes Path 1.2 +8 -0 src/contrib/libpam/libpam/pam_log.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 17:22:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27584 for cvs-all-outgoing; Tue, 17 Nov 1998 17:22:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27579; Tue, 17 Nov 1998 17:22:44 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA19084; Tue, 17 Nov 1998 17:22:49 -0800 (PST) Date: Tue, 17 Nov 1998 17:22:49 -0800 (PST) Message-Id: <199811180122.RAA19084@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/libpam/libpam_misc xstrdup.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/17 17:22:49 PST Modified files: contrib/libpam/libpam_misc xstrdup.c Log: Fix #includes for FreeBSD. Revision Changes Path 1.2 +1 -2 src/contrib/libpam/libpam_misc/xstrdup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 17:24:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27821 for cvs-all-outgoing; Tue, 17 Nov 1998 17:24:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27802; Tue, 17 Nov 1998 17:24:30 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA19149; Tue, 17 Nov 1998 17:24:35 -0800 (PST) Date: Tue, 17 Nov 1998 17:24:35 -0800 (PST) Message-Id: <199811180124.RAA19149@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/libpam/modules/pam_unix pam_unix_auth.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/17 17:24:35 PST Modified files: contrib/libpam/modules/pam_unix pam_unix_auth.c Log: Eliminate a setreuid() call that doesn't make sense for FreeBSD. We don't use this module, but still I don't want to leave this call in the code. Revision Changes Path 1.2 +2 -0 src/contrib/libpam/modules/pam_unix/pam_unix_auth.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 17:44:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29458 for cvs-all-outgoing; Tue, 17 Nov 1998 17:44:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA29452; Tue, 17 Nov 1998 17:44:33 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA19802; Tue, 17 Nov 1998 17:44:37 -0800 (PST) Date: Tue, 17 Nov 1998 17:44:37 -0800 (PST) Message-Id: <199811180144.RAA19802@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libpam - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/17 17:44:37 PST src/lib/libpam - Imported sources Update of /home/ncvs/src/lib/libpam In directory freefall.freebsd.org:/d/users/jdp/pam/libpam Log Message: Build structure for contribified Linux-PAM, plus some home-grown modules for FreeBSD's standard authentication methods. Although the Linux-PAM modules are present in the contrib tree, we don't use any of them. The main library "libpam" is composed of sources taken from three places. First are the standard Linux-PAM libpam sources from the contrib tree. Second are the Linux-PAM "libpam_misc" sources, also from the contrib tree. In Linux these form a separate library. But as Mike Smith pointed out to me, that seems pointless, so I have combined them into the libpam library. Third are some additional sources from the "src/lib/libpam" tree with some common functions that make it easier to write modules. Those I wrote myself. This work has been donated to FreeBSD by Juniper Networks, Inc. Status: Vendor Tag: JUNIPER Release Tags: juniper_1_0 N src/lib/libpam/Makefile N src/lib/libpam/Makefile.inc N src/lib/libpam/libpam/Makefile N src/lib/libpam/libpam/pam_std_option.c N src/lib/libpam/libpam/pam_prompt.c N src/lib/libpam/libpam/pam_mod_misc.h N src/lib/libpam/libpam/pam_get_pass.c N src/lib/libpam/modules/Makefile N src/lib/libpam/modules/Makefile.inc N src/lib/libpam/modules/pam_cleartext_pass_ok/Makefile N src/lib/libpam/modules/pam_cleartext_pass_ok/pam_cleartext_pass_ok.c N src/lib/libpam/modules/pam_kerberosIV/Makefile N src/lib/libpam/modules/pam_kerberosIV/klogin.c N src/lib/libpam/modules/pam_kerberosIV/pam_kerberosIV.c N src/lib/libpam/modules/pam_radius/Makefile N src/lib/libpam/modules/pam_radius/pam_radius.c N src/lib/libpam/modules/pam_skey/Makefile N src/lib/libpam/modules/pam_skey/pam_skey.c N src/lib/libpam/modules/pam_tacplus/Makefile N src/lib/libpam/modules/pam_tacplus/pam_tacplus.c N src/lib/libpam/modules/pam_unix/Makefile N src/lib/libpam/modules/pam_unix/pam_unix.c No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 17:46:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29744 for cvs-all-outgoing; Tue, 17 Nov 1998 17:46:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA29739; Tue, 17 Nov 1998 17:46:09 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA19878; Tue, 17 Nov 1998 17:46:14 -0800 (PST) Date: Tue, 17 Nov 1998 17:46:14 -0800 (PST) Message-Id: <199811180146.RAA19878@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/17 17:46:14 PST Modified files: . modules Log: libpam -> src/lib/libpam Revision Changes Path 1.2479 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 17:51:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA00133 for cvs-all-outgoing; Tue, 17 Nov 1998 17:51:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA00122; Tue, 17 Nov 1998 17:51:21 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA20402; Tue, 17 Nov 1998 17:51:25 -0800 (PST) Date: Tue, 17 Nov 1998 17:51:25 -0800 (PST) Message-Id: <199811180151.RAA20402@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc/mtree BSD.include.dist Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/17 17:51:25 PST Modified files: etc/mtree BSD.include.dist Log: Add the directory "/usr/include/security", which is where the PAM header files go. I am not too happy about the name. But if we are to have any hope of being able to use 3rd party PAM modules, we'll have to live with it. Revision Changes Path 1.22 +3 -1 src/etc/mtree/BSD.include.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 17:53:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA00578 for cvs-all-outgoing; Tue, 17 Nov 1998 17:53:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA00572; Tue, 17 Nov 1998 17:53:51 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA20553; Tue, 17 Nov 1998 17:53:56 -0800 (PST) Date: Tue, 17 Nov 1998 17:53:56 -0800 (PST) Message-Id: <199811180153.RAA20553@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.libnames.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/17 17:53:56 PST Modified files: share/mk bsd.libnames.mk Log: Add LIBPAM, LIBRADIUS, and LIBTACPLUS. Revision Changes Path 1.19 +4 -1 src/share/mk/bsd.libnames.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 17:59:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01044 for cvs-all-outgoing; Tue, 17 Nov 1998 17:59:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01039; Tue, 17 Nov 1998 17:59:35 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA20806; Tue, 17 Nov 1998 17:59:39 -0800 (PST) Date: Tue, 17 Nov 1998 17:59:39 -0800 (PST) Message-Id: <199811180159.RAA20806@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/17 17:59:39 PST Modified files: . Makefile.inc1 Log: Add libpam to the "includes" and "libraries" targets. Build the ordered list of libraries in a variable "_libs" before building any of them. This eliminates a little bit of duplicated code. More importantly, it makes it easier to include or exclude libraries with .if constructs, because the list can be built in multiple steps using "+=". Revision Changes Path 1.43 +16 -12 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 18:02:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA01537 for cvs-all-outgoing; Tue, 17 Nov 1998 18:02:27 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA01532; Tue, 17 Nov 1998 18:02:24 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA21079; Tue, 17 Nov 1998 18:02:28 -0800 (PST) Date: Tue, 17 Nov 1998 18:02:28 -0800 (PST) Message-Id: <199811180202.SAA21079@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/17 18:02:28 PST Modified files: lib Makefile Log: Enable the building of libpam. Move libradius and libtacplus up in the list, because they are prerequisites for libpam. Revision Changes Path 1.84 +6 -5 src/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 18:10:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA02541 for cvs-all-outgoing; Tue, 17 Nov 1998 18:10:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA02536; Tue, 17 Nov 1998 18:10:50 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA21263; Tue, 17 Nov 1998 18:10:54 -0800 (PST) Date: Tue, 17 Nov 1998 18:10:54 -0800 (PST) Message-Id: <199811180210.SAA21263@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/biology/tinker Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/11/17 18:10:54 PST Modified files: biology/tinker Makefile Log: Add a comment about setting env var 'FC' to 'g77' if EGCS is to be used for building. Revision Changes Path 1.2 +4 -3 ports/biology/tinker/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 19:56:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA12088 for cvs-all-outgoing; Tue, 17 Nov 1998 19:56:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA12083; Tue, 17 Nov 1998 19:56:44 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA25002; Tue, 17 Nov 1998 19:56:47 -0800 (PST) Date: Tue, 17 Nov 1998 19:56:47 -0800 (PST) Message-Id: <199811180356.TAA25002@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/17 19:56:47 PST Modified files: . modules Log: xsystem35 --> ports/emulators/xsystem35 Revision Changes Path 1.2480 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 20:06:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13059 for cvs-all-outgoing; Tue, 17 Nov 1998 20:06:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13054; Tue, 17 Nov 1998 20:06:08 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA25315; Tue, 17 Nov 1998 20:06:12 -0800 (PST) Date: Tue, 17 Nov 1998 20:06:12 -0800 (PST) Message-Id: <199811180406.UAA25315@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/emulators/xsystem35 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/17 20:06:12 PST ports/emulators/xsystem35 - Imported sources Update of /home/ncvs/ports/emulators/xsystem35 In directory freefall.freebsd.org:/c/users/flathill/xsystem35 Log Message: Reviewed by: kuriyama Submitted by: flathill@flathill.gr.jp Initial import of Xsystem35. Xsystem35 is AliceSoft System 3.5 emulator on X Window System Status: Vendor Tag: XSYSTEM35 Release Tags: xsystem35_19981024 N ports/emulators/xsystem35/Makefile N ports/emulators/xsystem35/files/md5 N ports/emulators/xsystem35/pkg/COMMENT N ports/emulators/xsystem35/pkg/DESCR N ports/emulators/xsystem35/pkg/PLIST N ports/emulators/xsystem35/pkg/MESSAGE N ports/emulators/xsystem35/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 20:30:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA15315 for cvs-all-outgoing; Tue, 17 Nov 1998 20:30:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA15306; Tue, 17 Nov 1998 20:30:48 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA26255; Tue, 17 Nov 1998 20:30:53 -0800 (PST) Date: Tue, 17 Nov 1998 20:30:53 -0800 (PST) Message-Id: <199811180430.UAA26255@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/gencat gencat.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/11/17 20:30:53 PST Modified files: usr.bin/gencat gencat.1 Log: Updated gencat(1) page from T. Lambert: "Here is a new gencat(1) man page. It contains examples and information not in the current man page (e.g., file format) per the X/Open documentation. It also updates some aspects of the X/Open documentation (e.g., the X/Open document neglects to say how to embed a $quote character into a string)." Submitted by: Terry Lambert Review and small corrections by: jkoshy Revision Changes Path 1.2 +132 -16 src/usr.bin/gencat/gencat.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 17 20:34:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA15627 for cvs-all-outgoing; Tue, 17 Nov 1998 20:34:43 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA15622; Tue, 17 Nov 1998 20:34:42 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA26417; Tue, 17 Nov 1998 20:34:46 -0800 (PST) Date: Tue, 17 Nov 1998 20:34:46 -0800 (PST) Message-Id: <199811180434.UAA26417@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/emulators Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/17 20:34:46 PST Modified files: emulators Makefile Log: Add SUBSIR+=xsystem35 Revision Changes Path 1.27 +2 -1 ports/emulators/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 00:01:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA29505 for cvs-all-outgoing; Wed, 18 Nov 1998 00:01:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA29498; Wed, 18 Nov 1998 00:01:39 -0800 (PST) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA04935; Wed, 18 Nov 1998 00:01:43 -0800 (PST) Date: Wed, 18 Nov 1998 00:01:43 -0800 (PST) Message-Id: <199811180801.AAA04935@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/projects projects.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/11/18 00:01:43 PST Modified files: en/projects projects.sgml Log: I'm taking over the FreeBSD-sparc FAQ and resources. Email to Justin has gone on deaf ears for quite sometime. There is renewed interest on the freebsd-sparc mailing list and others are starting FAQs. I believe it would be better to maintain one up to date FAQ. Revision Changes Path 1.30 +3 -3 www/en/projects/projects.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 00:33:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA02679 for cvs-all-outgoing; Wed, 18 Nov 1998 00:33:57 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA02674; Wed, 18 Nov 1998 00:33:55 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA06299; Wed, 18 Nov 1998 00:33:59 -0800 (PST) Date: Wed, 18 Nov 1998 00:33:59 -0800 (PST) Message-Id: <199811180833.AAA06299@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa kbdtables.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/11/18 00:33:59 PST Modified files: sys/i386/isa kbdtables.h Log: Fix ROOL UP/DOWN keys of PC-98. Revision Changes Path 1.42 +3 -3 src/sys/i386/isa/kbdtables.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 00:36:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA03141 for cvs-all-outgoing; Wed, 18 Nov 1998 00:36:02 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA03103; Wed, 18 Nov 1998 00:35:59 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA06435; Wed, 18 Nov 1998 00:36:04 -0800 (PST) Date: Wed, 18 Nov 1998 00:36:04 -0800 (PST) Message-Id: <199811180836.AAA06435@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa kbdtables.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/11/18 00:36:03 PST Modified files: (Branch: RELENG_2_2) sys/i386/isa kbdtables.h Log: MFC: fix ROLL UP/DOWN keys of PC-98 (rev. 1.42). Revision Changes Path 1.32.2.6 +3 -3 src/sys/i386/isa/kbdtables.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 01:00:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05404 for cvs-all-outgoing; Wed, 18 Nov 1998 01:00:46 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA05396; Wed, 18 Nov 1998 01:00:44 -0800 (PST) (envelope-from dg@FreeBSD.org) From: David Greenman Received: (from dg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA07322; Wed, 18 Nov 1998 01:00:48 -0800 (PST) Date: Wed, 18 Nov 1998 01:00:48 -0800 (PST) Message-Id: <199811180900.BAA07322@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern uipc_syscalls.c vfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1998/11/18 01:00:48 PST Modified files: sys/kern uipc_syscalls.c vfs_bio.c Log: Closed a very narrow and rare race condition that involved net interrupts, bio interrupts, and a truncated file that along with the precise alignment of the planets could result in a page being freed multiple times or a just-freed page being put onto the inactive queue. Revision Changes Path 1.46 +4 -1 src/sys/kern/uipc_syscalls.c 1.185 +4 -2 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 01:02:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05583 for cvs-all-outgoing; Wed, 18 Nov 1998 01:02:22 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA05578; Wed, 18 Nov 1998 01:02:21 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA07417; Wed, 18 Nov 1998 01:02:25 -0800 (PST) Date: Wed, 18 Nov 1998 01:02:25 -0800 (PST) Message-Id: <199811180902.BAA07417@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/tix Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/11/18 01:02:25 PST Modified files: x11-toolkits/tix Makefile Log: Add some mirror sites. Revision Changes Path 1.21 +4 -2 ports/x11-toolkits/tix/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 01:08:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06125 for cvs-all-outgoing; Wed, 18 Nov 1998 01:08:01 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06111; Wed, 18 Nov 1998 01:07:59 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA07669; Wed, 18 Nov 1998 01:08:04 -0800 (PST) Date: Wed, 18 Nov 1998 01:08:04 -0800 (PST) Message-Id: <199811180908.BAA07669@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/gqmpeg Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/18 01:08:04 PST Modified files: audio/gqmpeg Makefile Log: Got distfile, unbreak. Revision Changes Path 1.3 +1 -3 ports/audio/gqmpeg/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 01:29:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA07737 for cvs-all-outgoing; Wed, 18 Nov 1998 01:29:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA07728; Wed, 18 Nov 1998 01:29:43 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA09320; Wed, 18 Nov 1998 01:29:47 -0800 (PST) Date: Wed, 18 Nov 1998 01:29:47 -0800 (PST) Message-Id: <199811180929.BAA09320@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/fkiss Makefile ports/games/fkiss/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 01:29:47 PST Modified files: games/fkiss Makefile games/fkiss/pkg PLIST Log: Install japanese document in /usr/XR6/share/doc/ja/fkiss Revision Changes Path 1.3 +5 -1 ports/games/fkiss/Makefile 1.2 +2 -0 ports/games/fkiss/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 01:47:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA09195 for cvs-all-outgoing; Wed, 18 Nov 1998 01:47:19 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA09188; Wed, 18 Nov 1998 01:47:18 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10368; Wed, 18 Nov 1998 01:47:22 -0800 (PST) Date: Wed, 18 Nov 1998 01:47:22 -0800 (PST) Message-Id: <199811180947.BAA10368@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 01:47:21 PST Modified files: . modules Log: xmagv --> ports/graphics/xmagv Revision Changes Path 1.2481 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 01:47:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA09237 for cvs-all-outgoing; Wed, 18 Nov 1998 01:47:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA09231; Wed, 18 Nov 1998 01:47:56 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10387; Wed, 18 Nov 1998 01:48:01 -0800 (PST) Date: Wed, 18 Nov 1998 01:48:01 -0800 (PST) Message-Id: <199811180948.BAA10387@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/xmagv - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 01:48:01 PST ports/graphics/xmagv - Imported sources Update of /home/ncvs/ports/graphics/xmagv In directory freefall.freebsd.org:/c/users/flathill/xmagv Log Message: Initial Import xmagv. xmagv display the MAG format image. Status: Vendor Tag: XMAGV Release Tags: xmagv_1_11 N ports/graphics/xmagv/Makefile I ports/graphics/xmagv/CVS N ports/graphics/xmagv/files/md5 N ports/graphics/xmagv/pkg/COMMENT N ports/graphics/xmagv/pkg/DESCR N ports/graphics/xmagv/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 01:56:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA10273 for cvs-all-outgoing; Wed, 18 Nov 1998 01:56:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA10268; Wed, 18 Nov 1998 01:56:12 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10892; Wed, 18 Nov 1998 01:56:16 -0800 (PST) Date: Wed, 18 Nov 1998 01:56:16 -0800 (PST) Message-Id: <199811180956.BAA10892@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 01:56:16 PST Modified files: . modules Log: xpx --> ports/graphics/xpx Revision Changes Path 1.2482 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 01:56:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA10315 for cvs-all-outgoing; Wed, 18 Nov 1998 01:56:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA10309; Wed, 18 Nov 1998 01:56:38 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10909; Wed, 18 Nov 1998 01:56:43 -0800 (PST) Date: Wed, 18 Nov 1998 01:56:43 -0800 (PST) Message-Id: <199811180956.BAA10909@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/xpx - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 01:56:43 PST ports/graphics/xpx - Imported sources Update of /home/ncvs/ports/graphics/xpx In directory freefall.freebsd.org:/c/users/flathill/xpx Log Message: Initial Import xpx. Xpx is a simple pixel editing tool to make datas for KISS Status: Vendor Tag: XPX Release Tags: xpx_1_41 N ports/graphics/xpx/Makefile I ports/graphics/xpx/CVS N ports/graphics/xpx/files/md5 N ports/graphics/xpx/pkg/COMMENT N ports/graphics/xpx/pkg/DESCR N ports/graphics/xpx/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 02:07:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11936 for cvs-all-outgoing; Wed, 18 Nov 1998 02:07:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11928; Wed, 18 Nov 1998 02:07:45 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA12234; Wed, 18 Nov 1998 02:07:50 -0800 (PST) Date: Wed, 18 Nov 1998 02:07:50 -0800 (PST) Message-Id: <199811181007.CAA12234@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 02:07:49 PST Modified files: graphics Makefile Log: Add ports/graphics/Makefile SUBDIR+={xmagv,xpx} Revision Changes Path 1.98 +3 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 02:16:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA12923 for cvs-all-outgoing; Wed, 18 Nov 1998 02:16:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA12916; Wed, 18 Nov 1998 02:16:43 -0800 (PST) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA12624; Wed, 18 Nov 1998 02:16:48 -0800 (PST) Date: Wed, 18 Nov 1998 02:16:48 -0800 (PST) Message-Id: <199811181016.CAA12624@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/ups-debug Makefile ports/devel/ups-debug/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/11/18 02:16:48 PST Modified files: devel/ups-debug Makefile devel/ups-debug/files md5 Log: Author re-rolled his patchball, so we don't need my hacked version anymore. Revision Changes Path 1.8 +3 -4 ports/devel/ups-debug/Makefile 1.5 +1 -1 ports/devel/ups-debug/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 02:32:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA14388 for cvs-all-outgoing; Wed, 18 Nov 1998 02:32:27 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA14383; Wed, 18 Nov 1998 02:32:22 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-235.ix.netcom.com [209.109.234.235]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id CAA10441; Wed, 18 Nov 1998 02:31:55 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id CAA02815; Wed, 18 Nov 1998 02:31:52 -0800 (PST) Date: Wed, 18 Nov 1998 02:31:52 -0800 (PST) Message-Id: <199811181031.CAA02815@silvia.hip.berkeley.edu> To: vanilla@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199811171741.JAA23819@freefall.freebsd.org> (vanilla@FreeBSD.ORG) Subject: Re: cvs commit: ports/chinese/CJK Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * It works fine on maintainer and my box. Wait: === From: "Justin M. Seger" Date: Thu, 15 Oct 1998 14:25:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/CJK Makefile jseger 1998/10/15 14:25:10 PDT Modified files: chinese/CJK Makefile Log: Mark BROKEN: : Patching file /usr/local/bin/MakeTeXPK using Plan A... Hunk #1 failed at 80. Hunk #2 failed at 142. Hunk #3 failed at 173. Revision Changes Path 1.3 +3 -1 ports/chinese/CJK/Makefile === This is not going to work, there are many ports that install MakeTeXPK. Besides, this is just fundamentally wrong. Can you start with a "known" MakeTeXPK and install the patched version with a different name or something? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 02:34:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA14679 for cvs-all-outgoing; Wed, 18 Nov 1998 02:34:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA14674; Wed, 18 Nov 1998 02:34:10 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA15520; Wed, 18 Nov 1998 02:34:14 -0800 (PST) Date: Wed, 18 Nov 1998 02:34:14 -0800 (PST) Message-Id: <199811181034.CAA15520@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/glib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/18 02:34:14 PST Modified files: devel/glib/pkg PLIST Log: Make this file match reality. Revision Changes Path 1.10 +1 -1 ports/devel/glib/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 02:51:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA16666 for cvs-all-outgoing; Wed, 18 Nov 1998 02:51:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA16661; Wed, 18 Nov 1998 02:51:49 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA16656; Wed, 18 Nov 1998 02:51:54 -0800 (PST) Date: Wed, 18 Nov 1998 02:51:54 -0800 (PST) Message-Id: <199811181051.CAA16656@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/gtk11 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/18 02:51:54 PST Modified files: x11-toolkits/gtk11 Makefile Log: List manpage name correctly. Revision Changes Path 1.30 +2 -2 ports/x11-toolkits/gtk11/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 02:55:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA17088 for cvs-all-outgoing; Wed, 18 Nov 1998 02:55:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA17083; Wed, 18 Nov 1998 02:55:14 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA17238; Wed, 18 Nov 1998 02:55:19 -0800 (PST) Date: Wed, 18 Nov 1998 02:55:19 -0800 (PST) Message-Id: <199811181055.CAA17238@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/portcheckout/pkg COMMENT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/18 02:55:18 PST Modified files: devel/portcheckout/pkg COMMENT Log: No need to put name in front. Revision Changes Path 1.2 +1 -1 ports/devel/portcheckout/pkg/COMMENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 02:55:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA17261 for cvs-all-outgoing; Wed, 18 Nov 1998 02:55:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA17254; Wed, 18 Nov 1998 02:55:41 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA17283; Wed, 18 Nov 1998 02:55:46 -0800 (PST) Date: Wed, 18 Nov 1998 02:55:46 -0800 (PST) Message-Id: <199811181055.CAA17283@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/cad/felt Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/18 02:55:46 PST Modified files: cad/felt Makefile Log: OSVERSION was not used anymore. Revision Changes Path 1.9 +1 -2 ports/cad/felt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 03:19:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA19033 for cvs-all-outgoing; Wed, 18 Nov 1998 03:19:22 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA19027; Wed, 18 Nov 1998 03:19:21 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20793; Wed, 18 Nov 1998 03:19:26 -0800 (PST) Date: Wed, 18 Nov 1998 03:19:26 -0800 (PST) Message-Id: <199811181119.DAA20793@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/mpd Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/18 03:19:25 PST Modified files: net/mpd Makefile Log: OSVERSION wasn't used any more. Revision Changes Path 1.9 +1 -3 ports/net/mpd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 03:31:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20378 for cvs-all-outgoing; Wed, 18 Nov 1998 03:31:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA20373; Wed, 18 Nov 1998 03:31:39 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA26112; Wed, 18 Nov 1998 03:31:44 -0800 (PST) Date: Wed, 18 Nov 1998 03:31:44 -0800 (PST) Message-Id: <199811181131.DAA26112@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/ntop Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/18 03:31:43 PST Modified files: net/ntop Makefile Log: Um, I think you got yourself confused. This is a simple case of DISTNAME being sufficient for almost everything. :) Revision Changes Path 1.7 +3 -6 ports/net/ntop/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 03:36:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20907 for cvs-all-outgoing; Wed, 18 Nov 1998 03:36:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA20901; Wed, 18 Nov 1998 03:36:49 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA07935; Wed, 18 Nov 1998 03:36:53 -0800 (PST) Date: Wed, 18 Nov 1998 03:36:53 -0800 (PST) Message-Id: <199811181136.DAA07935@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/teTeX-beta Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/18 03:36:53 PST Modified files: print/teTeX-beta Makefile Log: Add ${MASTER_SITE_LOCAL} to master site list, it's too big to be put on the maintainer's personal web page. Revision Changes Path 1.25 +3 -2 ports/print/teTeX-beta/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 03:38:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21364 for cvs-all-outgoing; Wed, 18 Nov 1998 03:38:54 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA21358; Wed, 18 Nov 1998 03:38:53 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08679; Wed, 18 Nov 1998 03:38:58 -0800 (PST) Date: Wed, 18 Nov 1998 03:38:58 -0800 (PST) Message-Id: <199811181138.DAA08679@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/korean/hanyangfonts Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/18 03:38:58 PST Modified files: korean/hanyangfonts Makefile Log: Somehow forgot to commit this file. Sorry. (Move fonts to local.) PR: 8717 Submitted by: maintainer Revision Changes Path 1.7 +4 -3 ports/korean/hanyangfonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 03:40:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21536 for cvs-all-outgoing; Wed, 18 Nov 1998 03:40:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA21531; Wed, 18 Nov 1998 03:40:37 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08844; Wed, 18 Nov 1998 03:40:41 -0800 (PST) Date: Wed, 18 Nov 1998 03:40:41 -0800 (PST) Message-Id: <199811181140.DAA08844@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/math/r Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/18 03:40:41 PST Modified files: math/r Makefile Log: Use LOOP_VAR. Revision Changes Path 1.7 +3 -2 ports/math/r/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 03:42:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21704 for cvs-all-outgoing; Wed, 18 Nov 1998 03:42:46 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA21696; Wed, 18 Nov 1998 03:42:42 -0800 (PST) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA09047; Wed, 18 Nov 1998 03:42:46 -0800 (PST) Date: Wed, 18 Nov 1998 03:42:46 -0800 (PST) Message-Id: <199811181142.DAA09047@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/exim/files Makefile ports/mail/exim/patches patch-aa ports/mail/exim/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk markm 1998/11/18 03:42:46 PST Modified files: mail/exim/files Makefile mail/exim/patches patch-aa mail/exim/pkg PLIST Log: Duh! Previous commit taught exim to use ``configure.sample'' as its default configuration file instead of ``configure''. Fix that and a PLIST nit. Revision Changes Path 1.8 +1 -1 ports/mail/exim/files/Makefile 1.9 +8 -4 ports/mail/exim/patches/patch-aa 1.9 +1 -0 ports/mail/exim/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 03:47:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA22099 for cvs-all-outgoing; Wed, 18 Nov 1998 03:47:43 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA22094; Wed, 18 Nov 1998 03:47:41 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA09307; Wed, 18 Nov 1998 03:47:46 -0800 (PST) Date: Wed, 18 Nov 1998 03:47:46 -0800 (PST) Message-Id: <199811181147.DAA09307@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/cp utils.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/11/18 03:47:45 PST Modified files: bin/cp utils.c Log: Don't use mmap() for non-regular files, since st_size is only meaningful for regular files. This fixes recent breakage of cp'ing from /dev/zero. /dev/zero doesn't support mmap(), but the device driver mmap routines are not called for mapping 0 bytes, so the error was not detected. mmap() can't even be used for cp'ing special files that support mmap(), since there is general way to determine the file size. Revision Changes Path 1.21 +2 -2 src/bin/cp/utils.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 03:57:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA22892 for cvs-all-outgoing; Wed, 18 Nov 1998 03:57:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA22886; Wed, 18 Nov 1998 03:57:09 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-235.ix.netcom.com [209.109.234.235]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA10549; Wed, 18 Nov 1998 03:56:31 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id DAA03020; Wed, 18 Nov 1998 03:56:26 -0800 (PST) Date: Wed, 18 Nov 1998 03:56:26 -0800 (PST) Message-Id: <199811181156.DAA03020@silvia.hip.berkeley.edu> To: jonny@jonny.eng.br CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199811171834.QAA04180@roma.coe.ufrj.br> (message from Joao Carlos Mendes Luis on Tue, 17 Nov 1998 16:34:42 -0200 (EDT)) Subject: Re: cvs commit: ports/databases/gmysql Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * And if somebody has changed FETCH_CMD to something more suitable to * their needs ? I, for example, use a script that calls wget to fetch Write a wrapper that DTRT with all the fetch arguments. Really, people replacing things like FETCH_CMD are assumed to know what they are doing. All components of that command line are clearly replacable in port Makefiles, and we can't go cater to every non-standard setups in users' environments. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 04:07:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA26122 for cvs-all-outgoing; Wed, 18 Nov 1998 04:07:46 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA26113; Wed, 18 Nov 1998 04:07:43 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-235.ix.netcom.com [209.109.234.235]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id EAA10577; Wed, 18 Nov 1998 04:07:16 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id EAA03067; Wed, 18 Nov 1998 04:07:13 -0800 (PST) Date: Wed, 18 Nov 1998 04:07:13 -0800 (PST) Message-Id: <199811181207.EAA03067@silvia.hip.berkeley.edu> To: vanilla@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199811171522.HAA14833@freefall.freebsd.org> (vanilla@FreeBSD.ORG) Subject: Re: cvs commit: ports/x11-toolkits/gtk11 Makefile ports/x11-toolkits/gtk11/files md5 ports/x11-toolkits/gtk11/patches patch-aa ports/x11-toolkits/gtk11/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * Downgrage to 1.1.2 Thanks. By the way, lang/gnomeobjc is still broken: === : gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/usr/X11R6/include -I./../programs -DGNOMELIBDIR=\"/usr/X11R6/lib\" -DGNOMEDATADIR=\"/usr/X11R6/share/gnome\" -DGNOMELOCALEDIR=\"/usr/X11R6/share/locale\" -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk11 -I/usr/local/include/glib -I../intl -O -pipe -I/usr/local/include -I/usr/X11R6/include/gtk11 -I/usr/X11R6/include -I/usr/local/include/glib -O -pipe -I/usr/X11R6/include -c -fPIC -DPIC obgnomeLED.m In file included from obgnomeLED.m:1: obgnomeLED.h:4: gtktty/libgtktty.h: No such file or directory In file included from obgnomeLED.m:1: obgnomeLED.h:9: parse error before `GtkLed' obgnomeLED.h:11: parse error before `GtkLed' obgnomeLED.m: In function `_i_Gtk_LED__init': obgnomeLED.m:6: warning: `Gtk_LED' does not respond to `castGtkLED:' obgnomeLED.m: At top level: obgnomeLED.m:9: parse error before `GtkLed' obgnomeLED.m: In function `_i_Gtk_LED__set_state_LED__': obgnomeLED.m:18: `gtkled' undeclared (first use this function) obgnomeLED.m:18: (Each undeclared identifier is reported only once obgnomeLED.m:18: for each function it appears in.) obgnomeLED.m: In function `_i_Gtk_LED__switch_': obgnomeLED.m:24: `gtkled' undeclared (first use this function) obgnomeLED.m: In function `_i_Gtk_LED__is_on': obgnomeLED.m:30: `gtkled' undeclared (first use this function) *** Error code 1 Stop. === Can you look into this? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 04:09:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA26538 for cvs-all-outgoing; Wed, 18 Nov 1998 04:09:02 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA26530; Wed, 18 Nov 1998 04:09:01 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA11718; Wed, 18 Nov 1998 04:09:05 -0800 (PST) Date: Wed, 18 Nov 1998 04:09:05 -0800 (PST) Message-Id: <199811181209.EAA11718@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/electriceyes Makefile ports/math/gnumeric Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/18 04:09:05 PST Modified files: graphics/electriceyes Makefile math/gnumeric Makefile Log: These two are no longer broken due to gnome/gtk. Revision Changes Path 1.5 +1 -3 ports/graphics/electriceyes/Makefile 1.3 +1 -3 ports/math/gnumeric/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 04:22:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA27826 for cvs-all-outgoing; Wed, 18 Nov 1998 04:22:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA27821; Wed, 18 Nov 1998 04:22:25 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA12387; Wed, 18 Nov 1998 04:22:29 -0800 (PST) Date: Wed, 18 Nov 1998 04:22:29 -0800 (PST) Message-Id: <199811181222.EAA12387@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/gqview Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/18 04:22:29 PST Modified files: graphics/gqview Makefile Log: Got distfile, unbreak. Revision Changes Path 1.6 +1 -3 ports/graphics/gqview/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 04:23:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28125 for cvs-all-outgoing; Wed, 18 Nov 1998 04:23:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA28111; Wed, 18 Nov 1998 04:23:46 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-235.ix.netcom.com [209.109.234.235]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA10542; Wed, 18 Nov 1998 03:54:25 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id DAA03013; Wed, 18 Nov 1998 03:54:22 -0800 (PST) Date: Wed, 18 Nov 1998 03:54:22 -0800 (PST) Message-Id: <199811181154.DAA03013@silvia.hip.berkeley.edu> To: billf@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199811172021.MAA01778@freefall.freebsd.org> (message from Bill Fumerola on Tue, 17 Nov 1998 12:21:55 -0800 (PST)) Subject: Re: cvs commit: ports/graphics/gyvefigs Makefile ports/graphics/gyvegui Makefile ports/graphics/gyvekernel Makefile ports/lang/guileobjc Makefile ports/misc/gyvescm Makefile ports/misc/scriptkit Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * billf 1998/11/17 12:21:55 PST * * Modified files: * graphics/gyvefigs Makefile * graphics/gyvegui Makefile * graphics/gyvekernel Makefile * lang/guileobjc Makefile * misc/gyvescm Makefile * misc/scriptkit Makefile * Log: * gyve is broken with guile-1.3. Marking it and everything that * depends on it as BROKEN. Yikes. Is this another case of an upgrade breaking a whole bunch of other ports? If it's the case, please back it out ASAP, Vanilla. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 05:03:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00838 for cvs-all-outgoing; Wed, 18 Nov 1998 05:03:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00831; Wed, 18 Nov 1998 05:03:38 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA14012; Wed, 18 Nov 1998 05:03:42 -0800 (PST) Date: Wed, 18 Nov 1998 05:03:42 -0800 (PST) Message-Id: <199811181303.FAA14012@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/korean/mizifont Makefile ports/korean/mizifont/pkg MESSAGE PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/18 05:03:42 PST Modified files: korean/mizifont Makefile korean/mizifont/pkg MESSAGE PLIST Log: Move fonts from misc to local. PR: 8722 Submitted by: maintainer Revision Changes Path 1.7 +4 -4 ports/korean/mizifont/Makefile 1.2 +20 -0 ports/korean/mizifont/pkg/MESSAGE 1.2 +11 -11 ports/korean/mizifont/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 06:52:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14953 for cvs-all-outgoing; Wed, 18 Nov 1998 06:52:53 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14948; Wed, 18 Nov 1998 06:52:52 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA01590; Wed, 18 Nov 1998 06:52:57 -0800 (PST) Date: Wed, 18 Nov 1998 06:52:57 -0800 (PST) Message-Id: <199811181452.GAA01590@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/gqview/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/18 06:52:56 PST Modified files: graphics/gqview/patches patch-aa Log: Remove the define for gtk1.1.3. Revision Changes Path 1.3 +2 -3 ports/graphics/gqview/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 06:59:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15858 for cvs-all-outgoing; Wed, 18 Nov 1998 06:59:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA15853; Wed, 18 Nov 1998 06:59:48 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA02069; Wed, 18 Nov 1998 06:59:53 -0800 (PST) Date: Wed, 18 Nov 1998 06:59:53 -0800 (PST) Message-Id: <199811181459.GAA02069@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/gqmpeg/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/18 06:59:53 PST Modified files: audio/gqmpeg/patches patch-aa Log: Remove the define for gtk1.1.3 Revision Changes Path 1.2 +2 -6 ports/audio/gqmpeg/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 07:09:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16833 for cvs-all-outgoing; Wed, 18 Nov 1998 07:09:32 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16827; Wed, 18 Nov 1998 07:09:31 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA02929; Wed, 18 Nov 1998 07:09:35 -0800 (PST) Date: Wed, 18 Nov 1998 07:09:35 -0800 (PST) Message-Id: <199811181509.HAA02929@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/gettext Makefile ports/devel/gettext/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/18 07:09:35 PST Modified files: devel/gettext Makefile devel/gettext/pkg PLIST Log: Add a argument to CONFIGURE_ARGS. PR: ports/8736 Submitted by: maintainer Revision Changes Path 1.4 +2 -1 ports/devel/gettext/Makefile 1.4 +15 -15 ports/devel/gettext/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 07:50:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21745 for cvs-all-outgoing; Wed, 18 Nov 1998 07:50:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21740; Wed, 18 Nov 1998 07:50:19 -0800 (PST) (envelope-from smace@FreeBSD.org) From: Scott Mace Received: (from smace@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA05386; Wed, 18 Nov 1998 07:50:24 -0800 (PST) Date: Wed, 18 Nov 1998 07:50:24 -0800 (PST) Message-Id: <199811181550.HAA05386@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/pbm2ppa - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk smace 1998/11/18 07:50:24 PST ports/print/pbm2ppa - Imported sources Update of /home/ncvs/ports/print/pbm2ppa In directory freefall.freebsd.org:/d/users/smace/pbm2ppa Log Message: Initial import of pbm2ppa. Submitted by: smace@freebsd.org Status: Vendor Tag: SMACE Release Tags: v_1_0 N ports/print/pbm2ppa/Makefile N ports/print/pbm2ppa/files/md5 N ports/print/pbm2ppa/files/ppafilter.SH N ports/print/pbm2ppa/files/asciippafilter.SH N ports/print/pbm2ppa/patches/patch-ab N ports/print/pbm2ppa/patches/patch-aa N ports/print/pbm2ppa/pkg/PLIST N ports/print/pbm2ppa/pkg/COMMENT N ports/print/pbm2ppa/pkg/DESCR No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 07:50:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21931 for cvs-all-outgoing; Wed, 18 Nov 1998 07:50:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21922; Wed, 18 Nov 1998 07:50:44 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id KAA07297; Wed, 18 Nov 1998 10:49:55 -0500 (EST) (envelope-from billf@jade.chc-chimes.com) Date: Wed, 18 Nov 1998 10:49:55 -0500 (EST) From: Bill Fumerola To: Satoshi Asami cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/ntop Makefile In-Reply-To: <199811181131.DAA26112@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 18 Nov 1998, Satoshi Asami wrote: > Modified files: > net/ntop Makefile > Log: > Um, I think you got yourself confused. This is a simple case of DISTNAME > being sufficient for almost everything. :) I think sometimes I over analyze things. :> - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 07:52:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22115 for cvs-all-outgoing; Wed, 18 Nov 1998 07:52:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA22110; Wed, 18 Nov 1998 07:52:34 -0800 (PST) (envelope-from smace@FreeBSD.org) From: Scott Mace Received: (from smace@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA05542; Wed, 18 Nov 1998 07:52:39 -0800 (PST) Date: Wed, 18 Nov 1998 07:52:39 -0800 (PST) Message-Id: <199811181552.HAA05542@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk smace 1998/11/18 07:52:39 PST Modified files: print Makefile Log: add pbm2ppa Revision Changes Path 1.71 +2 -1 ports/print/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 07:53:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22192 for cvs-all-outgoing; Wed, 18 Nov 1998 07:53:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA22182; Wed, 18 Nov 1998 07:53:33 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id KAA08449; Wed, 18 Nov 1998 10:52:41 -0500 (EST) (envelope-from billf@jade.chc-chimes.com) Date: Wed, 18 Nov 1998 10:52:41 -0500 (EST) From: Bill Fumerola To: Satoshi Asami cc: billf@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/graphics/gyvefigs Makefile ports/graphics/gyvegui Makefile ports/graphics/gyvekernel Makefile ports/lang/guileobjc Makefile ports/misc/gyvescm Makefile ports/misc/scriptkit Makefile In-Reply-To: <199811181154.DAA03013@silvia.hip.berkeley.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 18 Nov 1998, Satoshi Asami wrote: > * Log: > * gyve is broken with guile-1.3. Marking it and everything that > * depends on it as BROKEN. > > Yikes. Is this another case of an upgrade breaking a whole bunch of > other ports? > > If it's the case, please back it out ASAP, Vanilla. IIRC from my conversation with the maintainer of the above ports, he new guile version broke the guileobjc, which broke the gyvekernel(and it's dependent ports) and some other ports. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 07:53:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22215 for cvs-all-outgoing; Wed, 18 Nov 1998 07:53:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA22210; Wed, 18 Nov 1998 07:53:38 -0800 (PST) (envelope-from smace@FreeBSD.org) From: Scott Mace Received: (from smace@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA05591; Wed, 18 Nov 1998 07:53:42 -0800 (PST) Date: Wed, 18 Nov 1998 07:53:42 -0800 (PST) Message-Id: <199811181553.HAA05591@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk smace 1998/11/18 07:53:42 PST Modified files: . modules Log: add pbm2ppa Revision Changes Path 1.2483 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 07:54:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22324 for cvs-all-outgoing; Wed, 18 Nov 1998 07:54:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA22319; Wed, 18 Nov 1998 07:54:16 -0800 (PST) (envelope-from smace@FreeBSD.org) From: Scott Mace Received: (from smace@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA05643; Wed, 18 Nov 1998 07:54:21 -0800 (PST) Date: Wed, 18 Nov 1998 07:54:21 -0800 (PST) Message-Id: <199811181554.HAA05643@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk smace 1998/11/18 07:54:20 PST Modified files: print Makefile Log: Fix typo. Revision Changes Path 1.72 +2 -2 ports/print/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 08:38:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA27590 for cvs-all-outgoing; Wed, 18 Nov 1998 08:38:32 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from thelab.hub.org (nat0046.mpoweredpc.net [142.177.188.46]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA27580; Wed, 18 Nov 1998 08:38:28 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.1/8.9.1) with ESMTP id MAA16325; Wed, 18 Nov 1998 12:37:00 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 18 Nov 1998 12:36:54 -0400 (AST) From: The Hermit Hacker To: Alex Zepeda cc: "David O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/mico Makefile In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 17 Nov 1998, Alex Zepeda wrote: > On Mon, 16 Nov 1998, David O'Brien wrote: > > > > I suspect that the problem has to do with glibstdc++28 ... added a > > > BUILD_DEPENDance for that. Just curious, but shouldn't installing gcc28 > > > automatically install glibstdc++28? > > > > Nope. libstdc++ isn't *required* by gcc (or g++ if you use C-style I/O). > > Some people install gcc28 only for the C compiler. > > Perhaps then the port should be broken up into bits (C, C++, Fortran, > everything..) like the debian packages do. Not sure if you are referring to gcc28 or for mico, but mico compiles with c++, so glibstdc++ is required... I personally do not feel it is wrong for a port to have to add 'glibstdc++' as a dependency...I just wasn't expecting it... Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 08:41:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28315 for cvs-all-outgoing; Wed, 18 Nov 1998 08:41:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from thelab.hub.org (nat0046.mpoweredpc.net [142.177.188.46]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA28310; Wed, 18 Nov 1998 08:41:47 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.1/8.9.1) with ESMTP id MAA16333; Wed, 18 Nov 1998 12:40:44 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 18 Nov 1998 12:40:44 -0400 (AST) From: The Hermit Hacker To: Alex Zepeda cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/mico Makefile ports/devel/mico/patches patch-ak ports/devel/mico/pkg PLIST In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 17 Nov 1998, Alex Zepeda wrote: > On Mon, 16 Nov 1998, The Hermit Hacker wrote: > > > Okay, now I'm curious...is anyone else seeing this 'fatal signal' > > problem? I've got two other systems that I can try this on, and am just > > about to start to do so...if either of those two other systems fail, I > > will mark the port BROKEN personally :( > > So use egcs. Or at least tweak the makefile so you can use egcs.. if > gcc28 doesn't work, or a.out support is needed try STLport? been there, done that, backed it out and frogot it... mico developers use egcs 1.1 right now, but since 1.1, the egcs developers have "modified" the source and stl's *soooo* drastically that mico no longer compiles with egcs... After 2+ weeks of fighting with it, submitting problem reports to both camps, and David getting gcc28s port upgrded (which works fine for three distinctly different machines that I've tested on so far), gcc28 works just fine... When 1.1.1-release is put out, and that port is upgraded, then I'll try again and see what happens.. Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 08:46:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA29290 for cvs-all-outgoing; Wed, 18 Nov 1998 08:46:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA29285; Wed, 18 Nov 1998 08:46:50 -0800 (PST) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA07767; Wed, 18 Nov 1998 08:46:54 -0800 (PST) Date: Wed, 18 Nov 1998 08:46:54 -0800 (PST) Message-Id: <199811181646.IAA07767@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_xl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/11/18 08:46:54 PST Modified files: sys/pci if_xl.c Log: Fix a minor bug in xl_attach() where the list buffer region is rounded to a longword boundary. Noticed by: Jason Wright Revision Changes Path 1.17 +3 -3 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 08:47:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA29389 for cvs-all-outgoing; Wed, 18 Nov 1998 08:47:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA29383; Wed, 18 Nov 1998 08:47:47 -0800 (PST) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA07895; Wed, 18 Nov 1998 08:47:52 -0800 (PST) Date: Wed, 18 Nov 1998 08:47:52 -0800 (PST) Message-Id: <199811181647.IAA07895@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_xl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/11/18 08:47:52 PST Modified files: (Branch: RELENG_2_2) sys/pci if_xl.c Log: MFC: add missing 'else' to xl_attach() Revision Changes Path 1.5.2.13 +3 -3 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 09:33:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04836 for cvs-all-outgoing; Wed, 18 Nov 1998 09:33:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA04830; Wed, 18 Nov 1998 09:33:46 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA10354; Wed, 18 Nov 1998 09:33:51 -0800 (PST) Date: Wed, 18 Nov 1998 09:33:51 -0800 (PST) Message-Id: <199811181733.JAA10354@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/math/geg Makefile ports/math/geg/files md5 ports/math/geg/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/18 09:33:50 PST Modified files: math/geg Makefile math/geg/files md5 math/geg/patches patch-aa Log: Upgrade to 0.15.0 PR: ports/8403 Submitted by: maintainer Revision Changes Path 1.4 +6 -3 ports/math/geg/Makefile 1.3 +1 -1 ports/math/geg/files/md5 1.2 +11 -42 ports/math/geg/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 09:35:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA05337 for cvs-all-outgoing; Wed, 18 Nov 1998 09:35:16 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA05329; Wed, 18 Nov 1998 09:35:12 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA10520; Wed, 18 Nov 1998 09:35:17 -0800 (PST) Date: Wed, 18 Nov 1998 09:35:17 -0800 (PST) Message-Id: <199811181735.JAA10520@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/glade Makefile ports/devel/glade/files md5 ports/devel/glade/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/18 09:35:16 PST Modified files: devel/glade Makefile devel/glade/files md5 devel/glade/pkg PLIST Log: Upgrade to 0.37. Revision Changes Path 1.10 +3 -3 ports/devel/glade/Makefile 1.5 +1 -1 ports/devel/glade/files/md5 1.5 +1 -0 ports/devel/glade/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 10:14:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA13955 for cvs-all-outgoing; Wed, 18 Nov 1998 10:14:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA13950; Wed, 18 Nov 1998 10:14:48 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA20677; Wed, 18 Nov 1998 10:14:53 -0800 (PST) Date: Wed, 18 Nov 1998 10:14:53 -0800 (PST) Message-Id: <199811181814.KAA20677@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/libpam FREEBSD-Xlist FREEBSD-upgrade Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/18 10:14:53 PST Modified files: contrib/libpam FREEBSD-Xlist FREEBSD-upgrade Log: Null commit to log that I put on my Repository Manager hat and fixed these files. I had initially imported them onto the vendor branch along with the other sources. As David O'Brien pointed out, that's not proper procedure. They should have been added post-import with "cvs add". All fixed now. Revision Changes Path 1.2 +0 -0 src/contrib/libpam/FREEBSD-Xlist 1.2 +0 -0 src/contrib/libpam/FREEBSD-upgrade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 10:40:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17148 for cvs-all-outgoing; Wed, 18 Nov 1998 10:40:27 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17141 for ; Wed, 18 Nov 1998 10:40:18 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.1/8.9.1) id TAA46539 for committers@freebsd.org; Wed, 18 Nov 1998 19:39:39 +0100 (CET) (envelope-from des) Message-ID: <19981118193939.A46533@ping.uio.no> Date: Wed, 18 Nov 1998 19:39:39 +0100 From: =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= To: committers@FreeBSD.ORG Subject: committers archive? Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.93.2i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I'm getting sick and tired of Gnus trashing all my mail every other month or so, and am planning to move my list subscriptions to a machine with plenty of disk space, procmail, mutt, and EDITOR=/usr/bin/vi. While I'm at it, I was wondering if anybody had a reasonably complete, unadultered archie of the -committers list, since it isn't archived on freefall. A complete archive since the list was opened would be great, but I'll settle for an archive that starts around when I got commits (March 1998). BTW, I probably won't be able to read the lists for a few days, so please Cc: me. DES -- Dag-Erling Smørgrav - des@ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 10:58:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19812 for cvs-all-outgoing; Wed, 18 Nov 1998 10:58:46 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA19806 for ; Wed, 18 Nov 1998 10:58:44 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id LAA02677; Wed, 18 Nov 1998 11:58:17 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA29645; Wed, 18 Nov 1998 11:58:17 -0700 Date: Wed, 18 Nov 1998 11:58:17 -0700 Message-Id: <199811181858.LAA29645@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= Cc: committers@FreeBSD.ORG Subject: Re: committers archive? In-Reply-To: <19981118193939.A46533@ping.uio.no> References: <19981118193939.A46533@ping.uio.no> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > I'm getting sick and tired of Gnus trashing all my mail every other month > or so, and am planning to move my list subscriptions to a machine with > plenty of disk space, procmail, mutt, and EDITOR=/usr/bin/vi. While I'm > at it, I was wondering if anybody had a reasonably complete, unadultered > archie of the -committers list, since it isn't archived on freefall. Will the actual commitlog work? It doesn't contain any committers discussion, but it has everything else? It's in your $CVSROOT/CVSROOT/commitlogs directory. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 11:13:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21862 for cvs-all-outgoing; Wed, 18 Nov 1998 11:13:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA21841 for ; Wed, 18 Nov 1998 11:13:27 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.1/8.9.1) id UAA50333; Wed, 18 Nov 1998 20:12:52 +0100 (CET) (envelope-from des) Message-ID: <19981118201252.A50326@ping.uio.no> Date: Wed, 18 Nov 1998 20:12:52 +0100 From: =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= To: Nate Williams Cc: committers@FreeBSD.ORG Subject: Re: committers archive? References: <19981118193939.A46533@ping.uio.no> <199811181858.LAA29645@mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.93.2i In-Reply-To: <199811181858.LAA29645@mt.sri.com>; from Nate Williams on Wed, Nov 18, 1998 at 11:58:17AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, Nov 18, 1998 at 11:58:17AM -0700, Nate Williams wrote: > > I'm getting sick and tired of Gnus trashing all my mail every other month > > or so, and am planning to move my list subscriptions to a machine with > > plenty of disk space, procmail, mutt, and EDITOR=/usr/bin/vi. While I'm > > at it, I was wondering if anybody had a reasonably complete, unadultered > > archive of the -committers list, since it isn't archived on freefall. > Will the actual commitlog work? It doesn't contain any committers > discussion, but it has everything else? It's in your > $CVSROOT/CVSROOT/commitlogs directory. I know about the commit logs; it's the discussions I want. (Eivind, ISTR you had an archive, but where is it?) DES -- Dag-Erling Smørgrav - des@ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 11:25:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23481 for cvs-all-outgoing; Wed, 18 Nov 1998 11:25:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23475; Wed, 18 Nov 1998 11:25:13 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA07982; Wed, 18 Nov 1998 11:25:18 -0800 (PST) Date: Wed, 18 Nov 1998 11:25:18 -0800 (PST) Message-Id: <199811181925.LAA07982@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/gtkfind Makefile ports/misc/gtkfind/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/18 11:25:18 PST Modified files: misc/gtkfind Makefile Added files: misc/gtkfind/patches patch-ab Log: Loose gmake dependency, patch the port's Makefile so we don't have to run sed on it, other small, yet really nice fixes. Thanks Vanilla. Reviewed by: Bill Fumerola Submitted by: Vanilla Shu Revision Changes Path 1.2 +3 -10 ports/misc/gtkfind/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 12:02:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28663 for cvs-all-outgoing; Wed, 18 Nov 1998 12:02:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28658; Wed, 18 Nov 1998 12:02:44 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA07619; Wed, 18 Nov 1998 12:02:47 -0800 (PST) Date: Wed, 18 Nov 1998 12:02:47 -0800 (PST) Message-Id: <199811182002.MAA07619@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/xfce Makefile ports/x11-wm/xfce/files md5 ports/x11-wm/xfce/patches patch-ab patch-ac patch-ad patch-ae patch-aa ports/x11-wm/xfce/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/18 12:02:47 PST Modified files: x11-wm/xfce Makefile x11-wm/xfce/files md5 x11-wm/xfce/patches patch-aa x11-wm/xfce/pkg PLIST Added files: x11-wm/xfce/patches patch-ab patch-ac patch-ad patch-ae Log: Upgrade xfce from 1.2.4->2.0.4, make associated changes. PR: ports/7806 Submitted by: Nakai@technologist.com (maintainer) Revision Changes Path 1.8 +6 -10 ports/x11-wm/xfce/Makefile 1.3 +1 -1 ports/x11-wm/xfce/files/md5 1.4 +9 -156 ports/x11-wm/xfce/patches/patch-aa 1.4 +430 -11 ports/x11-wm/xfce/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 12:03:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28733 for cvs-all-outgoing; Wed, 18 Nov 1998 12:03:31 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28728; Wed, 18 Nov 1998 12:03:30 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA07693; Wed, 18 Nov 1998 12:03:35 -0800 (PST) Date: Wed, 18 Nov 1998 12:03:35 -0800 (PST) Message-Id: <199811182003.MAA07693@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11 Makefile ports/x11-wm Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/18 12:03:35 PST Modified files: x11 Makefile x11-wm Makefile Log: Move xfce from ports/x11 -> ports/x11-wm PR: ports/7806 Revision Changes Path 1.238 +1 -2 ports/x11/Makefile 1.5 +2 -1 ports/x11-wm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 12:04:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28939 for cvs-all-outgoing; Wed, 18 Nov 1998 12:04:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28932; Wed, 18 Nov 1998 12:04:40 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA07834; Wed, 18 Nov 1998 12:04:45 -0800 (PST) Date: Wed, 18 Nov 1998 12:04:45 -0800 (PST) Message-Id: <199811182004.MAA07834@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/18 12:04:45 PST Modified files: . modules Log: Move ports/x11/xfce -> ports/x11-wm/xfce, and upgrade. PR: ports/7806 Revision Changes Path 1.2484 +2 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 13:00:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05866 for cvs-all-outgoing; Wed, 18 Nov 1998 13:00:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05861; Wed, 18 Nov 1998 13:00:58 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10824; Wed, 18 Nov 1998 13:01:03 -0800 (PST) Date: Wed, 18 Nov 1998 13:01:03 -0800 (PST) Message-Id: <199811182101.NAA10824@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/18 13:01:03 PST Modified files: . modules Log: htdig --> ports/textproc/htdig Revision Changes Path 1.2485 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 13:02:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06069 for cvs-all-outgoing; Wed, 18 Nov 1998 13:02:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06062; Wed, 18 Nov 1998 13:02:44 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10972; Wed, 18 Nov 1998 13:02:48 -0800 (PST) Date: Wed, 18 Nov 1998 13:02:48 -0800 (PST) Message-Id: <199811182102.NAA10972@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/textproc/htdig - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/18 13:02:48 PST ports/textproc/htdig - Imported sources Update of /home/ncvs/ports/textproc/htdig In directory freefall.freebsd.org:/x/tmp/cvs-serv10931 Log Message: Initial Import of ht://dig, a search engine. Status: Vendor Tag: BILLF Release Tags: htdig_3_1_0b2 N ports/textproc/htdig/Makefile N ports/textproc/htdig/pkg/PLIST N ports/textproc/htdig/pkg/COMMENT N ports/textproc/htdig/pkg/DESCR N ports/textproc/htdig/files/md5 N ports/textproc/htdig/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 13:03:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06183 for cvs-all-outgoing; Wed, 18 Nov 1998 13:03:46 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06178; Wed, 18 Nov 1998 13:03:44 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA11042; Wed, 18 Nov 1998 13:03:49 -0800 (PST) Date: Wed, 18 Nov 1998 13:03:49 -0800 (PST) Message-Id: <199811182103.NAA11042@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/textproc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/18 13:03:49 PST Modified files: textproc Makefile Log: Imported htdig, activating. Revision Changes Path 1.32 +2 -1 ports/textproc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 13:03:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06211 for cvs-all-outgoing; Wed, 18 Nov 1998 13:03:57 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06200; Wed, 18 Nov 1998 13:03:54 -0800 (PST) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA11057; Wed, 18 Nov 1998 13:03:58 -0800 (PST) Date: Wed, 18 Nov 1998 13:03:58 -0800 (PST) Message-Id: <199811182103.NAA11057@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_rl.c if_rlreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/11/18 13:03:58 PST Modified files: sys/pci if_rl.c if_rlreg.h Log: The Accton 1207D adapter uses a chip called the MXP 5030 (or 5038) which is either a RealTek 8139 in disguise or a RealTek workalike. This commit fixes the PCI vendor/device ID for this device and updates the description string to reflect the actual identity of the device. I also changed the transmit encapsulation routine to always to buffer copies on transmit. We end up doing this 99% of the time anyway. I also tweaked the code that pads packets out to the minimum length (60) bytes. I was fixing up the m_pkthdr.len value but not m_len. I don't think this makes that much difference in the grand scheme of things, but it makes me feel better. Revision Changes Path 1.2 +24 -25 src/sys/pci/if_rl.c 1.2 +11 -3 src/sys/pci/if_rlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 13:20:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08661 for cvs-all-outgoing; Wed, 18 Nov 1998 13:20:54 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08654; Wed, 18 Nov 1998 13:20:53 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12657; Wed, 18 Nov 1998 13:20:58 -0800 (PST) Date: Wed, 18 Nov 1998 13:20:58 -0800 (PST) Message-Id: <199811182120.NAA12657@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/xfce Makefile ports/x11/xfce/files md5 ports/x11/xfce/patches patch-aa ports/x11/xfce/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/18 13:20:58 PST Removed files: x11/xfce Makefile x11/xfce/files md5 x11/xfce/patches patch-aa x11/xfce/pkg COMMENT DESCR PLIST Log: Removing xfce from ports/x11. (it's already been moved to x11-wm, and the appropriate files updated). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 13:29:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10127 for cvs-all-outgoing; Wed, 18 Nov 1998 13:29:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA10105; Wed, 18 Nov 1998 13:29:20 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA13149; Wed, 18 Nov 1998 13:29:24 -0800 (PST) Date: Wed, 18 Nov 1998 13:29:24 -0800 (PST) Message-Id: <199811182129.NAA13149@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/portscanner Makefile ports/net/portscanner/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/18 13:29:24 PST Modified files: net/portscanner Makefile net/portscanner/patches patch-aa Log: Fix ports/net/portscanner for 3.0-* people. PR: ports/8737 Reviewed by: Bill Fumerola Submitted by: Osokin Sergey Revision Changes Path 1.2 +2 -2 ports/net/portscanner/Makefile 1.2 +14 -2 ports/net/portscanner/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 13:39:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11799 for cvs-all-outgoing; Wed, 18 Nov 1998 13:39:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11791; Wed, 18 Nov 1998 13:39:38 -0800 (PST) (envelope-from dwhite@FreeBSD.org) From: Doug White Received: (from dwhite@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA14280; Wed, 18 Nov 1998 13:39:43 -0800 (PST) Date: Wed, 18 Nov 1998 13:39:43 -0800 (PST) Message-Id: <199811182139.NAA14280@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/FAQ network.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dwhite 1998/11/18 13:39:43 PST Modified files: FAQ network.sgml Log: Add an entry for bandwidth managers. Submitted by: George Uhl Revision Changes Path 1.17 +11 -1 doc/FAQ/network.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 13:40:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12058 for cvs-all-outgoing; Wed, 18 Nov 1998 13:40:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA12053; Wed, 18 Nov 1998 13:40:28 -0800 (PST) (envelope-from dwhite@FreeBSD.org) From: Doug White Received: (from dwhite@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA14349; Wed, 18 Nov 1998 13:40:32 -0800 (PST) Date: Wed, 18 Nov 1998 13:40:32 -0800 (PST) Message-Id: <199811182140.NAA14349@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/FAQ troubleshoot.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dwhite 1998/11/18 13:40:32 PST Modified files: FAQ troubleshoot.sgml Log: Add info for bad block remapping on ESDI drives. Submitted by: Ted Mittelstaedt Revision Changes Path 1.6 +67 -18 doc/FAQ/troubleshoot.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 13:50:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13344 for cvs-all-outgoing; Wed, 18 Nov 1998 13:50:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13333; Wed, 18 Nov 1998 13:50:43 -0800 (PST) (envelope-from dwhite@FreeBSD.org) From: Doug White Received: (from dwhite@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA14731; Wed, 18 Nov 1998 13:50:47 -0800 (PST) Date: Wed, 18 Nov 1998 13:50:47 -0800 (PST) Message-Id: <199811182150.NAA14731@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/en/handbook/printing chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dwhite 1998/11/18 13:50:47 PST Modified files: en/handbook/printing chapter.sgml Log: Amend HP text filter to use HP eject page command instead of formfeed (and possibly wasting a page). Submitted by: Stephen Montgomery-Smith Revision Changes Path 1.5 +1 -1 doc/en/handbook/printing/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 14:08:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15609 for cvs-all-outgoing; Wed, 18 Nov 1998 14:08:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA15604; Wed, 18 Nov 1998 14:08:07 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15647; Wed, 18 Nov 1998 14:08:12 -0800 (PST) Date: Wed, 18 Nov 1998 14:08:12 -0800 (PST) Message-Id: <199811182208.OAA15647@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/18 14:08:11 PST Modified files: . modules Log: ciscoconf --> ports/net/ciscoconf Revision Changes Path 1.2486 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 14:15:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA16869 for cvs-all-outgoing; Wed, 18 Nov 1998 14:15:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA16862; Wed, 18 Nov 1998 14:15:02 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15905; Wed, 18 Nov 1998 14:15:07 -0800 (PST) Date: Wed, 18 Nov 1998 14:15:07 -0800 (PST) Message-Id: <199811182215.OAA15905@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/ciscoconf - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/18 14:15:06 PST ports/net/ciscoconf - Imported sources Update of /home/ncvs/ports/net/ciscoconf In directory freefall.freebsd.org:/x/tmp/cvs-serv15681 Log Message: Initial import of ciscoconf - a cisco RCS tracker PR: ports/7888 Submitted By: Joe Abley Status: Vendor Tag: JOE_ABLEY Release Tags: ciscoconf_1_0 N ports/net/ciscoconf/Makefile N ports/net/ciscoconf/files/md5 N ports/net/ciscoconf/pkg/DESCR N ports/net/ciscoconf/pkg/COMMENT N ports/net/ciscoconf/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 14:15:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA16896 for cvs-all-outgoing; Wed, 18 Nov 1998 14:15:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from zippy.dyn.ml.org (sf3-85.ppp.wenet.net [206.15.84.85]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA16887; Wed, 18 Nov 1998 14:15:06 -0800 (PST) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.9.1/8.8.8) with ESMTP id OAA29496; Wed, 18 Nov 1998 14:20:29 -0800 (PST) (envelope-from garbanzo@hooked.net) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Wed, 18 Nov 1998 14:20:28 -0800 (PST) From: Alex Zepeda X-Sender: garbanzo@zippy.dyn.ml.org To: The Hermit Hacker cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/mico Makefile ports/devel/mico/patches patch-ak ports/devel/mico/pkg PLIST In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 18 Nov 1998, The Hermit Hacker wrote: > been there, done that, backed it out and frogot it... Backed what out? STLport? > mico developers use egcs 1.1 right now, but since 1.1, the egcs > developers have "modified" the source and stl's *soooo* drastically that > mico no longer compiles with egcs... ??? I compiled mico 2.1.1 with egcs. Albeit from CVS, but it was with egcs. What problems did you have? > After 2+ weeks of fighting with it, submitting problem reports to > both camps, and David getting gcc28s port upgrded (which works fine for > three distinctly different machines that I've tested on so far), gcc28 > works just fine... > > When 1.1.1-release is put out, and that port is upgraded, then > I'll try again and see what happens.. - alex | "Contrary to popular belief, penguins are not the salvation of modern | | technology. Neither do they throw parties for the urban proletariat." | | Powered by FreeBSD http://www.freebsd.org/ | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 14:15:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17087 for cvs-all-outgoing; Wed, 18 Nov 1998 14:15:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA17073; Wed, 18 Nov 1998 14:15:57 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15946; Wed, 18 Nov 1998 14:16:01 -0800 (PST) Date: Wed, 18 Nov 1998 14:16:01 -0800 (PST) Message-Id: <199811182216.OAA15946@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/18 14:16:01 PST Modified files: net Makefile Log: Activate ciscoconf PR: 7888 Revision Changes Path 1.192 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 15:13:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26592 for cvs-all-outgoing; Wed, 18 Nov 1998 15:13:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26587; Wed, 18 Nov 1998 15:13:58 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA19147; Wed, 18 Nov 1998 15:14:03 -0800 (PST) Date: Wed, 18 Nov 1998 15:14:03 -0800 (PST) Message-Id: <199811182314.PAA19147@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape45-navigator Makefile ports/www/netscape45-navigator/files md5 netscape.sh ports/www/netscape45-navigator/patches patch-aa ports/www/netscape45-navigator/pkg COMMENT DESCR PLIST ports/www/netscape45-navigator/scripts configure Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/18 15:14:03 PST Modified files: www/netscape45-navigator Makefile www/netscape45-navigator/files md5 netscape.sh www/netscape45-navigator/pkg COMMENT DESCR PLIST Added files: www/netscape45-navigator/patches patch-aa www/netscape45-navigator/scripts configure Log: Upgrade to navigator-only 4.5 PR: ports/8002 Submitted by: Brett Taylor Revision Changes Path 1.27 +21 -34 ports/www/netscape45-navigator/Makefile 1.20 +1 -2 ports/www/netscape45-navigator/files/md5 1.12 +1 -2 ports/www/netscape45-navigator/files/netscape.sh 1.4 +1 -1 ports/www/netscape45-navigator/pkg/COMMENT 1.16 +4 -7 ports/www/netscape45-navigator/pkg/DESCR 1.19 +69 -67 ports/www/netscape45-navigator/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 15:15:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26978 for cvs-all-outgoing; Wed, 18 Nov 1998 15:15:02 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26970; Wed, 18 Nov 1998 15:15:00 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA19213; Wed, 18 Nov 1998 15:15:05 -0800 (PST) Date: Wed, 18 Nov 1998 15:15:05 -0800 (PST) Message-Id: <199811182315.PAA19213@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/18 15:15:05 PST Modified files: www Makefile Log: Activate netscape45-navigator PR: ports/8002 Revision Changes Path 1.105 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 15:19:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27580 for cvs-all-outgoing; Wed, 18 Nov 1998 15:19:32 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA27575; Wed, 18 Nov 1998 15:19:31 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA19432; Wed, 18 Nov 1998 15:19:36 -0800 (PST) Date: Wed, 18 Nov 1998 15:19:36 -0800 (PST) Message-Id: <199811182319.PAA19432@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/18 15:19:36 PST Modified files: . modules Log: activate ports/www/netscape45-navigator after Satoshi repo copied ports/www/netscape4-navigator and I committed the upgrade. PR: ports/8002 Revision Changes Path 1.2487 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 15:51:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02602 for cvs-all-outgoing; Wed, 18 Nov 1998 15:51:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02597; Wed, 18 Nov 1998 15:51:14 -0800 (PST) (envelope-from dima@FreeBSD.org) From: Dima Ruban Received: (from dima@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA21082; Wed, 18 Nov 1998 15:51:19 -0800 (PST) Date: Wed, 18 Nov 1998 15:51:19 -0800 (PST) Message-Id: <199811182351.PAA21082@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/conf Makefile.alpha Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dima 1998/11/18 15:51:18 PST Modified files: sys/alpha/conf Makefile.alpha Log: Remove -U__NetBSD__ Revision Changes Path 1.13 +2 -2 src/sys/alpha/conf/Makefile.alpha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 15:51:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02849 for cvs-all-outgoing; Wed, 18 Nov 1998 15:51:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02844; Wed, 18 Nov 1998 15:51:35 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA21148; Wed, 18 Nov 1998 15:51:40 -0800 (PST) Date: Wed, 18 Nov 1998 15:51:40 -0800 (PST) Message-Id: <199811182351.PAA21148@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha alpha-gdbstub.c interrupt.c machdep.c trap.c src/sys/alpha/include frame.h signal.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/11/18 15:51:40 PST Modified files: sys/alpha/alpha alpha-gdbstub.c interrupt.c machdep.c trap.c sys/alpha/include frame.h signal.h Log: Add sc_traparg_a0, sc_traparg_a1 and sc_traparg_a2 to the sigcontext structure for the alpha. These give extra information about some signals (such as SIGSEGV) and should be compatible with Digital Unix. Submitted by: jdp Revision Changes Path 1.5 +5 -5 src/sys/alpha/alpha/alpha-gdbstub.c 1.7 +4 -1 src/sys/alpha/alpha/interrupt.c 1.23 +9 -2 src/sys/alpha/alpha/machdep.c 1.6 +8 -1 src/sys/alpha/alpha/trap.c 1.2 +33 -29 src/sys/alpha/include/frame.h 1.2 +6 -2 src/sys/alpha/include/signal.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 15:53:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03029 for cvs-all-outgoing; Wed, 18 Nov 1998 15:53:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03024; Wed, 18 Nov 1998 15:53:07 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA21241; Wed, 18 Nov 1998 15:53:12 -0800 (PST) Date: Wed, 18 Nov 1998 15:53:12 -0800 (PST) Message-Id: <199811182353.PAA21241@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/isa isa.c src/sys/alpha/pci pcibus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/11/18 15:53:12 PST Modified files: sys/alpha/isa isa.c sys/alpha/pci pcibus.c Log: Fix things so that pci interrupts can be registered correctly on apecs and lca machines (which route PCI interrupts through the ISA PIC). Reviewed by: dima Revision Changes Path 1.7 +15 -6 src/sys/alpha/isa/isa.c 1.7 +2 -2 src/sys/alpha/pci/pcibus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 17:23:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA17508 for cvs-all-outgoing; Wed, 18 Nov 1998 17:23:16 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA17503; Wed, 18 Nov 1998 17:23:14 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25207; Wed, 18 Nov 1998 17:23:14 -0800 (PST) Date: Wed, 18 Nov 1998 17:23:14 -0800 (PST) Message-Id: <199811190123.RAA25207@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libpam/modules/pam_kerberosIV klogin.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/18 17:23:14 PST Modified files: lib/libpam/modules/pam_kerberosIV klogin.c Log: Null commit to log that I have repository copied this file from "src/usr.bin/login/klogin.c" in order to preserve its revision history. Revision Changes Path 1.8 +0 -0 src/lib/libpam/modules/pam_kerberosIV/klogin.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 18:29:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24144 for cvs-all-outgoing; Wed, 18 Nov 1998 18:29:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24136; Wed, 18 Nov 1998 18:29:01 -0800 (PST) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA28551; Wed, 18 Nov 1998 18:29:06 -0800 (PST) Date: Wed, 18 Nov 1998 18:29:06 -0800 (PST) Message-Id: <199811190229.SAA28551@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/11/18 18:29:06 PST Modified files: net Makefile Log: Belatedly activate epic4 after repository copy. Reminded by: Bill Fumerola doing the same (in a more timely fashion) Revision Changes Path 1.193 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 18:43:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25285 for cvs-all-outgoing; Wed, 18 Nov 1998 18:43:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from thelab.hub.org (nat0070.mpoweredpc.net [142.177.188.70]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25278; Wed, 18 Nov 1998 18:43:29 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.1/8.9.1) with ESMTP id WAA19223; Wed, 18 Nov 1998 22:42:21 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 18 Nov 1998 22:42:21 -0400 (AST) From: The Hermit Hacker To: Alex Zepeda cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/mico Makefile ports/devel/mico/patches patch-ak ports/devel/mico/pkg PLIST In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 18 Nov 1998, Alex Zepeda wrote: > On Wed, 18 Nov 1998, The Hermit Hacker wrote: > > > been there, done that, backed it out and frogot it... > > Backed what out? STLport? No, the work I did with egcs... > ??? I compiled mico 2.1.1 with egcs. Albeit from CVS, but it was with > egcs. What problems did you have? And which version of egcs were you using? And does it work with MICO 2.2.3, which is what is in ports? egcs 1.1 works for compiling mico 2.2.3...current egcs doesn't work...or, rather, current egcs from cvs and mico 2.2.3 don't work. mico 2.1.1 might still work with current egcs in cvs mind you, I don't know... Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 20:07:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03534 for cvs-all-outgoing; Wed, 18 Nov 1998 20:07:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03529; Wed, 18 Nov 1998 20:07:51 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA02722; Wed, 18 Nov 1998 20:07:56 -0800 (PST) Date: Wed, 18 Nov 1998 20:07:56 -0800 (PST) Message-Id: <199811190407.UAA02722@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/sys aio_read.2 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/11/18 20:07:56 PST Added files: lib/libc/sys aio_read.2 Log: Man page for aio_read(2). Submitted by: Terry Lambert on the -doc lists. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 20:46:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07375 for cvs-all-outgoing; Wed, 18 Nov 1998 20:46:43 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07370; Wed, 18 Nov 1998 20:46:42 -0800 (PST) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA04508; Wed, 18 Nov 1998 20:46:47 -0800 (PST) Date: Wed, 18 Nov 1998 20:46:47 -0800 (PST) Message-Id: <199811190446.UAA04508@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/chinese/nvi-big5 Makefile ports/chinese/nvi-euc-cn Makefile ports/chinese/nvi-euc-tw Makefile ports/editors/nvi-m17n Makefile ports/editors/nvi-m17n/files md5 ports/japanese/nvi-euc-jp Makefile ports/japanese/nvi-iso-2022-jp ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk itojun 1998/11/18 20:46:46 PST Modified files: chinese/nvi-big5 Makefile chinese/nvi-euc-cn Makefile chinese/nvi-euc-tw Makefile editors/nvi-m17n Makefile editors/nvi-m17n/files md5 japanese/nvi-euc-jp Makefile japanese/nvi-iso-2022-jp Makefile japanese/nvi-sjis Makefile korean/nvi-euc-kr Makefile korean/nvi-iso-2022-kr Makefile Log: updated to use latest m17n patch (19981119). Revision Changes Path 1.12 +2 -2 ports/chinese/nvi-big5/Makefile 1.13 +2 -2 ports/chinese/nvi-euc-cn/Makefile 1.11 +2 -2 ports/chinese/nvi-euc-tw/Makefile 1.10 +4 -5 ports/editors/nvi-m17n/Makefile 1.7 +1 -1 ports/editors/nvi-m17n/files/md5 1.14 +2 -2 ports/japanese/nvi-euc-jp/Makefile 1.14 +2 -2 ports/japanese/nvi-iso-2022-jp/Makefile 1.14 +2 -2 ports/japanese/nvi-sjis/Makefile 1.12 +2 -2 ports/korean/nvi-euc-kr/Makefile 1.12 +2 -2 ports/korean/nvi-iso-2022-kr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 21:17:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA10516 for cvs-all-outgoing; Wed, 18 Nov 1998 21:17:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA10511; Wed, 18 Nov 1998 21:17:41 -0800 (PST) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA27345; Wed, 18 Nov 1998 21:17:46 -0800 (PST) Date: Wed, 18 Nov 1998 21:17:46 -0800 (PST) Message-Id: <199811190517.VAA27345@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape3 Makefile ports/www/netscape3/files md5 ports/www/netscape4-communicator Makefile ports/www/netscape4-communicator/files md5 ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/11/18 21:17:45 PST Modified files: www/netscape3 Makefile www/netscape3/files md5 www/netscape4-communicator Makefile www/netscape4-communicator/files md5 www/netscape4-navigator Makefile www/netscape4-navigator/files md5 www/netscape45-communicator/files md5 Log: Blindly update to Fortify-1.3.0 as Fortify-1.2.6 isn't fetchable anymore. Revision Changes Path 1.24 +3 -3 ports/www/netscape3/Makefile 1.17 +0 -3 ports/www/netscape3/files/md5 1.24 +3 -3 ports/www/netscape4-communicator/Makefile 1.18 +1 -1 ports/www/netscape4-communicator/files/md5 1.27 +3 -3 ports/www/netscape4-navigator/Makefile 1.20 +1 -1 ports/www/netscape4-navigator/files/md5 1.20 +0 -1 ports/www/netscape45-communicator/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 21:22:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA10983 for cvs-all-outgoing; Wed, 18 Nov 1998 21:22:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA10973; Wed, 18 Nov 1998 21:22:33 -0800 (PST) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA08034; Wed, 18 Nov 1998 21:22:38 -0800 (PST) Date: Wed, 18 Nov 1998 21:22:38 -0800 (PST) Message-Id: <199811190522.VAA08034@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/john/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/11/18 21:22:37 PST Modified files: security/john/files md5 Log: Update checksums. Revision Changes Path 1.4 +1 -0 ports/security/john/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 22:20:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA16360 for cvs-all-outgoing; Wed, 18 Nov 1998 22:20:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA16355; Wed, 18 Nov 1998 22:20:39 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA20512; Wed, 18 Nov 1998 22:20:44 -0800 (PST) Date: Wed, 18 Nov 1998 22:20:44 -0800 (PST) Message-Id: <199811190620.WAA20512@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm swap_pager.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/11/18 22:20:43 PST Modified files: sys/vm swap_pager.c Log: Fixed a null pointer panic in spc_free(). swap_pager_putpages() almost always causes this panic for the curproc != pageproc case. This case apparently doesn't happen in normal operation, but it happens when vm_page_alloc_contig() is called when there is a memory hogging application that hasn't already been paged out. PR: 8632 Reviewed by: info@opensound.com (Dev Mazumdar), dg Broken in: rev.1.89 (1998/02/23) Revision Changes Path 1.104 +9 -7 src/sys/vm/swap_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 22:24:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA16913 for cvs-all-outgoing; Wed, 18 Nov 1998 22:24:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA16905; Wed, 18 Nov 1998 22:24:36 -0800 (PST) (envelope-from archie@FreeBSD.org) From: Archie Cobbs Received: (from archie@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA20799; Wed, 18 Nov 1998 22:24:41 -0800 (PST) Date: Wed, 18 Nov 1998 22:24:41 -0800 (PST) Message-Id: <199811190624.WAA20799@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/mpd Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1998/11/18 22:24:40 PST Modified files: net/mpd Makefile Log: Make me the maintainer of this port Revision Changes Path 1.10 +2 -2 ports/net/mpd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 22:43:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA18289 for cvs-all-outgoing; Wed, 18 Nov 1998 22:43:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA18281; Wed, 18 Nov 1998 22:43:10 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (IDENT:WHAT_THE_HELL_YOU_LOOKING_AT_@d60-147.leach.ucdavis.edu [169.237.60.147]) by relay.nuxi.com (8.9.1/8.9.1) with ESMTP id WAA21614; Wed, 18 Nov 1998 22:42:43 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.1/8.9.1) id GAA19580; Thu, 19 Nov 1998 06:42:43 GMT (envelope-from obrien) Message-ID: <19981118224243.A19566@nuxi.com> Date: Wed, 18 Nov 1998 22:42:43 -0800 From: "David O'Brien" To: Bill Fumerola , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape45-navigator Makefile ports/www/netscape45-navigator/files md5 netscape.sh ports/www/netscape45-navigator/patches patch-aa ports/www/netscape45-navigator/pkg COMMENT DESCR PLIST ports/www/netscape45-navigator/scripts con Reply-To: obrien@NUXI.com References: <199811182314.PAA19147@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199811182314.PAA19147@freefall.freebsd.org>; from Bill Fumerola on Wed, Nov 18, 1998 at 03:14:03PM -0800 X-Operating-System: FreeBSD 3.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > www/netscape45-navigator Makefile > Log: > Upgrade to navigator-only 4.5 This is *quite* old. Were you able to build and test it? Fortify is at version 1.3.0. The rest of the Netscape ports were using 1.2.6, so 1.2.2 is quite outdated. Also 4.5 is no longer in beta. You can download navigator-v45-export.x86-unknown-freebsd.tar.gz (dated Oct 21) from ftp://ftp.netscape.com/pub/communicator/4.5/english/unix/unsupported/freebsd/navigator_standalone What was committed won't fetch. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 23:02:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA19972 for cvs-all-outgoing; Wed, 18 Nov 1998 23:02:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA19966; Wed, 18 Nov 1998 23:02:36 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA22780; Wed, 18 Nov 1998 23:02:41 -0800 (PST) Date: Wed, 18 Nov 1998 23:02:41 -0800 (PST) Message-Id: <199811190702.XAA22780@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 23:02:40 PST Modified files: . modules Log: libicq --> ports/devel/libicq Revision Changes Path 1.2488 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 23:03:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA20018 for cvs-all-outgoing; Wed, 18 Nov 1998 23:03:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA20011; Wed, 18 Nov 1998 23:03:07 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA22822; Wed, 18 Nov 1998 23:03:12 -0800 (PST) Date: Wed, 18 Nov 1998 23:03:12 -0800 (PST) Message-Id: <199811190703.XAA22822@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/libicq - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 23:03:11 PST ports/devel/libicq - Imported sources Update of /home/ncvs/ports/devel/libicq In directory freefall.freebsd.org:/c/users/flathill/libicq Log Message: Initial Import libicq. libicq is based on micq Status: Vendor Tag: LIBICQ Release Tags: libicq_0_20 N ports/devel/libicq/Makefile I ports/devel/libicq/CVS N ports/devel/libicq/files/md5 N ports/devel/libicq/pkg/COMMENT N ports/devel/libicq/pkg/DESCR N ports/devel/libicq/pkg/PLIST N ports/devel/libicq/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 23:05:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA20147 for cvs-all-outgoing; Wed, 18 Nov 1998 23:05:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA20142; Wed, 18 Nov 1998 23:05:48 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA22924; Wed, 18 Nov 1998 23:05:53 -0800 (PST) Date: Wed, 18 Nov 1998 23:05:53 -0800 (PST) Message-Id: <199811190705.XAA22924@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 23:05:52 PST Modified files: devel Makefile Log: Add SUBDIR+=libicq Revision Changes Path 1.142 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 23:08:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA20499 for cvs-all-outgoing; Wed, 18 Nov 1998 23:08:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA20491; Wed, 18 Nov 1998 23:08:28 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA23111; Wed, 18 Nov 1998 23:08:33 -0800 (PST) Date: Wed, 18 Nov 1998 23:08:33 -0800 (PST) Message-Id: <199811190708.XAA23111@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 23:08:32 PST Modified files: . modules Log: gicq --> ports/net/gicq Revision Changes Path 1.2489 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 23:08:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA20705 for cvs-all-outgoing; Wed, 18 Nov 1998 23:08:56 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA20700; Wed, 18 Nov 1998 23:08:55 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA23139; Wed, 18 Nov 1998 23:09:00 -0800 (PST) Date: Wed, 18 Nov 1998 23:09:00 -0800 (PST) Message-Id: <199811190709.XAA23139@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/gicq - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 23:09:00 PST ports/net/gicq - Imported sources Update of /home/ncvs/ports/net/gicq In directory freefall.freebsd.org:/c/users/flathill/gicq Log Message: Initial Import gicq. gicq is GTK based ICQ program. Status: Vendor Tag: GICQ Release Tags: gicq_0_22 N ports/net/gicq/Makefile I ports/net/gicq/CVS N ports/net/gicq/files/md5 N ports/net/gicq/pkg/COMMENT N ports/net/gicq/pkg/DESCR N ports/net/gicq/pkg/PLIST N ports/net/gicq/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 23:10:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA20899 for cvs-all-outgoing; Wed, 18 Nov 1998 23:10:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA20894; Wed, 18 Nov 1998 23:10:58 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA23220; Wed, 18 Nov 1998 23:11:03 -0800 (PST) Date: Wed, 18 Nov 1998 23:11:03 -0800 (PST) Message-Id: <199811190711.XAA23220@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 23:11:03 PST Modified files: net Makefile Log: Add SUBDIR+=gicq Revision Changes Path 1.194 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 23:19:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA21614 for cvs-all-outgoing; Wed, 18 Nov 1998 23:19:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from zippy.dyn.ml.org (sf3-17.ppp.wenet.net [206.15.84.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA21609; Wed, 18 Nov 1998 23:19:08 -0800 (PST) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.9.1/8.8.8) with ESMTP id XAA20137; Wed, 18 Nov 1998 23:25:03 -0800 (PST) (envelope-from garbanzo@hooked.net) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Wed, 18 Nov 1998 23:25:02 -0800 (PST) From: Alex Zepeda X-Sender: garbanzo@zippy.dyn.ml.org To: The Hermit Hacker cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/mico Makefile ports/devel/mico/patches patch-ak ports/devel/mico/pkg PLIST In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 18 Nov 1998, The Hermit Hacker wrote: > And which version of egcs were you using? And does it work with > MICO 2.2.3, which is what is in ports? egcs 1.1 works for compiling mico > 2.2.3...current egcs doesn't work...or, rather, current egcs from cvs and > mico 2.2.3 don't work. mico 2.1.1 might still work with current egcs in > cvs mind you, I don't know... >From the egcs anoncvs pserver. Perhaps one of the later snapshots is worth a try.. but alas, I can't even build egcs now (some odd thing about gperf). Ick. And I was using mico 2.1.1. - alex | "Contrary to popular belief, penguins are not the salvation of modern | | technology. Neither do they throw parties for the urban proletariat." | | Powered by FreeBSD http://www.freebsd.org/ | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 23:28:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA22374 for cvs-all-outgoing; Wed, 18 Nov 1998 23:28:05 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA22361; Wed, 18 Nov 1998 23:28:03 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA23764; Wed, 18 Nov 1998 23:28:08 -0800 (PST) Date: Wed, 18 Nov 1998 23:28:08 -0800 (PST) Message-Id: <199811190728.XAA23764@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 23:28:07 PST Modified files: . modules Log: ja-gtk --> ports/japanese/gtk Revision Changes Path 1.2490 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 23:28:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA22675 for cvs-all-outgoing; Wed, 18 Nov 1998 23:28:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA22670; Wed, 18 Nov 1998 23:28:48 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA23851; Wed, 18 Nov 1998 23:28:53 -0800 (PST) Date: Wed, 18 Nov 1998 23:28:53 -0800 (PST) Message-Id: <199811190728.XAA23851@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/gtk - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 23:28:52 PST ports/japanese/gtk - Imported sources Update of /home/ncvs/ports/japanese/gtk In directory freefall.freebsd.org:/c/users/flathill/gtk Log Message: Initial Import ja-gtk. General Toolkit for X11 GUI.(japanese) Status: Vendor Tag: GTK Release Tags: gtk_1_0_6 N ports/japanese/gtk/Makefile I ports/japanese/gtk/CVS N ports/japanese/gtk/files/md5 N ports/japanese/gtk/files/gtkrc N ports/japanese/gtk/files/user-setup N ports/japanese/gtk/files/menu.default N ports/japanese/gtk/pkg/COMMENT N ports/japanese/gtk/pkg/DESCR N ports/japanese/gtk/pkg/PLIST N ports/japanese/gtk/pkg/MESSAGE N ports/japanese/gtk/patches/patch-aa N ports/japanese/gtk/patches/patch-ab N ports/japanese/gtk/patches/patch-ba No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 23:32:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA22840 for cvs-all-outgoing; Wed, 18 Nov 1998 23:32:01 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA22810; Wed, 18 Nov 1998 23:31:59 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA24011; Wed, 18 Nov 1998 23:32:04 -0800 (PST) Date: Wed, 18 Nov 1998 23:32:04 -0800 (PST) Message-Id: <199811190732.XAA24011@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 23:32:03 PST Modified files: . modules Log: ja-libicq --> ports/japanese/libicq Revision Changes Path 1.2491 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 23:32:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23057 for cvs-all-outgoing; Wed, 18 Nov 1998 23:32:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA23052; Wed, 18 Nov 1998 23:32:58 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA24051; Wed, 18 Nov 1998 23:33:02 -0800 (PST) Date: Wed, 18 Nov 1998 23:33:02 -0800 (PST) Message-Id: <199811190733.XAA24051@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/libicq - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 23:33:02 PST ports/japanese/libicq - Imported sources Update of /home/ncvs/ports/japanese/libicq In directory freefall.freebsd.org:/c/users/flathill/libicq Log Message: Initial Import ja-libicq.(libicq for japanese) Status: Vendor Tag: LIBICQ Release Tags: libicq_0_20 N ports/japanese/libicq/Makefile I ports/japanese/libicq/CVS N ports/japanese/libicq/files/md5 N ports/japanese/libicq/pkg/COMMENT N ports/japanese/libicq/pkg/DESCR N ports/japanese/libicq/pkg/PLIST N ports/japanese/libicq/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 23:38:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23279 for cvs-all-outgoing; Wed, 18 Nov 1998 23:38:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA23274; Wed, 18 Nov 1998 23:38:44 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA24401; Wed, 18 Nov 1998 23:38:49 -0800 (PST) Date: Wed, 18 Nov 1998 23:38:49 -0800 (PST) Message-Id: <199811190738.XAA24401@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 23:38:49 PST Modified files: . modules Log: ja-gicq --> ports/japanese/gicq Revision Changes Path 1.2492 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 23:39:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23536 for cvs-all-outgoing; Wed, 18 Nov 1998 23:39:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA23530; Wed, 18 Nov 1998 23:39:11 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA24423; Wed, 18 Nov 1998 23:39:16 -0800 (PST) Date: Wed, 18 Nov 1998 23:39:16 -0800 (PST) Message-Id: <199811190739.XAA24423@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/gicq - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 23:39:16 PST ports/japanese/gicq - Imported sources Update of /home/ncvs/ports/japanese/gicq In directory freefall.freebsd.org:/c/users/flathill/gicq Log Message: Initial Import ja-gicq.(gicq for japanese) Status: Vendor Tag: GICQ Release Tags: gicq_0_22 N ports/japanese/gicq/Makefile I ports/japanese/gicq/CVS N ports/japanese/gicq/files/md5 N ports/japanese/gicq/files/menu.gicq N ports/japanese/gicq/files/wrapper N ports/japanese/gicq/pkg/COMMENT N ports/japanese/gicq/pkg/DESCR N ports/japanese/gicq/pkg/PLIST N ports/japanese/gicq/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 18 23:41:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23692 for cvs-all-outgoing; Wed, 18 Nov 1998 23:41:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA23687; Wed, 18 Nov 1998 23:41:34 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA24638; Wed, 18 Nov 1998 23:41:39 -0800 (PST) Date: Wed, 18 Nov 1998 23:41:39 -0800 (PST) Message-Id: <199811190741.XAA24638@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/18 23:41:39 PST Modified files: japanese Makefile Log: Add SUBDIR+={gicq,gtk,libicq Revision Changes Path 1.160 +4 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 00:01:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA25387 for cvs-all-outgoing; Thu, 19 Nov 1998 00:01:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA25378; Thu, 19 Nov 1998 00:01:12 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA25971; Thu, 19 Nov 1998 00:01:16 -0800 (PST) Date: Thu, 19 Nov 1998 00:01:16 -0800 (PST) Message-Id: <199811190801.AAA25971@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/19 00:01:15 PST Modified files: . modules Log: ja-micq --> ports/japanese/micq Revision Changes Path 1.2493 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 00:01:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA25634 for cvs-all-outgoing; Thu, 19 Nov 1998 00:01:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA25628; Thu, 19 Nov 1998 00:01:46 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA25994; Thu, 19 Nov 1998 00:01:51 -0800 (PST) Date: Thu, 19 Nov 1998 00:01:51 -0800 (PST) Message-Id: <199811190801.AAA25994@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/micq - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/19 00:01:50 PST ports/japanese/micq - Imported sources Update of /home/ncvs/ports/japanese/micq In directory freefall.freebsd.org:/c/users/flathill/micq Log Message: Initial Import ja-micq(micq for japanese) Status: Vendor Tag: MICQ Release Tags: micq_981011 N ports/japanese/micq/Makefile I ports/japanese/micq/CVS N ports/japanese/micq/files/md5 N ports/japanese/micq/patches/patch-aa N ports/japanese/micq/patches/patch-ab N ports/japanese/micq/pkg/COMMENT N ports/japanese/micq/pkg/DESCR N ports/japanese/micq/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 00:03:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA25799 for cvs-all-outgoing; Thu, 19 Nov 1998 00:03:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA25786; Thu, 19 Nov 1998 00:03:14 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA26067; Thu, 19 Nov 1998 00:03:19 -0800 (PST) Date: Thu, 19 Nov 1998 00:03:19 -0800 (PST) Message-Id: <199811190803.AAA26067@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/19 00:03:19 PST Modified files: japanese Makefile Log: Add SUBDIR+=micq Revision Changes Path 1.161 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 00:13:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA26538 for cvs-all-outgoing; Thu, 19 Nov 1998 00:13:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA26533; Thu, 19 Nov 1998 00:12:58 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA26495; Thu, 19 Nov 1998 00:13:02 -0800 (PST) Date: Thu, 19 Nov 1998 00:13:02 -0800 (PST) Message-Id: <199811190813.AAA26495@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/sys Makefile.inc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/11/19 00:13:01 PST Modified files: (Branch: RELENG_2_2) lib/libc/sys Makefile.inc Log: Move some syscalls for which we don't install _thread_sys_{syscall} wrappers from ASMR to ASM. This avoids link errors when using "cc -pthread". Revision Changes Path 1.20.2.7 +10 -7 src/lib/libc/sys/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 00:47:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA00762 for cvs-all-outgoing; Thu, 19 Nov 1998 00:47:25 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA00757; Thu, 19 Nov 1998 00:47:24 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA28627; Thu, 19 Nov 1998 00:47:29 -0800 (PST) Date: Thu, 19 Nov 1998 00:47:29 -0800 (PST) Message-Id: <199811190847.AAA28627@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/truetypefonts - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/19 00:47:28 PST ports/japanese/truetypefonts - Imported sources Update of /home/ncvs/ports/japanese/truetypefonts In directory freefall.freebsd.org:/c/users/asami/truetypefonts Log Message: Two free TrueType fonts (Wadalab-gothic and Watanabe-mincho). Status: Vendor Tag: ASAMI Release Tags: truetypefonts N ports/japanese/truetypefonts/Makefile N ports/japanese/truetypefonts/pkg/COMMENT N ports/japanese/truetypefonts/pkg/DESCR N ports/japanese/truetypefonts/pkg/PLIST N ports/japanese/truetypefonts/pkg/INSTALL N ports/japanese/truetypefonts/pkg/DEINSTALL N ports/japanese/truetypefonts/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 00:48:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA01019 for cvs-all-outgoing; Thu, 19 Nov 1998 00:48:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA01014; Thu, 19 Nov 1998 00:48:22 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA28880; Thu, 19 Nov 1998 00:48:26 -0800 (PST) Date: Thu, 19 Nov 1998 00:48:26 -0800 (PST) Message-Id: <199811190848.AAA28880@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/19 00:48:26 PST Modified files: . modules Log: ja-truetypefonts -> ports/japanese/truetypefonts Revision Changes Path 1.2494 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 00:49:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA01064 for cvs-all-outgoing; Thu, 19 Nov 1998 00:49:03 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA01059; Thu, 19 Nov 1998 00:49:02 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA28991; Thu, 19 Nov 1998 00:49:07 -0800 (PST) Date: Thu, 19 Nov 1998 00:49:07 -0800 (PST) Message-Id: <199811190849.AAA28991@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/19 00:49:04 PST Modified files: japanese Makefile Log: Add truetypefonts. Revision Changes Path 1.162 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 01:07:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA04347 for cvs-all-outgoing; Thu, 19 Nov 1998 01:07:53 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA04342; Thu, 19 Nov 1998 01:07:52 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA29715; Thu, 19 Nov 1998 01:07:56 -0800 (PST) Date: Thu, 19 Nov 1998 01:07:56 -0800 (PST) Message-Id: <199811190907.BAA29715@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/truetypefonts/pkg INSTALL Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/19 01:07:56 PST Modified files: japanese/truetypefonts/pkg INSTALL Log: Oops, tried to use a variable before defining it. Revision Changes Path 1.2 +1 -1 ports/japanese/truetypefonts/pkg/INSTALL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 01:19:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05515 for cvs-all-outgoing; Thu, 19 Nov 1998 01:19:16 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA05509; Thu, 19 Nov 1998 01:19:15 -0800 (PST) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA00343; Thu, 19 Nov 1998 01:19:19 -0800 (PST) Date: Thu, 19 Nov 1998 01:19:19 -0800 (PST) Message-Id: <199811190919.BAA00343@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/super Makefile ports/security/super/files sample.cdmount sample.tab md5 ports/security/super/patches patch-05 patch-06 patch-07 patch-08 patch-09 patch-01 patch-02 patch-03 patch-04 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/11/19 01:19:19 PST Modified files: security/super Makefile security/super/files md5 security/super/patches patch-01 patch-02 patch-03 Added files: security/super/files sample.cdmount sample.tab security/super/patches patch-05 patch-06 patch-07 patch-08 patch-09 Removed files: security/super/patches patch-04 Log: Update to version 3.11.6. (currently the "password=y" feature to requre a password to be entered before running a command only works on DES passwords) Revision Changes Path 1.2 +10 -12 ports/security/super/Makefile 1.2 +1 -1 ports/security/super/files/md5 1.2 +10 -88 ports/security/super/patches/patch-01 1.2 +14 -21 ports/security/super/patches/patch-02 1.2 +20 -13 ports/security/super/patches/patch-03 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 01:26:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06671 for cvs-all-outgoing; Thu, 19 Nov 1998 01:26:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06663; Thu, 19 Nov 1998 01:26:18 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA00692; Thu, 19 Nov 1998 01:26:23 -0800 (PST) Date: Thu, 19 Nov 1998 01:26:23 -0800 (PST) Message-Id: <199811190926.BAA00692@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/19 01:26:22 PST Modified files: . modules Log: xchat --> ports/net/xchat Revision Changes Path 1.2495 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 01:27:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06883 for cvs-all-outgoing; Thu, 19 Nov 1998 01:27:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06878; Thu, 19 Nov 1998 01:27:54 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA00862; Thu, 19 Nov 1998 01:27:59 -0800 (PST) Date: Thu, 19 Nov 1998 01:27:59 -0800 (PST) Message-Id: <199811190927.BAA00862@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/xchat - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/19 01:27:59 PST ports/net/xchat - Imported sources Update of /home/ncvs/ports/net/xchat In directory freefall.freebsd.org:/c/users/flathill/xchat Log Message: PR: ports/8718 Submitted by: jim@phrantic.phear.net Initial Import xchat. X-Chat is a X11 (X Window System) IRC client, using the GTK+ toolkit. Status: Vendor Tag: XCHAT Release Tags: xchat_0_2_5 N ports/net/xchat/Makefile I ports/net/xchat/CVS N ports/net/xchat/files/md5 N ports/net/xchat/pkg/COMMENT N ports/net/xchat/pkg/DESCR N ports/net/xchat/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 01:29:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06985 for cvs-all-outgoing; Thu, 19 Nov 1998 01:29:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06980; Thu, 19 Nov 1998 01:29:49 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA00942; Thu, 19 Nov 1998 01:29:53 -0800 (PST) Date: Thu, 19 Nov 1998 01:29:53 -0800 (PST) Message-Id: <199811190929.BAA00942@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/19 01:29:53 PST Modified files: net Makefile Log: Add SUBDIR+=xchat Revision Changes Path 1.195 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 03:02:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA14889 for cvs-all-outgoing; Thu, 19 Nov 1998 03:02:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA14882; Thu, 19 Nov 1998 03:02:11 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA05730; Thu, 19 Nov 1998 03:02:16 -0800 (PST) Date: Thu, 19 Nov 1998 03:02:16 -0800 (PST) Message-Id: <199811191102.DAA05730@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/xmmix/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/19 03:02:16 PST Added files: audio/xmmix/patches patch-ab Log: Fix app-defaults file gives the path to xmmix.hlp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 03:28:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA16740 for cvs-all-outgoing; Thu, 19 Nov 1998 03:28:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA16654 for ; Thu, 19 Nov 1998 03:28:25 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id VAA02769; Thu, 19 Nov 1998 21:57:55 +1030 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA01124; Thu, 19 Nov 1998 21:58:24 +1030 Date: Thu, 19 Nov 1998 21:58:24 +1030 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Alex Zepeda Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/mico Makefile ports/devel/mico/patches patch-ak ports/devel/mico/pkg PLIST In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 18 Nov 1998, Alex Zepeda wrote: > >From the egcs anoncvs pserver. Perhaps one of the later snapshots is > worth a try.. but alas, I can't even build egcs now (some odd thing about > gperf). Ick. And I was using mico 2.1.1. The gperf we have in the source tree doesnt work for compiling recent versions of egcs - you need to update to 2.7 + the patches on the egcs ftp site. FreeBSD has gperf 2.1 in the tree.. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 07:04:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08331 for cvs-all-outgoing; Thu, 19 Nov 1998 07:04:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08326; Thu, 19 Nov 1998 07:04:28 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA18391; Thu, 19 Nov 1998 07:04:33 -0800 (PST) Date: Thu, 19 Nov 1998 07:04:33 -0800 (PST) Message-Id: <199811191504.HAA18391@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/lynx-current Makefile ports/japanese/lynx-current/files md5 ports/japanese/lynx-current/patches patch-ai patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/11/19 07:04:32 PST Modified files: japanese/lynx-current Makefile japanese/lynx-current/files md5 japanese/lynx-current/patches patch-ad Added files: japanese/lynx-current/patches patch-ai Log: Update to 2.8.2dev.2. Submitted by: Shigeyuki FUKUSHIMA Revision Changes Path 1.5 +13 -8 ports/japanese/lynx-current/Makefile 1.4 +1 -1 ports/japanese/lynx-current/files/md5 1.2 +8 -8 ports/japanese/lynx-current/patches/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 07:06:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08560 for cvs-all-outgoing; Thu, 19 Nov 1998 07:06:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08555; Thu, 19 Nov 1998 07:06:54 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19072; Thu, 19 Nov 1998 07:06:59 -0800 (PST) Date: Thu, 19 Nov 1998 07:06:59 -0800 (PST) Message-Id: <199811191506.HAA19072@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/gnomelibs/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/19 07:06:59 PST Modified files: x11/gnomelibs/patches patch-ac Log: Add -lintl to gnome-config. Revision Changes Path 1.3 +26 -3 ports/x11/gnomelibs/patches/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 07:08:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08778 for cvs-all-outgoing; Thu, 19 Nov 1998 07:08:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08773; Thu, 19 Nov 1998 07:08:27 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19269; Thu, 19 Nov 1998 07:08:31 -0800 (PST) Date: Thu, 19 Nov 1998 07:08:31 -0800 (PST) Message-Id: <199811191508.HAA19269@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/xchat Makefile ports/net/xchat/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/19 07:08:31 PST Modified files: net/xchat Makefile net/xchat/files md5 Log: Upgrade to 0.3.1. If you want to depend with library, use LIB_DEPENDS, not RUN_DEPENDS. Revision Changes Path 1.2 +15 -13 ports/net/xchat/Makefile 1.2 +1 -1 ports/net/xchat/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 08:08:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA13926 for cvs-all-outgoing; Thu, 19 Nov 1998 08:08:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA13921; Thu, 19 Nov 1998 08:08:16 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA24902; Thu, 19 Nov 1998 08:08:21 -0800 (PST) Date: Thu, 19 Nov 1998 08:08:21 -0800 (PST) Message-Id: <199811191608.IAA24902@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/emulators/xsystem35 Makefile ports/emulators/xsystem35/files md5 ports/emulators/xsystem35/patches patch-ab patch-ac patch-aa ports/emulators/xsystem35/pkg DESCR MESSAGE PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/19 08:08:20 PST Modified files: emulators/xsystem35 Makefile Log: Upgrade to xsystem-3.5-19981114. Revision Changes Path 1.2 +14 -8 ports/emulators/xsystem35/Makefile Modified files: emulators/xsystem35/files md5 Log: Upgrade to xsystem-3.5-19981114. Fix MD5 check sum Revision Changes Path 1.2 +1 -1 ports/emulators/xsystem35/files/md5 Modified files: emulators/xsystem35/patches patch-aa Added files: emulators/xsystem35/patches patch-ab patch-ac Log: Upgrade to xsystem-3.5-19981114. Fix MD5 check sum Add patch files Revision Changes Path 1.2 +37 -12 ports/emulators/xsystem35/patches/patch-aa Modified files: emulators/xsystem35/pkg DESCR MESSAGE PLIST Log: Upgrade to xsystem-3.5-19981114. Fix MD5 check sum Add patch files Install Japanese documents in share/doc/ja Revision Changes Path 1.2 +1 -1 ports/emulators/xsystem35/pkg/DESCR 1.2 +15 -8 ports/emulators/xsystem35/pkg/MESSAGE 1.2 +1 -1 ports/emulators/xsystem35/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 08:36:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA17379 for cvs-all-outgoing; Thu, 19 Nov 1998 08:36:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA17374; Thu, 19 Nov 1998 08:36:37 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA26152; Thu, 19 Nov 1998 08:36:42 -0800 (PST) Date: Thu, 19 Nov 1998 08:36:42 -0800 (PST) Message-Id: <199811191636.IAA26152@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/chinese/ted Makefile ports/chinese/ted/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/19 08:36:41 PST Modified files: chinese/ted Makefile chinese/ted/files md5 Log: Upgrade to 4.2m. Revision Changes Path 1.19 +4 -4 ports/chinese/ted/Makefile 1.14 +1 -1 ports/chinese/ted/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 08:59:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20165 for cvs-all-outgoing; Thu, 19 Nov 1998 08:59:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20160; Thu, 19 Nov 1998 08:59:37 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA27418; Thu, 19 Nov 1998 08:59:42 -0800 (PST) Date: Thu, 19 Nov 1998 08:59:42 -0800 (PST) Message-Id: <199811191659.IAA27418@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook mirrors.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/19 08:59:42 PST Modified files: handbook mirrors.sgml Log: Fix typos in the names of the Swedish FTP sites. Revision Changes Path 1.95 +7 -7 doc/handbook/mirrors.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 09:00:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20370 for cvs-all-outgoing; Thu, 19 Nov 1998 09:00:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20365; Thu, 19 Nov 1998 09:00:22 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA27472; Thu, 19 Nov 1998 09:00:27 -0800 (PST) Date: Thu, 19 Nov 1998 09:00:27 -0800 (PST) Message-Id: <199811191700.JAA27472@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/gtkfig - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/19 09:00:27 PST ports/graphics/gtkfig - Imported sources Update of /home/ncvs/ports/graphics/gtkfig In directory freefall.freebsd.org:/d/users/vanilla/work/gtkfig Log Message: Import gtkfig, it is figure-drawing tools. PR: ports/8734 Submitted by: Dirk Froemberg Status: Vendor Tag: IBEX Release Tags: gtkfig_0_6_0 N ports/graphics/gtkfig/Makefile I ports/graphics/gtkfig/CVS N ports/graphics/gtkfig/files/md5 N ports/graphics/gtkfig/pkg/COMMENT N ports/graphics/gtkfig/pkg/DESCR N ports/graphics/gtkfig/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 09:01:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20442 for cvs-all-outgoing; Thu, 19 Nov 1998 09:01:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20437; Thu, 19 Nov 1998 09:01:27 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA27511; Thu, 19 Nov 1998 09:01:31 -0800 (PST) Date: Thu, 19 Nov 1998 09:01:31 -0800 (PST) Message-Id: <199811191701.JAA27511@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/19 09:01:31 PST Modified files: graphics Makefile Log: Activate gtkfig. Revision Changes Path 1.99 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 09:03:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20823 for cvs-all-outgoing; Thu, 19 Nov 1998 09:03:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20818; Thu, 19 Nov 1998 09:03:46 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA27666; Thu, 19 Nov 1998 09:03:51 -0800 (PST) Date: Thu, 19 Nov 1998 09:03:51 -0800 (PST) Message-Id: <199811191703.JAA27666@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook mirrors.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/19 09:03:51 PST Modified files: handbook mirrors.sgml Log: Add Swedish CVSup mirror site. Revision Changes Path 1.96 +7 -1 doc/handbook/mirrors.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 09:26:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24047 for cvs-all-outgoing; Thu, 19 Nov 1998 09:26:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA24040; Thu, 19 Nov 1998 09:26:48 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA27400; Thu, 19 Nov 1998 08:59:26 -0800 (PST) Date: Thu, 19 Nov 1998 08:59:26 -0800 (PST) Message-Id: <199811191659.IAA27400@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/19 08:59:25 PST Modified files: . modules Log: gtkfig --> ports/graphics/gtkfig Revision Changes Path 1.2496 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 09:27:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24130 for cvs-all-outgoing; Thu, 19 Nov 1998 09:27:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA24125; Thu, 19 Nov 1998 09:27:36 -0800 (PST) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA01641; Thu, 19 Nov 1998 09:27:41 -0800 (PST) Date: Thu, 19 Nov 1998 09:27:41 -0800 (PST) Message-Id: <199811191727.JAA01641@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/delegate/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 1998/11/19 09:27:40 PST Added files: net/delegate/patches patch-aa Log: Give up attempting to lock a file unless the resulting error was `EWOULDBLOCK'. This prevents DeleGate to hang upon writing the transfer log to stderr when running as an FTP proxy in foreground (-v) mode. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 10:05:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29379 for cvs-all-outgoing; Thu, 19 Nov 1998 10:05:31 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29370; Thu, 19 Nov 1998 10:05:27 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA03044; Thu, 19 Nov 1998 10:05:31 -0800 (PST) Date: Thu, 19 Nov 1998 10:05:31 -0800 (PST) Message-Id: <199811191805.KAA03044@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/emulators/hfsutils Makefile ports/emulators/hfsutils/files md5 ports/emulators/hfsutils/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/11/19 10:05:31 PST Modified files: emulators/hfsutils Makefile emulators/hfsutils/files md5 Removed files: emulators/hfsutils/patches patch-aa Log: Upgrade to 3.2.6. Remind by: distfiles fenner Revision Changes Path 1.15 +3 -3 ports/emulators/hfsutils/Makefile 1.5 +1 -1 ports/emulators/hfsutils/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 10:07:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29986 for cvs-all-outgoing; Thu, 19 Nov 1998 10:07:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29973; Thu, 19 Nov 1998 10:07:24 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA03269; Thu, 19 Nov 1998 10:07:28 -0800 (PST) Date: Thu, 19 Nov 1998 10:07:28 -0800 (PST) Message-Id: <199811191807.KAA03269@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libalias libalias.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/19 10:07:28 PST Modified files: lib/libalias libalias.3 Log: Fix a couple of typos. Revision Changes Path 1.8 +3 -3 src/lib/libalias/libalias.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 10:09:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00369 for cvs-all-outgoing; Thu, 19 Nov 1998 10:09:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA00360; Thu, 19 Nov 1998 10:09:36 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA03441; Thu, 19 Nov 1998 10:09:40 -0800 (PST) Date: Thu, 19 Nov 1998 10:09:40 -0800 (PST) Message-Id: <199811191809.KAA03441@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libalias libalias.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/19 10:09:40 PST Modified files: (Branch: RELENG_2_2) lib/libalias libalias.3 Log: MFC 1.7 -> 1.8: Fix typos. Revision Changes Path 1.2.2.4 +3 -3 src/lib/libalias/libalias.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 10:12:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00851 for cvs-all-outgoing; Thu, 19 Nov 1998 10:12:01 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA00822; Thu, 19 Nov 1998 10:11:59 -0800 (PST) (envelope-from paul@FreeBSD.org) From: Paul Richards Received: (from paul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA03802; Thu, 19 Nov 1998 10:12:04 -0800 (PST) Date: Thu, 19 Nov 1998 10:12:04 -0800 (PST) Message-Id: <199811191812.KAA03802@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common bcache.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk paul 1998/11/19 10:12:04 PST Modified files: sys/boot/common bcache.c Log: This fixes a bug in the bcache code whereby false cache hits occur the first time block 0 is read. This fix initialises the block numbers to -1 which isn't the most correct thing for a daddr_t but it isn't likely to cause a problem in the boot blocks and it could do with a more thought out fix later. The bug is probably benign on the i386 but on the alpha it can cause initial file opens to fail. This is the cause of the "can't open /boot/boot.conf" errors. It appears on the alpha because of a number of combining factors. On the alpha the LABELSECTOR is 0 so block 0 needs to be read in from the media. The first time this happens you get a false hit because the bc_blkno field is zero initially. Also, the timestamp check against this cache hit succeeds because on the alpha a hacked getsecs() function can return 0 when it starts counting so that the zero initial timestamp + BCACHE_TIMEOUT is greater than the current time until getsecs() has counted passed BCACHE_TIMEOUT. The overall effect is that the first open() that occurs gets a false cache hit and returns garbage to the bd_strategy() function which then fails the open() call. This false hit then stays in the cache until BCACHE_TIMEOUT getsecs() ticks have passed; all open() calls during this time fail. This explains why you can generally access the media by the time you get to interp() and start issuing commands but the earlier attempts to run the boot scripts are failing. It's possible that this is causing the problem switching to the mfsroot floppy as well but I haven't confirmed that. Revision Changes Path 1.4 +4 -2 src/sys/boot/common/bcache.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 10:34:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02997 for cvs-all-outgoing; Thu, 19 Nov 1998 10:34:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02989; Thu, 19 Nov 1998 10:34:33 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05119; Thu, 19 Nov 1998 10:34:38 -0800 (PST) Date: Thu, 19 Nov 1998 10:34:38 -0800 (PST) Message-Id: <199811191834.KAA05119@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/11/19 10:34:38 PST Modified files: . modules Log: ja-gimp --> ports/japanese/gimp Revision Changes Path 1.2497 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 10:38:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03584 for cvs-all-outgoing; Thu, 19 Nov 1998 10:38:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03577; Thu, 19 Nov 1998 10:38:41 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05314; Thu, 19 Nov 1998 10:38:46 -0800 (PST) Date: Thu, 19 Nov 1998 10:38:46 -0800 (PST) Message-Id: <199811191838.KAA05314@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/gimp - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/11/19 10:38:45 PST ports/japanese/gimp - Imported sources Update of /home/ncvs/ports/japanese/gimp In directory freefall.freebsd.org:/c/users/sada/ports/gimp Log Message: L10N of graphics/gimp1. Depend on japanese/gtk. Status: Vendor Tag: SADA Release Tags: ja_gimp N ports/japanese/gimp/Makefile I ports/japanese/gimp/CVS N ports/japanese/gimp/files/md5 N ports/japanese/gimp/files/gtkrc N ports/japanese/gimp/files/wrapper N ports/japanese/gimp/pkg/COMMENT N ports/japanese/gimp/pkg/DESCR N ports/japanese/gimp/pkg/MESSAGE N ports/japanese/gimp/pkg/PLIST N ports/japanese/gimp/patches/patch-aa N ports/japanese/gimp/patches/patch-ab N ports/japanese/gimp/patches/patch-ac N ports/japanese/gimp/patches/patch-ad N ports/japanese/gimp/patches/patch-ah N ports/japanese/gimp/patches/patch-ai N ports/japanese/gimp/patches/patch-am N ports/japanese/gimp/patches/patch-ba No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 10:39:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03659 for cvs-all-outgoing; Thu, 19 Nov 1998 10:39:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03654; Thu, 19 Nov 1998 10:39:22 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05355; Thu, 19 Nov 1998 10:39:27 -0800 (PST) Date: Thu, 19 Nov 1998 10:39:27 -0800 (PST) Message-Id: <199811191839.KAA05355@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/truetypefonts Makefile ports/japanese/truetypefonts/pkg DEINSTALL INSTALL PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/19 10:39:27 PST Modified files: japanese/truetypefonts Makefile japanese/truetypefonts/pkg DEINSTALL INSTALL PLIST Log: Move fonts from truetype to TrueType. Besides being a better match with the "Type1" directory that already exists, I just realized that the Xtt ports have been recommending this directory name in their documentation. Revision Changes Path 1.2 +2 -2 ports/japanese/truetypefonts/Makefile 1.2 +1 -1 ports/japanese/truetypefonts/pkg/DEINSTALL 1.3 +1 -1 ports/japanese/truetypefonts/pkg/INSTALL 1.2 +4 -4 ports/japanese/truetypefonts/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 10:43:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03909 for cvs-all-outgoing; Thu, 19 Nov 1998 10:43:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03903; Thu, 19 Nov 1998 10:42:59 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05541; Thu, 19 Nov 1998 10:43:04 -0800 (PST) Date: Thu, 19 Nov 1998 10:43:04 -0800 (PST) Message-Id: <199811191843.KAA05541@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/11/19 10:43:04 PST Modified files: japanese Makefile Log: Add gimp. Revision Changes Path 1.163 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 11:51:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12332 for cvs-all-outgoing; Thu, 19 Nov 1998 11:51:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12326; Thu, 19 Nov 1998 11:51:50 -0800 (PST) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA08795; Thu, 19 Nov 1998 11:51:55 -0800 (PST) Date: Thu, 19 Nov 1998 11:51:55 -0800 (PST) Message-Id: <199811191951.LAA08795@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/FAQ install.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 1998/11/19 11:51:55 PST Modified files: FAQ install.sgml Log: Fix confusion between the maximal possible number of sectors per track, and the maximal possible number of heads. Submitted by: na354@fen.baynet.de (Josef Kraus) Revision Changes Path 1.13 +4 -4 doc/FAQ/install.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 11:56:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12910 for cvs-all-outgoing; Thu, 19 Nov 1998 11:56:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12904; Thu, 19 Nov 1998 11:56:39 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA09051; Thu, 19 Nov 1998 11:56:44 -0800 (PST) Date: Thu, 19 Nov 1998 11:56:44 -0800 (PST) Message-Id: <199811191956.LAA09051@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/pkfonts300 Makefile ports/japanese/pkfonts300 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/19 11:56:44 PST Modified files: print/pkfonts300 Makefile japanese/pkfonts300 Makefile Log: Preperly use ".BEGIN:" as error target. Revision Changes Path 1.13 +3 -3 ports/print/pkfonts300/Makefile 1.15 +3 -2 ports/japanese/pkfonts300/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 12:22:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15236 for cvs-all-outgoing; Thu, 19 Nov 1998 12:22:07 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15231; Thu, 19 Nov 1998 12:22:06 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA09822; Thu, 19 Nov 1998 12:22:10 -0800 (PST) Date: Thu, 19 Nov 1998 12:22:10 -0800 (PST) Message-Id: <199811192022.MAA09822@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/ccdconfig ccdconfig.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/19 12:22:10 PST Modified files: sbin/ccdconfig ccdconfig.8 Log: Change sd -> da in examples. Inspired by: a mail by Scott Smyth Revision Changes Path 1.6 +4 -4 src/sbin/ccdconfig/ccdconfig.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 13:35:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21196 for cvs-all-outgoing; Thu, 19 Nov 1998 13:35:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21191; Thu, 19 Nov 1998 13:35:49 -0800 (PST) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12763; Thu, 19 Nov 1998 13:35:54 -0800 (PST) Date: Thu, 19 Nov 1998 13:35:54 -0800 (PST) Message-Id: <199811192135.NAA12763@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/11/19 13:35:54 PST Modified files: . modules Log: webmin --> ports/sysutils/webmin Revision Changes Path 1.2498 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 13:38:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21754 for cvs-all-outgoing; Thu, 19 Nov 1998 13:38:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21742; Thu, 19 Nov 1998 13:38:19 -0800 (PST) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12924; Thu, 19 Nov 1998 13:38:24 -0800 (PST) Date: Thu, 19 Nov 1998 13:38:24 -0800 (PST) Message-Id: <199811192138.NAA12924@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/webmin - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/11/19 13:38:24 PST ports/sysutils/webmin - Imported sources Update of /home/ncvs/ports/sysutils/webmin In directory freefall.freebsd.org:/d/users/andreas/newports/webmin Log Message: new port webmin v0.64 Webmin is a web-based interface for system administration for Unix. Using any browser that supports tables and forms, you can setup user accounts, Apache, DNS, file sharing and so on. Webmin consists of a simple web server, and a number of CGI programs which directly update system files like /etc/inetd.conf and /etc/passwd. The web server and all CGI programs are written in Perl version 5, and use no external modules. This means that you only need a Perl binary to run Webmin. More infos: http://www.webmin.com/webmin/ Status: Vendor Tag: JAMIE Release Tags: v0_64 I ports/sysutils/webmin/CVS N ports/sysutils/webmin/Makefile N ports/sysutils/webmin/files/md5 N ports/sysutils/webmin/patches/patch-aa N ports/sysutils/webmin/patches/patch-ab N ports/sysutils/webmin/pkg/COMMENT N ports/sysutils/webmin/pkg/DESCR N ports/sysutils/webmin/pkg/PLIST N ports/sysutils/webmin/scripts/pre-configure No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 13:39:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22093 for cvs-all-outgoing; Thu, 19 Nov 1998 13:39:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22088; Thu, 19 Nov 1998 13:39:19 -0800 (PST) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA13053; Thu, 19 Nov 1998 13:39:24 -0800 (PST) Date: Thu, 19 Nov 1998 13:39:24 -0800 (PST) Message-Id: <199811192139.NAA13053@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/11/19 13:39:23 PST Modified files: sysutils Makefile Log: activate webmin Revision Changes Path 1.48 +2 -1 ports/sysutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 13:41:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22454 for cvs-all-outgoing; Thu, 19 Nov 1998 13:41:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22449; Thu, 19 Nov 1998 13:41:11 -0800 (PST) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA13198; Thu, 19 Nov 1998 13:41:16 -0800 (PST) Date: Thu, 19 Nov 1998 13:41:16 -0800 (PST) Message-Id: <199811192141.NAA13198@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/webmin Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/11/19 13:41:16 PST Modified files: sysutils/webmin Makefile Log: define USE_PERL5 in Makefile Revision Changes Path 1.2 +2 -1 ports/sysutils/webmin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 13:52:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24245 for cvs-all-outgoing; Thu, 19 Nov 1998 13:52:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA24237; Thu, 19 Nov 1998 13:52:25 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id QAA27980; Thu, 19 Nov 1998 16:51:34 -0500 (EST) (envelope-from billf@jade.chc-chimes.com) Date: Thu, 19 Nov 1998 16:51:34 -0500 (EST) From: Bill Fumerola To: "David O'Brien" cc: Bill Fumerola , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape45-navigator Makefile ports/www/netscape45-navigator/files md5 netscape.sh ports/www/netscape45-navigator/patches patch-aa ports/www/netscape45-navigator/pkg COMMENT DESCR PLIST ports/www/netscape45-navigator/scripts con In-Reply-To: <19981118224243.A19566@nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 18 Nov 1998, David O'Brien wrote: > > Modified files: > > www/netscape45-navigator Makefile > > Log: > > Upgrade to navigator-only 4.5 > > This is *quite* old. Were you able to build and test it? Damn. Read below. > Fortify is at version 1.3.0. The rest of the Netscape ports were using > 1.2.6, so 1.2.2 is quite outdated. Also 4.5 is no longer in beta. You > can download navigator-v45-export.x86-unknown-freebsd.tar.gz (dated Oct 21) > from > ftp://ftp.netscape.com/pub/communicator/4.5/english/unix/unsupported/freebsd/navigator_standalone I edited everything on freefall, and then ended up commiting from my box here. Damnit. > What was committed won't fetch. I'll fix it. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 13:57:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24844 for cvs-all-outgoing; Thu, 19 Nov 1998 13:57:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA24836; Thu, 19 Nov 1998 13:57:38 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA13848; Thu, 19 Nov 1998 13:57:42 -0800 (PST) Date: Thu, 19 Nov 1998 13:57:42 -0800 (PST) Message-Id: <199811192157.NAA13848@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape45-navigator Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/19 13:57:42 PST Modified files: www/netscape45-navigator Makefile Log: Mark BROKEN until I update. Remind by: obrien Revision Changes Path 1.28 +2 -1 ports/www/netscape45-navigator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 13:59:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25126 for cvs-all-outgoing; Thu, 19 Nov 1998 13:59:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25120; Thu, 19 Nov 1998 13:59:50 -0800 (PST) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA14028; Thu, 19 Nov 1998 13:59:55 -0800 (PST) Date: Thu, 19 Nov 1998 13:59:55 -0800 (PST) Message-Id: <199811192159.NAA14028@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/webmin Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/11/19 13:59:55 PST Modified files: sysutils/webmin Makefile Log: Check if webserver is installed Warn user if no webserver is installed Recommend apache13-php or apache13-modssl. the php version can be configured to use the modssl module as well ... Revision Changes Path 1.3 +11 -1 ports/sysutils/webmin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 14:03:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA25508 for cvs-all-outgoing; Thu, 19 Nov 1998 14:03:46 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA25502; Thu, 19 Nov 1998 14:03:45 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA14343; Thu, 19 Nov 1998 14:03:50 -0800 (PST) Date: Thu, 19 Nov 1998 14:03:50 -0800 (PST) Message-Id: <199811192203.OAA14343@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/afterstep-i18n Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/11/19 14:03:50 PST Modified files: x11-wm/afterstep-i18n Makefile Log: Add more MASTER_SITES. Revision Changes Path 1.3 +2 -1 ports/x11-wm/afterstep-i18n/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 14:13:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26879 for cvs-all-outgoing; Thu, 19 Nov 1998 14:13:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26874; Thu, 19 Nov 1998 14:13:36 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA14994; Thu, 19 Nov 1998 14:13:41 -0800 (PST) Date: Thu, 19 Nov 1998 14:13:41 -0800 (PST) Message-Id: <199811192213.OAA14994@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/19 14:13:41 PST Modified files: . modules Log: When apache-fp was repocopied around, the apache13-fp port was left pointing at ports/www/apache, which confused the hell out of my machine when I tried to patch (what I thought was) apache13-fp. In any case, I 'did the right thing' and pointed it in the correct direction. PR: ports/8749 Revision Changes Path 1.2499 +2 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 14:43:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00794 for cvs-all-outgoing; Thu, 19 Nov 1998 14:43:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00789 for ; Thu, 19 Nov 1998 14:43:53 -0800 (PST) (envelope-from w@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id XAA08345; Thu, 19 Nov 1998 23:43:13 +0100 (CET) (envelope-from w@panke.de.freebsd.org) Received: (from w@localhost) by campa.panke.de.freebsd.org (8.8.8/8.8.8) id XAA16003; Thu, 19 Nov 1998 23:38:48 +0100 (MET) (envelope-from w) Message-ID: <19981119233847.A15999@panke.de.freebsd.org> Date: Thu, 19 Nov 1998 23:38:47 +0100 From: Wolfram Schneider To: =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= , committers@FreeBSD.ORG Subject: Re: committers archive? References: <19981118193939.A46533@ping.uio.no> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.93.1i In-Reply-To: =?iso-8859-1?Q?=3C19981118193939=2EA46533=40ping=2Euio=2Eno=3E=3B_from_D?= =?iso-8859-1?Q?ag-Erling_Sm=F8rgrav_on_Wed=2C_Nov_18=2C_1998_at_07:39:39?= =?iso-8859-1?Q?PM_+0100?= Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 1998-11-18 19:39:39 +0100, Dag-Erling Smørgrav wrote: > I'm getting sick and tired of Gnus trashing all my mail every other month > or so, and am planning to move my list subscriptions to a machine with > plenty of disk space, procmail, mutt, and EDITOR=/usr/bin/vi. While I'm > at it, I was wondering if anybody had a reasonably complete, unadultered > archie of the -committers list, since it isn't archived on freefall. A Hehe, our mailing list archive is on *hub*. And the -committers list *is* archvied. Just look at /g/mail/archive Wolfram To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 14:48:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01673 for cvs-all-outgoing; Thu, 19 Nov 1998 14:48:44 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01665; Thu, 19 Nov 1998 14:48:42 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA17105; Thu, 19 Nov 1998 14:48:43 -0800 (PST) Date: Thu, 19 Nov 1998 14:48:43 -0800 (PST) Message-Id: <199811192248.OAA17105@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache13-fp Makefile ports/www/apache13-fp/files http_protocol.patch md5 ports/www/apache13-fp/patches patch-fm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/19 14:48:42 PST Modified files: www/apache13-fp Makefile www/apache13-fp/files md5 Added files: www/apache13-fp/files http_protocol.patch www/apache13-fp/patches patch-fm Log: Update -fp so it doesn't crap out on config files with ``"'' in them. PR: ports/8749 Reviewed by: Bill Fumerola Submitted by: Scot Hetzel (maintainer) Revision Changes Path 1.4 +7 -8 ports/www/apache13-fp/Makefile 1.3 +1 -0 ports/www/apache13-fp/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 14:54:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02476 for cvs-all-outgoing; Thu, 19 Nov 1998 14:54:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02469; Thu, 19 Nov 1998 14:54:40 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA17489; Thu, 19 Nov 1998 14:54:45 -0800 (PST) Date: Thu, 19 Nov 1998 14:54:45 -0800 (PST) Message-Id: <199811192254.OAA17489@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape45-navigator Makefile ports/www/netscape45-navigator/files md5 ports/www/netscape45-navigator/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/19 14:54:45 PST Modified files: www/netscape45-navigator Makefile www/netscape45-navigator/files md5 www/netscape45-navigator/pkg PLIST Log: Fix my fubar'd import of this port, update fortify. NOTE: If an old version of netscape* exists on the system, this program will rename them, and that will break PLIST on deinstall. Any ideas on how to dynamically adapt to this would be neat. Submitted by: David O'Brien Revision Changes Path 1.29 +11 -12 ports/www/netscape45-navigator/Makefile 1.21 +2 -1 ports/www/netscape45-navigator/files/md5 1.20 +0 -13 ports/www/netscape45-navigator/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 14:58:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03417 for cvs-all-outgoing; Thu, 19 Nov 1998 14:58:56 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03405 for ; Thu, 19 Nov 1998 14:58:51 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id JAA21271 for ; Fri, 20 Nov 1998 09:28:20 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.1/8.9.0) id JAA03057; Fri, 20 Nov 1998 09:28:14 +1030 (CST) Message-ID: <19981120092813.H467@freebie.lemis.com> Date: Fri, 20 Nov 1998 09:28:13 +1030 From: Greg Lehey To: cvs-all@FreeBSD.ORG Subject: Categorizing commit messages Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I suppose about 100 commit messages get sent out every day. We're all exhorted to read every one of them. I try to do that, but I'm sure I miss some important stuff. Looking at what I've had over the last few months, I'd estimate the following breakdown: 1. Typos, cosmetic changes. About 20% 2. Minor bug fixes, style changes. About 30%. 3. Major bug fixes. About 10% 4. New functionality in existing software. About 5%. 5. New software (mainly ports, but also things like CAM, etc). About 35%. These differences are relatively easy to recognize, but you have to read *all* the messages to find out. How about a field in the commit message which says what kind of change it is? This is more important than just being able to find out what has changed: documentation, including release notes, also depends on it. Comments? Ideas? Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 15:10:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA05120 for cvs-all-outgoing; Thu, 19 Nov 1998 15:10:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA04990; Thu, 19 Nov 1998 15:09:40 -0800 (PST) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.8.8/8.8.8) id UAA07243; Thu, 19 Nov 1998 20:33:21 GMT (envelope-from nik) Message-ID: <19981119203321.37885@nothing-going-on.org> Date: Thu, 19 Nov 1998 20:33:21 +0000 From: Nik Clayton To: Doug White , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: doc/en/handbook/printing chapter.sgml References: <199811182150.NAA14731@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199811182150.NAA14731@freefall.freebsd.org>; from Doug White on Wed, Nov 18, 1998 at 01:50:47PM -0800 Organization: Nik at home, where there's nothing going on Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, Nov 18, 1998 at 01:50:47PM -0800, Doug White wrote: > Modified files: > en/handbook/printing chapter.sgml > Log: > Amend HP text filter to use HP eject page command instead of formfeed (and > possibly wasting a page). > Submitted by: Stephen Montgomery-Smith > > Revision Changes Path > 1.5 +1 -1 doc/en/handbook/printing/chapter.sgml doc/en/handbook/* is still a no-go area for committers, please. I'm still trying to orchestrate the tool chain issues, and trying to keep the DocBook version reasonably in sync with the LinuxDoc version. Doug, could you back this change out please, and reapply it to the LinuxDoc version of the Handbook in doc/handbook. That's still the version that appears on the web site (and will remain so until the Postscript and PDF conversion wrinkles are ironed out). Thanks, N -- C.R.F. Consulting -- we're run to make me richer. . . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 15:26:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06793 for cvs-all-outgoing; Thu, 19 Nov 1998 15:26:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06787; Thu, 19 Nov 1998 15:26:34 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA19178; Thu, 19 Nov 1998 15:26:38 -0800 (PST) Date: Thu, 19 Nov 1998 15:26:38 -0800 (PST) Message-Id: <199811192326.PAA19178@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-fonts/tkfont Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/19 15:26:38 PST Modified files: x11-fonts/tkfont Makefile Log: Update MASTER_SITES, include my public_html dir as a site, as ftp.cdrom.com went rather slow for me, and sometimes is overloaded. PR: ports/8592 Submitted by: maintainer Revision Changes Path 1.4 +3 -2 ports/x11-fonts/tkfont/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 16:05:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12114 for cvs-all-outgoing; Thu, 19 Nov 1998 16:05:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA12107; Thu, 19 Nov 1998 16:05:15 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA21163; Thu, 19 Nov 1998 16:05:20 -0800 (PST) Date: Thu, 19 Nov 1998 16:05:20 -0800 (PST) Message-Id: <199811200005.QAA21163@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/11/19 16:05:20 PST Modified files: (Branch: RELENG_2_2) etc/mtree BSD.local.dist BSD.usr.dist Log: Make directories for the Hungarian local to go into. Revision Changes Path 1.17.2.13 +3 -1 src/etc/mtree/BSD.local.dist 1.74.2.26 +5 -1 src/etc/mtree/BSD.usr.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 16:44:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA17726 for cvs-all-outgoing; Thu, 19 Nov 1998 16:44:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA17721; Thu, 19 Nov 1998 16:44:32 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA29179; Thu, 19 Nov 1998 16:44:36 -0800 (PST) Date: Thu, 19 Nov 1998 16:44:36 -0800 (PST) Message-Id: <199811200044.QAA29179@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/emulators/xsystem35/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/19 16:44:36 PST Modified files: emulators/xsystem35/pkg DESCR Log: Fix DESCR Revision Changes Path 1.3 +1 -1 ports/emulators/xsystem35/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 17:12:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA20876 for cvs-all-outgoing; Thu, 19 Nov 1998 17:12:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA20871; Thu, 19 Nov 1998 17:12:25 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA10967; Thu, 19 Nov 1998 17:12:30 -0800 (PST) Date: Thu, 19 Nov 1998 17:12:30 -0800 (PST) Message-Id: <199811200112.RAA10967@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/enscriptfonts Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/19 17:12:30 PST Modified files: print/enscriptfonts Makefile Log: Comment out RUN_DEPENDS, enscript specifies default paper size and you probably do not want that when you are just installing fonts. Revision Changes Path 1.2 +3 -2 ports/print/enscriptfonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 18:03:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25633 for cvs-all-outgoing; Thu, 19 Nov 1998 18:03:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25623 for ; Thu, 19 Nov 1998 18:03:07 -0800 (PST) (envelope-from jfieber@fallout.campusview.indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.9.1/8.9.1) with ESMTP id VAA20942; Thu, 19 Nov 1998 21:02:25 -0500 (EST) Date: Thu, 19 Nov 1998 21:02:25 -0500 (EST) From: John Fieber To: Wolfram Schneider cc: =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= , committers@FreeBSD.ORG Subject: Re: committers archive? In-Reply-To: <19981119233847.A15999@panke.de.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 19 Nov 1998, Wolfram Schneider wrote: > Hehe, our mailing list archive is on *hub*. > > And the -committers list *is* archvied. Just look at > /g/mail/archive Tell me, is cvs-committers all encompasing, or is it cvs-all? I can add either or both to the indexed archives depending on which is appropriate. -john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 18:03:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25894 for cvs-all-outgoing; Thu, 19 Nov 1998 18:03:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25885; Thu, 19 Nov 1998 18:03:48 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA22405; Thu, 19 Nov 1998 18:03:53 -0800 (PST) Date: Thu, 19 Nov 1998 18:03:53 -0800 (PST) Message-Id: <199811200203.SAA22405@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib Makefile src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/19 18:03:52 PST Modified files: lib Makefile Log: Make sure libskey is built before libpam. It is required for one of the PAM modules. Fix the comments describing the PAM dependencies to be consistent with other related comments. Restructure the library-building loop slightly, per suggestion from bde. Revision Changes Path 1.85 +6 -4 src/lib/Makefile Modified files: . Makefile.inc1 Log: Make sure libskey is built before libpam. It is required for one of the PAM modules. Fix the comments describing the PAM dependencies to be consistent with other related comments. Revision Changes Path 1.44 +17 -15 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 18:10:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA26692 for cvs-all-outgoing; Thu, 19 Nov 1998 18:10:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA26684 for ; Thu, 19 Nov 1998 18:10:36 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sjx-ca115-49.ix.netcom.com [207.223.162.113]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id SAA12900; Thu, 19 Nov 1998 18:09:30 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id SAA28283; Thu, 19 Nov 1998 18:09:26 -0800 (PST) Date: Thu, 19 Nov 1998 18:09:26 -0800 (PST) Message-Id: <199811200209.SAA28283@silvia.hip.berkeley.edu> To: jfieber@indiana.edu CC: wosch@panke.de.freebsd.org, des@ping.uio.no, committers@FreeBSD.ORG In-reply-to: (message from John Fieber on Thu, 19 Nov 1998 21:02:25 -0500 (EST)) Subject: Re: committers archive? From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * Tell me, is cvs-committers all encompasing, or is it cvs-all? I * can add either or both to the indexed archives depending on which * is appropriate. cvs-committers I guess. That's the address people use when they want to talk to "committer people". (Like this thread.) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 18:17:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA27246 for cvs-all-outgoing; Thu, 19 Nov 1998 18:17:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA27240; Thu, 19 Nov 1998 18:17:28 -0800 (PST) (envelope-from jfieber@fallout.campusview.indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.9.1/8.9.1) with ESMTP id VAA21017; Thu, 19 Nov 1998 21:16:48 -0500 (EST) Date: Thu, 19 Nov 1998 21:16:48 -0500 (EST) From: John Fieber To: Satoshi Asami cc: wosch@panke.de.freebsd.org, des@ping.uio.no, committers@FreeBSD.ORG Subject: Re: committers archive? In-Reply-To: <199811200209.SAA28283@silvia.hip.berkeley.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 19 Nov 1998, Satoshi Asami wrote: > * Tell me, is cvs-committers all encompasing, or is it cvs-all? I > * can add either or both to the indexed archives depending on which > * is appropriate. > > cvs-committers I guess. That's the address people use when they want > to talk to "committer people". (Like this thread.) I see that new commits go to both, so I'm assuming cvs-committers is a superset. I've added it to the indexing list so it should come around on Sunday morning. I'll add it to the search web page once the index is tested. -john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 18:57:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA00924 for cvs-all-outgoing; Thu, 19 Nov 1998 18:57:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA00918; Thu, 19 Nov 1998 18:57:37 -0800 (PST) (envelope-from archie@FreeBSD.org) From: Archie Cobbs Received: (from archie@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA25102; Thu, 19 Nov 1998 18:57:42 -0800 (PST) Date: Thu, 19 Nov 1998 18:57:42 -0800 (PST) Message-Id: <199811200257.SAA25102@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common pnp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1998/11/19 18:57:41 PST Modified files: sys/boot/common pnp.c Log: Fix misallocation of buffer bug (too short) Revision Changes Path 1.6 +1 -1 src/sys/boot/common/pnp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 19:08:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01983 for cvs-all-outgoing; Thu, 19 Nov 1998 19:08:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01978; Thu, 19 Nov 1998 19:08:57 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA25455; Thu, 19 Nov 1998 19:09:02 -0800 (PST) Date: Thu, 19 Nov 1998 19:09:02 -0800 (PST) Message-Id: <199811200309.TAA25455@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_output.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/11/19 19:09:02 PST Modified files: (Branch: RELENG_2_2) sys/netinet ip_output.c Log: MFC: {rev 1.82} copy M_MCAST bit into fragmented packets. Approved by: wollman Revision Changes Path 1.44.2.12 +2 -1 src/sys/netinet/ip_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 20:00:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA05700 for cvs-all-outgoing; Thu, 19 Nov 1998 20:00:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA05695; Thu, 19 Nov 1998 20:00:41 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA27484; Thu, 19 Nov 1998 20:00:45 -0800 (PST) Date: Thu, 19 Nov 1998 20:00:45 -0800 (PST) Message-Id: <199811200400.UAA27484@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/19 20:00:44 PST Modified files: share/mk bsd.port.mk Log: (1) Remove LOOP_VAR and LOOP_OPTIONS. It's a hack and just too many things break one way or another. With it goes the package-loop and the describe loop. (2) Add new variable MASTERDIR to make it easier to share files between ports. bsd.port.mk will find things like ${PKGDIR} underneath ${MASTERDIR} (which defaults to ${.CURDIR}). (3) Do not allow MD5_FILE to be renamed. Funny things can happen if you do that. (4) Use a few more absolute paths in the bsd.port.pre.mk part. I can't use absolute paths for sysctl because it moved recently. Revision Changes Path 1.298 +53 -94 src/share/mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 20:01:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA05755 for cvs-all-outgoing; Thu, 19 Nov 1998 20:01:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA05750; Thu, 19 Nov 1998 20:01:35 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA27625; Thu, 19 Nov 1998 20:01:40 -0800 (PST) Date: Thu, 19 Nov 1998 20:01:40 -0800 (PST) Message-Id: <199811200401.UAA27625@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/19 20:01:40 PST Modified files: (Branch: RELENG_2_2) share/mk bsd.port.mk Log: Merge 1.298. Revision Changes Path 1.227.2.62 +53 -94 src/share/mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 20:15:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07066 for cvs-all-outgoing; Thu, 19 Nov 1998 20:15:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07061; Thu, 19 Nov 1998 20:15:11 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01309; Thu, 19 Nov 1998 20:15:16 -0800 (PST) Date: Thu, 19 Nov 1998 20:15:16 -0800 (PST) Message-Id: <199811200415.UAA01309@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics Makefile ports/japanese Makefile ports/math Makefile ports/print Makefile ports/graphics/gimp-manual Makefile ports/graphics/gimp-manual/files md5 ports/graphics/gimp-manual/pkg COMMENT DESCR PLIST_HTML ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/19 20:15:15 PST Modified files: graphics Makefile japanese Makefile math Makefile print Makefile graphics/gimp-manual-html Makefile japanese/ghostscript300 Makefile japanese/kon2-16dot Makefile japanese/vftool-misc300 Makefile japanese/vfxdvi300 Makefile japanese/xdvi300 Makefile math/R-letter Makefile print/a2ps-letter Makefile print/a2ps43-letter Makefile print/c2ps-letter Makefile print/enscript-letter Makefile print/lprps-letter Makefile print/mp-letter Makefile print/psutils-letter Makefile Added files: graphics/gimp-manual-pdf Makefile graphics/gimp-manual-ps Makefile japanese/ghostscript118 Makefile japanese/ghostscript240 Makefile japanese/ghostscript400 Makefile japanese/kon2-14dot Makefile japanese/vftool-misc118 Makefile japanese/vftool-misc240 Makefile japanese/vftool-misc400 Makefile japanese/vfxdvi118 Makefile japanese/vfxdvi240 Makefile japanese/vfxdvi360 Makefile japanese/vfxdvi400 Makefile japanese/vfxdvi600 Makefile japanese/xdvi118 Makefile japanese/xdvi240 Makefile japanese/xdvi400 Makefile math/R-a4 Makefile print/a2ps-a4 Makefile print/a2ps43-a4 Makefile print/enscript-a4 Makefile print/enscript-letterdj Makefile print/lprps-a4 Makefile print/mp-a4 Makefile print/psutils-a4 Makefile Removed files: graphics/gimp-manual Makefile graphics/gimp-manual/files md5 graphics/gimp-manual/pkg COMMENT DESCR PLIST_HTML PLIST_PDF PLIST_PS japanese/ghostscript Makefile japanese/ghostscript/files 118.diff 240.diff 300.diff 400.diff md5 unix-gcc.mak.patch japanese/ghostscript/pkg COMMENT DESCR PLIST japanese/kon Makefile japanese/kon/files dotconfig md5 japanese/kon/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj japanese/kon/pkg COMMENT DESCR PLIST japanese/vftool-misc Makefile japanese/vftool-misc/files md5 japanese/vftool-misc/patches patch-aa patch-ab japanese/vftool-misc/pkg COMMENT DESCR PLIST-118dpi PLIST-240dpi PLIST-300dpi PLIST-400dpi japanese/vftool-misc/scripts configure japanese/vfxdvi Makefile japanese/vfxdvi/files customize.sh md5 xdvi-17+ptex.fixed.patch.of.patch xdvi18.vflib.patch.of.patch japanese/vfxdvi/patches patch-aa patch-ab patch-ac patch-ad japanese/vfxdvi/pkg COMMENT DESCR PLIST japanese/xdvi Makefile japanese/xdvi/files 118.diff 240.diff 300.diff 400.diff md5 japanese/xdvi/patches patch-aa patch-ab patch-ac japanese/xdvi/pkg COMMENT DESCR PLIST math/r Makefile math/r/files R md5 math/r/patches patch-aa math/r/pkg COMMENT DESCR PLIST print/a2ps Makefile print/a2ps/files md5 print/a2ps/patches patch-aa patch-ae patch-af print/a2ps/pkg COMMENT DESCR PLIST print/a2ps43 Makefile print/a2ps43/files md5 print/a2ps43/patches patch-aa patch-ab patch-ac print/a2ps43/pkg COMMENT DESCR PLIST print/a2ps43/scripts configure print/c2ps Makefile print/c2ps/files md5 print/c2ps/patches patch-aa print/c2ps/pkg COMMENT DESCR PLIST print/enscript Makefile print/enscript/files md5 print/enscript/pkg COMMENT DESCR PLIST print/lprps Makefile print/lprps/files md5 print/lprps/patches patch-aa patch-ab patch-ac patch-ad patch-ae print/lprps/pkg COMMENT DESCR PLIST print/mp Makefile print/mp/files md5 print/mp/patches patch-aa patch-ab patch-ac patch-ad print/mp/pkg COMMENT DESCR PLIST print/psutils Makefile print/psutils/files md5 print/psutils/patches patch-aa print/psutils/pkg COMMENT DESCR PLIST print/psutils/scripts configure Log: Remove LOOP_VAR and replace it with tiny Makefiles using MASTERDIR to share most files. Repository copy the default to explicitly named directories to avoid any confusion. Greatly simplify the shared Makefiles, since we are now in different subdirectories, we don't need "a4-install" stuff. While I'm here, consistently name the variables. Here are the guidelines (master port is in brackets) DOCFORMAT: [html] pdf ps KONFONT: 14dot [16dot] PAPERSIZE: a4 [letter] letterdj RESOLUTION: 118 240 [300] 360 400 600 "math/r" has been copied to "R-a4" and "R-letter", to follow the spirit of the original port. "japanese/kon" is renamed to "kon2-*", since that seems to be the basename. Revision Changes Path 1.100 +4 -2 ports/graphics/Makefile 1.164 +21 -6 ports/japanese/Makefile 1.52 +3 -2 ports/math/Makefile 1.73 +17 -8 ports/print/Makefile 1.5 +5 -16 ports/graphics/gimp-manual-html/Makefile 1.14 +5 -17 ports/japanese/ghostscript300/Makefile 1.19 +8 -17 ports/japanese/kon2-16dot/Makefile 1.7 +5 -17 ports/japanese/vftool-misc300/Makefile 1.14 +5 -17 ports/japanese/vfxdvi300/Makefile 1.15 +5 -16 ports/japanese/xdvi300/Makefile 1.8 +9 -20 ports/math/R-letter/Makefile 1.22 +10 -28 ports/print/a2ps-letter/Makefile 1.18 +8 -38 ports/print/a2ps43-letter/Makefile 1.7 +9 -19 ports/print/c2ps-letter/Makefile 1.7 +12 -74 ports/print/enscript-letter/Makefile 1.6 +10 -38 ports/print/lprps-letter/Makefile 1.10 +4 -7 ports/print/mp-letter/Makefile 1.18 +9 -25 ports/print/psutils-letter/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 20:16:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07469 for cvs-all-outgoing; Thu, 19 Nov 1998 20:16:46 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07464; Thu, 19 Nov 1998 20:16:45 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01440; Thu, 19 Nov 1998 20:16:50 -0800 (PST) Date: Thu, 19 Nov 1998 20:16:50 -0800 (PST) Message-Id: <199811200416.UAA01440@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/a2ps-letterdj Makefile ports/print/c2ps-a4 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/19 20:16:49 PST Added files: print/a2ps-letterdj Makefile print/c2ps-a4 Makefile Log: Dang. I knew I forgot something. This goes with the previous mass commit (see graphics/Makefile rev. 1.100 for log message). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 20:39:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10545 for cvs-all-outgoing; Thu, 19 Nov 1998 20:39:07 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10532; Thu, 19 Nov 1998 20:39:02 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA29646; Thu, 19 Nov 1998 20:39:07 -0800 (PST) Date: Thu, 19 Nov 1998 20:39:07 -0800 (PST) Message-Id: <199811200439.UAA29646@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/gp Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/19 20:39:07 PST Modified files: print/gp Makefile Log: Use a4 size if compiling for Japanese, letter otherwise. Revision Changes Path 1.11 +6 -2 ports/print/gp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 21:18:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15298 for cvs-all-outgoing; Thu, 19 Nov 1998 21:18:32 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15292; Thu, 19 Nov 1998 21:18:31 -0800 (PST) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA01220; Thu, 19 Nov 1998 21:18:35 -0800 (PST) Date: Thu, 19 Nov 1998 21:18:35 -0800 (PST) Message-Id: <199811200518.VAA01220@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/amd/include config.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/11/19 21:18:34 PST Modified files: usr.sbin/amd/include config.h Log: Fix version number. Revision Changes Path 1.8 +2 -2 src/usr.sbin/amd/include/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 21:21:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15863 for cvs-all-outgoing; Thu, 19 Nov 1998 21:21:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15850; Thu, 19 Nov 1998 21:21:18 -0800 (PST) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA01344; Thu, 19 Nov 1998 21:21:23 -0800 (PST) Date: Thu, 19 Nov 1998 21:21:23 -0800 (PST) Message-Id: <199811200521.VAA01344@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/ja/handbook authors.sgml contrib.sgml submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk motoyuki 1998/11/19 21:21:23 PST Modified files: ja/handbook authors.sgml contrib.sgml submitters.sgml Log: Merge the following changes in the English version: authors.sgml : 1.120 -> 1.125 contrib.sgml : 1.316 -> 1.322 submitters.sgml : 1.250 -> 1.255 Revision Changes Path 1.56 +22 -6 doc/ja/handbook/authors.sgml 1.94 +7 -3 doc/ja/handbook/contrib.sgml 1.79 +8 -8 doc/ja/handbook/submitters.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 21:21:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA16166 for cvs-all-outgoing; Thu, 19 Nov 1998 21:21:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA16152; Thu, 19 Nov 1998 21:21:35 -0800 (PST) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA01370; Thu, 19 Nov 1998 21:21:40 -0800 (PST) Date: Thu, 19 Nov 1998 21:21:40 -0800 (PST) Message-Id: <199811200521.VAA01370@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/amd/scripts fixrmtab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/11/19 21:21:40 PST Removed files: contrib/amd/scripts fixrmtab Log: Not part of AM-UTILS any longer. Should be build from fixrmtab.in. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 22:36:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22797 for cvs-all-outgoing; Thu, 19 Nov 1998 22:36:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA22792; Thu, 19 Nov 1998 22:36:16 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA04664; Thu, 19 Nov 1998 22:36:21 -0800 (PST) Date: Thu, 19 Nov 1998 22:36:21 -0800 (PST) Message-Id: <199811200636.WAA04664@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/news/knews Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/19 22:36:21 PST Modified files: news/knews Makefile Log: mp -> mp-letter Revision Changes Path 1.21 +2 -2 ports/news/knews/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 23:31:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA27837 for cvs-all-outgoing; Thu, 19 Nov 1998 23:31:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA27832; Thu, 19 Nov 1998 23:31:33 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA16216; Thu, 19 Nov 1998 23:31:38 -0800 (PST) Date: Thu, 19 Nov 1998 23:31:38 -0800 (PST) Message-Id: <199811200731.XAA16216@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_cond.c uthread_kern.c uthread_kill.c uthread_mutex.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/11/19 23:31:38 PST Modified files: (Branch: RELENG_2_2) lib/libc_r/uthread pthread_private.h uthread_cond.c uthread_kern.c uthread_kill.c uthread_mutex.c Log: MFC: Close a window between unlocking a spinlock and changing the thread state. Interrupt threads waiting in select, sleep, and for an fd. Revision Changes Path 1.2.2.6 +2 -0 src/lib/libc_r/uthread/pthread_private.h 1.3.2.7 +4 -10 src/lib/libc_r/uthread/uthread_cond.c 1.3.2.6 +17 -1 src/lib/libc_r/uthread/uthread_kern.c 1.1.2.3 +20 -0 src/lib/libc_r/uthread/uthread_kill.c 1.2.2.5 +8 -10 src/lib/libc_r/uthread/uthread_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 19 23:36:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA28324 for cvs-all-outgoing; Thu, 19 Nov 1998 23:36:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA28317; Thu, 19 Nov 1998 23:36:25 -0800 (PST) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA16444; Thu, 19 Nov 1998 23:36:30 -0800 (PST) Date: Thu, 19 Nov 1998 23:36:30 -0800 (PST) Message-Id: <199811200736.XAA16444@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc amd.map Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/11/19 23:36:29 PST Modified files: etc amd.map Log: Bad default value of ${fs} for type:=host in /etc/amd.map. PR: conf/7054 Submitted by: Amakawa Shuhei Revision Changes Path 1.6 +1 -1 src/etc/amd.map To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 00:09:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA02360 for cvs-all-outgoing; Fri, 20 Nov 1998 00:09:32 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA02355; Fri, 20 Nov 1998 00:09:30 -0800 (PST) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA19305; Fri, 20 Nov 1998 00:09:35 -0800 (PST) Date: Fri, 20 Nov 1998 00:09:35 -0800 (PST) Message-Id: <199811200809.AAA19305@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/amd/amq amq.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/11/20 00:09:35 PST Modified files: contrib/amd/amq amq.8 Log: amq.8 contains typos PR: docs/8433 Reviewed by: Kazuo Horikawa Revision Changes Path 1.4 +4 -4 src/contrib/amd/amq/amq.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 00:12:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA03010 for cvs-all-outgoing; Fri, 20 Nov 1998 00:12:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA02961; Fri, 20 Nov 1998 00:12:01 -0800 (PST) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA19606; Fri, 20 Nov 1998 00:12:06 -0800 (PST) Date: Fri, 20 Nov 1998 00:12:06 -0800 (PST) Message-Id: <199811200812.AAA19606@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/amd/scripts amd.conf.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/11/20 00:12:06 PST Modified files: contrib/amd/scripts amd.conf.5 Log: xfer typo PR: docs/8723 Submitted by: Junji SAKAI Revision Changes Path 1.5 +2 -2 src/contrib/amd/scripts/amd.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 00:14:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA03445 for cvs-all-outgoing; Fri, 20 Nov 1998 00:14:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA03440; Fri, 20 Nov 1998 00:14:07 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA19832; Fri, 20 Nov 1998 00:14:12 -0800 (PST) Date: Fri, 20 Nov 1998 00:14:12 -0800 (PST) Message-Id: <199811200814.AAA19832@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/sml-nj Makefile ports/lang/sml-nj/files md5 ports/lang/sml-nj/pkg COMMENT DESCR PLIST ports/lang/sml-nj/scripts get-cm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/11/20 00:14:12 PST Modified files: lang/sml-nj Makefile lang/sml-nj/files md5 lang/sml-nj/pkg COMMENT DESCR PLIST Added files: lang/sml-nj/scripts get-cm Log: Upgrade to v110.9.1. Unbreak. Revision Changes Path 1.3 +40 -23 ports/lang/sml-nj/Makefile 1.2 +11 -13 ports/lang/sml-nj/files/md5 1.2 +1 -1 ports/lang/sml-nj/pkg/COMMENT 1.3 +2 -3 ports/lang/sml-nj/pkg/DESCR 1.2 +146 -7 ports/lang/sml-nj/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 00:50:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA06755 for cvs-all-outgoing; Fri, 20 Nov 1998 00:50:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA06747; Fri, 20 Nov 1998 00:50:47 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA22002; Fri, 20 Nov 1998 00:50:52 -0800 (PST) Date: Fri, 20 Nov 1998 00:50:52 -0800 (PST) Message-Id: <199811200850.AAA22002@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/giflib Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/11/20 00:50:52 PST Modified files: graphics/giflib Makefile Log: Update master site. Revision Changes Path 1.5 +2 -2 ports/graphics/giflib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 01:04:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA08449 for cvs-all-outgoing; Fri, 20 Nov 1998 01:04:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA08443; Fri, 20 Nov 1998 01:04:20 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA22594; Fri, 20 Nov 1998 01:04:25 -0800 (PST) Date: Fri, 20 Nov 1998 01:04:25 -0800 (PST) Message-Id: <199811200904.BAA22594@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/elk Makefile ports/lang/elk/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/11/20 01:04:25 PST Modified files: lang/elk Makefile lang/elk/files md5 Log: Upgrade to 3.0.3. Revision Changes Path 1.16 +5 -5 ports/lang/elk/Makefile 1.6 +1 -1 ports/lang/elk/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 02:26:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA14493 for cvs-all-outgoing; Fri, 20 Nov 1998 02:26:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA14488; Fri, 20 Nov 1998 02:26:08 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA25952; Fri, 20 Nov 1998 02:26:12 -0800 (PST) Date: Fri, 20 Nov 1998 02:26:12 -0800 (PST) Message-Id: <199811201026.CAA25952@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/acroread Makefile ports/print/acroread/files acroread.diff Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/11/20 02:26:12 PST Modified files: print/acroread Makefile Added files: print/acroread/files acroread.diff Log: Set LC_CTYPE=C to prevent coredumps in multibyte locales. Submitted by: CHOI Junho Revision Changes Path 1.8 +7 -4 ports/print/acroread/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 03:17:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18285 for cvs-all-outgoing; Fri, 20 Nov 1998 03:17:57 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA18277; Fri, 20 Nov 1998 03:17:55 -0800 (PST) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA27844; Fri, 20 Nov 1998 03:18:00 -0800 (PST) Date: Fri, 20 Nov 1998 03:18:00 -0800 (PST) Message-Id: <199811201118.DAA27844@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/moused moused.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1998/11/20 03:18:00 PST Modified files: usr.sbin/moused moused.c Log: - Reorganized a `if-else' close a bit for clarity. Purely cosmetic change. No functional difference. Revision Changes Path 1.21 +24 -23 src/usr.sbin/moused/moused.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 03:19:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18588 for cvs-all-outgoing; Fri, 20 Nov 1998 03:19:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA18583; Fri, 20 Nov 1998 03:19:18 -0800 (PST) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA27912; Fri, 20 Nov 1998 03:19:21 -0800 (PST) Date: Fri, 20 Nov 1998 03:19:21 -0800 (PST) Message-Id: <199811201119.DAA27912@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/moused moused.8 moused.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1998/11/20 03:19:21 PST Modified files: usr.sbin/moused moused.8 moused.c Log: - Added a new option: -w N. The option makes the button N as the `wheel mode' button. Mouse movement will be treated as wheel movement while this button is held down. Useful for mice with many buttons but without a wheel. PR: bin/8001 Submitted by: Hideyuki Suzuki Revision Changes Path 1.17 +11 -1 src/usr.sbin/moused/moused.8 1.22 +21 -4 src/usr.sbin/moused/moused.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 03:22:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18924 for cvs-all-outgoing; Fri, 20 Nov 1998 03:22:16 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA18913; Fri, 20 Nov 1998 03:22:14 -0800 (PST) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA28086; Fri, 20 Nov 1998 03:22:18 -0800 (PST) Date: Fri, 20 Nov 1998 03:22:18 -0800 (PST) Message-Id: <199811201122.DAA28086@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include mouse.h src/usr.sbin/moused moused.8 moused.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1998/11/20 03:22:17 PST Modified files: sys/i386/include mouse.h usr.sbin/moused moused.8 moused.c Log: - Added support for Genius Kidspad tablet. # `moused' is getting too over-loaded now. If we want something # more than simple mouse emulation for tablets or remote devices, # we should start writing a separate daemon... Submitted by: luigi Revision Changes Path 1.11 +3 -1 src/sys/i386/include/mouse.h 1.18 +3 -1 src/usr.sbin/moused/moused.8 1.23 +104 -2 src/usr.sbin/moused/moused.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 03:46:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21174 for cvs-all-outgoing; Fri, 20 Nov 1998 03:46:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA21169; Fri, 20 Nov 1998 03:46:40 -0800 (PST) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA29363; Fri, 20 Nov 1998 03:46:44 -0800 (PST) Date: Fri, 20 Nov 1998 03:46:44 -0800 (PST) Message-Id: <199811201146.DAA29363@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa psm.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1998/11/20 03:46:44 PST Modified files: sys/i386/isa psm.c Log: - Added some configuration flags as workaround for not-so-compatible keyboard/mouse/display switch products (console switches). Some products claim they emulate the PS/2 mouse when the host computer talks to the mouse while the mouse is actually routed to another host. flags 0x200 Do not try to identify the mouse model. All mice will be recognized as "generic PS/2". 0x400 Do not reset the mouse. Some switches' response to the reset command is too slow and the psm will timeout. 0x1000 Relax error checking when probing the mouse port. - Added another flag for pad devices. flags 0x800 Assume the pad behaves like ALPS GlidePoint when the user `taps' the surface of the pad; it will be reported as the fourth button. Revision Changes Path 1.57 +86 -50 src/sys/i386/isa/psm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 03:48:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21480 for cvs-all-outgoing; Fri, 20 Nov 1998 03:48:25 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA21474; Fri, 20 Nov 1998 03:48:24 -0800 (PST) (envelope-from stb@FreeBSD.org) From: Stefan Bethke Received: (from stb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA29563; Fri, 20 Nov 1998 03:48:29 -0800 (PST) Date: Fri, 20 Nov 1998 03:48:29 -0800 (PST) Message-Id: <199811201148.DAA29563@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/olvwm/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk stb 1998/11/20 03:48:29 PST Added files: x11-wm/olvwm/patches patch-ad Log: TrueColor also is color, isn't it? (This was asked, and the patch provided, back in February 96; I don't have the slightest idea why this patch never made it into the port, or into a PR anyway.) Submitted by: Seppo Kallio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 06:30:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA08877 for cvs-all-outgoing; Fri, 20 Nov 1998 06:30:57 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA08828; Fri, 20 Nov 1998 06:30:27 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199811201430.GAA08828@hub.freebsd.org> Subject: Re: committers archive? In-Reply-To: from John Fieber at "Nov 19, 98 09:02:25 pm" To: jfieber@indiana.edu (John Fieber) Date: Fri, 20 Nov 1998 06:30:26 -0800 (PST) Cc: wosch@panke.de.freebsd.org, des@ping.uio.no, committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Fieber wrote: > On Thu, 19 Nov 1998, Wolfram Schneider wrote: > > > Hehe, our mailing list archive is on *hub*. > > > > And the -committers list *is* archvied. Just look at > > /g/mail/archive > > Tell me, is cvs-committers all encompasing, or is it cvs-all? I > can add either or both to the indexed archives depending on which > is appropriate. cvs-all gets every commit message. cvs-committers is a mailing for everyone with commit privs....they get every commit message as well. they also get any mail sent directly to cvs-committers. cvs-all does not get that mail. jmb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 07:14:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12862 for cvs-all-outgoing; Fri, 20 Nov 1998 07:14:54 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12857; Fri, 20 Nov 1998 07:14:52 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA25812; Fri, 20 Nov 1998 07:14:57 -0800 (PST) Date: Fri, 20 Nov 1998 07:14:57 -0800 (PST) Message-Id: <199811201514.HAA25812@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/kappa20 Makefile ports/japanese/kappa20/files md5 ports/japanese/kappa20/patches patch-aa patch-ab ports/japanese/kappa20/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/11/20 07:14:56 PST Modified files: japanese/kappa20 Makefile japanese/kappa20/files md5 japanese/kappa20/patches patch-aa patch-ab japanese/kappa20/pkg DESCR PLIST Log: Update to 0.3 and move to local from misc. PR: ports/8220 Submitted by: Kawaguti Ginga Revision Changes Path 1.5 +22 -9 ports/japanese/kappa20/Makefile 1.2 +1 -1 ports/japanese/kappa20/files/md5 1.2 +82 -32 ports/japanese/kappa20/patches/patch-aa 1.2 +23 -31 ports/japanese/kappa20/patches/patch-ab 1.2 +1 -1 ports/japanese/kappa20/pkg/DESCR 1.2 +15 -11 ports/japanese/kappa20/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 07:26:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13902 for cvs-all-outgoing; Fri, 20 Nov 1998 07:26:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA13893; Fri, 20 Nov 1998 07:26:06 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA26208; Fri, 20 Nov 1998 07:26:11 -0800 (PST) Date: Fri, 20 Nov 1998 07:26:11 -0800 (PST) Message-Id: <199811201526.HAA26208@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/gnats Makefile ports/lang/caml-light Makefile ports/textproc/ispell Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/11/20 07:26:10 PST Modified files: databases/gnats Makefile lang/caml-light Makefile textproc/ispell Makefile Log: Add virtual category elisp. Reminded by: wosch Submitted by: KIRIYAMA Kazuhiko Revision Changes Path 1.17 +2 -2 ports/databases/gnats/Makefile 1.4 +2 -2 ports/lang/caml-light/Makefile 1.25 +2 -2 ports/textproc/ispell/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 07:46:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA15928 for cvs-all-outgoing; Fri, 20 Nov 1998 07:46:31 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA15921; Fri, 20 Nov 1998 07:46:27 -0800 (PST) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA26824; Fri, 20 Nov 1998 07:46:32 -0800 (PST) Date: Fri, 20 Nov 1998 07:46:32 -0800 (PST) Message-Id: <199811201546.HAA26824@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/krb5/patches patch-al Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/11/20 07:46:32 PST Removed files: security/krb5/patches patch-al Log: Don't use openpty. This is a temporary workaround in time for the ports code freeze. PR: ports/8609 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 10:19:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00929 for cvs-all-outgoing; Fri, 20 Nov 1998 10:19:07 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA00921; Fri, 20 Nov 1998 10:19:05 -0800 (PST) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA10260; Fri, 20 Nov 1998 10:19:10 -0800 (PST) Date: Fri, 20 Nov 1998 10:19:10 -0800 (PST) Message-Id: <199811201819.KAA10260@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/yatex Makefile ports/japanese/yatex/pkg PLIST ports/japanese/yatex-xemacs Makefile ports/print/yatex Makefile ports/print/yatex/files DEINSTALL.tmpl INSTALL.tmpl md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk itojun 1998/11/20 10:19:10 PST Modified files: japanese/yatex Makefile japanese/yatex/pkg PLIST japanese/yatex-xemacs Makefile print/yatex Makefile print/yatex/files DEINSTALL.tmpl INSTALL.tmpl md5 Log: - updated to use version 1.66. PR: 8752 Submitted by: Satoshi Taoka (= maintainer) Revision Changes Path 1.4 +4 -4 ports/japanese/yatex/Makefile 1.2 +18 -18 ports/japanese/yatex/pkg/PLIST 1.4 +4 -4 ports/japanese/yatex-xemacs/Makefile 1.5 +9 -9 ports/print/yatex/Makefile 1.3 +2 -1 ports/print/yatex/files/DEINSTALL.tmpl 1.3 +10 -11 ports/print/yatex/files/INSTALL.tmpl 1.2 +1 -1 ports/print/yatex/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 10:29:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01899 for cvs-all-outgoing; Fri, 20 Nov 1998 10:29:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01894; Fri, 20 Nov 1998 10:29:16 -0800 (PST) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA11357; Fri, 20 Nov 1998 10:29:21 -0800 (PST) Date: Fri, 20 Nov 1998 10:29:21 -0800 (PST) Message-Id: <199811201829.KAA11357@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/tgif Makefile ports/japanese/tgif/files md5 setup.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk itojun 1998/11/20 10:29:20 PST Modified files: japanese/tgif Makefile japanese/tgif/files md5 setup.sh Log: japanize patch location/filename changed. PR: 8772 Submitted by: MITA Yoshio Revision Changes Path 1.10 +3 -3 ports/japanese/tgif/Makefile 1.4 +1 -1 ports/japanese/tgif/files/md5 1.3 +1 -1 ports/japanese/tgif/files/setup.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 11:26:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06801 for cvs-all-outgoing; Fri, 20 Nov 1998 11:26:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06796; Fri, 20 Nov 1998 11:26:33 -0800 (PST) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA23332; Fri, 20 Nov 1998 11:26:38 -0800 (PST) Date: Fri, 20 Nov 1998 11:26:38 -0800 (PST) Message-Id: <199811201926.LAA23332@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_rl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/11/20 11:26:37 PST Modified files: sys/pci if_rl.c Log: Add missing return statement to rl_phy_writereg(). This bug didn't actually hurt anything, but it's still a bug. Pointed out by: Jason Wright Revision Changes Path 1.3 +3 -2 src/sys/pci/if_rl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 12:14:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11530 for cvs-all-outgoing; Fri, 20 Nov 1998 12:14:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11524; Fri, 20 Nov 1998 12:14:06 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA26499; Fri, 20 Nov 1998 12:14:11 -0800 (PST) Date: Fri, 20 Nov 1998 12:14:11 -0800 (PST) Message-Id: <199811202014.MAA26499@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/elisa8x8 Makefile ports/japanese/elisa8x8/pkg REQ PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/11/20 12:14:11 PST Modified files: japanese/elisa8x8 Makefile japanese/elisa8x8/pkg PLIST Added files: japanese/elisa8x8/pkg REQ Log: Reallocate the font directory (misc->local), following the change in XFree86 3.3.3. Submitted by: Shigeyuki FUKUSHIMA Revision Changes Path 1.2 +16 -21 ports/japanese/elisa8x8/Makefile 1.2 +5 -14 ports/japanese/elisa8x8/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 12:15:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11936 for cvs-all-outgoing; Fri, 20 Nov 1998 12:15:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11927; Fri, 20 Nov 1998 12:15:17 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA26630; Fri, 20 Nov 1998 12:15:22 -0800 (PST) Date: Fri, 20 Nov 1998 12:15:22 -0800 (PST) Message-Id: <199811202015.MAA26630@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/k10 Makefile ports/japanese/k10/patches patch-aa ports/japanese/k10/pkg REQ DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/11/20 12:15:22 PST Modified files: japanese/k10 Makefile japanese/k10/patches patch-aa japanese/k10/pkg DESCR PLIST Added files: japanese/k10/pkg REQ Log: Reallocate the font directory (misc->local), following the change in XFree86 3.3.3. Submitted by: Shigeyuki FUKUSHIMA Revision Changes Path 1.5 +10 -1 ports/japanese/k10/Makefile 1.2 +11 -16 ports/japanese/k10/patches/patch-aa 1.2 +1 -1 ports/japanese/k10/pkg/DESCR 1.2 +7 -10 ports/japanese/k10/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 12:17:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12141 for cvs-all-outgoing; Fri, 20 Nov 1998 12:17:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12125; Fri, 20 Nov 1998 12:17:10 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA26754; Fri, 20 Nov 1998 12:17:15 -0800 (PST) Date: Fri, 20 Nov 1998 12:17:15 -0800 (PST) Message-Id: <199811202017.MAA26754@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/k12 Makefile ports/japanese/k12/patches patch-aa ports/japanese/k12/pkg DESCR PLIST REQ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/11/20 12:17:15 PST Modified files: japanese/k12 Makefile japanese/k12/patches patch-aa japanese/k12/pkg DESCR PLIST REQ Log: Reallocate the font directory (misc->local), following the change in XFree86 3.3.3. Submitted by: Shigeyuki FUKUSHIMA Revision Changes Path 1.7 +16 -3 ports/japanese/k12/Makefile 1.2 +5 -9 ports/japanese/k12/patches/patch-aa 1.2 +6 -3 ports/japanese/k12/pkg/DESCR 1.3 +9 -10 ports/japanese/k12/pkg/PLIST 1.2 +42 -6 ports/japanese/k12/pkg/REQ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 12:21:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12773 for cvs-all-outgoing; Fri, 20 Nov 1998 12:21:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12766; Fri, 20 Nov 1998 12:21:49 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA00519; Fri, 20 Nov 1998 12:21:54 -0800 (PST) Date: Fri, 20 Nov 1998 12:21:54 -0800 (PST) Message-Id: <199811202021.MAA00519@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/kappa20 Makefile ports/japanese/kappa20/patches patch-aa patch-ab ports/japanese/kappa20/pkg REQ PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/11/20 12:21:53 PST Modified files: japanese/kappa20 Makefile japanese/kappa20/patches patch-aa patch-ab japanese/kappa20/pkg PLIST Added files: japanese/kappa20/pkg REQ Log: Reallocate the font directory (misc->local), following the change in XFree86 3.3.3. Submitted by: Shigeyuki FUKUSHIMA Revision Changes Path 1.6 +8 -12 ports/japanese/kappa20/Makefile 1.3 +16 -80 ports/japanese/kappa20/patches/patch-aa 1.3 +20 -20 ports/japanese/kappa20/patches/patch-ab 1.3 +8 -14 ports/japanese/kappa20/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 12:24:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA13047 for cvs-all-outgoing; Fri, 20 Nov 1998 12:24:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA13042; Fri, 20 Nov 1998 12:24:48 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA05907; Fri, 20 Nov 1998 12:24:53 -0800 (PST) Date: Fri, 20 Nov 1998 12:24:53 -0800 (PST) Message-Id: <199811202024.MAA05907@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/elisa10x8 Makefile ports/japanese/elisa10x8/patches patch-aa ports/japanese/elisa10x8/pkg REQ PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/11/20 12:24:53 PST Modified files: japanese/elisa10x8 Makefile japanese/elisa10x8/patches patch-aa japanese/elisa10x8/pkg PLIST Added files: japanese/elisa10x8/pkg REQ Log: Reallocate the font directory (misc->local), following the change in XFree86 3.3.3. Submitted by: Shigeyuki FUKUSHIMA Revision Changes Path 1.5 +9 -2 ports/japanese/elisa10x8/Makefile 1.2 +6 -11 ports/japanese/elisa10x8/patches/patch-aa 1.2 +4 -7 ports/japanese/elisa10x8/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 12:25:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA13261 for cvs-all-outgoing; Fri, 20 Nov 1998 12:25:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA13253; Fri, 20 Nov 1998 12:25:34 -0800 (PST) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA07195; Fri, 20 Nov 1998 12:25:39 -0800 (PST) Date: Fri, 20 Nov 1998 12:25:39 -0800 (PST) Message-Id: <199811202025.MAA07195@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/p5-ParallelUA Makefile ports/www/p5-ParallelUA/files md5 ports/www/p5-ParallelUA/patches patch-aa ports/www/p5-ParallelUA/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/11/20 12:25:39 PST Modified files: www/p5-ParallelUA Makefile www/p5-ParallelUA/files md5 www/p5-ParallelUA/patches patch-aa www/p5-ParallelUA/pkg PLIST Log: upgrade to 2.38 Revision Changes Path 1.4 +5 -5 ports/www/p5-ParallelUA/Makefile 1.2 +1 -1 ports/www/p5-ParallelUA/files/md5 1.2 +11 -14 ports/www/p5-ParallelUA/patches/patch-aa 1.2 +4 -4 ports/www/p5-ParallelUA/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 12:31:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA13574 for cvs-all-outgoing; Fri, 20 Nov 1998 12:31:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA13569; Fri, 20 Nov 1998 12:31:16 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA16288; Fri, 20 Nov 1998 12:31:20 -0800 (PST) Date: Fri, 20 Nov 1998 12:31:20 -0800 (PST) Message-Id: <199811202031.MAA16288@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/netscape-fonts Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/11/20 12:31:20 PST Modified files: japanese/netscape-fonts Makefile Log: Reallocate the font directory (misc->local), following the change in XFree86 3.3.3. Revision Changes Path 1.4 +5 -5 ports/japanese/netscape-fonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 12:51:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15648 for cvs-all-outgoing; Fri, 20 Nov 1998 12:51:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from nu.binary.net (nu.binary.net [12.13.120.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15640 for ; Fri, 20 Nov 1998 12:51:35 -0800 (PST) (envelope-from nathan@rtfm.net) Received: from matrix.binary.net (nathan@matrix.binary.net [12.13.120.2]) by nu.binary.net (8.9.1a/8.9.0) with ESMTP id OAA01106; Fri, 20 Nov 1998 14:50:58 -0600 (CST) Received: (from nathan@localhost) by matrix.binary.net (8.9.1a/8.9.1) id OAA29829; Fri, 20 Nov 1998 14:50:58 -0600 (CST) Message-ID: <19981120155057.A29272@rtfm.net> Date: Fri, 20 Nov 1998 15:50:57 -0500 From: Nathan Dorfman To: Greg Lehey , cvs-all@FreeBSD.ORG Subject: Re: Categorizing commit messages References: <19981120092813.H467@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19981120092813.H467@freebie.lemis.com>; from Greg Lehey on Fri, Nov 20, 1998 at 09:28:13AM +1030 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Fri, Nov 20, 1998 at 09:28:13AM +1030, Greg Lehey wrote: > I suppose about 100 commit messages get sent out every day. We're all > exhorted to read every one of them. I try to do that, but I'm sure I > miss some important stuff. Looking at what I've had over the last few > months, I'd estimate the following breakdown: > > 1. Typos, cosmetic changes. About 20% > 2. Minor bug fixes, style changes. About 30%. > 3. Major bug fixes. About 10% > 4. New functionality in existing software. About 5%. > 5. New software (mainly ports, but also things like CAM, etc). About > 35%. > > These differences are relatively easy to recognize, but you have to > read *all* the messages to find out. How about a field in the commit > message which says what kind of change it is? This is more important > than just being able to find out what has changed: documentation, > including release notes, also depends on it. > > Comments? Ideas? Definitely a great idea. It would be great to have procmail sort the important messages out and put them in a separate folder/flag them. This way on a tight schedule you could know in advance which you should look at and which can be safely saved till later. > Greg > -- > See complete headers for address, home page and phone numbers > finger grog@lemis.com for PGP public key -- ________________ ___________________________________________ / Nathan Dorfman \ / "`IE4 brings the web to UNIX'? *laughing* / nathan@rtfm.net \/ Isn't that similar to Ronald McDonald bringing / finger for PGP key \ religion to the pope?" -Jamie Bowden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 14:43:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00489 for cvs-all-outgoing; Fri, 20 Nov 1998 14:43:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00300; Fri, 20 Nov 1998 14:43:24 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id JAA27418; Sat, 21 Nov 1998 09:12:52 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.1/8.9.0) id JAA05704; Sat, 21 Nov 1998 09:12:47 +1030 (CST) Message-ID: <19981121091247.D1005@freebie.lemis.com> Date: Sat, 21 Nov 1998 09:12:47 +1030 From: Greg Lehey To: Kazutaka YOKOTA , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/moused moused.8 moused.c References: <199811201119.DAA27912@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199811201119.DAA27912@freefall.freebsd.org>; from Kazutaka YOKOTA on Fri, Nov 20, 1998 at 03:19:21AM -0800 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Friday, 20 November 1998 at 3:19:21 -0800, Kazutaka YOKOTA wrote: > yokota 1998/11/20 03:19:21 PST > > Modified files: > usr.sbin/moused moused.8 moused.c > Log: > - Added a new option: -w N. The option makes the button N as the `wheel > mode' button. Mouse movement will be treated as wheel movement while > this button is held down. Useful for mice with many buttons but > without a wheel. Sounds like a good idea. Why not make it a bit map so you can select a combination of buttons? Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 14:47:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01043 for cvs-all-outgoing; Fri, 20 Nov 1998 14:47:05 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01036; Fri, 20 Nov 1998 14:47:04 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA06370; Fri, 20 Nov 1998 14:47:09 -0800 (PST) Date: Fri, 20 Nov 1998 14:47:09 -0800 (PST) Message-Id: <199811202247.OAA06370@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/20 14:47:09 PST Modified files: . modules Log: man2html --> ports/converters/man2html Revision Changes Path 1.2500 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 14:57:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02390 for cvs-all-outgoing; Fri, 20 Nov 1998 14:57:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02382; Fri, 20 Nov 1998 14:57:47 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA07425; Fri, 20 Nov 1998 14:57:52 -0800 (PST) Date: Fri, 20 Nov 1998 14:57:52 -0800 (PST) Message-Id: <199811202257.OAA07425@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/converters/man2html - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/20 14:57:51 PST ports/converters/man2html - Imported sources Update of /home/ncvs/ports/converters/man2html In directory freefall.freebsd.org:/x/tmp/cvs-serv6384 Log Message: Initial import of man2html PR: ports/7796 Status: Vendor Tag: DEMON Release Tags: man2html_3_0_1 N ports/converters/man2html/Makefile N ports/converters/man2html/files/md5 N ports/converters/man2html/pkg/COMMENT N ports/converters/man2html/pkg/DESCR N ports/converters/man2html/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 15:00:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02875 for cvs-all-outgoing; Fri, 20 Nov 1998 15:00:46 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02864; Fri, 20 Nov 1998 15:00:41 -0800 (PST) (envelope-from smace@FreeBSD.org) From: Scott Mace Received: (from smace@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA08373; Fri, 20 Nov 1998 15:00:44 -0800 (PST) Date: Fri, 20 Nov 1998 15:00:44 -0800 (PST) Message-Id: <199811202300.PAA08373@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/olvwm/patches patch-aa patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk smace 1998/11/20 15:00:44 PST Modified files: x11-wm/olvwm/patches patch-aa Removed files: x11-wm/olvwm/patches patch-ad Log: screen.c is allready patched in patch-aa. The TrueColor patch should have gone in patch-aa. TrueColor patch used to be in there at one point, and got nuked somewhere along the way I guess... Revision Changes Path 1.9 +9 -1 ports/x11-wm/olvwm/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 15:01:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02912 for cvs-all-outgoing; Fri, 20 Nov 1998 15:01:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02906; Fri, 20 Nov 1998 15:01:03 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA08477; Fri, 20 Nov 1998 15:01:08 -0800 (PST) Date: Fri, 20 Nov 1998 15:01:08 -0800 (PST) Message-Id: <199811202301.PAA08477@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/converters Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/20 15:01:08 PST Modified files: converters Makefile Log: Activate man2html PR: ports/7796 Revision Changes Path 1.13 +2 -1 ports/converters/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 15:20:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA05168 for cvs-all-outgoing; Fri, 20 Nov 1998 15:20:03 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA05105; Fri, 20 Nov 1998 15:20:00 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA10202; Fri, 20 Nov 1998 15:20:01 -0800 (PST) Date: Fri, 20 Nov 1998 15:20:01 -0800 (PST) Message-Id: <199811202320.PAA10202@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc pam.conf Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/20 15:20:01 PST Modified files: etc Makefile Added files: etc pam.conf Log: Add a sample "/etc/pam.conf" file that configures the authentication methods used by login. Changes to "/usr/bin/login" to use it will be committed later today. The format of the file is described in pam(8). This sample file makes login behave in the traditional way. To wit, it enables authentication via S/Key and passwd/NIS lookups. KerberosIV authentication is present in the sample file but commented out. As a safety net and a transition aid, login will fall back on built-in passwd/NIS authentication if this configuration file is missing or if some other fatal PAM error occurs. This file will eventually replace "/etc/auth.conf", but not until I've finished converting the other utilities, such as passwd and su. Revision Changes Path 1.180 +3 -2 src/etc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 15:22:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA05753 for cvs-all-outgoing; Fri, 20 Nov 1998 15:22:57 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA05748; Fri, 20 Nov 1998 15:22:55 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA10349; Fri, 20 Nov 1998 15:23:01 -0800 (PST) Date: Fri, 20 Nov 1998 15:23:01 -0800 (PST) Message-Id: <199811202323.PAA10349@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/converters Makefile ports/converters/man2html Makefile ports/converters/man2html/files md5 ports/converters/man2html/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/20 15:23:00 PST Modified files: converters Makefile Removed files: converters/man2html Makefile converters/man2html/files md5 converters/man2html/pkg COMMENT DESCR PLIST Log: Moving converters/man2html -> textproc/man2html Remind by: Satoshi Asami Revision Changes Path 1.14 +1 -2 ports/converters/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 15:24:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA05972 for cvs-all-outgoing; Fri, 20 Nov 1998 15:24:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA05967; Fri, 20 Nov 1998 15:24:28 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA10389; Fri, 20 Nov 1998 15:24:33 -0800 (PST) Date: Fri, 20 Nov 1998 15:24:33 -0800 (PST) Message-Id: <199811202324.PAA10389@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/converters/man2html - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/20 15:24:33 PST ports/converters/man2html - Imported sources Update of /home/ncvs/ports/converters/man2html In directory freefall.freebsd.org:/x/tmp/cvs-serv10370 Log Message: Reimport man2html into ports/textproc. convert nroff(1) man pages to HTML Status: Vendor Tag: DEMON Release Tags: man2html_3_0_1 C ports/converters/man2html/Makefile U ports/converters/man2html/files/md5 U ports/converters/man2html/pkg/COMMENT U ports/converters/man2html/pkg/DESCR U ports/converters/man2html/pkg/PLIST 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jDEMON:yesterday -jDEMON ports/converters/man2html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 15:29:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06581 for cvs-all-outgoing; Fri, 20 Nov 1998 15:29:19 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06575; Fri, 20 Nov 1998 15:29:18 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA10574; Fri, 20 Nov 1998 15:29:23 -0800 (PST) Date: Fri, 20 Nov 1998 15:29:23 -0800 (PST) Message-Id: <199811202329.PAA10574@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/11/20 15:29:23 PST Modified files: . modules Log: moved ports/converters/man2html -> ports/textproc/man2html Just out of curiosity, why isn't there a man2 module, when there is a module for all the other sections? BTW - I know, I didn't nuke the line, because I checked former revisions. Revision Changes Path 1.2501 +2 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 15:38:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07754 for cvs-all-outgoing; Fri, 20 Nov 1998 15:38:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07746; Fri, 20 Nov 1998 15:38:06 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA10935; Fri, 20 Nov 1998 15:38:12 -0800 (PST) Date: Fri, 20 Nov 1998 15:38:12 -0800 (PST) Message-Id: <199811202338.PAA10935@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/nethack Makefile ports/japanese/nethack/patches patch-af patch-ag Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/20 15:38:11 PST Modified files: japanese/nethack Makefile Added files: japanese/nethack/patches patch-af patch-ag Log: Fix BROKEN_ELF. Changes fontset for XFree86 3.3.1 or later Revision Changes Path 1.23 +1 -3 ports/japanese/nethack/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 16:20:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12792 for cvs-all-outgoing; Fri, 20 Nov 1998 16:20:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA12785; Fri, 20 Nov 1998 16:20:21 -0800 (PST) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA12628; Fri, 20 Nov 1998 16:20:26 -0800 (PST) Date: Fri, 20 Nov 1998 16:20:26 -0800 (PST) Message-Id: <199811210020.QAA12628@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/msdosfs denode.h direntry.h msdosfs_conv.c msdosfs_denode.c msdosfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/11/20 16:20:25 PST Modified files: sys/msdosfs denode.h direntry.h msdosfs_conv.c msdosfs_denode.c msdosfs_vnops.c Log: Support NT VFAT lower case flags. PR: 8383 (Mostly) Submitted by: Carl Mascott Revision Changes Path 1.17 +4 -2 src/sys/msdosfs/denode.h 1.13 +4 -2 src/sys/msdosfs/direntry.h 1.28 +4 -4 src/sys/msdosfs/msdosfs_conv.c 1.42 +2 -1 src/sys/msdosfs/msdosfs_denode.c 1.78 +6 -2 src/sys/msdosfs/msdosfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 16:48:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15079 for cvs-all-outgoing; Fri, 20 Nov 1998 16:48:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA15072; Fri, 20 Nov 1998 16:48:15 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA13673; Fri, 20 Nov 1998 16:48:20 -0800 (PST) Date: Fri, 20 Nov 1998 16:48:20 -0800 (PST) Message-Id: <199811210048.QAA13673@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/nethack Makefile ports/games/nethack/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/20 16:48:19 PST Modified files: games/nethack Makefile Added files: games/nethack/patches patch-ab Log: Fix BROKEN_ELF Revision Changes Path 1.17 +1 -3 ports/games/nethack/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 17:28:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA18983 for cvs-all-outgoing; Fri, 20 Nov 1998 17:28:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA18978; Fri, 20 Nov 1998 17:28:28 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA15144; Fri, 20 Nov 1998 17:28:34 -0800 (PST) Date: Fri, 20 Nov 1998 17:28:34 -0800 (PST) Message-Id: <199811210128.RAA15144@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/20 17:28:33 PST Modified files: . modules Log: xlogout --> ports/x11/xlogout Revision Changes Path 1.2502 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 17:30:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA19243 for cvs-all-outgoing; Fri, 20 Nov 1998 17:30:56 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA19228; Fri, 20 Nov 1998 17:30:52 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA15197; Fri, 20 Nov 1998 17:30:57 -0800 (PST) Date: Fri, 20 Nov 1998 17:30:57 -0800 (PST) Message-Id: <199811210130.RAA15197@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/xlogout - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/20 17:30:56 PST ports/x11/xlogout - Imported sources Update of /home/ncvs/ports/x11/xlogout In directory freefall.freebsd.org:/c/users/flathill/xlogout Log Message: PR: ports/8591 Submitted by: naddy@mips.rhein-neckar.de Initial Import xlogout. Status: Vendor Tag: XLOGOUT Release Tags: xlogout_1_1 N ports/x11/xlogout/Makefile I ports/x11/xlogout/CVS N ports/x11/xlogout/files/md5 N ports/x11/xlogout/patches/patch-aa N ports/x11/xlogout/pkg/COMMENT N ports/x11/xlogout/pkg/DESCR N ports/x11/xlogout/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 17:32:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA19444 for cvs-all-outgoing; Fri, 20 Nov 1998 17:32:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA19431; Fri, 20 Nov 1998 17:32:10 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA15239; Fri, 20 Nov 1998 17:32:15 -0800 (PST) Date: Fri, 20 Nov 1998 17:32:15 -0800 (PST) Message-Id: <199811210132.RAA15239@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/20 17:32:15 PST Modified files: x11 Makefile Log: Add SUBDIR+=xlogout Revision Changes Path 1.239 +2 -1 ports/x11/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 17:54:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA22083 for cvs-all-outgoing; Fri, 20 Nov 1998 17:54:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA22074; Fri, 20 Nov 1998 17:54:46 -0800 (PST) (envelope-from archie@FreeBSD.org) From: Archie Cobbs Received: (from archie@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA15925; Fri, 20 Nov 1998 17:54:51 -0800 (PST) Date: Fri, 20 Nov 1998 17:54:51 -0800 (PST) Message-Id: <199811210154.RAA15925@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa pnp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1998/11/20 17:54:50 PST Modified files: sys/i386/isa pnp.c Log: Eliminate some ompiler warnings. Revision Changes Path 1.8 +4 -4 src/sys/i386/isa/pnp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 17:57:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA22418 for cvs-all-outgoing; Fri, 20 Nov 1998 17:57:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA22413; Fri, 20 Nov 1998 17:57:44 -0800 (PST) (envelope-from archie@FreeBSD.org) From: Archie Cobbs Received: (from archie@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA16018; Fri, 20 Nov 1998 17:57:49 -0800 (PST) Date: Fri, 20 Nov 1998 17:57:49 -0800 (PST) Message-Id: <199811210157.RAA16018@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa atapi-cd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1998/11/20 17:57:49 PST Modified files: sys/i386/isa atapi-cd.c Log: Eliminate compiler warning. Revision Changes Path 1.5 +2 -2 src/sys/i386/isa/atapi-cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 18:11:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24280 for cvs-all-outgoing; Fri, 20 Nov 1998 18:11:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24271; Fri, 20 Nov 1998 18:11:12 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA16626; Fri, 20 Nov 1998 18:11:17 -0800 (PST) Date: Fri, 20 Nov 1998 18:11:17 -0800 (PST) Message-Id: <199811210211.SAA16626@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/libexec/ftpd Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/20 18:11:17 PST Modified files: libexec/ftpd Makefile Log: Find "klogin.c" in "src/lib/libpam/modules/pam_kerberosIV" instead of in "src/usr.bin/login". The latter instance is going away. As soon as ftpd is PAMized, it won't need to use klogin.c at all. Revision Changes Path 1.25 +2 -2 src/libexec/ftpd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 18:22:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA26080 for cvs-all-outgoing; Fri, 20 Nov 1998 18:22:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA26072; Fri, 20 Nov 1998 18:22:10 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA16990; Fri, 20 Nov 1998 18:22:15 -0800 (PST) Date: Fri, 20 Nov 1998 18:22:15 -0800 (PST) Message-Id: <199811210222.SAA16990@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/login Makefile login.c klogin.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/20 18:22:14 PST Modified files: usr.bin/login Makefile login.c Removed files: usr.bin/login klogin.c Log: ATTENTION: INSTALL "/etc/pam.conf" FROM "src/etc"!!! Change login to use PAM for authentication. I kept the built-in passwd/NIS authentication support, to handle cases where the system is missing its "/etc/pam.conf" file. S/Key and KerberosIV authentication methods are removed from the login program, but still available in PAM modules. Revision Changes Path 1.24 +4 -16 src/usr.bin/login/Makefile 1.43 +145 -106 src/usr.bin/login/login.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 18:38:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA27724 for cvs-all-outgoing; Fri, 20 Nov 1998 18:38:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA27691; Fri, 20 Nov 1998 18:38:05 -0800 (PST) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id NAA27155; Sat, 21 Nov 1998 13:41:37 +1100 (EST) (envelope-from jb) From: John Birrell Message-Id: <199811210241.NAA27155@cimlogic.com.au> Subject: Re: cvs commit: src/usr.bin/login Makefile login.c klogin.c In-Reply-To: <199811210222.SAA16990@freefall.freebsd.org> from John Polstra at "Nov 20, 98 06:22:15 pm" To: jdp@FreeBSD.ORG (John Polstra) Date: Sat, 21 Nov 1998 13:41:37 +1100 (EST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Polstra wrote: > jdp 1998/11/20 18:22:14 PST > > Modified files: > usr.bin/login Makefile login.c > Removed files: > usr.bin/login klogin.c > Log: > ATTENTION: INSTALL "/etc/pam.conf" FROM "src/etc"!!! When new things like this come along, I'd be nice if an installworld would install the default file iff no such file exists in the installation directory. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 18:51:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA28899 for cvs-all-outgoing; Fri, 20 Nov 1998 18:51:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA28892; Fri, 20 Nov 1998 18:51:48 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.1/8.9.1) with ESMTP id SAA05486; Fri, 20 Nov 1998 18:51:10 -0800 (PST) (envelope-from jdp@polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.9.1/8.9.1) id SAA22383; Fri, 20 Nov 1998 18:50:57 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199811210241.NAA27155@cimlogic.com.au> Date: Fri, 20 Nov 1998 18:50:56 -0800 (PST) Organization: Polstra & Co., Inc. From: John Polstra To: John Birrell Subject: Re: cvs commit: src/usr.bin/login Makefile login.c klogin.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, (John Polstra) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 21-Nov-98 John Birrell wrote: >> ATTENTION: INSTALL "/etc/pam.conf" FROM "src/etc"!!! > > When new things like this come along, I'd be nice if an installworld > would install the default file iff no such file exists in the installation > directory. Sounds like a good idea to me. John --- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 19:26:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02043 for cvs-all-outgoing; Fri, 20 Nov 1998 19:26:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02038; Fri, 20 Nov 1998 19:26:35 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA18958; Fri, 20 Nov 1998 19:26:40 -0800 (PST) Date: Fri, 20 Nov 1998 19:26:40 -0800 (PST) Message-Id: <199811210326.TAA18958@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/11/20 19:26:40 PST Modified files: japanese Makefile Log: Activate ja-ng. Revision Changes Path 1.165 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 19:27:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02100 for cvs-all-outgoing; Fri, 20 Nov 1998 19:27:05 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02093; Fri, 20 Nov 1998 19:26:59 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA18997; Fri, 20 Nov 1998 19:27:04 -0800 (PST) Date: Fri, 20 Nov 1998 19:27:04 -0800 (PST) Message-Id: <199811210327.TAA18997@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/11/20 19:27:04 PST Modified files: . modules Log: ja-ng --> ports/japanese/ng Revision Changes Path 1.2503 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 19:27:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02314 for cvs-all-outgoing; Fri, 20 Nov 1998 19:27:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02306; Fri, 20 Nov 1998 19:27:48 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA19085; Fri, 20 Nov 1998 19:27:53 -0800 (PST) Date: Fri, 20 Nov 1998 19:27:53 -0800 (PST) Message-Id: <199811210327.TAA19085@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/ng - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/11/20 19:27:53 PST ports/japanese/ng - Imported sources Update of /home/ncvs/ports/japanese/ng In directory freefall.freebsd.org:/x/tmp/cvs-serv19066 Log Message: a very light Emacs-clone with japanese support. PR: ports/8222 Submitted by: Kawaguti Ginga Status: Vendor Tag: KAWAGUTI Release Tags: v1_3l N ports/japanese/ng/Makefile N ports/japanese/ng/files/md5 N ports/japanese/ng/patches/patch-aa N ports/japanese/ng/pkg/COMMENT N ports/japanese/ng/pkg/DESCR N ports/japanese/ng/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 20 23:27:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA19745 for cvs-all-outgoing; Fri, 20 Nov 1998 23:27:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA19740; Fri, 20 Nov 1998 23:27:36 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA00937; Fri, 20 Nov 1998 23:27:41 -0800 (PST) Date: Fri, 20 Nov 1998 23:27:41 -0800 (PST) Message-Id: <199811210727.XAA00937@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/kmpg Makefile ports/cad/xcircuit Makefile ports/editors/offix-editor Makefile ports/games/spellcast Makefile ports/games/xataxx Makefile ports/graphics/EZWGL Makefile ports/graphics/aview Makefile ports/graphics/fxtv Makefile ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/11/20 23:27:41 PST Modified files: audio/kmpg Makefile cad/xcircuit Makefile editors/offix-editor Makefile games/spellcast Makefile games/xataxx Makefile graphics/EZWGL Makefile graphics/aview Makefile graphics/fxtv Makefile graphics/netshow Makefile graphics/qgl Makefile graphics/xanim Makefile graphics/xdl Makefile graphics/xfig Makefile graphics/xgrasp Makefile graphics/xpaint Makefile graphics/xv Makefile japanese/xfig Makefile korean/afterstep Makefile korean/fvwm95 Makefile mail/asmail Makefile mail/wmmail Makefile mail/xbuffy Makefile mail/xlbiff Makefile misc/kwatch Makefile net/ksamba Makefile net/pppload Makefile net/vnc Makefile news/knews Makefile print/offix-printer Makefile sysutils/asapm Makefile sysutils/xbatt Makefile sysutils/xdu Makefile sysutils/xfsm Makefile sysutils/xosview Makefile sysutils/xperfmon Makefile sysutils/xsysstats Makefile Log: Remove extraneous x11 from CATEGORIES. Submitted by: Josh Gilliam Revision Changes Path 1.8 +2 -2 ports/audio/kmpg/Makefile 1.4 +2 -2 ports/cad/xcircuit/Makefile 1.6 +2 -2 ports/editors/offix-editor/Makefile 1.3 +2 -2 ports/games/spellcast/Makefile 1.3 +2 -2 ports/games/xataxx/Makefile 1.13 +2 -2 ports/graphics/EZWGL/Makefile 1.4 +2 -2 ports/graphics/aview/Makefile 1.12 +2 -2 ports/graphics/fxtv/Makefile 1.3 +2 -2 ports/graphics/netshow/Makefile 1.10 +2 -2 ports/graphics/qgl/Makefile 1.17 +2 -2 ports/graphics/xanim/Makefile 1.7 +2 -2 ports/graphics/xdl/Makefile 1.27 +2 -2 ports/graphics/xfig/Makefile 1.5 +2 -2 ports/graphics/xgrasp/Makefile 1.29 +2 -2 ports/graphics/xpaint/Makefile 1.29 +2 -2 ports/graphics/xv/Makefile 1.27 +2 -2 ports/japanese/xfig/Makefile 1.7 +2 -2 ports/korean/afterstep/Makefile 1.8 +2 -2 ports/korean/fvwm95/Makefile 1.5 +2 -2 ports/mail/asmail/Makefile 1.5 +2 -2 ports/mail/wmmail/Makefile 1.5 +2 -2 ports/mail/xbuffy/Makefile 1.7 +2 -2 ports/mail/xlbiff/Makefile 1.9 +2 -2 ports/misc/kwatch/Makefile 1.9 +2 -2 ports/net/ksamba/Makefile 1.8 +2 -2 ports/net/pppload/Makefile 1.7 +2 -2 ports/net/vnc/Makefile 1.22 +2 -2 ports/news/knews/Makefile 1.6 +2 -2 ports/print/offix-printer/Makefile 1.4 +2 -2 ports/sysutils/asapm/Makefile 1.7 +2 -2 ports/sysutils/xbatt/Makefile 1.9 +2 -2 ports/sysutils/xdu/Makefile 1.5 +2 -2 ports/sysutils/xfsm/Makefile 1.9 +2 -2 ports/sysutils/xosview/Makefile 1.21 +2 -2 ports/sysutils/xperfmon/Makefile 1.13 +2 -2 ports/sysutils/xsysstats/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 00:35:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA23023 for cvs-all-outgoing; Sat, 21 Nov 1998 00:35:32 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA23017; Sat, 21 Nov 1998 00:35:30 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost.cdrom.com [127.0.0.1]) by zippy.cdrom.com (8.9.1a/8.9.1) with ESMTP id AAA12594; Sat, 21 Nov 1998 00:35:17 -0800 (PST) To: asami@cs.berkeley.edu (Satoshi Asami) cc: jkh@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: /dev/cdrom In-reply-to: Your message of "Sun, 15 Nov 1998 20:13:42 PST." <199811160413.UAA05553@bubble.didi.com> Date: Sat, 21 Nov 1998 00:35:17 -0800 Message-ID: <12590.911637317@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > What do you think about making a link /dev/cdrom to the actual CDROM > device during installation? It will help some ports that want to know I don't like it. If you're going to start making symbolic things like /dev/cdrom or /dev/tape or /dev/mouse I don't buy the argument that you only need to make one of these - you either go all-out with a consistent approach to providing "generic" devices or you just leave them out if "clean" is something you're even remotely striving for in the system. I know that we already have some uncleanliness in the current /dev, but that's no reason to make more. :-) Not that I would mind seeing a serious attempt at comprehensive symbolic naming once devfs (or whatever we use to fill in that blank) actually works and makes the implementation somewhat less crufty than it would be now. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 00:45:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA23576 for cvs-all-outgoing; Sat, 21 Nov 1998 00:45:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA23571; Sat, 21 Nov 1998 00:45:17 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA03354; Sat, 21 Nov 1998 00:45:22 -0800 (PST) Date: Sat, 21 Nov 1998 00:45:22 -0800 (PST) Message-Id: <199811210845.AAA03354@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/pwd pwd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/11/21 00:45:22 PST Modified files: bin/pwd pwd.c Log: Indicate that the thing not found was not /bin/pwd but rather $CWD (or .). Revision Changes Path 1.8 +2 -2 src/bin/pwd/pwd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 01:58:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA27742 for cvs-all-outgoing; Sat, 21 Nov 1998 01:58:19 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA27736; Sat, 21 Nov 1998 01:58:18 -0800 (PST) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA04977; Sat, 21 Nov 1998 01:58:23 -0800 (PST) Date: Sat, 21 Nov 1998 01:58:23 -0800 (PST) Message-Id: <199811210958.BAA04977@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/xmysql Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/11/21 01:58:22 PST Modified files: databases/xmysql Makefile Log: unbreak this port, xforms is available for ELF Revision Changes Path 1.12 +1 -3 ports/databases/xmysql/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 01:59:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28009 for cvs-all-outgoing; Sat, 21 Nov 1998 01:59:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA27994; Sat, 21 Nov 1998 01:59:57 -0800 (PST) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA05122; Sat, 21 Nov 1998 02:00:03 -0800 (PST) Date: Sat, 21 Nov 1998 02:00:03 -0800 (PST) Message-Id: <199811211000.CAA05122@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/xmysqladmin Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/11/21 02:00:02 PST Modified files: databases/xmysqladmin Makefile Log: unbreak port ... xforms is available as ELF now ... Revision Changes Path 1.13 +1 -3 ports/databases/xmysqladmin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 09:18:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA28993 for cvs-all-outgoing; Sat, 21 Nov 1998 09:18:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA28988; Sat, 21 Nov 1998 09:18:12 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA05097; Sat, 21 Nov 1998 09:18:17 -0800 (PST) Date: Sat, 21 Nov 1998 09:18:17 -0800 (PST) Message-Id: <199811211718.JAA05097@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/plan9/9menu Makefile ports/plan9/9term Makefile ports/plan9/9wm Makefile ports/plan9/Xg Makefile ports/plan9/rc Makefile ports/plan9/sam Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/11/21 09:18:16 PST Modified files: plan9/9menu Makefile plan9/9term Makefile plan9/9wm Makefile plan9/Xg Makefile plan9/rc Makefile plan9/sam Makefile Log: Fixup CATEGORIES list. Submitted by: Josh Gilliam Revision Changes Path 1.6 +2 -2 ports/plan9/9menu/Makefile 1.7 +2 -2 ports/plan9/9term/Makefile 1.6 +2 -2 ports/plan9/9wm/Makefile 1.6 +2 -2 ports/plan9/Xg/Makefile 1.5 +2 -2 ports/plan9/rc/Makefile 1.5 +2 -2 ports/plan9/sam/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 09:49:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02056 for cvs-all-outgoing; Sat, 21 Nov 1998 09:49:07 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02050; Sat, 21 Nov 1998 09:49:06 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA06739; Sat, 21 Nov 1998 09:49:11 -0800 (PST) Date: Sat, 21 Nov 1998 09:49:11 -0800 (PST) Message-Id: <199811211749.JAA06739@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/11/21 09:49:09 PST Modified files: . modules Log: The crossm68k-devel port was merged into crossm68k. Revision Changes Path 1.2504 +1 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 09:55:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02585 for cvs-all-outgoing; Sat, 21 Nov 1998 09:55:44 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02576; Sat, 21 Nov 1998 09:55:42 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA07273; Sat, 21 Nov 1998 09:55:47 -0800 (PST) Date: Sat, 21 Nov 1998 09:55:47 -0800 (PST) Message-Id: <199811211755.JAA07273@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel Makefile ports/devel/crossm68k Makefile ports/devel/crossm68k/files md5 ports/devel/crossm68k/patches patch-aa patch-ab patch-ac patch-ad ports/devel/crossm68k/pkg COMMENT DESCR PLIST ports/devel/crossm68k/scripts one-tree-1.4.sh ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/11/21 09:55:47 PST Modified files: devel Makefile devel/crossm68k Makefile devel/crossm68k/files md5 devel/crossm68k/pkg COMMENT DESCR PLIST devel/m68kbinutils Makefile devel/m68kgcc Makefile devel/m68kgdb Makefile devel/m68knewlib Makefile Removed files: devel/crossm68k/patches patch-aa patch-ab patch-ac patch-ad devel/crossm68k/scripts one-tree-1.4.sh devel/crossm68k-devel Makefile devel/crossm68k-devel/files md5 devel/crossm68k-devel/pkg COMMENT DESCR PLIST Log: Merge now stable devel version into crossm68k and remove the devel version. Also update the maintainer's Email address. Submitted by: maintainer Revision Changes Path 1.143 +1 -2 ports/devel/Makefile 1.2 +17 -34 ports/devel/crossm68k/Makefile 1.2 +1 -5 ports/devel/crossm68k/files/md5 1.2 +1 -1 ports/devel/crossm68k/pkg/COMMENT 1.2 +18 -12 ports/devel/crossm68k/pkg/DESCR 1.3 +1 -168 ports/devel/crossm68k/pkg/PLIST 1.3 +2 -2 ports/devel/m68kbinutils/Makefile 1.5 +2 -2 ports/devel/m68kgcc/Makefile 1.5 +2 -2 ports/devel/m68kgdb/Makefile 1.3 +2 -2 ports/devel/m68knewlib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 10:17:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05136 for cvs-all-outgoing; Sat, 21 Nov 1998 10:17:53 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05131; Sat, 21 Nov 1998 10:17:50 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA09057; Sat, 21 Nov 1998 10:17:56 -0800 (PST) Date: Sat, 21 Nov 1998 10:17:56 -0800 (PST) Message-Id: <199811211817.KAA09057@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/xpx Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/21 10:17:55 PST Modified files: graphics/xpx Makefile Log: Fix MASTER_SITE Revision Changes Path 1.2 +2 -2 ports/graphics/xpx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 10:27:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06273 for cvs-all-outgoing; Sat, 21 Nov 1998 10:27:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06267; Sat, 21 Nov 1998 10:27:11 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA09689; Sat, 21 Nov 1998 10:27:16 -0800 (PST) Date: Sat, 21 Nov 1998 10:27:16 -0800 (PST) Message-Id: <199811211827.KAA09689@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/login Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/21 10:27:16 PST Modified files: usr.bin/login Makefile Log: Work around the problem that login won't link if NOSHARED=yes, because libpam is built shared only. There is a way to build PAM into a static library that contains all (or a selected subset) of the modules. But our Makefiles don't support that yet. Until I get that working, just force NOSHARED=no in login's Makefile. Of course, it still won't work if NOPIC is set. Submitted by: bde Revision Changes Path 1.25 +2 -1 src/usr.bin/login/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 11:59:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14428 for cvs-all-outgoing; Sat, 21 Nov 1998 11:59:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14423; Sat, 21 Nov 1998 11:59:28 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA12644; Sat, 21 Nov 1998 11:59:29 -0800 (PST) Date: Sat, 21 Nov 1998 11:59:29 -0800 (PST) Message-Id: <199811211959.LAA12644@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics Makefile ports/graphics/qgl Makefile ports/graphics/qgl/files md5 ports/graphics/qgl/patches patch-aa patch-ab patch-ac ports/graphics/qgl/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/11/21 11:59:29 PST Modified files: graphics Makefile Removed files: graphics/qgl Makefile graphics/qgl/files md5 graphics/qgl/patches patch-aa patch-ab patch-ac graphics/qgl/pkg COMMENT DESCR PLIST Log: The qgl port has been subsumed by the Qt ports with version greater than 1.40. PR: 8660 Submitted by: maintainer Revision Changes Path 1.101 +1 -2 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 12:00:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14484 for cvs-all-outgoing; Sat, 21 Nov 1998 12:00:01 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14449; Sat, 21 Nov 1998 11:59:59 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA12699; Sat, 21 Nov 1998 12:00:05 -0800 (PST) Date: Sat, 21 Nov 1998 12:00:05 -0800 (PST) Message-Id: <199811212000.MAA12699@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/11/21 12:00:05 PST Modified files: . modules Log: Remove obseleted qgl port. Revision Changes Path 1.2505 +1 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 12:01:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14650 for cvs-all-outgoing; Sat, 21 Nov 1998 12:01:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14644; Sat, 21 Nov 1998 12:01:51 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA12898; Sat, 21 Nov 1998 12:01:57 -0800 (PST) Date: Sat, 21 Nov 1998 12:01:57 -0800 (PST) Message-Id: <199811212001.MAA12898@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/imap-uw Makefile ports/mail/imap-uw/files md5 ports/mail/imap-uw/patches patch-ab patch-ac ports/mail/imap-uw/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/11/21 12:01:56 PST Modified files: mail/imap-uw Makefile mail/imap-uw/files md5 mail/imap-uw/patches patch-ab patch-ac mail/imap-uw/pkg COMMENT DESCR PLIST Log: Update to version 4.4. PR: 8760 Submitted by: maintainer Revision Changes Path 1.23 +19 -14 ports/mail/imap-uw/Makefile 1.18 +2 -1 ports/mail/imap-uw/files/md5 1.16 +25 -29 ports/mail/imap-uw/patches/patch-ab 1.4 +6 -6 ports/mail/imap-uw/patches/patch-ac 1.3 +1 -1 ports/mail/imap-uw/pkg/COMMENT 1.2 +3 -3 ports/mail/imap-uw/pkg/DESCR 1.7 +3 -3 ports/mail/imap-uw/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 12:04:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14796 for cvs-all-outgoing; Sat, 21 Nov 1998 12:04:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14790; Sat, 21 Nov 1998 12:04:33 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA13016; Sat, 21 Nov 1998 12:04:34 -0800 (PST) Date: Sat, 21 Nov 1998 12:04:34 -0800 (PST) Message-Id: <199811212004.MAA13016@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/pccts Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/11/21 12:04:34 PST Modified files: devel/pccts Makefile Log: Update MASTER_SITE and wrap docs install in 'if !defined(NOPORTDOCS)...'. PR: 8741 Submitted by: maintainer Revision Changes Path 1.2 +8 -6 ports/devel/pccts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 12:04:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15043 for cvs-all-outgoing; Sat, 21 Nov 1998 12:04:56 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15028; Sat, 21 Nov 1998 12:04:54 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA13044; Sat, 21 Nov 1998 12:04:59 -0800 (PST) Date: Sat, 21 Nov 1998 12:04:59 -0800 (PST) Message-Id: <199811212004.MAA13044@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/pccts/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/11/21 12:04:59 PST Modified files: devel/pccts/pkg PLIST Log: Make this port deinstall cleanly. Revision Changes Path 1.3 +15 -2 ports/devel/pccts/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 12:08:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15359 for cvs-all-outgoing; Sat, 21 Nov 1998 12:08:07 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15354; Sat, 21 Nov 1998 12:08:06 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA13259; Sat, 21 Nov 1998 12:08:11 -0800 (PST) Date: Sat, 21 Nov 1998 12:08:11 -0800 (PST) Message-Id: <199811212008.MAA13259@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/korean/johabfonts Makefile ports/korean/johabfonts/patches patch-aa ports/korean/johabfonts/pkg MESSAGE PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/11/21 12:08:11 PST Modified files: korean/johabfonts Makefile korean/johabfonts/pkg PLIST Added files: korean/johabfonts/patches patch-aa korean/johabfonts/pkg MESSAGE Log: Install files in new fonts/local directory. PR: 8719 Submitted by: maintainer Revision Changes Path 1.6 +4 -1 ports/korean/johabfonts/Makefile 1.4 +13 -13 ports/korean/johabfonts/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 12:11:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15908 for cvs-all-outgoing; Sat, 21 Nov 1998 12:11:02 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15886; Sat, 21 Nov 1998 12:10:58 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA13562; Sat, 21 Nov 1998 12:11:03 -0800 (PST) Date: Sat, 21 Nov 1998 12:11:03 -0800 (PST) Message-Id: <199811212011.MAA13562@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/korean/netscape3 Makefile ports/korean/netscape3/files md5 netscape.sh C Makefile ko_KR.euc mailcap nls.alias nls.dir ports/korean/netscape3/patches patch-ab patch-aa ports/korean/netscape3/pkg DESCR PLIST ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/11/21 12:11:03 PST Modified files: korean/netscape3 Makefile korean/netscape3/files md5 netscape.sh korean/netscape3/patches patch-aa korean/netscape3/pkg DESCR PLIST Added files: korean/netscape3/patches patch-ab Removed files: korean/netscape3/files C Makefile ko_KR.euc mailcap nls.alias nls.dir korean/netscape3/scripts configure Log: Update to use the www/netscape3 port. PR: 8714 Submitted by: maintainer Revision Changes Path 1.6 +47 -10 ports/korean/netscape3/Makefile 1.2 +1 -1 ports/korean/netscape3/files/md5 1.2 +4 -4 ports/korean/netscape3/files/netscape.sh 1.2 +155 -152 ports/korean/netscape3/patches/patch-aa 1.3 +6 -4 ports/korean/netscape3/pkg/DESCR 1.2 +22 -14 ports/korean/netscape3/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 12:13:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16229 for cvs-all-outgoing; Sat, 21 Nov 1998 12:13:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16222; Sat, 21 Nov 1998 12:13:48 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA13764; Sat, 21 Nov 1998 12:13:53 -0800 (PST) Date: Sat, 21 Nov 1998 12:13:53 -0800 (PST) Message-Id: <199811212013.MAA13764@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/mysql322 Makefile ports/databases/mysql322/files md5 ports/databases/mysql322/patches patch-al patch-am patch-ab patch-af ports/databases/mysql322/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/11/21 12:13:53 PST Modified files: databases/mysql322 Makefile databases/mysql322/files md5 databases/mysql322/patches patch-ab patch-af databases/mysql322/pkg PLIST Added files: databases/mysql322/patches patch-al patch-am Log: Update to version 3.22.10-beta. PR: 8701 Submitted by: maintainer Revision Changes Path 1.32 +3 -5 ports/databases/mysql322/Makefile 1.17 +1 -1 ports/databases/mysql322/files/md5 1.6 +23 -107 ports/databases/mysql322/patches/patch-ab 1.3 +8 -8 ports/databases/mysql322/patches/patch-af 1.15 +2 -5 ports/databases/mysql322/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 13:07:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21505 for cvs-all-outgoing; Sat, 21 Nov 1998 13:07:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21500; Sat, 21 Nov 1998 13:07:13 -0800 (PST) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA15892; Sat, 21 Nov 1998 13:07:18 -0800 (PST) Date: Sat, 21 Nov 1998 13:07:18 -0800 (PST) Message-Id: <199811212107.NAA15892@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/boot/biosboot Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/11/21 13:07:18 PST Modified files: sys/i386/boot/biosboot Makefile Log: add -aout key to cc, size, strip - it not work for elf system Revision Changes Path 1.67 +4 -4 src/sys/i386/boot/biosboot/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 13:45:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25490 for cvs-all-outgoing; Sat, 21 Nov 1998 13:45:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25485; Sat, 21 Nov 1998 13:45:23 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA17068; Sat, 21 Nov 1998 13:45:28 -0800 (PST) Date: Sat, 21 Nov 1998 13:45:28 -0800 (PST) Message-Id: <199811212145.NAA17068@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/floppies/boot/mfs Makefile src/release/sysinstall install.cfg sysinstall.8 src/release/sysinstall/help partition.hlp shortcuts.hlp src/release/texts INSTALL.TXT TROUBLE.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/11/21 13:45:28 PST Modified files: release/floppies/boot/mfs Makefile release/sysinstall install.cfg sysinstall.8 release/sysinstall/help partition.hlp shortcuts.hlp release/texts INSTALL.TXT TROUBLE.TXT Log: Doc fixes for CAM devices. If I ever truly understand the logic behind this name change, I'll be a happy man. Revision Changes Path 1.6 +3 -3 src/release/floppies/boot/mfs/Makefile 1.7 +3 -3 src/release/sysinstall/install.cfg 1.12 +8 -8 src/release/sysinstall/sysinstall.8 1.6 +13 -13 src/release/sysinstall/help/partition.hlp 1.8 +3 -3 src/release/sysinstall/help/shortcuts.hlp 1.2 +1 -1 src/release/texts/INSTALL.TXT 1.2 +2 -2 src/release/texts/TROUBLE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 15:05:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00641 for cvs-all-outgoing; Sat, 21 Nov 1998 15:05:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA00634; Sat, 21 Nov 1998 15:05:06 -0800 (PST) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA19840; Sat, 21 Nov 1998 15:05:11 -0800 (PST) Date: Sat, 21 Nov 1998 15:05:11 -0800 (PST) Message-Id: <199811212305.PAA19840@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/nbaudit Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/11/21 15:05:11 PST Modified files: security/nbaudit Makefile Log: Add another MASTER_SITE. Revision Changes Path 1.2 +5 -4 ports/security/nbaudit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 17:30:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA13372 for cvs-all-outgoing; Sat, 21 Nov 1998 17:30:53 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13363; Sat, 21 Nov 1998 17:30:44 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (IDENT:WHAT_THE_HELL_YOU_LOOKING_AT_@d60-147.leach.ucdavis.edu [169.237.60.147]) by relay.nuxi.com (8.9.1/8.9.1) with ESMTP id RAA00465; Sat, 21 Nov 1998 17:30:13 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.1/8.9.1) id BAA02379; Sun, 22 Nov 1998 01:30:12 GMT (envelope-from obrien) Message-ID: <19981121173012.B2357@nuxi.com> Date: Sat, 21 Nov 1998 17:30:12 -0800 From: "David O'Brien" To: Seiichirou Hiraoka , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/x11/xlogout - Imported sources Reply-To: obrien@NUXI.com References: <199811210130.RAA15197@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199811210130.RAA15197@freefall.freebsd.org>; from Seiichirou Hiraoka on Fri, Nov 20, 1998 at 05:30:57PM -0800 X-Operating-System: FreeBSD 3.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Log Message: > PR: ports/8591 > Submitted by: naddy@mips.rhein-neckar.de > Initial Import xlogout. Hi, It is customary to include the contents of pkg/DESCR (or at least the important parts) in initial port imports so others will know what the port does. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 17:51:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14658 for cvs-all-outgoing; Sat, 21 Nov 1998 17:51:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14640; Sat, 21 Nov 1998 17:51:33 -0800 (PST) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA24537; Sat, 21 Nov 1998 17:51:38 -0800 (PST) Date: Sat, 21 Nov 1998 17:51:38 -0800 (PST) Message-Id: <199811220151.RAA24537@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/11/21 17:51:38 PST Modified files: . modules Log: * Move {a2ps,a2ps43,c2ps,enscript,lprps,mp,psutils} to FOO-letter * Add {a2ps,a2ps43,c2ps,enscript,lprps,mp,psutils}-a4 Revision Changes Path 1.2506 +23 -8 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 17:56:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14919 for cvs-all-outgoing; Sat, 21 Nov 1998 17:56:16 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14914; Sat, 21 Nov 1998 17:56:14 -0800 (PST) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA24910; Sat, 21 Nov 1998 17:56:20 -0800 (PST) Date: Sat, 21 Nov 1998 17:56:20 -0800 (PST) Message-Id: <199811220156.RAA24910@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/a2ps-letter Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/11/21 17:56:20 PST Modified files: print/a2ps-letter Makefile Log: Commit a patch for this I've been sitting on for a while. Changes `PS' to `PAPERSIZECNF' as I think it is more documenting. `PS' will be taken to be PostScript by many (esp. in the context of printing) This method removes the use of external programs to set `PAPERSIZECNF'. Revision Changes Path 1.23 +3 -3 ports/print/a2ps-letter/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 18:01:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15358 for cvs-all-outgoing; Sat, 21 Nov 1998 18:01:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15353; Sat, 21 Nov 1998 18:01:50 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA25187; Sat, 21 Nov 1998 18:01:55 -0800 (PST) Date: Sat, 21 Nov 1998 18:01:55 -0800 (PST) Message-Id: <199811220201.SAA25187@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/libsocket++ Makefile ports/net/libsocket++/patches patch-ac ports/net/libsocket++/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/11/21 18:01:55 PST Modified files: net/libsocket++ Makefile net/libsocket++/pkg PLIST Added files: net/libsocket++/patches patch-ac Log: Add section and entry into ${PREFIX}/info/dir and portlint. PR: ports/8135 Submitted by: Gregory D. Moncreaff Portlint by: myself Revision Changes Path 1.5 +7 -2 ports/net/libsocket++/Makefile 1.4 +6 -6 ports/net/libsocket++/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 19:35:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23428 for cvs-all-outgoing; Sat, 21 Nov 1998 19:35:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23423; Sat, 21 Nov 1998 19:35:39 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA27955; Sat, 21 Nov 1998 19:35:45 -0800 (PST) Date: Sat, 21 Nov 1998 19:35:45 -0800 (PST) Message-Id: <199811220335.TAA27955@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/deskutils/xhime Makefile ports/deskutils/xhime/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/21 19:35:44 PST Modified files: deskutils/xhime Makefile deskutils/xhime/pkg DESCR Log: Change MAINTAINER from flathill@flathill.gr.jp to flathill@FreeBSD.ORG Revision Changes Path 1.3 +2 -2 ports/deskutils/xhime/Makefile 1.2 +1 -1 ports/deskutils/xhime/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 19:37:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23661 for cvs-all-outgoing; Sat, 21 Nov 1998 19:37:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23656; Sat, 21 Nov 1998 19:37:20 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA28078; Sat, 21 Nov 1998 19:37:26 -0800 (PST) Date: Sat, 21 Nov 1998 19:37:26 -0800 (PST) Message-Id: <199811220337.TAA28078@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/fkiss Makefile ports/games/fkiss/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/21 19:37:25 PST Modified files: games/fkiss Makefile games/fkiss/pkg DESCR Log: Change MAINTAINER from flathill@flathill.gr.jp to flathill@FreeBSD.ORG Revision Changes Path 1.4 +2 -2 ports/games/fkiss/Makefile 1.2 +1 -1 ports/games/fkiss/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 19:38:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23709 for cvs-all-outgoing; Sat, 21 Nov 1998 19:38:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23704; Sat, 21 Nov 1998 19:38:48 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA28157; Sat, 21 Nov 1998 19:38:53 -0800 (PST) Date: Sat, 21 Nov 1998 19:38:53 -0800 (PST) Message-Id: <199811220338.TAA28157@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/xmagv Makefile ports/graphics/xmagv/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/21 19:38:53 PST Modified files: graphics/xmagv Makefile graphics/xmagv/pkg DESCR Log: Change MAINTAINER from flathill@flathill.gr.jp to flathill@FreeBSD.ORG Revision Changes Path 1.2 +2 -2 ports/graphics/xmagv/Makefile 1.2 +1 -1 ports/graphics/xmagv/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 19:40:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23863 for cvs-all-outgoing; Sat, 21 Nov 1998 19:40:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23858; Sat, 21 Nov 1998 19:40:14 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA28245; Sat, 21 Nov 1998 19:40:20 -0800 (PST) Date: Sat, 21 Nov 1998 19:40:20 -0800 (PST) Message-Id: <199811220340.TAA28245@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/xpx Makefile ports/graphics/xpx/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/11/21 19:40:19 PST Modified files: graphics/xpx Makefile graphics/xpx/pkg DESCR Log: Change MAINTAINER from flathill@flathill.gr.jp to flathill@FreeBSD.ORG Revision Changes Path 1.3 +2 -2 ports/graphics/xpx/Makefile 1.2 +1 -1 ports/graphics/xpx/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 19:52:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA24887 for cvs-all-outgoing; Sat, 21 Nov 1998 19:52:54 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA24880; Sat, 21 Nov 1998 19:52:52 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA28554; Sat, 21 Nov 1998 19:52:57 -0800 (PST) Date: Sat, 21 Nov 1998 19:52:57 -0800 (PST) Message-Id: <199811220352.TAA28554@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/portcheckout Makefile ports/devel/portcheckout/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/11/21 19:52:57 PST Modified files: devel/portcheckout Makefile devel/portcheckout/pkg PLIST Log: Use MAN? macro. Change first line of Makefile from "manck" to "portcheckout". Revision Changes Path 1.3 +4 -2 ports/devel/portcheckout/Makefile 1.2 +0 -1 ports/devel/portcheckout/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 19:54:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA25085 for cvs-all-outgoing; Sat, 21 Nov 1998 19:54:19 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA25078; Sat, 21 Nov 1998 19:54:18 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA28754; Sat, 21 Nov 1998 19:54:23 -0800 (PST) Date: Sat, 21 Nov 1998 19:54:23 -0800 (PST) Message-Id: <199811220354.TAA28754@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/11/21 19:54:23 PST Modified files: . modules Log: ja-jhd --> ports/japanese/jhd Revision Changes Path 1.2507 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 19:54:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA25118 for cvs-all-outgoing; Sat, 21 Nov 1998 19:54:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA25113; Sat, 21 Nov 1998 19:54:58 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA28786; Sat, 21 Nov 1998 19:55:03 -0800 (PST) Date: Sat, 21 Nov 1998 19:55:03 -0800 (PST) Message-Id: <199811220355.TAA28786@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/jhd - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/11/21 19:55:03 PST ports/japanese/jhd - Imported sources Update of /home/ncvs/ports/japanese/jhd In directory freefall.freebsd.org:/x/tmp/cvs-serv28774 Log Message: Japanese Hexdecimal Dump PR: ports/8036 Submitted by: Satoshi Taoka Status: Vendor Tag: TAOKA Release Tags: v2_3 N ports/japanese/jhd/Makefile N ports/japanese/jhd/files/md5 N ports/japanese/jhd/pkg/PLIST N ports/japanese/jhd/pkg/DESCR N ports/japanese/jhd/pkg/COMMENT No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 20:46:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA28379 for cvs-all-outgoing; Sat, 21 Nov 1998 20:46:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA28373; Sat, 21 Nov 1998 20:46:05 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA00666; Sat, 21 Nov 1998 20:46:10 -0800 (PST) Date: Sat, 21 Nov 1998 20:46:10 -0800 (PST) Message-Id: <199811220446.UAA00666@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/sml-nj Makefile ports/lang/sml-nj/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/11/21 20:46:10 PST Modified files: lang/sml-nj Makefile Removed files: lang/sml-nj/patches patch-aa Log: Clean up MASTER_SITES. Remove unneeded patch. Revision Changes Path 1.4 +9 -5 ports/lang/sml-nj/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 21:12:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29933 for cvs-all-outgoing; Sat, 21 Nov 1998 21:12:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA29928; Sat, 21 Nov 1998 21:12:23 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA01308; Sat, 21 Nov 1998 21:12:28 -0800 (PST) Date: Sat, 21 Nov 1998 21:12:28 -0800 (PST) Message-Id: <199811220512.VAA01308@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/include err.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/11/21 21:12:27 PST Modified files: include err.h Log: Don't forget to use the appropriate __printf*like attribute for verr* and vwarn*. Sorted attributes. UnFrom'ed vendor id. Revision Changes Path 1.7 +14 -11 src/include/err.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 21:38:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA02408 for cvs-all-outgoing; Sat, 21 Nov 1998 21:38:01 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA02372; Sat, 21 Nov 1998 21:38:00 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA02155; Sat, 21 Nov 1998 21:38:05 -0800 (PST) Date: Sat, 21 Nov 1998 21:38:05 -0800 (PST) Message-Id: <199811220538.VAA02155@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/gimp-manual-html Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/21 21:38:05 PST Modified files: graphics/gimp-manual-html Makefile Log: Don't create ${WRKDIR} in post-fetch. This should have been gone with 1.2. Revision Changes Path 1.6 +1 -4 ports/graphics/gimp-manual-html/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 21:47:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA03136 for cvs-all-outgoing; Sat, 21 Nov 1998 21:47:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA03127; Sat, 21 Nov 1998 21:47:10 -0800 (PST) (envelope-from asami@sunrise.cs.berkeley.edu) Received: from bubble.didi.com (silvia.HIP.Berkeley.EDU [136.152.64.181]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id VAA15626; Sat, 21 Nov 1998 21:46:36 -0800 (PST) Received: (from asami@localhost) by bubble.didi.com (8.8.8/8.8.8) id VAA04511; Sat, 21 Nov 1998 21:46:30 -0800 (PST) (envelope-from asami) Date: Sat, 21 Nov 1998 21:46:30 -0800 (PST) Message-Id: <199811220546.VAA04511@bubble.didi.com> To: steve@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199811211718.JAA05097@freefall.freebsd.org> (message from Steve Price on Sat, 21 Nov 1998 09:18:17 -0800 (PST)) Subject: Re: cvs commit: ports/plan9/9menu Makefile ports/plan9/9term Makefile ports/plan9/9wm Makefile ports/plan9/Xg Makefile ports/plan9/rc Makefile ports/plan9/sam Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * plan9/9menu Makefile * plan9/9term Makefile * plan9/9wm Makefile * plan9/Xg Makefile * plan9/rc Makefile * plan9/sam Makefile * Log: * Fixup CATEGORIES list. Actually, I was thinking whether we should just forget about it and split this thing up. "plan9" sounds like a good virtual category, but not a primary one. It looks pretty much like kde and offix. (Do people actually go here and try to build a plan9-like environment or something?) On the other hand, "pilot" probably should have been a real category. I don't think tools in that virtual category can be used for anything other than using with the PalmPilot. How do people think about changing the name to "palmpilot" (to avoid any confusion) and moving them all into that subdirectory? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 22:16:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06036 for cvs-all-outgoing; Sat, 21 Nov 1998 22:16:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA06031; Sat, 21 Nov 1998 22:16:34 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA04346; Sat, 21 Nov 1998 22:16:39 -0800 (PST) Date: Sat, 21 Nov 1998 22:16:39 -0800 (PST) Message-Id: <199811220616.WAA04346@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/21 22:16:39 PST Modified files: . modules Log: Oops, forgot to commit it. Essentially fixes 1.2506 by really deleting the now-nonexistent directories and standardizing the indentation. Revision Changes Path 1.2508 +34 -28 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 22:19:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06164 for cvs-all-outgoing; Sat, 21 Nov 1998 22:19:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA06149; Sat, 21 Nov 1998 22:19:11 -0800 (PST) (envelope-from asami@sunrise.cs.berkeley.edu) Received: from bubble.didi.com (silvia.HIP.Berkeley.EDU [136.152.64.181]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id WAA15652; Sat, 21 Nov 1998 22:18:34 -0800 (PST) Received: (from asami@localhost) by bubble.didi.com (8.8.8/8.8.8) id WAA04574; Sat, 21 Nov 1998 22:18:28 -0800 (PST) (envelope-from asami) Date: Sat, 21 Nov 1998 22:18:28 -0800 (PST) Message-Id: <199811220618.WAA04574@bubble.didi.com> To: flathill@FreeBSD.ORG CC: freefall-committers@jp.FreeBSD.org, cvs-all@FreeBSD.ORG In-reply-to: <199811220337.TAA28078@freefall.freebsd.org> (message from Seiichirou Hiraoka on Sat, 21 Nov 1998 19:37:26 -0800 (PST)) Subject: Re: cvs commit: ports/games/fkiss Makefile ports/games/fkiss/pkg DESCR From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * Change MAINTAINER from flathill@flathill.gr.jp to flathill@FreeBSD.ORG $B$3$&$$$&$N$,$?$/$5$s$"$k$H$-$K$O$^$H$a$F(Bcommit$B$7$F$/$@$5$$!#(Bcvs commit $B$K%G%#%l%/%H%j$rJB$Y$F;XDj$9$k$@$1$G$9!#(B $B$"$5$_(B To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 23:45:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12622 for cvs-all-outgoing; Sat, 21 Nov 1998 23:45:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA12617; Sat, 21 Nov 1998 23:45:50 -0800 (PST) (envelope-from chuckr@FreeBSD.org) From: Chuck Robey Received: (from chuckr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA06849; Sat, 21 Nov 1998 23:45:56 -0800 (PST) Date: Sat, 21 Nov 1998 23:45:56 -0800 (PST) Message-Id: <199811220745.XAA06849@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/a2ps-letter Makefile ports/print/a2ps-letter/files md5 ports/print/a2ps-letter/patches patch-af patch-aa ports/print/a2ps-letter/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk chuckr 1998/11/21 23:45:55 PST Modified files: print/a2ps-letter Makefile print/a2ps-letter/files md5 print/a2ps-letter/patches patch-af print/a2ps-letter/pkg PLIST Removed files: print/a2ps-letter/patches patch-aa Log: Upgrade a2ps to version 4.10.4 Revision Changes Path 1.24 +9 -3 ports/print/a2ps-letter/Makefile 1.9 +2 -1 ports/print/a2ps-letter/files/md5 1.2 +3 -3 ports/print/a2ps-letter/patches/patch-af 1.16 +11 -10 ports/print/a2ps-letter/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 21 23:59:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13353 for cvs-all-outgoing; Sat, 21 Nov 1998 23:59:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13348; Sat, 21 Nov 1998 23:59:11 -0800 (PST) (envelope-from rnordier@FreeBSD.org) From: Robert Nordier Received: (from rnordier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07264; Sat, 21 Nov 1998 23:59:16 -0800 (PST) Date: Sat, 21 Nov 1998 23:59:16 -0800 (PST) Message-Id: <199811220759.XAA07264@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/i386/libi386 comconsole.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1998/11/21 23:59:16 PST Modified files: sys/boot/i386/libi386 comconsole.c Log: Drop use of BIOS int 0x14 services in favor of direct port I/O. Feedback and testing: Adrian Filipi-Martin Revision Changes Path 1.5 +48 -37 src/sys/boot/i386/libi386/comconsole.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message