From owner-cvs-share Sun Feb 1 09:21:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03730 for cvs-share-outgoing; Sun, 1 Feb 1998 09:21:55 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03583; Sun, 1 Feb 1998 09:20:04 -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 JAA27715; Sun, 1 Feb 1998 09:19:55 -0800 (PST) Date: Sun, 1 Feb 1998 09:19:55 -0800 (PST) Message-Id: <199802011719.JAA27715@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.kmod.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/01 09:19:55 PST Modified files: share/mk bsd.kmod.mk Log: Restrict the include search path using -nostdinc -I- in $(CFLAGS} as in kernel Makefiles. Nothing in /usr/include is used (provided relative paths for sys/* and can be found), so there is no need for the -I/usr/include kludge as in kernel Makefiles. Revision Changes Path 1.43 +12 -3 src/share/mk/bsd.kmod.mk From owner-cvs-share Wed Feb 4 02:37:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27290 for cvs-share-outgoing; Wed, 4 Feb 1998 02:37:37 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA27251; Wed, 4 Feb 1998 02:37:30 -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 CAA27252; Wed, 4 Feb 1998 02:36:58 -0800 (PST) Date: Wed, 4 Feb 1998 02:36:58 -0800 (PST) Message-Id: <199802041036.CAA27252@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/02/04 02:36:58 PST Modified files: share/mk bsd.port.mk Log: (1) Improve the obsolete tcl/tk detection and dignosis. Reviewed by: the lists (2) Change MASTER_SITE_CTAN to reflect current reality. Submitted by: fenner (3) Add new port variable NO_LATEST_LINK. When this is set, the "Latest" package symlink is not created. Use this for ports that are betas when there is also a port for an older, more stable, version. (4) Don't be too stupid about "make deinstall". Submitted by: fenner Revision Changes Path 1.270 +25 -9 src/share/mk/bsd.port.mk From owner-cvs-share Wed Feb 4 02:38:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27482 for cvs-share-outgoing; Wed, 4 Feb 1998 02:38:17 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA27411; Wed, 4 Feb 1998 02:38:04 -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 CAA27294; Wed, 4 Feb 1998 02:37:33 -0800 (PST) Date: Wed, 4 Feb 1998 02:37:33 -0800 (PST) Message-Id: <199802041037.CAA27294@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/02/04 02:37:32 PST Modified files: (Branch: RELENG_2_2) share/mk bsd.port.mk Log: Merge 1.270. Revision Changes Path 1.227.2.32 +25 -9 src/share/mk/bsd.port.mk From owner-cvs-share Wed Feb 4 07:02:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA28558 for cvs-share-outgoing; Wed, 4 Feb 1998 07:02:17 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA28517; Wed, 4 Feb 1998 07:02:06 -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 HAA28557; Wed, 4 Feb 1998 07:01:33 -0800 (PST) Date: Wed, 4 Feb 1998 07:01:33 -0800 (PST) Message-Id: <199802041501.HAA28557@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man4/man4.i386 tx.4 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/04 07:01:33 PST Modified files: (Branch: RELENG_2_2) share/man/man4/man4.i386 tx.4 Log: Update to version 1.66 Revision Changes Path 1.1.2.1 +7 -5 src/share/man/man4/man4.i386/tx.4 From owner-cvs-share Wed Feb 4 07:07:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA29057 for cvs-share-outgoing; Wed, 4 Feb 1998 07:07:11 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA28924; Wed, 4 Feb 1998 07:05:58 -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 HAA28626; Wed, 4 Feb 1998 07:05:25 -0800 (PST) Date: Wed, 4 Feb 1998 07:05:25 -0800 (PST) Message-Id: <199802041505.HAA28626@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man4/man4.i386 tx.4 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/04 07:05:24 PST Modified files: share/man/man4/man4.i386 tx.4 Log: MF22 Revision Changes Path 1.2 +7 -5 src/share/man/man4/man4.i386/tx.4 From owner-cvs-share Wed Feb 4 07:57:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07459 for cvs-share-outgoing; Wed, 4 Feb 1998 07:57:54 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07423; Wed, 4 Feb 1998 07:57:47 -0800 (PST) (envelope-from wollman@FreeBSD.org) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA20749; Wed, 4 Feb 1998 07:57:14 -0800 (PST) Date: Wed, 4 Feb 1998 07:57:14 -0800 (PST) Message-Id: <199802041557.HAA20749@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man5 rc.conf.5 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 1998/02/04 07:57:13 PST Modified files: share/man/man5 rc.conf.5 Log: Mention nameD_program. Revision Changes Path 1.11 +6 -1 src/share/man/man5/rc.conf.5 From owner-cvs-share Wed Feb 4 08:00:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA07830 for cvs-share-outgoing; Wed, 4 Feb 1998 08:00:28 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA07790; Wed, 4 Feb 1998 08:00:18 -0800 (PST) (envelope-from wollman@FreeBSD.org) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA20818; Wed, 4 Feb 1998 07:59:44 -0800 (PST) Date: Wed, 4 Feb 1998 07:59:44 -0800 (PST) Message-Id: <199802041559.HAA20818@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man5 Makefile printcap.5 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 1998/02/04 07:59:44 PST Modified files: share/man/man5 Makefile Removed files: share/man/man5 printcap.5 Log: Don't install printcap.5 from here. Revision Changes Path 1.24 +1 -1 src/share/man/man5/Makefile From owner-cvs-share Wed Feb 4 14:31:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27337 for cvs-share-outgoing; Wed, 4 Feb 1998 14:31:21 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA27262; Wed, 4 Feb 1998 14:30:57 -0800 (PST) (envelope-from jlemon@FreeBSD.org) From: Jonathan Lemon Received: (from jlemon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA22833; Wed, 4 Feb 1998 14:30:21 -0800 (PST) Date: Wed, 4 Feb 1998 14:30:21 -0800 (PST) Message-Id: <199802042230.OAA22833@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen signal.3 src/lib/libc/sys sigaction.2 sigprocmask.2 src/lib/msun/man math.3 src/share/man/man3 Makefile fpgetround.3 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jlemon 1998/02/04 14:30:21 PST Modified files: lib/libc/gen signal.3 lib/libc/sys sigaction.2 sigprocmask.2 lib/msun/man math.3 share/man/man3 Makefile fpgetround.3 Log: Document the fpgetprec/fpsetprec functions in their man page. Add cross-references to the elusive fpsetmask() function to various other man pages. Reviewed by: bde Revision Changes Path 1.12 +1 -0 src/lib/libc/gen/signal.3 1.16 +2 -1 src/lib/libc/sys/sigaction.2 1.5 +1 -0 src/lib/libc/sys/sigprocmask.2 1.7 +10 -1 src/lib/msun/man/math.3 1.13 +2 -1 src/share/man/man3/Makefile 1.6 +43 -6 src/share/man/man3/fpgetround.3 From owner-cvs-share Wed Feb 4 21:10:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA00270 for cvs-share-outgoing; Wed, 4 Feb 1998 21:10:44 -0800 (PST) (envelope-from owner-cvs-share) Received: from ns11.rim.or.jp (root@ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA00169; Wed, 4 Feb 1998 21:10:03 -0800 (PST) (envelope-from masafumi@aslm.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id AAA14696; Thu, 5 Feb 1998 00:04:22 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id AAA04376; Thu, 5 Feb 1998 00:04:21 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by mail.aslm.rim.or.jp (8.8.8/3.4W4-SMTP) with ESMTP id XAA11313; Wed, 4 Feb 1998 23:51:00 +0900 (JST) To: wollman@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Cc: max@wide.ad.jp Subject: Re: cvs commit: src/share/misc na.phone From: Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Tue, 27 Jan 1998 09:04:37 -0800 (PST)" <199801271704.JAA14302@freefall.freebsd.org> References: <199801271704.JAA14302@freefall.freebsd.org> X-Mailer: Mew version 1.92.4 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980204235059X.masafumi@aslm.rim.or.jp> Date: Wed, 04 Feb 1998 23:50:59 +0900 X-Dispatcher: imput version 971024 Lines: 11 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > wollman 1998/01/27 09:04:36 PST > Modified files: > share/misc na.phone > Log: > Add 781, 978. Is there any reason why we didn't move this file into the ports collection like the zipcodes files? Cheers, Max From owner-cvs-share Sat Feb 7 09:20:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03886 for cvs-share-outgoing; Sat, 7 Feb 1998 09:20:18 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03846; Sat, 7 Feb 1998 09:20:07 -0800 (PST) (envelope-from helbig@FreeBSD.org) From: Wolfgang Helbig Received: (from helbig@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA17998; Sat, 7 Feb 1998 09:19:08 -0800 (PST) Date: Sat, 7 Feb 1998 09:19:08 -0800 (PST) Message-Id: <199802071719.JAA17998@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.prog.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk helbig 1998/02/07 09:19:08 PST Modified files: share/mk bsd.prog.mk Log: Postpone the test for non-emptiness of $PROG, $OBJS and $CLEANFILES to ``shell time''. The previous version didn't work in /usr/src7share/man/man4. Reviewed by: bde Revision Changes Path 1.60 +4 -5 src/share/mk/bsd.prog.mk From owner-cvs-share Sat Feb 7 13:09:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01883 for cvs-share-outgoing; Sat, 7 Feb 1998 13:09:04 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01826; Sat, 7 Feb 1998 13:08:53 -0800 (PST) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA19930; Sat, 7 Feb 1998 13:07:53 -0800 (PST) Date: Sat, 7 Feb 1998 13:07:53 -0800 (PST) Message-Id: <199802072107.NAA19930@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man7 ports.7 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/02/07 13:07:53 PST Modified files: share/man/man7 ports.7 Log: Change documentation for `make package' (Thanks (indirectly) O'Brien!). Document `make readmes'. This is getting old, and the intent is to stop questions regarding it; however, I have a suspicion documenting it will work counter to ending questions about it and am mentally prepared to see it go-ooooooooo....... Revision Changes Path 1.5 +20 -13 src/share/man/man7/ports.7 From owner-cvs-share Sat Feb 7 13:11:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02100 for cvs-share-outgoing; Sat, 7 Feb 1998 13:11:06 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01920; Sat, 7 Feb 1998 13:09:44 -0800 (PST) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA19962; Sat, 7 Feb 1998 13:08:45 -0800 (PST) Date: Sat, 7 Feb 1998 13:08:45 -0800 (PST) Message-Id: <199802072108.NAA19962@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man7 ports.7 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/02/07 13:08:44 PST Modified files: (Branch: RELENG_2_2) share/man/man7 ports.7 Log: CFC -- Doc. `make readmes' and delta `make package'. Revision Changes Path 1.1.2.3 +19 -12 src/share/man/man7/ports.7