From owner-freebsd-ports Sun Apr 30 00:38:27 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA11505 for ports-outgoing; Sun, 30 Apr 1995 00:38:27 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA11499 ; Sun, 30 Apr 1995 00:38:26 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.11/8.6.9) with SMTP id AAA16471; Sun, 30 Apr 1995 00:38:26 -0700 X-Authentication-Warning: time.cdrom.com: Host localhost didn't use HELO protocol To: Joshua Peck Macdonald cc: ports@freefall.cdrom.com Subject: Re: pkg_Add in mar 23 snap In-reply-to: Your message of "Sat, 29 Apr 1995 18:41:35 PDT." <199504300141.SAA04855@freefall.cdrom.com> Date: Sun, 30 Apr 1995 00:38:26 -0700 Message-ID: <16469.799227506@time.cdrom.com> From: "Jordan K. Hubbard" Sender: ports-owner@FreeBSD.org Precedence: bulk > and got an error mtree failed, nothing installed. I was trying to > install the tk package and got an error that there wasn't enough space, > I guess its looking at the space on /var but not following the link. No, it would have followd the link. > It said I could define an environment variable to tell it to use other > space but that didn't work, it ignored it. > > axis.root-jmacd # pkg_add tk-3.6.tgz > /var/tmp/instmp.006973 doesn't have enough free space. Please set your PKG_T MPDIR > environment variable to a location with more space and > try the command again. > axis.root-jmacd # setenv PKG_TMPDIR /usr/tmp > axis.root-jmacd # pkg_add tk-3.6.tgz > /usr/tmp/instmp.006976 doesn't have enough free space. Please set your PKG_T ^^^^^^^^ It didn't ignore it at all. Are you SURE that /usr/tmp has enough free space?? The free space check it's performing is definitely coming up with a blank. > axis.root-jmacd # pkg_add tcl-7.3.tgz > usage: mtree [-cdeinrUux] [-f spec] [-K key] [-k key] [-p path] [-s seed] > Error status 1 from mtree. That has been fixed, unless the problem is that the TCL package has a bogus prefix. Jordan From owner-freebsd-ports Sun Apr 30 09:27:07 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA28912 for ports-outgoing; Sun, 30 Apr 1995 09:27:07 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA28874 ; Sun, 30 Apr 1995 09:22:17 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.11/8.6.9) with ESMTP id SAA02349; Sun, 30 Apr 1995 18:21:10 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.11/8.6.9) with SMTP id SAA08524; Sun, 30 Apr 1995 18:21:07 +0200 Message-Id: <199504301621.SAA08524@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) cc: mark@grondar.za, bugs@FreeBSD.org, ports@FreeBSD.org Subject: Re: pkg_manage has a problem? Date: Sun, 30 Apr 1995 18:21:07 +0200 From: Mark Murray Sender: ports-owner@FreeBSD.org Precedence: bulk > If you've picked up the bsd.port.mk and pkg_install from -current, > "make install" in a port should have registered the package (just like > you did "pkg_add") for you. Then I think we are dealing with a bug. As pkg_manage starts, it tries to read the package info. It then gives a dialog box that says "An error occurred, view output?". I select yes, and another box comes up entitled "Error output from pkg_add". This contains (and I type by hand): Warning:PKG_PATH environment variable not set. tar: unknown option } tar: unknown option. use tar --help blah blah blah Tar extract of failed! <----This is an exact copy Error during unpacking, no info for 'less-290' available. I have only one package registered, 'less', how did you guess? ;-) and its directory structure looks like: Script started on Sun Apr 30 18:18:09 1995 bash$ find /var/db/pkg -print /var/db/pkg /var/db/pkg/less-290 /var/db/pkg/less-290/+CONTENTS /var/db/pkg/less-290/+DESC /var/db/pkg/less-290/+COMMENT bash$ exit Any ideas? Mark -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 From owner-freebsd-ports Sun Apr 30 09:44:36 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA29177 for ports-outgoing; Sun, 30 Apr 1995 09:44:36 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA29171 ; Sun, 30 Apr 1995 09:44:35 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.11/8.6.9) with SMTP id JAA17904; Sun, 30 Apr 1995 09:43:45 -0700 X-Authentication-Warning: time.cdrom.com: Host localhost didn't use HELO protocol To: Mark Murray cc: asami@cs.berkeley.edu, bugs@FreeBSD.org, ports@FreeBSD.org Subject: Re: pkg_manage has a problem? In-reply-to: Your message of "Sun, 30 Apr 1995 18:21:07 +0200." <199504301621.SAA08524@grumble.grondar.za> Date: Sun, 30 Apr 1995 09:43:44 -0700 Message-ID: <17902.799260224@time.cdrom.com> From: "Jordan K. Hubbard" Sender: ports-owner@FreeBSD.org Precedence: bulk > Then I think we are dealing with a bug. As pkg_manage starts, it tries to > read the package info. It then gives a dialog box that says "An error > occurred, view output?". I select yes, and another box comes up entitled > "Error output from pkg_add". This contains (and I type by hand): > Warning:PKG_PATH environment variable not set. > tar: unknown option } > tar: unknown option. use tar --help blah blah blah > Tar extract of failed! <----This is an exact copy > Error during unpacking, no info for 'less-290' available. Hmmmm... Can you add a little diagnostic output to pkg_manage and tell me which args its invoking pkg_add with? I may have broken something with my recent changes and would like a chance to debug it! Also, please put the failing package information up for ftp someplace so that I can debug the problem under the same set of circumstances. Jordan From owner-freebsd-ports Sun Apr 30 10:25:37 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA29644 for ports-outgoing; Sun, 30 Apr 1995 10:25:37 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA29611 ; Sun, 30 Apr 1995 10:22:29 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.11/8.6.9) with ESMTP id TAA02732; Sun, 30 Apr 1995 19:22:03 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.11/8.6.9) with SMTP id TAA09053; Sun, 30 Apr 1995 19:22:00 +0200 Message-Id: <199504301722.TAA09053@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: "Jordan K. Hubbard" cc: Mark Murray , asami@cs.berkeley.edu, bugs@FreeBSD.org, ports@FreeBSD.org Subject: Re: pkg_manage has a problem? Date: Sun, 30 Apr 1995 19:22:00 +0200 From: Mark Murray Sender: ports-owner@FreeBSD.org Precedence: bulk > Hmmmm... Can you add a little diagnostic output to pkg_manage and tell > me which args its invoking pkg_add with? I may have broken something > with my recent changes and would like a chance to debug it! I did a bit, and got nada, but the movies call, so I must go. Tomorrow will get some more... > Also, please put the failing package information up for ftp someplace > so that I can debug the problem under the same set of circumstances. Sure. grumble.grondar.za:/pub/pkg.tar/gz. M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 From owner-freebsd-ports Sun Apr 30 11:58:59 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA01375 for ports-outgoing; Sun, 30 Apr 1995 11:58:59 -0700 Received: from sovcom.kiae.su (sovcom.kiae.su [144.206.136.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA01364 ; Sun, 30 Apr 1995 11:58:24 -0700 Received: by sovcom.kiae.su id AA11869 (5.65.kiae-2 ); Sun, 30 Apr 1995 22:49:45 +0400 Received: by sovcom.KIAE.su (UUMAIL/2.0); Sun, 30 Apr 95 22:49:44 +0300 Received: (from ache@localhost) by astral.msk.su (8.6.8/8.6.6) id WAA06513; Sun, 30 Apr 1995 22:40:34 +0400 To: "Jordan K. Hubbard" , Mark Murray Cc: asami@cs.berkeley.edu, bugs@FreeBSD.org, ports@FreeBSD.org References: <17902.799260224@time.cdrom.com> In-Reply-To: <17902.799260224@time.cdrom.com>; from "Jordan K. Hubbard" at Sun, 30 Apr 1995 09:43:44 -0700 Message-Id: Organization: Olahm Ha-Yetzirah Date: Sun, 30 Apr 1995 22:40:33 +0400 X-Mailer: Mail/@ [v2.32 FreeBSD] From: "Andrey A. Chernov, Black Mage" X-Class: Fast Subject: Re: pkg_manage has a problem? Lines: 27 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 1346 Sender: ports-owner@FreeBSD.org Precedence: bulk In message <17902.799260224@time.cdrom.com> Jordan K. Hubbard writes: >> Then I think we are dealing with a bug. As pkg_manage starts, it tries to >> read the package info. It then gives a dialog box that says "An error >> occurred, view output?". I select yes, and another box comes up entitled >> "Error output from pkg_add". This contains (and I type by hand): >> Warning:PKG_PATH environment variable not set. >> tar: unknown option } >> tar: unknown option. use tar --help blah blah blah >> Tar extract of failed! <----This is an exact copy >> Error during unpacking, no info for 'less-290' available. >Hmmmm... Can you add a little diagnostic output to pkg_manage and tell >me which args its invoking pkg_add with? I may have broken something >with my recent changes and would like a chance to debug it! >Also, please put the failing package information up for ftp someplace >so that I can debug the problem under the same set of circumstances. It is package-independed. I just got the same fail exactly after installing another package. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - FidoNet: 2:5020/230.3 : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-ports Sun Apr 30 14:39:13 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA04605 for ports-outgoing; Sun, 30 Apr 1995 14:39:13 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA04489 ; Sun, 30 Apr 1995 14:37:09 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.11/8.6.9) with ESMTP id XAA03441; Sun, 30 Apr 1995 23:36:29 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.11/8.6.9) with SMTP id XAA10328; Sun, 30 Apr 1995 23:36:24 +0200 Message-Id: <199504302136.XAA10328@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: "Jordan K. Hubbard" cc: asami@cs.berkeley.edu, bugs@FreeBSD.org, ports@FreeBSD.org Subject: Re: pkg_manage has a problem? Date: Sun, 30 Apr 1995 23:36:24 +0200 From: Mark Murray Sender: ports-owner@FreeBSD.org Precedence: bulk > Hmmmm... Can you add a little diagnostic output to pkg_manage and tell > me which args its invoking pkg_add with? I may have broken something > with my recent changes and would like a chance to debug it! OK - back from the movies, and I have found something: 1) I put a line to print all arguments to exec_catch_errors, and that looks OK: /usr/sbin/pkg_info -a /var/tmp/pkg.009638 /usr/sbin/pkg_info -a /var/tmp/pkg.009820 but there is a diagnostic in that routine that hard-codes certain errors as though they are from pkg_add (around line 129 of pkg_manage.c). That could be fixed by replacing the string with a variable. 2) Around line 374 of pkg_manage.c, there is a hardcoded attempt to get package details using tar. This is the bugger that is failing. > Also, please put the failing package information up for ftp someplace > so that I can debug the problem under the same set of circumstances. It fails for all packages. M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 From owner-freebsd-ports Sun Apr 30 14:47:38 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA04711 for ports-outgoing; Sun, 30 Apr 1995 14:47:38 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA04692 ; Sun, 30 Apr 1995 14:46:55 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.11/8.6.9) with ESMTP id XAA03451; Sun, 30 Apr 1995 23:46:32 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.11/8.6.9) with SMTP id XAA10740; Sun, 30 Apr 1995 23:46:31 +0200 Message-Id: <199504302146.XAA10740@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: "Jordan K. Hubbard" cc: asami@cs.berkeley.edu, bugs@FreeBSD.org, ports@FreeBSD.org Subject: Re: pkg_manage has a problem? Date: Sun, 30 Apr 1995 23:46:31 +0200 From: Mark Murray Sender: ports-owner@FreeBSD.org Precedence: bulk > Hmmmm... Can you add a little diagnostic output to pkg_manage and tell > me which args its invoking pkg_add with? I may have broken something > with my recent changes and would like a chance to debug it! This time, I've tacked this bugger's ass to the wall. Please ignore my previous drivel about the hardcoded tar etc. The fault is the commands I logged by printing all the arguments to exec_catch_errors: /usr/sbin/pkg_info -a /var/tmp/pkg.009638 /usr/sbin/pkg_info -a /var/tmp/pkg.009820 It seems that pkg_info -a simply does not work. M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 From owner-freebsd-ports Sun Apr 30 21:28:23 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA13185 for ports-outgoing; Sun, 30 Apr 1995 21:28:23 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA13179 ; Sun, 30 Apr 1995 21:28:22 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.11/8.6.9) with SMTP id VAA19178; Sun, 30 Apr 1995 21:27:36 -0700 X-Authentication-Warning: time.cdrom.com: Host localhost didn't use HELO protocol To: Mark Murray cc: asami@cs.berkeley.edu, bugs@FreeBSD.org, ports@FreeBSD.org Subject: Re: pkg_manage has a problem? In-reply-to: Your message of "Sun, 30 Apr 1995 23:46:31 +0200." <199504302146.XAA10740@grumble.grondar.za> Date: Sun, 30 Apr 1995 21:27:36 -0700 Message-ID: <19176.799302456@time.cdrom.com> From: "Jordan K. Hubbard" Sender: ports-owner@FreeBSD.org Precedence: bulk > The fault is the commands I logged by printing all the arguments to > exec_catch_errors: > > /usr/sbin/pkg_info -a /var/tmp/pkg.009638 > /usr/sbin/pkg_info -a /var/tmp/pkg.009820 > > It seems that pkg_info -a simply does not work. You're right, it doesn't. Thanks for tracking this down. I'll go look into this shortly. Jordan From owner-freebsd-ports Mon May 1 01:39:10 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA17652 for ports-outgoing; Mon, 1 May 1995 01:39:10 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA17531 ; Mon, 1 May 1995 01:35:46 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.11/8.6.9) with ESMTP id KAA04172; Mon, 1 May 1995 10:35:30 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.11/8.6.9) with SMTP id KAA14076; Mon, 1 May 1995 10:35:27 +0200 Message-Id: <199505010835.KAA14076@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: "Jordan K. Hubbard" cc: Mark Murray , asami@cs.berkeley.edu, bugs@FreeBSD.org, ports@FreeBSD.org Subject: Re: pkg_manage has a problem? Date: Mon, 01 May 1995 10:35:27 +0200 From: Mark Murray Sender: ports-owner@FreeBSD.org Precedence: bulk > > It seems that pkg_info -a simply does not work. > > You're right, it doesn't. Thanks for tracking this down. > I'll go look into this shortly. More info. I turned on a DEBUG macro and put in some code of my own into pkg_install/lib/file.c. The problem may be in the vicinity of line 385: Script started on Mon May 1 10:26:32 1995 bash# ./pkg_info -a Warning: PKG_PATH environment variable not set. LINE 385: tar }.xpf +* Executing tar }.xpf +* tar: unknown option } tar: Unknown option. Use 'tar --help' for a complete list of options. Tar extract of failed! Error during unpacking, no info for 'less-290' available. Executing rm -rf /var/tmp/instmp.013955 bash# exit M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 From owner-freebsd-ports Mon May 1 06:40:32 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA24361 for ports-outgoing; Mon, 1 May 1995 06:40:32 -0700 Received: from glueserv1.umd.edu (glueserv1.umd.edu [129.2.70.69]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA24355 for ; Mon, 1 May 1995 06:40:29 -0700 Received: from timer.eng.umd.edu (timer.eng.umd.edu [129.2.98.109]) by glueserv1.umd.edu (8.6.10/8.6.4) with ESMTP id JAA03911 for ; Mon, 1 May 1995 09:40:25 -0400 Received: (chuckr@localhost) by timer.eng.umd.edu (8.6.9/8.6.4) id JAA16707; Mon, 1 May 1995 09:36:17 -0400 Date: Mon, 1 May 1995 09:36:16 -0400 (EDT) From: Chuck Robey To: FreeBSD-ports@FreeBSD.org Subject: x11/InterViews Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: ports-owner@FreeBSD.org Precedence: bulk This port seems broken... at least, on my 2.0 system, it gives lots of errors during compile, and they seem pretty scattered. If this actually compiles on one of the more recent SNAPs, then I'll wait (I'll upgrade once the semester is over). Otherwise, I don't want to go debug this thing if someone else has a working copy... I've just finally figured out c++ and wanted to give it a try on something that ought to show it's strong points (I'm not yet convinced OO programming is the gift of the gods, yet). Interviews seemed a good bet, so I really want to get it up. Thanks ... ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 7608 Topton St. | New Carrollton, MD 20784 | I run Journey2 (Freebsd 2.0) and n3lxx (301) 459-2316 | (FreeBSD 1.1.5.1) and am I happy! ----------------------------+----------------------------------------------- From owner-freebsd-ports Mon May 1 09:00:19 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA29096 for ports-outgoing; Mon, 1 May 1995 09:00:19 -0700 Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA29087 for ; Mon, 1 May 1995 09:00:07 -0700 Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.8/8.6.6) id RAA26889; Mon, 1 May 1995 17:59:28 +0200 From: Thomas Gellekum Message-Id: <199505011559.RAA26889@ghpc6.ihf.rwth-aachen.de> Subject: Re: new ports To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Mon, 1 May 1995 17:59:28 +0200 (MET DST) Cc: thomas@ghpc8.ihf.rwth-aachen.de, ports@FreeBSD.org In-Reply-To: <2098.799058432@time.cdrom.com> from "Jordan K. Hubbard" at Apr 28, 95 01:40:32 am Organization: Institut f. Hochfrequenztechnik, RWTH Aachen X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 399 Sender: ports-owner@FreeBSD.org Precedence: bulk Jordan K. Hubbard wrote: > > > I have put rtf2latex.tar.gz and tr2latex.tar.gz into freefall's > > pub/incoming. They should go into print. > > > I just came back to this, but I don't see the tarballs anywhere.. > Do you still want to submit these ports? I'd hate to seem them > fall into a hole. rtf2latex.tar.gz is on freefall again. I have also uploaded updated ports for acs and uemacs. tg From owner-freebsd-ports Mon May 1 15:12:39 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA07905 for ports-outgoing; Mon, 1 May 1995 15:12:39 -0700 Received: from delos.s.bawue.de (delos.s.bawue.de [193.197.8.8]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id PAA07892 for ; Mon, 1 May 1995 15:12:19 -0700 Received: from guru.stgt.sub.org by delos.s.bawue.de with uucp (Smail3.1.28.1 #3) id m0s63fy-000BHGC; Tue, 2 May 95 00:10 MET DST Received: by guru.ims.uni-stuttgart.de (Smail3.1.28.1 #21) id m0s63g1-0003VaC; Tue, 2 May 95 00:10 MET DST Message-Id: Date: Tue, 2 May 95 00:10 MET DST From: nils@guru.ims.uni-stuttgart.de (Cornelis van der Laan) To: hsu@alumni.eecs.berkeley.edu%delos Subject: New g77 port Cc: ports@freefall.cdrom.com%delos Sender: ports-owner@FreeBSD.org Precedence: bulk Hi Jeffrey I read all the mails you sent me and had a serious look at my g77 port. Yes, it did things wrong because the gcc frontend gets patched to know about the new Fortran rules, to which g77 is just an interface - it merely adds the -lf2c -lm libraries. Here is a new g77 port. It overwrites /usr/bin/{cc,gcc} and installs f771 in /usr/libexec. Be careful. It's old style although the pre-build and pre-install targets are gone now. Please have a close look at it and tell me if it's OK now. Nils # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # g77 # g77/Makefile # g77/files # g77/files/Makefile.f771 # g77/files/Makefile.g77 # g77/files/Makefile.gcc # g77/scripts # g77/scripts/configure # g77/pkg # g77/pkg/DESCR # g77/pkg/COMMENT # g77/pkg/PLIST # echo c - g77 mkdir g77 > /dev/null 2>&1 echo x - g77/Makefile sed 's/^X//' >g77/Makefile << 'END-of-g77/Makefile' X# -*- Mode: Makefile -*- X# Port of: GNU Fortran X# Version required: 0.5.13 X# Space required: >= 10MB X# Date created: Wed Mar 22 18:51:05 MET 1995 X# Porter: nils@guru.ims.uni-stuttgart.de X# X# WARNING: THIS PORT WILL OVERWRITE /usr/bin/cc BECAUSE THE X# FORTRAN COMPILATION RULES CHANGED. X XDISTNAME= g77-0.5.13 XMASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ XEXTRACT_SUFX= .tar.gz X X# You have to tell me where your gcc 2.6.3 source is located XCOMPILERSOURCE = /usr/src/gnu/usr.bin/cc X#COMPILERSOURCE = /cdrom/filesys/usr/src/gnu/usr.bin/cc X X# Which version of gcc do we have? Must be either 2.6.2 or 2.6.3. XCCVERSION=2.6.3 X X# I decided to install f771 as part of gcc in /usr/libexec, the g77 X# driver program and man page under ${PREFIX}/bin and ${PREFIX}/man XPREFIX = /usr/local X XWRKDIR = ${.CURDIR}/work XCONFIGURE_COOKIE= ${WRKDIR}/.configure_done XBUILD_COOKIE = ${WRKDIR}/.build_done XINSTALL_COOKIE = ${WRKDIR}/.install_done X Xconfigure: extract patch ${CONFIGURE_COOKIE} X${CONFIGURE_COOKIE}: X @echo "===> Configuring for ${DISTNAME}" X @env CURDIR=${.CURDIR} DISTDIR=${DISTDIR} WRKDIR=${WRKDIR} \ X WRKSRC=${WRKSRC} PATCHDIR=${PATCHDIR} SCRIPTDIR=${SCRIPTDIR} \ X FILESDIR=${FILESDIR} PORTSDIR=${PORTSDIR} PREFIX=${PREFIX} \ X DEPENDS="${DEPENDS}" \ X COMPILERSOURCE="${COMPILERSOURCE}" CCVERSION="${CCVERSION}" \ X ${SHELL} ${SCRIPTDIR}/configure; X @${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE} X Xbuild: configure ${BUILD_COOKIE} X${BUILD_COOKIE}: X @echo "===> Building for ${DISTNAME}" X @echo "===> Building patched gcc library for ${DISTNAME}" X cd ${WRKSRC}/gcc && \ X ${MAKE} CC="${CC} -I. -I${COMPILERSOURCE}/include" \ X COMPILERSOURCE="${COMPILERSOURCE}" X @echo "===> Building patched gcc frontend for ${DISTNAME}" X cd ${WRKSRC}/gcc && \ X ${MAKE} CC="${CC}" COMPILERSOURCE="${COMPILERSOURCE}" \ X -f Makefile.gcc cc X @echo "===> Building compiler backend for ${DISTNAME}" X cd ${WRKSRC}/f && \ X ${MAKE} CC="${CC}" COMPILERSOURCE="${COMPILERSOURCE}" X @echo "===> Building compiler froentend for ${DISTNAME}" X cd ${WRKSRC}/f && \ X ${MAKE} CC="${CC}" COMPILERSOURCE="${COMPILERSOURCE}" \ X -f Makefile.g77 g77 X @${TOUCH} ${TOUCH_FLAGS} ${BUILD_COOKIE} X X# Three things to install: 1) new gcc frontend with fortran rules X# 2) f771 backend in /usr/libexec X# 3) new g77 frontend for -lf2c -lm handling Xinstall: build ${INSTALL_COOKIE} X${INSTALL_COOKIE}: X @echo "===> Installing for ${DISTNAME}" X @(cd ${WRKSRC}/gcc && \ X ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} Makefile.gcc \ X ${INSTALL_TARGET}) X @(cd ${WRKSRC}/f && \ X ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} Makefile \ X ${INSTALL_TARGET}) X @(cd ${WRKSRC}/f && \ X ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} Makefile.g77 \ X ${INSTALL_TARGET}) X @${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE} X X.include END-of-g77/Makefile echo c - g77/files mkdir g77/files > /dev/null 2>&1 echo x - g77/files/Makefile.f771 sed 's/^X//' >g77/files/Makefile.f771 << 'END-of-g77/files/Makefile.f771' X# Makefile for GNU F77 compiler backend. X# Created by Cornelis van der Laan (nils@ims.uni-stuttgart.de) X XPROG= f771 XBINDIR= /usr/libexec XNOMAN= noman XCFLAGS+= -I. -I../gcc -I${COMPILERSOURCE}/include -DIN_GCC X# Hack, since ../Makefile.inc overwrites this to ../cc_int/libcc_int.a X_LIBCC_INT= ../gcc/libcc_int.a XDPADD+= ${_LIBCC_INT} ${LIBGNUMALLOC} XLDADD+= ${_LIBCC_INT} -lgnumalloc X X# Language-specific object files for g77 X XSRCS = bad.c bit.c bld.c com.c data.c equiv.c expr.c global.c \ X implic.c info.c intrin.c lab.c lex.c malloc.c name.c parse.c \ X proj.c src.c st.c sta.c stb.c stc.c std.c ste.c storag.c stp.c \ X str.c sts.c stt.c stu.c stv.c stw.c symbol.c target.c top.c type.c \ X where.c zzz.c X Xbad.o: stamp-str Xfini.o proj.o: proj.h X Xconf-proj: conf-proj.in X autoconf conf-proj.in > conf-proj.out && \ X mv conf-proj.out conf-proj && \ X chmod a+x conf-proj X Xproj.h: proj.h.in conf-proj com.h X CONFIG_SITE=/dev/null $(SHELL) ./conf-proj --srcdir=. ; \ X touch proj.h X Xstamp-str: fini str-1t.h str-1t.j str-2t.h str-2t.j \ X str-fo.h str-fo.j str-io.h str-io.j str-nq.h str-nq.j \ X str-op.h str-op.j str-ot.h str-ot.j X touch stamp-str X Xfini: fini.o proj.o X $(CC) $(CFLAGS) -o fini fini.o proj.o X Xstr-1t.h str-1t.j: fini str-1t.fin X ./fini str-1t.fin str-1t.j str-1t.h X Xstr-2t.h str-2t.j: fini str-2t.fin X ./fini str-2t.fin str-2t.j str-2t.h X Xstr-fo.h str-fo.j: fini str-fo.fin X ./fini str-fo.fin str-fo.j str-fo.h X Xstr-io.h str-io.j: fini str-io.fin X ./fini str-io.fin str-io.j str-io.h X Xstr-nq.h str-nq.j: fini str-nq.fin X ./fini str-nq.fin str-nq.j str-nq.h X Xstr-op.h str-op.j: fini str-op.fin X ./fini str-op.fin str-op.j str-op.h X Xstr-ot.h str-ot.j: fini str-ot.fin X ./fini str-ot.fin str-ot.j str-ot.h X X.include END-of-g77/files/Makefile.f771 echo x - g77/files/Makefile.g77 sed 's/^X//' >g77/files/Makefile.g77 << 'END-of-g77/files/Makefile.g77' X# Makefile for g77 frontend X# Created by Cornelis van der Laan (nils@ims.uni-stuttgart.de) X XPROG= g77 XSRCS= g77.c XMAN1= g77.1 XBINDIR= ${PREFIX}/bin XMANDIR= ${PREFIX}/man/man XCFLAGS+= -I${.CURDIR} -I${COMPILERSOURCE}/include X.PATH: ${COMPILERSOURCE}/cc X X.include END-of-g77/files/Makefile.g77 echo x - g77/files/Makefile.gcc sed 's/^X//' >g77/files/Makefile.gcc << 'END-of-g77/files/Makefile.gcc' X# Makefile for patched gcc frontend (new Fortran rules) X# Created by Cornelis van der Laan (nils@ims.uni-stuttgart.de) X X# Sorry, I have to overwrite /usr/bin/gcc for the new rules X# to work (at least until the rules are part of the regular X# gcc distribution). X XPROG= cc XSRCS= gcc.c version.c obstack.c XNOMAN= noman XBINDIR= /usr/bin XCFLAGS+= -I${.CURDIR} -I${COMPILERSOURCE}/include XLINKS= ${BINDIR}/cc ${BINDIR}/gcc X.PATH: ${COMPILERSOURCE}/cc X X.include END-of-g77/files/Makefile.gcc echo c - g77/scripts mkdir g77/scripts > /dev/null 2>&1 echo x - g77/scripts/configure sed 's/^X//' >g77/scripts/configure << 'END-of-g77/scripts/configure' X#!/bin/sh X Xcd ${WRKSRC} X Xmkdir gcc >/dev/null 2>&1 X Xecho "===> Using compiler source in ${COMPILERSOURCE}" X Xcd gcc X ln -s ${COMPILERSOURCE}/cc/* . X rm -f Makefile 00_TRANS.TBL CVS X ln -s ${COMPILERSOURCE}/cc_int/* . X rm -f Makefile 00_TRANS.TBL CVS X ln -s ${COMPILERSOURCE}/include/tree.h . X X echo "===> Patching source using ${CCVERSION} diffs" X patch -p1 -sf < ../f/gbe/${CCVERSION}.diff # >/dev/null 2>&1 X # if any .h file besides tree.h needs to be patched, just include X # in the above list of files to be linked. v0.5.13 only needs tree.h. Xcd .. X Xcp ${COMPILERSOURCE}/Makefile.inc Makefile.inc Xcp ${COMPILERSOURCE}/cc_int/Makefile gcc/Makefile Xcp ${FILESDIR}/Makefile.f771 f/Makefile Xcp ${FILESDIR}/Makefile.g77 f/Makefile.g77 Xcp ${FILESDIR}/Makefile.gcc gcc/Makefile.gcc X Xexit 0 END-of-g77/scripts/configure echo c - g77/pkg mkdir g77/pkg > /dev/null 2>&1 echo x - g77/pkg/DESCR sed 's/^X//' >g77/pkg/DESCR << 'END-of-g77/pkg/DESCR' Xg77 - The GNU Fortran 77 compiler. Version 0.5.13. X XPorted by Cornelis van der Laan (nils@guru.ims.uni-stuttgart.de). END-of-g77/pkg/DESCR echo x - g77/pkg/COMMENT sed 's/^X//' >g77/pkg/COMMENT << 'END-of-g77/pkg/COMMENT' Xg77 - The GNU Fortran 77 compiler. Version 0.5.13. END-of-g77/pkg/COMMENT echo x - g77/pkg/PLIST sed 's/^X//' >g77/pkg/PLIST << 'END-of-g77/pkg/PLIST' X@mode 555 X@owner bin X@group bin Xbin/g77 X@cwd /usr Xlibexec/f771 Xbin/cc Xbin/gcc END-of-g77/pkg/PLIST exit ---------------------------------------------------------------- Cornelis van der Laan -- nils@ims.uni-stuttgart.de -- nils@guru.stgt.sub.org # echo echo Knusper Knusper Knaeuschen > /etc/nologin From owner-freebsd-ports Mon May 1 15:50:54 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA09181 for ports-outgoing; Mon, 1 May 1995 15:50:54 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id PAA09175 ; Mon, 1 May 1995 15:50:48 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id PAA01952; Mon, 1 May 1995 15:50:29 -0700 Date: Mon, 1 May 1995 15:50:29 -0700 Message-Id: <199505012250.PAA01952@silvia.HIP.Berkeley.EDU> To: chuckr@Glue.umd.edu CC: FreeBSD-ports@FreeBSD.org, pst@FreeBSD.org In-reply-to: (message from Chuck Robey on Mon, 1 May 1995 09:36:16 -0400 (EDT)) Subject: Re: x11/InterViews From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: ports-owner@FreeBSD.org Precedence: bulk * This port seems broken... at least, on my 2.0 system, it gives lots of * errors during compile, and they seem pretty scattered. If this actually * compiles on one of the more recent SNAPs, then I'll wait (I'll upgrade * once the semester is over). Otherwise, I don't want to go debug this * thing if someone else has a working copy... Actually, in ports/x11/Makefile, it is listed as "broken (in pst's queue)". Paul, is it still in your queue? :) Satoshi From owner-freebsd-ports Mon May 1 16:34:38 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA11192 for ports-outgoing; Mon, 1 May 1995 16:34:38 -0700 Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA11182 for ; Mon, 1 May 1995 16:34:33 -0700 Received: from localhost (localhost [127.0.0.1]) by precipice.shockwave.com (8.6.11/8.6.9) with SMTP id QAA00319; Mon, 1 May 1995 16:33:06 -0700 Message-Id: <199505012333.QAA00319@precipice.shockwave.com> To: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) cc: chuckr@Glue.umd.edu, FreeBSD-ports@FreeBSD.org Subject: Re: x11/InterViews In-reply-to: Your message of "Mon, 01 May 1995 15:50:29 PDT." <199505012250.PAA01952@silvia.HIP.Berkeley.EDU> Date: Mon, 01 May 1995 16:33:06 -0700 From: Paul Traina Sender: ports-owner@FreeBSD.org Precedence: bulk IV? No...I just wanted one prebuilt binary out of it, and when someone said it was broken, I said: "If I ever get around to it, I'll try building it." I guess that got interpreted as it's in my queue. :-( Sorry, Paul From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= = >>?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Subject: Re: x11/InterViews * This port seems broken... at least, on my 2.0 system, it gives lots of * errors during compile, and they seem pretty scattered. If this actually * compiles on one of the more recent SNAPs, then I'll wait (I'll upgrade * once the semester is over). Otherwise, I don't want to go debug this * thing if someone else has a working copy... Actually, in ports/x11/Makefile, it is listed as "broken (in pst's queue)". Paul, is it still in your queue? :) Satoshi From owner-freebsd-ports Mon May 1 18:15:25 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA13021 for ports-outgoing; Mon, 1 May 1995 18:15:25 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA13015 for ; Mon, 1 May 1995 18:15:23 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id SAA04673; Mon, 1 May 1995 18:15:14 -0700 Date: Mon, 1 May 1995 18:15:14 -0700 Message-Id: <199505020115.SAA04673@silvia.HIP.Berkeley.EDU> To: pst@shockwave.com CC: chuckr@Glue.umd.edu, FreeBSD-ports@FreeBSD.org In-reply-to: <199505012333.QAA00319@precipice.shockwave.com> (message from Paul Traina on Mon, 01 May 1995 16:33:06 -0700) Subject: Re: x11/InterViews From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: ports-owner@FreeBSD.org Precedence: bulk * IV? No...I just wanted one prebuilt binary out of it, and when someone said * it was broken, I said: "If I ever get around to it, I'll try building it." * * I guess that got interpreted as it's in my queue. :-( Oh, ok. Thanks for telling us. Satoshi From owner-freebsd-ports Tue May 2 00:20:18 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA22565 for ports-outgoing; Tue, 2 May 1995 00:20:18 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA22559 for ; Tue, 2 May 1995 00:20:16 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id AAA05795; Tue, 2 May 1995 00:19:43 -0700 Date: Tue, 2 May 1995 00:19:43 -0700 Message-Id: <199505020719.AAA05795@silvia.HIP.Berkeley.EDU> To: thomas@ghpc8.ihf.rwth-aachen.de CC: ports@FreeBSD.org In-reply-to: <199504280726.JAA16803@ghpc6.ihf.rwth-aachen.de> (message from Thomas Gellekum on Fri, 28 Apr 1995 09:26:16 +0200 (MET DST)) Subject: Re: new port: octave-1.1.1 From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: ports-owner@FreeBSD.org Precedence: bulk * Moin moin, Nuit nuit, * I have uploaded octave.tar.gz to freefall's /incoming. It should be * unpacked in ports/math. Thanks. I removed patch-a (seems like the libreadline in -current "hid" one of the symbols octave needed) and renamed patch-b to patch-a, but otherwise it went in as you made it. Satoshi From owner-freebsd-ports Tue May 2 00:30:23 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA22954 for ports-outgoing; Tue, 2 May 1995 00:30:23 -0700 Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA22945 for ; Tue, 2 May 1995 00:30:15 -0700 Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.8/8.6.6) id JAA28584 for ports@freebsd.org; Tue, 2 May 1995 09:29:39 +0200 From: Thomas Gellekum Message-Id: <199505020729.JAA28584@ghpc6.ihf.rwth-aachen.de> Subject: new port: tr2latex To: ports@FreeBSD.org Date: Tue, 2 May 1995 09:29:38 +0200 (MET DST) Organization: Institut f. Hochfrequenztechnik, RWTH Aachen X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 259 Sender: ports-owner@FreeBSD.org Precedence: bulk Moin, tr2latex.tar.gz now also found its way back to freefall. One question for the ports czar: could you move the `depends' target before `extract'? uemacs needs unzip to unpack the distribution, but the dependencies are checked only after extraction. tg From owner-freebsd-ports Tue May 2 01:15:37 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA24420 for ports-outgoing; Tue, 2 May 1995 01:15:37 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA24412 for ; Tue, 2 May 1995 01:15:28 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id BAA06030; Tue, 2 May 1995 01:14:21 -0700 Date: Tue, 2 May 1995 01:14:21 -0700 Message-Id: <199505020814.BAA06030@silvia.HIP.Berkeley.EDU> To: thomas@ghpc8.ihf.rwth-aachen.de CC: ports@FreeBSD.org In-reply-to: <199505020729.JAA28584@ghpc6.ihf.rwth-aachen.de> (message from Thomas Gellekum on Tue, 2 May 1995 09:29:38 +0200 (MET DST)) Subject: Re: new port: tr2latex From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: ports-owner@FreeBSD.org Precedence: bulk * tr2latex.tar.gz now also found its way back to freefall. Cool, I'll test and commit it. * One question for the ports czar: could you move the `depends' target * before `extract'? uemacs needs unzip to unpack the distribution, but * the dependencies are checked only after extraction. The "depends" target is now in front of "fetch", I believe. Can you check out the new bsd.port.mk? Satoshi (the czar) From owner-freebsd-ports Tue May 2 02:12:47 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA27295 for ports-outgoing; Tue, 2 May 1995 02:12:47 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA27282 for ; Tue, 2 May 1995 02:12:42 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id CAA06198; Tue, 2 May 1995 02:09:47 -0700 Date: Tue, 2 May 1995 02:09:47 -0700 Message-Id: <199505020909.CAA06198@silvia.HIP.Berkeley.EDU> To: thomas@ghpc8.ihf.rwth-aachen.de CC: jkh@time.cdrom.com, thomas@ghpc8.ihf.rwth-aachen.de, ports@FreeBSD.org In-reply-to: <199505011559.RAA26889@ghpc6.ihf.rwth-aachen.de> (message from Thomas Gellekum on Mon, 1 May 1995 17:59:28 +0200 (MET DST)) Subject: Re: new ports From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: ports-owner@FreeBSD.org Precedence: bulk * rtf2latex.tar.gz is on freefall again. I have also uploaded updated * ports for acs and uemacs. Thanks, all three have been committed. Satoshi From owner-freebsd-ports Tue May 2 06:10:09 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA04273 for ports-outgoing; Tue, 2 May 1995 06:10:09 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA04231 ; Tue, 2 May 1995 06:09:21 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id GAA07293; Tue, 2 May 1995 06:09:34 -0700 Date: Tue, 2 May 1995 06:09:34 -0700 Message-Id: <199505021309.GAA07293@silvia.HIP.Berkeley.EDU> To: current@FreeBSD.org, thud-users@FreeBSD.org, ports@FreeBSD.org Subject: lots of bogus packages on wcarchive From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: ports-owner@FreeBSD.org Precedence: bulk I noticed that many packages shrunk dramatically during the last build. It seems like the older ones have lots of duplicates inside. For example: ===== asami(p8) freefall 67 06:02:04 /net/thud/e/ports/old.packages/.packages >> tar tvzf ytalk-3.0.2.tgz -rw-r--r-- root/wheel 69 Apr 22 12:06 1995 +COMMENT -rw-r--r-- root/wheel 122 Apr 22 12:06 1995 +CONTENTS -rw-r--r-- root/wheel 260 Apr 22 12:06 1995 +DESC drwxrwxrwx root/ports 0 Apr 22 12:06 1995 bin/ -rwxr-xr-x root/ports 61440 Apr 22 12:06 1995 bin/ytalk -rwxr-xr-x root/ports 61440 Apr 22 12:06 1995 bin/ytalk drwxrwxrwx root/ports 0 Apr 22 12:06 1995 man/ drwxrwxrwx root/ports 0 Apr 22 12:06 1995 man/man1/ -rw-r--r-- root/ports 5001 Apr 22 12:06 1995 man/man1/ytalk.1.gz drwxrwxrwx root/ports 0 Apr 22 12:06 1995 man/man1/ -rw-r--r-- root/ports 5001 Apr 22 12:06 1995 man/man1/ytalk.1.gz -rw-r--r-- root/ports 5001 Apr 22 12:06 1995 man/man1/ytalk.1.gz ===== This is why emacs and its friends are 30MBish. This doesn't seem to be happening to the newer (i.e., built in the last couple of days) packages. I don't know where the bug was (kernel, tar, pkg_create), but I thought I'd warn everybody on the bleeding edge. Sorry for the wide distribution. I'm now running a rm -rf on wcarchive. Satoshi From owner-freebsd-ports Tue May 2 06:30:25 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA04925 for ports-outgoing; Tue, 2 May 1995 06:30:25 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA04892 ; Tue, 2 May 1995 06:30:06 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id GAA07345; Tue, 2 May 1995 06:30:03 -0700 Date: Tue, 2 May 1995 06:30:03 -0700 Message-Id: <199505021330.GAA07345@silvia.HIP.Berkeley.EDU> To: current@FreeBSD.org, thud-users@FreeBSD.org, ports@FreeBSD.org In-reply-to: <199505021309.GAA07293@silvia.HIP.Berkeley.EDU> (asami@cs.berkeley.edu) Subject: Re: lots of bogus packages on wcarchive From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: ports-owner@FreeBSD.org Precedence: bulk * I noticed that many packages shrunk dramatically during the last * build. It seems like the older ones have lots of duplicates inside. Now that I think of it, I have an idea how this happened...Jordan? :p If he has an explanation, current users and thud-users need not worry. Satoshi From owner-freebsd-ports Tue May 2 06:39:03 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA05163 for ports-outgoing; Tue, 2 May 1995 06:39:03 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA05151 ; Tue, 2 May 1995 06:38:49 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.11/8.6.9) with SMTP id GAA10650; Tue, 2 May 1995 06:38:46 -0700 X-Authentication-Warning: time.cdrom.com: Host localhost didn't use HELO protocol To: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) cc: current@FreeBSD.org, thud-users@FreeBSD.org, ports@FreeBSD.org Subject: Re: lots of bogus packages on wcarchive In-reply-to: Your message of "Tue, 02 May 1995 06:30:03 PDT." <199505021330.GAA07345@silvia.HIP.Berkeley.EDU> Date: Tue, 02 May 1995 06:38:45 -0700 Message-ID: <10648.799421925@time.cdrom.com> From: "Jordan K. Hubbard" Sender: ports-owner@FreeBSD.org Precedence: bulk The duplicate item problem was a transient bug in pkg_create; I fixed it in the second round. I'm surprised it even made it onto thud as it was only broken in the tree for about 2 hours before I fixed it. Jordan > * I noticed that many packages shrunk dramatically during the last > * build. It seems like the older ones have lots of duplicates inside. > > Now that I think of it, I have an idea how this happened...Jordan? :p > > If he has an explanation, current users and thud-users need not worry. > > Satoshi From owner-freebsd-ports Tue May 2 15:49:56 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA19362 for ports-outgoing; Tue, 2 May 1995 15:49:56 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id PAA19356 for ; Tue, 2 May 1995 15:49:53 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id PAA08023; Tue, 2 May 1995 15:49:51 -0700 Date: Tue, 2 May 1995 15:49:51 -0700 Message-Id: <199505022249.PAA08023@silvia.HIP.Berkeley.EDU> To: ports@FreeBSD.org Subject: cnews updated at master site From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: ports-owner@FreeBSD.org Precedence: bulk The checksum fails and so do some of the patches. I rebuilt it from the old distfile, if someone can upgrade this for me, I'll be most appreciative. Satoshi From owner-freebsd-ports Tue May 2 16:01:14 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA19723 for ports-outgoing; Tue, 2 May 1995 16:01:14 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA19717 for ; Tue, 2 May 1995 16:01:11 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id QAA08055; Tue, 2 May 1995 16:01:08 -0700 Date: Tue, 2 May 1995 16:01:08 -0700 Message-Id: <199505022301.QAA08055@silvia.HIP.Berkeley.EDU> To: ports@FreeBSD.org Subject: cnews installation From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: ports-owner@FreeBSD.org Precedence: bulk It fails to overwrite /usr/local/bin/inews (installed by someone else) because it's not writable (yes I was root, it probably su'd earlier). I removed /usr/local/bin/inews to reinstall & build the package. Can someone please take a look? Satoshi From owner-freebsd-ports Tue May 2 18:06:17 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA22268 for ports-outgoing; Tue, 2 May 1995 18:06:17 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA22260 for ; Tue, 2 May 1995 18:06:14 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id SAA08875; Tue, 2 May 1995 18:06:12 -0700 Date: Tue, 2 May 1995 18:06:12 -0700 Message-Id: <199505030106.SAA08875@silvia.HIP.Berkeley.EDU> To: ports@FreeBSD.org Subject: interactive ports From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: ports-owner@FreeBSD.org Precedence: bulk Okay, I've finished building everything that is in the SUBDIR of the parent directory (i.e., not taken out due to brokenness) and is not interactive. Since I don't have much time to look at the ports as they build, I'll appreciate it if the original porter can rebuild and package them on thud in the next couple of days. This is the list of the ports that need attention: audio/xmcd comms/ecu comms/flexfax comms/mgetty+sendfax databases/msql games/xtetris lang/smalltalk mail/elm mail/procmail net/gn net/tkWWW news/trn print/dvips print/mltex print/xdvi utils/wine x11/emu Thanks Satoshi (your friendly ports administrator) From owner-freebsd-ports Tue May 2 18:27:47 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA22621 for ports-outgoing; Tue, 2 May 1995 18:27:47 -0700 Received: from glueserv1.umd.edu (glueserv1.umd.edu [129.2.70.69]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA22615 ; Tue, 2 May 1995 18:27:41 -0700 Received: from espresso.eng.umd.edu (espresso.eng.umd.edu [129.2.98.13]) by glueserv1.umd.edu (8.6.10/8.6.4) with ESMTP id VAA02349; Tue, 2 May 1995 21:27:08 -0400 Received: (chuckr@localhost) by espresso.eng.umd.edu (8.6.10/8.6.4) id VAA17655; Tue, 2 May 1995 21:27:07 -0400 Date: Tue, 2 May 1995 21:27:06 -0400 (EDT) From: Chuck Robey To: Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?= cc: FreeBSD-ports@FreeBSD.org, pst@FreeBSD.org Subject: Re: x11/InterViews In-Reply-To: <199505012250.PAA01952@silvia.HIP.Berkeley.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: ports-owner@FreeBSD.org Precedence: bulk On Mon, 1 May 1995, Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?= wrote: > * This port seems broken... at least, on my 2.0 system, it gives lots of > * errors during compile, and they seem pretty scattered. If this actually > * compiles on one of the more recent SNAPs, then I'll wait (I'll upgrade > * once the semester is over). Otherwise, I don't want to go debug this > * thing if someone else has a working copy... > > Actually, in ports/x11/Makefile, it is listed as "broken (in pst's > queue)". Paul, is it still in your queue? :) > > Satoshi Just FYI, I'm off school in about 30 days, and if it's not done by then, I'll do it myself. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 7608 Topton St. | New Carrollton, MD 20784 | I run Journey2 (Freebsd 2.0) and n3lxx (301) 459-2316 | (FreeBSD 1.1.5.1) and am I happy! ----------------------------+----------------------------------------------- From owner-freebsd-ports Tue May 2 19:27:34 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA24399 for ports-outgoing; Tue, 2 May 1995 19:27:34 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA24389 ; Tue, 2 May 1995 19:27:26 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id TAA09593; Tue, 2 May 1995 19:27:10 -0700 Date: Tue, 2 May 1995 19:27:10 -0700 Message-Id: <199505030227.TAA09593@silvia.HIP.Berkeley.EDU> To: chuckr@Glue.umd.edu CC: FreeBSD-ports@FreeBSD.org, pst@FreeBSD.org In-reply-to: (message from Chuck Robey on Tue, 2 May 1995 21:27:06 -0400 (EDT)) Subject: Re: x11/InterViews From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: ports-owner@FreeBSD.org Precedence: bulk * Just FYI, I'm off school in about 30 days, and if it's not done by then, * I'll do it myself. Okay, thanks. Satoshi From owner-freebsd-ports Thu May 4 07:08:31 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA10728 for ports-outgoing; Thu, 4 May 1995 07:08:31 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA10720 for ; Thu, 4 May 1995 07:08:20 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id HAA03001; Thu, 4 May 1995 07:08:18 -0700 Date: Thu, 4 May 1995 07:08:18 -0700 Message-Id: <199505041408.HAA03001@silvia.HIP.Berkeley.EDU> To: ports@FreeBSD.org Subject: URGENT: broken packages From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: ports-owner@FreeBSD.org Precedence: bulk It was brought to my attention that some of the packages with long packing lists (like > 4KB) were misteriously truncated during the pkg_create stage. At this moment, ghostscript and jp-*mule are known to be broken. People, please check your the packages of your own ports and send me a note if it's broken. You can find them in ftp.freebsd.org's packages/ subdirectory or thud:/e/ports/packages (same path from freefall). The temporary fix is to remove all the filenames from the subdirectory and just list it as a directory entry. For exmaple, if the subdirectory "lib/foo" contains three files "bar", "baz", "bleah", instead of lib/foo/bar lib/foo/baz lib/foo/bleah you can list it as lib/foo This is NOT the recommended long-term fix, as it will be easier for post-installation files to sneak in (like I've done a couple of times -- people picked up my personal dictionary in the Wnn package! ;). However, since the release is imminent, we might not have time to fix pkg_create or whatever other part of the system that is breaking the packages. Thanks Satoshi (the sleepy ports-meister) ------- Cf. ## wc -c */*/pkg/PLIST | sort -nr +1 -2 338593 total 60618 x11/XFree86/pkg/PLIST 29454 japanese/mule-wnn/pkg/PLIST 29454 japanese/mule-canna/pkg/PLIST 28737 editors/mule/pkg/PLIST 19446 lang/gnat/pkg/PLIST 14411 net/ircII/pkg/PLIST 12590 print/mltex/pkg/PLIST 9733 lang/perl5/pkg/PLIST 8483 print/latex/pkg/PLIST 7893 x11/xview-lib/pkg/PLIST 6740 japanese/groff/pkg/PLIST 6660 print/tex/pkg/PLIST 6639 graphics/netpbm/pkg/PLIST 5266 audio/nas/pkg/PLIST 5125 japanese/Wnn/pkg/PLIST 4151 games/xboing/pkg/PLIST 3630 lang/nTk/pkg/PLIST 3395 x11/xfm/pkg/PLIST 3273 x11/tk/pkg/PLIST 3273 japanese/tk/pkg/PLIST 2917 games/nethack/pkg/PLIST 2858 cad/pcb/pkg/PLIST 2576 x11/ctwm/pkg/PLIST 2474 news/inn/pkg/PLIST 2182 x11/Xaw3d/pkg/PLIST 1903 print/latex209/pkg/PLIST 1881 lang/tcl/pkg/PLIST 1881 japanese/tcl/pkg/PLIST 1808 lang/STk/pkg/PLIST 1805 japanese/mh/pkg/PLIST 1756 mail/mh/pkg/PLIST 1685 print/xtexshell/pkg/PLIST 1535 math/calc/pkg/PLIST 1395 graphics/tiff/pkg/PLIST 1135 mail/smail/pkg/PLIST 1135 graphics/ImageMagick/pkg/PLIST 1058 comms/flexfax/pkg/PLIST 995 net/tclDP/pkg/PLIST 969 x11/x3270/pkg/PLIST 947 print/afm/pkg/PLIST 868 editors/emacs/pkg/PLIST 859 cad/magic/pkg/PLIST 810 mail/metamail/pkg/PLIST 800 comms/mgetty+sendfax/pkg/PLIST 715 news/cnews/pkg/PLIST 700 print/psutils/pkg/PLIST 700 net/cern_httpd/pkg/PLIST 594 print/dvips/pkg/PLIST 575 games/golddig/pkg/PLIST 548 x11/blt/pkg/PLIST 542 utils/amanda/pkg/PLIST 538 print/makeindex/pkg/PLIST 511 x11/fvwm/pkg/PLIST 489 utils/pcemu/pkg/PLIST 459 utils/mtools/pkg/PLIST 455 audio/xcd/pkg/PLIST 436 games/xmris/pkg/PLIST 421 news/trn/pkg/PLIST 400 news/nn/pkg/PLIST 393 utils/ispell/pkg/PLIST 389 graphics/pixmap/pkg/PLIST 388 math/fudgit/pkg/PLIST 387 shells/zsh/pkg/PLIST 331 shells/bash/pkg/PLIST 331 math/octave/pkg/PLIST 301 net/samba/pkg/PLIST 296 net/chimera/pkg/PLIST 284 databases/msql/pkg/PLIST 283 print/dvi2xx/pkg/PLIST 279 shells/tcsh/pkg/PLIST 277 shells/pdksh/pkg/PLIST 272 archivers/gshar+gunshar/pkg/PLIST 264 x11/xview-clients/pkg/PLIST 258 japanese/Canna/pkg/PLIST 257 audio/gsm/pkg/PLIST 249 editors/xemacs/pkg/PLIST 249 editors/axe/pkg/PLIST 245 lang/schemetoc/pkg/PLIST 244 net/wu-ftpd/pkg/PLIST 241 graphics/jpeg/pkg/PLIST 237 net/ivs/pkg/PLIST 236 games/xtetris/pkg/PLIST 236 games/xemeraldia/pkg/PLIST 231 lang/p2c/pkg/PLIST 224 games/acm/pkg/PLIST 222 print/transfig/pkg/PLIST 221 graphics/xfig/pkg/PLIST 220 lang/forth/pkg/PLIST 216 net/tcp_wrapper/pkg/PLIST 209 audio/rplay/pkg/PLIST 205 devel/bison/pkg/PLIST 201 x11/emiclock/pkg/PLIST 199 lang/itcl/pkg/PLIST 194 devel/gmake/pkg/PLIST 192 mail/procmail/pkg/PLIST 192 graphics/vcg/pkg/PLIST 188 x11/xdtm/pkg/PLIST 186 devel/bcc/pkg/PLIST 184 net/scotty/pkg/PLIST 182 comms/seyon/pkg/PLIST 178 games/xjewel/pkg/PLIST 171 lang/g77/pkg/PLIST 171 comms/ecu/pkg/PLIST 166 archivers/unzip/pkg/PLIST 165 net/gopher/pkg/PLIST 165 lang/icon/pkg/PLIST 162 news/nntp/pkg/PLIST 160 mail/pgpsendmail/pkg/PLIST 157 cad/irsim/pkg/PLIST 155 utils/screen/pkg/PLIST 152 graphics/xpm/pkg/PLIST 151 graphics/xv/pkg/PLIST 151 audio/playmidi/pkg/PLIST 150 x11/xloadimage/pkg/PLIST 150 print/ghostscript/pkg/PLIST 147 audio/xmcd/pkg/PLIST 145 net/dgd/pkg/PLIST 143 x11/xview-config/pkg/PLIST 143 net/xgopher/pkg/PLIST 143 math/gmp/pkg/PLIST 142 x11/xperfmon/pkg/PLIST 142 print/tr2latex/pkg/PLIST 142 math/gnuplot/pkg/PLIST 141 net/gated/pkg/PLIST 139 lang/scm/pkg/PLIST 129 net/gn/pkg/PLIST 128 devel/libmalloc/pkg/PLIST 123 devel/m4/pkg/PLIST 122 x11/xgrab/pkg/PLIST 122 editors/xvile/pkg/PLIST 122 editors/jove/pkg/PLIST 121 x11/emu/pkg/PLIST 120 editors/vile/pkg/PLIST 118 print/texinfo/pkg/PLIST 118 lang/tclX/pkg/PLIST 116 utils/mshell/pkg/PLIST 114 games/jetpack/pkg/PLIST 111 net/irc/pkg/PLIST 109 audio/tracker/pkg/PLIST 108 games/xpipeman/pkg/PLIST 108 archivers/zip/pkg/PLIST 107 games/xrobots/pkg/PLIST 105 japanese/gxditview/pkg/PLIST 101 x11/color_xterm/pkg/PLIST 100 games/xinvaders/pkg/PLIST 98 games/xlife/pkg/PLIST 97 japanese/less/pkg/PLIST 96 x11/xlockmore/pkg/PLIST 96 utils/chord/pkg/PLIST 94 net/lynx/pkg/PLIST 93 graphics/xli/pkg/PLIST 92 archivers/zoo/pkg/PLIST 90 net/moxftp/pkg/PLIST 88 x11/olvwm/pkg/PLIST 88 print/xdvi/pkg/PLIST 88 net/sup/pkg/PLIST 88 games/xminesweep/pkg/PLIST 87 utils/xdu/pkg/PLIST 87 utils/less/pkg/PLIST 86 net/tkined/pkg/PLIST 85 audio/xcdplayer/pkg/PLIST 83 japanese/kterm/pkg/PLIST 83 japanese/grep/pkg/PLIST 82 utils/hfs/pkg/PLIST 81 print/dviselect/pkg/PLIST 81 lang/scheme48/pkg/PLIST 77 japanese/kinput2-wnn/pkg/PLIST 77 japanese/kinput2-canna+wnn/pkg/PLIST 76 x11/xsnow/pkg/PLIST 76 graphics/xpaint/pkg/PLIST 76 graphics/dore/pkg/PLIST 76 devel/xxgdb/pkg/PLIST 75 x11/g3view/pkg/PLIST 75 utils/iozone/pkg/PLIST 74 x11/tkhfs/pkg/PLIST 74 print/rtf2latex/pkg/PLIST 74 mail/mpack/pkg/PLIST 73 x11/tkman/pkg/PLIST 73 x11/piewm/pkg/PLIST 73 games/xonix/pkg/PLIST 72 games/xboard/pkg/PLIST 71 x11/xkeycaps/pkg/PLIST 71 x11/tkinfo/pkg/PLIST 71 print/a2ps/pkg/PLIST 70 utils/colorls/pkg/PLIST 70 games/xmine/pkg/PLIST 67 utils/mmv/pkg/PLIST 67 lang/Gofer/pkg/PLIST 65 utils/tua/pkg/PLIST 65 net/ytalk/pkg/PLIST 64 graphics/mpeg-lib/pkg/PLIST 63 japanese/kinput2-canna/pkg/PLIST 63 japanese/gawk/pkg/PLIST 62 lang/elk/pkg/PLIST 62 japanese/nkf/pkg/PLIST 60 print/ghostview/pkg/PLIST 60 devel/mprof/pkg/PLIST 59 graphics/povray/pkg/PLIST 57 lang/mit-scheme/pkg/PLIST 56 x11/xdaliclock/pkg/PLIST 56 net/xarchie/pkg/PLIST 56 net/pcnfsd/pkg/PLIST 56 games/xrisk/pkg/PLIST 56 games/xasteroids/pkg/PLIST 55 math/linpack/pkg/PLIST 55 math/eispack/pkg/PLIST 54 utils/xsysstats/pkg/PLIST 54 utils/vmsbackup/pkg/PLIST 54 graphics/mpeg_play/pkg/PLIST 53 net/vic/pkg/PLIST 53 editors/uemacs/pkg/PLIST 52 mail/popper/pkg/PLIST 51 utils/cpm/pkg/PLIST 50 russian/d1489/pkg/PLIST 50 net/yale-tftpd/pkg/PLIST 50 math/hexcalc/pkg/PLIST 49 net/pidentd/pkg/PLIST 48 x11/xphoon/pkg/PLIST 48 x11/xearth/pkg/PLIST 48 math/xgraph/pkg/PLIST 48 games/xmille/pkg/PLIST 48 comms/kermit/pkg/PLIST 48 archivers/arc/pkg/PLIST 47 utils/pgp.usa_only/pkg/PLIST 47 utils/pgp.non-usa_only/pkg/PLIST 47 math/blas/pkg/PLIST 46 x11/tvtwm/pkg/PLIST 46 graphics/xanim/pkg/PLIST 46 games/oneko/pkg/PLIST 45 net/ncftp2/pkg/PLIST 45 net/archie/pkg/PLIST 44 x11/xfed/pkg/PLIST 44 x11/rxvt/pkg/PLIST 44 games/xsol/pkg/PLIST 41 utils/rman/pkg/PLIST 41 audio/gmod/pkg/PLIST 39 utils/top/pkg/PLIST 39 net/fspclient/pkg/PLIST 39 audio/sox/pkg/PLIST 37 net/nv/pkg/PLIST 36 net/imm/pkg/PLIST 36 lang/gcl/pkg/PLIST 34 net/cern_linemode/pkg/PLIST 33 japanese/sed/pkg/PLIST 32 net/pmf/pkg/PLIST 30 editors/tkHTML/pkg/PLIST 29 net/tcpblast/pkg/PLIST 28 x11/sxpc/pkg/PLIST 27 x11/iv/pkg/PLIST 27 net/slirp/pkg/PLIST 27 games/xchomp/pkg/PLIST 27 archivers/unrar/pkg/PLIST 26 net/tkWWW/pkg/PLIST 26 audio/s3mod/pkg/PLIST 26 archivers/unarj/pkg/PLIST 25 math/oleo/pkg/PLIST 25 lang/logo/pkg/PLIST 24 games/xmj/pkg/PLIST 24 archivers/lha/pkg/PLIST 23 archivers/ha/pkg/PLIST 22 net/zircon/pkg/PLIST 20 cad/acs/pkg/PLIST 16 net/wais/pkg/PLIST 11 net/wwwish/pkg/PLIST 11 audio/maplay/pkg/PLIST From owner-freebsd-ports Thu May 4 09:45:46 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA16190 for ports-outgoing; Thu, 4 May 1995 09:45:46 -0700 Received: from violet.berkeley.edu (violet.Berkeley.EDU [128.32.155.22]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA16182 for ; Thu, 4 May 1995 09:45:44 -0700 Received: by violet.berkeley.edu (8.6.10/1.33r) id JAA10265; Thu, 4 May 1995 09:45:43 -0700 Date: Thu, 4 May 1995 09:45:43 -0700 From: jkh@violet.berkeley.edu (Jordan K. Hubbard) Message-Id: <199505041645.JAA10265@violet.berkeley.edu> To: ports@FreeBSD.org Subject: wish list item Sender: ports-owner@FreeBSD.org Precedence: bulk Path: agate!biosci!internet!biosci!not-for-mail From: mzou@FIREANT.MA.UTEXAS.EDU (Maorong Zou) Newsgroups: comp.windows.x.announce,comp.windows.x.announce Subject: Announce the Beta release of Zplot Date: 4 May 1995 08:55:18 -0700 Organization: University Of Texas, Austin Lines: 76 Sender: daemon@net.bio.net Approved: usenet@net.bio.net Distribution: inet Message-ID: <9505041412.AA10341@alex.x.org> NNTP-Posting-Host: net.bio.net Xref: agate comp.windows.x.announce:675 I'm happy to announce the first Beta release of zplot. Included is the README file from the distribution. Enjoy, Maorong Zou --------------------------------------------------------- What is it? ZPLOT is a 3D plotting program under X11. It can plot -- Graph of a two variable function -- Parametric surface (wireframe or flat shaded) -- Tube around a 3D curve -- Rectangular mesh Data -- OFF data /* support is limited */ -- 3D lines, points. -- Contours (on surfaces) It allows you set up lighting and material interactively. It support interactive rotation and zooming. It support Postscript and PPM outputs. Zplot uses only Xlib. It was developed on a Linux machine running XFree 2.1, (XFree3.1 now). It has been compiled and tested on SunSparc, IBMR6000 and i486-Linux REMARK: Zplot only runs on 8bit PseudoColor or Grayscale visuals ! ------------------------------------------------------------ How to get it? Zplot is availabel on math.utexas.edu /pub/tmp/XPLOT.TGZ ftp.x.org /contrib/applications/XPLOT.TGZ (notice the file is XPLOT.TGZ !!!) ------------------------------------------------------------ How to install it? get the distribution XPLOT.TGZ mkdir ZPLOT cd ZPLOT gzip -dc ../XPLOT.TGZ | tar xvf - make cp zplot to_whatever_place_you_want_it_to_be If it fails, you may have to edit the first 3 lines of Makefile. The examples directory contains a few examples you can test the program. The doc directroy contains a sketchy tutorial. ------------------------------------------------------------ Version: Beta, Feb 9, 1995 ------------------------------------------------------------ Author info: Maorong Zou Dept. of Math University of Texas at Austin Austin, TX 78712 Phone 512-471-0122 email mzou@math.utexas.edu ------------------------------------------------------------ Credits: The front end code was taken from IRISPLOT written 4 years ago, which is a hack from Gnuplot, for the SGI graphics workstations. The back end code was developed using the Vogl library. ------------------------------------------------------------ Bugs: It core dumps when either the front end generates an NaN/Infinity or data file contains an NaN/Infinity From owner-freebsd-ports Thu May 4 13:52:23 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA22220 for ports-outgoing; Thu, 4 May 1995 13:52:23 -0700 Received: from faui45.informatik.uni-erlangen.de (root@faui45.informatik.uni-erlangen.de [131.188.2.45]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id NAA22213 for ; Thu, 4 May 1995 13:52:17 -0700 Received: from behaim.faps.uni-erlangen.de by uni-erlangen.de with SMTP; id AA22689 (5.65c-7/7.3w-FAU); Thu, 4 May 1995 22:51:37 +0200 Received: from sebaldus.faps.uni-erlangen.de by faps.uni-erlangen.de with SMTP; id AA25183 (1.38.193.4/7.3s-FAU); Thu, 4 May 1995 22:52:43 +0200 From: Thomas Krebs Message-Id: <9505042052.AA25183@behaim.faps.uni-erlangen.de> Subject: How to contribute packages? To: FreeBSD-ports@FreeBSD.org Date: Thu, 4 May 95 22:50:17 METDST Mailer: Elm [revision: 70.85] Sender: ports-owner@FreeBSD.org Precedence: bulk Hi, I have built a package for interviews 3.1 with shared and static libs. It depends mainly on a set of patches, that have been posted recently to comp.windows.interviews. I have also another package, that is a little x-based process-monitor written by myself. Where should I put these packages? Thomas -- Thomas Krebs Department for Manufacturing Automation and Production Systems FAPS University of Erlangen Egerlandstr. 7-9 91058 Erlangen Tel.: +49 (0)9131/85-8740 Fax: +49 (0)9131/302528 http://www.faps.uni-erlangen.de:1200/persons/krebs.html From owner-freebsd-ports Thu May 4 18:18:56 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA06902 for ports-outgoing; Thu, 4 May 1995 18:18:56 -0700 Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.97.216]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA06896 for ; Thu, 4 May 1995 18:18:53 -0700 Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.6.11/8.6.9) id SAA25566 for freebsd-ports@freebsd.org; Thu, 4 May 1995 18:16:38 -0700 From: Steven G Kargl Message-Id: <199505050116.SAA25566@troutmask.apl.washington.edu> Subject: make.conf and bsd.ports.mk To: freebsd-ports@FreeBSD.org Date: Thu, 4 May 1995 18:16:38 -0700 (PDT) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 441 Sender: ports-owner@FreeBSD.org Precedence: bulk Satoshi, Jordan, whomever, Is there an obvious reason (that I am missing) why bsd.port.mk does not scan make.conf for CFLAGS? The only place I can find that uses make.conf is sys.mk, but this isn't used for ports. -- Steven G. Kargl | Phone: 206-685-4677 | Applied Physics Lab | Fax: 206-543-6785 | Univ. of Washington |---------------------| 1013 NE 40th St | FreeBSD 2.1-current | Seattle, WA 98105 |---------------------| From owner-freebsd-ports Thu May 4 19:20:59 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA08616 for ports-outgoing; Thu, 4 May 1995 19:20:59 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA08609 for ; Thu, 4 May 1995 19:20:52 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id TAA08380; Thu, 4 May 1995 19:20:34 -0700 From: "Rodney W. Grimes" Message-Id: <199505050220.TAA08380@gndrsh.aac.dev.com> Subject: Re: make.conf and bsd.ports.mk To: kargl@troutmask.apl.washington.edu (Steven G Kargl) Date: Thu, 4 May 1995 19:20:34 -0700 (PDT) Cc: freebsd-ports@FreeBSD.org In-Reply-To: <199505050116.SAA25566@troutmask.apl.washington.edu> from "Steven G Kargl" at May 4, 95 06:16:38 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 640 Sender: ports-owner@FreeBSD.org Precedence: bulk > > Satoshi, Jordan, whomever, > > Is there an obvious reason (that I am missing) why bsd.port.mk does > not scan make.conf for CFLAGS? The only place I can find that uses > make.conf is sys.mk, but this isn't used for ports. If you type ``make'' sys.mk is read, you have to do a ``make -r'' to stop make from reading /usr/share/mk/sys.mk. The problem you are most likely seeing is that most Makefile's in the ports have there own .c.o rules that overrides the one in sys.mk :-(. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-freebsd-ports Thu May 4 23:16:44 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA14051 for ports-outgoing; Thu, 4 May 1995 23:16:44 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA14027 for ; Thu, 4 May 1995 23:16:25 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.11/8.6.9) with ESMTP id IAA05939; Fri, 5 May 1995 08:16:12 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.11/8.6.9) with SMTP id IAA28136; Fri, 5 May 1995 08:16:09 +0200 Message-Id: <199505050616.IAA28136@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) cc: ports@FreeBSD.org Subject: Re: URGENT: broken packages Date: Fri, 05 May 1995 08:16:09 +0200 From: Mark Murray Sender: ports-owner@FreeBSD.org Precedence: bulk > It was brought to my attention that some of the packages with long > packing lists (like > 4KB) were misteriously truncated during the > pkg_create stage. > > At this moment, ghostscript and jp-*mule are known to be broken. > People, please check your the packages of your own ports and send me a > note if it's broken. You can find them in ftp.freebsd.org's packages/ > subdirectory or thud:/e/ports/packages (same path from freefall). Damn. perl5 is broken in this way. I can't work on it now, but I can have a look over the weekend if someone doensnt do it first. OK? > The temporary fix is to remove all the filenames from the subdirectory > and just list it as a directory entry. For exmaple, if the > subdirectory "lib/foo" contains three files "bar", "baz", "bleah", > instead of I'll reckon I'll go this route... M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 From owner-freebsd-ports Fri May 5 00:30:47 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA15268 for ports-outgoing; Fri, 5 May 1995 00:30:47 -0700 Received: from ice.fit.qut.edu.au (scott@ice.fit.qut.edu.au [131.181.2.9]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA15262 for ; Fri, 5 May 1995 00:30:40 -0700 Received: (from scott@localhost) by ice.fit.qut.edu.au (8.6.9/8.6.9) id RAA06966; Fri, 5 May 1995 17:31:12 +1000 Date: Fri, 5 May 1995 17:31:12 +1000 (EST) From: Scott Mewett To: ports@FreeBSD.org Subject: Re: Satan 1.0 port for FreeBSD 2.0 (fwd) In-Reply-To: <199505050632.BAA15241@ns2.icon.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: ports-owner@FreeBSD.org Precedence: bulk On Fri, 5 May 1995, The Web Master wrote: > Hi Scott, > > I ftp it to ftp.cdrom.com in /pub/FreeBSD/incoming. I'm not sure where > the folks at FreeBSD.org move the file to. That the only ftp site I > uploaded to. You might want to email the FreeBSD folks and find out where > the file is located now. Hope that answers your question. > > Cheers! > Wes To whom it may concern, I am trying to locate a package ported by Wesley Chew. On the 13th of April Wesley posted a message stating that he had uploaded Satan version 1.0 onto the ftp.cdrom.com site under ... /pub/FreeBSD/incoming/Satan-1.0-Perl-5.0.tgz. Sorry to bug you but I can't seem to find it anywhere. Is it still available on this site ? and if so where can I find it ? I apologise if it is somewhere obvious and I just plain missed it, but I did search your entire ports and packages distribution area and couldn't locate it. Thank you for your consideration and time regards scott ------------------------------------------------------------------------ Scott Mewett | With the lights out its less dangerous Systems Programmer | Here we are now QUT | Entertain us Brisbane, Australia | I feel stupid and contagious Email: mewett@fit.qut.edu.au | Here we are now Phone: (07) 864 2247 | Entertain us Fax: (07) 864 1959 Web: http://www.fit.qut.edu.au/~scott From owner-freebsd-ports Fri May 5 02:11:02 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA20071 for ports-outgoing; Fri, 5 May 1995 02:11:02 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA20059 for ; Fri, 5 May 1995 02:10:57 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id CAA00961; Fri, 5 May 1995 02:08:04 -0700 Date: Fri, 5 May 1995 02:08:04 -0700 Message-Id: <199505050908.CAA00961@silvia.HIP.Berkeley.EDU> To: mark@grondar.za CC: ports@FreeBSD.org In-reply-to: <199505050616.IAA28136@grumble.grondar.za> (message from Mark Murray on Fri, 05 May 1995 08:16:09 +0200) Subject: Re: URGENT: broken packages From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: ports-owner@FreeBSD.org Precedence: bulk * Damn. perl5 is broken in this way. I can't work on it now, but I can have * a look over the weekend if someone doensnt do it first. OK? Gosh, this one looks complicated. Can someone take a look into this? Sunday may be too late. * > The temporary fix is to remove all the filenames from the subdirectory * > and just list it as a directory entry. For exmaple, if the * > subdirectory "lib/foo" contains three files "bar", "baz", "bleah", * > instead of * * I'll reckon I'll go this route... Yeah, this is fine...but it has a whole lot of @ directives along the way, may I just pack up the entire lib/perl5 and move all the @ stuff that applies them to the end? Satoshi From owner-freebsd-ports Fri May 5 02:15:24 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA20302 for ports-outgoing; Fri, 5 May 1995 02:15:24 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA20295 for ; Fri, 5 May 1995 02:15:19 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id CAA00974; Fri, 5 May 1995 02:12:54 -0700 Date: Fri, 5 May 1995 02:12:54 -0700 Message-Id: <199505050912.CAA00974@silvia.HIP.Berkeley.EDU> To: krebs@faps.uni-erlangen.de CC: FreeBSD-ports@FreeBSD.org In-reply-to: <9505042052.AA25183@behaim.faps.uni-erlangen.de> (message from Thomas Krebs on Thu, 4 May 95 22:50:17 METDST) Subject: Re: How to contribute packages? From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: ports-owner@FreeBSD.org Precedence: bulk * I have built a package for interviews 3.1 with shared and static libs. * It depends mainly on a set of patches, that have been posted recently to * comp.windows.interviews. * * I have also another package, that is a little x-based process-monitor written * by myself. There is already a port of interviews in ports/x11/iv but it's seriously broken so you're very welcome to contribute a working version. The way we do the ports are a little different from the past, the actual source is kept (or ftp'd on the fly) as a tarball and we only have a few files in /usr/ports//. The packages available on ftp.freebsd.org are compiled from these ports. Please take a look at some of the existing packages and see if you can make something of that form. Since you say you actually build the packages so you presumably already have the packing list and one-line descriptions, so all you need to do is to write a Makefile, make sure the patches are in the correct form, and write some auxiliary scripts (only if necessary). I'll be more than happy to assist you along the way. Satoshi (the current ports administrator) From owner-freebsd-ports Fri May 5 02:42:11 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA21657 for ports-outgoing; Fri, 5 May 1995 02:42:11 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA21650 for ; Fri, 5 May 1995 02:42:09 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id CAA01048; Fri, 5 May 1995 02:41:56 -0700 Date: Fri, 5 May 1995 02:41:56 -0700 Message-Id: <199505050941.CAA01048@silvia.HIP.Berkeley.EDU> To: scott@fit.qut.edu.au CC: ports@FreeBSD.org In-reply-to: (message from Scott Mewett on Fri, 5 May 1995 17:31:12 +1000 (EST)) Subject: Re: Satan 1.0 port for FreeBSD 2.0 (fwd) From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: ports-owner@FreeBSD.org Precedence: bulk * /pub/FreeBSD/incoming/Satan-1.0-Perl-5.0.tgz. I'm not sure where it went either. There is nobody really looking over the incoming stuff right now. The recommended procedure when you upload something suitable for import is to send mail to someone who you deem responsible for that part of the system (or to "hackers" or "ports" if you don't know anybody), so that that person will pick it up and do something with it. Satoshi From owner-freebsd-ports Fri May 5 05:05:18 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA24866 for ports-outgoing; Fri, 5 May 1995 05:05:18 -0700 Received: from helix.nih.gov (helix.nih.gov [128.231.2.3]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id FAA24859 for ; Fri, 5 May 1995 05:05:14 -0700 Received: by helix.nih.gov (940715.SGI.52/1.35(m-sg-1.0)) id AA02397; Fri, 5 May 95 08:05:12 -0400 Date: Fri, 5 May 95 08:05:12 -0400 From: crtb@helix.nih.gov (Chuck Bacon) Message-Id: <9505051205.AA02397@helix.nih.gov> To: Scott Mewett Subject: Re: Satan 1.0 port for FreeBSD 2.0 (fwd) Cc: ports@FreeBSD.org Sender: ports-owner@FreeBSD.org Precedence: bulk > On the 13th of April Wesley posted a message stating that he had uploaded > Satan version 1.0 onto the ftp.cdrom.com site under ... > /pub/FreeBSD/incoming/Satan-1.0-Perl-5.0.tgz. Sorry to butt in, but Satan 1.0 is history. Turns out there was a (very well advertised) security hole for anyone *running* Satan-1.0. Satan-1.1 is available from among other places, ftp://ftp.gsfc.nasa.gov:/pub/security/satan-1.1.tar.Z Goddard Space Flight Center should be a pretty safe archive. It makes so easily (there's relatively little C) that a genuine port is hardly needed, and you have the reassurance that you have the real thing. Oops--except that you need perl5. > Scott Mewett | With the lights out its less dangerous > Systems Programmer | Here we are now > QUT | Entertain us > Brisbane, Australia | I feel stupid and contagious > Email: mewett@fit.qut.edu.au | Here we are now > Phone: (07) 864 2247 | Entertain us > Fax: (07) 864 1959 > Web: http://www.fit.qut.edu.au/~scott Chuck Bacon - crtb@helix.nih.gov ABHOR SECRECY - DEFEND PRIVACY From owner-freebsd-ports Fri May 5 05:51:29 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA25782 for ports-outgoing; Fri, 5 May 1995 05:51:29 -0700 Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id FAA25771 for ; Fri, 5 May 1995 05:51:25 -0700 Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id OAA03108 ; Fri, 5 May 1995 14:51:22 +0200 Received: from (roberto@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) id OAA17816 ; Fri, 5 May 1995 14:51:21 +0200 From: roberto@blaise.ibp.fr (Ollivier Robert) Message-Id: <199505051251.OAA17816@blaise.ibp.fr> Subject: Re: Satan 1.0 port for FreeBSD 2.0 (fwd) To: crtb@helix.nih.gov (Chuck Bacon) Date: Fri, 5 May 1995 14:51:21 +0200 (MET DST) Cc: scott@fit.qut.edu.au, ports@FreeBSD.org In-Reply-To: <9505051205.AA02397@helix.nih.gov> from "Chuck Bacon" at May 5, 95 08:05:12 am X-Operating-System: FreeBSD BUILT-19950501 ctm#617 X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 378 Sender: ports-owner@FreeBSD.org Precedence: bulk > (very well advertised) security hole for anyone *running* Satan-1.0. > Satan-1.1 is available from among other places, > ftp://ftp.gsfc.nasa.gov:/pub/security/satan-1.1.tar.Z 1.1.1 is available, correcting a bug in 1.1 :-) -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@FreeBSD.ORG FreeBSD keltia 2.0-BUILT-19950503 #3: Wed May 3 19:53:04 MET DST 1995 From owner-freebsd-ports Fri May 5 05:59:37 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA26078 for ports-outgoing; Fri, 5 May 1995 05:59:37 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id FAA26027 for ; Fri, 5 May 1995 05:59:14 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.11/8.6.9) with ESMTP id OAA06312; Fri, 5 May 1995 14:58:49 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.11/8.6.9) with SMTP id OAA02870; Fri, 5 May 1995 14:58:46 +0200 Message-Id: <199505051258.OAA02870@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) cc: mark@grondar.za, ports@FreeBSD.org Subject: Re: URGENT: broken packages Date: Fri, 05 May 1995 14:58:45 +0200 From: Mark Murray Sender: ports-owner@FreeBSD.org Precedence: bulk > * Damn. perl5 is broken in this way. I can't work on it now, but I can have > * a look over the weekend if someone doensnt do it first. OK? > > Gosh, this one looks complicated. Can someone take a look into this? > Sunday may be too late. I'll work on it _real_ fast... > * > The temporary fix is to remove all the filenames from the subdirectory > * > and just list it as a directory entry. For exmaple, if the > * > subdirectory "lib/foo" contains three files "bar", "baz", "bleah", > * > instead of > * > * I'll reckon I'll go this route... > > Yeah, this is fine...but it has a whole lot of @ directives along the > way, may I just pack up the entire lib/perl5 and move all the @ stuff > that applies them to the end? Sure. Go for it... M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 From owner-freebsd-ports Fri May 5 09:06:27 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA01552 for ports-outgoing; Fri, 5 May 1995 09:06:27 -0700 Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.97.216]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA01545 for ; Fri, 5 May 1995 09:06:25 -0700 Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.6.11/8.6.9) id JAA27016; Fri, 5 May 1995 09:04:14 -0700 From: Steven G Kargl Message-Id: <199505051604.JAA27016@troutmask.apl.washington.edu> Subject: Re: make.conf and bsd.ports.mk To: rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes) Date: Fri, 5 May 1995 09:04:14 -0700 (PDT) Cc: freebsd-ports@FreeBSD.org In-Reply-To: <199505050220.TAA08380@gndrsh.aac.dev.com> from "Rodney W. Grimes" at May 4, 95 07:20:34 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1434 Sender: ports-owner@FreeBSD.org Precedence: bulk According to Rodney W. Grimes: > > > > > Satoshi, Jordan, whomever, > > > > Is there an obvious reason (that I am missing) why bsd.port.mk does > > not scan make.conf for CFLAGS? The only place I can find that uses > > make.conf is sys.mk, but this isn't used for ports. > > If you type ``make'' sys.mk is read, you have to do a ``make -r'' to > stop make from reading /usr/share/mk/sys.mk. > > The problem you are most likely seeing is that most Makefile's in > the ports have there own .c.o rules that overrides the one in sys.mk :-(. > I knew the answer was probably simply, but I'm not too familiar with how the *.mk files interact. I played around with the port of top-3.3, and found that if I changed the Makefile in top/work from CDEF = -O CFLAGS = -DHAVE_GETOPT $(CDEF) to #CDEF = -O CFLAGS += -DHAVE_GETOPT $(CDEF) The build does the Right Thing. Should this type of change be added to the GUIDELINES for porting to FreeBSD? I admit I like the convenience of the ports, but I don't want to edit the Makefile(s) in every port to include CFLAGS = -O2 -m486 -pipe (e.g., consider the fun of editing the Makefiles in XFree86). Rod, do you have a separate business related email address? -- Steven G. Kargl | Phone: 206-685-4677 | Applied Physics Lab | Fax: 206-543-6785 | Univ. of Washington |---------------------| 1013 NE 40th St | FreeBSD 2.1-current | Seattle, WA 98105 |---------------------| From owner-freebsd-ports Fri May 5 09:34:15 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA02340 for ports-outgoing; Fri, 5 May 1995 09:34:15 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA02332 for ; Fri, 5 May 1995 09:34:12 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id JAA09216; Fri, 5 May 1995 09:34:00 -0700 From: "Rodney W. Grimes" Message-Id: <199505051634.JAA09216@gndrsh.aac.dev.com> Subject: Re: make.conf and bsd.ports.mk To: kargl@troutmask.apl.washington.edu (Steven G Kargl) Date: Fri, 5 May 1995 09:34:00 -0700 (PDT) Cc: freebsd-ports@FreeBSD.org In-Reply-To: <199505051604.JAA27016@troutmask.apl.washington.edu> from "Steven G Kargl" at May 5, 95 09:04:14 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1637 Sender: ports-owner@FreeBSD.org Precedence: bulk > > According to Rodney W. Grimes: > > > > > > > > Satoshi, Jordan, whomever, > > > > > > Is there an obvious reason (that I am missing) why bsd.port.mk does > > > not scan make.conf for CFLAGS? The only place I can find that uses > > > make.conf is sys.mk, but this isn't used for ports. > > > > If you type ``make'' sys.mk is read, you have to do a ``make -r'' to > > stop make from reading /usr/share/mk/sys.mk. > > > > The problem you are most likely seeing is that most Makefile's in > > the ports have there own .c.o rules that overrides the one in sys.mk :-(. > > > > I knew the answer was probably simply, but I'm not too familiar with how > the *.mk files interact. > > I played around with the port of top-3.3, and found that if I changed the > Makefile in top/work from > > CDEF = -O > CFLAGS = -DHAVE_GETOPT $(CDEF) > > to > > #CDEF = -O > CFLAGS += -DHAVE_GETOPT $(CDEF) > > The build does the Right Thing. Should this type of change be added to > the GUIDELINES for porting to FreeBSD? I admit I like the convenience > of the ports, but I don't want to edit the Makefile(s) in every port to > include CFLAGS = -O2 -m486 -pipe (e.g., consider the fun of editing the > Makefiles in XFree86). It would involve a lot of patching, but would be a nice feature. Satoshi is the one who will have to decide what to do here. > Rod, do you have a separate business related email address? Nope, it all goes into one big basket :-) FreeBSD is my life now :-) -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-freebsd-ports Fri May 5 12:31:23 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA07882 for ports-outgoing; Fri, 5 May 1995 12:31:23 -0700 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id MAA07876 for ; Fri, 5 May 1995 12:31:21 -0700 Received: by sequent.kiae.su id AA29904 (5.65.kiae-2 ); Fri, 5 May 1995 23:25:33 +0400 Received: by sequent.KIAE.su (UUMAIL/2.0); Fri, 5 May 95 23:25:32 +0400 Received: (from ache@localhost) by astral.msk.su (8.6.8/8.6.6) id XAA00424; Fri, 5 May 1995 23:19:10 +0400 To: Torsten Blum Cc: ports@FreeBSD.org References: In-Reply-To: ; from Torsten Blum at Fri, 5 May 1995 18:14:41 +0200 (MET DST) Message-Id: Organization: Olahm Ha-Yetzirah Date: Fri, 5 May 1995 23:19:09 +0400 X-Mailer: Mail/@ [v2.32 FreeBSD] From: "Andrey A. Chernov, Black Mage" X-Class: Fast Subject: Re: cvs commit: ports/news/inn/pkg PLIST Lines: 23 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 1047 Sender: ports-owner@FreeBSD.org Precedence: bulk In message Torsten Blum writes: >> > - change PATH_OVERVIEWDIR from /var/spool/news to /var/spool/news/over.view >> >> I was thinking that we agree long time ago to use /var/news (like /var/mail) >> instead of /var/spool/news. >I looked at the mailing-lists archiv and could not find anything. Look at nn port for example, long-long time ago (maybe 1.1.5.1 time?) I ask about /var/news is correct and got some discussion and answer that it is. Try to look original nn porter, I remember that he answer me that /var/news follows /var/mail style and it is symlink to proper location. I not apologe ether way, but we must follows _one_ way, so Inn must be converted or nn and maybe cnews? nntp? need to be converted. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - FidoNet: 2:5020/230.3 : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-ports Sat May 6 04:53:14 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA06957 for ports-outgoing; Sat, 6 May 1995 04:53:14 -0700 Received: from news.iadfw.net (news.iadfw.net [204.178.72.99]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id EAA06947 for ; Sat, 6 May 1995 04:53:10 -0700 Received: (from jbryant@localhost) by news.iadfw.net (8.6.11/8.6.9) id GAA02915; Sat, 6 May 1995 06:53:02 -0500 From: Jim Bryant Message-Id: <199505061153.GAA02915@news.iadfw.net> Subject: Re: Satan 1.0 port for FreeBSD 2.0 (fwd) To: scott@fit.qut.edu.au (Scott Mewett) Date: Sat, 6 May 1995 06:53:01 -0500 (CDT) Cc: freebsd-ports@FreeBSD.org In-Reply-To: from "Scott Mewett" at May 5, 95 05:31:12 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 523 Sender: ports-owner@FreeBSD.org Precedence: bulk In reply: > Subject: Re: Satan 1.0 port for FreeBSD 2.0 (fwd) this should be a really dead subject. satan 1.0 has too many security holes in it, such as the http thing that gives people root while you run satan. Jim -- All opinions expressed are mine, if you | "I will not be pushed, stamped, think otherwise, then go jump into turbid | briefed, debriefed, indexed, or radioactive waters and yell WAHOO !!! | numbered!" - #1, "The Prisoner" jbryant@server.iadfw.net, System administrator, Internet America