From owner-cvs-ports Sun Dec 8 01:49:02 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA03746 for cvs-ports-outgoing; Sun, 8 Dec 1996 01:49:02 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA03737; Sun, 8 Dec 1996 01:49:00 -0800 (PST) Date: Sun, 8 Dec 1996 01:49:00 -0800 (PST) From: Masafumi NAKANE Message-Id: <199612080949.BAA03737@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/games/xpuyo Makefile ports/net/dgd Makefile ports/net/dgd-net Makefile ports/net/dgd-lpmud Makefile ports/net/socks5 Makefile ports/net/wais Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 96/12/08 01:49:00 Modified: games/xpuyo Makefile net/dgd Makefile net/dgd-lpmud Makefile net/dgd-net Makefile net/socks5 Makefile net/wais Makefile Log: Enclose the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED and BROKEN in double-quotes. Revision Changes Path 1.2 +2 -2 ports/games/xpuyo/Makefile 1.61 +3 -3 ports/net/dgd/Makefile 1.17 +3 -3 ports/net/dgd-lpmud/Makefile 1.14 +3 -3 ports/net/dgd-net/Makefile 1.11 +4 -4 ports/net/socks5/Makefile 1.12 +2 -2 ports/net/wais/Makefile From owner-cvs-ports Sun Dec 8 03:38:14 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA06407 for cvs-ports-outgoing; Sun, 8 Dec 1996 03:38:14 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA06398; Sun, 8 Dec 1996 03:38:13 -0800 (PST) Date: Sun, 8 Dec 1996 03:38:13 -0800 (PST) From: Masafumi NAKANE Message-Id: <199612081138.DAA06398@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/misc/mmv/scripts unshar Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 96/12/08 03:38:12 Modified: misc/mmv/scripts unshar Log: Redirect outputs to /dev/null to perform the extraction silently. Revision Changes Path 1.2 +2 -2 ports/misc/mmv/scripts/unshar From owner-cvs-ports Sun Dec 8 03:40:54 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA06491 for cvs-ports-outgoing; Sun, 8 Dec 1996 03:40:54 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA06482; Sun, 8 Dec 1996 03:40:52 -0800 (PST) Date: Sun, 8 Dec 1996 03:40:52 -0800 (PST) From: Masafumi NAKANE Message-Id: <199612081140.DAA06482@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/misc/mmv/scripts makeitapatch Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 96/12/08 03:40:52 Removed: misc/mmv/scripts makeitapatch Log: Instead of editing the patch file with this script to apply properly, pass the name of the file to be patched to the patch command via PATCH_DIST_ARGS, and thus, this script is no longer needed. From owner-cvs-ports Sun Dec 8 03:55:06 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA06710 for cvs-ports-outgoing; Sun, 8 Dec 1996 03:55:06 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA06701; Sun, 8 Dec 1996 03:55:05 -0800 (PST) Date: Sun, 8 Dec 1996 03:55:05 -0800 (PST) From: Masafumi NAKANE Message-Id: <199612081155.DAA06701@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/misc/mmv Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 96/12/08 03:55:04 Modified: misc/mmv Makefile Log: Remove RESTRICTED and, instead, add NO_CDROM & NO_PACKAGE. (Redistribution for charge is prohibited, no modification allowed.) Various cleanups include: List mmv.pch.Z as PATCHFILES instead of DISTFILES. Put full path to the MASTER_SITES. Instead of editing mmv.pch with scripts/makeitapatch, pass the name of the file to be patched to the patch command via PATCH_DIST_ARGS. Above three changes made do-fetch: & pre-clean:targets defined in this Makefile unnecessary. Call scripts/unshar via /bin/sh instead of giving it the execution bit in pre-extract: target. ln -> ln -fs rm -> ${RM} Use ${INSTALL_PROGRAM} and ${INSTALL_MAN}. Use MAN1 var to compress the man page. Reviewed by: asami Revision Changes Path 1.14 +22 -53 ports/misc/mmv/Makefile From owner-cvs-ports Sun Dec 8 04:02:06 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA06898 for cvs-ports-outgoing; Sun, 8 Dec 1996 04:02:06 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA06889; Sun, 8 Dec 1996 04:02:03 -0800 (PST) Date: Sun, 8 Dec 1996 04:02:03 -0800 (PST) From: Masafumi NAKANE Message-Id: <199612081202.EAA06889@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/misc/mmv Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 96/12/08 04:02:02 Modified: misc/mmv Makefile Log: Oops, previous commit broke the installation of man page. Revision Changes Path 1.15 +2 -2 ports/misc/mmv/Makefile From owner-cvs-ports Sun Dec 8 04:29:21 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA07776 for cvs-ports-outgoing; Sun, 8 Dec 1996 04:29:21 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA07767; Sun, 8 Dec 1996 04:29:19 -0800 (PST) Date: Sun, 8 Dec 1996 04:29:19 -0800 (PST) From: Masafumi NAKANE Message-Id: <199612081229.EAA07767@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www/kaffe Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 96/12/08 04:29:18 Modified: www/kaffe Makefile Log: Update the maintainer's address. (Reflect recent update to the address in the handbook.) Revision Changes Path 1.12 +2 -2 ports/www/kaffe/Makefile From owner-cvs-ports Sun Dec 8 08:20:00 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA15971 for cvs-ports-outgoing; Sun, 8 Dec 1996 08:20:00 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA15964; Sun, 8 Dec 1996 08:19:57 -0800 (PST) Date: Sun, 8 Dec 1996 08:19:57 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199612081619.IAA15964@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/misc/screen Makefile ports/misc/screen/files md5 ports/misc/screen/pkg PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/12/08 08:19:56 Modified: misc/screen Makefile misc/screen/files md5 misc/screen/pkg PLIST Log: Upgrade to 3.7.2 Revision Changes Path 1.15 +3 -3 ports/misc/screen/Makefile 1.4 +1 -1 ports/misc/screen/files/md5 1.10 +1 -1 ports/misc/screen/pkg/PLIST From owner-cvs-ports Sun Dec 8 14:26:16 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA27158 for cvs-ports-outgoing; Sun, 8 Dec 1996 14:26:16 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA27151; Sun, 8 Dec 1996 14:26:15 -0800 (PST) Date: Sun, 8 Dec 1996 14:26:15 -0800 (PST) From: "David E. O'Brien" Message-Id: <199612082226.OAA27151@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/devel/cutils - Imported sources Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/12/08 14:26:14 ports/devel/cutils - Imported sources Update of /home/ncvs/ports/devel/cutils In directory freefall.freebsd.org:/a/obrien/new/cutils Revision/Branch: 1.1.1 Log Message: cutils is a collection of miscellaneous utilities useful for C programmers. It is composed by the following utilities: cinfo, cinfoc and cinfodc - C language documentation tools cdecl and cundecl - decode and encode C type declarations cobfusc - make a C source file unreadable but compilable chilight - highlight C source files with colors yyextract - extract grammar rules from yacc grammar yyref - yacc grammar reference program Submitted by: Sandro Sigala Status: Vendor Tag: SIGALA Release Tags: cutils_1_3 N ports/devel/cutils/Makefile N ports/devel/cutils/pkg/COMMENT N ports/devel/cutils/pkg/DESCR N ports/devel/cutils/pkg/PLIST N ports/devel/cutils/files/md5 N ports/devel/cutils/patches/patch-01 No conflicts created by this import From owner-cvs-ports Sun Dec 8 14:27:04 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA27227 for cvs-ports-outgoing; Sun, 8 Dec 1996 14:27:04 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA27220; Sun, 8 Dec 1996 14:27:02 -0800 (PST) Date: Sun, 8 Dec 1996 14:27:02 -0800 (PST) From: "David E. O'Brien" Message-Id: <199612082227.OAA27220@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/12/08 14:27:02 Modified: devel Makefile Log: Turn on cutils Revision Changes Path 1.38 +2 -1 ports/devel/Makefile From owner-cvs-ports Sun Dec 8 14:57:37 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA28476 for cvs-ports-outgoing; Sun, 8 Dec 1996 14:57:37 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA28467; Sun, 8 Dec 1996 14:57:36 -0800 (PST) Date: Sun, 8 Dec 1996 14:57:36 -0800 (PST) From: Masafumi NAKANE Message-Id: <199612082257.OAA28467@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/devel/cutils Makefile ports/devel/cutils/files md5 ports/devel/cutils/patches patch-01 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 96/12/08 14:57:35 Modified: devel/cutils Makefile devel/cutils/files md5 Removed: devel/cutils/patches patch-01 Log: Upgrade, 1.3 -> 1.3.1. New version has its own configure script and honors the PREFIX. So we no longer need to patch config.mk. Revision Changes Path 1.2 +10 -8 ports/devel/cutils/Makefile 1.2 +1 -1 ports/devel/cutils/files/md5 From owner-cvs-ports Sun Dec 8 15:39:34 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA00431 for cvs-ports-outgoing; Sun, 8 Dec 1996 15:39:34 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA00423; Sun, 8 Dec 1996 15:39:33 -0800 (PST) Date: Sun, 8 Dec 1996 15:39:33 -0800 (PST) From: "David E. O'Brien" Message-Id: <199612082339.PAA00423@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/comms/zmtx-zmrx - Imported sources Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/12/08 15:39:32 ports/comms/zmtx-zmrx - Imported sources Update of /home/ncvs/ports/comms/zmtx-zmrx In directory freefall.freebsd.org:/a/obrien/new/zmtx-zmrx Revision/Branch: 1.1.1 Log Message: zmtx and zmrz impliement the ZMODEM error correcting protocol used to send/receive files over a dial-in serial port. And they do one thing and only one thing -- transmit files. They don't do file conversions, they don't do remote commands, or any of that other stuff. Status: Vendor Tag: OBRIEN Release Tags: zmtx_zmrx_1_02 N ports/comms/zmtx-zmrx/Makefile N ports/comms/zmtx-zmrx/files/md5 N ports/comms/zmtx-zmrx/pkg/COMMENT N ports/comms/zmtx-zmrx/pkg/DESCR N ports/comms/zmtx-zmrx/pkg/PLIST N ports/comms/zmtx-zmrx/pkg/licence N ports/comms/zmtx-zmrx/patches/patch-01 N ports/comms/zmtx-zmrx/patches/patch-02 No conflicts created by this import From owner-cvs-ports Sun Dec 8 15:41:01 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA00591 for cvs-ports-outgoing; Sun, 8 Dec 1996 15:41:01 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA00584; Sun, 8 Dec 1996 15:40:59 -0800 (PST) Date: Sun, 8 Dec 1996 15:40:59 -0800 (PST) From: "David E. O'Brien" Message-Id: <199612082340.PAA00584@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/comms Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/12/08 15:40:58 Modified: comms Makefile Log: turn on zmtx-zmrx Revision Changes Path 1.21 +2 -1 ports/comms/Makefile From owner-cvs-ports Sun Dec 8 16:01:36 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA01381 for cvs-ports-outgoing; Sun, 8 Dec 1996 16:01:36 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA01369; Sun, 8 Dec 1996 16:01:34 -0800 (PST) Date: Sun, 8 Dec 1996 16:01:34 -0800 (PST) From: "David E. O'Brien" Message-Id: <199612090001.QAA01369@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/comms/zmtx-zmrx Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/12/08 16:01:34 Modified: comms/zmtx-zmrx Makefile Log: We should be able to put this on the CDROM as long as we let the user know what the license restrictions are. Revision Changes Path 1.2 +3 -4 ports/comms/zmtx-zmrx/Makefile From owner-cvs-ports Sun Dec 8 16:15:00 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA02165 for cvs-ports-outgoing; Sun, 8 Dec 1996 16:15:00 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA02156; Sun, 8 Dec 1996 16:14:58 -0800 (PST) Date: Sun, 8 Dec 1996 16:14:58 -0800 (PST) From: "David E. O'Brien" Message-Id: <199612090014.QAA02156@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/vietnamese/vnterm Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/12/08 16:14:57 Modified: vietnamese/vnterm Makefile Log: run the pkg/INSTALL script on ``make install'' Revision Changes Path 1.3 +2 -1 ports/vietnamese/vnterm/Makefile From owner-cvs-ports Sun Dec 8 16:53:27 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA04515 for cvs-ports-outgoing; Sun, 8 Dec 1996 16:53:27 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA04507; Sun, 8 Dec 1996 16:53:24 -0800 (PST) Date: Sun, 8 Dec 1996 16:53:24 -0800 (PST) From: "David E. O'Brien" Message-Id: <199612090053.QAA04507@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/vietnamese/vnterm Makefile ports/vietnamese/vnterm/pkg INSTALL Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/12/08 16:53:23 Modified: vietnamese/vnterm Makefile vietnamese/vnterm/pkg INSTALL Log: Fixed running of pkg/INSTALL Revision Changes Path 1.4 +3 -2 ports/vietnamese/vnterm/Makefile 1.2 +1 -1 ports/vietnamese/vnterm/pkg/INSTALL From owner-cvs-ports Sun Dec 8 18:02:51 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA08603 for cvs-ports-outgoing; Sun, 8 Dec 1996 18:02:51 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA08596; Sun, 8 Dec 1996 18:02:50 -0800 (PST) Date: Sun, 8 Dec 1996 18:02:50 -0800 (PST) From: "David E. O'Brien" Message-Id: <199612090202.SAA08596@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/vietnamese/vnlpr - Imported sources Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/12/08 18:02:49 ports/vietnamese/vnlpr - Imported sources Update of /home/ncvs/ports/vietnamese/vnlpr In directory freefall.freebsd.org:/a/obrien/new/vnlpr Revision/Branch: 1.1.1 Log Message: vnlpr is a shell script that utilizes the vnpstext and vn7to8 utilities to print vietnames text on PostScript printer on Unix machines using various Type-1 fonts supplied by TriChlor and the Courier fonts from the vnpstext package. Status: Vendor Tag: OBRIEN Release Tags: vnlpr_2_0 N ports/vietnamese/vnlpr/Makefile N ports/vietnamese/vnlpr/files/md5 N ports/vietnamese/vnlpr/pkg/DESCR N ports/vietnamese/vnlpr/pkg/PLIST N ports/vietnamese/vnlpr/pkg/COMMENT No conflicts created by this import From owner-cvs-ports Sun Dec 8 18:07:08 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA08995 for cvs-ports-outgoing; Sun, 8 Dec 1996 18:07:08 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA08988; Sun, 8 Dec 1996 18:07:07 -0800 (PST) Date: Sun, 8 Dec 1996 18:07:07 -0800 (PST) From: "David E. O'Brien" Message-Id: <199612090207.SAA08988@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/vietnamese/vnpstext - Imported sources Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/12/08 18:07:06 ports/vietnamese/vnpstext - Imported sources Update of /home/ncvs/ports/vietnamese/vnpstext In directory freefall.freebsd.org:/a/obrien/new/vnpstext Revision/Branch: 1.1.1 Log Message: Vnpstext converts your 8-bit Vietnamese text to a PostScript file suitable for printing to a PostScript printer. Status: Vendor Tag: OBRIEN Release Tags: vnpstext_1_1 N ports/vietnamese/vnpstext/Makefile N ports/vietnamese/vnpstext/patches/patch-01 N ports/vietnamese/vnpstext/patches/patch-02 N ports/vietnamese/vnpstext/patches/patch-03 N ports/vietnamese/vnpstext/patches/patch-04 N ports/vietnamese/vnpstext/files/md5 N ports/vietnamese/vnpstext/files/vnpstext.1 N ports/vietnamese/vnpstext/pkg/PLIST N ports/vietnamese/vnpstext/pkg/COMMENT N ports/vietnamese/vnpstext/pkg/DESCR No conflicts created by this import From owner-cvs-ports Sun Dec 8 18:09:22 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA09252 for cvs-ports-outgoing; Sun, 8 Dec 1996 18:09:22 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA09242; Sun, 8 Dec 1996 18:09:19 -0800 (PST) Date: Sun, 8 Dec 1996 18:09:19 -0800 (PST) From: "David E. O'Brien" Message-Id: <199612090209.SAA09242@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/vietnamese Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/12/08 18:09:19 Modified: vietnamese Makefile Log: Turnon vnlpr & vnpstext Revision Changes Path 1.3 +3 -1 ports/vietnamese/Makefile From owner-cvs-ports Sun Dec 8 23:09:12 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA11007 for cvs-ports-outgoing; Sun, 8 Dec 1996 23:09:12 -0800 (PST) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id XAA10985; Sun, 8 Dec 1996 23:09:05 -0800 (PST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.12/8.6.9) id IAA06055; Mon, 9 Dec 1996 08:09:02 +0100 From: Thomas Gellekum Message-Id: <199612090709.IAA06055@ghpc6.ihf.rwth-aachen.de> Subject: Re: cvs commit: ports/graphics/ImageMagick/pkg PLIST To: asami@freefall.freebsd.org (Satoshi Asami) Date: Mon, 9 Dec 1996 08:09:01 +0100 (MET) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-Reply-To: <199612070246.SAA25639@freefall.freebsd.org> from Satoshi Asami at "Dec 6, 96 06:46:39 pm" Organization: Institut f. Hochfrequenztechnik, RWTH Aachen X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami wrote: > asami 96/12/06 18:46:38 > > Modified: graphics/ImageMagick/pkg PLIST > Log: > Update this file so this thing will package. Sorry. > BTW, is it really > necessary to keep the shared library number in sync with the > release version? Probably not, as long as you use the new binaries (display, animate, mogrify, ...) with the corresponding library. I'll take a look at the Imakefiles tonight. tg From owner-cvs-ports Sun Dec 8 23:26:01 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA12460 for cvs-ports-outgoing; Sun, 8 Dec 1996 23:26:01 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA12452; Sun, 8 Dec 1996 23:25:59 -0800 (PST) Date: Sun, 8 Dec 1996 23:25:59 -0800 (PST) From: "David E. O'Brien" Message-Id: <199612090725.XAA12452@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/vietnamese/vnterm Makefile ports/vietnamese/vnterm/pkg INSTALL Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/12/08 23:25:58 Modified: vietnamese/vnterm Makefile vietnamese/vnterm/pkg INSTALL Log: Ah, I think I now understand INSTALL scripts w/pkg_add Thanks-to: Satoshi Revision Changes Path 1.5 +2 -2 ports/vietnamese/vnterm/Makefile 1.3 +1 -1 ports/vietnamese/vnterm/pkg/INSTALL From owner-cvs-ports Mon Dec 9 00:25:15 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA17243 for cvs-ports-outgoing; Mon, 9 Dec 1996 00:25:15 -0800 (PST) Received: from dfw-ix12.ix.netcom.com (dfw-ix12.ix.netcom.com [206.214.98.12]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id AAA17225; Mon, 9 Dec 1996 00:25:11 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca9-06.ix.netcom.com [204.31.231.102]) by dfw-ix12.ix.netcom.com (8.6.13/8.6.12) with ESMTP id AAA14515; Mon, 9 Dec 1996 00:24:33 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id AAA11710; Mon, 9 Dec 1996 00:24:31 -0800 (PST) Date: Mon, 9 Dec 1996 00:24:31 -0800 (PST) Message-Id: <199612090824.AAA11710@silvia.HIP.Berkeley.EDU> To: thomas@ghpc8.ihf.rwth-aachen.de CC: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199612090709.IAA06055@ghpc6.ihf.rwth-aachen.de> (message from Thomas Gellekum on Mon, 9 Dec 1996 08:09:01 +0100 (MET)) Subject: Re: cvs commit: ports/graphics/ImageMagick/pkg PLIST From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * > BTW, is it really * > necessary to keep the shared library number in sync with the * > release version? * * Probably not, as long as you use the new binaries (display, animate, * mogrify, ...) with the corresponding library. I'll take a look at the * Imakefiles tonight. Well, if the port comes with shlib version numbers configured that way, that's ok. However (this is more of a general comment to porters, not you in particular), if you are adding shlib support to a port that doesn't have one, the version numbers should follow our rules, which in general have nothing to do with the release version of the software. The three principles of shared library building (tm) is: (1) Start from 1.0 (2) If there is a backwards-compatible change, bump minor number (3) If there is an incompatible change, bump major number (I'm not sure how x.y.z numbers are handled by our linker, though.) For instance, added functions and bugfixes are (2). Deleted functions, changed function call syntax type changes fall in (3). Satoshi P.S. I thought someone added this to the handbook, but I can't find it. If it's not there yet, it should go in "Source Tree Guidelines and Policies". (The above rule applies not only to ports.) From owner-cvs-ports Mon Dec 9 00:34:16 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA17813 for cvs-ports-outgoing; Mon, 9 Dec 1996 00:34:16 -0800 (PST) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id AAA17788; Mon, 9 Dec 1996 00:33:50 -0800 (PST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.12/8.6.9) id JAA06212; Mon, 9 Dec 1996 09:33:14 +0100 From: Thomas Gellekum Message-Id: <199612090833.JAA06212@ghpc6.ihf.rwth-aachen.de> Subject: Re: cvs commit: ports/graphics/ImageMagick/pkg PLIST To: asami@freebsd.org (Satoshi Asami) Date: Mon, 9 Dec 1996 09:33:13 +0100 (MET) Cc: thomas@ghpc8.ihf.rwth-aachen.de, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-Reply-To: <199612090824.AAA11710@silvia.HIP.Berkeley.EDU> from Satoshi Asami at "Dec 9, 96 00:24:31 am" Organization: Institut f. Hochfrequenztechnik, RWTH Aachen X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami wrote: > * > BTW, is it really > * > necessary to keep the shared library number in sync with the > * > release version? > * > * Probably not, as long as you use the new binaries (display, animate, > * mogrify, ...) with the corresponding library. I'll take a look at the > * Imakefiles tonight. > > Well, if the port comes with shlib version numbers configured that > way, that's ok. It does. Fine, saves me some work. I only need a reminder to keep pkg/PLIST current (we do have a portsmeister for this, don't we ;-)). > (I'm not sure how x.y.z numbers are handled by our linker, though.) ld.so deals with libMagick.so.3.7.8 just fine, it seems. > For instance, added functions and bugfixes are (2). Deleted > functions, changed function call syntax type changes fall in (3). Tell that to John Ousterhout. tg From owner-cvs-ports Mon Dec 9 00:45:52 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA19876 for cvs-ports-outgoing; Mon, 9 Dec 1996 00:45:52 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA19869; Mon, 9 Dec 1996 00:45:49 -0800 (PST) Date: Mon, 9 Dec 1996 00:45:49 -0800 (PST) From: Satoshi Asami Message-Id: <199612090845.AAA19869@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/japanese/Wnn/pkg REQ Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/09 00:45:48 Modified: japanese/Wnn/pkg REQ Log: Oops, forgot to check the second argument. Discovered-during-email-conversation-with: obrien Revision Changes Path 1.2 +3 -0 ports/japanese/Wnn/pkg/REQ From owner-cvs-ports Mon Dec 9 01:00:36 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA20879 for cvs-ports-outgoing; Mon, 9 Dec 1996 01:00:36 -0800 (PST) Received: from dfw-ix4.ix.netcom.com (dfw-ix4.ix.netcom.com [206.214.98.4]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id BAA20874; Mon, 9 Dec 1996 01:00:32 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca9-06.ix.netcom.com [204.31.231.102]) by dfw-ix4.ix.netcom.com (8.6.13/8.6.12) with ESMTP id AAA13231; Mon, 9 Dec 1996 00:59:51 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id AAA11819; Mon, 9 Dec 1996 00:59:49 -0800 (PST) Date: Mon, 9 Dec 1996 00:59:49 -0800 (PST) Message-Id: <199612090859.AAA11819@silvia.HIP.Berkeley.EDU> To: thomas@ghpc8.ihf.rwth-aachen.de CC: thomas@ghpc8.ihf.rwth-aachen.de, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199612090833.JAA06212@ghpc6.ihf.rwth-aachen.de> (message from Thomas Gellekum on Mon, 9 Dec 1996 09:33:13 +0100 (MET)) Subject: Re: cvs commit: ports/graphics/ImageMagick/pkg PLIST From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * It does. Fine, saves me some work. I only need a reminder to keep * pkg/PLIST current (we do have a portsmeister for this, don't we ;-)). Well, don't relax too much, I wouldn't have noticed it if I hadn't moved /usr/local out of the way and did a make package.... ;) * > (I'm not sure how x.y.z numbers are handled by our linker, though.) * * ld.so deals with libMagick.so.3.7.8 just fine, it seems. === ## ldconfig -r | grep -i magick 69:-lMagick.3.7 => /usr/local/lib/libMagick.so.3.7.8 === I'm not sure if this is correct. Because, for instance: === ## ldconfig -r | grep -i Mesatk 40:-lMesatk.2.0 => /usr/X11R6/lib/libMesatk.so.2.0 === If it's just ignoring the ".8" part, it won't check forward incompatibilities correctly. * > For instance, added functions and bugfixes are (2). Deleted * > functions, changed function call syntax type changes fall in (3). * * Tell that to John Ousterhout. That's one of the reasons why we went to "libtcl75.so.x.y".... ;) Satoshi From owner-cvs-ports Mon Dec 9 01:26:43 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA22597 for cvs-ports-outgoing; Mon, 9 Dec 1996 01:26:43 -0800 (PST) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id BAA22585; Mon, 9 Dec 1996 01:26:18 -0800 (PST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.12/8.6.9) id KAA06375; Mon, 9 Dec 1996 10:22:52 +0100 From: Thomas Gellekum Message-Id: <199612090922.KAA06375@ghpc6.ihf.rwth-aachen.de> Subject: Re: cvs commit: ports/graphics/ImageMagick/pkg PLIST To: asami@freebsd.org (Satoshi Asami) Date: Mon, 9 Dec 1996 10:22:50 +0100 (MET) Cc: thomas@ghpc8.ihf.rwth-aachen.de, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-Reply-To: <199612090859.AAA11819@silvia.HIP.Berkeley.EDU> from Satoshi Asami at "Dec 9, 96 00:59:49 am" Organization: Institut f. Hochfrequenztechnik, RWTH Aachen X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami wrote: > * > (I'm not sure how x.y.z numbers are handled by our linker, though.) > * > * ld.so deals with libMagick.so.3.7.8 just fine, it seems. > > === > ## ldconfig -r | grep -i magick > 69:-lMagick.3.7 => /usr/local/lib/libMagick.so.3.7.8 > === I noticed that testing display from the WRKSRC doesn't work, because it tried to pick up libMagick.so.3.7.7 which is incompatible with 3.7.8. Running ldconfig or setting LD_LIBRARY_PATH appropriately fixed that. I still have older versions of libMagick left over at home and haven't seen a problem yet. tg From owner-cvs-ports Mon Dec 9 01:54:59 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA25095 for cvs-ports-outgoing; Mon, 9 Dec 1996 01:54:59 -0800 (PST) Received: from dfw-ix2.ix.netcom.com (dfw-ix2.ix.netcom.com [206.214.98.2]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id BAA25090; Mon, 9 Dec 1996 01:54:57 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (ala-ca19-15.ix.netcom.com [205.187.212.47]) by dfw-ix2.ix.netcom.com (8.6.13/8.6.12) with ESMTP id BAA04455; Mon, 9 Dec 1996 01:54:14 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id BAA00918; Mon, 9 Dec 1996 01:54:10 -0800 (PST) Date: Mon, 9 Dec 1996 01:54:10 -0800 (PST) Message-Id: <199612090954.BAA00918@silvia.HIP.Berkeley.EDU> To: thomas@ghpc8.ihf.rwth-aachen.de CC: thomas@ghpc8.ihf.rwth-aachen.de, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199612090922.KAA06375@ghpc6.ihf.rwth-aachen.de> (message from Thomas Gellekum on Mon, 9 Dec 1996 10:22:50 +0100 (MET)) Subject: Re: cvs commit: ports/graphics/ImageMagick/pkg PLIST From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I noticed that testing display from the WRKSRC doesn't work, because * it tried to pick up libMagick.so.3.7.7 which is incompatible with * 3.7.8. Running ldconfig or setting LD_LIBRARY_PATH appropriately fixed * that. I still have older versions of libMagick left over at home and * haven't seen a problem yet. Ok, so they are incompatible. Is that one direction only? (I.e., do old binaries work if they are fed libMagick.so.3.7.8?) Also, you didn't say how it "doesn't work". Does ld.so correctly print out a warning ("shlib minor >= 8 expected, only found 7, using it anyway" or some such) or does it just bomb on you with a core dump or mising function? If it is the latter, that means the third digit is ignored by ldconfig/ld.so. Satoshi From owner-cvs-ports Mon Dec 9 02:08:50 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA25930 for cvs-ports-outgoing; Mon, 9 Dec 1996 02:08:50 -0800 (PST) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id CAA25885; Mon, 9 Dec 1996 02:07:13 -0800 (PST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.12/8.6.9) id LAA06465; Mon, 9 Dec 1996 11:06:14 +0100 From: Thomas Gellekum Message-Id: <199612091006.LAA06465@ghpc6.ihf.rwth-aachen.de> Subject: Re: cvs commit: ports/graphics/ImageMagick/pkg PLIST To: asami@freebsd.org (Satoshi Asami) Date: Mon, 9 Dec 1996 11:06:13 +0100 (MET) Cc: thomas@ghpc8.ihf.rwth-aachen.de, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-Reply-To: <199612090954.BAA00918@silvia.HIP.Berkeley.EDU> from Satoshi Asami at "Dec 9, 96 01:54:10 am" Organization: Institut f. Hochfrequenztechnik, RWTH Aachen X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami wrote: > Ok, so they are incompatible. Is that one direction only? (I.e., do > old binaries work if they are fed libMagick.so.3.7.8?) Haven't tried that. > Also, you didn't say how it "doesn't work". Does ld.so correctly > print out a warning ("shlib minor >= 8 expected, only found 7, using > it anyway" or some such) or does it just bomb on you with a core dump > or mising function? Missing function. > If it is the latter, that means the third digit is ignored by > ldconfig/ld.so. Ah. I didn't realize that. Guess I'll have to look at the port again. tg From owner-cvs-ports Mon Dec 9 02:29:55 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA26892 for cvs-ports-outgoing; Mon, 9 Dec 1996 02:29:55 -0800 (PST) Received: from dfw-ix3.ix.netcom.com (dfw-ix3.ix.netcom.com [206.214.98.3]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id CAA26887; Mon, 9 Dec 1996 02:29:53 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (ala-ca19-15.ix.netcom.com [205.187.212.47]) by dfw-ix3.ix.netcom.com (8.6.13/8.6.12) with ESMTP id CAA10410; Mon, 9 Dec 1996 02:29:11 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id CAA03507; Mon, 9 Dec 1996 02:29:09 -0800 (PST) Date: Mon, 9 Dec 1996 02:29:09 -0800 (PST) Message-Id: <199612091029.CAA03507@silvia.HIP.Berkeley.EDU> To: thomas@ghpc8.ihf.rwth-aachen.de CC: thomas@ghpc8.ihf.rwth-aachen.de, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199612091006.LAA06465@ghpc6.ihf.rwth-aachen.de> (message from Thomas Gellekum on Mon, 9 Dec 1996 11:06:13 +0100 (MET)) Subject: Re: cvs commit: ports/graphics/ImageMagick/pkg PLIST From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * > Ok, so they are incompatible. Is that one direction only? (I.e., do * > old binaries work if they are fed libMagick.so.3.7.8?) * * Haven't tried that. That would involve a major number change so it's actually quite important.... * > Also, you didn't say how it "doesn't work". Does ld.so correctly * > print out a warning ("shlib minor >= 8 expected, only found 7, using * > it anyway" or some such) or does it just bomb on you with a core dump * > or mising function? * * Missing function. Without any warning from ld.so at all? That's bad, since users might not even know the cause. :( Of course, we don't have a port that depends on shared libMagick, so it probably isn't a problem for most people. But that doesn't mean we can ship releases with packages containing inconsistent shared libraries, if a user copies a binary from FreeBSD system A to system B, and they are both running RELEASE with ports/packages that came with them, ld.so is supposed to handle any situation gracefully. * > If it is the latter, that means the third digit is ignored by * > ldconfig/ld.so. * * Ah. I didn't realize that. Guess I'll have to look at the port again. Ok...I guess that means if it's backward compatible, it should be bumped to 3.8, if it's incompatible both ways, 4.0. (And let's not have any more x.y.z shlibs, it's confusing as it gives us the illusion that all digits are used by the linker.) Satoshi From owner-cvs-ports Mon Dec 9 02:59:14 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA28226 for cvs-ports-outgoing; Mon, 9 Dec 1996 02:59:14 -0800 (PST) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id CAA28209; Mon, 9 Dec 1996 02:59:00 -0800 (PST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.12/8.6.9) id LAA06541; Mon, 9 Dec 1996 11:58:28 +0100 From: Thomas Gellekum Message-Id: <199612091058.LAA06541@ghpc6.ihf.rwth-aachen.de> Subject: Re: cvs commit: ports/graphics/ImageMagick/pkg PLIST To: asami@freebsd.org (Satoshi Asami) Date: Mon, 9 Dec 1996 11:58:27 +0100 (MET) Cc: thomas@ghpc8.ihf.rwth-aachen.de, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-Reply-To: <199612091029.CAA03507@silvia.HIP.Berkeley.EDU> from Satoshi Asami at "Dec 9, 96 02:29:09 am" Organization: Institut f. Hochfrequenztechnik, RWTH Aachen X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [moved to -ports, finally] Satoshi Asami wrote: > > Ok...I guess that means if it's backward compatible, it should be > bumped to 3.8, if it's incompatible both ways, 4.0. (And let's not > have any more x.y.z shlibs, it's confusing as it gives us the illusion > that all digits are used by the linker.) I think I'd like the version number of ImageMagick in there. It's easier to remember to change the shlib version to 379.0 than try all possible combinations of old and new libs and decide whether we want 3.9 or 4.0. It's also less confusing for users who might use libMagick for their own stuff. Or would you prefer libMagick378.so.1.0? tg From owner-cvs-ports Mon Dec 9 04:33:44 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA01815 for cvs-ports-outgoing; Mon, 9 Dec 1996 04:33:44 -0800 (PST) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id EAA01810; Mon, 9 Dec 1996 04:33:34 -0800 (PST) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.4/8.8.4) with ESMTP id UAA10638; Mon, 9 Dec 1996 20:31:39 +0800 (WST) Message-Id: <199612091231.UAA10638@spinner.DIALix.COM> To: asami@freebsd.org (Satoshi Asami) cc: thomas@ghpc8.ihf.rwth-aachen.de, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/graphics/ImageMagick/pkg PLIST In-reply-to: Your message of "Mon, 09 Dec 1996 01:54:10 PST." <199612090954.BAA00918@silvia.HIP.Berkeley.EDU> Date: Mon, 09 Dec 1996 20:31:39 +0800 From: Peter Wemm Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami wrote: > * I noticed that testing display from the WRKSRC doesn't work, because > * it tried to pick up libMagick.so.3.7.7 which is incompatible with > * 3.7.8. Running ldconfig or setting LD_LIBRARY_PATH appropriately fixed > * that. I still have older versions of libMagick left over at home and > * haven't seen a problem yet. > > Ok, so they are incompatible. Is that one direction only? (I.e., do > old binaries work if they are fed libMagick.so.3.7.8?) > > Also, you didn't say how it "doesn't work". Does ld.so correctly > print out a warning ("shlib minor >= 8 expected, only found 7, using > it anyway" or some such) or does it just bomb on you with a core dump > or mising function? > > If it is the latter, that means the third digit is ignored by > ldconfig/ld.so. Yes. The third digit is totally ignored when comparing compatability. It simply takes the highest "micro" revision available. Ie: if you link with libfoo.so.3.3.3, it only records 3.3 in the headers, and will link with anything starting with libfoo.so.3.(anything >= 3).(highest available). eg: it would be quite happy with libfoo.3.91.123, and just as happy with libfoo.so.3.3 or libfoo.so.3.3.0. Note that ld.so will always use the highest "minor" revision. ie: it'll use libc.so.2.2 in preference to libc.so.2.0, even if it was initially linked with libc.so.2.0. This is another thing that our compat dists have got wrong on a most occasions.. installing libc.so.2.0 is a waste of disk space when libc.so.2.2 is available. > Satoshi Cheers, -Peter From owner-cvs-ports Mon Dec 9 07:37:38 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA10731 for cvs-ports-outgoing; Mon, 9 Dec 1996 07:37:38 -0800 (PST) Received: (from erich@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA10723; Mon, 9 Dec 1996 07:37:34 -0800 (PST) Date: Mon, 9 Dec 1996 07:37:34 -0800 (PST) From: "Eric L. Hernes" Message-Id: <199612091537.HAA10723@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/graphics/mpeg2codec Makefile ports/graphics/mpeg2codec/files md5 ports/graphics/mpeg2codec/patches patch-aa patch-ab ports/graphics/mpeg2codec/pkg PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk erich 96/12/09 07:37:31 Modified: graphics/mpeg2codec Makefile graphics/mpeg2codec/files md5 graphics/mpeg2codec/patches patch-aa patch-ab graphics/mpeg2codec/pkg PLIST Log: upgrade to v 1.2 Submitted by: Philippe Charnier , with minor mods by me Revision Changes Path 1.3 +9 -6 ports/graphics/mpeg2codec/Makefile 1.2 +1 -1 ports/graphics/mpeg2codec/files/md5 1.2 +9 -9 ports/graphics/mpeg2codec/patches/patch-aa 1.2 +7 -3 ports/graphics/mpeg2codec/patches/patch-ab 1.2 +6 -0 ports/graphics/mpeg2codec/pkg/PLIST From owner-cvs-ports Mon Dec 9 17:03:07 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA20980 for cvs-ports-outgoing; Mon, 9 Dec 1996 17:03:07 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA20972; Mon, 9 Dec 1996 17:03:06 -0800 (PST) Date: Mon, 9 Dec 1996 17:03:06 -0800 (PST) From: "David E. O'Brien" Message-Id: <199612100103.RAA20972@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/comms/minicom/patches patch-ab Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/12/09 17:03:05 Modified: comms/minicom/patches patch-ab Log: Make suid uucp rather than root. Revision Changes Path 1.3 +5 -3 ports/comms/minicom/patches/patch-ab From owner-cvs-ports Mon Dec 9 18:43:28 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA27983 for cvs-ports-outgoing; Mon, 9 Dec 1996 18:43:28 -0800 (PST) Received: (from chuckr@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA27976; Mon, 9 Dec 1996 18:43:26 -0800 (PST) Date: Mon, 9 Dec 1996 18:43:26 -0800 (PST) From: Chuck Robey Message-Id: <199612100243.SAA27976@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/editors/scitext Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk chuckr 96/12/09 18:43:26 Modified: editors/scitext Makefile Log: Temporarily BROKEN while I wait for response from authors. Shouldn't take too long, the install is all screwed up. Revision Changes Path 1.3 +3 -1 ports/editors/scitext/Makefile From owner-cvs-ports Mon Dec 9 20:51:42 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA09514 for cvs-ports-outgoing; Mon, 9 Dec 1996 20:51:42 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA09507; Mon, 9 Dec 1996 20:51:41 -0800 (PST) Date: Mon, 9 Dec 1996 20:51:41 -0800 (PST) From: Satoshi Asami Message-Id: <199612100451.UAA09507@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/security/sudo/patches patch-ac Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/09 20:51:40 Added: security/sudo/patches patch-ac Log: Add a mention that the password you use is yours. (You won't believe the number of times I had to answer this question!) While I'm here, fix up the pathnames in the manpages (/etc/sudoers -> /usr/local/etc/sudoers, /etc/halt -> /sbin/halt, etc.). From owner-cvs-ports Mon Dec 9 21:58:18 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA16348 for cvs-ports-outgoing; Mon, 9 Dec 1996 21:58:18 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA16340; Mon, 9 Dec 1996 21:58:17 -0800 (PST) Date: Mon, 9 Dec 1996 21:58:17 -0800 (PST) From: Satoshi Asami Message-Id: <199612100558.VAA16340@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/sysutils/xcpustate Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/09 21:58:16 Modified: sysutils/xcpustate Makefile Log: Remove empty line inside MASTER_SITES. Revision Changes Path 1.5 +1 -2 ports/sysutils/xcpustate/Makefile From owner-cvs-ports Mon Dec 9 22:20:04 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA18513 for cvs-ports-outgoing; Mon, 9 Dec 1996 22:20:04 -0800 (PST) Received: from dfw-ix7.ix.netcom.com (dfw-ix7.ix.netcom.com [206.214.98.7]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id WAA18469; Mon, 9 Dec 1996 22:20:00 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (ala-ca13-17.ix.netcom.com [204.32.168.49]) by dfw-ix7.ix.netcom.com (8.6.13/8.6.12) with ESMTP id WAA20972; Mon, 9 Dec 1996 22:19:26 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id WAA01649; Mon, 9 Dec 1996 22:19:24 -0800 (PST) Date: Mon, 9 Dec 1996 22:19:24 -0800 (PST) Message-Id: <199612100619.WAA01649@silvia.HIP.Berkeley.EDU> To: thomas@ghpc8.ihf.rwth-aachen.de CC: thomas@ghpc8.ihf.rwth-aachen.de, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199612091058.LAA06541@ghpc6.ihf.rwth-aachen.de> (message from Thomas Gellekum on Mon, 9 Dec 1996 11:58:27 +0100 (MET)) Subject: Re: cvs commit: ports/graphics/ImageMagick/pkg PLIST From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I think I'd like the version number of ImageMagick in there. It's * easier to remember to change the shlib version to 379.0 than try all * possible combinations of old and new libs and decide whether we want * 3.9 or 4.0. It's also less confusing for users who might use libMagick * for their own stuff. Or would you prefer libMagick378.so.1.0? Well, what's going to happen if you decide to fix a bug, resulting in an incompatibility, after the release? If you bump it to 379.0, that's going to be confusing as hell if ImageMagick is still 3.7.8. :) Trust me, I have been through before. Many attempts to somehow correlate the software's release version numbers and shlib versions have failed one way or another, and we have things like libjpeg.so.7.0 for jpeg-6a, libm3.so.4.0 for m3-3.3.6, etc. (The latter is not too bad, of course, but we'd be at libm3.so.337.0 now if we weren't careful.) The only way that halfway worked is to have the version number in the "basename" part, as your last sentence above. But that will force users to update ImageMagick even when it is not necessary (not to mention change the Makefiles). By the way, you shouldn't have to test all possible combinations, if the port comes with a reasonable change log file. Satoshi From owner-cvs-ports Mon Dec 9 22:38:35 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA20042 for cvs-ports-outgoing; Mon, 9 Dec 1996 22:38:35 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA20034; Mon, 9 Dec 1996 22:38:33 -0800 (PST) Date: Mon, 9 Dec 1996 22:38:33 -0800 (PST) From: Satoshi Asami Message-Id: <199612100638.WAA20034@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports INDEX Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/09 22:38:33 Modified: . INDEX Log: Well, we have 703 ports now. I believe David O'Brien's cutils port was the 700th. Congratulations, David. Jordan will send you a complimentary copy of "The Greatest Hits of the 70's". :> Revision Changes Path 1.100 +10 -6 ports/INDEX From owner-cvs-ports Mon Dec 9 22:43:42 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA20439 for cvs-ports-outgoing; Mon, 9 Dec 1996 22:43:42 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA20432; Mon, 9 Dec 1996 22:43:41 -0800 (PST) Date: Mon, 9 Dec 1996 22:43:41 -0800 (PST) From: Satoshi Asami Message-Id: <199612100643.WAA20432@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/lang/perl5 Makefile ports/lang/perl5/pkg PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/09 22:43:41 Modified: lang/perl5 Makefile lang/perl5/pkg PLIST Log: Remove GDBM_File.3, it won't be built if gdbm isn't already installed. Reported by: markm Revision Changes Path 1.15 +2 -2 ports/lang/perl5/Makefile 1.10 +0 -1 ports/lang/perl5/pkg/PLIST From owner-cvs-ports Mon Dec 9 22:56:20 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA21110 for cvs-ports-outgoing; Mon, 9 Dec 1996 22:56:20 -0800 (PST) Received: from dfw-ix11.ix.netcom.com (dfw-ix11.ix.netcom.com [206.214.98.11]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id WAA21092; Mon, 9 Dec 1996 22:56:16 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca4-20.ix.netcom.com [199.35.213.148]) by dfw-ix11.ix.netcom.com (8.6.13/8.6.12) with ESMTP id WAA15813; Mon, 9 Dec 1996 22:54:25 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id WAA01089; Mon, 9 Dec 1996 22:54:23 -0800 (PST) Date: Mon, 9 Dec 1996 22:54:23 -0800 (PST) Message-Id: <199612100654.WAA01089@silvia.HIP.Berkeley.EDU> To: peter@spinner.DIALix.COM CC: thomas@ghpc8.ihf.rwth-aachen.de, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199612091231.UAA10638@spinner.DIALix.COM> (message from Peter Wemm on Mon, 09 Dec 1996 20:31:39 +0800) Subject: Re: cvs commit: ports/graphics/ImageMagick/pkg PLIST From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Yes. The third digit is totally ignored when comparing compatability. It * simply takes the highest "micro" revision available. * * Ie: if you link with libfoo.so.3.3.3, it only records 3.3 in the headers, * and will link with anything starting with * libfoo.so.3.(anything >= 3).(highest available). So it does KNOW about the micro revision (and will pick the highest number) but just doesn't record it in the shared binary? Interesting. * libfoo.so.3.3 or libfoo.so.3.3.0. Note that ld.so will always use the * highest "minor" revision. ie: it'll use libc.so.2.2 in preference to Yes, that makes perfect sense given the forward and backward compatibility requirements. It is also consistent with our shlib version number policy. (Or rather, our policy is made so that we make minimal version number changes without having any unnecessary surprises to the users, given this behavior. :) Satoshi From owner-cvs-ports Tue Dec 10 01:42:27 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA00860 for cvs-ports-outgoing; Tue, 10 Dec 1996 01:42:27 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA00853; Tue, 10 Dec 1996 01:42:25 -0800 (PST) Date: Tue, 10 Dec 1996 01:42:25 -0800 (PST) From: "David E. O'Brien" Message-Id: <199612100942.BAA00853@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/vietnamese/vnterm/files VNterm.sh.in ports/vietnamese/vnterm/scripts pre-install Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/12/10 01:42:25 Modified: vietnamese/vnterm/files VNterm.sh.in vietnamese/vnterm/scripts pre-install Log: Cleaned up helper script. Revision Changes Path 1.2 +15 -24 ports/vietnamese/vnterm/files/VNterm.sh.in 1.2 +1 -1 ports/vietnamese/vnterm/scripts/pre-install From owner-cvs-ports Tue Dec 10 02:24:10 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA02510 for cvs-ports-outgoing; Tue, 10 Dec 1996 02:24:10 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA02503; Tue, 10 Dec 1996 02:24:05 -0800 (PST) Date: Tue, 10 Dec 1996 02:24:05 -0800 (PST) From: Paul Traina Message-Id: <199612101024.CAA02503@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/comms/kermit/patches patch-aa patch-ab patch-ac ports/comms/kermit/pkg COMMENT DESCR ports/comms/kermit/scripts configure ports/comms/kermit Makefile ports/comms/kermit/files Makefile.sed md5 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/12/10 02:24:04 Modified: comms/kermit Makefile comms/kermit/files Makefile.sed md5 comms/kermit/patches patch-aa comms/kermit/pkg COMMENT DESCR comms/kermit/scripts configure Removed: comms/kermit/patches patch-ab patch-ac Log: Upgrade to kermit 6.192 (package tested too) Revision Changes Path 1.12 +6 -6 ports/comms/kermit/Makefile 1.5 +6 -2 ports/comms/kermit/files/Makefile.sed 1.3 +1 -1 ports/comms/kermit/files/md5 1.4 +12 -58 ports/comms/kermit/patches/patch-aa 1.3 +1 -1 ports/comms/kermit/pkg/COMMENT 1.3 +3 -7 ports/comms/kermit/pkg/DESCR 1.2 +0 -1 ports/comms/kermit/scripts/configure From owner-cvs-ports Tue Dec 10 12:07:39 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA26019 for cvs-ports-outgoing; Tue, 10 Dec 1996 12:07:39 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA26004; Tue, 10 Dec 1996 12:07:36 -0800 (PST) Date: Tue, 10 Dec 1996 12:07:36 -0800 (PST) From: "David E. O'Brien" Message-Id: <199612102007.MAA26004@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/x11/afterstep Makefile ports/sysutils/xsysinfo Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/12/10 12:07:34 Modified: sysutils/xsysinfo Makefile x11/afterstep Makefile Log: Switched to using new MANCOMPRESSED variable. Revision Changes Path 1.5 +3 -6 ports/sysutils/xsysinfo/Makefile 1.14 +3 -6 ports/x11/afterstep/Makefile From owner-cvs-ports Tue Dec 10 12:30:47 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA27449 for cvs-ports-outgoing; Tue, 10 Dec 1996 12:30:47 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA27437; Tue, 10 Dec 1996 12:30:46 -0800 (PST) Date: Tue, 10 Dec 1996 12:30:46 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199612102030.MAA27437@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/comms/kermit Makefile ports/comms/kermit/pkg DESCR Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/12/10 12:30:45 Modified: comms/kermit Makefile comms/kermit/pkg DESCR Log: Close small security hole introduced with last upgrade (one needed patch not applied): anyone (not dialer group members only) can do anything with serial devices Convert to new kermit version number scheme Revision Changes Path 1.13 +3 -3 ports/comms/kermit/Makefile 1.4 +2 -2 ports/comms/kermit/pkg/DESCR From owner-cvs-ports Tue Dec 10 12:32:21 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA27660 for cvs-ports-outgoing; Tue, 10 Dec 1996 12:32:21 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA27653; Tue, 10 Dec 1996 12:32:20 -0800 (PST) Date: Tue, 10 Dec 1996 12:32:20 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199612102032.MAA27653@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/comms/kermit/patches patch-ab Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/12/10 12:32:19 Added: comms/kermit/patches patch-ab Log: Close small security hole introduced with last upgrade (one needed patch not applied): anyone (not dialer group members only) can do anything with serial devices From owner-cvs-ports Tue Dec 10 12:59:03 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA29747 for cvs-ports-outgoing; Tue, 10 Dec 1996 12:59:03 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA29728; Tue, 10 Dec 1996 12:59:00 -0800 (PST) Date: Tue, 10 Dec 1996 12:59:00 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199612102059.MAA29728@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/mail/popper/patches patch-ab Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/12/10 12:58:59 Modified: mail/popper/patches patch-ab Log: Move s/key info at the beginning of incorrect password message, some client (f.e. Eudora) don't display whole line Revision Changes Path 1.2 +2 -2 ports/mail/popper/patches/patch-ab From owner-cvs-ports Tue Dec 10 15:36:06 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA11593 for cvs-ports-outgoing; Tue, 10 Dec 1996 15:36:06 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA11586; Tue, 10 Dec 1996 15:36:04 -0800 (PST) Date: Tue, 10 Dec 1996 15:36:04 -0800 (PST) From: Peter Wemm Message-Id: <199612102336.PAA11586@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/net/rdist6/patches patch-ai Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/12/10 15:36:04 Added: net/rdist6/patches patch-ai Log: treat freebsd3.0 just like freebsd2.x From owner-cvs-ports Tue Dec 10 15:38:56 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA11828 for cvs-ports-outgoing; Tue, 10 Dec 1996 15:38:56 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA11821; Tue, 10 Dec 1996 15:38:55 -0800 (PST) Date: Tue, 10 Dec 1996 15:38:55 -0800 (PST) From: Peter Wemm Message-Id: <199612102338.PAA11821@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/net/rdist6/patches patch-ah Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/12/10 15:38:54 Added: net/rdist6/patches patch-ah Log: Don't connect the network socket to stderr, this achieves nothing, but prevents the connecting daemon (eg: ssh) asking for passwords etc. Obtained from: ssh FAQ, Thomas Koenig From owner-cvs-ports Wed Dec 11 00:57:58 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA27439 for cvs-ports-outgoing; Wed, 11 Dec 1996 00:57:58 -0800 (PST) Received: from precipice.shockwave.com (ppp-206-170-5-220.rdcy01.pacbell.net [206.170.5.220]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id AAA27434; Wed, 11 Dec 1996 00:57:46 -0800 (PST) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.8.4/8.7.3) with ESMTP id AAA23163; Wed, 11 Dec 1996 00:57:36 -0800 (PST) Message-Id: <199612110857.AAA23163@precipice.shockwave.com> To: "Andrey A. Chernov" cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/comms/kermit/patches patch-ab In-reply-to: Your message of "Tue, 10 Dec 1996 12:32:20 PST." <199612102032.MAA27653@freefall.freebsd.org> Date: Wed, 11 Dec 1996 00:57:35 -0800 From: Paul Traina Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk That's not a security hole. If you don't like the behavior, just don't setgid dialer the program. Paul From: "Andrey A. Chernov" Subject: cvs commit: ports/comms/kermit/patches patch-ab ache 96/12/10 12:32:19 Added: comms/kermit/patches patch-ab Log: Close small security hole introduced with last upgrade (one needed patch not applied): anyone (not dialer group members only) can do anything with serial devices From owner-cvs-ports Wed Dec 11 01:57:51 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA00486 for cvs-ports-outgoing; Wed, 11 Dec 1996 01:57:51 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id BAA00401; Wed, 11 Dec 1996 01:55:37 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by who.cdrom.com (8.7.5/8.6.11) with SMTP id BAA15019 ; Wed, 11 Dec 1996 01:55:03 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id KAA07548; Wed, 11 Dec 1996 10:51:12 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id KAA11495; Wed, 11 Dec 1996 10:51:11 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.2/8.6.9) id KAA05572; Wed, 11 Dec 1996 10:41:11 +0100 (MET) From: J Wunsch Message-Id: <199612110941.KAA05572@uriah.heep.sax.de> Subject: Re: cvs commit: ports/comms/kermit/patches patch-ab To: pst@shockwave.com (Paul Traina) Date: Wed, 11 Dec 1996 10:41:11 +0100 (MET) Cc: ache@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199612110857.AAA23163@precipice.shockwave.com> from Paul Traina at "Dec 11, 96 00:57:35 am" 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 X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Paul Traina wrote: > That's not a security hole. If you don't like the behavior, just don't > setgid dialer the program. The latter should be the default, to be consistent with the other programs FreeBSD is shipping. I.e., a sysadmin should be abler to `rely' (sorta) that only members of group dialer will be able to touch the modem ports. -- 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. ;-) From owner-cvs-ports Wed Dec 11 02:18:48 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA02207 for cvs-ports-outgoing; Wed, 11 Dec 1996 02:18:48 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA02200; Wed, 11 Dec 1996 02:18:46 -0800 (PST) Date: Wed, 11 Dec 1996 02:18:46 -0800 (PST) From: Satoshi Asami Message-Id: <199612111018.CAA02200@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/graphics/p5-Image-Size Makefile ports/lang/perl5 Makefile ports/misc/p5-Convert-UU Makefile ports/devel/uulib Makefile ports/www/p5-libwww Makefile ports/www/w3-msql Makefile ports/x11/p5-Tk400 Makefile ports/x11/qt Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/11 02:18:46 Modified: devel/uulib Makefile graphics/p5-Image-Size Makefile lang/perl5 Makefile misc/p5-Convert-UU Makefile www/p5-libwww Makefile www/w3-msql Makefile x11/p5-Tk400 Makefile x11/qt Makefile Log: Update to take advantage of new features in bsd.port.mk rev. 1.237. Revision Changes Path 1.4 +2 -4 ports/devel/uulib/Makefile 1.4 +5 -11 ports/graphics/p5-Image-Size/Makefile 1.16 +3 -9 ports/lang/perl5/Makefile 1.5 +3 -8 ports/misc/p5-Convert-UU/Makefile 1.4 +3 -9 ports/www/p5-libwww/Makefile 1.4 +6 -6 ports/www/w3-msql/Makefile 1.5 +3 -9 ports/x11/p5-Tk400/Makefile 1.8 +64 -5 ports/x11/qt/Makefile From owner-cvs-ports Wed Dec 11 02:51:49 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA03500 for cvs-ports-outgoing; Wed, 11 Dec 1996 02:51:49 -0800 (PST) Received: from precipice.shockwave.com (ppp-206-170-5-55.rdcy01.pacbell.net [206.170.5.55]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id CAA03477; Wed, 11 Dec 1996 02:51:26 -0800 (PST) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.8.4/8.7.3) with ESMTP id CAA24119; Wed, 11 Dec 1996 02:49:07 -0800 (PST) Message-Id: <199612111049.CAA24119@precipice.shockwave.com> To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: ache@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/comms/kermit/patches patch-ab In-reply-to: Your message of "Wed, 11 Dec 1996 10:41:11 +0100." <199612110941.KAA05572@uriah.heep.sax.de> Date: Wed, 11 Dec 1996 02:49:07 -0800 From: Paul Traina Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Sorry, but we're internally self-inconsistent. pst@precipice$ ls -l /usr/bin/cu -r-sr-sr-x 1 uucp dialer 110592 Dec 7 23:19 /usr/bin/cu From: J Wunsch Subject: Re: cvs commit: ports/comms/kermit/patches patch-ab As Paul Traina wrote: > That's not a security hole. If you don't like the behavior, just don't > setgid dialer the program. The latter should be the default, to be consistent with the other programs FreeBSD is shipping. I.e., a sysadmin should be abler to `rely' (sorta) that only members of group dialer will be able to touch the modem ports. -- 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. ;-) From owner-cvs-ports Wed Dec 11 03:37:40 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA05234 for cvs-ports-outgoing; Wed, 11 Dec 1996 03:37:40 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA05226; Wed, 11 Dec 1996 03:37:39 -0800 (PST) Date: Wed, 11 Dec 1996 03:37:39 -0800 (PST) From: Satoshi Asami Message-Id: <199612111137.DAA05226@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www/w3-msql Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/11 03:37:38 Modified: www/w3-msql Makefile Log: I'm not sure how it happened, but I got an empty line where I intended to insert a `#'. Revision Changes Path 1.5 +2 -2 ports/www/w3-msql/Makefile From owner-cvs-ports Wed Dec 11 04:04:31 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA06350 for cvs-ports-outgoing; Wed, 11 Dec 1996 04:04:31 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA06343; Wed, 11 Dec 1996 04:04:27 -0800 (PST) Date: Wed, 11 Dec 1996 04:04:27 -0800 (PST) From: Satoshi Asami Message-Id: <199612111204.EAA06343@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/devel/cutils Makefile ports/databases/p5-Msql Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/11 04:04:26 Modified: databases/p5-Msql Makefile devel/cutils Makefile Log: Oops, forgot these two. Update to use new features in bsd.port.mk 1.237. Revision Changes Path 1.6 +3 -8 ports/databases/p5-Msql/Makefile 1.3 +5 -8 ports/devel/cutils/Makefile From owner-cvs-ports Wed Dec 11 04:43:23 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA08188 for cvs-ports-outgoing; Wed, 11 Dec 1996 04:43:23 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA08181; Wed, 11 Dec 1996 04:43:21 -0800 (PST) Date: Wed, 11 Dec 1996 04:43:21 -0800 (PST) From: Satoshi Asami Message-Id: <199612111243.EAA08181@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/sysutils/top/files m_freebsd2.c ports/sysutils/top/patches patch-aa Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/11 04:43:21 Modified: sysutils/top/files m_freebsd2.c sysutils/top/patches patch-aa Log: A little patch to expand the SIZE and RES fields by one char. Now you will see processes with 10M <= size < 100M in K units, not M units, and they are much easier to spot that way. Revision Changes Path 1.14 +7 -7 ports/sysutils/top/files/m_freebsd2.c 1.4 +47 -0 ports/sysutils/top/patches/patch-aa From owner-cvs-ports Wed Dec 11 06:15:13 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA11578 for cvs-ports-outgoing; Wed, 11 Dec 1996 06:15:13 -0800 (PST) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id GAA11571; Wed, 11 Dec 1996 06:15:07 -0800 (PST) Received: by sovcom.kiae.su id AA20554 (5.65.kiae-1 ); Wed, 11 Dec 1996 15:36:29 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Wed, 11 Dec 96 15:36:28 +0300 Received: from localhost (nagual.ru [127.0.0.1]) by nagual.ru (8.8.4/8.8.4) with SMTP id PAA00589; Wed, 11 Dec 1996 15:29:13 +0300 (MSK) Date: Wed, 11 Dec 1996 15:29:12 +0300 (MSK) From: =?KOI8-R?Q?Andrey_Chernov=2C_=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= To: Paul Traina Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/comms/kermit/patches patch-ab In-Reply-To: <199612110857.AAA23163@precipice.shockwave.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 11 Dec 1996, Paul Traina wrote: > That's not a security hole. If you don't like the behavior, just don't > setgid dialer the program. It is impossible, setgid needed for UUCP lock manipulations. -- Andrey A. Chernov http://www.nagual.ru/~ache/ From owner-cvs-ports Wed Dec 11 06:20:57 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA12011 for cvs-ports-outgoing; Wed, 11 Dec 1996 06:20:57 -0800 (PST) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id GAA11994; Wed, 11 Dec 1996 06:20:35 -0800 (PST) Received: by sovcom.kiae.su id AA20559 (5.65.kiae-1 ); Wed, 11 Dec 1996 15:36:29 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Wed, 11 Dec 96 15:36:28 +0300 Received: from localhost (nagual.ru [127.0.0.1]) by nagual.ru (8.8.4/8.8.4) with SMTP id PAA00598; Wed, 11 Dec 1996 15:31:23 +0300 (MSK) Date: Wed, 11 Dec 1996 15:31:23 +0300 (MSK) From: =?KOI8-R?Q?Andrey_Chernov=2C_=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= To: Paul Traina Cc: Joerg Wunsch , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/comms/kermit/patches patch-ab In-Reply-To: <199612111049.CAA24119@precipice.shockwave.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 11 Dec 1996, Paul Traina wrote: > Sorry, but we're internally self-inconsistent. > > pst@precipice$ ls -l /usr/bin/cu > -r-sr-sr-x 1 uucp dialer 110592 Dec 7 23:19 /usr/bin/cu You are wrong. Look at the source code or just try. Cu is smart enough to drop priveledges before device open. -- Andrey A. Chernov http://www.nagual.ru/~ache/ From owner-cvs-ports Wed Dec 11 08:48:09 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA21318 for cvs-ports-outgoing; Wed, 11 Dec 1996 08:48:09 -0800 (PST) Received: from precipice.shockwave.com (ppp-206-170-5-55.rdcy01.pacbell.net [206.170.5.55]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id IAA21312; Wed, 11 Dec 1996 08:48:06 -0800 (PST) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.8.4/8.7.3) with ESMTP id IAA24727; Wed, 11 Dec 1996 08:47:31 -0800 (PST) Message-Id: <199612111647.IAA24727@precipice.shockwave.com> To: =?KOI8-R?Q?Andrey_Chernov=2C_=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/comms/kermit/patches patch-ab In-reply-to: Your message of "Wed, 11 Dec 1996 15:29:12 +0300." Date: Wed, 11 Dec 1996 08:47:31 -0800 From: Paul Traina Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk From: =?KOI8-R?Q?Andrey_Chernov=2C_=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= >che@nagual.ru> Subject: Re: cvs commit: ports/comms/kermit/patches patch-ab On Wed, 11 Dec 1996, Paul Traina wrote: > That's not a security hole. If you don't like the behavior, just don't > setgid dialer the program. It is impossible, setgid needed for UUCP lock manipulations. I thought about that too. If you don't need to access the tty ports, you don't need to access the lock directory. They'll just fail, warn, and go on. Thus my conclusion, if you want kermit usable by everyone, then you make it setgid. If you want to make it usable by only folks in dialer, you don't. Either way, it's more flexible to not change out the kermit security model. From owner-cvs-ports Wed Dec 11 08:53:24 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA21735 for cvs-ports-outgoing; Wed, 11 Dec 1996 08:53:24 -0800 (PST) Received: from precipice.shockwave.com (ppp-206-170-5-55.rdcy01.pacbell.net [206.170.5.55]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id IAA21728; Wed, 11 Dec 1996 08:53:21 -0800 (PST) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.8.4/8.7.3) with ESMTP id IAA24744; Wed, 11 Dec 1996 08:51:26 -0800 (PST) Message-Id: <199612111651.IAA24744@precipice.shockwave.com> To: =?KOI8-R?Q?Andrey_Chernov=2C_=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= cc: Joerg Wunsch , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/comms/kermit/patches patch-ab In-reply-to: Your message of "Wed, 11 Dec 1996 15:31:23 +0300." Date: Wed, 11 Dec 1996 08:51:26 -0800 From: Paul Traina Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk From: =?KOI8-R?Q?Andrey_Chernov=2C_=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= >che@nagual.ru> Subject: Re: cvs commit: ports/comms/kermit/patches patch-ab On Wed, 11 Dec 1996, Paul Traina wrote: You are wrong. Look at the source code or just try. Cu is smart enough to drop priveledges before device open. You're right. Oh hell, people can fix this on the other side by changing port permissions... so never mind. Apologies. From owner-cvs-ports Wed Dec 11 09:46:17 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA24670 for cvs-ports-outgoing; Wed, 11 Dec 1996 09:46:17 -0800 (PST) Received: (from erich@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA24661; Wed, 11 Dec 1996 09:46:15 -0800 (PST) Date: Wed, 11 Dec 1996 09:46:15 -0800 (PST) From: "Eric L. Hernes" Message-Id: <199612111746.JAA24661@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/emulators/linux_lib Makefile ports/emulators/linux_lib/files md5 ports/emulators/linux_lib/pkg PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk erich 96/12/11 09:46:14 Modified: emulators/linux_lib Makefile emulators/linux_lib/files md5 emulators/linux_lib/pkg PLIST Log: add: libgdbm for executor libxforms for mtv (mpeg player) /etc/nsswitch.conf for netscape (tcl/tk plugin works!) symlinks libg++.so.27 -> libg++.so.26 libstdc++.so.27 -> libstd++.so.26 for Xing Streamworks player Revision Changes Path 1.14 +2 -2 ports/emulators/linux_lib/Makefile 1.7 +1 -1 ports/emulators/linux_lib/files/md5 1.6 +6 -1 ports/emulators/linux_lib/pkg/PLIST From owner-cvs-ports Wed Dec 11 10:43:36 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA28192 for cvs-ports-outgoing; Wed, 11 Dec 1996 10:43:36 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA28185; Wed, 11 Dec 1996 10:43:35 -0800 (PST) Date: Wed, 11 Dec 1996 10:43:35 -0800 (PST) From: "David E. O'Brien" Message-Id: <199612111843.KAA28185@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/lang/cim Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/12/11 10:43:35 Modified: lang/cim Makefile Log: Added second MASTER site. Revision Changes Path 1.2 +3 -2 ports/lang/cim/Makefile From owner-cvs-ports Wed Dec 11 11:10:11 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA29818 for cvs-ports-outgoing; Wed, 11 Dec 1996 11:10:11 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA29810; Wed, 11 Dec 1996 11:10:10 -0800 (PST) Date: Wed, 11 Dec 1996 11:10:10 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199612111910.LAA29810@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www/apache/patches patch-ad patch-af patch-aa patch-ae ports/www/apache Makefile ports/www/apache/files md5 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/12/11 11:10:09 Modified: www/apache Makefile www/apache/files md5 www/apache/patches patch-aa patch-ae Added: www/apache/patches patch-ad patch-af Log: Upgrade to 1.2b2 Revision Changes Path 1.23 +6 -23 ports/www/apache/Makefile 1.11 +2 -3 ports/www/apache/files/md5 1.14 +90 -92 ports/www/apache/patches/patch-aa 1.5 +24 -20 ports/www/apache/patches/patch-ae From owner-cvs-ports Wed Dec 11 11:10:41 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA29884 for cvs-ports-outgoing; Wed, 11 Dec 1996 11:10:41 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA29877; Wed, 11 Dec 1996 11:10:40 -0800 (PST) Date: Wed, 11 Dec 1996 11:10:40 -0800 (PST) From: "David E. O'Brien" Message-Id: <199612111910.LAA29877@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/sysutils/lsof Makefile ports/sysutils/lsof/patches patch-ab Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/12/11 11:10:40 Modified: sysutils/lsof Makefile Removed: sysutils/lsof/patches patch-ab Log: Upgraded to 3.83 (supports 3.0-current now) Obtained from: Email from Vic Able Revision Changes Path 1.4 +3 -3 ports/sysutils/lsof/Makefile From owner-cvs-ports Wed Dec 11 11:17:05 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA00537 for cvs-ports-outgoing; Wed, 11 Dec 1996 11:17:05 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA00530; Wed, 11 Dec 1996 11:17:03 -0800 (PST) Date: Wed, 11 Dec 1996 11:17:03 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199612111917.LAA00530@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/comms/kermit/patches patch-ab ports/comms/kermit/files Makefile.sed Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/12/11 11:17:03 Modified: comms/kermit/files Makefile.sed Removed: comms/kermit/patches patch-ab Log: Fix device permission problem by another way: don't install kermit as setgid Suggested-by: pst Revision Changes Path 1.6 +0 -3 ports/comms/kermit/files/Makefile.sed From owner-cvs-ports Wed Dec 11 11:26:47 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA01411 for cvs-ports-outgoing; Wed, 11 Dec 1996 11:26:47 -0800 (PST) Received: from sequent.kiae.su (sequent.kiae.su [193.125.152.6]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id LAA01402; Wed, 11 Dec 1996 11:26:42 -0800 (PST) Received: by sequent.kiae.su id AA14247 (5.65.kiae-2 ); Wed, 11 Dec 1996 23:21:09 +0400 Received: by sequent.KIAE.su (UUMAIL/2.0); Wed, 11 Dec 96 23:21:08 +0400 Received: from localhost (nagual.ru [127.0.0.1]) by nagual.ru (8.8.4/8.8.4) with SMTP id WAA01521; Wed, 11 Dec 1996 22:19:37 +0300 (MSK) Date: Wed, 11 Dec 1996 22:19:37 +0300 (MSK) From: =?KOI8-R?Q?Andrey_Chernov=2C_=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= To: Paul Traina Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/comms/kermit/patches patch-ab In-Reply-To: <199612111647.IAA24727@precipice.shockwave.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 11 Dec 1996, Paul Traina wrote: > I thought about that too. If you don't need to access the tty ports, you > don't need to access the lock directory. They'll just fail, warn, and go > on. > > Thus my conclusion, if you want kermit usable by everyone, then you make > it setgid. If you want to make it usable by only folks in dialer, you don't. > Either way, it's more flexible to not change out the kermit security model. Ok, I agree, not setgid kermit is better way. I'll commit needed changes ASAP. -- Andrey A. Chernov http://www.nagual.ru/~ache/ From owner-cvs-ports Wed Dec 11 12:55:01 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA08460 for cvs-ports-outgoing; Wed, 11 Dec 1996 12:55:01 -0800 (PST) Received: (from erich@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA08441; Wed, 11 Dec 1996 12:54:59 -0800 (PST) Date: Wed, 11 Dec 1996 12:54:59 -0800 (PST) From: "Eric L. Hernes" Message-Id: <199612112054.MAA08441@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/games/doom - Imported sources Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk erich 96/12/11 12:54:58 ports/games/doom - Imported sources Update of /home/ncvs/ports/games/doom In directory freefall.freebsd.org:/a/erich/doom Revision/Branch: 1.1.1 Log Message: new port of linux Doom, this has most (maybe all) of Amancio's joystick/music/sound stuff! Status: Vendor Tag: ERICH Release Tags: v1_8 N ports/games/doom/Makefile N ports/games/doom/files/md5 N ports/games/doom/patches/patch-aa N ports/games/doom/pkg/PLIST N ports/games/doom/pkg/COMMENT N ports/games/doom/pkg/DESCR N ports/games/doom/pkg/INSTALL.in No conflicts created by this import From owner-cvs-ports Wed Dec 11 12:55:02 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA08467 for cvs-ports-outgoing; Wed, 11 Dec 1996 12:55:02 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA08448; Wed, 11 Dec 1996 12:54:59 -0800 (PST) Date: Wed, 11 Dec 1996 12:54:59 -0800 (PST) From: Mark Murray Message-Id: <199612112054.MAA08448@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/security/SSLeay Makefile ports/security/SSLeay/patches patch-aa patch-ab ports/security/SSLeay/pkg DESCR PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 96/12/11 12:54:59 Modified: security/SSLeay Makefile security/SSLeay/patches patch-aa patch-ab security/SSLeay/pkg DESCR PLIST Log: Update to 0.6.5 Revision Changes Path 1.9 +3 -3 ports/security/SSLeay/Makefile 1.4 +13 -61 ports/security/SSLeay/patches/patch-aa 1.2 +44 -3 ports/security/SSLeay/patches/patch-ab 1.3 +7 -6 ports/security/SSLeay/pkg/DESCR 1.5 +4 -5 ports/security/SSLeay/pkg/PLIST From owner-cvs-ports Wed Dec 11 12:56:26 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA08627 for cvs-ports-outgoing; Wed, 11 Dec 1996 12:56:26 -0800 (PST) Received: (from erich@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA08617; Wed, 11 Dec 1996 12:56:24 -0800 (PST) Date: Wed, 11 Dec 1996 12:56:24 -0800 (PST) From: "Eric L. Hernes" Message-Id: <199612112056.MAA08617@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/games Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk erich 96/12/11 12:56:24 Modified: games Makefile Log: add doom to the Makefile, so Satoshi won't have to tonite ;-) Revision Changes Path 1.49 +2 -1 ports/games/Makefile From owner-cvs-ports Wed Dec 11 13:04:25 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA09439 for cvs-ports-outgoing; Wed, 11 Dec 1996 13:04:25 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA09423; Wed, 11 Dec 1996 13:04:23 -0800 (PST) Date: Wed, 11 Dec 1996 13:04:23 -0800 (PST) From: Mark Murray Message-Id: <199612112104.NAA09423@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www/apache Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 96/12/11 13:04:22 Modified: www/apache Makefile Log: Mark the SSL'ed version as BROKEN, until the official patches appear. Also add myself as maintainer of the SSL version. Revision Changes Path 1.24 +3 -1 ports/www/apache/Makefile From owner-cvs-ports Wed Dec 11 13:05:04 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA09551 for cvs-ports-outgoing; Wed, 11 Dec 1996 13:05:04 -0800 (PST) Received: (from adam@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA09542; Wed, 11 Dec 1996 13:05:02 -0800 (PST) Date: Wed, 11 Dec 1996 13:05:02 -0800 (PST) From: Adam David Message-Id: <199612112105.NAA09542@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/net/dgd Makefile ports/net/dgd/files md5 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk adam 96/12/11 13:05:02 Modified: net/dgd Makefile net/dgd/files md5 Log: 1.0.95 --> 1.0.96 Revision Changes Path 1.62 +4 -3 ports/net/dgd/Makefile 1.28 +1 -0 ports/net/dgd/files/md5 From owner-cvs-ports Wed Dec 11 14:03:02 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA12605 for cvs-ports-outgoing; Wed, 11 Dec 1996 14:03:02 -0800 (PST) Received: from sequent.kiae.su (sequent.kiae.su [193.125.152.6]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id OAA12548; Wed, 11 Dec 1996 14:01:35 -0800 (PST) Received: by sequent.kiae.su id AA23082 (5.65.kiae-2 ); Thu, 12 Dec 1996 01:45:30 +0400 Received: by sequent.KIAE.su (UUMAIL/2.0); Thu, 12 Dec 96 01:45:29 +0400 Received: from localhost (nagual.ru [127.0.0.1]) by nagual.ru (8.8.4/8.8.4) with SMTP id AAA00318; Thu, 12 Dec 1996 00:40:31 +0300 (MSK) Date: Thu, 12 Dec 1996 00:40:30 +0300 (MSK) From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7=2C_Andrey_Chernov?= To: Mark Murray Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/www/apache Makefile In-Reply-To: <199612112104.NAA09423@freefall.freebsd.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 11 Dec 1996, Mark Murray wrote: > markm 96/12/11 13:04:22 > > Modified: www/apache Makefile > Log: > Mark the SSL'ed version as BROKEN, until the official patches appear. Also > add myself as maintainer of the SSL version. As alternate solution you can continue with 1.1.1 SSL'ed version until 1.2 will appearse, just make your own DISTFILES, PACKAGE, etc. P.S. I like 1.2 because they implement .var charset negotiation and I don't need to apply one of my patches anymore :-) -- Andrey A. Chernov http://www.nagual.ru/~ache/ From owner-cvs-ports Wed Dec 11 14:51:26 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA15672 for cvs-ports-outgoing; Wed, 11 Dec 1996 14:51:26 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA15665; Wed, 11 Dec 1996 14:51:24 -0800 (PST) Date: Wed, 11 Dec 1996 14:51:24 -0800 (PST) From: "David E. O'Brien" Message-Id: <199612112251.OAA15665@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/devel/lclint - Imported sources Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/12/11 14:51:22 ports/devel/lclint - Imported sources Update of /home/ncvs/ports/devel/lclint In directory freefall.freebsd.org:/a/obrien/new/lclint-2.2a Revision/Branch: 1.1.1 Log Message: LCLint is a tool for statically checking C programs. With minimal effort, LCLint can be used as a better lint. If additional effort is invested adding annotations to programs, LCLint can perform stronger checks than can be done by any standard lint. Check the LCLint home page at http://larch-www.lcs.mit.edu:8001/larch/lclint/ Closes-PR: ports/1646 Submitted by: Stefan Moeding Status: Vendor Tag: MOEDING Release Tags: lclint_2_2a N ports/devel/lclint/Makefile N ports/devel/lclint/files/md5 N ports/devel/lclint/pkg/DESCR N ports/devel/lclint/pkg/PLIST N ports/devel/lclint/pkg/COMMENT N ports/devel/lclint/patches/patch-aa No conflicts created by this import From owner-cvs-ports Wed Dec 11 14:52:34 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA15814 for cvs-ports-outgoing; Wed, 11 Dec 1996 14:52:34 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA15806; Wed, 11 Dec 1996 14:52:32 -0800 (PST) Date: Wed, 11 Dec 1996 14:52:32 -0800 (PST) From: "David E. O'Brien" Message-Id: <199612112252.OAA15806@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/12/11 14:52:32 Modified: devel Makefile Log: Turn on lclint Revision Changes Path 1.39 +2 -1 ports/devel/Makefile From owner-cvs-ports Wed Dec 11 15:03:59 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA16624 for cvs-ports-outgoing; Wed, 11 Dec 1996 15:03:59 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA16611; Wed, 11 Dec 1996 15:03:57 -0800 (PST) Date: Wed, 11 Dec 1996 15:03:57 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199612112303.PAA16611@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/devel/uulib Makefile ports/devel/uulib/files md5 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/12/11 15:03:56 Modified: devel/uulib Makefile devel/uulib/files md5 Log: Upgrade to 0.5.9 Revision Changes Path 1.5 +6 -4 ports/devel/uulib/Makefile 1.2 +1 -1 ports/devel/uulib/files/md5 From owner-cvs-ports Wed Dec 11 15:08:23 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA16890 for cvs-ports-outgoing; Wed, 11 Dec 1996 15:08:23 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA16883; Wed, 11 Dec 1996 15:08:21 -0800 (PST) Date: Wed, 11 Dec 1996 15:08:21 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199612112308.PAA16883@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/archivers/uudeview Makefile ports/archivers/uudeview/files md5 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/12/11 15:08:21 Modified: archivers/uudeview Makefile archivers/uudeview/files md5 Log: Upgrade to 0.5.9 Enable inews Revision Changes Path 1.6 +5 -10 ports/archivers/uudeview/Makefile 1.2 +1 -1 ports/archivers/uudeview/files/md5 From owner-cvs-ports Wed Dec 11 15:36:31 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA18542 for cvs-ports-outgoing; Wed, 11 Dec 1996 15:36:31 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA18535; Wed, 11 Dec 1996 15:36:28 -0800 (PST) Date: Wed, 11 Dec 1996 15:36:28 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199612112336.PAA18535@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www/lynx/files md5 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/12/11 15:36:27 Modified: www/lynx/files md5 Log: Upgrade Revision Changes Path 1.41 +1 -1 ports/www/lynx/files/md5 From owner-cvs-ports Wed Dec 11 17:07:52 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA26219 for cvs-ports-outgoing; Wed, 11 Dec 1996 17:07:52 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA26212; Wed, 11 Dec 1996 17:07:47 -0800 (PST) Date: Wed, 11 Dec 1996 17:07:47 -0800 (PST) From: Jean-Marc Zucconi Message-Id: <199612120107.RAA26212@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/print/musixtex Makefile ports/print/musixtex/pkg PLIST ports/print/musixtex/scripts configure Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmz 96/12/11 17:07:45 Modified: print/musixtex Makefile print/musixtex/pkg PLIST print/musixtex/scripts configure Log: Upgrade from version 3.96 to version T64 (!) Revision Changes Path 1.6 +4 -4 ports/print/musixtex/Makefile 1.2 +70 -13 ports/print/musixtex/pkg/PLIST 1.2 +11 -15 ports/print/musixtex/scripts/configure From owner-cvs-ports Wed Dec 11 18:21:10 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA00517 for cvs-ports-outgoing; Wed, 11 Dec 1996 18:21:10 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA00509; Wed, 11 Dec 1996 18:21:08 -0800 (PST) Date: Wed, 11 Dec 1996 18:21:08 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199612120221.SAA00509@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www/wwwcount/patches patch-af ports/www/wwwcount/files md5 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/12/11 18:21:08 Modified: www/wwwcount/files md5 Added: www/wwwcount/patches patch-af Log: Use "Cache-control: no-store" to not store counter images in permanent caches as proxy servers or local disk cache for HTTP1.1 compliant browsers. Revision Changes Path 1.4 +1 -1 ports/www/wwwcount/files/md5 From owner-cvs-ports Wed Dec 11 18:41:13 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA02053 for cvs-ports-outgoing; Wed, 11 Dec 1996 18:41:13 -0800 (PST) Received: (from erich@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA02045; Wed, 11 Dec 1996 18:41:12 -0800 (PST) Date: Wed, 11 Dec 1996 18:41:12 -0800 (PST) From: "Eric L. Hernes" Message-Id: <199612120241.SAA02045@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/databases/typhoon - Imported sources Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk erich 96/12/11 18:41:11 ports/databases/typhoon - Imported sources Update of /home/ncvs/ports/databases/typhoon In directory freefall.freebsd.org:/a/erich/typhoon Revision/Branch: 1.1.1 Log Message: import of typhoon, a relational database patterened after Raima's dbvista Status: Vendor Tag: ERICH Release Tags: r1_10_3 N ports/databases/typhoon/Makefile N ports/databases/typhoon/files/md5 N ports/databases/typhoon/patches/patch-aa N ports/databases/typhoon/patches/patch-ab N ports/databases/typhoon/patches/patch-ac N ports/databases/typhoon/pkg/PLIST N ports/databases/typhoon/pkg/DESCR N ports/databases/typhoon/pkg/COMMENT No conflicts created by this import From owner-cvs-ports Wed Dec 11 18:41:31 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA02102 for cvs-ports-outgoing; Wed, 11 Dec 1996 18:41:31 -0800 (PST) Received: (from erich@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA02093; Wed, 11 Dec 1996 18:41:30 -0800 (PST) Date: Wed, 11 Dec 1996 18:41:30 -0800 (PST) From: "Eric L. Hernes" Message-Id: <199612120241.SAA02093@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/databases Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk erich 96/12/11 18:41:30 Modified: databases Makefile Log: add typhoon Revision Changes Path 1.12 +2 -1 ports/databases/Makefile From owner-cvs-ports Wed Dec 11 19:24:19 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA05153 for cvs-ports-outgoing; Wed, 11 Dec 1996 19:24:19 -0800 (PST) Received: (from erich@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA05138; Wed, 11 Dec 1996 19:24:16 -0800 (PST) Date: Wed, 11 Dec 1996 19:24:16 -0800 (PST) From: "Eric L. Hernes" Message-Id: <199612120324.TAA05138@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/net/slirp Makefile ports/net/slirp/files md5 ports/net/slirp/patches patch-aa Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk erich 96/12/11 19:24:16 Modified: net/slirp Makefile net/slirp/files md5 net/slirp/patches patch-aa Log: upgrade to 1.0c -- closes ports/2167 Requested by: Vincent Poy Revision Changes Path 1.7 +4 -4 ports/net/slirp/Makefile 1.3 +1 -1 ports/net/slirp/files/md5 1.3 +16 -18 ports/net/slirp/patches/patch-aa From owner-cvs-ports Wed Dec 11 19:46:34 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA06740 for cvs-ports-outgoing; Wed, 11 Dec 1996 19:46:34 -0800 (PST) Received: (from erich@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA06733; Wed, 11 Dec 1996 19:46:32 -0800 (PST) Date: Wed, 11 Dec 1996 19:46:32 -0800 (PST) From: "Eric L. Hernes" Message-Id: <199612120346.TAA06733@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/math/calctool - Imported sources Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk erich 96/12/11 19:46:31 ports/math/calctool - Imported sources Update of /home/ncvs/ports/math/calctool In directory freefall.freebsd.org:/a/erich/calctool Revision/Branch: 1.1.1 Log Message: new port of calctool, another X11 calculator, closes ports/2157 Submitted by: Nick Sayer nsayer@quack.kfu.com Status: Vendor Tag: NSAYER Release Tags: v2_4_13 N ports/math/calctool/Makefile N ports/math/calctool/files/md5 N ports/math/calctool/patches/patch-aa N ports/math/calctool/patches/patch-ab N ports/math/calctool/pkg/COMMENT N ports/math/calctool/pkg/PLIST N ports/math/calctool/pkg/DESCR No conflicts created by this import From owner-cvs-ports Wed Dec 11 19:47:53 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA06927 for cvs-ports-outgoing; Wed, 11 Dec 1996 19:47:53 -0800 (PST) Received: (from erich@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA06918; Wed, 11 Dec 1996 19:47:51 -0800 (PST) Date: Wed, 11 Dec 1996 19:47:51 -0800 (PST) From: "Eric L. Hernes" Message-Id: <199612120347.TAA06918@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/math Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk erich 96/12/11 19:47:51 Modified: math Makefile Log: attach calctool Revision Changes Path 1.20 +2 -1 ports/math/Makefile From owner-cvs-ports Wed Dec 11 19:55:08 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA07371 for cvs-ports-outgoing; Wed, 11 Dec 1996 19:55:08 -0800 (PST) Received: from dfw-ix8.ix.netcom.com (dfw-ix8.ix.netcom.com [206.214.98.8]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id TAA07362; Wed, 11 Dec 1996 19:55:03 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (ala-ca11-13.ix.netcom.com [199.35.209.173]) by dfw-ix8.ix.netcom.com (8.6.13/8.6.12) with ESMTP id TAA29312; Wed, 11 Dec 1996 19:54:29 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id TAA01048; Wed, 11 Dec 1996 19:54:27 -0800 (PST) Date: Wed, 11 Dec 1996 19:54:27 -0800 (PST) Message-Id: <199612120354.TAA01048@silvia.HIP.Berkeley.EDU> To: jmz@freefall.freebsd.org CC: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199612120107.RAA26212@freefall.freebsd.org> (message from Jean-Marc Zucconi on Wed, 11 Dec 1996 17:07:47 -0800 (PST)) Subject: Re: cvs commit: ports/print/musixtex Makefile ports/print/musixtex/pkg PLIST ports/print/musixtex/scripts configure From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Upgrade from version 3.96 to version T64 (!) Thanks, but it doesn't package.... Satoshi ------- ===> Building package for musixtex-T64 Creating package /usr/ports/packages/All/musixtex-T64.tgz Registering depends: tex-3.1415. Creating gzip'd tar ball in '/usr/ports/packages/All/musixtex-T64.tgz' tar: can't add file lib/texmf/documentation/musixtex.examples/angescam.tex : No such file or directory tar: can't add file lib/texmf/tex/musixtex.ins : No such file or directory tar command failed with code 256 *** Error code 1 From owner-cvs-ports Wed Dec 11 19:58:31 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA07608 for cvs-ports-outgoing; Wed, 11 Dec 1996 19:58:31 -0800 (PST) Received: from dfw-ix1.ix.netcom.com (dfw-ix1.ix.netcom.com [206.214.98.1]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id TAA07593; Wed, 11 Dec 1996 19:58:25 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (ala-ca11-13.ix.netcom.com [199.35.209.173]) by dfw-ix1.ix.netcom.com (8.6.13/8.6.12) with ESMTP id TAA10533; Wed, 11 Dec 1996 19:57:48 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id TAA01074; Wed, 11 Dec 1996 19:57:45 -0800 (PST) Date: Wed, 11 Dec 1996 19:57:45 -0800 (PST) Message-Id: <199612120357.TAA01074@silvia.HIP.Berkeley.EDU> To: erich@freefall.freebsd.org CC: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199612112054.MAA08441@freefall.freebsd.org> (erich@freefall.freebsd.org) Subject: Re: cvs commit: ports/games/doom - Imported sources From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * new port of linux Doom, this has most (maybe all) of Amancio's * joystick/music/sound stuff! It doesn't work.... Satoshi ------- ===> Building for doom-1.8 sed "s,@PREFIX@,/usr/local," doom.sh.in >doom.sh ===> joystick4doom gcc -DX11 -O2 -I/usr/X11R6/include -DJOYSTICK_DAT=\"/usr/local/lib/joystick.dat\" -s joystick4doom.c -o joystick4xdoom -L/usr/X11R6/lib -lX11 ===> musserver gcc -I. -Wall -O2 -m486 -c musserver.c gcc -I. -Wall -O2 -m486 -c readwad.c gcc -I. -Wall -O2 -m486 -c playmus.c gcc -I. -Wall -O2 -m486 -c sequencer.c gcc -s -o musserver.bin musserver.o readwad.o playmus.o sequencer.o sed "s,@PREFIX@,/usr/local," musserver.sh.in >musserver.sh zcat doompat.tgz |(cd ../doom-1.8; pax -rv) mus.doc mus11.pat pat muspat pax: ustar vol 1, 4 files, 32768 bytes read, 0 bytes written. pat: 1: Syntax error: "(" unexpected pat: 1: Syntax error: "(" unexpected *** Error code 2 Stop. From owner-cvs-ports Wed Dec 11 20:51:03 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA14091 for cvs-ports-outgoing; Wed, 11 Dec 1996 20:51:03 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA14082; Wed, 11 Dec 1996 20:51:00 -0800 (PST) Date: Wed, 11 Dec 1996 20:51:00 -0800 (PST) From: Masafumi NAKANE Message-Id: <199612120451.UAA14082@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/misc/fd Makefile ports/misc/fd/patches patch-aa ports/misc/fd/pkg PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 96/12/11 20:50:59 Modified: misc/fd Makefile misc/fd/patches patch-aa misc/fd/pkg PLIST Log: Install the man page to man/ja_JP.EUC/man1. Revision Changes Path 1.4 +2 -5 ports/misc/fd/Makefile 1.2 +7 -5 ports/misc/fd/patches/patch-aa 1.2 +1 -1 ports/misc/fd/pkg/PLIST From owner-cvs-ports Wed Dec 11 20:56:15 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA14693 for cvs-ports-outgoing; Wed, 11 Dec 1996 20:56:15 -0800 (PST) Received: from dfw-ix3.ix.netcom.com (dfw-ix3.ix.netcom.com [206.214.98.3]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id UAA14672; Wed, 11 Dec 1996 20:56:07 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (ala-ca11-13.ix.netcom.com [199.35.209.173]) by dfw-ix3.ix.netcom.com (8.6.13/8.6.12) with ESMTP id UAA21845; Wed, 11 Dec 1996 20:55:24 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id UAA01263; Wed, 11 Dec 1996 20:55:22 -0800 (PST) Date: Wed, 11 Dec 1996 20:55:22 -0800 (PST) Message-Id: <199612120455.UAA01263@silvia.HIP.Berkeley.EDU> To: erich@freefall.freebsd.org CC: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199612112054.MAA08441@freefall.freebsd.org> (erich@freefall.freebsd.org) Subject: Re: cvs commit: ports/games/doom - Imported sources From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * new port of linux Doom, this has most (maybe all) of Amancio's * joystick/music/sound stuff! Will all due respect, I wish you called this port "linuxdoom". :) Satoshi From owner-cvs-ports Wed Dec 11 21:00:24 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA15139 for cvs-ports-outgoing; Wed, 11 Dec 1996 21:00:24 -0800 (PST) Received: from dfw-ix10.ix.netcom.com (dfw-ix10.ix.netcom.com [206.214.98.10]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id VAA15131; Wed, 11 Dec 1996 21:00:19 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (ala-ca11-13.ix.netcom.com [199.35.209.173]) by dfw-ix10.ix.netcom.com (8.6.13/8.6.12) with ESMTP id UAA27954; Wed, 11 Dec 1996 20:59:02 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id UAA01269; Wed, 11 Dec 1996 20:58:06 -0800 (PST) Date: Wed, 11 Dec 1996 20:58:06 -0800 (PST) Message-Id: <199612120458.UAA01269@silvia.HIP.Berkeley.EDU> To: ache@freefall.freebsd.org CC: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199612120221.SAA00509@freefall.freebsd.org> (ache@freefall.freebsd.org) Subject: Re: cvs commit: ports/www/wwwcount/patches patch-af ports/www/wwwcount/files md5 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Modified: www/wwwcount/files md5 * Added: www/wwwcount/patches patch-af * Log: * Use "Cache-control: no-store" to not store counter images in permanent * caches as proxy servers or local disk cache for HTTP1.1 compliant browsers. Your log is missing something about the md5 file.... :) Satoshi From owner-cvs-ports Wed Dec 11 21:08:36 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA15813 for cvs-ports-outgoing; Wed, 11 Dec 1996 21:08:36 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA15806; Wed, 11 Dec 1996 21:08:35 -0800 (PST) Date: Wed, 11 Dec 1996 21:08:35 -0800 (PST) From: Masafumi NAKANE Message-Id: <199612120508.VAA15806@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/japanese/kakasi/pkg PLIST ports/japanese/kakasi Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 96/12/11 21:08:35 Modified: japanese/kakasi Makefile japanese/kakasi/pkg PLIST Log: Install the man page (Japanese) into man/ja_JP.EUC/man1 instead of into share/doc/kakasi. Revision Changes Path 1.9 +7 -3 ports/japanese/kakasi/Makefile 1.3 +1 -1 ports/japanese/kakasi/pkg/PLIST From owner-cvs-ports Wed Dec 11 21:13:46 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA16488 for cvs-ports-outgoing; Wed, 11 Dec 1996 21:13:46 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA16479; Wed, 11 Dec 1996 21:13:42 -0800 (PST) Date: Wed, 11 Dec 1996 21:13:42 -0800 (PST) From: Masafumi NAKANE Message-Id: <199612120513.VAA16479@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/japanese/man/pkg DESCR Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 96/12/11 21:13:41 Modified: japanese/man/pkg DESCR Log: Typo. Revision Changes Path 1.2 +2 -2 ports/japanese/man/pkg/DESCR From owner-cvs-ports Wed Dec 11 21:18:19 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA16921 for cvs-ports-outgoing; Wed, 11 Dec 1996 21:18:19 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA16910; Wed, 11 Dec 1996 21:18:13 -0800 (PST) Date: Wed, 11 Dec 1996 21:18:13 -0800 (PST) From: Satoshi Asami Message-Id: <199612120518.VAA16910@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/databases/typhoon Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/11 21:18:12 Modified: databases/typhoon Makefile Log: Use ${MACRO}s. While I'm here, minor cleanup (fix indentation etc.). Revision Changes Path 1.2 +10 -10 ports/databases/typhoon/Makefile From owner-cvs-ports Wed Dec 11 21:21:45 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA17281 for cvs-ports-outgoing; Wed, 11 Dec 1996 21:21:45 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA17263; Wed, 11 Dec 1996 21:21:39 -0800 (PST) Date: Wed, 11 Dec 1996 21:21:39 -0800 (PST) From: Satoshi Asami Message-Id: <199612120521.VAA17263@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/devel/lclint Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/11 21:21:38 Modified: devel/lclint Makefile Log: Minor cleanup, use DISTNAME and EXTRACT_SUFX, instead of DISTNAME, PKGNAME and WRKSRC (one less line :). Revision Changes Path 1.2 +3 -4 ports/devel/lclint/Makefile From owner-cvs-ports Wed Dec 11 21:22:26 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA17397 for cvs-ports-outgoing; Wed, 11 Dec 1996 21:22:26 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA17390; Wed, 11 Dec 1996 21:22:24 -0800 (PST) Date: Wed, 11 Dec 1996 21:22:24 -0800 (PST) From: Satoshi Asami Message-Id: <199612120522.VAA17390@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/games/doom Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/11 21:22:24 Modified: games/doom Makefile Log: Remove unnecessary EXTRACT_SUFX (DISTFILES list is defined). Revision Changes Path 1.2 +1 -2 ports/games/doom/Makefile From owner-cvs-ports Wed Dec 11 21:28:59 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA18015 for cvs-ports-outgoing; Wed, 11 Dec 1996 21:28:59 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA18008; Wed, 11 Dec 1996 21:28:57 -0800 (PST) Date: Wed, 11 Dec 1996 21:28:57 -0800 (PST) From: Satoshi Asami Message-Id: <199612120528.VAA18008@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/math/calctool Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/11 21:28:56 Modified: math/calctool Makefile Log: Reformat. Revision Changes Path 1.2 +3 -2 ports/math/calctool/Makefile From owner-cvs-ports Wed Dec 11 21:29:59 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA18159 for cvs-ports-outgoing; Wed, 11 Dec 1996 21:29:59 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA18151; Wed, 11 Dec 1996 21:29:57 -0800 (PST) Date: Wed, 11 Dec 1996 21:29:57 -0800 (PST) From: Satoshi Asami Message-Id: <199612120529.VAA18151@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/net/slirp/patches patch-aa Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/11 21:29:57 Modified: net/slirp/patches patch-aa Log: Remove -s from manual installation target. I have no idea how this worked on your machine, Eric. ;) Revision Changes Path 1.4 +1 -1 ports/net/slirp/patches/patch-aa From owner-cvs-ports Wed Dec 11 21:31:03 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA18330 for cvs-ports-outgoing; Wed, 11 Dec 1996 21:31:03 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA18305; Wed, 11 Dec 1996 21:30:58 -0800 (PST) Date: Wed, 11 Dec 1996 21:30:58 -0800 (PST) From: Satoshi Asami Message-Id: <199612120530.VAA18305@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/print/musixtex/files md5 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/11 21:30:57 Modified: print/musixtex/files md5 Log: Update port, update checksum. Revision Changes Path 1.2 +2 -2 ports/print/musixtex/files/md5 From owner-cvs-ports Wed Dec 11 21:32:08 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA18526 for cvs-ports-outgoing; Wed, 11 Dec 1996 21:32:08 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA18493; Wed, 11 Dec 1996 21:32:02 -0800 (PST) Date: Wed, 11 Dec 1996 21:32:02 -0800 (PST) From: Satoshi Asami Message-Id: <199612120532.VAA18493@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/sysutils/lsof/files md5 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/11 21:32:00 Modified: sysutils/lsof/files md5 Log: I know it's hard to remember changing this file. Revision Changes Path 1.4 +1 -1 ports/sysutils/lsof/files/md5 From owner-cvs-ports Wed Dec 11 22:22:37 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA22385 for cvs-ports-outgoing; Wed, 11 Dec 1996 22:22:37 -0800 (PST) Received: from grackle.grondar.za (OhrZJLjEOYo3pVxz6d4X2Aga5kN6BzvZ@grackle.grondar.za [196.7.18.131]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id WAA22319; Wed, 11 Dec 1996 22:21:44 -0800 (PST) Received: from grackle.grondar.za (xva91O9B+hJglO9o8dJZMTA6X0jm+bvL@localhost [127.0.0.1]) by grackle.grondar.za (8.8.4/8.8.4) with ESMTP id IAA22194; Thu, 12 Dec 1996 08:21:20 +0200 (SAT) Message-Id: <199612120621.IAA22194@grackle.grondar.za> To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7=2C_Andrey_Chernov?= cc: Mark Murray , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/www/apache Makefile Date: Thu, 12 Dec 1996 08:21:20 +0200 From: Mark Murray Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7=2C_Andrey_Chernov?= wrote: > > Mark the SSL'ed version as BROKEN, until the official patches appear. Als o > > add myself as maintainer of the SSL version. > > As alternate solution you can continue with 1.1.1 SSL'ed version > until 1.2 will appearse, just make your own DISTFILES, PACKAGE, etc. I thought about that, but the folk who run Apache/SSL usually are keen to have the latest version. I get lots of complaints otherwise :-( M -- Mark Murray PGP key fingerprint = 80 36 6E 40 83 D6 8A 36 This .sig is umop ap!sdn. BC 06 EA 0E 7A F2 CE CE From owner-cvs-ports Wed Dec 11 22:27:59 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA22706 for cvs-ports-outgoing; Wed, 11 Dec 1996 22:27:59 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA22695; Wed, 11 Dec 1996 22:27:57 -0800 (PST) Date: Wed, 11 Dec 1996 22:27:57 -0800 (PST) From: Mark Murray Message-Id: <199612120627.WAA22695@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/security/SSLeay/files md5 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 96/12/11 22:27:57 Modified: security/SSLeay/files md5 Log: @#$%!! Forgot the MD5 checksum. Found before: Anyone Else Revision Changes Path 1.5 +1 -1 ports/security/SSLeay/files/md5 From owner-cvs-ports Wed Dec 11 22:39:17 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA23425 for cvs-ports-outgoing; Wed, 11 Dec 1996 22:39:17 -0800 (PST) Received: from dfw-ix8.ix.netcom.com (dfw-ix8.ix.netcom.com [206.214.98.8]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id WAA23330; Wed, 11 Dec 1996 22:37:40 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (ala-ca11-13.ix.netcom.com [199.35.209.173]) by dfw-ix8.ix.netcom.com (8.6.13/8.6.12) with ESMTP id WAA11059; Wed, 11 Dec 1996 22:37:07 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id WAA01516; Wed, 11 Dec 1996 22:37:03 -0800 (PST) Date: Wed, 11 Dec 1996 22:37:03 -0800 (PST) Message-Id: <199612120637.WAA01516@silvia.HIP.Berkeley.EDU> To: markm@freefall.freebsd.org CC: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199612120627.WAA22695@freefall.freebsd.org> (message from Mark Murray on Wed, 11 Dec 1996 22:27:57 -0800 (PST)) Subject: Re: cvs commit: ports/security/SSLeay/files md5 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Modified: security/SSLeay/files md5 * Log: * @#$%!! Forgot the MD5 checksum. * * Found before: Anyone Else ^^^^^^^^^^^ You mean me? :) Don't worry, I don't fetch and build RESTRICTED or NO_CDROM ports.... :) Satoshi the checksum-checker From owner-cvs-ports Wed Dec 11 22:51:45 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA24284 for cvs-ports-outgoing; Wed, 11 Dec 1996 22:51:45 -0800 (PST) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id WAA24261; Wed, 11 Dec 1996 22:51:10 -0800 (PST) Received: (from msmith@localhost) by genesis.atrad.adelaide.edu.au (8.8.2/8.7.3) id RAA03316; Thu, 12 Dec 1996 17:21:04 +1030 (CST) From: Michael Smith Message-Id: <199612120651.RAA03316@genesis.atrad.adelaide.edu.au> Subject: Re: cvs commit: ports/security/SSLeay/files md5 In-Reply-To: <199612120637.WAA01516@silvia.HIP.Berkeley.EDU> from Satoshi Asami at "Dec 11, 96 10:37:03 pm" To: asami@cs.berkeley.edu (Satoshi Asami) Date: Thu, 12 Dec 1996 17:21:03 +1030 (CST) Cc: markm@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami stands accused of saying: > > Satoshi the checksum-checker Speaking of checksums and checking, did my monster-PIB-inspired ports bogon report get lost, or have I completely missed all the fixups for it? Anyone (markm?) want to try another pass with it? -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[ From owner-cvs-ports Wed Dec 11 23:20:21 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA25670 for cvs-ports-outgoing; Wed, 11 Dec 1996 23:20:21 -0800 (PST) Received: from grackle.grondar.za (omfuHYJOY02Gz6/BIXXFhN28SoHOXgcG@grackle.grondar.za [196.7.18.131]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id XAA25546; Wed, 11 Dec 1996 23:18:42 -0800 (PST) Received: from grackle.grondar.za (zXUxzPLaIbLoyAfIDgb3lt0cFaWIsg1c@localhost [127.0.0.1]) by grackle.grondar.za (8.8.4/8.8.4) with ESMTP id JAA22544; Thu, 12 Dec 1996 09:17:36 +0200 (SAT) Message-Id: <199612120717.JAA22544@grackle.grondar.za> To: Michael Smith cc: asami@cs.berkeley.edu (Satoshi Asami), markm@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/security/SSLeay/files md5 Date: Thu, 12 Dec 1996 09:17:35 +0200 From: Mark Murray Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Michael Smith wrote: > Satoshi Asami stands accused of saying: > > > > Satoshi the checksum-checker > > Speaking of checksums and checking, did my monster-PIB-inspired ports > bogon report get lost, or have I completely missed all the fixups for > it? Oops - methinks it got lost... > Anyone (markm?) want to try another pass with it? I'm game! M -- Mark Murray PGP key fingerprint = 80 36 6E 40 83 D6 8A 36 This .sig is umop ap!sdn. BC 06 EA 0E 7A F2 CE CE From owner-cvs-ports Wed Dec 11 23:24:47 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA25837 for cvs-ports-outgoing; Wed, 11 Dec 1996 23:24:47 -0800 (PST) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id XAA25776; Wed, 11 Dec 1996 23:23:20 -0800 (PST) Received: (from msmith@localhost) by genesis.atrad.adelaide.edu.au (8.8.2/8.7.3) id RAA03527; Thu, 12 Dec 1996 17:53:02 +1030 (CST) From: Michael Smith Message-Id: <199612120723.RAA03527@genesis.atrad.adelaide.edu.au> Subject: Ports tidy-up sweep In-Reply-To: <199612120717.JAA22544@grackle.grondar.za> from Mark Murray at "Dec 12, 96 09:17:35 am" To: mark@grondar.za (Mark Murray) Date: Thu, 12 Dec 1996 17:53:01 +1030 (CST) Cc: msmith@atrad.adelaide.edu.au, asami@cs.berkeley.edu, markm@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mark Murray stands accused of saying: > > > > Speaking of checksums and checking, did my monster-PIB-inspired ports > > bogon report get lost, or have I completely missed all the fixups for > > it? > > Oops - methinks it got lost... Ok; I've attached it to the end for reference. > > Anyone (markm?) want to try another pass with it? > > I'm game! Hold off a few minutes, and I'll add a "list dump" function to PIB to save you the agony of snarf-n-barfing 700 ports by hand 8) > Mark Murray PGP key fingerprint = 80 36 6E 40 83 D6 8A 36 Here's my previous summary from your original dump : Mark Murray stands accused of saying: > > Here are the errors it reports:: > > postgres95-1.08: no 'md5' file in '/usr/ports/databases/postgres95/files' > ru-netscape-2.02: no 'md5' file in '/usr/ports/russian/netscape2.language/files' > ru-netscape-3.01: no 'md5' file in '/usr/ports/russian/netscape3.language/files' Hmm, ok; I presume the ru-netscapes don't have 'md5' files; I don't have them here to check. > > For the OK distfiles listed as stale, what reason (the tag in red > > before the port name) does it give? Also, is your collection > > absolutely up-to-date, in particular do you have the paths to your > > distfiles recorded in the files/md5 files for those that are in > > subdirectories? > > I am at most 24 hours out of date, modulo some fetch errors. Ok, I've worked through your list (thanks for that). Here's a summary of my results; perhaps one or more of the well-connected port-meisters could take a swing at fixing the problems here? These appear to be legitimate MD5 mismatches : ---------------------------------------------- 2-6update.zip (bad MD5) lynx-2.6 bb-src.tgz (bad MD5) bb-0.9 grep-2.0.tar.gz (bad MD5) jp-grep-2.0 lrzsz-0.12.11.tar.gz (bad MD5) lrzsz-0.12.11 nntpbtr-1.7.tar.Z (bad MD5) nntpbtr-1.7 sattrack-3.1.4.tar.gz (bad MD5) sattrack-3.1.4 sunclock1.3.tar.gz (bad MD5) sunclock-1.3 unclutter-8.tar.gz (bad MD5) unclutter-8 xinvaders.tar.gz (bad MD5) xinvaders-1.1 xlbiff-3.0.tar.gz (bad MD5) xlbiff-3.0 xsnow-1.40.tar.Z (bad MD5) xsnow-1.40 These appear to be legitimately orphaned : ------------------------------------------ Mutt/01.pgp.PATCH (orphan) (1) Mutt/... arena-beta-2b-src.tar.gz (orphan) cu-sudo.v1.5.tar.Z (orphan) ejdict.tar.gz (orphan) flex-2.5.2.tgz (orphan) innxmit-long-lines.patch (orphan) jpegsrc.v6.tar.gz (orphan) krb5.crypto.B7.tar.gz (orphan) krb5.src.B7.tar.gz (orphan) mmv.pch.Z (orphan) (2) mutt/mutt-0.52-export.tar.gz (orphan) part01.Z (orphan) (2) part02.Z (orphan) (2) tin1.3-unoff-BETA-961109.tgz (orphan) tin1.3-unoff-BETA-961115.tgz (orphan) xbakuzan.tar.gz (orphan) (3) xc/Wraphelp.c (orphan) xdaliclock-2.05.tar.Z (orphan) xgalaga-1.6b.tar.gz (orphan) xlockmore-3.11.patches (orphan) xlockmore-3.11.tar.gz (orphan) xmorph-02oct96.tar.gz (orphan) xpdf-0.5.tar.gz (orphan) xrn-8.02.tgz (orphan) (1) Mutt files move to mutt/ directory. (2) Distfiles moved to mmv/ directory. (3) Possibly used by jp- port that I don't have locally and which is missing a files/md5 file. These belong to ports that aren't in the INDEX yet : ---------------------------------------------------- cap60/cap60.patch193 (orphan) cap60/cap60.patch194 (orphan) cap60/cap60.patch195 (orphan) cap60/cap60.patch196 (orphan) cap60/cap60.patch197 (orphan) cap60/cap60.patch198 (orphan) cap60/cap60.pl100.tar.Z (orphan) cap60/patches.101-126.tar.Z (orphan) cap60/patches.127-143.tar.Z (orphan) cap60/patches.144-154.tar.Z (orphan) cap60/patches.155-162.tar.Z (orphan) cap60/patches.163-182.tar.Z (orphan) cap60/patches.183-192.tar.Z (orphan) linux_devel-0.1.tar.gz (orphan) safe-tcl-1.2.tar.gz (orphan) tkcron-2.12.tcl.gz (orphan) These are used by ports that don't have files/md5 files : --------------------------------------------------------- cm_mf.tar.gz (orphan) tex/mltex cm_tfm.tar.gz (orphan) tex/mltex dvi2xx.tar.gz (orphan) dvi2xx enhyph.tex (orphan) mltex enhyphex.tex (orphan) mltex ftex.tar.gz (orphan) mltex latex209.tar.gz (orphan) latex209 latex_base-96.06.tar.gz (orphan) mltex latex_mf-96.06.tar.gz (orphan) mltex latex_tfm-96.06.tar.gz (orphan) mltex latex_tfm.tar.gz (orphan) latex209 latex_tools-96.06.tar.gz (orphan) mltex mf_lib.tar.gz (orphan) tex/mltex mltex.ch.3.1415 (orphan) mltex modes.mf (orphan) tex/mltex rkive3.1.tar.Z (orphan) rkive tex_base.tar.gz (orphan) tex/mltex texinfo.tex (orphan) texinfo xfed.tar.gz (orphan) xfed xloadimage.3.03.tar.Z (orphan) xloadimage (I've annotated afterwards the port(s) that I think the files belong to, based on grepping Makefiles.) These are due to stale md5 files : ---------------------------------- g77-0.5.14.tar.gz g77-0.5.15 g77-0.5.15.tar.gz (orphan) ls.tar.gz (orphan) colorls (2) xneko.tar.gz (orphan) xneko (2) xroach.tar.gz (orphan) xroach (2) xterm.tar.gz (orphan) color_xterm (3) (1) 0.5.15 is the required file, but files/md5 only lists 0.5.14 (2) files/md5 is empty (3) the file is not listed in files/md5 Not found because they use the files.usa/files.non_usa technique which PIB does not (yet) support (coming RSN): ---------------------------------------------------------------- mutt/01.pgp.PATCH (orphan) pgp263is.tar.gz (orphan) Misc : ------ postgres95-1.08.tar.gz (orphan) (1) xcolors.tar.gz (orphan) (2) (1) Uses strangely-named md5 files. (2) Has no 'md5' file because is compressed by FTP server (see Makefile). It is clear that for some ports, the files/md5 file can't be used. Could I perhaps campaign for a files/md5.ignore file listing the names of files which belong to the port but whose checksum should not be checked? > Mark Murray PGP key fingerprint = 80 36 6E 40 83 D6 8A 36 -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[ From owner-cvs-ports Wed Dec 11 23:38:53 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA26513 for cvs-ports-outgoing; Wed, 11 Dec 1996 23:38:53 -0800 (PST) Received: from grackle.grondar.za (B04miWMlcCaMoEO5ZbiGiyeAG3/L0yF5@grackle.grondar.za [196.7.18.131]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id XAA26494; Wed, 11 Dec 1996 23:38:27 -0800 (PST) Received: from grackle.grondar.za (oKogcmYE9iReaQ8GkySleoBHQ1pox46k@localhost [127.0.0.1]) by grackle.grondar.za (8.8.4/8.8.4) with ESMTP id JAA22616; Thu, 12 Dec 1996 09:37:30 +0200 (SAT) Message-Id: <199612120737.JAA22616@grackle.grondar.za> To: Michael Smith cc: asami@cs.berkeley.edu, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: Ports tidy-up sweep Date: Thu, 12 Dec 1996 09:37:30 +0200 From: Mark Murray Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Michael Smith wrote: > > > Anyone (markm?) want to try another pass with it? > > > > I'm game! > > Hold off a few minutes, and I'll add a "list dump" function to PIB to > save you the agony of snarf-n-barfing 700 ports by hand 8) I'm holding my breath... M -- Mark Murray PGP key fingerprint = 80 36 6E 40 83 D6 8A 36 This .sig is umop ap!sdn. BC 06 EA 0E 7A F2 CE CE From owner-cvs-ports Thu Dec 12 00:03:42 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA27812 for cvs-ports-outgoing; Thu, 12 Dec 1996 00:03:42 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA27805; Thu, 12 Dec 1996 00:03:40 -0800 (PST) Date: Thu, 12 Dec 1996 00:03:40 -0800 (PST) From: Thomas Gellekum Message-Id: <199612120803.AAA27805@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/math/octave Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tg 96/12/12 00:03:40 Modified: math/octave Makefile Log: Mark this BROKEN. I've also tried the latest release (octave-2.0) with the same results: undefined symbols when linking. I'll put together a make log and my changes to the port so someone with a better knowledge of gcc and/or C++ can take a look at it (tomorrow morning MET (or is that CET nowadays?)). Revision Changes Path 1.6 +3 -1 ports/math/octave/Makefile From owner-cvs-ports Thu Dec 12 00:05:52 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA27936 for cvs-ports-outgoing; Thu, 12 Dec 1996 00:05:52 -0800 (PST) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id AAA27926; Thu, 12 Dec 1996 00:05:49 -0800 (PST) Received: (from msmith@localhost) by genesis.atrad.adelaide.edu.au (8.8.2/8.7.3) id SAA03739; Thu, 12 Dec 1996 18:35:29 +1030 (CST) From: Michael Smith Message-Id: <199612120805.SAA03739@genesis.atrad.adelaide.edu.au> Subject: Re: Ports tidy-up sweep In-Reply-To: <199612120737.JAA22616@grackle.grondar.za> from Mark Murray at "Dec 12, 96 09:37:30 am" To: mark@grondar.za (Mark Murray) Date: Thu, 12 Dec 1996 18:35:28 +1030 (CST) Cc: msmith@atrad.adelaide.edu.au, asami@cs.berkeley.edu, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mark Murray stands accused of saying: > > > > Hold off a few minutes, and I'll add a "list dump" function to PIB to > > save you the agony of snarf-n-barfing 700 ports by hand 8) > > I'm holding my breath... OK, all done. "Output listing" will give you a file "distfiles.dump" in the current directory matching whatever you've got displayed at the time. I'd suggest turning off "current" before dumping to avoid the billions of correctly-matched files. As always : ftp://gsoft.com.au/pub/pib/tcl.gz > Mark Murray PGP key fingerprint = 80 36 6E 40 83 D6 8A 36 (Yes, I'm working on the 'action' buttons, but I'm not ready to release anything there yet.) -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[ From owner-cvs-ports Thu Dec 12 00:36:20 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA29586 for cvs-ports-outgoing; Thu, 12 Dec 1996 00:36:20 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA29579; Thu, 12 Dec 1996 00:36:18 -0800 (PST) Date: Thu, 12 Dec 1996 00:36:18 -0800 (PST) From: Satoshi Asami Message-Id: <199612120836.AAA29579@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/japanese/man Makefile ports/japanese/man/files md5 ports/japanese/man/patches patch-aa patch-ab Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/12 00:36:16 Modified: japanese/man Makefile japanese/man/files md5 Removed: japanese/man/patches patch-aa patch-ab Log: Upgrade, 1.0 -> 1.1. Many bugs fixed in jcatman, etc. Original by: KUMANO Tadashi Submitted by: Kiriyama Kazuhiko Revision Changes Path 1.3 +3 -3 ports/japanese/man/Makefile 1.2 +1 -1 ports/japanese/man/files/md5 From owner-cvs-ports Thu Dec 12 01:57:52 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA02896 for cvs-ports-outgoing; Thu, 12 Dec 1996 01:57:52 -0800 (PST) Received: from grackle.grondar.za (oXfzgLJPa/DFYivQpb1KhJ9A6vya2QZj@grackle.grondar.za [196.7.18.131]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id BAA02886; Thu, 12 Dec 1996 01:57:37 -0800 (PST) Received: from grackle.grondar.za (YLE5Je93TeEBo0kNnEwJXrlczPFpK4O6@localhost [127.0.0.1]) by grackle.grondar.za (8.8.4/8.8.4) with ESMTP id LAA22926; Thu, 12 Dec 1996 11:56:31 +0200 (SAT) Message-Id: <199612120956.LAA22926@grackle.grondar.za> To: Michael Smith cc: asami@cs.berkeley.edu, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: Ports tidy-up sweep Date: Thu, 12 Dec 1996 11:56:30 +0200 From: Mark Murray Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Michael Smith wrote: > OK, all done. "Output listing" will give you a file "distfiles.dump" in > the current directory matching whatever you've got displayed at the time. > > I'd suggest turning off "current" before dumping to avoid the billions > of correctly-matched files. > > As always : ftp://gsoft.com.au/pub/pib/tcl.gz Got it! First - the md5 scan took 9 1/2 mins ( my machine was busy, so not bad). Next - the ports without checksums (as usual): ru-netscape-2.02: no 'md5' file in '/usr/ports/russian/netscape2.language/files' ru-netscape-3.01: no 'md5' file in '/usr/ports/russian/netscape3.language/files' ru-pine-3.95: no 'md5' file in '/usr/ports/russian/pine.language/files' Next' - the list (with 'current' turned off) looks entirely reasonable. Its quite long, so I won't bother you with it. Next'' - I hit "delete stale", it works just fine, but it would be quite nice if it updated the list, rather than waiting for me to rescan. Last - Well done! Nice piece of work! Last' - I'll continue to knock it around, and fill you in as points arise. M -- Mark Murray PGP key fingerprint = 80 36 6E 40 83 D6 8A 36 This .sig is umop ap!sdn. BC 06 EA 0E 7A F2 CE CE From owner-cvs-ports Thu Dec 12 04:09:51 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA08688 for cvs-ports-outgoing; Thu, 12 Dec 1996 04:09:51 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA08680; Thu, 12 Dec 1996 04:09:48 -0800 (PST) Date: Thu, 12 Dec 1996 04:09:48 -0800 (PST) From: Jean-Marc Zucconi Message-Id: <199612121209.EAA08680@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/print/musixtex/pkg PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmz 96/12/12 04:09:47 Modified: print/musixtex/pkg PLIST Log: There was a file with a wrong name and another which is not installed. Revision Changes Path 1.3 +1 -2 ports/print/musixtex/pkg/PLIST From owner-cvs-ports Thu Dec 12 06:08:21 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA13657 for cvs-ports-outgoing; Thu, 12 Dec 1996 06:08:21 -0800 (PST) Received: from bacall.lodgenet.com (bacall.lodgenet.com [205.138.147.242]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id GAA13652; Thu, 12 Dec 1996 06:08:16 -0800 (PST) Received: (from mail@localhost) by bacall.lodgenet.com (8.6.12/8.6.12) id IAA26785; Thu, 12 Dec 1996 08:07:31 -0600 Received: from garbo.lodgenet.com(204.124.123.250) by bacall via smap (V1.3) id sma026775; Thu Dec 12 08:07:19 1996 Received: from jake.lodgenet.com (jake.lodgenet.com [10.0.11.30]) by garbo.lodgenet.com (8.6.12/8.6.9) with ESMTP id IAA28835; Thu, 12 Dec 1996 08:07:35 -0600 Received: from jake.lodgenet.com (localhost [127.0.0.1]) by jake.lodgenet.com (8.8.3/8.6.12) with ESMTP id IAA20668; Thu, 12 Dec 1996 08:07:53 -0600 (CST) Message-Id: <199612121407.IAA20668@jake.lodgenet.com> X-Mailer: exmh version 1.6.9 8/22/96 To: asami@freebsd.org (Satoshi Asami) cc: erich@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/games/doom - Imported sources In-reply-to: Your message of "Wed, 11 Dec 1996 19:57:45 PST." <199612120357.TAA01074@silvia.HIP.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 12 Dec 1996 08:07:53 -0600 From: "Eric L. Hernes" Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk do you have the linuxulator loaded? `pat' is a linux binary and the kernel is trying to run it as a shell script. Can I assume that this will be loaded, or should I go through some contortions to check modstat and call /usr/bin/linux if necessary? Satoshi Asami writes: > * new port of linux Doom, this has most (maybe all) of Amancio's > * joystick/music/sound stuff! > >It doesn't work.... > >Satoshi >------- >pax: ustar vol 1, 4 files, 32768 bytes read, 0 bytes written. >pat: 1: Syntax error: "(" unexpected >pat: 1: Syntax error: "(" unexpected >*** Error code 2 > >Stop. eric. -- erich@lodgenet.com http://rrnet.com/~erich erich@rrnet.com From owner-cvs-ports Thu Dec 12 06:09:58 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA13726 for cvs-ports-outgoing; Thu, 12 Dec 1996 06:09:58 -0800 (PST) Received: from bacall.lodgenet.com (bacall.lodgenet.com [205.138.147.242]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id GAA13717; Thu, 12 Dec 1996 06:09:54 -0800 (PST) Received: (from mail@localhost) by bacall.lodgenet.com (8.6.12/8.6.12) id IAA26879; Thu, 12 Dec 1996 08:09:03 -0600 Received: from garbo.lodgenet.com(204.124.123.250) by bacall via smap (V1.3) id sma026875; Thu Dec 12 08:08:35 1996 Received: from jake.lodgenet.com (jake.lodgenet.com [10.0.11.30]) by garbo.lodgenet.com (8.6.12/8.6.9) with ESMTP id IAA28871; Thu, 12 Dec 1996 08:08:51 -0600 Received: from jake.lodgenet.com (localhost [127.0.0.1]) by jake.lodgenet.com (8.8.3/8.6.12) with ESMTP id IAA20689; Thu, 12 Dec 1996 08:09:08 -0600 (CST) Message-Id: <199612121409.IAA20689@jake.lodgenet.com> X-Mailer: exmh version 1.6.9 8/22/96 To: asami@cs.berkeley.edu (Satoshi Asami) cc: erich@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/games/doom - Imported sources In-reply-to: Your message of "Wed, 11 Dec 1996 20:55:22 PST." <199612120455.UAA01263@silvia.HIP.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 12 Dec 1996 08:09:08 -0600 From: "Eric L. Hernes" Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami writes: > * new port of linux Doom, this has most (maybe all) of Amancio's > * joystick/music/sound stuff! > >Will all due respect, I wish you called this port "linuxdoom". :) Is there an easy way to remedy that, going through the `cvs rm' and re-import seems like such a hassle as opposed to just a mv. Plus it leaves the empty shell directories around for confusion. > >Satoshi eric. -- erich@lodgenet.com http://rrnet.com/~erich erich@rrnet.com From owner-cvs-ports Thu Dec 12 07:41:09 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA17559 for cvs-ports-outgoing; Thu, 12 Dec 1996 07:41:09 -0800 (PST) Received: from po2.glue.umd.edu (root@po2.glue.umd.edu [129.2.128.45]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id HAA17515; Thu, 12 Dec 1996 07:40:17 -0800 (PST) Received: from maryann.eng.umd.edu (maryann.eng.umd.edu [129.2.103.22]) by po2.glue.umd.edu (8.8.3/8.7.3) with ESMTP id KAA06236; Thu, 12 Dec 1996 10:40:12 -0500 (EST) Received: from localhost (chuckr@localhost) by maryann.eng.umd.edu (8.8.3/8.7.3) with SMTP id KAA05128; Thu, 12 Dec 1996 10:40:11 -0500 (EST) X-Authentication-Warning: maryann.eng.umd.edu: chuckr owned process doing -bs Date: Thu, 12 Dec 1996 10:40:11 -0500 (EST) From: Chuck Robey X-Sender: chuckr@maryann.eng.umd.edu To: Michael Smith cc: Satoshi Asami , markm@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/security/SSLeay/files md5 In-Reply-To: <199612120651.RAA03316@genesis.atrad.adelaide.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 12 Dec 1996, Michael Smith wrote: > Satoshi Asami stands accused of saying: > > > > Satoshi the checksum-checker > > Speaking of checksums and checking, did my monster-PIB-inspired ports > bogon report get lost, or have I completely missed all the fixups for > it? > > Anyone (markm?) want to try another pass with it? I liked it, Mike, but I would personally like another option. Right now, you can tell it to delete all the stale distfiles it finds. My personal experience with telling programs to go ahead and do their worst is, well, the subject for horror stories. I'm not saying it doesn't work, I'm saying that it's probably asking for too much trust all at one time. Could it be modified to just squash one file at a time? Lots of possible ways this could be done ... my favorite would be to ask me to highlight the candidate for deletion, and just delete that, but another would be to ask permission on each deletion, or maybe to have a user-settable flag to force asking permission on each deletion. Maybe you'd have another idea, anything so long as it doesn't want to do everything at one fell swoop. That makes my blood run cold. Nice job, anyways. Have you seen the newly released visual-tcl tool? ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-cvs-ports Thu Dec 12 15:52:02 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA19372 for cvs-ports-outgoing; Thu, 12 Dec 1996 15:52:02 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA19333; Thu, 12 Dec 1996 15:51:57 -0800 (PST) Date: Thu, 12 Dec 1996 15:51:57 -0800 (PST) From: Masafumi NAKANE Message-Id: <199612122351.PAA19333@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/japanese/vflib/pkg PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 96/12/12 15:51:56 Modified: japanese/vflib/pkg PLIST Log: List a file that were missing. (Closing PR #2201.) Submitted by: mita@jp.freebsd.org Revision Changes Path 1.3 +1 -0 ports/japanese/vflib/pkg/PLIST From owner-cvs-ports Thu Dec 12 16:19:25 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA24708 for cvs-ports-outgoing; Thu, 12 Dec 1996 16:19:25 -0800 (PST) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id QAA24671; Thu, 12 Dec 1996 16:19:11 -0800 (PST) Received: (from msmith@localhost) by genesis.atrad.adelaide.edu.au (8.8.2/8.7.3) id KAA08540; Fri, 13 Dec 1996 10:48:58 +1030 (CST) From: Michael Smith Message-Id: <199612130018.KAA08540@genesis.atrad.adelaide.edu.au> Subject: Re: cvs commit: ports/security/SSLeay/files md5 In-Reply-To: from Chuck Robey at "Dec 12, 96 10:40:11 am" To: chuckr@glue.umd.edu (Chuck Robey) Date: Fri, 13 Dec 1996 10:48:57 +1030 (CST) Cc: msmith@atrad.adelaide.edu.au, asami@cs.berkeley.edu, markm@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Chuck Robey stands accused of saying: > > I liked it, Mike, but I would personally like another option. Right now, > you can tell it to delete all the stale distfiles it finds. My personal > experience with telling programs to go ahead and do their worst is, well, > the subject for horror stories. I'm not saying it doesn't work, I'm > saying that it's probably asking for too much trust all at one time. I agree entirely; that's why the default is to do nothing at all. > Could it be modified to just squash one file at a time? Lots of possible > ways this could be done ... my favorite would be to ask me to highlight > the candidate for deletion, and just delete that, but another would be to > ask permission on each deletion, or maybe to have a user-settable flag to > force asking permission on each deletion. Maybe you'd have another idea, > anything so long as it doesn't want to do everything at one fell swoop. > That makes my blood run cold. I've been trying to scome up with an interface model that makes it easy to : - Delete almost (but not quite) everything - Just delete a few selected items - Browse and modify easily your selected victims. At the moment, my leaning is towards adding a [DELETE] tag in a suitably loud colour to the right-hand list, that can be toggled by clicking, and thatn some controls for selecting all of one or more type. There's room for binding lots of functionality to the browser, I'm just not sure which functions are the most useful. Input like yours is very helpful, thanks! > Nice job, anyways. Have you seen the newly released visual-tcl tool? Indeed I have; it's mildly pretty, but IMHO not deserving of "release" status yet. Making menus, for example, is painful, and you should be able to drag a link between a listbox or a text widget and a scrollbar and have it do your bindings, etc. I'm much more comfortable with XF, and XF is more extension-friendly too. Having said that, I generally prefer to do my own interfaces anyway. > Chuck Robey | Interests include any kind of voice or data -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[ From owner-cvs-ports Thu Dec 12 19:08:02 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA07202 for cvs-ports-outgoing; Thu, 12 Dec 1996 19:08:02 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA07157; Thu, 12 Dec 1996 19:07:58 -0800 (PST) Date: Thu, 12 Dec 1996 19:07:58 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199612130307.TAA07157@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/games/doom/pkg INSTALL.in Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/12/12 19:07:57 Modified: games/doom/pkg INSTALL.in Log: /dev/joy0 -c must be -c /dev/joy0 Revision Changes Path 1.2 +1 -1 ports/games/doom/pkg/INSTALL.in From owner-cvs-ports Thu Dec 12 23:22:04 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA27050 for cvs-ports-outgoing; Thu, 12 Dec 1996 23:22:04 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA27025; Thu, 12 Dec 1996 23:22:00 -0800 (PST) Date: Thu, 12 Dec 1996 23:22:00 -0800 (PST) From: Thomas Gellekum Message-Id: <199612130722.XAA27025@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/print/teTeX/patches patch-ac patch-aa patch-ab ports/print/teTeX/pkg PLIST ports/print/teTeX/scripts post-patch post-install pre-extract pre-patch ports/print/teTeX Makefile ports/print/teTeX/files install-note md5 vars Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tg 96/12/12 23:21:56 Modified: print/teTeX Makefile print/teTeX/patches patch-aa patch-ab print/teTeX/pkg PLIST Added: print/teTeX/patches patch-ac print/teTeX/scripts post-patch Removed: print/teTeX/scripts post-install pre-extract pre-patch Log: teTeX now conforms to the FreeBSD tree layout. Submitted by: Bernd Rosauer Revision Changes Path 1.12 +20 -4 ports/print/teTeX/Makefile 1.4 +37 -11 ports/print/teTeX/patches/patch-aa 1.4 +10 -10 ports/print/teTeX/patches/patch-ab 1.6 +3545 -9 ports/print/teTeX/pkg/PLIST Modified: print/teTeX/files md5 Added: print/teTeX/files install-note Removed: print/teTeX/files vars Log: Grr, every once in a while I forget this !#@$%^ behaviour of cvs... At least now it uses the old commit log messages. teTeX now conforms to the FreeBSD tree layout. Submitted by: Bernd Rosauer Revision Changes Path 1.8 +2 -2 ports/print/teTeX/files/md5 From owner-cvs-ports Thu Dec 12 23:41:01 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA28907 for cvs-ports-outgoing; Thu, 12 Dec 1996 23:41:01 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA28893; Thu, 12 Dec 1996 23:40:55 -0800 (PST) Date: Thu, 12 Dec 1996 23:40:55 -0800 (PST) From: Satoshi Asami Message-Id: <199612130740.XAA28893@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/print/teTeX/files md5 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/12 23:40:53 Modified: print/teTeX/files md5 Log: Add missing ${DIST_SUBDIR}/ in front. Thomas, update your bsd.port.mk! :) Revision Changes Path 1.9 +2 -2 ports/print/teTeX/files/md5 From owner-cvs-ports Fri Dec 13 01:28:53 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA04816 for cvs-ports-outgoing; Fri, 13 Dec 1996 01:28:53 -0800 (PST) Received: (from torstenb@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA04810; Fri, 13 Dec 1996 01:28:51 -0800 (PST) Date: Fri, 13 Dec 1996 01:28:51 -0800 (PST) From: Torsten Blum Message-Id: <199612130928.BAA04810@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/news/rkive/files - New directory Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk torstenb 96/12/13 01:28:50 ports/news/rkive/files - New directory From owner-cvs-ports Fri Dec 13 01:30:40 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA05069 for cvs-ports-outgoing; Fri, 13 Dec 1996 01:30:40 -0800 (PST) Received: (from torstenb@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA05061; Fri, 13 Dec 1996 01:30:38 -0800 (PST) Date: Fri, 13 Dec 1996 01:30:38 -0800 (PST) From: Torsten Blum Message-Id: <199612130930.BAA05061@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/news/rkive/files md5 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk torstenb 96/12/13 01:30:37 Added: news/rkive/files md5 Log: Add md5 checksum From owner-cvs-ports Fri Dec 13 11:26:51 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA07588 for cvs-ports-outgoing; Fri, 13 Dec 1996 11:26:51 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA07578; Fri, 13 Dec 1996 11:26:49 -0800 (PST) Date: Fri, 13 Dec 1996 11:26:49 -0800 (PST) From: Satoshi Asami Message-Id: <199612131926.LAA07578@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/print/teTeX Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/13 11:26:48 Modified: print/teTeX Makefile Log: ${DISTDIR} no longer contains ${DIST_SUBDIR}. Revision Changes Path 1.13 +2 -2 ports/print/teTeX/Makefile From owner-cvs-ports Sat Dec 14 05:25:38 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA26884 for cvs-ports-outgoing; Sat, 14 Dec 1996 05:25:38 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA26873; Sat, 14 Dec 1996 05:25:36 -0800 (PST) Date: Sat, 14 Dec 1996 05:25:36 -0800 (PST) From: Joerg Wunsch Message-Id: <199612141325.FAA26873@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/misc/team/patches patch-d patch-e Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/12/14 05:25:35 Added: misc/team/patches patch-d patch-e Log: ports/2204: Team can hang when stderr is a file I've seen team hang when stderr is a file. 'top' reports that it is stuck in lockf. ports/2203: Team's exit status doesn't indicate if there ... Team's exit status will be 0 even if there is an I/O error. The reason is that the exit status of the "guys" isn't checked. Submitted by: dawes@physics.usyd.edu.au (David Dawes) From owner-cvs-ports Sat Dec 14 11:21:32 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA01050 for cvs-ports-outgoing; Sat, 14 Dec 1996 11:21:32 -0800 (PST) Received: (from chuckr@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA01039; Sat, 14 Dec 1996 11:21:30 -0800 (PST) Date: Sat, 14 Dec 1996 11:21:30 -0800 (PST) From: Chuck Robey Message-Id: <199612141921.LAA01039@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/print/transfig/patches patch-ab Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk chuckr 96/12/14 11:21:29 Modified: print/transfig/patches patch-ab Log: Fix small bug in .ps or .eps generation, causing incompatibility between xfig and groff. Obtained from: Brian V. Smith. Revision Changes Path 1.6 +24 -2 ports/print/transfig/patches/patch-ab From owner-cvs-ports Sat Dec 14 12:08:28 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA05654 for cvs-ports-outgoing; Sat, 14 Dec 1996 12:08:28 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA05648; Sat, 14 Dec 1996 12:08:26 -0800 (PST) Date: Sat, 14 Dec 1996 12:08:26 -0800 (PST) From: John Polstra Message-Id: <199612142008.MAA05648@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/net/cvsup/scripts - New directory Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/12/14 12:08:25 ports/net/cvsup/scripts - New directory From owner-cvs-ports Sat Dec 14 12:13:34 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA06439 for cvs-ports-outgoing; Sat, 14 Dec 1996 12:13:34 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA06426; Sat, 14 Dec 1996 12:13:29 -0800 (PST) Date: Sat, 14 Dec 1996 12:13:29 -0800 (PST) From: John Polstra Message-Id: <199612142013.MAA06426@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/net/cvsup Makefile ports/net/cvsup/files md5 ports/net/cvsup/patches patch-aa ports/net/cvsup/pkg PLIST ports/net/cvsup/scripts configure Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/12/14 12:13:28 Modified: net/cvsup Makefile Log: Update from version 13.5 to version 14.0. Fix garbling of "MASTER_SITES" that somebody's slippery editor fingers introduced into the previous revision of the Makefile. Revision Changes Path 1.15 +4 -4 ports/net/cvsup/Makefile Modified: net/cvsup/files md5 net/cvsup/pkg PLIST Added: net/cvsup/scripts configure Removed: net/cvsup/patches patch-aa Log: Update from version 13.5 to version 14.0. Revision Changes Path 1.5 +1 -1 ports/net/cvsup/files/md5 1.2 +3 -3 ports/net/cvsup/pkg/PLIST From owner-cvs-ports Sat Dec 14 14:27:54 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA21561 for cvs-ports-outgoing; Sat, 14 Dec 1996 14:27:54 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA21546; Sat, 14 Dec 1996 14:27:52 -0800 (PST) Date: Sat, 14 Dec 1996 14:27:52 -0800 (PST) From: Andreas Klemm Message-Id: <199612142227.OAA21546@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/mail/faces - Imported sources Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 96/12/14 14:27:52 ports/mail/faces - Imported sources Update of /home/ncvs/ports/mail/faces In directory freefall.freebsd.org:/a/andreas/myports/faces Revision/Branch: 1.1.1 Log Message: faces - visual mail, user and print face server can nicely be used with exmh Submitted by: Lars Koeller Status: Vendor Tag: RICH Release Tags: v1_6_1 N ports/mail/faces/Makefile N ports/mail/faces/files/md5 N ports/mail/faces/patches/patch-aa N ports/mail/faces/patches/patch-ab N ports/mail/faces/patches/patch-ac N ports/mail/faces/patches/patch-ad N ports/mail/faces/pkg/COMMENT N ports/mail/faces/pkg/DESCR N ports/mail/faces/pkg/PLIST No conflicts created by this import From owner-cvs-ports Sat Dec 14 14:30:13 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA21962 for cvs-ports-outgoing; Sat, 14 Dec 1996 14:30:13 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA21941; Sat, 14 Dec 1996 14:30:10 -0800 (PST) Date: Sat, 14 Dec 1996 14:30:10 -0800 (PST) From: Andreas Klemm Message-Id: <199612142230.OAA21941@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/mail Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 96/12/14 14:30:09 Modified: mail Makefile Log: Enabled faces and xfaces port (xfaces is coming in a few minutes ;) Revision Changes Path 1.35 +3 -1 ports/mail/Makefile From owner-cvs-ports Sat Dec 14 14:33:10 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA22511 for cvs-ports-outgoing; Sat, 14 Dec 1996 14:33:10 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA22491; Sat, 14 Dec 1996 14:33:05 -0800 (PST) Date: Sat, 14 Dec 1996 14:33:05 -0800 (PST) From: Andreas Klemm Message-Id: <199612142233.OAA22491@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/mail/xfaces - Imported sources Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 96/12/14 14:33:04 ports/mail/xfaces - Imported sources Update of /home/ncvs/ports/mail/xfaces In directory freefall.freebsd.org:/a/andreas/myports/xfaces Revision/Branch: 1.1.1 Log Message: xfaces - mail image display for X Submitted by: Lars_Koeller@odie.physik2.uni-rostock.de Status: Vendor Tag: CHRISTOPHER Release Tags: v3_3 N ports/mail/xfaces/Makefile N ports/mail/xfaces/files/md5 N ports/mail/xfaces/files/sounds.tar.gz N ports/mail/xfaces/patches/patch-aa N ports/mail/xfaces/patches/patch-ab N ports/mail/xfaces/pkg/COMMENT N ports/mail/xfaces/pkg/DESCR N ports/mail/xfaces/pkg/PLIST No conflicts created by this import From owner-cvs-ports Sat Dec 14 18:06:05 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA12546 for cvs-ports-outgoing; Sat, 14 Dec 1996 18:06:05 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA12536; Sat, 14 Dec 1996 18:06:03 -0800 (PST) Date: Sat, 14 Dec 1996 18:06:03 -0800 (PST) From: Masafumi NAKANE Message-Id: <199612150206.SAA12536@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/archivers/lha Makefile ports/archivers/lha/patches patch-aa ports/archivers/lha/pkg PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 96/12/14 18:06:02 Modified: archivers/lha Makefile archivers/lha/patches patch-aa archivers/lha/pkg PLIST Log: Install the Japanese man page into ${PREFIX}/man/ja_JP.EUC. Revision Changes Path 1.9 +4 -1 ports/archivers/lha/Makefile 1.4 +9 -13 ports/archivers/lha/patches/patch-aa 1.3 +1 -0 ports/archivers/lha/pkg/PLIST