From owner-cvs-ports Sun Sep 8 14:48:56 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA27178 for cvs-ports-outgoing; Sun, 8 Sep 1996 14:48:56 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA27158; Sun, 8 Sep 1996 14:48:42 -0700 (PDT) Date: Sun, 8 Sep 1996 14:48:42 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199609082148.OAA27158@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/archivers/lha Makefile ports/archivers/lha/pkg DESCR Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/09/08 14:48:40 Modified: archivers/lha Makefile archivers/lha/pkg DESCR Log: Remove NO_CDROM restriction, FreeBSD have author permissions Revision Changes Path 1.7 +1 -3 ports/archivers/lha/Makefile 1.3 +3 -0 ports/archivers/lha/pkg/DESCR From owner-cvs-ports Mon Sep 9 22:25:20 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA15730 for cvs-ports-outgoing; Mon, 9 Sep 1996 22:25:20 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA15703; Mon, 9 Sep 1996 22:25:12 -0700 (PDT) Date: Mon, 9 Sep 1996 22:25:12 -0700 (PDT) From: John Polstra Message-Id: <199609100525.WAA15703@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/lang/modula-3 Makefile ports/lang/modula-3/files mtree.in ports/lang/modula-3/pkg DESCR PLIST ports/lang/modula-3/scripts configure fix_pathnames ports/lang/modula-3/patches patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap patch-aq patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay patch-az patch-ba patch-bb patch-bc patch-bd patch-be patch-bf patch-bg patch-aa Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/09/09 22:25:11 Modified: lang/modula-3 Makefile lang/modula-3/patches patch-aa lang/modula-3/pkg DESCR PLIST lang/modula-3/scripts configure fix_pathnames Added: lang/modula-3/patches patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap patch-aq patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay patch-az patch-ba patch-bb patch-bc patch-bd patch-be patch-bf patch-bg Removed: lang/modula-3/files mtree.in Log: Update the Modula-3 port with two main goals in mind. First, change the port so that it builds a much smaller subset of the SRC distribution. This eliminates the enormous swap space requirements of the earlier port, greatly reduces the footprint of the installed tree, and cuts the size of the package in half. Second, include many important new patches. Among them is a slightly modified version of phkmalloc that is thread-safe for Modula-3. It eradicates some rare and baffling core dumps that cropped up from time to time in the previous version of the port. The Modula-3 runtime itself is careful to use mutual exclusion around calls to malloc. But there remained some sneaky backdoor paths into it from external libraries. Confession: In the original version of the Modula-3 port, I used a major version number of 353 for the shared libraries, to correspond with the SRC version number 3.5.3. That was a dumb move -- I should have used 1. The current update is incompatible at the shared library level, requiring me to increment the major version number to 354, even though this is still based on SRC release 3.5.3. This is bound to confuse some folks, unfortunately. I weighed a number of alternatives, such as (a) cheating and going back to 1, and (b) using a 4-digit major version such as 3531. But in the end I decided that 354 would be the best solution, even though it's confusing. Revision Changes Path 1.3 +33 -10 ports/lang/modula-3/Makefile 1.2 +14 -1707 ports/lang/modula-3/patches/patch-aa 1.2 +10 -2 ports/lang/modula-3/pkg/DESCR 1.2 +770 -53 ports/lang/modula-3/pkg/PLIST 1.2 +3 -2 ports/lang/modula-3/scripts/configure 1.2 +3 -1 ports/lang/modula-3/scripts/fix_pathnames From owner-cvs-ports Mon Sep 9 22:28:37 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA16019 for cvs-ports-outgoing; Mon, 9 Sep 1996 22:28:37 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA15995; Mon, 9 Sep 1996 22:28:29 -0700 (PDT) Date: Mon, 9 Sep 1996 22:28:29 -0700 (PDT) From: John Polstra Message-Id: <199609100528.WAA15995@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/net/cvsup Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/09/09 22:28:28 Modified: net/cvsup Makefile Log: Update for new version of the Modula-3 port. The new port really needs to be used for building CVSup, because it fixes some M3 bugs that affect CVSup. Revision Changes Path 1.4 +2 -2 ports/net/cvsup/Makefile From owner-cvs-ports Tue Sep 10 08:46:19 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA23565 for cvs-ports-outgoing; Tue, 10 Sep 1996 08:46:19 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA23525; Tue, 10 Sep 1996 08:46:03 -0700 (PDT) Date: Tue, 10 Sep 1996 08:46:03 -0700 (PDT) From: John Polstra Message-Id: <199609101546.IAA23525@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/lang/modula-3/pkg DESCR Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/09/10 08:46:02 Modified: lang/modula-3/pkg DESCR Log: Describe how to change the set of components that gets built. Revision Changes Path 1.3 +2 -1 ports/lang/modula-3/pkg/DESCR From owner-cvs-ports Tue Sep 10 15:43:50 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA20664 for cvs-ports-outgoing; Tue, 10 Sep 1996 15:43:50 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA20619; Tue, 10 Sep 1996 15:43:28 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id PAA01349; Tue, 10 Sep 1996 15:43:26 -0700 (PDT) Date: Tue, 10 Sep 1996 15:43:26 -0700 (PDT) Message-Id: <199609102243.PAA01349@silvia.HIP.Berkeley.EDU> To: jdp@freebsd.org CC: CVS-committers@freebsd.org, cvs-all@freebsd.org, cvs-ports@freebsd.org In-reply-to: <199609100525.WAA15703@freefall.freebsd.org> (jdp) Subject: Re: cvs commit: ports/lang/modula-3 Makefile ports/lang/modula-3/files mtree.in ports/lang/modula-3/pkg DESCR PLIST ports/lang/modula-3/scripts configure fix_pathnames ports/lang/modula-3/patches patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap patch-aq patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay patch-az patch-ba patch-bb patch-bc patch-bd patch-be patch-bf patch-bg patch-aa From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Confession: In the original version of the Modula-3 port, I used * a major version number of 353 for the shared libraries, to correspond * with the SRC version number 3.5.3. That was a dumb move -- I should * have used 1. That's quite right. But I'm also guilty for not stopping you when you told me to take a look at the port before import. ;) * The current update is incompatible at the shared * library level, requiring me to increment the major version number * to 354, even though this is still based on SRC release 3.5.3. This * is bound to confuse some folks, unfortunately. I weighed a number * of alternatives, such as (a) cheating and going back to 1, and (b) * using a 4-digit major version such as 3531. But in the end I * decided that 354 would be the best solution, even though it's * confusing. 354??? Now that doesn't make much sense. What are you going to do when SRC releases 3.5.4? Or if you want to make another change before the "real" 3.5.4 comes out? Fortunately, this upgrade is compatible in source level (meaning cvsup and virtualpaper users can use either this version or the older version, and ld.so will ensure that the correct library is used), so why don't you put on a helmet and jump back to 1? You can add a pre-install target that warns users loudly to remove the old version and recompile the two utilities that require it. Satoshi From owner-cvs-ports Tue Sep 10 16:11:06 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA22304 for cvs-ports-outgoing; Tue, 10 Sep 1996 16:11:06 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA22262; Tue, 10 Sep 1996 16:10:50 -0700 (PDT) Date: Tue, 10 Sep 1996 16:10:50 -0700 (PDT) From: Satoshi Asami Message-Id: <199609102310.QAA22262@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/x11/XFree86 Makefile ports/x11/XFree86/pkg PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/09/10 16:10:49 Modified: x11/XFree86 Makefile x11/XFree86/pkg PLIST Log: Add USE_X11 in Makefile, delete @cwd /usr/X11R6 from pkg/PLIST (this one was ignored anyway). Problem reported by: Karl Denninger Revision Changes Path 1.19 +2 -1 ports/x11/XFree86/Makefile 1.6 +0 -1 ports/x11/XFree86/pkg/PLIST From owner-cvs-ports Tue Sep 10 16:54:59 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA24690 for cvs-ports-outgoing; Tue, 10 Sep 1996 16:54:59 -0700 (PDT) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA24675; Tue, 10 Sep 1996 16:54:39 -0700 (PDT) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.7.5/8.7.3) with ESMTP id QAA12542; Tue, 10 Sep 1996 16:54:38 -0700 (PDT) Message-Id: <199609102354.QAA12542@austin.polstra.com> To: asami@freebsd.org (Satoshi Asami) cc: CVS-committers@freebsd.org, cvs-all@freebsd.org, cvs-ports@freebsd.org Subject: Re: cvs commit: ports/lang/modula-3 Makefile ports/lang/modula-3/files mtree.in ports/lang/modula-3/pkg DESCR PLIST ports/lang/modula-3/scripts configure fix_pathnames ports/lang/modula-3/patches patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap patch-aq patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay patch-az patch-ba patch-bb patch-bc patch-bd patch-be patch-bf patch-bg patch-aa In-reply-to: Your message of "Tue, 10 Sep 1996 15:43:26 PDT." <199609102243.PAA01349@silvia.HIP.Berkeley.EDU> Date: Tue, 10 Sep 1996 16:54:37 -0700 From: John Polstra Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > * Confession: In the original version of the Modula-3 port, I used > * a major version number of 353 for the shared libraries, to correspond > * with the SRC version number 3.5.3. That was a dumb move -- I should > * have used 1. > > That's quite right. But I'm also guilty for not stopping you when you > told me to take a look at the port before import. ;) Hey, it was my blunder, not yours. Quit trying to steal the credit for my accomplishments! :-) > 354??? Now that doesn't make much sense. What are you going to > do when SRC releases 3.5.4? Change it to 355, and get even more embarrassed than I already am? :-( "That Polstra, he's always a step ahead of the game!" > Fortunately, this upgrade is compatible in source level (meaning > cvsup and virtualpaper users can use either this version or the > older version, and ld.so will ensure that the correct library is > used), so why don't you put on a helmet and jump back to 1? You > can add a pre-install target that warns users loudly to remove the > old version and recompile the two utilities that require it. Frankly, I'm in favor of that idea. I think that in this case, it might be worth going against the Prime Directive, and lowering the major version number down to something reasonable. This port is only used by two other ports, and it's probably not used for anything else under FreeBSD. I control one of the other ports, and the other one is out of date with respect to its distfile, anyway. (Also, it has some other problems that I haven't told its maintainer about yet.) There aren't any commercial binaries that depend on our port of Modula-3. So it seems pretty safe. I think I'd like to change the version number to 2, because somebody besides me actually had a different port long ago that used 1. I will wait until tomorrow, and see whether any screams of agony and/or derision arise from the other listeners. John From owner-cvs-ports Tue Sep 10 21:12:31 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA07669 for cvs-ports-outgoing; Tue, 10 Sep 1996 21:12:31 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA07610; Tue, 10 Sep 1996 21:12:10 -0700 (PDT) Date: Tue, 10 Sep 1996 21:12:10 -0700 (PDT) From: Satoshi Asami Message-Id: <199609110412.VAA07610@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/editors/e93 Makefile ports/editors/e93/patches patch-aa Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/09/10 21:12:07 Modified: editors/e93 Makefile editors/e93/patches patch-aa Log: Use tcl from /usr/lib, not ports. Revision Changes Path 1.7 +1 -3 ports/editors/e93/Makefile 1.3 +1 -1 ports/editors/e93/patches/patch-aa From owner-cvs-ports Tue Sep 10 21:33:13 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA09034 for cvs-ports-outgoing; Tue, 10 Sep 1996 21:33:13 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca18-01.ix.netcom.com [204.32.168.193]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA08995; Tue, 10 Sep 1996 21:32:47 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id VAA08210; Tue, 10 Sep 1996 21:32:13 -0700 (PDT) Date: Tue, 10 Sep 1996 21:32:13 -0700 (PDT) Message-Id: <199609110432.VAA08210@silvia.HIP.Berkeley.EDU> To: erich@freebsd.org CC: CVS-committers@freebsd.org, cvs-all@freebsd.org, cvs-ports@freebsd.org In-reply-to: <199609061341.GAA04575@freefall.freebsd.org> (erich) Subject: Re: cvs commit: ports/sysutils/sudo Makefile ports/sysutils/sudo/files md5 ports/sysutils/sudo/patches patch-aa From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The patch doesn't apply. Satoshi From owner-cvs-ports Tue Sep 10 21:44:29 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA09815 for cvs-ports-outgoing; Tue, 10 Sep 1996 21:44:29 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA09798; Tue, 10 Sep 1996 21:44:21 -0700 (PDT) Date: Tue, 10 Sep 1996 21:44:21 -0700 (PDT) From: Satoshi Asami Message-Id: <199609110444.VAA09798@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www/wwwcount Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/09/10 21:44:20 Modified: www/wwwcount Makefile Log: Use INSTALL_* aliases defined in bsd.port.mk. Revision Changes Path 1.6 +7 -4 ports/www/wwwcount/Makefile From owner-cvs-ports Tue Sep 10 21:54:25 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA10391 for cvs-ports-outgoing; Tue, 10 Sep 1996 21:54:25 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA10377; Tue, 10 Sep 1996 21:54:12 -0700 (PDT) Date: Tue, 10 Sep 1996 21:54:12 -0700 (PDT) From: Satoshi Asami Message-Id: <199609110454.VAA10377@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/x11/xfedor Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/09/10 21:54:12 Modified: x11/xfedor Makefile Log: Use INSTALL_* macros defined in bsd.port.mk. Revision Changes Path 1.2 +5 -5 ports/x11/xfedor/Makefile From owner-cvs-ports Tue Sep 10 22:53:54 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA13766 for cvs-ports-outgoing; Tue, 10 Sep 1996 22:53:54 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA13750; Tue, 10 Sep 1996 22:53:45 -0700 (PDT) Date: Tue, 10 Sep 1996 22:53:45 -0700 (PDT) From: Satoshi Asami Message-Id: <199609110553.WAA13750@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/japanese/ptex2 Makefile ports/cad/pcb Makefile ports/devel/gcc11 Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/09/10 22:53:45 Modified: cad/pcb Makefile devel/gcc11 Makefile japanese/ptex2 Makefile Log: Remove BUILD_DEPENDS on bison, which is now part of the main source tree. Revision Changes Path 1.13 +1 -2 ports/cad/pcb/Makefile 1.3 +1 -3 ports/devel/gcc11/Makefile 1.9 +1 -3 ports/japanese/ptex2/Makefile From owner-cvs-ports Tue Sep 10 23:11:51 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA14559 for cvs-ports-outgoing; Tue, 10 Sep 1996 23:11:51 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA14545; Tue, 10 Sep 1996 23:11:41 -0700 (PDT) Date: Tue, 10 Sep 1996 23:11:41 -0700 (PDT) From: Satoshi Asami Message-Id: <199609110611.XAA14545@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/devel/bison/pkg COMMENT DESCR PLIST ports/devel/gperf Makefile ports/devel/gperf/files md5 ports/devel Makefile ports/devel/bison Makefile ports/devel/bison/files md5 ports/devel/gperf/patches patch-aa patch-ab patch-ac ports/devel/gperf/pkg COMMENT DESCR PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/09/10 23:11:41 Modified: devel Makefile Removed: devel/bison Makefile devel/bison/files md5 devel/bison/pkg COMMENT DESCR PLIST devel/gperf Makefile devel/gperf/files md5 devel/gperf/patches patch-aa patch-ab patch-ac devel/gperf/pkg COMMENT DESCR PLIST Log: Remove bison and gperf, they are in the main source tree now. Revision Changes Path 1.28 +1 -3 ports/devel/Makefile From owner-cvs-ports Wed Sep 11 01:56:42 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA21859 for cvs-ports-outgoing; Wed, 11 Sep 1996 01:56:42 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA21845; Wed, 11 Sep 1996 01:56:32 -0700 (PDT) Date: Wed, 11 Sep 1996 01:56:32 -0700 (PDT) From: Satoshi Asami Message-Id: <199609110856.BAA21845@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/09/11 01:56:32 Modified: . INDEX Log: Oh yeah, I'll tell you something, I've got a new INDEX. Revision Changes Path 1.84 +49 -42 ports/INDEX From owner-cvs-ports Wed Sep 11 05:23:29 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA29260 for cvs-ports-outgoing; Wed, 11 Sep 1996 05:23:29 -0700 (PDT) Received: (from erich@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA29242; Wed, 11 Sep 1996 05:23:21 -0700 (PDT) Date: Wed, 11 Sep 1996 05:23:21 -0700 (PDT) From: "Eric L. Hernes" Message-Id: <199609111223.FAA29242@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/sysutils/sudo/patches patch-ab Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk erich 96/09/11 05:23:20 Removed: sysutils/sudo/patches patch-ab Log: remove no longer needed patch-ab From owner-cvs-ports Wed Sep 11 05:29:06 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA29517 for cvs-ports-outgoing; Wed, 11 Sep 1996 05:29:06 -0700 (PDT) Received: from bacall.lodgenet.com (bacall.lodgenet.com [205.138.147.242]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA29504; Wed, 11 Sep 1996 05:29:03 -0700 (PDT) Received: (from mail@localhost) by bacall.lodgenet.com (8.6.12/8.6.12) id HAA16685; Wed, 11 Sep 1996 07:27:47 -0500 Received: from garbo.lodgenet.com(204.124.123.250) by bacall via smap (V1.3) id sma016680; Wed Sep 11 07:27:22 1996 Received: from jake.lodgenet.com (jake.lodgenet.com [204.124.120.30]) by garbo.lodgenet.com (8.6.12/8.6.9) with ESMTP id HAA24327; Wed, 11 Sep 1996 07:28:04 -0500 Received: from localhost (localhost [127.0.0.1]) by jake.lodgenet.com (8.7.5/8.6.12) with SMTP id HAA27829; Wed, 11 Sep 1996 07:17:45 -0500 (CDT) Message-Id: <199609111217.HAA27829@jake.lodgenet.com> X-Authentication-Warning: jake.lodgenet.com: Host localhost [127.0.0.1] didn't use HELO protocol X-Mailer: exmh version 1.6.2 7/18/95 To: asami@freebsd.org (Satoshi Asami) cc: erich@freebsd.org, CVS-committers@freebsd.org, cvs-all@freebsd.org, cvs-ports@freebsd.org Subject: Re: cvs commit: ports/sysutils/sudo Makefile ports/sysutils/sudo/files md5 ports/sysutils/sudo/patches patch-aa In-reply-to: Your message of "Tue, 10 Sep 1996 21:32:13 PDT." <199609110432.VAA08210@silvia.HIP.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 11 Sep 1996 07:17:45 -0500 From: "Eric L. Hernes" Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami writes: >The patch doesn't apply. I must've rm-ed patch-ab, but not cvs rm-ed it :( should work now. > >Satoshi eric. -- erich@lodgenet.com http://rrnet.com/~erich erich@rrnet.com From owner-cvs-ports Wed Sep 11 17:40:08 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA17785 for cvs-ports-outgoing; Wed, 11 Sep 1996 17:40:08 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA17724; Wed, 11 Sep 1996 17:39:58 -0700 (PDT) Date: Wed, 11 Sep 1996 17:39:58 -0700 (PDT) From: John Polstra Message-Id: <199609120039.RAA17724@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/lang/modula-3 Makefile ports/lang/modula-3/patches patch-ah ports/lang/modula-3/pkg INSTALL DESCR PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/09/11 17:39:58 Modified: lang/modula-3 Makefile lang/modula-3/patches patch-ah lang/modula-3/pkg DESCR PLIST Added: lang/modula-3/pkg INSTALL Log: Helmet on? Helmet on! Flameproof vest? Deployed, Sir! Heat resistant carbon-fiber cup? In place! All defensive systems armed and ready? Armed and ready, Sir! Fine, then. Let's get on with it. Reduce shared library version numbers! Uh, Sir, with all due respect ... DO YOU HEAR ME??? REDUCE SHARED LIBRARY VERSION NUMBERS!!! Reducing shared library version numbers! ... <*whirr click*> Done! All right, soldier, let's get the hell out of here... Soldier? ... Soldier?? Revision Changes Path 1.4 +6 -2 ports/lang/modula-3/Makefile 1.2 +1 -1 ports/lang/modula-3/patches/patch-ah 1.4 +0 -4 ports/lang/modula-3/pkg/DESCR 1.3 +34 -34 ports/lang/modula-3/pkg/PLIST From owner-cvs-ports Wed Sep 11 17:40:51 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA17858 for cvs-ports-outgoing; Wed, 11 Sep 1996 17:40:51 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA17844; Wed, 11 Sep 1996 17:40:47 -0700 (PDT) Date: Wed, 11 Sep 1996 17:40:47 -0700 (PDT) From: John Polstra Message-Id: <199609120040.RAA17844@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/net/cvsup Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/09/11 17:40:47 Modified: net/cvsup Makefile Log: Update for new version of the Modula-3 port. Revision Changes Path 1.5 +2 -2 ports/net/cvsup/Makefile From owner-cvs-ports Thu Sep 12 02:52:14 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA25656 for cvs-ports-outgoing; Thu, 12 Sep 1996 02:52:14 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA25640; Thu, 12 Sep 1996 02:52:05 -0700 (PDT) Date: Thu, 12 Sep 1996 02:52:05 -0700 (PDT) From: Satoshi Asami Message-Id: <199609120952.CAA25640@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/japanese/ejdict Makefile ports/japanese/ejdict/patches patch-aa ports/japanese/ejdict/pkg PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/09/12 02:52:04 Modified: japanese/ejdict Makefile japanese/ejdict/patches patch-aa japanese/ejdict/pkg PLIST Log: Move dictionary from /usr/local/dict to /usr/local/share/dict. Submitted by: Mita Yoshio Revision Changes Path 1.2 +5 -5 ports/japanese/ejdict/Makefile 1.2 +2 -2 ports/japanese/ejdict/patches/patch-aa 1.2 +4 -4 ports/japanese/ejdict/pkg/PLIST From owner-cvs-ports Thu Sep 12 17:13:50 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA14666 for cvs-ports-outgoing; Thu, 12 Sep 1996 17:13:50 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA14650; Thu, 12 Sep 1996 17:13:38 -0700 (PDT) Date: Thu, 12 Sep 1996 17:13:38 -0700 (PDT) From: John Polstra Message-Id: <199609130013.RAA14650@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 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/09/12 17:13:37 Modified: net/cvsup Makefile net/cvsup/files md5 net/cvsup/patches patch-aa Log: Update for new release 13.4 of CVSup. Revision Changes Path 1.6 +1 -1 ports/net/cvsup/Makefile 1.3 +1 -1 ports/net/cvsup/files/md5 1.3 +2 -2 ports/net/cvsup/patches/patch-aa From owner-cvs-ports Thu Sep 12 17:50:41 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA16867 for cvs-ports-outgoing; Thu, 12 Sep 1996 17:50:41 -0700 (PDT) Received: (from jmz@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA16852; Thu, 12 Sep 1996 17:50:33 -0700 (PDT) Date: Thu, 12 Sep 1996 17:50:33 -0700 (PDT) From: Jean-Marc Zucconi Message-Id: <199609130050.RAA16852@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/lang/pTk/pkg PLIST ports/lang/pTk Makefile ports/lang/pTk/files md5 ports/lang/pTk/patches patch-aa Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmz 96/09/12 17:50:33 Modified: lang/pTk Makefile lang/pTk/files md5 lang/pTk/pkg PLIST Removed: lang/pTk/patches patch-aa Log: Upgrade to version 400.200 Revision Changes Path 1.12 +4 -4 ports/lang/pTk/Makefile 1.6 +1 -1 ports/lang/pTk/files/md5 1.9 +38 -11 ports/lang/pTk/pkg/PLIST From owner-cvs-ports Fri Sep 13 00:50:54 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA00575 for cvs-ports-outgoing; Fri, 13 Sep 1996 00:50:54 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA00561; Fri, 13 Sep 1996 00:50:48 -0700 (PDT) Date: Fri, 13 Sep 1996 00:50:48 -0700 (PDT) From: Thomas Gellekum Message-Id: <199609130750.AAA00561@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/print/teTeX/patches patch-aa patch-ab patch-ac patch-ad ports/print/teTeX/pkg PLIST ports/print/teTeX Makefile ports/print/teTeX/files md5 ports/print/teTeX/scripts post-install pre-extract pre-patch Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tg 96/09/13 00:50:47 Modified: print/teTeX Makefile print/teTeX/files md5 print/teTeX/patches patch-aa patch-ab print/teTeX/pkg PLIST print/teTeX/scripts post-install pre-extract pre-patch Removed: print/teTeX/patches patch-ac patch-ad Log: Upgrade to 0.4 Revision Changes Path 1.8 +7 -7 ports/print/teTeX/Makefile 1.5 +2 -2 ports/print/teTeX/files/md5 1.3 +25 -13 ports/print/teTeX/patches/patch-aa 1.3 +8 -8 ports/print/teTeX/patches/patch-ab 1.4 +1 -1 ports/print/teTeX/pkg/PLIST 1.5 +1 -1 ports/print/teTeX/scripts/post-install 1.4 +3 -3 ports/print/teTeX/scripts/pre-extract 1.3 +8 -8 ports/print/teTeX/scripts/pre-patch From owner-cvs-ports Fri Sep 13 16:22:33 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA25610 for cvs-ports-outgoing; Fri, 13 Sep 1996 16:22:33 -0700 (PDT) Received: (from chuckr@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA25592; Fri, 13 Sep 1996 16:22:21 -0700 (PDT) Date: Fri, 13 Sep 1996 16:22:21 -0700 (PDT) From: Chuck Robey Message-Id: <199609132322.QAA25592@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/lang/expect/files md5 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk chuckr 96/09/13 16:22:20 Modified: lang/expect/files md5 Log: Update md5. Revision Changes Path 1.6 +1 -1 ports/lang/expect/files/md5 From owner-cvs-ports Fri Sep 13 16:52:24 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA28283 for cvs-ports-outgoing; Fri, 13 Sep 1996 16:52:24 -0700 (PDT) Received: (from jmz@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA28257; Fri, 13 Sep 1996 16:52:17 -0700 (PDT) Date: Fri, 13 Sep 1996 16:52:17 -0700 (PDT) From: Jean-Marc Zucconi Message-Id: <199609132352.QAA28257@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/comms/mgetty+sendfax/pkg PLIST ports/comms/mgetty+sendfax Makefile ports/comms/mgetty+sendfax/files md5 ports/comms/mgetty+sendfax/patches patch-ad patch-ab patch-ac Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmz 96/09/13 16:52:17 Modified: comms/mgetty+sendfax Makefile comms/mgetty+sendfax/files md5 comms/mgetty+sendfax/patches patch-ab comms/mgetty+sendfax/pkg PLIST Added: comms/mgetty+sendfax/patches patch-ad Removed: comms/mgetty+sendfax/patches patch-ac Log: Upgrade to version 0.99 (beta) Revision Changes Path 1.10 +3 -3 ports/comms/mgetty+sendfax/Makefile 1.3 +1 -1 ports/comms/mgetty+sendfax/files/md5 1.3 +20 -20 ports/comms/mgetty+sendfax/patches/patch-ab 1.4 +3 -0 ports/comms/mgetty+sendfax/pkg/PLIST From owner-cvs-ports Fri Sep 13 17:59:41 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA02620 for cvs-ports-outgoing; Fri, 13 Sep 1996 17:59:41 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA02600; Fri, 13 Sep 1996 17:59:33 -0700 (PDT) Date: Fri, 13 Sep 1996 17:59:33 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199609140059.RAA02600@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www/webcopy - Imported sources Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/09/13 17:59:33 ports/www/webcopy - Imported sources Update of /home/ncvs/ports/www/webcopy In directory freefall.freebsd.org:/a/ache/x Revision/Branch: 1.1.1 Log Message: Web Mirroring Program Status: Vendor Tag: ache Release Tags: ache N ports/www/webcopy/Makefile N ports/www/webcopy/files/md5 N ports/www/webcopy/patches/patch-aa N ports/www/webcopy/patches/patch-ab N ports/www/webcopy/pkg/PLIST N ports/www/webcopy/pkg/DESCR N ports/www/webcopy/pkg/COMMENT No conflicts created by this import From owner-cvs-ports Fri Sep 13 18:00:50 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA02814 for cvs-ports-outgoing; Fri, 13 Sep 1996 18:00:50 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA02793; Fri, 13 Sep 1996 18:00:42 -0700 (PDT) Date: Fri, 13 Sep 1996 18:00:42 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199609140100.SAA02793@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/09/13 18:00:41 Modified: www Makefile Log: Add webcopy Revision Changes Path 1.21 +2 -1 ports/www/Makefile From owner-cvs-ports Fri Sep 13 18:54:08 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA05855 for cvs-ports-outgoing; Fri, 13 Sep 1996 18:54:08 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA05818; Fri, 13 Sep 1996 18:53:48 -0700 (PDT) Date: Fri, 13 Sep 1996 18:53:48 -0700 (PDT) From: Satoshi Asami Message-Id: <199609140153.SAA05818@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www/webcopy/pkg COMMENT Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/09/13 18:53:47 Modified: www/webcopy/pkg COMMENT Log: Take out "webcopy" -- you are NOT supposed to put the name of the package in this file! Revision Changes Path 1.2 +1 -1 ports/www/webcopy/pkg/COMMENT From owner-cvs-ports Fri Sep 13 18:54:55 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA05923 for cvs-ports-outgoing; Fri, 13 Sep 1996 18:54:55 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA05902; Fri, 13 Sep 1996 18:54:50 -0700 (PDT) Date: Fri, 13 Sep 1996 18:54:50 -0700 (PDT) From: Satoshi Asami Message-Id: <199609140154.SAA05902@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www/webcopy Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/09/13 18:54:49 Modified: www/webcopy Makefile Log: Change NO_PACKAGE to NO_CDROM, because it says "don't sell for profit". Change the comment to be more informative ("read script" is not the kind of thing you want to put here). Revision Changes Path 1.2 +3 -3 ports/www/webcopy/Makefile From owner-cvs-ports Fri Sep 13 18:55:45 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA05990 for cvs-ports-outgoing; Fri, 13 Sep 1996 18:55:45 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA05975; Fri, 13 Sep 1996 18:55:41 -0700 (PDT) Date: Fri, 13 Sep 1996 18:55:41 -0700 (PDT) From: Satoshi Asami Message-Id: <199609140155.SAA05975@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports LEGAL Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/09/13 18:55:40 Modified: . LEGAL Log: Add webcopy as "don't sell for profit" item. Revision Changes Path 1.40 +2 -1 ports/LEGAL From owner-cvs-ports Fri Sep 13 18:59:42 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA06207 for cvs-ports-outgoing; Fri, 13 Sep 1996 18:59:42 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA06192; Fri, 13 Sep 1996 18:59:34 -0700 (PDT) Date: Fri, 13 Sep 1996 18:59:34 -0700 (PDT) From: Satoshi Asami Message-Id: <199609140159.SAA06192@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/comms/mgetty+sendfax Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/09/13 18:59:34 Modified: comms/mgetty+sendfax Makefile Log: Update comment to version 0.99 too. Revision Changes Path 1.11 +2 -2 ports/comms/mgetty+sendfax/Makefile From owner-cvs-ports Fri Sep 13 19:07:11 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA06630 for cvs-ports-outgoing; Fri, 13 Sep 1996 19:07:11 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA06605; Fri, 13 Sep 1996 19:06:57 -0700 (PDT) Date: Fri, 13 Sep 1996 19:06:57 -0700 (PDT) From: Satoshi Asami Message-Id: <199609140206.TAA06605@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/chinese - Imported sources Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/09/13 19:06:56 ports/chinese - Imported sources Update of /home/ncvs/ports/chinese In directory freefall.freebsd.org:/a/asami/work/chinese Revision/Branch: 1.1.1 Log Message: The Makefile for the soon-to-be-born "Chinese" category. With celvis and cxterm commented out, as Chuck is now working on them! :) Status: Vendor Tag: PORTS Release Tags: ports_chinese N ports/chinese/Makefile No conflicts created by this import From owner-cvs-ports Fri Sep 13 19:07:40 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA06680 for cvs-ports-outgoing; Fri, 13 Sep 1996 19:07:40 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA06662; Fri, 13 Sep 1996 19:07:29 -0700 (PDT) Date: Fri, 13 Sep 1996 19:07:29 -0700 (PDT) From: Satoshi Asami Message-Id: <199609140207.TAA06662@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/09/13 19:07:28 Modified: . Makefile Log: Added chinese. Revision Changes Path 1.25 +2 -1 ports/Makefile From owner-cvs-ports Fri Sep 13 20:11:21 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA11297 for cvs-ports-outgoing; Fri, 13 Sep 1996 20:11:21 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA11245; Fri, 13 Sep 1996 20:11:08 -0700 (PDT) Date: Fri, 13 Sep 1996 20:11:08 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199609140311.UAA11245@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/misc/less/pkg COMMENT Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/09/13 20:11:07 Modified: misc/less/pkg COMMENT Log: Remove package name Revision Changes Path 1.5 +1 -1 ports/misc/less/pkg/COMMENT From owner-cvs-ports Fri Sep 13 20:25:52 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA12311 for cvs-ports-outgoing; Fri, 13 Sep 1996 20:25:52 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA12291; Fri, 13 Sep 1996 20:25:41 -0700 (PDT) Date: Fri, 13 Sep 1996 20:25:41 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199609140325.UAA12291@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/devel/gmake Makefile ports/devel/gmake/files md5 ports/devel/gmake/pkg COMMENT PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/09/13 20:25:40 Modified: devel/gmake Makefile devel/gmake/files md5 devel/gmake/pkg COMMENT PLIST Log: Upgrade to 3.75 Revision Changes Path 1.11 +4 -4 ports/devel/gmake/Makefile 1.4 +1 -1 ports/devel/gmake/files/md5 1.5 +1 -1 ports/devel/gmake/pkg/COMMENT 1.3 +0 -1 ports/devel/gmake/pkg/PLIST From owner-cvs-ports Fri Sep 13 20:27:25 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA12415 for cvs-ports-outgoing; Fri, 13 Sep 1996 20:27:25 -0700 (PDT) Received: from sequent.kiae.su (sequent.kiae.su [193.125.152.6]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id UAA12408; Fri, 13 Sep 1996 20:27:21 -0700 (PDT) Received: by sequent.kiae.su id AA24497 (5.65.kiae-2 ); Sat, 14 Sep 1996 07:25:31 +0400 Received: by sequent.KIAE.su (UUMAIL/2.0); Sat, 14 Sep 96 07:25:30 +0400 Received: (from ache@localhost) by nagual.ru (8.7.5/8.7.3) id HAA00836; Sat, 14 Sep 1996 07:07:21 +0400 (MSD) Message-Id: <199609140307.HAA00836@nagual.ru> Subject: Re: cvs commit: ports/www/webcopy Makefile In-Reply-To: <199609140154.SAA05902@freefall.freebsd.org> from "Satoshi Asami" at "Sep 13, 96 06:54:50 pm" To: asami@freefall.freebsd.org (Satoshi Asami) Date: Sat, 14 Sep 1996 07:07:20 +0400 (MSD) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (Andrey A. Chernov) Organization: self X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL25 (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 > asami 96/09/13 18:54:49 > > Modified: www/webcopy Makefile > Log: > Change NO_PACKAGE to NO_CDROM, because it says "don't sell for > profit". Change the comment to be more informative ("read script" > is not the kind of thing you want to put here). His License is quite unclear in may places. He also says "don't distribute modified copied", so I make NO_PACKAGE. Could you contact him please, maybe he gives permissions to us? -- Andrey A. Chernov http://www.nagual.ru/~ache/ From owner-cvs-ports Sat Sep 14 01:36:48 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA22347 for cvs-ports-outgoing; Sat, 14 Sep 1996 01:36:48 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA22313; Sat, 14 Sep 1996 01:36:35 -0700 (PDT) Date: Sat, 14 Sep 1996 01:36:35 -0700 (PDT) From: Satoshi Asami Message-Id: <199609140836.BAA22313@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/mail/youbin Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/09/14 01:36:34 Modified: mail/youbin Makefile Log: Don't use "&;", which is now illegal. Submitted by: max@sfc.wide.ad.jp Revision Changes Path 1.3 +3 -3 ports/mail/youbin/Makefile From owner-cvs-ports Sat Sep 14 01:52:38 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA24398 for cvs-ports-outgoing; Sat, 14 Sep 1996 01:52:38 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA24377; Sat, 14 Sep 1996 01:52:26 -0700 (PDT) Date: Sat, 14 Sep 1996 01:52:26 -0700 (PDT) From: Satoshi Asami Message-Id: <199609140852.BAA24377@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/japanese/ptex2/patches patch-ab patch-ac patch-ad patch-ae ports/japanese/ptex2/pkg PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/09/14 01:52:25 Modified: japanese/ptex2/pkg PLIST Added: japanese/ptex2/patches patch-ab patch-ac patch-ad patch-ae Log: Always install MakeTeXPK, renaming the old one out of the way if necessary. Submitted by: max@sfc.wide.ad.jp Revision Changes Path 1.3 +1 -1 ports/japanese/ptex2/pkg/PLIST From owner-cvs-ports Sat Sep 14 02:17:46 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA26844 for cvs-ports-outgoing; Sat, 14 Sep 1996 02:17:46 -0700 (PDT) Received: (from roberto@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA26814; Sat, 14 Sep 1996 02:17:35 -0700 (PDT) Date: Sat, 14 Sep 1996 02:17:35 -0700 (PDT) From: Ollivier Robert Message-Id: <199609140917.CAA26814@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/misc/lsof - Imported sources Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk roberto 96/09/14 02:17:32 ports/misc/lsof - Imported sources Update of /home/ncvs/ports/misc/lsof In directory freefall.freebsd.org:/a/roberto/lsof Revision/Branch: 1.1.1 Log Message: Import of Vic Abell's LSOF (using easy-import). LSOF is a very useful package for a system administrateor. Ot shows all kind of open files, including sockets, pipes and knows about NFS. Submitted by: "David E. O'Brien" Status: Vendor Tag: ABELL Release Tags: lsof_3_75 N ports/misc/lsof/Makefile N ports/misc/lsof/files/md5 N ports/misc/lsof/pkg/COMMENT N ports/misc/lsof/pkg/DESCR N ports/misc/lsof/pkg/PLIST N ports/misc/lsof/patches/patch-aa No conflicts created by this import From owner-cvs-ports Sat Sep 14 15:51:39 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14066 for cvs-ports-outgoing; Sat, 14 Sep 1996 15:51:39 -0700 (PDT) Received: (from torstenb@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14046; Sat, 14 Sep 1996 15:51:31 -0700 (PDT) Date: Sat, 14 Sep 1996 15:51:31 -0700 (PDT) From: Torsten Blum Message-Id: <199609142251.PAA14046@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/audio/rsynth Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk torstenb 96/09/14 15:51:31 Modified: audio/rsynth Makefile Log: Path on MASTER_SITE has changed Revision Changes Path 1.3 +1 -1 ports/audio/rsynth/Makefile From owner-cvs-ports Sat Sep 14 15:52:24 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14217 for cvs-ports-outgoing; Sat, 14 Sep 1996 15:52:24 -0700 (PDT) Received: (from torstenb@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14196; Sat, 14 Sep 1996 15:52:16 -0700 (PDT) Date: Sat, 14 Sep 1996 15:52:16 -0700 (PDT) From: Torsten Blum Message-Id: <199609142252.PAA14196@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/graphics/xpm Makefile ports/graphics/xpm/files md5 ports/graphics/xpm/patches patch-aa ports/graphics/xpm/pkg COMMENT DESCR PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk torstenb 96/09/14 15:52:16 Modified: graphics/xpm Makefile graphics/xpm/files md5 graphics/xpm/pkg COMMENT DESCR PLIST Removed: graphics/xpm/patches patch-aa Log: Upgrade to 3.4i Revision Changes Path 1.10 +3 -3 ports/graphics/xpm/Makefile 1.5 +1 -1 ports/graphics/xpm/files/md5 1.5 +1 -1 ports/graphics/xpm/pkg/COMMENT 1.5 +1 -2 ports/graphics/xpm/pkg/DESCR 1.9 +1 -1 ports/graphics/xpm/pkg/PLIST From owner-cvs-ports Sat Sep 14 15:53:25 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14382 for cvs-ports-outgoing; Sat, 14 Sep 1996 15:53:25 -0700 (PDT) Received: (from torstenb@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14362; Sat, 14 Sep 1996 15:53:18 -0700 (PDT) Date: Sat, 14 Sep 1996 15:53:18 -0700 (PDT) From: Torsten Blum Message-Id: <199609142253.PAA14362@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/x11/ctwm/pkg PLIST ports/x11/ctwm Makefile ports/x11/ctwm/files md5 ports/x11/ctwm/patches patch-aa Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk torstenb 96/09/14 15:53:17 Modified: x11/ctwm Makefile x11/ctwm/files md5 x11/ctwm/patches patch-aa x11/ctwm/pkg PLIST Log: Upgrade to 3.4 patchlevel 2 Revision Changes Path 1.10 +5 -4 ports/x11/ctwm/Makefile 1.2 +1 -1 ports/x11/ctwm/files/md5 1.4 +8 -8 ports/x11/ctwm/patches/patch-aa 1.3 +89 -81 ports/x11/ctwm/pkg/PLIST From owner-cvs-ports Sat Sep 14 15:55:10 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14575 for cvs-ports-outgoing; Sat, 14 Sep 1996 15:55:10 -0700 (PDT) Received: (from torstenb@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14549; Sat, 14 Sep 1996 15:55:03 -0700 (PDT) Date: Sat, 14 Sep 1996 15:55:03 -0700 (PDT) From: Torsten Blum Message-Id: <199609142255.PAA14549@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/shells/zsh Makefile ports/shells/zsh/files md5 ports/shells/zsh/pkg PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk torstenb 96/09/14 15:55:02 Modified: shells/zsh Makefile shells/zsh/files md5 shells/zsh/pkg PLIST Log: Upgrade to 3.0.0 Revision Changes Path 1.20 +4 -4 ports/shells/zsh/Makefile 1.10 +1 -1 ports/shells/zsh/files/md5 1.11 +2 -2 ports/shells/zsh/pkg/PLIST From owner-cvs-ports Sat Sep 14 16:15:35 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA16129 for cvs-ports-outgoing; Sat, 14 Sep 1996 16:15:35 -0700 (PDT) Received: (from torstenb@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA16110; Sat, 14 Sep 1996 16:15:27 -0700 (PDT) Date: Sat, 14 Sep 1996 16:15:27 -0700 (PDT) From: Torsten Blum Message-Id: <199609142315.QAA16110@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/security/libident Makefile ports/security/libident/files md5 ports/security/libident/patches patch-aa Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk torstenb 96/09/14 16:15:26 Modified: security/libident Makefile security/libident/files md5 security/libident/patches patch-aa Log: Upgrade to 0.19 Revision Changes Path 1.3 +3 -3 ports/security/libident/Makefile 1.2 +1 -1 ports/security/libident/files/md5 1.2 +14 -14 ports/security/libident/patches/patch-aa From owner-cvs-ports Sat Sep 14 16:22:18 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA16765 for cvs-ports-outgoing; Sat, 14 Sep 1996 16:22:18 -0700 (PDT) Received: (from torstenb@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA16736; Sat, 14 Sep 1996 16:22:09 -0700 (PDT) Date: Sat, 14 Sep 1996 16:22:09 -0700 (PDT) From: Torsten Blum Message-Id: <199609142322.QAA16736@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/security/pidentd Makefile ports/security/pidentd/files md5 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk torstenb 96/09/14 16:22:08 Modified: security/pidentd Makefile security/pidentd/files md5 Log: Upgrade to 2.7 (no changes since 2.7b4) Revision Changes Path 1.15 +3 -3 ports/security/pidentd/Makefile 1.7 +1 -1 ports/security/pidentd/files/md5 From owner-cvs-ports Sat Sep 14 16:43:12 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA18324 for cvs-ports-outgoing; Sat, 14 Sep 1996 16:43:12 -0700 (PDT) Received: (from torstenb@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA18301; Sat, 14 Sep 1996 16:43:03 -0700 (PDT) Date: Sat, 14 Sep 1996 16:43:03 -0700 (PDT) From: Torsten Blum Message-Id: <199609142343.QAA18301@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/x11/sunclock - Imported sources Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk torstenb 96/09/14 16:43:02 ports/x11/sunclock - Imported sources Update of /home/ncvs/ports/x11/sunclock In directory freefall.freebsd.org:/a/torstenb/work/sunclock Revision/Branch: 1.1.1 Log Message: sunclock shows which portion of the Earth's surface is illuminated by the Sun. Status: Vendor Tag: JMACKIN Release Tags: sunlock_1_3 N ports/x11/sunclock/Makefile N ports/x11/sunclock/patches/patch-aa N ports/x11/sunclock/patches/patch-ab N ports/x11/sunclock/pkg/PLIST N ports/x11/sunclock/pkg/COMMENT N ports/x11/sunclock/pkg/DESCR N ports/x11/sunclock/files/md5 No conflicts created by this import