From owner-freebsd-ports Sun Feb 2 00:30:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA08440 for ports-outgoing; Sun, 2 Feb 1997 00:30:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA08434; Sun, 2 Feb 1997 00:30:02 -0800 (PST) Resent-Date: Sun, 2 Feb 1997 00:30:02 -0800 (PST) Resent-Message-Id: <199702020830.AAA08434@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.AAA08264;Sun; (8.8.5/8.8.5);, 2 Feb 1997 00:25:48.-0800 (PST) Message-Id: <199702020825.AAA08264@freefall.freebsd.org> Date: Sun, 2 Feb 1997 00:25:48 -0800 (PST) From: tphilips@cedar.netten.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/2636: Bad port of apache or its just me i don't know Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2636 >Category: ports >Synopsis: Bad port of apache or its just me i don't know >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 2 00:30:00 PST 1997 >Last-Modified: >Originator: Tracy E. Phillips >Organization: >Release: 2.2 beta >Environment: FreeBSD redpoint.com 2.2-BETA_A FreeBSD 2.2-BETA_A #0 Fri Jan 31 16:44 CST 1997 root@redpoint.com:/usr/src/sys/compile/REDPOINT i386 >Description: This is for apache that is in current ports apache 1.2b6 When i change to /usr/ports/www/apache and do a make install, the source is d/l just fine when the package starts t build i get this: >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: >> Checksum OK for apache_1.2b6.tar.gz. ===> Building for apache-1.2b6 cd src; make PREFIX=/usr/local all gcc -c -O -DSTATUS -DHTTPD_ROOT=\"/usr/local/etc/apache/\" -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DSERVER_CONFIG_FILE=\"httpd.conf\" -DRESOURCE_CONFIG_FILE=\"srm.conf\" -DTYPES_CONFIG_FILE=\"mime.types\" -DACCESS_CONFIG_FILE=\"access.conf\" http_core.c *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. http_core.c: In function `set_rlimit': http_core.c:995: `rlim_t' undeclared (first use this function) http_core.c:995: (Each undeclared identifier is reported only once http_core.c:995: for each function it appears in.) http_core.c:995: parse error before `cur' http_core.c:1009: `cur' undeclared (first use this function) http_core.c:1018: `max' undeclared (first use this function) From owner-freebsd-ports Sun Feb 2 01:20:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA09938 for ports-outgoing; Sun, 2 Feb 1997 01:20:51 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id BAA09933 for ; Sun, 2 Feb 1997 01:20:49 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id KAA12700; Sun, 2 Feb 1997 10:20:31 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.6.9) id JAA25520; Sun, 2 Feb 1997 09:53:28 +0100 (MET) Message-ID: Date: Sun, 2 Feb 1997 09:53:27 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: eistal@cyf-kr.edu.pl Cc: freebsd-ports@freebsd.org Subject: Re: Mailing lists References: <32F28E74.507A@cyf-kr.edu.pl> X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <32F28E74.507A@cyf-kr.edu.pl>; from Janusz Stal on Feb 1, 1997 01:29:40 +0100 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Janusz Stal wrote: > I have FreeBSD 2.1 release. > I'd like to install on my machine a mailing list like this. > Is in port collection any program for that purpose ? Dien dobry, well, the basic program to run a mailing list is sendmail (which is part of the base system already). It allows for creating alias databases, and that's about all that is _required_ for a mailing list. You can even use include files for the list aliases, so if you don't want to have root privileges required for maintaining the list, put the list members in an include file, and chown this to your list maintainer(s). Since everybody is allowed to run newaliases(1), this will finally rebuild the actual alias database. For a small list (< 50 participiants) with a rather low subscription/ unsubscription rate, this is a usable solution, and it avoids the overhead of any third-party software. In your /etc/aliases, add the following: # the list itself: my-list: :include:/usr/lists/my-list # the list maintainers: owner-my-list: root,eistal my-list-request: root,eistal The owner-my-list alias will cause to appear as the envelope sender address in resent mails, so error messages will be sent to these persons rather than to the originator who sent the mail to the list (who normally can't do anything about those people subscribed on a list). Mailing list names by convention contain a dash in their name, so somebody seeing that address can immediately find out about its list nature. The convention is that the address of the maintainers of a list can be derived from the list name by appending a ``-request''. Sadly, only few people seem to know this these days, see the various `subscribe' messages that go out to the FreeBSD lists. If your list becomes more busy, you might consider using something like majordomo, which can be found in the ports. At the plus side, you get automatic subscription/unsubscription handling. At the minus side, you've got more files involved into the processing, and you need some time to get the initial setup running. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-ports Sun Feb 2 01:50:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA10795 for ports-outgoing; Sun, 2 Feb 1997 01:50:53 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id BAA10789 for ; Sun, 2 Feb 1997 01:50:50 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id KAA13010; Sun, 2 Feb 1997 10:50:41 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.6.9) id KAA25758; Sun, 2 Feb 1997 10:37:21 +0100 (MET) Message-ID: Date: Sun, 2 Feb 1997 10:37:21 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: durham@w2xo.pgh.pa.us (Jim Durham) Cc: ports@freebsd.org Subject: Re: packet driver References: <32F3F5CF.167EB0E7@w2xo.pgh.pa.us> X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <32F3F5CF.167EB0E7@w2xo.pgh.pa.us>; from Jim Durham on Feb 1, 1997 21:02:55 -0500 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Jim Durham wrote: > The "Net" code is actually part of a complete system using "Net" to > handle the radio ports, with a packet BBS and internet/packet-bbs > mail gateway that uses sendmail to do most of the work. There is > also some code to allow interfacing to a web page to view and send > packet radio mail. > > My question is should I just do an "official" port of "Net" for > starters and do the BBS and gateway separately so that those not > wanting those services could just compile "Net"? I'm not sure about this. What do the other ports people think? Also, do you wanna maintain that port yourself, or does somebody else volunteer doing it? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-ports Sun Feb 2 06:10:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA19057 for ports-outgoing; Sun, 2 Feb 1997 06:10:23 -0800 (PST) Received: from magigimmix.xs4all.nl (magigimmix.xs4all.nl [194.109.6.25]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA19052 for ; Sun, 2 Feb 1997 06:10:17 -0800 (PST) Received: from albast (ztm06-06.dial.xs4all.nl [194.109.32.167]) by magigimmix.xs4all.nl (8.7.6/XS4ALL) with SMTP id PAA16687; Sun, 2 Feb 1997 15:10:01 +0100 (MET) Message-Id: <1.5.4.32.19970202140913.00673678@xs4all.nl> X-Sender: albast@xs4all.nl (Unverified) X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sun, 02 Feb 1997 15:09:13 +0100 To: tphilips@cedar.netten.net, freebsd-ports@freefall.freebsd.org From: albast Subject: Re: ports/2636: Bad port of apache or its just me i don't know Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 12:25 AM 2/2/97 -0800, you wrote: > >>Number: 2636 >>Category: ports >>Synopsis: Bad port of apache or its just me i don't know >>Confidential: no >>Severity: non-critical >>Priority: low >>Responsible: freebsd-ports >>State: open >>Class: sw-bug >>Submitter-Id: current-users >>Arrival-Date: Sun Feb 2 00:30:00 PST 1997 >>Last-Modified: >>Originator: Tracy E. Phillips >>Organization: >>Release: 2.2 beta >>Environment: >FreeBSD redpoint.com 2.2-BETA_A FreeBSD 2.2-BETA_A #0 Fri Jan 31 16:44 CST >1997 root@redpoint.com:/usr/src/sys/compile/REDPOINT i386 >>Description: >This is for apache that is in current ports apache 1.2b6 > >When i change to /usr/ports/www/apache and do a make install, the source is >d/l just fine when the package starts t build i get this: > >>How-To-Repeat: > >>Fix: Here is the problem: as mentioned in apache, if rlimt_t is not previously typedef'ed, the compilation will fail. solution: somewhere @ line 358 in conf.h where ``#elif defined(__FreeBSD__) || defined(__bsdi__)'' resides, add the line ``typedef int rlim_t;'' and everything will work just fine :-) > >>Audit-Trail: >>Unformatted: >>> Checksum OK for apache_1.2b6.tar.gz. >===> Building for apache-1.2b6 >cd src; make PREFIX=/usr/local all >gcc -c -O -DSTATUS -DHTTPD_ROOT=\"/usr/local/etc/apache/\" -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DSERVER_CONFIG_FILE=\"httpd.conf\" -DRESOURCE_CONFIG_FILE=\"srm.conf\" -DTYPES_CONFIG_FILE=\"mime.types\" -DACCESS_CONFIG_FILE=\"access.conf\" http_core.c >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. > >http_core.c: In function `set_rlimit': >http_core.c:995: `rlim_t' undeclared (first use this function) <--- this is our problem ! >http_core.c:995: (Each undeclared identifier is reported only once >http_core.c:995: for each function it appears in.) >http_core.c:995: parse error before `cur' >http_core.c:1009: `cur' undeclared (first use this function) >http_core.c:1018: `max' undeclared (first use this function) > Have fun! -Jeroen Hogeveen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /\ URL: http://www.twiddle.com/ Jeroen Hogeveen 0 0 Powered by FreeBSD/Apache jeroenh@twiddle.com / \/ \ (not yet connected :-) SA, WEBmaster etc. (R) / \ / / \ \ Twiddle & Twiddle logo are Copyright (C) 1996 Twiddle ~~~~//ooo__ooo\\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From owner-freebsd-ports Sun Feb 2 11:50:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA07492 for ports-outgoing; Sun, 2 Feb 1997 11:50:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA07480; Sun, 2 Feb 1997 11:50:04 -0800 (PST) Resent-Date: Sun, 2 Feb 1997 11:50:04 -0800 (PST) Resent-Message-Id: <199702021950.LAA07480@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, gallatin@cs.duke.edu Received: from tmp95.cs.duke.edu ([152.3.145.95]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA07276 for ; Sun, 2 Feb 1997 11:47:10 -0800 (PST) Received: (from gallatin@localhost) by tmp95.cs.duke.edu (8.8.4/8.8.2) id OAA23973; Sun, 2 Feb 1997 14:47:05 -0500 (EST) Message-Id: <199702021947.OAA23973@tmp95.cs.duke.edu> Date: Sun, 2 Feb 1997 14:47:05 -0500 (EST) From: gallatin@cs.duke.edu Reply-To: gallatin@cs.duke.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2639: FreeBSD 2.2 teTeX-0.4 package does not install properly Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2639 >Category: ports >Synopsis: FreeBSD 2.2 teTeX-0.4 package does not install properly >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 2 11:50:02 PST 1997 >Last-Modified: >Originator: Andrew Gallatin >Organization: >Release: FreeBSD 2.2-GAMMA i386 >Environment: 2.2 GAMMA built from ctm sources up to src-2.2.0149.gz >Description: pkg_add on teTeX-0.4 complains: extract: /usr/local/share/texmf/fonts/source/pubcan't invoke tar pipeline and fails to add the package. >How-To-Repeat: Download ftp.freebsd.org:/pub/FreeBSD/packages-2.2/print/teTeX-0.4.tgz and attempt to pkg_add it. >Fix: The ports-current version of teTeX-0.4 appears to install fine. >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Feb 2 12:10:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA08492 for ports-outgoing; Sun, 2 Feb 1997 12:10:11 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA08483; Sun, 2 Feb 1997 12:10:04 -0800 (PST) Date: Sun, 2 Feb 1997 12:10:04 -0800 (PST) Message-Id: <199702022010.MAA08483@freefall.freebsd.org> To: freebsd-ports Cc: From: bitblt@sky.net Subject: Re: ports/2241: eggdrop - A special TCL tool - an IRC Robotic Client. Reply-To: bitblt@sky.net Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2241; it has been noted by GNATS. From: bitblt@sky.net To: freebsd-gnats-submit@freebsd.org, bgingery@gtcs.com Cc: Subject: Re: ports/2241: eggdrop - A special TCL tool - an IRC Robotic Client. Date: Sun, 02 Feb 1997 15:07:07 +0000 Running this package is a good way to get your site banned from many irc servers. I therefore urge the FreeBSD team to OMIT this package from the FreeBSD distribution. From owner-freebsd-ports Sun Feb 2 13:16:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA14510 for ports-outgoing; Sun, 2 Feb 1997 13:16:33 -0800 (PST) Received: from relay.nuxi.com (nuxi.ucdavis.edu [128.120.37.176]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA14498 for ; Sun, 2 Feb 1997 13:16:29 -0800 (PST) Received: from dragon.nuxi.com (reqd-042.ucdavis.edu [128.120.251.162]) by relay.nuxi.com (8.8.4/8.6.12) with ESMTP id NAA06217; Sun, 2 Feb 1997 13:16:16 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.4/8.7.3) id NAA17992; Sun, 2 Feb 1997 13:16:13 -0800 (PST) Message-ID: <19970202131610.PH42888@dragon.nuxi.com> Date: Sun, 2 Feb 1997 13:16:10 -0800 From: obrien@NUXI.com (David O'Brien) To: CVS-committers@freefall.freebsd.org Cc: ports@freebsd.org Subject: Re: cvs commit: ports/www/sawt - Imported sources References: <19970202174042.QI06555@xaa.stack.nl> X-Mailer: Mutt 0.59-PL19 Mime-Version: 1.0 Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 In-Reply-To: ; from Chuck Robey on Feb 2, 1997 12:08:03 -0500 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Speaking of kaffe, jdk, sawt, et al. I'd really like to see these moved to devel. At UC-Davis many profs/students are starting to do standalone programs in Java. Even non-networked ones. Just because the most common use *today* of Java is with the WWW, Java is really not tied to it. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-freebsd-ports Sun Feb 2 13:50:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA17123 for ports-outgoing; Sun, 2 Feb 1997 13:50:43 -0800 (PST) Received: from relay.nuxi.com (nuxi.ucdavis.edu [128.120.37.176]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA17118; Sun, 2 Feb 1997 13:50:41 -0800 (PST) Received: from dragon.nuxi.com (reqd-042.ucdavis.edu [128.120.251.162]) by relay.nuxi.com (8.8.4/8.6.12) with ESMTP id NAA06290; Sun, 2 Feb 1997 13:50:47 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.4/8.7.3) id NAA20378; Sun, 2 Feb 1997 13:50:50 -0800 (PST) Message-ID: <19970202135048.PN07710@dragon.nuxi.com> Date: Sun, 2 Feb 1997 13:50:48 -0800 From: obrien@NUXI.com (David O'Brien) To: freebsd-ports@freebsd.org (FreeBSD ports list) Cc: hackers@freebsd.org Subject: conditionally including References: <199701280143.RAA06503@freefall.freebsd.org> X-Mailer: Mutt 0.59-PL19 Mime-Version: 1.0 Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 In-Reply-To: ; from Chuck Robey on Jan 27, 1997 21:08:40 -0500 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Sorry to have to bring this back to light... I was under the impression that we had agreed that "#if (defined(__unix__) || defined(unix))" was the best way to conditionally include . However, this email from Chuck, implies that this is a Bad Thing. So to re-hash this, what does the list think is the best way to have an easy way to include ? Even thought I don't have all the *BSD folks in my grips like I did at USENIX, I'm still not above trying to get a new cpp symbol added (like __44bsd__ or something). Chuck Robey writes: > > obrien 97/01/27 17:43:23 > > Modified: share/doc/handbook porting.sgml > > Document the "#if (defined(__unix__) || defined(unix))" way of including > > sys/param.h. Change _HAVE_PARAM_H to "HAVE_SYS_PARAM_H" for those who > > still like this method -- leading underscores are in the compiler/library > > name space and the Ollivier says to follow GNU Autoconf anyway. > > That test is completely bogus, cause it passes for all sysv systems, > which _don't_ have sys/param.h. It's a completely useless test, and > someone justified it by saying that "most systems have a sys/param.h > anyhow". > > What (in my own opinion) should have been done is to detect: > > #ifdef FreeBSD || NetBSD || OpenBSD > > that would have worked for those variants. Would be able to find out the > one for BSDi systems, then we'd have a great deal of the important ones. > That's how X11R6 does it. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-freebsd-ports Sun Feb 2 16:47:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA26281 for ports-outgoing; Sun, 2 Feb 1997 16:47:43 -0800 (PST) Received: from apolo.biblos.unal.edu.co ([168.176.37.75]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA26273 for ; Sun, 2 Feb 1997 16:47:38 -0800 (PST) Received: from unalmodem.usc.unal.edu.co ([168.176.3.46]) by apolo.biblos.unal.edu.co (8.8.2/8.8.2) with SMTP id TAA23096; Sun, 2 Feb 1997 19:49:40 -0500 (EST) Message-ID: <32F55EA3.637F@fps.biblos.unal.edu.co> Date: Sun, 02 Feb 1997 19:42:27 -0800 From: "Pedro Giffuni S." Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: bitblt@sky.net CC: freebsd-ports@freefall.freebsd.org Subject: Re: ports/2241: eggdrop - A special TCL tool - an IRC Robotic Client. References: <199702022010.MAA08483@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bitblt@sky.net wrote: > > The following reply was made to PR ports/2241; it has been noted by GNATS. > > Running this package is a good way to get your site banned from many irc > servers. I therefore urge the FreeBSD team to OMIT this package from > the FreeBSD distribution. I don't think that we should restrict any port due to its use or abuse. Perhaps a warning note on the description should be enough. Pedro. From owner-freebsd-ports Sun Feb 2 18:40:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA02484 for ports-outgoing; Sun, 2 Feb 1997 18:40:57 -0800 (PST) Received: from w2xo.pgh.pa.us (w2xo.pgh.pa.us [206.210.70.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA02476 for ; Sun, 2 Feb 1997 18:40:53 -0800 (PST) Received: from w2xo.pgh.pa.us (localhost [127.0.0.1]) by w2xo.pgh.pa.us (8.8.4/8.8.4) with SMTP id VAA14105; Sun, 2 Feb 1997 21:41:10 -0500 (EST) Message-ID: <32F55045.446B9B3D@w2xo.pgh.pa.us> Date: Sun, 02 Feb 1997 21:41:09 -0500 From: Jim Durham Organization: Dis- X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.1.6-RELEASE i386) MIME-Version: 1.0 To: Joerg Wunsch CC: ports@freebsd.org Subject: Re: packet driver References: <32F3F5CF.167EB0E7@w2xo.pgh.pa.us> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk J Wunsch wrote: > > My question is should I just do an "official" port of "Net" for > > starters and do the BBS and gateway separately so that those not > > wanting those services could just compile "Net"? > > I'm not sure about this. What do the other ports people think? Also, > do you wanna maintain that port yourself, or does somebody else > volunteer doing it? > > -- I will maintain the port. I have some help, also, a fellow who contributed some recent improvements and I'm sure will be glad to help. Now, I have to learn how to do the port. I have compiled quite a few, so I understand the basic concepts, but I've never done one. -Jim Durham From owner-freebsd-ports Sun Feb 2 19:27:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA04671 for ports-outgoing; Sun, 2 Feb 1997 19:27:35 -0800 (PST) Received: from labs.usn.blaze.net.au (labs.usn.blaze.net.au [203.17.53.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA04665; Sun, 2 Feb 1997 19:27:29 -0800 (PST) Received: (from davidn@localhost) by labs.usn.blaze.net.au (8.8.5/8.8.5) id OAA15793; Mon, 3 Feb 1997 14:27:17 +1100 (EST) Message-ID: <19970203142717.VR58445@usn.blaze.net.au> Date: Mon, 3 Feb 1997 14:27:17 +1100 From: davidn@unique.usn.blaze.net.au (David Nugent) To: obrien@NUXI.com (David O'Brien) Cc: freebsd-ports@FreeBSD.ORG (FreeBSD ports list), hackers@FreeBSD.ORG Subject: Re: conditionally including References: <199701280143.RAA06503@freefall.freebsd.org> <19970202135048.PN07710@dragon.nuxi.com> X-Mailer: Mutt 0.59.1 Mime-Version: 1.0 In-Reply-To: <19970202135048.PN07710@dragon.nuxi.com>; from David O'Brien on Feb 2, 1997 13:50:48 -0800 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk David O'Brien writes: > Sorry to have to bring this back to light... > I was under the impression that we had agreed that > "#if (defined(__unix__) || defined(unix))" was the best way to > conditionally include . However, this email from Chuck, > implies that this is a Bad Thing. ~ > > That test is completely bogus, cause it passes for all sysv systems, > > which _don't_ have sys/param.h. It's a completely useless test, and > > someone justified it by saying that "most systems have a sys/param.h > > anyhow". I said exactly this some weeks back and was told I was wrong, contrary to my own experience of many years working with sysv r3's. Oh well. :-) svr4 apparently does have it, but not sysv before that. Most if not all of those do predefine unix or __unix__. Regards, David Nugent - Unique Computing Pty Ltd - Melbourne, Australia Voice +61-3-9791-9547 Data/BBS +61-3-9792-3507 3:632/348@fidonet davidn@freebsd.org davidn@blaze.net.au http://www.blaze.net.au/~davidn/ From owner-freebsd-ports Sun Feb 2 20:06:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA06428 for ports-outgoing; Sun, 2 Feb 1997 20:06:48 -0800 (PST) Received: from relay.nuxi.com (nuxi.ucdavis.edu [128.120.37.176]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA06422 for ; Sun, 2 Feb 1997 20:06:43 -0800 (PST) Received: from dragon.nuxi.com (reqb-072.ucdavis.edu [128.120.254.72]) by relay.nuxi.com (8.8.4/8.6.12) with ESMTP id UAA06806 for ; Sun, 2 Feb 1997 20:06:55 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.4/8.7.3) id UAA22695 for freebsd-ports@freebsd.org; Sun, 2 Feb 1997 20:06:46 -0800 (PST) Resent-Message-Id: <199702030406.UAA22695@dragon.nuxi.com> Message-ID: <19970202200604.SG06838@dragon.nuxi.com> Date: Sun, 2 Feb 1997 20:06:04 -0800 From: obrien@NUXI.com (David O'Brien) To: CVS-committers@freefall.freebsd.org Subject: Re: cvs commit: ports/www/sawt - Imported sources References: <199702030326.DAA28432@veda.is> X-Mailer: Mutt 0.59-PL19 Mime-Version: 1.0 Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 In-Reply-To: <199702030326.DAA28432@veda.is>; from Adam David on Feb 3, 1997 03:26:53 +0000 Resent-From: obrien@NUXI.com Resent-Date: Sun, 2 Feb 1997 20:06:43 -0800 Resent-To: freebsd-ports@freebsd.org Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Adam David writes: > > In this case, devel/sawt with CATEGORIES= devel www > > Does this make similar sense to anyone else? This is what I would like to see. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-freebsd-ports Sun Feb 2 20:46:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA07754 for ports-outgoing; Sun, 2 Feb 1997 20:46:24 -0800 (PST) Received: from ian.broken.net (R-ddo.resnet.ucsb.edu [128.111.120.207]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA07739 for ; Sun, 2 Feb 1997 20:46:20 -0800 (PST) Received: (from ian@localhost) by ian.broken.net (8.8.4/8.7.3) id UAA06997; Sun, 2 Feb 1997 20:46:17 -0800 (PST) Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19970202131610.PH42888@dragon.nuxi.com> Date: Sun, 02 Feb 1997 20:33:51 -0800 (PST) From: Ian Struble To: (David O'Brien) Subject: Re: cvs commit: ports/www/sawt - Imported sources Cc: ports@freebsd.org, CVS-committers@freefall.freebsd.org Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is also the case at UC Santa Barbara where they are even teaching a Compilers class with Java! It is definetly spready out past the boundarys of the web and applets. While on the subject of java, I have to ask what can you use to compile java without a copy of the old 2.2 netscape? Ian On 02-Feb-97 David O'Brien wrote: >Speaking of kaffe, jdk, sawt, et al. I'd really like to see these moved >to devel. At UC-Davis many profs/students are starting to do standalone >programs in Java. Even non-networked ones. > >Just because the most common use *today* of Java is with the WWW, Java is >really not tied to it. > >-- >-- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-freebsd-ports Sun Feb 2 20:59:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA08310 for ports-outgoing; Sun, 2 Feb 1997 20:59:40 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA08304 for ; Sun, 2 Feb 1997 20:59:37 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.4/8.6.9) id XAA18624; Sun, 2 Feb 1997 23:59:17 -0500 (EST) From: "John S. Dyson" Message-Id: <199702030459.XAA18624@dyson.iquest.net> Subject: Re: cvs commit: ports/www/sawt - Imported sources To: ian@ian.broken.net (Ian Struble) Date: Sun, 2 Feb 1997 23:59:17 -0500 (EST) Cc: obrien@NUXI.com, ports@freebsd.org, CVS-committers@freefall.freebsd.org In-Reply-To: from "Ian Struble" at Feb 2, 97 08:33:51 pm X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > This is also the case at UC Santa Barbara where they are even teaching a > Compilers class with Java! It is definetly spready out past the boundarys of > the web and applets. > > While on the subject of java, I have to ask what can you use to compile java > without a copy of the old 2.2 netscape? > At least under -current, you can compile the kaffe port along with the compiler from the jdk (installed along with kaffe) -- works well. John From owner-freebsd-ports Mon Feb 3 01:10:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA16664 for ports-outgoing; Mon, 3 Feb 1997 01:10:10 -0800 (PST) Received: from stanton-1-1.quick.net (soil@stanton-1-4.quick.net [207.212.170.104]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA16645 for ; Mon, 3 Feb 1997 01:10:04 -0800 (PST) Received: from localhost (soil@localhost) by stanton-1-1.quick.net (8.8.5/8.8.5) with SMTP id BAA16571; Mon, 3 Feb 1997 01:09:50 -0800 (PST) X-Authentication-Warning: stanton-1-1.quick.net: soil owned process doing -bs Date: Mon, 3 Feb 1997 01:09:50 -0800 (PST) From: Josh Gilliam To: "Chad R. Larson" cc: freebsd-ports@FreeBSD.ORG Subject: Re: top 3.3 fails to build In-Reply-To: <9702011031.AA02703@chad.anasazi.com> Message-ID: X-IRC: soil X-Operating-System: FreeBSD 2.1.6.1-RELEASE i386 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 1 Feb 1997 03:31:44 -0700 (MST), in message <9702011031.AA02703@chad.anasazi.com>, "Chad R. Larson" wrote: > I have 2.1.6.1 running. I grabbed the top-3.3 skeleton and tried to a > make. Make failed to fetch the distfile from the top site, and took the > one from ftp.freebsd.org. I suggest fetch-ing the latest version of top (3.5beta5) from it's ftp site. It compiles and installs fine on 2.1.6.1. ftp://ftp.groupsys.com/pub/top/top-3.5beta5.tar.gz NOTE TO COMMITERS: ports-current should be updated to top-3.5beta5 and MASTER_SITES should be changed to ftp.groupsys.com as it is more official. Josh Gilliam -- soil@quick.net From owner-freebsd-ports Mon Feb 3 01:45:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA17970 for ports-outgoing; Mon, 3 Feb 1997 01:45:34 -0800 (PST) Received: from ian.broken.net (R-ddo.resnet.ucsb.edu [128.111.120.207]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA17962 for ; Mon, 3 Feb 1997 01:45:31 -0800 (PST) Received: (from ian@localhost) by ian.broken.net (8.8.4/8.7.3) id BAA11743; Mon, 3 Feb 1997 01:45:17 -0800 (PST) Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <199702030459.XAA18624@dyson.iquest.net> Date: Mon, 03 Feb 1997 01:24:33 -0800 (PST) From: Ian Struble To: "John S. Dyson" Subject: Re: cvs commit: ports/www/sawt - Imported sources Cc: CVS-committers@freefall.freebsd.org, ports@freebsd.org, obrien@NUXI.com, (Ian Struble) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On 03-Feb-97 John S. Dyson wrote: >> While on the subject of java, I have to ask what can you use to compile java >> without a copy of the old 2.2 netscape? >> >At least under -current, you can compile the kaffe port along with the >compiler from the jdk (installed along with kaffe) -- works well. > I am just running RELENG_2_2 right now and under it kaffe core dumps with a bus error. I guess now is as good a time as any to play with -current again. Ian From owner-freebsd-ports Mon Feb 3 03:00:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA23001 for ports-outgoing; Mon, 3 Feb 1997 03:00:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA22980; Mon, 3 Feb 1997 03:00:03 -0800 (PST) Resent-Date: Mon, 3 Feb 1997 03:00:03 -0800 (PST) Resent-Message-Id: <199702031100.DAA22980@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, arnej@imf.unit.no Received: from romberg.imf.unit.no (0@romberg.imf.unit.no [129.241.15.150]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA22550 for ; Mon, 3 Feb 1997 02:50:57 -0800 (PST) Received: from frida.imf.unit.no (frida.imf.unit.no [129.241.15.136]) by romberg.imf.unit.no (8.8.3/8.7.3) with ESMTP id LAA12879 for ; Mon, 3 Feb 1997 11:50:48 +0100 (MET) Received: (from arnej@localhost) by frida.imf.unit.no (8.8.4/8.8.4) id LAA22314; Mon, 3 Feb 1997 11:50:45 +0100 (CET) Message-Id: <199702031050.LAA22314@frida.imf.unit.no> Date: Mon, 3 Feb 1997 11:50:45 +0100 (CET) From: Arne Henrik Juul Reply-To: arnej@imf.unit.no To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2643: emulators/spim update for 5.9 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2643 >Category: ports >Synopsis: emulators/spim update for 5.9 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 3 03:00:02 PST 1997 >Last-Modified: >Originator: Arne Henrik Juul >Organization: Norwegian University of Technology and Science >Release: FreeBSD 2.2-GAMMA i386 >Environment: Using the current ports tree. >Description: spim doesn't build; checksum fails because spim.tar.gz is now version 5.9 (was 5.8). >How-To-Repeat: cd /usr/ports/emulators/spim; make clean; rm /usr/ports/distfiles/spim.tar.gz; make >Fix: Apply this patch to update to spim5.9. Note that I'm not a regular spim user, but the only real change is the spim version. Index: ports/emulators/spim/Makefile =================================================================== RCS file: /usr/cvs/ports/emulators/spim/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1996/11/12 02:16:56 1.2 +++ Makefile 1997/02/03 10:32:17 @@ -7,8 +7,8 @@ # $Id: Makefile,v 1.2 1996/11/12 02:16:56 obrien Exp $ # -DISTNAME= spim -PKGNAME= spim-5.8 +DISTNAME= spim5.9 +PKGNAME= spim-5.9 CATEGORIES= emulators MASTER_SITES= ftp://ftp.cs.wisc.edu/pub/spim/ Index: ports/emulators/spim/files/md5 =================================================================== RCS file: /usr/cvs/ports/emulators/spim/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1996/10/30 01:58:56 1.1.1.1 +++ md5 1997/02/03 10:19:20 @@ -1 +1 @@ -MD5 (spim.tar.gz) = 20c8fc70ebc522a1a9655ab691fee826 +MD5 (spim5.9.tar.gz) = 4e706ff0a93ef64cabab4b5fc79059c3 Index: ports/emulators/spim/patches/patch-01 =================================================================== RCS file: /usr/cvs/ports/emulators/spim/patches/patch-01,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-01 --- patch-01 1996/10/30 01:58:56 1.1.1.1 +++ patch-01 1997/02/03 10:28:28 @@ -1,10 +1,11 @@ ---- Imakefile.orig Tue Oct 10 10:20:07 1995 -+++ Imakefile Tue Oct 29 17:19:52 1996 +diff -ru Imakefile.orig Imakefile +--- Imakefile.orig Fri Sep 20 22:44:50 1996 ++++ Imakefile Mon Feb 3 11:26:40 1997 @@ -57,13 +57,13 @@ # # Full path for directory that will hold the trap handler file: --TRAP_DIR = /usr/unsup/lib +-TRAP_DIR = . +TRAP_DIR = $(PREFIX)/share/spim # Full path for the directory that will hold the executable files: @@ -17,7 +18,7 @@ # If you have flex, use it instead of lex. If you use flex, define this -@@ -163,8 +163,8 @@ +@@ -164,8 +164,8 @@ NormalProgramTarget(cl-spim_sub,$(CLOBJS),,,) NormalProgramTarget(cl-xspim_sub,$(XCLOBJS),$(DEPLIBS),$(LOCALLIBS),$(SYSLIBS)) @@ -28,7 +29,7 @@ InstallManPage(spim,$(MAN_DIR)) InstallManPage(xspim,$(MAN_DIR)) InstallNonExec(trap.handler,$(TRAP_DIR)) -@@ -290,7 +290,7 @@ +@@ -291,7 +291,7 @@ mv -f lex.yy.c.xx lex.yy.c depend:: Index: ports/emulators/spim/patches/patch-03 =================================================================== RCS file: /usr/cvs/ports/emulators/spim/patches/patch-03,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-03 --- patch-03 1996/10/30 01:58:56 1.1.1.1 +++ patch-03 1997/02/03 10:31:35 @@ -1,14 +1,6 @@ ---- cl-except.c.orig Fri Aug 25 07:13:05 1995 -+++ cl-except.c Tue Oct 29 00:37:44 1996 -@@ -46,6 +46,7 @@ - /* Exported Variables: */ - - mem_addr breakpoint_reinsert; /* !0 -> reinsert break at this address */ -+spim_proc proc; /* spim's signal tracking structure */ - - - /* Imported Variables: */ -@@ -67,14 +68,14 @@ +--- cl-except.c.orig Thu Jan 30 23:35:19 1997 ++++ cl-except.c Thu Jan 30 23:35:40 1997 +@@ -67,14 +67,14 @@ #ifdef __STDC__ static void intercept_signals (int sig, int code, struct sigcontext *scp); static mem_addr compute_branch_target (instruction *inst); @@ -25,7 +17,7 @@ static int issig (); static int psig (); static void sendsig (); -@@ -266,7 +267,7 @@ +@@ -266,7 +266,7 @@ else if (retval == 0) /* bad system call --> turn into a signal */ @@ -34,7 +26,7 @@ retval = !retval; /* retval == 1 -> syscall ok; * retval == 0 -> syscall bad */ -@@ -286,7 +287,7 @@ +@@ -286,7 +286,7 @@ case IBUS_EXCPT: case DBUS_EXCPT: case CPU_EXCPT: @@ -43,7 +35,7 @@ break; -@@ -456,7 +457,7 @@ +@@ -456,7 +456,7 @@ } else if (spim_related_sig & (1 << sig)) cycle_steps = 0; @@ -52,7 +44,7 @@ } -@@ -466,10 +467,10 @@ +@@ -466,10 +466,10 @@ #ifdef __STDC__ static void @@ -65,3 +57,13 @@ int sig; #endif { +--- xspim.c.orig Fri Jan 31 00:32:54 1997 ++++ xspim.c Fri Jan 31 00:32:21 1997 +@@ -58,6 +58,7 @@ + #include "cl-except.h" + #include "cl-tlb.h" + #include "cl-cycle.h" ++spim_proc proc; /* spim's signal tracking structure */ + #endif + + >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Feb 3 04:40:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA26815 for ports-outgoing; Mon, 3 Feb 1997 04:40:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA26809; Mon, 3 Feb 1997 04:40:03 -0800 (PST) Date: Mon, 3 Feb 1997 04:40:03 -0800 (PST) Message-Id: <199702031240.EAA26809@freefall.freebsd.org> To: freebsd-ports Cc: From: Bruce Gingery Subject: Re: ports/2241: eggdrop - A special TCL tool - an IRC Robotic Client. Reply-To: Bruce Gingery Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2241; it has been noted by GNATS. From: Bruce Gingery To: bitblt@sky.net Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/2241: eggdrop - A special TCL tool - an IRC Robotic Client. Date: Mon, 3 Feb 1997 05:31:54 -0700 (MST) Running ANY robotic package against a services, of any kind, without permission is a way to stir up trouble. Quite a number of IRC nets permit reasonably used robotic processes. Some restrict such things to those built-into clients as scripts, with a human also present on that login. Others also allow robotic agents for various uses. Most of the IRCnets have built-in "channel service robots", and eggdrop has been shown to be (in recent versions) hardy, as well as eminently controllable. To omit eggdrop from the PORTS collection just because it could be abused means that also the Perl5 libwww should be omitted from the ports collection because robotic WWW clients can be run which if run in depth-first search patterns and without regard to "robots.txt" can shut down a WWW server, if run from a higher bandwidth connection than that used by the WWW server. Eggdrop, unlike most of the IRCbots, extends IRC significantly, and can actually help to support IRC backbones. Eggies have the built-in capacity to run a parallel "botnet" which can both cross IRCnets (without interfering with the normal IRCnet operation), and form entire communication paths which place NO load on the server. This includes file transfer support (via normal DCC file transfers), chat-nets and the like. While Eggdrop is not the "end all" application for the internet, it can and does when used properly, extend IRC functionality. Just because it also contains a potential for abuse, is not a reason to drop it from the ports. There are clear recommendations to people installing Eggdrop in its documentation that they NOT direct such bots at servers which do not allow them. It is such nuisance usages, along with other various "warring" behaviors (which some other IRCbots are designed for) which bring knee-jerk "G-Lines" and even "K-Lines" mentioned by bitblt@sky.net. Bruce Gingery On Sun, 2 Feb 1997 bitblt@sky.net wrote: :}Date: Sun, 02 Feb 1997 15:07:07 +0000 :}From: bitblt@sky.net :}To: freebsd-gnats-submit@freebsd.org, bgingery@gtcs.com :}Subject: Re: ports/2241: eggdrop - A special TCL tool - an IRC Robotic Client. :} :}Running this package is a good way to get your site banned from many irc :}servers. I therefore urge the FreeBSD team to OMIT this package from :}the FreeBSD distribution. :} From owner-freebsd-ports Mon Feb 3 05:18:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA27887 for ports-outgoing; Mon, 3 Feb 1997 05:18:09 -0800 (PST) Received: from server.life.nthu.edu.tw (server.life.nthu.edu.tw [140.114.98.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA27882 for ; Mon, 3 Feb 1997 05:18:03 -0800 (PST) Received: from doomer.life.nthu.edu.tw (doomer.life.nthu.edu.tw [140.114.98.177]) by server.life.nthu.edu.tw (8.8.5/8.8.5) with SMTP id VAA07729 for ; Mon, 3 Feb 1997 21:18:18 +0800 (CST) Message-ID: <32F6565B.41C67EA6@oz.nthu.edu.tw> Date: Tue, 04 Feb 1997 05:19:23 +0800 From: tfcheng X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: About moxftp Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dear portor: could you tell me what's the major benefit for me to use the moxftp, is it better than mcftp2? best regards! -- tfcheng IP:140.114.98.177 http://doomer.life.nthu.edu.tw Running by freeBSD 3.0-CURRENT From owner-freebsd-ports Mon Feb 3 05:27:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA28196 for ports-outgoing; Mon, 3 Feb 1997 05:27:01 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA28187 for ; Mon, 3 Feb 1997 05:26:58 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.4/8.6.9) id IAA02844; Mon, 3 Feb 1997 08:26:52 -0500 (EST) From: "John S. Dyson" Message-Id: <199702031326.IAA02844@dyson.iquest.net> Subject: Re: cvs commit: ports/www/sawt - Imported sources To: ian@ian.broken.net (Ian Struble) Date: Mon, 3 Feb 1997 08:26:51 -0500 (EST) Cc: CVS-committers@freefall.freebsd.org, ports@freebsd.org, obrien@NUXI.com, ian@ian.broken.net In-Reply-To: from "Ian Struble" at Feb 3, 97 01:24:33 am Reply-To: dyson@freebsd.org X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > On 03-Feb-97 John S. Dyson wrote: > >> While on the subject of java, I have to ask what can you use to compile java > >> without a copy of the old 2.2 netscape? > >> > >At least under -current, you can compile the kaffe port along with the > >compiler from the jdk (installed along with kaffe) -- works well. > > > I am just running RELENG_2_2 right now and under it kaffe core dumps with a bus > error. I guess now is as good a time as any to play with -current again. > There might be some problems with the suggested environment setting in kaffe. I'll let you know what works for me tonight. John From owner-freebsd-ports Mon Feb 3 10:08:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA11657 for ports-outgoing; Mon, 3 Feb 1997 10:08:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA11307 for freebsd-ports@freebsd.org; Mon, 3 Feb 1997 10:00:29 -0800 (PST) Date: Mon, 3 Feb 1997 10:00:29 -0800 (PST) Message-Id: <199702031800.KAA11307@freefall.freebsd.org> From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk From owner-freebsd-ports Mon Feb 3 12:40:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA18556 for ports-outgoing; Mon, 3 Feb 1997 12:40:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA18533; Mon, 3 Feb 1997 12:40:03 -0800 (PST) Resent-Date: Mon, 3 Feb 1997 12:40:03 -0800 (PST) Resent-Message-Id: <199702032040.MAA18533@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, skynyrd@opus.cts.cwu.edu Received: from pahtoh.cwu.edu (root@pahtoh.cwu.edu [198.104.65.27]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id MAA18393 for ; Mon, 3 Feb 1997 12:36:56 -0800 (PST) Received: from opus.cts.cwu.edu (skynyrd@opus.cts.cwu.edu [198.104.92.71]) by pahtoh.cwu.edu (8.6.13/8.6.9) with ESMTP id MAA02982 for ; Mon, 3 Feb 1997 12:36:54 -0800 Received: (from skynyrd@localhost) by opus.cts.cwu.edu (8.8.5/8.8.5) id MAA29738; Mon, 3 Feb 1997 12:36:54 -0800 (PST) Message-Id: <199702032036.MAA29738@opus.cts.cwu.edu> Date: Mon, 3 Feb 1997 12:36:54 -0800 (PST) From: Chris Timmons Reply-To: skynyrd@opus.cts.cwu.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2646: gmake 'make install' install-info woes Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2646 >Category: ports >Synopsis: gmake 'make install' install-info woes >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 3 12:40:02 PST 1997 >Last-Modified: >Originator: Chris Timmons >Organization: Central Washington University >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD 3.0-CURRENT #0: Tue Feb 4 01:30:33 GMT 1997 (world is also of this vintage) >Description: There are two problems with the install of gmake after it is built which involve install-info. It is more or less serious because if you are trying to build something else, the build stops (even though the /usr/local/bin/gmake does get installed.) - - - - - - - - - - 1) Makefile.in is calling install-info with "--infodir" rather than "--info-dir". (from Makefile.in.orig) 209: install-info --infodir=$(infodir) $$dir/make.info; \ So we wind up with: install-info --infodir=/usr/local/info $dir/make.info; else true; fi install-info: unrecognized option `--infodir=/usr/local/info' Try `install-info --help' for a complete list of options. *** Error code 1 Stop. (from install-info --help) --info-dir=DIR Same as --dir-file=DIR/dir. - - - - - - - - - - 2) Once that is corrected, we still have a problem: install-info --info-dir=/usr/local/info $dir/make.info; else true; fi install-info: no info dir entry in `./make.info' Which after having RTFSC tells me that the make.info file doesn't have a START-INFO-DIR-ENTRY [...] END-INFO-DIR-ENTRY section. I notice that of all the .info files I have lying around only gnats.info and m4.info have this section, and they were created with Makeinfo 1.55 while the -current version is 1.67. Is there some switch that has to get thrown for makeinfo to DTRT? >How-To-Repeat: >Fix: 1) Give install-info the correct command line 2) unknown what the right thing is to do about the INFO-DIR-ENTRY problem >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Feb 3 15:50:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA28574 for ports-outgoing; Mon, 3 Feb 1997 15:50:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA28566; Mon, 3 Feb 1997 15:50:01 -0800 (PST) Resent-Date: Mon, 3 Feb 1997 15:50:01 -0800 (PST) Resent-Message-Id: <199702032350.PAA28566@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, skynyrd@opus.cts.cwu.edu Received: from pahtoh.cwu.edu (root@pahtoh.cwu.edu [198.104.65.27]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id PAA28363 for ; Mon, 3 Feb 1997 15:43:23 -0800 (PST) Received: from opus.cts.cwu.edu (skynyrd@opus.cts.cwu.edu [198.104.92.71]) by pahtoh.cwu.edu (8.6.13/8.6.9) with ESMTP id PAA03487 for ; Mon, 3 Feb 1997 15:43:14 -0800 Received: (from skynyrd@localhost) by opus.cts.cwu.edu (8.8.5/8.8.5) id PAA00853; Mon, 3 Feb 1997 15:43:14 -0800 (PST) Message-Id: <199702032343.PAA00853@opus.cts.cwu.edu> Date: Mon, 3 Feb 1997 15:43:14 -0800 (PST) From: Chris Timmons Reply-To: skynyrd@opus.cts.cwu.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2650: lsof port stale; new patch required for recent version Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2650 >Category: ports >Synopsis: lsof port stale; new patch required for recent version >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 3 15:50:00 PST 1997 >Last-Modified: >Originator: Chris Timmons >Organization: Central Washington University >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: Our lsof port is several revisions behind and is no longer available from many of the repository sites. Further, /usr/src/sys/vm/vm_map.h in revision 1.21 changes vm map entry flags which lsof needs, requiring a simple patch to fix. >How-To-Repeat: >Fix: Updating the Makefile is trivial # diff -r /usr/ports/sysutils/lsof lsof diff -r /usr/ports/sysutils/lsof/Makefile lsof/Makefile 6c6 < # $Id: Makefile,v 1.4 1996/12/11 19:10:34 obrien Exp $ --- > # $Id: Makefile,v 1.1 1997/02/03 22:47:03 root Exp root $ 9,10c9,10 < DISTNAME= lsof_3.82_W < PKGNAME= lsof-3.82 --- > DISTNAME= lsof_3.86_W > PKGNAME= lsof-3.86 diff -r /usr/ports/sysutils/lsof/files/md5 lsof/files/md5 1c1 < MD5 (lsof_3.82_W.tar.gz) = 1bfe247769f8d024c75cf396099aeadf --- > MD5 (lsof_3.86_W.tar.gz) = ca3e96d55bf99950008940d7cefb7e43 Only in lsof/patches: patch-ab THEN, ADD PATCH-AB: - - - - - *** dialects/freebsd/dproc.c.orig Mon Feb 3 15:07:02 1997 --- dialects/freebsd/dproc.c Mon Feb 3 15:13:19 1997 *************** *** 481,487 **** --- 481,492 ---- if (kread(ka, (char *)e, sizeof(vmme))) return; } + + #if FREEBSDV<300 if (e->is_a_map || e->is_sub_map) + #else /* FREEBSDV>=300 */ + if (e->eflags & (MAP_ENTRY_IS_A_MAP|MAP_ENTRY_IS_SUB_MAP)) + #endif /* FREEBSDV<300 */ continue; /* * Read the map entry's object and the object's shadow. >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Feb 3 16:20:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA00237 for ports-outgoing; Mon, 3 Feb 1997 16:20:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA00205; Mon, 3 Feb 1997 16:20:04 -0800 (PST) Resent-Date: Mon, 3 Feb 1997 16:20:04 -0800 (PST) Resent-Message-Id: <199702040020.QAA00205@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:"from teamos2.org ([198.133.36.47]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA29854 for" ; Mon, 3 Feb 1997 16:17:16.-0800 (PST) Received: (from james@localhost) by teamos2.org (8.8.5/8.8.4) id TAA00661; Mon, 3 Feb 1997 19:17:52 -0500 (EST) Message-Id: <199702040017.TAA00661@teamos2.org> Date: Mon, 3 Feb 1997 19:17:52 -0500 (EST) From: james@nexis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2651: imap-uw port checksum is out of date Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2651 >Category: ports >Synopsis: imap-uw port checksum is out of date >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 3 16:20:02 PST 1997 >Last-Modified: >Originator: James FitzGibbon >Organization: Nexis >Release: FreeBSD 2.2-RELEASE i386 >Environment: ports-current from CVS repository as of 2/3/96 >Description: The checksum for the IMAP-4.1-beta distfile is out of date. >How-To-Repeat: cd /usr/ports/mail/imap-uw; make >Fix: Fetch current distfile; make makesum Temp fix : "make NO_CHECKSUM=yes" >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Feb 3 16:30:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA00931 for ports-outgoing; Mon, 3 Feb 1997 16:30:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA00922; Mon, 3 Feb 1997 16:30:02 -0800 (PST) Resent-Date: Mon, 3 Feb 1997 16:30:02 -0800 (PST) Resent-Message-Id: <199702040030.QAA00922@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, soil@quick.net Received: from stanton-1-1.quick.net (soil@newport-1-10.quick.net [206.171.89.210]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA00436 for ; Mon, 3 Feb 1997 16:22:31 -0800 (PST) Received: (from soil@localhost) by stanton-1-1.quick.net (8.8.5/8.8.5) id QAA01904; Mon, 3 Feb 1997 16:22:28 -0800 (PST) Message-Id: <199702040022.QAA01904@stanton-1-1.quick.net> Date: Mon, 3 Feb 1997 16:22:28 -0800 (PST) From: soil@quick.net Reply-To: soil@quick.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2652: ports/misc/astrolog should be moved to ports/astro Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2652 >Category: ports >Synopsis: ports/misc/astrolog should be moved to ports/astro >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 3 16:30:01 PST 1997 >Last-Modified: >Originator: Josh Gilliam >Organization: >Release: FreeBSD 2.1.6.1-RELEASE i386 >Environment: ports-current as of Feb 3 16:04:38 -0800 (PST) >Description: astrolog which is presently in ports/misc should be moved to ports/astro which is more appropriate >How-To-Repeat: $ ls -d ports/misc/astrolog ports/misc/astrolog >Fix: move astrolog to astro directory and make changes to related files >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Feb 3 19:10:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA11726 for ports-outgoing; Mon, 3 Feb 1997 19:10:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA11719; Mon, 3 Feb 1997 19:10:04 -0800 (PST) Resent-Date: Mon, 3 Feb 1997 19:10:04 -0800 (PST) Resent-Message-Id: <199702040310.TAA11719@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, dkelly@hiwaay.net Received: from nexgen.ampr.org (max22-132.HiWAAY.net [208.147.147.132]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA11522 for ; Mon, 3 Feb 1997 19:05:14 -0800 (PST) Received: (from dkelly@localhost) by nexgen.ampr.org (8.8.4/8.8.4) id VAA27973; Mon, 3 Feb 1997 21:04:58 -0600 (CST) Message-Id: <199702040304.VAA27973@nexgen.ampr.org> Date: Mon, 3 Feb 1997 21:04:58 -0600 (CST) From: dkelly@hiwaay.net Reply-To: dkelly@hiwaay.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2653: slocal manpage error Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2653 >Category: ports >Synopsis: mh-6.8.4 manpage error for slocal >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 3 19:10:02 PST 1997 >Last-Modified: >Originator: David Kelly >Organization: none >Release: FreeBSD 2.2-RELEASE i386 >Environment: >Description: man page for slocal(1) says duplicate message suppression can be effected by touching ~/.maildelivery.{pag,dir}. That doesn't work. We're using a different db package, so it turns out we need ~/.maildelivery.db >How-To-Repeat: touch ~/.maildelivery.{pag,dir,db}, use slocal to filter email, then notice which files get used. >Fix: replace ".maildelivery.pag" and ".maildelivery.dir" in slocal(1) manpage with ".maildelivery.db". >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Feb 3 19:57:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA14584 for ports-outgoing; Mon, 3 Feb 1997 19:57:26 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA14562; Mon, 3 Feb 1997 19:57:10 -0800 (PST) Date: Mon, 3 Feb 1997 19:57:10 -0800 (PST) From: Masafumi NAKANE Message-Id: <199702040357.TAA14562@freefall.freebsd.org> To: soil@quick.net, max, freebsd-ports Subject: Re: ports/2652 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: ports/misc/astrolog should be moved to ports/astro State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Mon Feb 3 19:44:24 PST 1997 State-Changed-Why: This has been discussed in ports@freebsd.org. The decision there was to put ports related to astronomy into astro, not the ones related to astrology. (Yes, I do agree that it's much easier to locate if it's in astro, though.) From owner-freebsd-ports Mon Feb 3 20:26:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA16779 for ports-outgoing; Mon, 3 Feb 1997 20:26:04 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA16757; Mon, 3 Feb 1997 20:25:46 -0800 (PST) Date: Mon, 3 Feb 1997 20:25:46 -0800 (PST) From: Masafumi NAKANE Message-Id: <199702040425.UAA16757@freefall.freebsd.org> To: james@nexis.net, max, freebsd-ports Subject: Re: ports/2651 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: imap-uw port checksum is out of date State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Mon Feb 3 20:24:52 PST 1997 State-Changed-Why: The md5 checksum has been updated. Thanks. From owner-freebsd-ports Mon Feb 3 22:44:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA22108 for ports-outgoing; Mon, 3 Feb 1997 22:44:04 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA22087; Mon, 3 Feb 1997 22:44:02 -0800 (PST) Date: Mon, 3 Feb 1997 22:44:02 -0800 (PST) From: "David E. O'Brien" Message-Id: <199702040644.WAA22087@freefall.freebsd.org> To: obrien, freebsd-ports, obrien Subject: Re: ports/2544 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: lsof does not build on current 1/20/97 Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Mon Feb 3 22:43:29 PST 1997 Responsible-Changed-Why: I'm maintainier. From owner-freebsd-ports Mon Feb 3 22:45:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA22244 for ports-outgoing; Mon, 3 Feb 1997 22:45:38 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA22223; Mon, 3 Feb 1997 22:45:35 -0800 (PST) Date: Mon, 3 Feb 1997 22:45:35 -0800 (PST) From: "David E. O'Brien" Message-Id: <199702040645.WAA22223@freefall.freebsd.org> To: obrien, freebsd-ports, obrien Subject: Re: ports/2650 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: lsof port stale; new patch required for recent version Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Mon Feb 3 22:45:19 PST 1997 Responsible-Changed-Why: I'm maintainer. From owner-freebsd-ports Tue Feb 4 00:49:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA02151 for ports-outgoing; Tue, 4 Feb 1997 00:49:22 -0800 (PST) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA02140; Tue, 4 Feb 1997 00:49:17 -0800 (PST) Received: (from root@localhost) by btp1da.phy.uni-bayreuth.de (8.8.5/8.7.3) id JAA01049; Tue, 4 Feb 1997 09:49:09 +0100 (MET) From: Werner Griessl Message-Id: <199702040849.JAA01049@btp1da.phy.uni-bayreuth.de> Subject: fetch segmentation fault To: current@freebsd.org Date: Tue, 4 Feb 1997 09:49:09 +0100 (MET) Cc: ports@freebsd.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk fetch isn't working in current since yesterday Feb 3 for me. It faults every time with "Segmentation fault". Werner From owner-freebsd-ports Tue Feb 4 02:35:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA08027 for ports-outgoing; Tue, 4 Feb 1997 02:35:14 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA07976; Tue, 4 Feb 1997 02:33:47 -0800 (PST) Date: Tue, 4 Feb 1997 02:33:47 -0800 (PST) From: Masafumi NAKANE Message-Id: <199702041033.CAA07976@freefall.freebsd.org> To: fenner@parc.xerox.com, max, freebsd-ports Subject: Re: ports/2554 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: bad choice of FTP server for sox State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Tue Feb 4 02:32:41 PST 1997 State-Changed-Why: The port is upgraded. Thanks for the report. From owner-freebsd-ports Tue Feb 4 07:29:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA21335 for ports-outgoing; Tue, 4 Feb 1997 07:29:06 -0800 (PST) Received: from halloran-eldar.lcs.mit.edu (halloran-eldar.lcs.mit.edu [18.26.0.159]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id HAA21302; Tue, 4 Feb 1997 07:28:55 -0800 (PST) Received: by halloran-eldar.lcs.mit.edu; (5.65v3.2/1.1.8.2/19Aug95-0530PM) id AA22127; Tue, 4 Feb 1997 10:28:37 -0500 Date: Tue, 4 Feb 1997 10:28:37 -0500 From: Garrett Wollman Message-Id: <9702041528.AA22127@halloran-eldar.lcs.mit.edu> To: Werner Griessl Cc: current@FreeBSD.org, ports@FreeBSD.org Subject: fetch segmentation fault In-Reply-To: <199702040849.JAA01049@btp1da.phy.uni-bayreuth.de> References: <199702040849.JAA01049@btp1da.phy.uni-bayreuth.de> Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk < said: > fetch isn't working in current since yesterday Feb 3 for me. > It faults every time with "Segmentation fault". Please provide more information. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, ANA, or NSA| - Susan Aglukark and Chad Irschick From owner-freebsd-ports Tue Feb 4 08:11:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA23654 for ports-outgoing; Tue, 4 Feb 1997 08:11:26 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA23646; Tue, 4 Feb 1997 08:11:17 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id DAA26850; Wed, 5 Feb 1997 03:07:37 +1100 Date: Wed, 5 Feb 1997 03:07:37 +1100 From: Bruce Evans Message-Id: <199702041607.DAA26850@godzilla.zeta.org.au> To: croot@btp1da.phy.uni-bayreuth.de, wollman@lcs.mit.edu Subject: Re: fetch segmentation fault Cc: current@FreeBSD.ORG, ports@FreeBSD.ORG Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> fetch isn't working in current since yesterday Feb 3 for me. >> It faults every time with "Segmentation fault". > >Please provide more information. I fixed one segfault bug on Feb 2 (freefall time). It always segfaulted if malloc() is configured to return nonzero storage. Bruce From owner-freebsd-ports Tue Feb 4 08:34:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA26668 for ports-outgoing; Tue, 4 Feb 1997 08:34:47 -0800 (PST) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA26648; Tue, 4 Feb 1997 08:34:39 -0800 (PST) Received: (from root@localhost) by btp1da.phy.uni-bayreuth.de (8.8.5/8.7.3) id RAA23885; Tue, 4 Feb 1997 17:34:35 +0100 (MET) From: Werner Griessl Message-Id: <199702041634.RAA23885@btp1da.phy.uni-bayreuth.de> Subject: Re: fetch segmentation fault In-Reply-To: <9702041611.AA00851@halloran-eldar.lcs.mit.edu> from Garrett Wollman at "Feb 4, 97 11:11:24 am" To: wollman@lcs.mit.edu (Garrett Wollman) Date: Tue, 4 Feb 1997 17:34:34 +0100 (MET) Cc: current@freebsd.org, ports@freebsd.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > < said: > > >> Please provide more information. > >>> Attempting to fetch from ftp://ftp.nl.freebsd.org/pub/FreeBSD/distfiles/. > > Segmentation fault > > wollman@khavrinen(233)$ fetch ftp://ftp.nl.freebsd.org/pub/FreeBSD/distfiles/Wine-970202.tar.gz > fetch: pub/FreeBSD/distfiles/Wine-970202.tar.gz: cannot get remote modification time > fetch: ftp.nl.freebsd.org: File unavailable (e.g., file not found, no access) > > Re-compile `fetch' with debugging and send me a stack trace. > > -GAWollman > > -- > Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same > wollman@lcs.mit.edu | O Siem / The fires of freedom > Opinions not those of| Dance in the burning flame > MIT, LCS, ANA, or NSA| - Susan Aglukark and Chad Irschick > Tried to produce the stack trace. Did a make clean depend all and voila, the problem is gone. Seems I had to do a fresh make depend. Sorry for the trouble ! Werner From owner-freebsd-ports Tue Feb 4 12:00:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA08638 for ports-outgoing; Tue, 4 Feb 1997 12:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA08632; Tue, 4 Feb 1997 12:00:02 -0800 (PST) Resent-Date: Tue, 4 Feb 1997 12:00:02 -0800 (PST) Resent-Message-Id: <199702042000.MAA08632@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.LAA08448;Tue; (8.8.5/8.8.5);, 4 Feb 1997 11:56:09.-0800 (PST) Message-Id: <199702041956.LAA08448@freefall.freebsd.org> Date: Tue, 4 Feb 1997 11:56:09 -0800 (PST) From: thomas@chem.ubc.ca To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/2658: xemacs-19.14 package needs libXm Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2658 >Category: ports >Synopsis: xemacs-19.14 package needs libXm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 4 12:00:01 PST 1997 >Last-Modified: >Originator: Thomas Brupbacher >Organization: UBC, Chemistry, Vancouver BC >Release: 2.2-BETA >Environment: FreeBSD rooma6.hrmsg.chem.ubc.ca 2.2-BETA_A FreeBSD 2.2-BETA_A #0: Fri Jan 24 03:30:42 PST 1997 root@rooma6.hrmsg.chem.ubc.ca:/usr/src/sys/compile/ROOMA6 i386 >Description: After installing xemacs (/usr/sbin/pkg_add xemacs-19.14.tgz) xemacs is fails to start up with: ld.so failed: Can't find shared library "libXm.so.0.0" It looks like it was built on a system with Motif libraries. ldd shows: thomas(rooma6)112$ ldd /usr/local/bin/xemacs /usr/local/bin/xemacs: (null): warning: /usr/X11R6/lib/libXext.so.6.0: minor version 0 older than expected 1, using it anyway (null): warning: /usr/X11R6/lib/libX11.so.6.0: minor version 0 older than expected 1, using it anyway -lXm.0 => not found (0x0) -lXpm.4 => /usr/X11R6/lib/libXpm.so.4.10 (0x8116000) -ljpeg.7 => /usr/local/lib/libjpeg.so.7.0 (0x8123000) -lpng.0 => not found (0x0) -lz.2 => /usr/lib/libz.so.2.0 (0x813f000) -lXmu.6 => /usr/X11R6/lib/libXmu.so.6.0 (0x814b000) -lXt.6 => /usr/X11R6/lib/libXt.so.6.0 (0x815b000) -lX11.6 => /usr/X11R6/lib/libX11.so.6.0 (0x819c000) -lSM.6 => /usr/X11R6/lib/libSM.so.6.0 (0x8217000) -lICE.6 => /usr/X11R6/lib/libICE.so.6.0 (0x821f000) -lXext.6 => /usr/X11R6/lib/libXext.so.6.0 (0x8231000) -lutil.2 => /usr/lib/libutil.so.2.1 (0x8239000) -lncurses.3 => /usr/lib/libncurses.so.3.0 (0x823b000) -lmytinfo.2 => /usr/lib/libmytinfo.so.2.0 (0x824a000) -ltermcap.2 => /usr/lib/libtermcap.so.2.1 (0x825f000) -lm.2 => /usr/lib/libm.so.2.0 (0x8263000) -lc.3 => /usr/lib/libc.so.3.0 (0x8279000) I am still running XF86 312, hence the older revision of libXext and libX11. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Feb 4 12:27:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA10060 for ports-outgoing; Tue, 4 Feb 1997 12:27:20 -0800 (PST) Received: from lapa.isr.uc.pt (lapa.isr.uc.pt [193.136.230.54]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA10013 for ; Tue, 4 Feb 1997 12:26:52 -0800 (PST) Received: from localhost (paulo@localhost) by lapa.isr.uc.pt (8.8.4/8.7.3) with SMTP id UAA09262; Tue, 4 Feb 1997 20:21:48 GMT X-Authentication-Warning: lapa.isr.uc.pt: paulo owned process doing -bs Date: Tue, 4 Feb 1997 20:21:47 +0000 (WET) From: Paulo Menezes To: Stephen Hocking cc: ports@freebsd.org Subject: Re: Update of Mesa port? In-Reply-To: <199701240156.BAA13494@netfl15a.devetir.qld.gov.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 24 Jan 1997, Stephen Hocking wrote: > The port is for 2.0, and 2.1 is now out - can it be updated? > > > Stephen > -- You can get the port from ftp://ftp.freebsd.org/pub/FreeBSD/incoming/Mesa-2.1-port.tgz. Paulo From owner-freebsd-ports Tue Feb 4 12:30:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA10271 for ports-outgoing; Tue, 4 Feb 1997 12:30:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA10260; Tue, 4 Feb 1997 12:30:01 -0800 (PST) Resent-Date: Tue, 4 Feb 1997 12:30:01 -0800 (PST) Resent-Message-Id: <199702042030.MAA10260@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, pm@dee.uc.pt Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA09715 for ; Tue, 4 Feb 1997 12:20:10 -0800 (PST) Received: from thor.dee.uc.pt (thor.dee.uc.pt [193.136.205.35]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id MAA14943 for ; Tue, 4 Feb 1997 12:17:53 -0800 (PST) Received: (from paulo@localhost) by thor.dee.uc.pt (8.8.4/8.8.4) id UAA02903; Tue, 4 Feb 1997 20:14:16 GMT Message-Id: <199702042014.UAA02903@thor.dee.uc.pt> Date: Tue, 4 Feb 1997 20:14:16 GMT From: Paulo Menezes Reply-To: pm@dee.uc.pt To: FreeBSD-gnats-submit@freebsd.org, pm@thor.dee.uc.pt, asami@vader.cs.berkeley.edu X-Send-Pr-Version: 3.2 Subject: ports/2659: Upgrade of Mesa port Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2659 >Category: ports >Synopsis: Upgrade of Mesa port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 4 12:30:00 PST 1997 >Last-Modified: >Originator: Paulo Menezes >Organization: Instituto de Sistemas e Robotica, Universidade de Coimbra >Release: FreeBSD 2.2-RELEASE i386 >Environment: >Description: A new version of Mesa is available (2.1) I created port for it and uploaded it to ftp://ftp.freebsd.org/pub/FreeBSD/incoming/Mesa-2.1-port.tgz Please change the port as I already received a request from a user. Regards Paulo >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Feb 4 17:13:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA05471 for ports-outgoing; Tue, 4 Feb 1997 17:13:18 -0800 (PST) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA05452 for ; Tue, 4 Feb 1997 17:13:13 -0800 (PST) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by mail.cdsnet.net (8.8.4/8.7.3) with SMTP id RAA12261 for ; Tue, 4 Feb 1997 17:13:04 -0800 (PST) Date: Tue, 4 Feb 1997 17:12:54 -0800 (PST) From: Jaye Mathisen To: ports@freebsd.org Subject: x11 port broken Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk # cd X*6 # make NO_CHECKSUMS=yes >> Checksum OK for xc/X32src-1.tgz. >> Checksum OK for xc/X32src-2.tgz. >> No checksum recorded for xc/3.2-fix-01. Make sure the Makefile and md5 file (/usr/ports/x11/XFree86/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop. # make NO_CHECKSUM=yes ===> Extracting for XFree86-3.2 ===> Patching for XFree86-3.2 ===> Applying distribution patches for XFree86-3.2 File to patch: ^C# From owner-freebsd-ports Tue Feb 4 17:19:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA06576 for ports-outgoing; Tue, 4 Feb 1997 17:19:50 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id RAA06558; Tue, 4 Feb 1997 17:19:45 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vrw19-0000Ho-00; Tue, 4 Feb 1997 18:19:19 -0700 To: davidn@unique.usn.blaze.net.au (David Nugent) Subject: Re: conditionally including Cc: obrien@NUXI.com (David O'Brien), freebsd-ports@freebsd.org (FreeBSD ports list), hackers@freebsd.org In-reply-to: Your message of "Mon, 03 Feb 1997 14:27:17 +1100." <19970203142717.VR58445@usn.blaze.net.au> References: <19970203142717.VR58445@usn.blaze.net.au> <199701280143.RAA06503@freefall.freebsd.org> <19970202135048.PN07710@dragon.nuxi.com> Date: Tue, 04 Feb 1997 18:19:19 -0700 From: Warner Losh Message-Id: Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <19970203142717.VR58445@usn.blaze.net.au> David Nugent writes: : > "#if (defined(__unix__) || defined(unix))" was the best way to #if (defined(unix) || defined(__unix__)) && !defined(USG) #include #endif was how the discussion ended (at least in private mail), since USG was defined on SYS V and SYS III systems *AND* usually you want to tell if you are on a modern BSD system, so it doesn't hurt to exclude some SYS V systems. : I said exactly this some weeks back and was told I was wrong, : contrary to my own experience of many years working with : sysv r3's. Oh well. :-) That's true. I think I (mistakenly) told you that. : svr4 apparently does have it, but not sysv before that. Most : if not all of those do predefine unix or __unix__. sysvr4 does have it, but nothing earlier. Most V7 and later systems define unix or __unix__. Just my two cents (a little late) to the discussion. Warner From owner-freebsd-ports Tue Feb 4 17:20:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA06784 for ports-outgoing; Tue, 4 Feb 1997 17:20:39 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id RAA06771; Tue, 4 Feb 1997 17:20:34 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vrw2G-0000I7-00; Tue, 4 Feb 1997 18:20:28 -0700 To: obrien@NUXI.com (David O'Brien) Subject: Re: conditionally including Cc: freebsd-ports@freebsd.org (FreeBSD ports list), hackers@freebsd.org In-reply-to: Your message of "Sun, 02 Feb 1997 13:50:48 PST." <19970202135048.PN07710@dragon.nuxi.com> References: <19970202135048.PN07710@dragon.nuxi.com> <199701280143.RAA06503@freefall.freebsd.org> Date: Tue, 04 Feb 1997 18:20:28 -0700 From: Warner Losh Message-Id: Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <19970202135048.PN07710@dragon.nuxi.com> David O'Brien writes: : to get a new cpp symbol added (like __44bsd__ or something). This is a bad idea, since it has lost a lot of its potential meaning with so many 44bsd derived systems that pick and chose between 4.4 and 4.4 Lite 2. Warner From owner-freebsd-ports Tue Feb 4 17:52:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA10405 for ports-outgoing; Tue, 4 Feb 1997 17:52:39 -0800 (PST) Received: from mail1.panix.com (mail1.panix.com [198.7.0.32]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA10392 for ; Tue, 4 Feb 1997 17:52:33 -0800 (PST) Received: from jbarrm.dialup.access.net (jbarrm@jbarrm.dialup.access.net [166.84.200.169]) by mail1.panix.com (8.7.5/8.7.1/PanixM1.0+) with SMTP id UAA05715 for ; Tue, 4 Feb 1997 20:52:06 -0500 (EST) Date: Tue, 4 Feb 1997 20:49:06 -0500 (EST) From: Barry Masterson X-Sender: jbarrm@jbarrm.dialup.access.net To: ports@freebsd.org Subject: Perl5.003 fails on 'make install' Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm trying to compile perl5.003 from ports-current on this 2.1.6-R system. 'make' works fine, but 'make install' fails. The odd thing is the path searched for ( /usr/local/man/man3/), has two forward slashes: unlink /usr/local/lib/perl5/man/man3/Socket.tmp Installation complete ===> Compressing the manual pages for perl-5.003 /usr/local/man//man3/Socket.3: No such file or directory *** Error code 1 Stop. Has anyone else experienced this? I've yet to find the file that might be the cause of this. I suspect its a typo somewhere in one of the files in the 'work/perl5.003/' directory. Thanks in advance. Barry Masterson jbarrm@panix.com PS: Not currently on ports, please cc if necessary. >--->--->--->--->---> FreeBSD 2.1.6-R <---<---<---<---<---< From owner-freebsd-ports Tue Feb 4 17:56:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA10803 for ports-outgoing; Tue, 4 Feb 1997 17:56:32 -0800 (PST) Received: from apolo.biblos.unal.edu.co ([168.176.37.75]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA10787 for ; Tue, 4 Feb 1997 17:56:27 -0800 (PST) Received: from unalmodem.usc.unal.edu.co ([168.176.3.30]) by apolo.biblos.unal.edu.co (8.8.2/8.8.2) with SMTP id UAA28663 for ; Tue, 4 Feb 1997 20:58:46 -0500 (EST) Message-ID: <32F81277.2CC5@fps.biblos.unal.edu.co> Date: Tue, 04 Feb 1997 20:54:15 -0800 From: Pedro Giffuni Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: ports@freebsd.org Subject: ss was left out of the pages Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Howdy, It seems like no one ever added my ss port to the web pages. ss is a spreadsheet program and it is in the math ports branch. Pedro. From owner-freebsd-ports Tue Feb 4 18:10:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA12327 for ports-outgoing; Tue, 4 Feb 1997 18:10:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA12316; Tue, 4 Feb 1997 18:10:03 -0800 (PST) Resent-Date: Tue, 4 Feb 1997 18:10:03 -0800 (PST) Resent-Message-Id: <199702050210.SAA12316@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, adam@veda.is Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA12116 for ; Tue, 4 Feb 1997 18:09:00 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id CAA15497; Wed, 5 Feb 1997 02:21:53 GMT Message-Id: <199702050221.CAA15497@veda.is> Date: Wed, 5 Feb 1997 02:21:53 GMT From: Adam David Reply-To: adam@veda.is To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2664: elm methodically writes garbage into folders Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2664 >Category: ports >Synopsis: elm methodically writes garbage into folders >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 4 18:10:01 PST 1997 >Last-Modified: >Originator: Adam David >Organization: Veda Internet >Release: FreeBSD 3.0-CURRENT i386 >Environment: setgid mail, dot locking + flock(), NFS 3 FBSD 2.2-current thru 3.0-current elm 2.4ME+25 ?? thru 2.4ME+30 (+++?) It has been like this for about 5 months or so. >Description: elm writes into a mailbox being opened with 'elm -f =folder', replacing text many times with stuff like: >How-To-Repeat: I have not deliberately caused this behaviour to repeat. >Fix: Don't use elm, this is likely to be an elm problem after all. >Audit-Trail: >Unformatted: Adam David >>> From adam Wed Feb 5 01:24:37 1997 >>> Status: O into the middle of messages, sometimes trashing the headers and sometimes trashing the message text. Each occurence has the same date, which is the time of command invocation (it gradually incremented by 4 seconds while perusing a few hundred messages on a slow network). Status: varies, and is likely copied from the existing messages. I can think of no valid operation that would cause this behaviour as a side effect (headers are written into the folder while it is being opened, stamped from "myself, now"). From owner-freebsd-ports Tue Feb 4 19:00:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA23089 for ports-outgoing; Tue, 4 Feb 1997 19:00:46 -0800 (PST) Received: from cabri.obs-besancon.fr (cabri.obs-besancon.fr [193.52.184.3]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id TAA23079 for ; Tue, 4 Feb 1997 19:00:37 -0800 (PST) Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA02388; Wed, 5 Feb 97 04:03:04 +0100 Date: Wed, 5 Feb 97 04:03:04 +0100 Message-Id: <9702050303.AA02388@cabri.obs-besancon.fr> From: Jean-Marc Zucconi To: mrcpu@cdsnet.net Cc: ports@freebsd.org In-Reply-To: (message from Jaye Mathisen on Tue, 4 Feb 1997 17:12:54 -0800 (PST)) Subject: Re: x11 port broken X-Mailer: Emacs Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Fixed now. (I hope) >>>>> Jaye Mathisen writes: > # cd X*6 > # make NO_CHECKSUMS=yes >>> Checksum OK for xc/X32src-1.tgz. >>> Checksum OK for xc/X32src-2.tgz. >>> No checksum recorded for xc/3.2-fix-01. > Make sure the Makefile and md5 file (/usr/ports/x11/XFree86/files/md5) > are up to date. If you want to override this check, type > "make NO_CHECKSUM=yes [other args]". > *** Error code 1 > Stop. > # make NO_CHECKSUM=yes > ===> Extracting for XFree86-3.2 > ===> Patching for XFree86-3.2 > ===> Applying distribution patches for XFree86-3.2 > File to patch: ^C# Jean-Marc _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr ============================================================================= From owner-freebsd-ports Tue Feb 4 20:19:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA28773 for ports-outgoing; Tue, 4 Feb 1997 20:19:02 -0800 (PST) Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA28768; Tue, 4 Feb 1997 20:18:56 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id EAA21660; Wed, 5 Feb 1997 04:31:53 GMT From: Adam David Message-Id: <199702050431.EAA21660@veda.is> Subject: ucd-snmp To: freebsd-ports@freebsd.org Date: Wed, 5 Feb 1997 04:31:52 +0000 (GMT) Cc: gpalmer@freebsd.org X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk ucd-snmp 3.1.2.1 is up for ftp. >From the NEWS file: == - massive improvemnts for netbsd, freebsd, hpux. - Massive parser improvements. (Niels Baggesen ) - snmptrap greatly improved! (Niels Baggesen ) - snmptrap man page. (Niels Baggesen ) == and much more. FYI, adam From owner-freebsd-ports Tue Feb 4 23:18:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA09123 for ports-outgoing; Tue, 4 Feb 1997 23:18:34 -0800 (PST) Received: from dfw-ix6.ix.netcom.com (dfw-ix6.ix.netcom.com [206.214.98.6]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id XAA09116 for ; Tue, 4 Feb 1997 23:18:31 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca14-60.ix.netcom.com [207.92.174.124]) by dfw-ix6.ix.netcom.com (8.6.13/8.6.12) with ESMTP id XAA25740; Tue, 4 Feb 1997 23:17:58 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id XAA20026; Tue, 4 Feb 1997 23:17:54 -0800 (PST) Date: Tue, 4 Feb 1997 23:17:54 -0800 (PST) Message-Id: <199702050717.XAA20026@silvia.HIP.Berkeley.EDU> To: jbarrm@panix.com CC: ports@freebsd.org In-reply-to: (message from Barry Masterson on Tue, 4 Feb 1997 20:49:06 -0500 (EST)) Subject: Re: Perl5.003 fails on 'make install' From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I'm trying to compile perl5.003 from ports-current on this 2.1.6-R * system. 'make' works fine, but 'make install' fails. The odd thing is Make sure you have the latest /usr/share/mk/bsd.port.mk, bsd.port.subdir.mk, and /etc/mtree/BSD.local.dist if you want to compile -current ports on the 2.1 branch. (Actually, these three files are updated on the 2.1 branch too so if you get it from an ftp site or cvs as "-stable", it will be fine.) * the path searched for ( /usr/local/man/man3/), has two forward slashes: That is not a problem, as "//" is equivalent to "/./" anyway. (It is actually an artifact of a undefined variable missing in-between.) * unlink /usr/local/lib/perl5/man/man3/Socket.tmp * Installation complete * ===> Compressing the manual pages for perl-5.003 * /usr/local/man//man3/Socket.3: No such file or directory * *** Error code 1 * Stop. It's probably because your bsd.port.mk is a little old. It looks like it doesn't understand the MAN3PREFIX definition (so the above should be /usr/local/lib/perl5/man/man3/Socket.3) in the Makefile. Satoshi From owner-freebsd-ports Wed Feb 5 00:34:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA17765 for ports-outgoing; Wed, 5 Feb 1997 00:34:23 -0800 (PST) Received: from relay.nuxi.com (nuxi.ucdavis.edu [128.120.37.176]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA17722; Wed, 5 Feb 1997 00:34:17 -0800 (PST) Received: from dragon.nuxi.com (reqa-024.ucdavis.edu [128.120.251.24]) by relay.nuxi.com (8.8.4/8.6.12) with ESMTP id AAA20376; Wed, 5 Feb 1997 00:34:31 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.4/8.7.3) id AAA02002; Wed, 5 Feb 1997 00:33:46 -0800 (PST) Message-ID: <19970205003343.YB13323@dragon.nuxi.com> Date: Wed, 5 Feb 1997 00:33:43 -0800 From: obrien@NUXI.com (David O'Brien) To: imp@village.org (Warner Losh) Cc: freebsd-ports@FreeBSD.ORG (FreeBSD ports list), hackers@FreeBSD.ORG Subject: Re: conditionally including References: <19970202135048.PN07710@dragon.nuxi.com> <199701280143.RAA06503@freefall.freebsd.org> X-Mailer: Mutt 0.59-PL19 Mime-Version: 1.0 Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 In-Reply-To: ; from Warner Losh on Feb 4, 1997 18:20:28 -0700 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Warner Losh writes: > In message <19970202135048.PN07710@dragon.nuxi.com> David O'Brien writes: > : to get a new cpp symbol added (like __44bsd__ or something). > > This is a bad idea, since it has lost a lot of its potential meaning > with so many 44bsd derived systems that pick and chose between 4.4 and > 4.4 Lite 2. Then what would you suggest? Are they really more different than all the various sysVr4 that define __svr4__? How close is Solaris, UnixWare, and Irix? I'm just trying to find something that will cover all the 4.4BSD derived OS's. What are the big divergances from each other that __44bsd__ wouldn't cover (from an application standpoint)? Remember I'm trying to catch things like sys_errlist[], termios, /var/mail, /usr/sbin/sendmail, etc. Everyone will acknowlege that for kernel stuff __FreeBSD__, etc. should be used. But I still think __44bsd__ is fine where we would already do the #if (BSD > xyx) test or defined(__FreeBSD__) || defined(__NetBSD__) ,etc. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-freebsd-ports Wed Feb 5 01:44:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA02326 for ports-outgoing; Wed, 5 Feb 1997 01:44:30 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA02294; Wed, 5 Feb 1997 01:44:25 -0800 (PST) Date: Wed, 5 Feb 1997 01:44:25 -0800 (PST) From: Satoshi Asami Message-Id: <199702050944.BAA02294@freefall.freebsd.org> To: thomas@chem.ubc.ca, asami, freebsd-ports Subject: Re: ports/2658 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: xemacs-19.14 package needs libXm State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Wed Feb 5 01:42:07 PST 1997 State-Changed-Why: This is because I had a test build of lesstif on our package building machines (and xemacs automatically detected it and thought it was real Motif and linked against it :< ). The problem is fixed, I put up new packages in packages-2.2 and packages-current. Thank you very much for your problem report, this avoided an embarrasment of shipping a dysfunctional xemacs package! From owner-freebsd-ports Wed Feb 5 02:35:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA06514 for ports-outgoing; Wed, 5 Feb 1997 02:35:40 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA06493; Wed, 5 Feb 1997 02:35:28 -0800 (PST) Date: Wed, 5 Feb 1997 02:35:28 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199702051035.CAA06493@freefall.freebsd.org> To: soil@quick.net, ache, freebsd-ports Subject: Re: ports/2497 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: pine 3.95 patch #1 State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Wed Feb 5 02:34:13 PST 1997 State-Changed-Why: Patch taken From owner-freebsd-ports Wed Feb 5 03:23:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA08106 for ports-outgoing; Wed, 5 Feb 1997 03:23:13 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA08090; Wed, 5 Feb 1997 03:23:10 -0800 (PST) Date: Wed, 5 Feb 1997 03:23:10 -0800 (PST) From: "David E. O'Brien" Message-Id: <199702051123.DAA08090@freefall.freebsd.org> To: obrien, freebsd-ports, obrien Subject: Re: ports/2643 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: emulators/spim update for 5.9 Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Wed Feb 5 03:22:10 PST 1997 Responsible-Changed-Why: I'm maintainer. From owner-freebsd-ports Wed Feb 5 03:30:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA08423 for ports-outgoing; Wed, 5 Feb 1997 03:30:24 -0800 (PST) Received: from relay.nuxi.com (nuxi.ucdavis.edu [128.120.37.176]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA08412 for ; Wed, 5 Feb 1997 03:30:18 -0800 (PST) Received: from dragon.nuxi.com (reqb-049.ucdavis.edu [128.120.254.49]) by relay.nuxi.com (8.8.4/8.6.12) with ESMTP id DAA24702; Wed, 5 Feb 1997 03:30:14 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.4/8.7.3) id DAA06265; Wed, 5 Feb 1997 03:30:10 -0800 (PST) Message-ID: <19970205033009.OI29128@dragon.nuxi.com> Date: Wed, 5 Feb 1997 03:30:09 -0800 From: obrien@NUXI.com (David O'Brien) To: ports@freebsd.org Cc: CVS-committers@freefall.freebsd.org Subject: Re: cvs commit: ports/www/sawt - Imported sources References: <19970202174042.QI06555@xaa.stack.nl> <19970202131610.PH42888@dragon.nuxi.com> X-Mailer: Mutt 0.59-PL19 Mime-Version: 1.0 Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 In-Reply-To: <19970202131610.PH42888@dragon.nuxi.com>; from David O'Brien on Feb 2, 1997 13:16:10 -0800 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk David O'Brien writes: > Speaking of kaffe, jdk, sawt, et al. I'd really like to see these moved > to devel. At UC-Davis many profs/students are starting to do standalone > programs in Java. Even non-networked ones. > > Just because the most common use *today* of Java is with the WWW, Java is > really not tied to it. So did we ever really decide to move these ports? -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-freebsd-ports Wed Feb 5 04:27:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA10541 for ports-outgoing; Wed, 5 Feb 1997 04:27:44 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA10526; Wed, 5 Feb 1997 04:27:40 -0800 (PST) Date: Wed, 5 Feb 1997 04:27:40 -0800 (PST) From: "David E. O'Brien" Message-Id: <199702051227.EAA10526@freefall.freebsd.org> To: obrien, freebsd-ports, obrien Subject: Re: ports/2532 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Submission of new port - socket++ Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Wed Feb 5 04:26:15 PST 1997 Responsible-Changed-Why: I'm interested in this one. From owner-freebsd-ports Wed Feb 5 04:35:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA10844 for ports-outgoing; Wed, 5 Feb 1997 04:35:09 -0800 (PST) Received: from panix.com (panix.com [198.7.0.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA10836 for ; Wed, 5 Feb 1997 04:35:04 -0800 (PST) Received: from localhost (jbarrm@localhost) by panix.com (8.8.5/8.7/PanixU1.3) with SMTP id HAA19256; Wed, 5 Feb 1997 07:34:47 -0500 (EST) Date: Wed, 5 Feb 1997 07:34:47 -0500 (EST) From: Barry Masterson To: Satoshi Asami cc: ports@freebsd.org Subject: Re: Perl5.003 fails on 'make install' In-Reply-To: <199702050717.XAA20026@silvia.HIP.Berkeley.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Feb 1997, Satoshi Asami wrote: > * I'm trying to compile perl5.003 from ports-current on this 2.1.6-R > * system. 'make' works fine, but 'make install' fails. The odd thing is > > Make sure you have the latest /usr/share/mk/bsd.port.mk, > bsd.port.subdir.mk, and /etc/mtree/BSD.local.dist if you want to > compile -current ports on the 2.1 branch. (Actually, these three > files are updated on the 2.1 branch too so if you get it from an ftp > site or cvs as "-stable", it will be fine.) > Thank You. I would not have thought of updating those files. In the past, Current Ports have installed on my old 2.1.5 system without, or nearly without any problems. Perl5.003 was the first to be difficult. Barry Masterson jbarrm@panix.com >--->--->--->--->---> FreeBSD 2.1.6-R <---<---<---<---<---< From owner-freebsd-ports Wed Feb 5 05:13:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA13894 for ports-outgoing; Wed, 5 Feb 1997 05:13:10 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA13867; Wed, 5 Feb 1997 05:13:06 -0800 (PST) Date: Wed, 5 Feb 1997 05:13:06 -0800 (PST) From: "David E. O'Brien" Message-Id: <199702051313.FAA13867@freefall.freebsd.org> To: deischen@iworks.InterWorks.org, obrien, freebsd-ports Subject: Re: ports/2548 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Update of nedit port to 4.0.3 State-Changed-From-To: open-closed State-Changed-By: obrien State-Changed-When: Wed Feb 5 05:12:50 PST 1997 State-Changed-Why: Updated to 4.0.3 in revision 1.5. From owner-freebsd-ports Wed Feb 5 05:17:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA14110 for ports-outgoing; Wed, 5 Feb 1997 05:17:28 -0800 (PST) Received: from po1.glue.umd.edu (root@po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA14105; Wed, 5 Feb 1997 05:17:26 -0800 (PST) Received: from gilligan.eng.umd.edu (gilligan.eng.umd.edu [129.2.103.21]) by po1.glue.umd.edu (8.8.5/8.7.3) with ESMTP id IAA01610; Wed, 5 Feb 1997 08:17:19 -0500 (EST) Received: from localhost (chuckr@localhost) by gilligan.eng.umd.edu (8.8.5/8.7.3) with SMTP id IAA12559; Wed, 5 Feb 1997 08:17:18 -0500 (EST) X-Authentication-Warning: gilligan.eng.umd.edu: chuckr owned process doing -bs Date: Wed, 5 Feb 1997 08:17:18 -0500 (EST) From: Chuck Robey X-Sender: chuckr@gilligan.eng.umd.edu To: "David O'Brien" cc: Warner Losh , FreeBSD ports list , hackers@freebsd.org Subject: Re: conditionally including In-Reply-To: <19970205003343.YB13323@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Feb 1997, David O'Brien wrote: > Warner Losh writes: > > In message <19970202135048.PN07710@dragon.nuxi.com> David O'Brien writes: > > : to get a new cpp symbol added (like __44bsd__ or something). > > > > This is a bad idea, since it has lost a lot of its potential meaning > > with so many 44bsd derived systems that pick and chose between 4.4 and > > 4.4 Lite 2. > > Then what would you suggest? Are they really more different than all the > various sysVr4 that define __svr4__? How close is Solaris, UnixWare, and > Irix? > > I'm just trying to find something that will cover all the 4.4BSD derived > OS's. What are the big divergances from each other that __44bsd__ > wouldn't cover (from an application standpoint)? Remember I'm trying to > catch things like sys_errlist[], termios, /var/mail, /usr/sbin/sendmail, > etc. > > Everyone will acknowlege that for kernel stuff __FreeBSD__, etc. > should be used. But I still think __44bsd__ is fine where we would > already do the #if (BSD > xyx) test or defined(__FreeBSD__) || > defined(__NetBSD__) ,etc. David, I don't understand why you don't want to use __FreeBSD__, __NetBSD__, and __OpenBSD__ for non-kernel stuff. The __44bsd__ thing doesn't exist, and if you start it, 75% of FreeBSD folks and ALL of everyone else in NetBSD and OpenBSD will be out in the cold. I probably misunderstand part, but what functionality will be gained from adding __44bsd__? I want to note that the approach I'm pushing works now for Xfree86 just fine. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Wed Feb 5 05:20:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA14298 for ports-outgoing; Wed, 5 Feb 1997 05:20:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA14288; Wed, 5 Feb 1997 05:20:02 -0800 (PST) Resent-Date: Wed, 5 Feb 1997 05:20:02 -0800 (PST) Resent-Message-Id: <199702051320.FAA14288@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, sanpei@yy.cs.keio.ac.jp Received: from titanium.yy.cs.keio.ac.jp (titanium.yy.cs.keio.ac.jp [131.113.47.73]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA13762 for ; Wed, 5 Feb 1997 05:12:40 -0800 (PST) Received: (from sanpei@localhost) by titanium.yy.cs.keio.ac.jp (8.8.4+2.7Wbeta4/3.5Wpl3) id WAA26313; Wed, 5 Feb 1997 22:12:17 +0900 (JST) Message-Id: <199702051312.WAA26313@titanium.yy.cs.keio.ac.jp> Date: Wed, 5 Feb 1997 22:12:17 +0900 (JST) From: mihira yoshirou Reply-To: sanpei@yy.cs.keio.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2666: upgrade of jp-perl5 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2666 >Category: ports >Synopsis: upgrade of jp-perl5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 5 05:20:00 PST 1997 >Last-Modified: >Originator: Yoshiro MIHIRA >Organization: Keio Univ. Japan. >Release: FreeBSD 3.0-970124-SNAP i386 >Environment: FreeBSD 2.2-BETA and current bsd.ports.mk files and FreeBSD 3.0-970124-SNAP >Description: I'm MAINTAINER of jp-perl5. Current jp-perl5 has setlocale problem. I fix this problem as below patch. I hope to submit this patch. *ABOUT THIS PROBLEM* Perl5 uses setlocale function. Recent jp-perl5 linked this order: libm libmalloc libc libcrypt libxpg4. The function of setlocale in libc has some problems for some locales (for example, ja_JP.EUC). It is needed to link libxpg4 before libc. I change to correct order in configure file of perl5. Thank you Yoshiro MIHIRA (sanpei@yy.cs.keio.ac.jp) >How-To-Repeat: make and set enviroment variable LANG ja_JP.EUC run perl >Fix: Patch for japanese/perl5 diff -ur perl5.bak/Makefile perl5/Makefile --- perl5.bak/Makefile Fri Jan 24 06:58:00 1997 +++ perl5/Makefile Wed Feb 5 18:51:41 1997 @@ -72,6 +72,6 @@ post-install: @strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl - @ln -s ${PREFIX}/bin/perl ${PREFIX}/bin/jperl + @ln -fs ${PREFIX}/bin/perl ${PREFIX}/bin/jperl .include diff -ur perl5.bak/patches/patch-aa perl5/patches/patch-aa --- perl5.bak/patches/patch-aa Fri Jan 24 06:58:00 1997 +++ perl5/patches/patch-aa Thu Jan 30 10:41:14 1997 @@ -23,7 +23,7 @@ libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl' libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt" -libswanted="$libswanted ucb bsd BSD PW x" -+libswanted="$libswanted ucb bsd BSD PW x xpg4" ++libswanted="xpg4 $libswanted ucb bsd BSD PW x" : We probably want to search /usr/shlib before most other libraries. : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'` diff -ur perl5.bak/pkg/DESCR perl5/pkg/DESCR --- perl5.bak/pkg/DESCR Fri Jan 24 06:58:00 1997 +++ perl5/pkg/DESCR Wed Feb 5 18:51:54 1997 @@ -7,32 +7,6 @@ and jperl5.003.patch7_1 by yasushi@cs.washington.edu. -* known PROBLEMS - - If you set envirment variable `LANG' to ja_JP.EUC, - *jperl/perl* output `warning: setlocale(LC_CTYPE, "") failed.' - - I don't have solution. If you have, please contact me :-) - - If you do not need setting locale, edit Makefile as below - and reinstall jperl. - -Thank you. - --------- patch to Makefile ---- Makefile.org Sun Jan 12 22:17:05 1997 -+++ Makefile Sun Jan 12 22:17:36 1997 -@@ -40,7 +40,7 @@ - - HAS_CONFIGURE= yes - CONFIGURE_SCRIPT= Configure --CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} -+CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} -U d_setlocale - - MAN1= perlbook.1 perlbot.1 perlcall.1 perldata.1 perldebug.1 perldiag.1 \ - perlembed.1 perlform.1 perlfunc.1 perlguts.1 perlipc.1 perllol.1 \ ---------- - ----------- From lang/perl5/pkg/DESC From the distribution README: >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Feb 5 07:16:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA25441 for ports-outgoing; Wed, 5 Feb 1997 07:16:16 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id HAA25341; Wed, 5 Feb 1997 07:16:10 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vs94u-0000u5-00; Wed, 5 Feb 1997 08:16:04 -0700 To: obrien@NUXI.com (David O'Brien) Subject: Re: conditionally including Cc: freebsd-ports@freebsd.org (FreeBSD ports list), hackers@freebsd.org In-reply-to: Your message of "Wed, 05 Feb 1997 00:33:43 PST." <19970205003343.YB13323@dragon.nuxi.com> References: <19970205003343.YB13323@dragon.nuxi.com> <19970202135048.PN07710@dragon.nuxi.com> <199701280143.RAA06503@freefall.freebsd.org> Date: Wed, 05 Feb 1997 08:16:03 -0700 From: Warner Losh Message-Id: Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <19970205003343.YB13323@dragon.nuxi.com> David O'Brien writes: : Then what would you suggest? Are they really more different than all the : various sysVr4 that define __svr4__? How close is Solaris, UnixWare, and : Irix? Ummm, they don't all define svr4 in all versions. Solaris didn't define it until at least the 3.0 release of the C compilers. I'm not sure if the current gnu tools define this for all of these systems. And they all have sys/param.h :- : I'm just trying to find something that will cover all the 4.4BSD derived : OS's. What are the big divergances from each other that __44bsd__ : wouldn't cover (from an application standpoint)? Remember I'm trying to : catch things like sys_errlist[], termios, /var/mail, /usr/sbin/sendmail, : etc Better to include sys/param.h, from a portability standpoint, and check to see if BSD is defined and larger than a certain value. The hard part is knowing if sys/param.h will be there. : Everyone will acknowlege that for kernel stuff __FreeBSD__, etc. : should be used. But I still think __44bsd__ is fine where we would : already do the #if (BSD > xyx) test or defined(__FreeBSD__) || : defined(__NetBSD__) ,etc. Yes, but there are enough "dusty deck" systems out there that software authors will still need to do other checks. It would be better to find a foolproof way of knowing when sys/param.h is available (or at least when it generally isn't). Most of the examples that you sighted can be handled better by other means. Don't declare sys_errlist at all, rather use strerror() or #include (which is fairly standard). Don't use hard wired path names, but rather the standard ones defined in pathnames.h. You'll likely have to have a fallback for that strategy as well. Also, as time moves forward, some new systems will adopt parts of the 4.4 tree. Do you really want to have things like: #if defined(__bsd44__) || (defined(SOLARIS) && SOLARIS >= 207) ... in the sources? They quickly get out of hand. Many of the ports have 2-3 lines of ifdefs to include stdlib.h, when instead they should have a single #ifdef __STDC__ in its place. Had BSD 4.4 come out with this symbol, things would be a little different. However, it didn't think that it would be worth the portibility hassles at this point, since it would take time for this symbol to propigate to all flavors of BSD. 2.2 is almost out the door, OpenBSD 2.0 is on the streets (and will be for a while). Netbsd 1.2 is also on the streets and likely will be for a while too. I guess I'm just showing my years of riding heard on the OI/uib source tree which was generally portable to the point that the compile time (45 minutes to an hour) usually dominated the porting time (well, and sometimes it was the licenese manager third party code too). Warner From owner-freebsd-ports Wed Feb 5 07:21:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA00585 for ports-outgoing; Wed, 5 Feb 1997 07:21:32 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA00398; Wed, 5 Feb 1997 07:21:23 -0800 (PST) Date: Wed, 5 Feb 1997 07:21:23 -0800 (PST) From: Masafumi NAKANE Message-Id: <199702051521.HAA00398@freefall.freebsd.org> To: mantar@netcom.com, max, freebsd-ports Subject: Re: ports/2555 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Update of nedit port to nedit-4.0.3 State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Wed Feb 5 07:20:25 PST 1997 State-Changed-Why: An empty PR. (And nedit has just been updated.) From owner-freebsd-ports Wed Feb 5 07:25:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA06397 for ports-outgoing; Wed, 5 Feb 1997 07:25:15 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA06176; Wed, 5 Feb 1997 07:25:07 -0800 (PST) Date: Wed, 5 Feb 1997 07:25:07 -0800 (PST) From: Masafumi NAKANE Message-Id: <199702051525.HAA06176@freefall.freebsd.org> To: max, freebsd-ports, max Subject: Re: ports/2666 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: upgrade of jp-perl5 Responsible-Changed-From-To: freebsd-ports->max Responsible-Changed-By: max Responsible-Changed-When: Wed Feb 5 07:24:33 PST 1997 Responsible-Changed-Why: I grabbed this one. From owner-freebsd-ports Wed Feb 5 07:27:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA10736 for ports-outgoing; Wed, 5 Feb 1997 07:27:26 -0800 (PST) Received: from mustang.oec.com (mustang.oec.com [198.3.137.109]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA10546 for ; Wed, 5 Feb 1997 07:27:20 -0800 (PST) Received: (from mail@localhost) by mustang.oec.com (8.7.5/8.7.5) id KAA07053 for ; Wed, 5 Feb 1997 10:26:48 -0500 X-Authentication-Warning: mustang.oec.com: mail set sender to using -f Received: from dean-mac.oec.com(198.3.138.121) by mustang.oec.com via smap (V2.0alpha) id sma007045; Wed Feb 5 10:26:25 1997 Message-ID: <32F899FC.2732@oec.com> Date: Wed, 05 Feb 1997 10:32:28 -0400 From: Dean Anderson Organization: Open Environment X-Mailer: Mozilla 2.0 (Macintosh; I; 68K) MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: msql.tar.gz not where its advertised to be X-URL: http://www.freebsd.org/ports/databases.html Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk What are these directories? What are they doing on an ftp site where one expect the distributions to be (according to the urls on the web page (ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/databases) ftp> pwd 257 "/.16/FreeBSD/FreeBSD-current/ports/databases" is current directory. ftp> ls msql ls200 PORT command successful. 150 Opening ASCII mode data connection for /bin/ls. total 12 -rw-r--r-- 1 root 523 1197 Nov 17 03:18 Makefile drwxr-xr-x 2 root 523 512 Oct 17 03:26 files drwxr-xr-x 2 root 523 512 Nov 1 16:02 patches drwxr-xr-x 2 root 523 512 Oct 10 03:11 pkg drwxr-xr-x 2 root 523 512 Aug 9 08:09 scripts -- Dean Anderson dean@aV8.com | dean@lpf.org We make technology fly! See us for | Stop Software Patents before they Networking, Firewalls, WWW and more. | stop you! Contact me for more info Check out http://www.av8.com for info | or send mail to lpf@lpf.org President | President Plain Aviation,Inc | League for Programming Freedom From owner-freebsd-ports Wed Feb 5 08:22:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA02417 for ports-outgoing; Wed, 5 Feb 1997 08:22:15 -0800 (PST) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA02348 for ; Wed, 5 Feb 1997 08:22:04 -0800 (PST) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.5/8.8.5) with SMTP id LAA01902; Wed, 5 Feb 1997 11:22:01 -0500 (EST) Date: Wed, 5 Feb 1997 11:22:01 -0500 (EST) From: John Fieber To: "David O'Brien" cc: ports@freebsd.org, CVS-committers@freefall.freebsd.org Subject: Re: cvs commit: ports/www/sawt - Imported sources In-Reply-To: <19970205033009.OI29128@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Feb 1997, David O'Brien wrote: > David O'Brien writes: > > Just because the most common use *today* of Java is with the WWW, Java is > > really not tied to it. > > So did we ever really decide to move these ports? Okay, does anybody *object* to moving these? -john From owner-freebsd-ports Wed Feb 5 08:22:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA02422 for ports-outgoing; Wed, 5 Feb 1997 08:22:16 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA02168; Wed, 5 Feb 1997 08:21:45 -0800 (PST) Date: Wed, 5 Feb 1997 08:21:45 -0800 (PST) From: Masafumi NAKANE Message-Id: <199702051621.IAA02168@freefall.freebsd.org> To: max, freebsd-ports, max Subject: Re: ports/2646 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: gmake 'make install' install-info woes Responsible-Changed-From-To: freebsd-ports->max Responsible-Changed-By: max Responsible-Changed-When: Wed Feb 5 08:20:56 PST 1997 Responsible-Changed-Why: I think I know the solution for this problem. From owner-freebsd-ports Wed Feb 5 09:46:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA17671 for ports-outgoing; Wed, 5 Feb 1997 09:46:57 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA17497; Wed, 5 Feb 1997 09:46:45 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id EAA12664; Thu, 6 Feb 1997 04:45:24 +1100 Date: Thu, 6 Feb 1997 04:45:24 +1100 From: Bruce Evans Message-Id: <199702051745.EAA12664@godzilla.zeta.org.au> To: imp@village.org, obrien@NUXI.com Subject: Re: conditionally including Cc: freebsd-ports@FreeBSD.ORG, hackers@FreeBSD.ORG Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Most of the examples that you sighted can be handled better by other >means. Don't declare sys_errlist at all, rather use strerror() or >#include (which is fairly standard). Don't use hard wired strerror() doesn't exist on old systems. >Also, as time moves forward, some new systems will adopt parts of the >4.4 tree. Do you really want to have things like: > >#if defined(__bsd44__) || (defined(SOLARIS) && SOLARIS >= 207) ... NOOOO! :-) >Many of the ports have 2-3 lines of ifdefs to include stdlib.h, when >instead they should have a single #ifdef __STDC__ in its place. This is wrong. __STDC__ has very little to do with the existence of standard headers. It has more to do with the ANSI conformance of the current invocation of the compiler. E.g., it is not defined for `gcc -traditional', but running the compiler with different flags does not make standard headers go away. I think we should just use `#ifdef __FreeBSD__' and in ports. Original authors should use a better method to suit themselves. Bruce From owner-freebsd-ports Wed Feb 5 10:37:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA17120 for ports-outgoing; Wed, 5 Feb 1997 10:37:48 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA17017; Wed, 5 Feb 1997 10:37:43 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vsCDt-0001VI-00; Wed, 5 Feb 1997 11:37:33 -0700 To: obrien@NUXI.com (David O'Brien) Subject: Re: conditionally including Cc: freebsd-ports@freebsd.org (FreeBSD ports list), hackers@freebsd.org In-reply-to: Your message of "Wed, 05 Feb 1997 00:33:43 PST." <19970205003343.YB13323@dragon.nuxi.com> References: <19970205003343.YB13323@dragon.nuxi.com> <19970202135048.PN07710@dragon.nuxi.com> <199701280143.RAA06503@freefall.freebsd.org> Date: Wed, 05 Feb 1997 11:37:32 -0700 From: Warner Losh Message-Id: Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <19970205003343.YB13323@dragon.nuxi.com> David O'Brien writes: : Then what would you suggest? Are they really more different than all the : various sysVr4 that define __svr4__? How close is Solaris, UnixWare, and : Irix? BTW, Solaris 2.5.1 with Sun Soft's 4.0 compiler doesn't define __svr4__. It defines __SVR4. Warner From owner-freebsd-ports Wed Feb 5 10:47:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA29741 for ports-outgoing; Wed, 5 Feb 1997 10:47:57 -0800 (PST) Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA29717 for ; Wed, 5 Feb 1997 10:47:31 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id TAA24378; Wed, 5 Feb 1997 19:00:00 GMT Date: Wed, 5 Feb 1997 19:00:00 GMT From: Adam David Message-Id: <199702051900.TAA24378@veda.is> To: roberto@keltia.FReenix.FR (Ollivier Robert) Cc: freebsd-ports@freebsd.org Subject: Re: Netscape 8bit input Newsgroups: list.freebsd.ports References: <199701281357.NAA28150@veda.is> <19970128195529.FJ01221@keltia.freenix.fr> X-Newsreader: NN version 6.5.0 #2 (NOV) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> Netscape will not accept 8bit characters from the mouse buffer, and will not >> accept accent keystrokes from the keyboard. >Which Netscape ? Linux or BSDi ? BSDi, since it runs "native", i.e. I don't have to fiddle with setting up the linux emulator. >The 3.0/BSDI is showing the same symptoms. Maybe a bad interaction between >the libraries used by Netscape and X11R6 ? If you mean running it under BSDi, seems like the program itself (netscape) is at fault. I wonder whether the linux version does the same. >> On my keyboard, SHIFT-RALT-2 defines '@' but netscape uses ALT-2 as a hotkey >> to jump to the 2nd location on the "GO" list. Therefore I find the only way >> to enter '@' is to copy it from another window with the mouse. >Do you have a special entry in your .xmodmap (do you use one ?) for '@' ? keycode 11 = 2 quotedbl 2 at >I also have the following to deal with AltGr differently than Alt. >keycode 113 = Mode_switch >add mod4 = Multi_key What does that last line actually do? (i.e. what change is effected by it?) >Section "Keyboard" > Protocol "Standard" > XkbDisable ^^^^^^^^^^ Aha! Does this prevent netscape from treating AltGr as Alt? (none of the other differences do). Otherwise it looks like I need to fiddle with some of these: (pasted from the XF86Config manpage) XkbRules "rulesfile" XkbModel "model" XkbLayout "layout" XkbVariant "variant" XkbOptions "optionlist" XkbKeymap "keymap" XkbKeycodes "keycodes" XkbTypes "types" XkbCompat "compat" XkbSymbols "symbols" XkbGeometry "geometry" right? -- Adam David From owner-freebsd-ports Wed Feb 5 10:50:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA00378 for ports-outgoing; Wed, 5 Feb 1997 10:50:18 -0800 (PST) Received: from fps.biblos.unal.edu.co ([168.176.37.11]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA00192 for ; Wed, 5 Feb 1997 10:49:59 -0800 (PST) From: pgiffuni@fps.biblos.unal.edu.co Received: from localhost by fps.biblos.unal.edu.co (AIX 4.1/UCB 5.64/4.03) id AA27152; Wed, 5 Feb 1997 13:53:47 -0500 Date: Wed, 5 Feb 1997 13:53:47 -0500 (EST) To: John Fieber Cc: "David O'Brien" , ports@freebsd.org, CVS-committers@freefall.freebsd.org Subject: Re: cvs commit: ports/www/sawt - Imported sources In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Feb 1997, John Fieber wrote: > On Wed, 5 Feb 1997, David O'Brien wrote: > > Okay, does anybody *object* to moving these? > Not really, but...perhaps the Java stuff should be in "lang" ? Pedro. > -john > > From owner-freebsd-ports Wed Feb 5 11:12:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA02864 for ports-outgoing; Wed, 5 Feb 1997 11:12:19 -0800 (PST) Received: from Rigel.orionsys.com (root@rigel.orionsys.com [205.148.224.9]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA02848 for ; Wed, 5 Feb 1997 11:12:09 -0800 (PST) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.8.3/8.6.9) with SMTP id LAA04764 for ; Wed, 5 Feb 1997 11:12:05 -0800 (PST) Date: Wed, 5 Feb 1997 11:12:04 -0800 (PST) From: Dave Babler To: ports@freebsd.org Subject: Problems making 'expect' Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have been having continuing problems trying to build the current port of 'expect', since it interacts with the Tc and Tcl ports. With Satoshi's help, I can build past the point that an out-of-the-box make will fail because of the current state of the releases of Tk and Tcl, namely by specifying in the Makefile the locations where the tk-4.1 and tcl-7.5 tarballs have been extracted (/usr2/tk41/tk-4.1/ and /usr2/tcl/tcl7.5/ respectively). Now the make breaks while compiling 'expect.c' itself: ---- >> Checksum OK for expect.tar.gz. ===> Extracting for expect-5.21.7 ===> expect-5.21.7 depends on shared library: tk41\.1\. - found ===> Patching for expect-5.21.7 ===> Applying FreeBSD patches for expect-5.21.7 ===> Configuring for expect-5.21.7 [ many lines deleted ] cc -O -g -o expect exp_main_exp.o libexpect521.a -L/usr/local/lib -ltcl75 -lutil -lm ./exp_main_sub.c:65: Undefined symbol `_exp_errorlog' referenced from text segment ./exp_main_sub.c:84: Undefined symbol `_exp_pty_exit' referenced from text segment [ many similar error lines deleted ] ./exp_event.c:289: Undefined symbol `_exp_configure_count' referenced from text segment *** Error code 1 Stop. ---- What do I have to do to get this to build? What is wrong? (something with Tcl?) Has anybody actually built this port recently and if so, HOW? Frustrated, -Dave From owner-freebsd-ports Wed Feb 5 11:19:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA03401 for ports-outgoing; Wed, 5 Feb 1997 11:19:38 -0800 (PST) Received: from relay.nuxi.com (nuxi.ucdavis.edu [128.120.37.176]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA03372; Wed, 5 Feb 1997 11:19:23 -0800 (PST) Received: from dragon.nuxi.com (reqf-022.ucdavis.edu [128.120.253.142]) by relay.nuxi.com (8.8.4/8.6.12) with ESMTP id LAA25441; Wed, 5 Feb 1997 11:19:26 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.4/8.7.3) id LAA07180; Wed, 5 Feb 1997 11:19:14 -0800 (PST) Message-ID: <19970205111913.YS06559@dragon.nuxi.com> Date: Wed, 5 Feb 1997 11:19:13 -0800 From: obrien@NUXI.com (David O'Brien) To: imp@village.org (Warner Losh) Cc: freebsd-ports@FreeBSD.ORG (FreeBSD ports list), hackers@FreeBSD.ORG Subject: Re: conditionally including References: <19970205003343.YB13323@dragon.nuxi.com> <19970202135048.PN07710@dragon.nuxi.com> <199701280143.RAA06503@freefall.freebsd.org> X-Mailer: Mutt 0.59-PL19 Mime-Version: 1.0 Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 In-Reply-To: ; from Warner Losh on Feb 5, 1997 08:16:03 -0700 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Warner Losh writes: > In message <19970205003343.YB13323@dragon.nuxi.com> David O'Brien writes: > : I'm just trying to find something that will cover all the 4.4BSD derived > : OS's. What are the big divergances from each other that __44bsd__ > : wouldn't cover (from an application standpoint)? Remember I'm trying to > : catch things like sys_errlist[], termios, /var/mail, /usr/sbin/sendmail, > : etc > > Better to include sys/param.h, from a portability standpoint, and > check to see if BSD is defined and larger than a certain value. The > hard part is knowing if sys/param.h will be there. RIGHT. That is *why* I want __44bsd__, to know it is safe to included . I'm not saying __44bsd__ has to be a replacement for the BSD macro. Although for the easy stuff, why not. On a side note, the BSD macro isn't that helpful. I know of few people that really know if a feature we have has been around since Net/2, or 4.4Lite. So most people take a wild stab at it. So would __44bsd__ be any worse? > It would be better to find a foolproof way of knowing when sys/param.h > is available (or at least when it generally isn't). Right, which is what I am trying to do. > Most of the examples that you sighted can be handled better by other > means. Don't declare sys_errlist at all, rather use strerror() or > #include (which is fairly standard). Don't use hard wired > path names, but rather the standard ones defined in pathnames.h. Remeber what I'm trying to do here, this is for the ports collection. I'm trying to solve a problem I come across quite often in making a port. I don't think I can get an author to accept that big of a change to his code. With your solution, I would have to worry that some Unix doesn't have the macro that I want to use from pathnames.h. If _I_ where writing the application/package, then things would yes be a little different. > You'll likely have to have a fallback for that strategy as well. > Also, as time moves forward, some new systems will adopt parts of the > 4.4 tree. Do you really want to have things like: > #if defined(__bsd44__) || (defined(SOLARIS) && SOLARIS >= 207) ... > in the sources? They quickly get out of hand. When other Unixes took parts from BSD in the past, they dont' define our macro. System V to my knowledge (which took many things from BSD), doesn't define BSD. So there is little to no reason to expect the above to happen. > Many of the ports have 2-3 lines of ifdefs to include stdlib.h, when > instead they should have a single #ifdef __STDC__ in its place. Because, GCC will define __STDC__ because the compiler can handle it. BUT that doens't mean GCC found stdlib.h when it fixed up the headers. GCC on SunOS defines __STDC__, but you will find it's native headers (which GCC uses), aren't. > Had BSD 4.4 come out with this symbol, things would be a little > different. However, it didn't think that it would be worth the > portibility hassles at this point, since it would take time for this > symbol to propigate to all flavors of BSD. 2.2 is almost out the > door, OpenBSD 2.0 is on the streets (and will be for a while). Netbsd > 1.2 is also on the streets and likely will be for a while too. > > I guess I'm just showing my years of riding heard on the OI/uib source > tree which was generally portable to the point that the compile time > (45 minutes to an hour) usually dominated the porting time (well, and > sometimes it was the licenese manager third party code too). > > Warner -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-freebsd-ports Wed Feb 5 11:26:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA03987 for ports-outgoing; Wed, 5 Feb 1997 11:26:23 -0800 (PST) Received: from relay.nuxi.com (nuxi.ucdavis.edu [128.120.37.176]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA03969; Wed, 5 Feb 1997 11:26:14 -0800 (PST) Received: from dragon.nuxi.com (reqf-022.ucdavis.edu [128.120.253.142]) by relay.nuxi.com (8.8.4/8.6.12) with ESMTP id LAA25462; Wed, 5 Feb 1997 11:26:16 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.4/8.7.3) id LAA07202; Wed, 5 Feb 1997 11:26:04 -0800 (PST) Message-ID: <19970205112604.AI13761@dragon.nuxi.com> Date: Wed, 5 Feb 1997 11:26:04 -0800 From: obrien@NUXI.com (David O'Brien) To: chuckr@glue.umd.edu (Chuck Robey) Cc: freebsd-ports@freebsd.org (FreeBSD ports list), hackers@freebsd.org Subject: Re: conditionally including References: <19970205003343.YB13323@dragon.nuxi.com> X-Mailer: Mutt 0.59-PL19 Mime-Version: 1.0 Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 In-Reply-To: ; from Chuck Robey on Feb 5, 1997 08:17:18 -0500 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Chuck Robey writes: > On Wed, 5 Feb 1997, David O'Brien wrote: > > David, I don't understand why you don't want to use __FreeBSD__, > __NetBSD__, and __OpenBSD__ for non-kernel stuff. > The __44bsd__ thing doesn't exist, and if you start it, 75% of FreeBSD > folks and ALL of everyone else in NetBSD and OpenBSD will be out in the > cold. True. But I would only go down this route with the assurance from the other camps that they would do the same. When I started this I was with them all at USENIX and I had easy access to convence them this is a Good Thing. Since both NetBSD and OpenBSD pretty much use our ports (and I think they like not having to throw resources on them), it would be in their best interests for the return they get. > I probably misunderstand part, but what functionality will be gained from > adding __44bsd__? I want to note that the approach I'm pushing works now > for Xfree86 just fine. (note for others, Chuck's approach is use __FreeBSD__, __NetBSD__, and __OpenBSD__) Your approach is fine. I'm just trying to follow the guidence of the handbook. I'm thinking of ripping out the verbage on not using these macros. They seem to be the only true way of dealing with this. If anyone knows who wrote those words, I'd love to start a dialog with them. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-freebsd-ports Wed Feb 5 12:20:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA08770 for ports-outgoing; Wed, 5 Feb 1997 12:20:10 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA08761; Wed, 5 Feb 1997 12:20:05 -0800 (PST) Resent-Date: Wed, 5 Feb 1997 12:20:05 -0800 (PST) Resent-Message-Id: <199702052020.MAA08761@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.MAA08258;Wed; (8.8.5/8.8.5);, 5 Feb 1997 12:11:24.-0800 (PST) Message-Id: <199702052011.MAA08258@freefall.freebsd.org> Date: Wed, 5 Feb 1997 12:11:24 -0800 (PST) From: pgiffuni@fps.biblos.unal.edu.co To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/2669: Fix for W3c-httpd 3.0relevant patch must be included a Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2669 >Category: ports >Synopsis: Fix for W3c-httpd 3.0relevant patch must be included a >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 5 12:20:02 PST 1997 >Last-Modified: >Originator: Pedro Giffuni S. >Organization: Universidad Nacional de Colombia >Release: 2.1.5 Release >Environment: Non relevant >Description: User Sergei Vnotchenko , reported and solved a problem with W3C-httpd's passwords. The relevant patch must be included as patch-bc in our distribution >How-To-Repeat: >Fix: *** Daemon/Implementation/HTPasswd.c.orig Wed Feb 5 13:54:35 1997 --- Daemon/Implementation/HTPasswd.c Wed Feb 5 14:14:34 1997 *************** *** 77,82 **** --- 77,83 ---- ** string at once, but then again, we are not that paranoid ** about the security inside the machine. ** + NOTE: MD5: 28 characters (8 - setting, 20 - crypted password) */ PUBLIC char *HTAA_encryptPasswd ARGS1(CONST char *, password) { *************** *** 101,107 **** strncpy(chunk, cur, 8); chunk[8] = (char)0; ! tmp = crypt((char*)password, salt); /*crypt() doesn't change its args*/ strcat(result, tmp); cur += 8; --- 102,108 ---- strncpy(chunk, cur, 8); chunk[8] = (char)0; ! tmp = crypt((char*)chunk , salt); /*crypt() doesn't change its args*/ strcat(result, tmp); cur += 8; *************** *** 139,149 **** --- 140,163 ---- char *result; int len; int status; + #ifdef MD5 + char salt[9]; + #else + char salt[3]; + #endif + char chunk[9]; + CONST char *cur1 = password; + CONST char *cur2 = encrypted; + char *tmp; if (!password || !encrypted) return NO; + #ifdef MD5 + len = 28*(((int)strlen(password)+7)/8); + #else len = 13*(((int)strlen(password)+7)/8); + #endif if (len < (int)strlen(encrypted)) return NO; *************** *** 152,176 **** *result = (char)0; while (len > 0) { - char salt[3]; - char chunk[9]; - CONST char *cur1 = password; - CONST char *cur2 = encrypted; - char *tmp; salt[0] = *cur2; salt[1] = *(cur2+1); salt[2] = (char)0; strncpy(chunk, cur1, 8); chunk[8] = (char)0; ! tmp = crypt((char*)password, salt); strcat(result, tmp); cur1 += 8; cur2 += 13; len -= 13; } /* while */ status = strncmp(result, encrypted, strlen(encrypted)); --- 166,195 ---- *result = (char)0; while (len > 0) { + #ifdef MD5 + for(status=0;status<8;status++) salt[status]=cur2[status]; + salt[8]=0; + #else salt[0] = *cur2; salt[1] = *(cur2+1); salt[2] = (char)0; + #endif strncpy(chunk, cur1, 8); chunk[8] = (char)0; ! tmp = crypt((char*)chunk, salt); strcat(result, tmp); cur1 += 8; + #ifdef MD5 + cur2 += 28; + len -= 28; + #else cur2 += 13; len -= 13; + #endif } /* while */ status = strncmp(result, encrypted, strlen(encrypted)); *************** *** 289,292 **** --- 308,313 ---- if (status == EOF) return NO; /* We traversed to the end without luck */ else return YES; /* The user was found */ } + + >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Feb 5 12:39:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA09883 for ports-outgoing; Wed, 5 Feb 1997 12:39:03 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id MAA09859; Wed, 5 Feb 1997 12:38:53 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vsE7A-0001fr-00; Wed, 5 Feb 1997 13:38:44 -0700 To: obrien@NUXI.com (David O'Brien) Subject: Re: conditionally including Cc: freebsd-ports@freebsd.org (FreeBSD ports list), hackers@freebsd.org In-reply-to: Your message of "Wed, 05 Feb 1997 11:19:13 PST." <19970205111913.YS06559@dragon.nuxi.com> References: <19970205111913.YS06559@dragon.nuxi.com> <19970205003343.YB13323@dragon.nuxi.com> <19970202135048.PN07710@dragon.nuxi.com> <199701280143.RAA06503@freefall.freebsd.org> Date: Wed, 05 Feb 1997 13:38:43 -0700 From: Warner Losh Message-Id: Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <19970205111913.YS06559@dragon.nuxi.com> David O'Brien writes: : RIGHT. That is *why* I want __44bsd__, to know it is safe to included : . I'm not saying __44bsd__ has to be a replacement for the : BSD macro. Although for the easy stuff, why not. Maybe we should be defining the _BSD* macros that posix mandates :-). Or rather suggests. : On a side note, the BSD macro isn't that helpful. I know of few people : that really know if a feature we have has been around since Net/2, or : 4.4Lite. So most people take a wild stab at it. So would __44bsd__ be : any worse? But this is a knowable thing. __44bsd__ would likely be abused for things it has no business controlling. : > It would be better to find a foolproof way of knowing when sys/param.h : > is available (or at least when it generally isn't). : : Right, which is what I am trying to do. But your way is too exclusive. It cuts out too many systems that have sys/param.h that could be used to know things. : Remeber what I'm trying to do here, this is for the ports collection. : I'm trying to solve a problem I come across quite often in making a port. : I don't think I can get an author to accept that big of a change to his : code. With your solution, I would have to worry that some Unix doesn't : have the macro that I want to use from pathnames.h. Yes. I understand that. It is easy enough to #include pathnames.h, and then do #ifndef's. You'll likely have to carry along a seprate pathnames.h for the application that would be tailored to each OS that doesn't define these for you. That's a little larger change to the ports, but still a fairly minor one since it buys extra portibility. : When other Unixes took parts from BSD in the past, they dont' define our : macro. System V to my knowledge (which took many things from BSD), : doesn't define BSD. So there is little to no reason to expect the above : to happen. I believe that SYSVr4 does define the BSD macro. Solaris certainly does since Solaris 2.0 ( well, SunOS has at least since 4.0, and I think since 3.x). : > Many of the ports have 2-3 lines of ifdefs to include stdlib.h, when : > instead they should have a single #ifdef __STDC__ in its place. : : Because, GCC will define __STDC__ because the compiler can handle it. : BUT that doens't mean GCC found stdlib.h when it fixed up the headers. : GCC on SunOS defines __STDC__, but you will find it's native headers : (which GCC uses), aren't. But those headers *ARE* there when __STDC__ is defined. At least on the last SunOS system that I checked gcc adds them. This was in 2.5.8 of gcc, so this has been happening for a long time. That's what __STDC__ means: that I implement the ANSI standard. There are some compilers that do define it to be non-standard values, but they are mostly ancient versions of compilers for the PC, Amiga or Mac. However, as Bruce pointed out, there are other reasons for not doing this. I think that they aren't necessarily valid in the context we're talking about (since we don't compile the ports -traditional), but it may make a difference on some platforms. Just so that we're on the same page, are you suggesting that we do #ifdef _BSD44 #include #endif instead? Warner From owner-freebsd-ports Wed Feb 5 13:11:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA12222 for ports-outgoing; Wed, 5 Feb 1997 13:11:57 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA12174; Wed, 5 Feb 1997 13:11:31 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA15536; Wed, 5 Feb 1997 14:05:42 -0700 From: Terry Lambert Message-Id: <199702052105.OAA15536@phaeton.artisoft.com> Subject: Re: conditionally including To: obrien@NUXI.com (David O'Brien) Date: Wed, 5 Feb 1997 14:05:42 -0700 (MST) Cc: imp@village.org, freebsd-ports@FreeBSD.ORG, hackers@FreeBSD.ORG In-Reply-To: <19970205003343.YB13323@dragon.nuxi.com> from "David O'Brien" at Feb 5, 97 00:33:43 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > : to get a new cpp symbol added (like __44bsd__ or something). > > > > This is a bad idea, since it has lost a lot of its potential meaning > > with so many 44bsd derived systems that pick and chose between 4.4 and > > 4.4 Lite 2. > > Then what would you suggest? Are they really more different than all the > various sysVr4 that define __svr4__? How close is Solaris, UnixWare, and > Irix? When DMR sent his "jeremiad" to the ANSI C committee, I sent in my own in support of a couple of his points. I also suggested "#ifclude" or something similar be used to conditionally include a header file if it existed. Unfortunately, I guess it just didn't make the cut, or was lost in the glare from other commentary... 8-(. #ifclude Regards, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-ports Wed Feb 5 17:07:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA00584 for ports-outgoing; Wed, 5 Feb 1997 17:07:26 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA00577 for ; Wed, 5 Feb 1997 17:07:19 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id RAA25637 for ; Wed, 5 Feb 1997 17:07:18 -0800 (PST) To: ports@freebsd.org Subject: Larry Gritz: FreeBSD port of BMRT Date: Wed, 05 Feb 1997 17:07:17 -0800 Message-ID: <25633.855191237@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Cool! Can someone please make a port of this? I'm sort of tied up with FreeBSD 2.1.7 at the moment. :-( ------- Forwarded Message Return-Path: lg@pixar.com Received: from freefall.freebsd.org (jkh-sl0-o.cdrom.com [204.216.27.193]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id QAA25455 for ; Wed, 5 Feb 1997 16:52:40 -0800 (PST) Received: from buzzcut.pixar.com (buzzcut.pixar.com [138.72.30.70]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id QAA29591 for ; Wed, 5 Feb 1997 16:52:38 -0800 (PST) Received: by buzzcut.pixar.com (Smail3.1.29.1 #2) id m0vsI3e-0000qfC; Wed, 5 Feb 97 16:51 PST Date: Wed, 5 Feb 97 16:51 PST From: lg@pixar.com (Larry Gritz) Message-Id: <9702051651.ZM13345@buzzcut> Organization: Pixar Reply-To: lg@pixar.com X-Mailer: Z-Mail (3.2.0 26oct94 MediaMail) To: jordan@freebsd.org Subject: FreeBSD port of BMRT Cc: keith_otis@fa.disney.com, branson@longstreet.larc.nasa.gov, chat95@mbox.kyoto-inet.or.jp, danj@netcom.com, kenth@HNS.St-Louis.Mo.US, wulf@ping.net.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Just wanted to let you know that after months of procrastinating, I did make a native FreeBSD compile of BMRT. It's on my FTP site, ftp://ftp.seas.gwu.edu/pub/graphics/BMRT . -- lg - -- Larry Gritz Pixar Animation Studios lg@pixar.com Richmond, CA ------- End of Forwarded Message From owner-freebsd-ports Wed Feb 5 18:21:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA05291 for ports-outgoing; Wed, 5 Feb 1997 18:21:38 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id SAA05283; Wed, 5 Feb 1997 18:21:32 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vsJSi-0002aD-00; Wed, 5 Feb 1997 19:21:20 -0700 To: Bruce Evans Subject: Re: conditionally including Cc: obrien@NUXI.com, freebsd-ports@freebsd.org, hackers@freebsd.org In-reply-to: Your message of "Thu, 06 Feb 1997 04:45:24 +1100." <199702051745.EAA12664@godzilla.zeta.org.au> References: <199702051745.EAA12664@godzilla.zeta.org.au> Date: Wed, 05 Feb 1997 19:21:19 -0700 From: Warner Losh Message-Id: Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199702051745.EAA12664@godzilla.zeta.org.au> Bruce Evans writes: : strerror() doesn't exist on old systems. True. But how old is old? : I think we should just use `#ifdef __FreeBSD__' and in : ports. Original authors should use a better method to suit themselves. Yes, but this whole thing got started because the #ifdef __FreeBSD__ was slowly turning into #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) in a bunch of places due to those projects riding along on the FreeBSD port's coat tails. Warner From owner-freebsd-ports Wed Feb 5 18:26:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA05550 for ports-outgoing; Wed, 5 Feb 1997 18:26:05 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id SAA05543; Wed, 5 Feb 1997 18:25:59 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vsJWO-0002dq-00; Wed, 5 Feb 1997 19:25:08 -0700 To: obrien@NUXI.com (David O'Brien) Subject: Re: conditionally including Cc: chuckr@glue.umd.edu (Chuck Robey), freebsd-ports@freebsd.org (FreeBSD ports list), hackers@freebsd.org In-reply-to: Your message of "Wed, 05 Feb 1997 11:26:04 PST." <19970205112604.AI13761@dragon.nuxi.com> References: <19970205112604.AI13761@dragon.nuxi.com> <19970205003343.YB13323@dragon.nuxi.com> Date: Wed, 05 Feb 1997 19:25:07 -0700 From: Warner Losh Message-Id: Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <19970205112604.AI13761@dragon.nuxi.com> David O'Brien writes: : Thing. Since both NetBSD and OpenBSD pretty much use our ports (and I : think they like not having to throw resources on them), it would be in : their best interests for the return they get. Ummm, there is some effort in doing that for things that need to change on FreeBSD, since they likely need to change for OpenBSD and NetBSD as well. : using these macros. They seem to be the only true way of dealing with : this. If anyone knows who wrote those words, I'd love to start a dialog : with them. I strongly disagree with this. I think that the BSD macro method works well enough, and with the slight tweaks that we've talked about here it works almost perfectly. It is close enough to perfect that most software authors will take the changes back into their source trees and things will be solved for all the BSDs, not just Free,Open and Net (oh, and BSDi too). Warner From owner-freebsd-ports Wed Feb 5 19:14:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA00320 for ports-outgoing; Wed, 5 Feb 1997 19:14:30 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA00292; Wed, 5 Feb 1997 19:14:26 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id TAA17659 ; Wed, 5 Feb 1997 19:02:51 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id OAA01390; Thu, 6 Feb 1997 14:00:30 +1100 Date: Thu, 6 Feb 1997 14:00:30 +1100 From: Bruce Evans Message-Id: <199702060300.OAA01390@godzilla.zeta.org.au> To: bde@zeta.org.au, imp@village.org Subject: Re: conditionally including Cc: freebsd-ports@freebsd.org, hackers@freebsd.org, obrien@NUXI.com Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >: strerror() doesn't exist on old systems. > >True. But how old is old? Orphaned systems still don't have it. >: I think we should just use `#ifdef __FreeBSD__' and in >: ports. Original authors should use a better method to suit themselves. > >Yes, but this whole thing got started because the #ifdef __FreeBSD__ >was slowly turning into > #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) >in a bunch of places due to those projects riding along on the FreeBSD >port's coat tails. Maybe include unconditionally? I'm not sure why I mentioned the __FreeBSD__ ifdef above. I've never liked ifdefing on the OS - it isn't necessary for one OS and gives too-large ifdefs for more than 2 OS's. You'll still need large ifdefs if configuration depends on the value of `BSD' and the value is OS-dependent. Bruce From owner-freebsd-ports Wed Feb 5 19:17:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA00639 for ports-outgoing; Wed, 5 Feb 1997 19:17:17 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id TAA00624; Wed, 5 Feb 1997 19:17:11 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vsKKV-00030G-00; Wed, 5 Feb 1997 20:16:55 -0700 To: Bruce Evans Subject: Re: conditionally including Cc: freebsd-ports@freebsd.org, hackers@freebsd.org, obrien@NUXI.com In-reply-to: Your message of "Thu, 06 Feb 1997 14:00:30 +1100." <199702060300.OAA01390@godzilla.zeta.org.au> References: <199702060300.OAA01390@godzilla.zeta.org.au> Date: Wed, 05 Feb 1997 20:16:55 -0700 From: Warner Losh Message-Id: Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199702060300.OAA01390@godzilla.zeta.org.au> Bruce Evans writes: : Maybe include unconditionally? I'm not sure why I mentioned : the __FreeBSD__ ifdef above. I've never liked ifdefing on the OS - : it isn't necessary for one OS and gives too-large ifdefs for more than : 2 OS's. You'll still need large ifdefs if configuration depends on the : value of `BSD' and the value is OS-dependent. True. However, the current handbook recommends including this if unix is defined and USG isn't defined. This seems the best compromize for the moment. Generally, USG is defined on the old, musty SYS III and SYS V machines, so this works well. Warner From owner-freebsd-ports Wed Feb 5 20:50:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA06472 for ports-outgoing; Wed, 5 Feb 1997 20:50:44 -0800 (PST) Received: from dg-rtp.dg.com (dg-rtp.rtp.dg.com [128.222.1.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id UAA06443 for ; Wed, 5 Feb 1997 20:50:40 -0800 (PST) Received: by dg-rtp.dg.com (5.4R3.10/dg-rtp-v02) id AA29791; Wed, 5 Feb 1997 23:50:09 -0500 Received: from ponds by dg-rtp.dg.com.rtp.dg.com; Wed, 5 Feb 1997 23:50 EST Received: from lakes.water.net (lakes [10.0.0.3]) by ponds.water.net (8.8.3/8.7.3) with ESMTP id XAA01897; Wed, 5 Feb 1997 23:35:36 -0500 (EST) Received: (from rivers@localhost) by lakes.water.net (8.8.3/8.6.9) id XAA26231; Wed, 5 Feb 1997 23:40:07 -0500 (EST) Date: Wed, 5 Feb 1997 23:40:07 -0500 (EST) From: Thomas David Rivers Message-Id: <199702060440.XAA26231@lakes.water.net> To: ponds!zeta.org.au!bde, imp@village.org Subject: Re: conditionally including Cc: ponds!FreeBSD.ORG!freebsd-ports, ponds!FreeBSD.ORG!hackers, ponds!NUXI.com!obrien Content-Type: text Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Warner Losh writes: > > In message <199702051745.EAA12664@godzilla.zeta.org.au> Bruce Evans writes: > : strerror() doesn't exist on old systems. > > True. But how old is old? This is a good point; and brings up one of Dave's Portable Programing Axioms If a standard function is missing; provide it in a compatibility library - avoid kludges such as #ifdef's. You'll have greatly improved legibility of the source, while helping future portability. As a case in point, in one of my older compatibility libraries, you can find strerror(). I believe it was missing on SunOS 3.5, some time ago :-) - Dave Rivers - From owner-freebsd-ports Wed Feb 5 22:59:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA14443 for ports-outgoing; Wed, 5 Feb 1997 22:59:49 -0800 (PST) Received: from relay.nuxi.com (nuxi.ucdavis.edu [128.120.37.176]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA14396; Wed, 5 Feb 1997 22:59:41 -0800 (PST) Received: from dragon.nuxi.com (reqb-061.ucdavis.edu [128.120.254.61]) by relay.nuxi.com (8.8.4/8.6.12) with ESMTP id WAA27282; Wed, 5 Feb 1997 22:59:55 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.4/8.7.3) id WAA21063; Wed, 5 Feb 1997 22:59:28 -0800 (PST) Message-ID: <19970205225927.LP41225@dragon.nuxi.com> Date: Wed, 5 Feb 1997 22:59:27 -0800 From: obrien@NUXI.com (David O'Brien) To: imp@village.org (Warner Losh) Cc: chuckr@glue.umd.edu (Chuck Robey), freebsd-ports@freebsd.org (FreeBSD ports list), hackers@freebsd.org Subject: Re: conditionally including References: <19970205112604.AI13761@dragon.nuxi.com> <19970205003343.YB13323@dragon.nuxi.com> X-Mailer: Mutt 0.59-PL19 Mime-Version: 1.0 Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 In-Reply-To: ; from Warner Losh on Feb 5, 1997 19:25:07 -0700 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Warner Losh writes: > : using these macros. They seem to be the only true way of dealing with > : this. If anyone knows who wrote those words, I'd love to start a dialog > : with them. > > I think that the BSD macro method works well enough, and with the > slight tweaks that we've talked about here it works almost perfectly. Just to make sure we are agreeing on the same thing, can you restate the tweaks? -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-freebsd-ports Thu Feb 6 00:21:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA11082 for ports-outgoing; Thu, 6 Feb 1997 00:21:06 -0800 (PST) Received: from dfw-ix5.ix.netcom.com (dfw-ix5.ix.netcom.com [206.214.98.5]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id AAA11058 for ; Thu, 6 Feb 1997 00:21:02 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca13-15.ix.netcom.com [204.31.231.207]) by dfw-ix5.ix.netcom.com (8.6.13/8.6.12) with ESMTP id AAA20528; Thu, 6 Feb 1997 00:20:25 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id AAA20175; Thu, 6 Feb 1997 00:20:06 -0800 (PST) Date: Thu, 6 Feb 1997 00:20:06 -0800 (PST) Message-Id: <199702060820.AAA20175@silvia.HIP.Berkeley.EDU> To: dean@oec.com CC: ports@FreeBSD.ORG In-reply-to: <32F899FC.2732@oec.com> (message from Dean Anderson on Wed, 05 Feb 1997 10:32:28 -0400) Subject: Re: msql.tar.gz not where its advertised to be From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * ftp> ls msql Type "get msql.tar.gz". Just try it. Satoshi From owner-freebsd-ports Thu Feb 6 05:37:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA04424 for ports-outgoing; Thu, 6 Feb 1997 05:37:25 -0800 (PST) Received: from po1.glue.umd.edu (root@po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA04410; Thu, 6 Feb 1997 05:37:22 -0800 (PST) Received: from modem.eng.umd.edu (modem.eng.umd.edu [129.2.98.187]) by po1.glue.umd.edu (8.8.5/8.7.3) with ESMTP id IAA11402; Thu, 6 Feb 1997 08:37:11 -0500 (EST) Received: from localhost (chuckr@localhost) by modem.eng.umd.edu (8.8.5/8.7.3) with SMTP id IAA07021; Thu, 6 Feb 1997 08:37:10 -0500 (EST) X-Authentication-Warning: modem.eng.umd.edu: chuckr owned process doing -bs Date: Thu, 6 Feb 1997 08:37:10 -0500 (EST) From: Chuck Robey X-Sender: chuckr@modem.eng.umd.edu To: Bruce Evans cc: imp@village.org, freebsd-ports@freebsd.org, hackers@freebsd.org, obrien@NUXI.com Subject: Re: conditionally including In-Reply-To: <199702060300.OAA01390@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Feb 1997, Bruce Evans wrote: > >: strerror() doesn't exist on old systems. > > > >True. But how old is old? > > Orphaned systems still don't have it. > > >: I think we should just use `#ifdef __FreeBSD__' and in > >: ports. Original authors should use a better method to suit themselves. > > > >Yes, but this whole thing got started because the #ifdef __FreeBSD__ > >was slowly turning into > > #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) > >in a bunch of places due to those projects riding along on the FreeBSD > >port's coat tails. > > Maybe include unconditionally? I'm not sure why I mentioned > the __FreeBSD__ ifdef above. I've never liked ifdefing on the OS - > it isn't necessary for one OS and gives too-large ifdefs for more than > 2 OS's. You'll still need large ifdefs if configuration depends on the > value of `BSD' and the value is OS-dependent. No, that wouldn't work. We're talking about something we'd ask authors of packages that weren't written for FreeBSD to include (and to include for NetBSD and OpenBSD) to get their packages to work with ours. This isn't just for your own ports use. Since just including sys/param.h would cause packages to fail to compile on many platforms, no one outside FreeBSD would be willing to take our advice on it. We need something that works for Free|Net|OpenBSD but isn't fatal for other platforms. > > Bruce > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Thu Feb 6 05:58:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA06931 for ports-outgoing; Thu, 6 Feb 1997 05:58:16 -0800 (PST) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA06926 for ; Thu, 6 Feb 1997 05:58:12 -0800 (PST) Received: (from werner@localhost) by btp1da.phy.uni-bayreuth.de (8.8.5/8.7.3) id OAA04950 for ports@freebsd.org; Thu, 6 Feb 1997 14:58:09 +0100 (MET) From: Werner Griessl Message-Id: <199702061358.OAA04950@btp1da.phy.uni-bayreuth.de> Subject: msql-beta To: ports@freebsd.org Date: Thu, 6 Feb 1997 14:58:09 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk ports/databases/msql-beta fails for me with: >> Checksum OK for msql-2.0-B4.tar.gz. ===> Extracting for msql-2.0b4 ===> Patching for msql-2.0b4 ===> Applying FreeBSD patches for msql-2.0b4 1 out of 1 hunks failed--saving rejects to src/msql/msqld.c.rej *** Error code 1 Stop. Werner From owner-freebsd-ports Thu Feb 6 06:10:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA08123 for ports-outgoing; Thu, 6 Feb 1997 06:10:15 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA08087; Thu, 6 Feb 1997 06:10:07 -0800 (PST) Resent-Date: Thu, 6 Feb 1997 06:10:07 -0800 (PST) Resent-Message-Id: <199702061410.GAA08087@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, arnej@imf.unit.no Received: from romberg.imf.unit.no (0@romberg.imf.unit.no [129.241.15.150]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA07943 for ; Thu, 6 Feb 1997 06:08:46 -0800 (PST) Received: from frida.imf.unit.no (frida.imf.unit.no [129.241.15.136]) by romberg.imf.unit.no (8.8.3/8.7.3) with ESMTP id PAA01700 for ; Thu, 6 Feb 1997 15:08:41 +0100 (MET) Received: (from arnej@localhost) by frida.imf.unit.no (8.8.4/8.8.4) id PAA26557; Thu, 6 Feb 1997 15:08:40 +0100 (CET) Message-Id: <199702061408.PAA26557@frida.imf.unit.no> Date: Thu, 6 Feb 1997 15:08:40 +0100 (CET) From: Arne Henrik Juul Reply-To: arnej@imf.unit.no To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2677: Various ports have checksum problems Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2677 >Category: ports >Synopsis: Various ports have checksum problems >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 6 06:10:04 PST 1997 >Last-Modified: >Originator: Arne Henrik Juul >Organization: Norwegian University of Technology and Science >Release: FreeBSD 2.2-GAMMA i386 >Environment: Using a current ports collection. >Description: While testing the FreeBSD ports collection (which is very good, keep up the good work everyone!) I got various md5 checksum failures. Before ignoring these ports I thought I should record the failures in the PR database so the various port-workers know about them, sorry if this isn't much real help. These are the failures I get: ===> comms/rzsz >How-To-Repeat: cd /usr/ports; make -k checksum >Fix: Update md5 checksum files (and update the ports if necessary). >Audit-Trail: >Unformatted: >> rzsz.zip doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.cs.pdx.edu/pub/zmodem/. >> Checksum mismatch for rzsz.zip. ===> japanese/grep >> grep-2.0.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://prep.ai.mit.edu/pub/gnu//. >> Checksum mismatch for grep-2.0.tar.gz. ===> japanese/w3 >> w3-2.2.26.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.iij.ad.jp/pub/network/WWW/w3/. >> Checksum mismatch for w3-2.2.26.tar.gz. ===> lang/icon >> unix.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.cs.arizona.edu/icon/packages/unix/. >> Checksum mismatch for unix.tar.gz. ===> lang/moscow_ml >> mos14src.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.dina.kvl.dk/pub/mosml/. >> Checksum mismatch for mos14src.tar.gz. ===> lang/rexx-imc >> rexx-imc-1.6d.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from http://www.comlab.ox.ac.uk/oucl/users/ian.collier/distribution/. >> Checksum mismatch for rexx-imc-1.6d.tar.gz. ===> mail/exim >> exim-texinfo-1.58.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/. >> Checksum mismatch for exim-texinfo-1.58.tar.gz. ===> mail/imap-uw >> imap-4.1.BETA.tar.Z doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.cac.washington.edu/imap/. >> Checksum mismatch for imap-4.1.BETA.tar.Z. ===> net/bb >> bb-src.tgz doesn't seem to exist on this system. >> Attempting to fetch from http://www.iti.qc.ca/iti/users/sean/bb-dnld/. >> Checksum mismatch for bb-src.tgz. ===> net/socks5 >> socks5-beta-0.17.1-exportable.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.nec.com/pub/socks/socks5/. >> Checksum mismatch for socks5-beta-0.17.1-exportable.tar.gz. ===> news/knews >> knews-0.9.8.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.nada.kth.se/home/su95-kjo/knews/. >> Checksum mismatch for knews-0.9.8.tar.gz. ===> news/nn-current >> nn-current.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.uwa.edu.au/pub/nn/beta/. >> Checksum mismatch for nn-current.tar.gz. ===> x11/specJava >> SpecJava-0.3bin.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.smli.com/pub/tcl/. >> Checksum mismatch for SpecJava-0.3bin.tar.gz. ===> www/w3 >> w3-2.2.26.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.iij.ad.jp/pub/network/WWW/w3/. >> Checksum mismatch for w3-2.2.26.tar.gz. From owner-freebsd-ports Thu Feb 6 07:24:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA20542 for ports-outgoing; Thu, 6 Feb 1997 07:24:40 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id HAA20519; Thu, 6 Feb 1997 07:24:35 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vsVgc-0006YL-00; Thu, 6 Feb 1997 08:24:30 -0700 To: obrien@NUXI.com (David O'Brien) Subject: Re: conditionally including Cc: freebsd-ports@freebsd.org (FreeBSD ports list), hackers@freebsd.org In-reply-to: Your message of "Wed, 05 Feb 1997 22:59:27 PST." <19970205225927.LP41225@dragon.nuxi.com> References: <19970205225927.LP41225@dragon.nuxi.com> <19970205112604.AI13761@dragon.nuxi.com> <19970205003343.YB13323@dragon.nuxi.com> Date: Thu, 06 Feb 1997 08:24:30 -0700 From: Warner Losh Message-Id: Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <19970205225927.LP41225@dragon.nuxi.com> David O'Brien writes: : Just to make sure we are agreeing on the same thing, can you restate the : tweaks? Briefly: #if (defined(unix) || defined(__unix__)) && !defined(USG) #include #endif ... #if defined(BSD) && BSD >= 199304 blah #endif This casts a wide enough net to include almost all systems that have a sys/param.h that is likely to define BSD, yet specifically excludes things that don't work (eg WinNT and old SYS V (pre r4) and SYS III machines). While I haven't seen the final text, this is what is currently in the handbook until we can refine it to be something even better. Warner From owner-freebsd-ports Thu Feb 6 09:20:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA16278 for ports-outgoing; Thu, 6 Feb 1997 09:20:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA16259; Thu, 6 Feb 1997 09:20:04 -0800 (PST) Resent-Date: Thu, 6 Feb 1997 09:20:04 -0800 (PST) Resent-Message-Id: <199702061720.JAA16259@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, mi@aldan.ziplink.net Received: from xxx.video-collage.com (xxx.video-collage.com [199.232.254.68]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA15914 for ; Thu, 6 Feb 1997 09:14:44 -0800 (PST) Received: (from root@localhost) by xxx.video-collage.com (8.8.5/8.8.3) id MAA27353; Thu, 6 Feb 1997 12:20:38 -0500 (EST) Message-Id: <199702061720.MAA27353@xxx.video-collage.com> Date: Thu, 6 Feb 1997 12:20:38 -0500 (EST) From: root@xxx.video-collage.com Reply-To: mi@aldan.ziplink.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2678: installation of print/teTeX overwrites print/mp Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2678 >Category: ports >Synopsis: teTeX ports installs /usr/local/bin/mp of it's own >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 6 09:20:02 PST 1997 >Last-Modified: >Originator: Mikhail Teterin >Organization: Video Collage, Inc. >Release: FreeBSD 2.1.5-STABLE i386 >Environment: >Description: Name `mp', being as laconic as every unix utility wants to be named is used by teTeX (for MetaPost interpreter) and by the pretty-printer port from ports/mp Installing teTeX after mp overwtites the mp's executable as well as man-page... >How-To-Repeat: >Fix: Manually install mp-port (a simpler one) with different names. >Audit-Trail: >Unformatted: From owner-freebsd-ports Thu Feb 6 09:58:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA19012 for ports-outgoing; Thu, 6 Feb 1997 09:58:20 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA19007 for ; Thu, 6 Feb 1997 09:58:15 -0800 (PST) Received: from cygnus.ci.uc.pt (cygnus.ci.uc.pt [193.136.200.36]) by who.cdrom.com (8.7.5/8.6.11) with SMTP id JAA18831 for ; Thu, 6 Feb 1997 09:52:52 -0800 (PST) Received: from student.dei.uc.pt by cygnus.ci.uc.pt; (5.65v3.2/1.1.8.2/19Sep95-0913PM) id AA14213; Thu, 6 Feb 1997 17:46:29 GMT Received: from localhost by student.dei.uc.pt; (5.65v3.2/1.1.8.2/08Jan96-0605PM) id AA29585; Thu, 6 Feb 1997 17:46:30 GMT Date: Thu, 6 Feb 1997 17:46:29 +0000 (GMT) From: Miguel Ricardo Real Santos To: ports@FreeBSD.org Subject: Getting Old BSD Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I have an 80286 and i'd like to know where i can find an old version od bsd that works on my pc. It only has 1 Mb ram memory but i think it's possible to install that o.s in my computer. My e-mail is miki@student.dei.uc.pt Regards from Miguel. From owner-freebsd-ports Thu Feb 6 10:16:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA20011 for ports-outgoing; Thu, 6 Feb 1997 10:16:42 -0800 (PST) Received: from grackle.grondar.za (WGF/P05QydKs3YhSWH/R1fu/a+f6MnO6@grackle.grondar.za [196.7.18.131]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA19998 for ; Thu, 6 Feb 1997 10:16:35 -0800 (PST) Received: from grackle.grondar.za (6utcwYPz27l1cIr2q0Y75LfMi1OVAQMU@localhost [127.0.0.1]) by grackle.grondar.za (8.8.4/8.8.4) with ESMTP id UAA11823; Thu, 6 Feb 1997 20:16:14 +0200 (SAT) Message-Id: <199702061816.UAA11823@grackle.grondar.za> X-Mailer: exmh version 2.0beta 12/23/96 To: Miguel Ricardo Real Santos cc: ports@freebsd.org Subject: Re: Getting Old BSD Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 06 Feb 1997 20:16:08 +0200 From: Mark Murray Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Miguel Ricardo Real Santos wrote: > I have an 80286 and i'd like to know where i can find an old version od > bsd that works on my pc. It only has 1 Mb ram memory but i think it's > possible to install that o.s in my computer. > My e-mail is miki@student.dei.uc.pt > Regards from Miguel. You are right out of luck with BSD - 386bsd (the precursor to FreeBSD) only woked on 386's and better, and no-one ever worked seriously on getting a 286 version going. Your best bet is to get a copy of Xenix (dont ask where, you'll need to find someone with and old copy that he could sell you) and run that. A 286 with 1MB of ram will be so slow as to be useless for you. Even if you could get 4MB or 8MB, you would not enjoy the experience. M -- Mark Murray PGP key fingerprint = 80 36 6E 40 83 D6 8A 36 This .sig is umop ap!sdn. BC 06 EA 0E 7A F2 CE CE From owner-freebsd-ports Thu Feb 6 11:01:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA22333 for ports-outgoing; Thu, 6 Feb 1997 11:01:45 -0800 (PST) Received: from fps.biblos.unal.edu.co ([168.176.37.11]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id LAA22322 for ; Thu, 6 Feb 1997 11:01:40 -0800 (PST) From: pgiffuni@fps.biblos.unal.edu.co Received: from localhost by fps.biblos.unal.edu.co (AIX 4.1/UCB 5.64/4.03) id AA16922; Thu, 6 Feb 1997 14:06:13 -0500 Date: Thu, 6 Feb 1997 14:06:13 -0500 (EST) To: Miguel Ricardo Real Santos Cc: ports@freebsd.org Subject: Re: Getting Old BSD In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I *really* don't think your box is supported by 386BSD. Try Minix,there is a version that will work for you (don't remember where). Pedro. On Thu, 6 Feb 1997, Miguel Ricardo Real Santos wrote: > I have an 80286 and i'd like to know where i can find an old version od > bsd that works on my pc. It only has 1 Mb ram memory but i think it's > possible to install that o.s in my computer. > My e-mail is miki@student.dei.uc.pt > Regards from Miguel. > > From owner-freebsd-ports Thu Feb 6 11:40:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA24973 for ports-outgoing; Thu, 6 Feb 1997 11:40:14 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA24938; Thu, 6 Feb 1997 11:40:05 -0800 (PST) Resent-Date: Thu, 6 Feb 1997 11:40:05 -0800 (PST) Resent-Message-Id: <199702061940.LAA24938@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, thomas@chem.ubc.ca Received: from rooma8b.hrmsg.chem.ubc.ca (roomA8b.hrmsg.chem.ubc.ca [137.82.65.108]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA24414 for ; Thu, 6 Feb 1997 11:34:17 -0800 (PST) Received: (from thomas@localhost) by rooma8b.hrmsg.chem.ubc.ca (8.8.4/8.6.12) id LAA01406; Thu, 6 Feb 1997 11:33:44 -0800 (PST) Message-Id: <199702061933.LAA01406@rooma8b.hrmsg.chem.ubc.ca> Date: Thu, 6 Feb 1997 11:33:44 -0800 (PST) From: thomas@chem.ubc.c Reply-To: thomas@chem.ubc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2679: xemacs-19.34 package is missing png dependency Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2679 >Category: ports >Synopsis: packages-2.2/xemacs-19.14 is missing pkgdep png >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 6 11:40:02 PST 1997 >Last-Modified: >Originator: Thomas Brupbacher >Organization: UBC Chemistry >Release: FreeBSD 2.2-BETA_A i386 >Environment: >Description: ldd /usr/local/bin/xemacs /usr/local/bin/xemacs: -lXaw.6 => /usr/X11R6/lib/libXaw.so.6.1 (0x8112000) -lXpm.4 => /usr/X11R6/lib/libXpm.so.4.10 (0x8148000) -ljpeg.7 => /usr/local/lib/libjpeg.so.7.0 (0x8155000) -lpng.0 => /usr/local/lib/libpng.so.0.89 (0x8171000) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -lz.2 => /usr/lib/libz.so.2.0 (0x8184000) -lXmu.6 => /usr/X11R6/lib/libXmu.so.6.0 (0x8190000) -lXt.6 => /usr/X11R6/lib/libXt.so.6.0 (0x81a0000) -lX11.6 => /usr/X11R6/lib/libX11.so.6.1 (0x81e1000) -lSM.6 => /usr/X11R6/lib/libSM.so.6.0 (0x8277000) -lICE.6 => /usr/X11R6/lib/libICE.so.6.0 (0x827f000) -lXext.6 => /usr/X11R6/lib/libXext.so.6.1 (0x8291000) -lutil.2 => /usr/lib/libutil.so.2.1 (0x829a000) -lncurses.3 => /usr/lib/libncurses.so.3.0 (0x829c000) -lmytinfo.2 => /usr/lib/libmytinfo.so.2.0 (0x82ab000) -ltermcap.2 => /usr/lib/libtermcap.so.2.1 (0x82c0000) -lm.2 => /usr/lib/libm.so.2.0 (0x82c4000) -lc.3 => /usr/lib/libc.so.3.0 (0x82da000) >How-To-Repeat: xemacs only contains dependencies on jpeg and xpm, but need libpng to run >Fix: Add pkgdep png to +CONTENTS file. (?) >Audit-Trail: >Unformatted: From owner-freebsd-ports Thu Feb 6 12:26:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA02607 for ports-outgoing; Thu, 6 Feb 1997 12:26:27 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA02585; Thu, 6 Feb 1997 12:26:20 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id HAA02499; Fri, 7 Feb 1997 07:19:37 +1100 Date: Fri, 7 Feb 1997 07:19:37 +1100 From: Bruce Evans Message-Id: <199702062019.HAA02499@godzilla.zeta.org.au> To: bde@zeta.org.au, chuckr@glue.umd.edu Subject: Re: conditionally including Cc: freebsd-ports@freebsd.org, hackers@freebsd.org, imp@village.org, obrien@NUXI.com Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> >Yes, but this whole thing got started because the #ifdef __FreeBSD__ >> >was slowly turning into >> > #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) >> >in a bunch of places due to those projects riding along on the FreeBSD >> >port's coat tails. >> >> Maybe include unconditionally? I'm not sure why I mentioned >> the __FreeBSD__ ifdef above. I've never liked ifdefing on the OS - >> it isn't necessary for one OS and gives too-large ifdefs for more than >> 2 OS's. You'll still need large ifdefs if configuration depends on the >> value of `BSD' and the value is OS-dependent. > >No, that wouldn't work. We're talking about something we'd ask authors of >packages that weren't written for FreeBSD to include (and to include for >NetBSD and OpenBSD) to get their packages to work with ours. This isn't But they certainly should accept anything with __FooBSD__ or BSD >= mmm or __FooBSD_version >= nnn. That would give 100-line ifdefs to support 100 OS's. It's also useless for communicating what is different in FooBSD. Bruce From owner-freebsd-ports Thu Feb 6 13:40:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA07596 for ports-outgoing; Thu, 6 Feb 1997 13:40:25 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA07572; Thu, 6 Feb 1997 13:40:18 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA17938; Thu, 6 Feb 1997 14:33:25 -0700 From: Terry Lambert Message-Id: <199702062133.OAA17938@phaeton.artisoft.com> Subject: Re: conditionally including To: bde@zeta.org.au (Bruce Evans) Date: Thu, 6 Feb 1997 14:33:25 -0700 (MST) Cc: bde@zeta.org.au, chuckr@glue.umd.edu, freebsd-ports@freebsd.org, hackers@freebsd.org, imp@village.org, obrien@NUXI.com In-Reply-To: <199702062019.HAA02499@godzilla.zeta.org.au> from "Bruce Evans" at Feb 7, 97 07:19:37 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > But they certainly should accept anything with __FooBSD__ or BSD >= mmm > or __FooBSD_version >= nnn. That would give 100-line ifdefs to support > 100 OS's. It's also useless for communicating what is different in > FooBSD. Too bad "#if defined()" doesn't accept globbing: #if defined (_*BSD_) Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-ports Thu Feb 6 15:19:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA14159 for ports-outgoing; Thu, 6 Feb 1997 15:19:58 -0800 (PST) Received: from po1.glue.umd.edu (root@po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA14144; Thu, 6 Feb 1997 15:19:51 -0800 (PST) Received: from skipper.eng.umd.edu (skipper.eng.umd.edu [129.2.103.24]) by po1.glue.umd.edu (8.8.5/8.7.3) with ESMTP id SAA08074; Thu, 6 Feb 1997 18:19:32 -0500 (EST) Received: from localhost (chuckr@localhost) by skipper.eng.umd.edu (8.8.5/8.7.3) with SMTP id SAA04597; Thu, 6 Feb 1997 18:19:31 -0500 (EST) X-Authentication-Warning: skipper.eng.umd.edu: chuckr owned process doing -bs Date: Thu, 6 Feb 1997 18:19:26 -0500 (EST) From: Chuck Robey X-Sender: chuckr@skipper.eng.umd.edu To: Bruce Evans cc: freebsd-ports@freebsd.org, hackers@freebsd.org, imp@village.org, obrien@NUXI.com Subject: Re: conditionally including In-Reply-To: <199702062019.HAA02499@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 7 Feb 1997, Bruce Evans wrote: > >> >Yes, but this whole thing got started because the #ifdef __FreeBSD__ > >> >was slowly turning into > >> > #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) > >> >in a bunch of places due to those projects riding along on the FreeBSD > >> >port's coat tails. > >> > >> Maybe include unconditionally? I'm not sure why I mentioned > >> the __FreeBSD__ ifdef above. I've never liked ifdefing on the OS - > >> it isn't necessary for one OS and gives too-large ifdefs for more than > >> 2 OS's. You'll still need large ifdefs if configuration depends on the > >> value of `BSD' and the value is OS-dependent. > > > >No, that wouldn't work. We're talking about something we'd ask authors of > >packages that weren't written for FreeBSD to include (and to include for > >NetBSD and OpenBSD) to get their packages to work with ours. This isn't > > But they certainly should accept anything with __FooBSD__ or BSD >= mmm > or __FooBSD_version >= nnn. That would give 100-line ifdefs to support > 100 OS's. It's also useless for communicating what is different in > FooBSD. I don't disagree, I'm just saying that flatly including sys/param.h with no qualifiers means that it will be a fatal error on any machine that doesn't have a sys/param.h, so that's not acceptable. The stuff I heard about detecting __unix__ or unix is equally useless, because such a test passes on all unixes, whether or not there is a sys/param.h existing or not. The test we finally recommend has to be non-fatal in nature to systems without sys/param.h. The method I suggest above is messy, but (and _please_ correct me if I'm wrong) it has the sole benefit of being the only one I've seen that is non-fatal on systems that don't have a sys/param.h. > > Bruce > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Thu Feb 6 16:55:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA18897 for ports-outgoing; Thu, 6 Feb 1997 16:55:32 -0800 (PST) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA18891 for ; Thu, 6 Feb 1997 16:55:24 -0800 (PST) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.5/8.8.5) with SMTP id TAA09385; Thu, 6 Feb 1997 19:53:33 -0500 (EST) Date: Thu, 6 Feb 1997 19:53:33 -0500 (EST) From: John Fieber To: "Lenzi, Sergio" cc: Mark Mayo , ports@freebsd.org Subject: Re: Samba survey In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Feb 1997, Lenzi, Sergio wrote: > There are thousands of samba out there.. Every FreeBSD I install I put > samba on it. I only did not mention it to the lake.camberra... Speaking of samba, our port of it is quite stale at 1.9.15p8. The latest is 1.9.16p10. -john From owner-freebsd-ports Thu Feb 6 20:27:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA02727 for ports-outgoing; Thu, 6 Feb 1997 20:27:05 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA02691; Thu, 6 Feb 1997 20:26:58 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id PAA19335; Fri, 7 Feb 1997 15:23:06 +1100 Date: Fri, 7 Feb 1997 15:23:06 +1100 From: Bruce Evans Message-Id: <199702070423.PAA19335@godzilla.zeta.org.au> To: bde@zeta.org.au, chuckr@glue.umd.edu Subject: Re: conditionally including Cc: freebsd-ports@FreeBSD.org, hackers@FreeBSD.org, imp@village.org, obrien@NUXI.com Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> But they certainly should accept anything with __FooBSD__ or BSD >= mmm >> or __FooBSD_version >= nnn. That would give 100-line ifdefs to support >> 100 OS's. It's also useless for communicating what is different in >> FooBSD. > >I don't disagree, I'm just saying that flatly including sys/param.h with >no qualifiers means that it will be a fatal error on any machine that >doesn't have a sys/param.h, so that's not acceptable. The application authors should already have a way of handling the possible nonexistence of sys/param.h, and it is unlikely to be the same as ours. If not, then they should refuse to add anything involving sys/param.h. >non-fatal in nature to systems without sys/param.h. The method I suggest >above is messy, but (and _please_ correct me if I'm wrong) it has the sole >benefit of being the only one I've seen that is non-fatal on systems that >don't have a sys/param.h. I forget what it is. The only method that is (almost) guaranteed to work is a test involving an identifier that is defined outside of the the application, perhaps in bsd.ports.mk, e.g., #ifdef HAVE_SYS_PARAM_H #include #endif This breaks if the identifier already has a different meaning to the application (not likely) and is inconvenient if the application and/or other supported targets already have a different spelling for the identifier. Bruce From owner-freebsd-ports Thu Feb 6 20:41:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA03537 for ports-outgoing; Thu, 6 Feb 1997 20:41:30 -0800 (PST) Received: from po1.glue.umd.edu (root@po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA03532; Thu, 6 Feb 1997 20:41:27 -0800 (PST) Received: from skipper.eng.umd.edu (skipper.eng.umd.edu [129.2.103.24]) by po1.glue.umd.edu (8.8.5/8.7.3) with ESMTP id XAA18669; Thu, 6 Feb 1997 23:41:12 -0500 (EST) Received: from localhost (chuckr@localhost) by skipper.eng.umd.edu (8.8.5/8.7.3) with SMTP id XAA05269; Thu, 6 Feb 1997 23:41:11 -0500 (EST) X-Authentication-Warning: skipper.eng.umd.edu: chuckr owned process doing -bs Date: Thu, 6 Feb 1997 23:41:05 -0500 (EST) From: Chuck Robey X-Sender: chuckr@skipper.eng.umd.edu To: Bruce Evans cc: freebsd-ports@FreeBSD.org, hackers@FreeBSD.org, imp@village.org, obrien@NUXI.com Subject: Re: conditionally including In-Reply-To: <199702070423.PAA19335@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 7 Feb 1997, Bruce Evans wrote: > >> But they certainly should accept anything with __FooBSD__ or BSD >= mmm > >> or __FooBSD_version >= nnn. That would give 100-line ifdefs to support > >> 100 OS's. It's also useless for communicating what is different in > >> FooBSD. > > > >I don't disagree, I'm just saying that flatly including sys/param.h with > >no qualifiers means that it will be a fatal error on any machine that > >doesn't have a sys/param.h, so that's not acceptable. > > The application authors should already have a way of handling the possible > nonexistence of sys/param.h, and it is unlikely to be the same as ours. > If not, then they should refuse to add anything involving sys/param.h. I've talked to a fair sampling of authors of unix applications, and most would be overjoyed if we presented them with a method that was both safe for them to use on any platform, and guaranteed to DTRT on Free|Open|NetBSD. If they had a BSD make, it would be simple, likewise if they used the GNU make, but SYSV make is a backwards child. I want to find _something_ that would could use _and_ advertise to the outside world. Just making it work under FreeBSD is trivial, because our make supports the #if exists syntax. That's the reason I would like the __FreeBSD__, __OpenBSD__, and __NetBSD__, because it works. I know it's as elegant as my dirty laundry. I haven't seen any other method that works. All your comments have been correct, I think, but I still haven't seen anyone make any other suggestion that works. Works, I mean, on FreeBSD and all the other platforms, not just the BSD world. > > >non-fatal in nature to systems without sys/param.h. The method I suggest > >above is messy, but (and _please_ correct me if I'm wrong) it has the sole > >benefit of being the only one I've seen that is non-fatal on systems that > >don't have a sys/param.h. > > I forget what it is. > > The only method that is (almost) guaranteed to work is a test involving > an identifier that is defined outside of the the application, perhaps in > bsd.ports.mk, e.g., > > #ifdef HAVE_SYS_PARAM_H > #include > #endif > > This breaks if the identifier already has a different meaning to the > application (not likely) and is inconvenient if the application and/or > other supported targets already have a different spelling for the > identifier. > > Bruce > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Fri Feb 7 02:50:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA18829 for ports-outgoing; Fri, 7 Feb 1997 02:50:33 -0800 (PST) Received: from vector.jhs.no_domain (slip139-92-4-122.mu.de.ibm.net [139.92.4.122]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA18753; Fri, 7 Feb 1997 02:50:18 -0800 (PST) Received: from vector.jhs.no_domain (localhost [127.0.0.1]) by vector.jhs.no_domain (8.7.5/8.6.9) with ESMTP id WAA13831; Thu, 6 Feb 1997 22:53:16 +0100 (MET) Message-Id: <199702062153.WAA13831@vector.jhs.no_domain> To: Werner Griessl cc: ports@freebsd.org, jfitz@freebsd.org Subject: Re: msql-beta From: "Julian H. Stacey" Reply-To: "Julian H. Stacey" X-Organization: Vector Systems Ltd. X-Mailer: EXMH 1.6.7, PGP available X-Address: Holz Strasse 27d, 80469 Munich, Germany X-Tel: +49.89.268616 X-Fax: +49.89.2608126 X-ISDN: +49.89.26023276 X-Web: http://www.freebsd.org/~jhs/ In-reply-to: Your message of "Thu, 06 Feb 1997 14:58:09 +0100." <199702061358.OAA04950@btp1da.phy.uni-bayreuth.de> Date: Thu, 06 Feb 1997 22:53:15 +0100 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Please folks, realise each port has a Makefile, with MAINTAINTER= in, please avoid un-necessary noise on this list by sending bug reports first direct to the maintainer, not the whole list, Thanks. In this case Werner, grep MAINTAINTER /usr/ports/databases/msql-beta/Makefil MAINTAINTER= jfitz@FreeBSD.ORG so you can contact just him, direct. Reference: > From: Werner Griessl > Subject: Re: msql-beta > Date: Thu, 6 Feb 1997 14:58:09 +0100 (MET) > Message-id: <199702061358.OAA04950@btp1da.phy.uni-bayreuth.de> > > > ports/databases/msql-beta fails for me with: > > >> Checksum OK for msql-2.0-B4.tar.gz. > ===> Extracting for msql-2.0b4 > ===> Patching for msql-2.0b4 > ===> Applying FreeBSD patches for msql-2.0b4 > 1 out of 1 hunks failed--saving rejects to src/msql/msqld.c.rej > *** Error code 1 > > Stop. > > Werner > > > Julian -- Julian H. Stacey jhs@freebsd.org http://www.freebsd.org/~jhs/ From owner-freebsd-ports Fri Feb 7 03:00:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA19627 for ports-outgoing; Fri, 7 Feb 1997 03:00:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA19621; Fri, 7 Feb 1997 03:00:04 -0800 (PST) Resent-Date: Fri, 7 Feb 1997 03:00:04 -0800 (PST) Resent-Message-Id: <199702071100.DAA19621@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, soil@quick.net Received: from stanton-1-1.quick.net (soil@stanton-1-8.quick.net [207.212.170.108]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA19063; Fri, 7 Feb 1997 02:52:33 -0800 (PST) Received: (from soil@localhost) by stanton-1-1.quick.net (8.8.5/8.8.5) id CAA14101; Fri, 7 Feb 1997 02:52:31 -0800 (PST) Message-Id: <199702071052.CAA14101@stanton-1-1.quick.net> Date: Fri, 7 Feb 1997 02:52:31 -0800 (PST) From: soil@quick.net Reply-To: soil@quick.net To: FreeBSD-gnats-submit@freebsd.org, torstenb@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2684: ircII port upgrade; 2.9_roof -> 2.9alpha1 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2684 >Category: ports >Synopsis: ircII port upgrade; 2.9_roof -> 2.9alpha1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 7 03:00:02 PST 1997 >Last-Modified: >Originator: Josh Gilliam >Organization: >Release: FreeBSD 2.1.6.1-RELEASE i386 >Environment: ports-current >Description: Version 2.9alpha1 of the ircII internet relay chat client is now available at ftp://ircii.warped.com/pub/ircII/ircII-current.tar.gz. The ports collection should be updated to this version. >How-To-Repeat: >Fix: Apply this diff file to ports/net/ircII. Note that patch-ac is no longer needed and is removed. diff -ur /usr/ports/net/ircII/Makefile ircII/Makefile --- /usr/ports/net/ircII/Makefile Mon Nov 18 10:15:07 1996 +++ ircII/Makefile Fri Feb 7 02:21:21 1997 @@ -1,15 +1,15 @@ -# New ports collection makefile for: IrcII Client -# Version required: 2.9 +# New ports collection makefile for: ircII +# Version required: 2.9alpha1 # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.13 1996/11/18 11:35:07 asami Exp $ +# $Id$ # -DISTNAME= ircii-2.9-roof -PKGNAME= ircii-2.9 +DISTNAME= ircII-current +PKGNAME= ircii-2.9a1 CATEGORIES= net -MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/ +MASTER_SITES= ftp://ircii.warped.com/pub/ircII/ MAINTAINER= torstenb@FreeBSD.ORG @@ -17,7 +17,7 @@ CONFIGURE_ARGS= --with-default-server="irc.FreeBSD.ORG" -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/ircii-2.9 MAN1= ircII.1 ircbug.1 .include diff -ur /usr/ports/net/ircII/files/md5 ircII/files/md5 --- /usr/ports/net/ircII/files/md5 Mon Oct 28 01:26:58 1996 +++ ircII/files/md5 Fri Feb 7 01:42:53 1997 @@ -1,2 +1 @@ -MD5 (ircii-2.9-base.tar.gz) = 9c67dd828e5f77685eb9689d4aabd9d4 -MD5 (ircii-2.9-roof.tar.gz) = 860cf165dafa15c7f834ced228865b19 +MD5 (ircII-current.tar.gz) = 5b14940911bc98cbe710ae04dbb28b05 Only in /usr/ports/net/ircII/patches: patch-ac >Audit-Trail: >Unformatted: From owner-freebsd-ports Fri Feb 7 03:16:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA20287 for ports-outgoing; Fri, 7 Feb 1997 03:16:40 -0800 (PST) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA20281; Fri, 7 Feb 1997 03:16:36 -0800 (PST) Received: (from werner@localhost) by btp1da.phy.uni-bayreuth.de (8.8.5/8.7.3) id MAA06182; Fri, 7 Feb 1997 12:16:34 +0100 (MET) From: Werner Griessl Message-Id: <199702071116.MAA06182@btp1da.phy.uni-bayreuth.de> Subject: Re: msql-beta In-Reply-To: <199702062153.WAA13831@vector.jhs.no_domain> from "Julian H. Stacey" at "Feb 6, 97 10:53:15 pm" To: jhs@freebsd.org Date: Fri, 7 Feb 1997 12:16:34 +0100 (MET) Cc: ports@freebsd.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Please folks, realise each port has a Makefile, with MAINTAINTER= in, > please avoid un-necessary noise on this list by sending bug reports > first direct to the maintainer, not the whole list, Thanks. > > In this case Werner, > grep MAINTAINTER /usr/ports/databases/msql-beta/Makefil > MAINTAINTER= jfitz@FreeBSD.ORG > so you can contact just him, direct. > > Julian H. Stacey jhs@freebsd.org http://www.freebsd.org/~jhs/ > Sorry, I'll do so in the future. Werner From owner-freebsd-ports Fri Feb 7 07:35:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA02047 for ports-outgoing; Fri, 7 Feb 1997 07:35:11 -0800 (PST) Received: from teamos2.org (teamos2.org [198.133.36.47]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA02033; Fri, 7 Feb 1997 07:35:04 -0800 (PST) Received: from localhost (james@localhost) by teamos2.org (8.8.5/8.8.4) with SMTP id KAA25392; Fri, 7 Feb 1997 10:36:04 -0500 (EST) Date: Fri, 7 Feb 1997 10:36:03 -0500 (EST) From: James FitzGibbon X-Sender: james@teamos2.org Reply-To: James FitzGibbon To: "Julian H. Stacey" cc: Werner Griessl , ports@freebsd.org Subject: Re: msql-beta In-Reply-To: <199702062153.WAA13831@vector.jhs.no_domain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Feb 1997, Julian H. Stacey wrote: > Please folks, realise each port has a Makefile, with MAINTAINTER= in, > please avoid un-necessary noise on this list by sending bug reports > first direct to the maintainer, not the whole list, Thanks. > Agreed. Or, better yet, use the send-pr program so that there's an audit trail (and I'll receive notification as soon as responsibility is transferred to me). > > >> Checksum OK for msql-2.0-B4.tar.gz. > > ===> Extracting for msql-2.0b4 > > ===> Patching for msql-2.0b4 > > ===> Applying FreeBSD patches for msql-2.0b4 > > 1 out of 1 hunks failed--saving rejects to src/msql/msqld.c.rej > > *** Error code 1 I just committed a fix for this. Sorry for the botch. -- j. From owner-freebsd-ports Fri Feb 7 11:02:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA12692 for ports-outgoing; Fri, 7 Feb 1997 11:02:10 -0800 (PST) Received: from yoss.canweb.net (root@yoss.canweb.net [207.112.44.8]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA12683 for ; Fri, 7 Feb 1997 11:02:07 -0800 (PST) Received: (from yossman@localhost) by yoss.canweb.net (8.8.5/8.8.5) id NAA21613; Fri, 7 Feb 1997 13:56:55 -0500 (EST) Date: Fri, 7 Feb 1997 13:56:54 -0500 (EST) From: yossman To: ports@freebsd.org Subject: pine3.95q dist Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk yoss# ncftp ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/mail/pine.tar.gz /pub/FreeBSD/FreeBSD-current/ports/mail/pine.tar.gz: No such file. i find quite a few of the ports listed on the ports page lead to broken distribution targets .. ;-> yossman ------------------------------------------------------------------------ Yossarian Holmberg (yossman) yossman@canweb.net System Administrator, National On-Line http://www.canweb.net/~yossman/ '... and if i die, before i learn to speak .. can money pay for all the days i've lived awake but half asleep?' -- Primitive Radio Gods, "Standing Outside a Broken Phone Booth With Money In My Hand" From owner-freebsd-ports Fri Feb 7 14:07:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA22939 for ports-outgoing; Fri, 7 Feb 1997 14:07:21 -0800 (PST) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA22933 for ; Fri, 7 Feb 1997 14:07:18 -0800 (PST) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.4/8.7.3) id OAA29279; Fri, 7 Feb 1997 14:07:07 -0800 (PST) Date: Fri, 7 Feb 1997 14:07:07 -0800 (PST) Message-Id: <199702072207.OAA29279@vader.cs.berkeley.edu> To: werner@btp1da.phy.uni-bayreuth.de CC: ports@FreeBSD.ORG In-reply-to: <199702061358.OAA04950@btp1da.phy.uni-bayreuth.de> (message from Werner Griessl on Thu, 6 Feb 1997 14:58:09 +0100 (MET)) Subject: Re: msql-beta From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * ports/databases/msql-beta fails for me with: * * >> Checksum OK for msql-2.0-B4.tar.gz. * ===> Extracting for msql-2.0b4 * ===> Patching for msql-2.0b4 * ===> Applying FreeBSD patches for msql-2.0b4 * 1 out of 1 hunks failed--saving rejects to src/msql/msqld.c.rej * *** Error code 1 Make sure your patches/ directory is up to date. Here is the latest list. >> lg patches/ total 31 1 -rw-r--r-- 1 asami2 wheel 533 Jan 20 06:10 patch-aa 1 -rw-r--r-- 1 asami2 wheel 907 Jan 20 06:10 patch-ab 1 -rw-r--r-- 1 asami2 wheel 421 Jan 20 06:10 patch-ac 2 -rw-r--r-- 1 asami2 wheel 1188 Jan 20 06:10 patch-ad 2 -rw-r--r-- 1 asami2 wheel 1348 Feb 4 15:23 patch-ae 1 -rw-r--r-- 1 asami2 wheel 508 Jan 20 06:10 patch-af 1 -rw-r--r-- 1 asami2 wheel 267 Feb 4 15:23 patch-ag 1 -rw-r--r-- 1 asami2 wheel 467 Jan 20 06:10 patch-ah 1 -rw-r--r-- 1 asami2 wheel 342 Feb 4 15:23 patch-ai 1 -rw-r--r-- 1 asami2 wheel 361 Jan 20 06:10 patch-aj 8 -rw-r--r-- 1 asami2 wheel 7840 Jan 20 06:10 patch-ak 8 -rw-r--r-- 1 asami2 wheel 7840 Feb 4 15:23 patch-al If this is correct, send us and the maintainer the output of "make patch PATCH_DEBUG=yes". Satoshi From owner-freebsd-ports Fri Feb 7 15:08:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA02566 for ports-outgoing; Fri, 7 Feb 1997 15:08:16 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA02535; Fri, 7 Feb 1997 15:08:09 -0800 (PST) Date: Fri, 7 Feb 1997 15:08:09 -0800 (PST) From: Satoshi Asami Message-Id: <199702072308.PAA02535@freefall.freebsd.org> To: asami, freebsd-ports, torstenb Subject: Re: ports/2684 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: ircII port upgrade; 2.9_roof -> 2.9alpha1 Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: asami Responsible-Changed-When: Fri Feb 7 15:07:40 PST 1997 Responsible-Changed-Why: Maintainer. From owner-freebsd-ports Fri Feb 7 22:20:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA26720 for ports-outgoing; Fri, 7 Feb 1997 22:20:10 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA26714; Fri, 7 Feb 1997 22:20:05 -0800 (PST) Resent-Date: Fri, 7 Feb 1997 22:20:05 -0800 (PST) Resent-Message-Id: <199702080620.WAA26714@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, syed@nosc.mil Received: from myname.my.domain (nrad-ascend-ppp4.nosc.mil [198.253.206.204]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA26627 for ; Fri, 7 Feb 1997 22:17:49 -0800 (PST) Received: (from syed@localhost) by myname.my.domain (8.8.5/8.8.5) id OAA00459; Fri, 7 Feb 1997 14:19:18 -0800 (PST) Message-Id: <199702072219.OAA00459@myname.my.domain> Date: Fri, 7 Feb 1997 14:19:18 -0800 (PST) From: syed@nosc.mil Reply-To: syed@nosc.mil To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2691: XF86 permission problems Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2691 >Category: ports >Synopsis: XF8632 permissions are set incorrectly >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 7 22:20:02 PST 1997 >Last-Modified: >Originator: User & >Organization: >Release: FreeBSD 2.2-970205-GAMMA i386 >Environment: >Description: upon installation of XF8632, permissions on files and directories is set inappropriately. for example, the directory /usr/X11R6/lib is set to drwx------. >How-To-Repeat: >Fix: have to set the appropriate permissions by hand. >Audit-Trail: >Unformatted: From owner-freebsd-ports Sat Feb 8 04:03:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA07862 for ports-outgoing; Sat, 8 Feb 1997 04:03:35 -0800 (PST) Received: from vector.jhs.no_domain (slip139-92-4-122.mu.de.ibm.net [139.92.4.122]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA07851; Sat, 8 Feb 1997 04:03:18 -0800 (PST) Received: from vector.jhs.no_domain (localhost [127.0.0.1]) by vector.jhs.no_domain (8.7.5/8.6.9) with ESMTP id VAA29320; Fri, 7 Feb 1997 21:33:31 +0100 (MET) Message-Id: <199702072033.VAA29320@vector.jhs.no_domain> To: James FitzGibbon cc: Werner Griessl , ports@freebsd.org Subject: Re: msql-beta From: "Julian H. Stacey" Reply-To: "Julian H. Stacey" X-Organization: Vector Systems Ltd. X-Mailer: EXMH 1.6.7, PGP available X-Address: Holz Strasse 27d, 80469 Munich, Germany X-Tel: +49.89.268616 X-Fax: +49.89.2608126 X-ISDN: +49.89.26023276 X-Web: http://www.freebsd.org/~jhs/ In-reply-to: Your message of "Fri, 07 Feb 1997 10:36:03 EST." Date: Fri, 07 Feb 1997 21:33:30 +0100 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Reference: > From: James FitzGibbon > On Thu, 6 Feb 1997, Julian H. Stacey wrote: > > Please folks, realise each port has a Makefile, with MAINTAINTER= in, > > please avoid un-necessary noise on this list by sending bug reports > > first direct to the maintainer, not the whole list, Thanks. > Agreed. Or, better yet, use the send-pr program so that there's an audit > trail (and I'll receive notification as soon as responsibility is > transferred to me). Ah, good idea, so I guess the ideal is: { use send-pr & cc MAINTAINER } Wasn't there some effort or proposal a while back to put something like MAINTAINER= in the src/ Makefiles too ? If so maybe send-pr could remind users to cc MAINTAINER ? Julian -- Julian H. Stacey jhs@freebsd.org http://www.freebsd.org/~jhs/ From owner-freebsd-ports Sat Feb 8 04:03:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA07886 for ports-outgoing; Sat, 8 Feb 1997 04:03:52 -0800 (PST) Received: from vector.jhs.no_domain (slip139-92-4-122.mu.de.ibm.net [139.92.4.122]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA07858; Sat, 8 Feb 1997 04:03:28 -0800 (PST) Received: from vector.jhs.no_domain (localhost [127.0.0.1]) by vector.jhs.no_domain (8.7.5/8.6.9) with ESMTP id MAA01494; Fri, 7 Feb 1997 12:28:14 +0100 (MET) Message-Id: <199702071128.MAA01494@vector.jhs.no_domain> To: pgiffuni@fps.biblos.unal.edu.co cc: Miguel Ricardo Real Santos , ports@freebsd.org Subject: Re: Getting Old BSD From: "Julian H. Stacey" Reply-To: "Julian H. Stacey" X-Organization: Vector Systems Ltd. X-Mailer: EXMH 1.6.7, PGP available X-Address: Holz Strasse 27d, 80469 Munich, Germany X-Tel: +49.89.268616 X-Fax: +49.89.2608126 X-ISDN: +49.89.26023276 X-Web: http://www.freebsd.org/~jhs/ In-reply-to: Your message of "Thu, 06 Feb 1997 14:06:13 EST." Date: Fri, 07 Feb 1997 12:28:13 +0100 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Reference: > From: pgiffuni@fps.biblos.unal.edu.co > > I *really* don't think your box is supported by 386BSD. 286 is Not supported by FreeBSD. > Try Minix,there is a version that will work for you (don't remember > where). > > On Thu, 6 Feb 1997, Miguel Ricardo Real Santos wrote: > > > I have an 80286 and i'd like to know where i can find an old version od > > bsd that works on my pc. It only has 1 Mb ram memory but i think it's > > possible to install that o.s in my computer. > > My e-mail is miki@student.dei.uc.pt > > Regards from Miguel. Failing all else Miguel, go to your bookshop: Operating Systems design & implementation by Andrew S Tanenbaum ISBN 0-13-637331-3 025 Prentic HallInternational Editions Paperback cost me 17 pound Sterling (UK) april 1987 I believe more modern ones come with media attached. There's a src Copyright note on page 434. You could also try web search engines, or who knows, maybe there's even a minix.org domain. I've had 2 friends give away old 386 boxes to me in the last month, so I suggest you consign your old 286 to be an Eprom burner or something, & put the word out to all your aquantainces, that the next time they buy a new computer you'll remove their old `scrap iron' for free, or buy them half a crate of beer in exchange :-) I ran Minix years ago on my 8086 laptop, in its time it was really nice, it had some limitations, but it had a real Unix feel, & that on an 8086 with 2 flops & no hard disc, I could still `make` in background & edit in foreground etc. Julian -- Julian H. Stacey jhs@freebsd.org http://www.freebsd.org/~jhs/ From owner-freebsd-ports Sat Feb 8 07:50:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA17560 for ports-outgoing; Sat, 8 Feb 1997 07:50:13 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA17549; Sat, 8 Feb 1997 07:50:07 -0800 (PST) Resent-Date: Sat, 8 Feb 1997 07:50:07 -0800 (PST) Resent-Message-Id: <199702081550.HAA17549@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, mita@jp.FreeBSD.org Received: from hanpen.fujita3.iis.u-tokyo.ac.jp (hanpen.fujita3.iis.u-tokyo.ac.jp [157.82.109.66]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA17456 for ; Sat, 8 Feb 1997 07:48:27 -0800 (PST) Received: (from mita@localhost) by hanpen.fujita3.iis.u-tokyo.ac.jp (8.8.2/8.8.2) id AAA09820; Sun, 9 Feb 1997 00:51:47 +0900 (JST) Message-Id: <199702081551.AAA09820@hanpen.fujita3.iis.u-tokyo.ac.jp> Date: Sun, 9 Feb 1997 00:51:47 +0900 (JST) From: mita@jp.FreeBSD.org Reply-To: mita@jp.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2694: change request for vflib ports Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2694 >Category: ports >Synopsis: VFlib ports is updated. >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 8 07:50:01 PST 1997 >Last-Modified: >Originator: MITA Yoshio >Organization: IIS, the University of Tokyo >Release: FreeBSD 2.2-ALPHA i386 >Environment: current ports collection for vflib >Description: VFlib ports have been updated. Support for FontWave is added. >How-To-Repeat: >Fix: Apply this patch to current vflib ports, SVP. diff -rcN vflib.orig/Makefile vflib/Makefile *** vflib.orig/Makefile Thu Dec 5 19:03:02 1996 --- vflib/Makefile Sat Feb 8 00:11:32 1997 *************** *** 11,23 **** CATEGORIES= japanese print MASTER_SITES= ftp://gull.se.hiroshima-u.ac.jp/pub/VFlib/ DISTFILES= VFlib-2.22.tar.gz watanabe-vf.tar.Z \ ! VFlib-2.22-PATCH-1 VFlib-2.22-PATCH-2 MAINTAINER= mita@jp.FreeBSD.org EXTRACT_ONLY= VFlib-2.22.tar.gz ! post-patch: @(cd ${WRKSRC}; \ uudecode ${DISTDIR}/VFlib-2.22-PATCH-1 ; \ cd tools ; \ --- 11,25 ---- CATEGORIES= japanese print MASTER_SITES= ftp://gull.se.hiroshima-u.ac.jp/pub/VFlib/ DISTFILES= VFlib-2.22.tar.gz watanabe-vf.tar.Z \ ! VFlib-2.22-PATCH-1 VFlib-2.22-PATCH-2 \ ! VFlib-2.22-PATCH-3 VFlib-2.22-PATCH-4 MAINTAINER= mita@jp.FreeBSD.org EXTRACT_ONLY= VFlib-2.22.tar.gz + PATCH_DEBUG=yes ! pre-patch: @(cd ${WRKSRC}; \ uudecode ${DISTDIR}/VFlib-2.22-PATCH-1 ; \ cd tools ; \ *************** *** 25,31 **** ${PATCH} -s < Imakefile.diff ; \ ${PATCH} -s < ktest.diff ; \ cd ../src ; \ ! ${PATCH} -s < ${DISTDIR}/VFlib-2.22-PATCH-2 ) do-build: @(cd ${WRKSRC}/src; make) --- 27,38 ---- ${PATCH} -s < Imakefile.diff ; \ ${PATCH} -s < ktest.diff ; \ cd ../src ; \ ! ${PATCH} -s < ${DISTDIR}/VFlib-2.22-PATCH-2 ; \ ! ${PATCH} -s < ${DISTDIR}/VFlib-2.22-PATCH-3 ) ! (cd ${WRKSRC}; \ ! uudecode ${DISTDIR}/VFlib-2.22-PATCH-4 ; \ ! gzcat VF_FNTWV.patch.gz | ${PATCH} -s -p1 \ ! ) do-build: @(cd ${WRKSRC}/src; make) diff -rcN vflib.orig/files/md5 vflib/files/md5 *** vflib.orig/files/md5 Fri Nov 8 20:54:33 1996 --- vflib/files/md5 Fri Feb 7 23:13:48 1997 *************** *** 2,4 **** --- 2,6 ---- MD5 (watanabe-vf.tar.Z) = 17a6a1ef6bfedac3d0b48f0365741e13 MD5 (VFlib-2.22-PATCH-1) = efde929386c932130aea43fc2e6ae082 MD5 (VFlib-2.22-PATCH-2) = f022f72a17704f7381b3a2f756818c67 + MD5 (VFlib-2.22-PATCH-3) = 863cee3e950ec1a79101102f36174d37 + MD5 (VFlib-2.22-PATCH-4) = 80da308f5bb488c1402e8e9243cddde9 diff -rcN vflib.orig/patches/patch-aa vflib/patches/patch-aa *** vflib.orig/patches/patch-aa Thu Dec 5 19:03:10 1996 --- vflib/patches/patch-aa Sat Feb 8 00:26:38 1997 *************** *** 1,5 **** ! *** src/Makefile.orig Mon Apr 8 17:29:08 1996 ! --- src/Makefile Tue Nov 26 11:41:31 1996 *************** *** 32,38 **** # SONY_FSLIB = -L/usr/sony/lib -lFSlib --- 1,5 ---- ! *** src/Makefile.orig Sat Feb 8 00:23:02 1997 ! --- src/Makefile Sat Feb 8 00:26:20 1997 *************** *** 32,38 **** # SONY_FSLIB = -L/usr/sony/lib -lFSlib *************** *** 52,64 **** *************** ! *** 82,102 **** #endif default: ! ! make libVFlib.a ttindex bdfindex all: ! ! make libVFlib.a ttindex bdfindex install: -$(RM) -f $(INSTALL_LIBDIR)/VFlib.a $(INSTALL_LIBDIR)/libVFlib.a --- 52,64 ---- *************** ! *** 82,111 **** #endif default: ! ! make libVFlib.a ttindex bdfindex fwindex all: ! ! make libVFlib.a ttindex bdfindex fwindex install: -$(RM) -f $(INSTALL_LIBDIR)/VFlib.a $(INSTALL_LIBDIR)/libVFlib.a *************** *** 73,108 **** ! -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex bdfjpindex *.o core veryclean: -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex bdfjpindex\ ! *.o core *~ \#tz* ! --- 82,104 ---- #endif default: ! ! make libVFlib.a libVFlib.so.2.22 ttindex bdfindex all: ! ! make libVFlib.a libVFlib.so.2.22 ttindex bdfindex install: -$(RM) -f $(INSTALL_LIBDIR)/VFlib.a $(INSTALL_LIBDIR)/libVFlib.a $(CP) VFlib.a $(INSTALL_LIBDIR)/VFlib.a -$(RANLIB) $(INSTALL_LIBDIR)/VFlib.a - + $(INSTALL) -c -m 644 libVFlib.so.2.22 $(INSTALL_LIBDIR)/libVFlib.so.2.22 $(LN) $(INSTALL_LIBDIR)/VFlib.a $(INSTALL_LIBDIR)/libVFlib.a $(CP) VF.h $(INSTALL_INCDIR)/VF.h $(CP) ttindex $(INSTALL_BINDIR)/ttindex $(CP) bdfindex $(INSTALL_BINDIR)/bdfindex clean: ! -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex bdfjpindex *.o core \ ! *.so libVFlib.so.2.22 veryclean: -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex bdfjpindex\ ! *.o core *~ \#tz* ! *************** ! *** 106,111 **** ! --- 108,121 ---- DRV_OBJ= VF_Sony.o VF_Zeit.o VF_Jg.o VF_TT.o VF_Bdf.o VF_Hbf.o hbf.o \ ! VF_Comp.o VF_BitOp.o VF_Null.o + DRV_SOBJ= VF_Sony.so VF_Zeit.so VF_Jg.so VF_TT.so VF_Bdf.so VF_Hbf.so hbf.so \ + VF_Comp.so VF_BitOp.so VF_Null.so --- 73,119 ---- ! -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex bdfjpindex *.o core veryclean: -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex bdfjpindex\ ! ! *.o core *~ \#tz* ! ! ! # Font drivers ! DRV_OBJ= VF_Sony.o VF_Zeit.o VF_Jg.o VF_TT.o VF_Bdf.o VF_Hbf.o hbf.o \ ! VF_Comp.o VF_BitOp.o VF_FNTWV.o VF_Null.o ! ! ! # VFlib ! libVFlib.a: VFlib.o VFenc.o VFEtable.o VFcap.o fn2ent.o fman.o $(DRV_OBJ) ! --- 82,123 ---- #endif default: ! ! make libVFlib.a libVFlib.so.2.22 ttindex bdfindex fwindex all: ! ! make libVFlib.a libVFlib.so.2.22 ttindex bdfindex fwindex install: -$(RM) -f $(INSTALL_LIBDIR)/VFlib.a $(INSTALL_LIBDIR)/libVFlib.a $(CP) VFlib.a $(INSTALL_LIBDIR)/VFlib.a -$(RANLIB) $(INSTALL_LIBDIR)/VFlib.a $(LN) $(INSTALL_LIBDIR)/VFlib.a $(INSTALL_LIBDIR)/libVFlib.a + + $(INSTALL) -c -m 644 libVFlib.so.2.22 $(INSTALL_LIBDIR)/libVFlib.so.2.22 $(CP) VF.h $(INSTALL_INCDIR)/VF.h $(CP) ttindex $(INSTALL_BINDIR)/ttindex $(CP) bdfindex $(INSTALL_BINDIR)/bdfindex + + $(CP) fwindex $(INSTALL_BINDIR)/fwindex clean: ! -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex bdfjpindex *.o core \ ! *.so libVFlib.so.2.22 veryclean: -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex bdfjpindex\ ! ! *.o core *~ \#tz* \ ! ! *.so libVFlib.so.2.22 ! ! ! # Font drivers DRV_OBJ= VF_Sony.o VF_Zeit.o VF_Jg.o VF_TT.o VF_Bdf.o VF_Hbf.o hbf.o \ ! VF_Comp.o VF_BitOp.o VF_FNTWV.o VF_Null.o + DRV_SOBJ= VF_Sony.so VF_Zeit.so VF_Jg.so VF_TT.so VF_Bdf.so VF_Hbf.so hbf.so \ + VF_Comp.so VF_BitOp.so VF_Null.so *************** *** 117,123 **** libVFlib.a: VFlib.o VFenc.o VFEtable.o VFcap.o fn2ent.o fman.o $(DRV_OBJ) *************** *** 168,173 **** ! --- 178,253 ---- # Null font driver VF_Null.o: VF_Null.c $(CC) $(CFLAGS) -c VF_Null.c --- 128,134 ---- libVFlib.a: VFlib.o VFenc.o VFEtable.o VFcap.o fn2ent.o fman.o $(DRV_OBJ) *************** *** 168,173 **** ! --- 180,255 ---- # Null font driver VF_Null.o: VF_Null.c $(CC) $(CFLAGS) -c VF_Null.c diff -rcN vflib.orig/pkg/PLIST vflib/pkg/PLIST *** vflib.orig/pkg/PLIST Fri Dec 13 19:02:40 1996 --- vflib/pkg/PLIST Sat Feb 8 00:27:45 1997 *************** *** 7,12 **** --- 7,15 ---- lib/VFlib/bdfindex lib/VFlib/disol lib/VFlib/fmtest + lib/VFlib/bdfindex + lib/VFlib/fwindex + lib/VFlib/disol lib/VFlib/kban lib/VFlib/ktest lib/VFlib/ttindex ---- MITA Yoshio >Audit-Trail: >Unformatted: From owner-freebsd-ports Sat Feb 8 12:50:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA28365 for ports-outgoing; Sat, 8 Feb 1997 12:50:56 -0800 (PST) Received: from teamos2.org (teamos2.org [198.133.36.47]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA28319; Sat, 8 Feb 1997 12:50:06 -0800 (PST) Received: from localhost (james@localhost) by teamos2.org (8.8.5/8.8.4) with SMTP id PAA17789; Sat, 8 Feb 1997 15:51:16 -0500 (EST) Date: Sat, 8 Feb 1997 15:51:16 -0500 (EST) From: James FitzGibbon X-Sender: james@teamos2.org To: "Julian H. Stacey" cc: ports@freebsd.org Subject: Re: msql-beta In-Reply-To: <199702072033.VAA29320@vector.jhs.no_domain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 7 Feb 1997, Julian H. Stacey wrote: > Ah, good idea, so I guess the ideal is: { use send-pr & cc MAINTAINER } > > Wasn't there some effort or proposal a while back to put something like > MAINTAINER= in the src/ Makefiles too ? > If so maybe send-pr could remind users to cc MAINTAINER ? Ideally, an adjunct to file-pr would cc the maintainer of the port or module, assuming that the module in question could be derived from the gnats submission message. -- j. From owner-freebsd-ports Sat Feb 8 13:07:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA29653 for ports-outgoing; Sat, 8 Feb 1997 13:07:43 -0800 (PST) Received: (from torstenb@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA29582; Sat, 8 Feb 1997 13:06:36 -0800 (PST) Date: Sat, 8 Feb 1997 13:06:36 -0800 (PST) From: Torsten Blum Message-Id: <199702082106.NAA29582@freefall.freebsd.org> To: vince@venus.GAIANET.NET, torstenb, freebsd-ports Subject: Re: ports/2317 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: tcp wrapper port isn't logging in 2.1.6R but works in -current. State-Changed-From-To: open-closed State-Changed-By: torstenb State-Changed-When: Sat Feb 8 13:03:32 PST 1997 State-Changed-Why: ktrace shows that syslogd's local domain socket does not exist. From owner-freebsd-ports Sat Feb 8 13:08:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA29734 for ports-outgoing; Sat, 8 Feb 1997 13:08:15 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA29700; Sat, 8 Feb 1997 13:08:00 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vtJzW-0002ez-00; Sat, 8 Feb 1997 14:07:22 -0700 To: "Julian H. Stacey" Subject: Re: Getting Old BSD Cc: pgiffuni@fps.biblos.unal.edu.co, Miguel Ricardo Real Santos , ports@freebsd.org In-reply-to: Your message of "Fri, 07 Feb 1997 12:28:13 +0100." <199702071128.MAA01494@vector.jhs.no_domain> References: <199702071128.MAA01494@vector.jhs.no_domain> Date: Sat, 08 Feb 1997 14:07:22 -0700 From: Warner Losh Message-Id: Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199702071128.MAA01494@vector.jhs.no_domain> "Julian H. Stacey" writes: : I've had 2 friends give away old 386 boxes to me in the last month, They are selling used 386 motherboards here for $12.50. Warner From owner-freebsd-ports Sat Feb 8 18:13:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA16058 for ports-outgoing; Sat, 8 Feb 1997 18:13:20 -0800 (PST) Received: from smtp1.xs4all.nl (smtp1.xs4all.nl [194.109.6.51]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA16052 for ; Sat, 8 Feb 1997 18:13:14 -0800 (PST) Received: from asterix.xs4all.nl (root@asterix.xs4all.nl [194.109.6.11]) by smtp1.xs4all.nl (8.7.6/XS4ALL) with ESMTP id DAA19781 for ; Sun, 9 Feb 1997 03:13:12 +0100 (MET) Received: from plm.xs4all.nl (uucp@localhost) by asterix.xs4all.nl (8.7.5/8.7.2) with UUCP id DAA02991 for freebsd-ports@freebsd.org; Sun, 9 Feb 1997 03:09:26 +0100 (MET) Received: (from plm@localhost) by plm.xs4all.nl (8.8.4/8.7.3) id DAA26566; Sun, 9 Feb 1997 03:07:31 +0100 (MET) To: freebsd-ports@freebsd.org Subject: tcl 7.6 & tk 4.2 From: Peter Mutsaers Date: 09 Feb 1997 03:07:29 +0100 Message-ID: <873ev67mvy.fsf@plm.xs4all.nl> Lines: 12 X-Mailer: Gnus v5.4.11/Emacs 19.34 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I need tk 4.2 (4.1 won't do) for some applications. I can install it myself but I'd rather have it done through /usr/ports. Is it intended to upgrade /usr/ports to 4.2 anytime soon? 4.2 and tcl 7.6 have been the official version for several months now. TIA, -- Peter Mutsaers | Abcoude (Utrecht), | Trust is a good quality plm@xs4all.nl | the Netherlands | for other people to have From owner-freebsd-ports Sat Feb 8 22:56:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA02279 for ports-outgoing; Sat, 8 Feb 1997 22:56:00 -0800 (PST) Received: from w2xo.pgh.pa.us (w2xo.pgh.pa.us [206.210.70.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA02273; Sat, 8 Feb 1997 22:55:53 -0800 (PST) Received: from w2xo.pgh.pa.us (localhost [127.0.0.1]) by w2xo.pgh.pa.us (8.8.4/8.8.4) with SMTP id BAA06801; Sun, 9 Feb 1997 01:56:19 -0500 (EST) Message-ID: <32FD7513.2781E494@w2xo.pgh.pa.us> Date: Sun, 09 Feb 1997 01:56:19 -0500 From: Jim Durham Organization: Dis- X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.1.6-RELEASE i386) MIME-Version: 1.0 To: Warner Losh CC: "Julian H. Stacey" , pgiffuni@fps.biblos.unal.edu.co, Miguel Ricardo Real Santos , ports@freebsd.org Subject: Re: Getting Old BSD References: <199702071128.MAA01494@vector.jhs.no_domain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Warner Losh wrote: > > In message <199702071128.MAA01494@vector.jhs.no_domain> "Julian H. Stacey" writes: > : I've had 2 friends give away old 386 boxes to me in the last month, > > They are selling used 386 motherboards here for $12.50. > > Warner FreeBSD will actually do stuff on a 386SX if you're patient. Like the guys say, you can get one for nothing or close to it. If you get one with 8 30 pin memory sockets, you can also probably find 256K simms for nothing. This would give you 2 megs. You could probably run 1.1.5 on that without X... However, if you're really determined to run the 286, you might investigate MicroPro SYS V. I ran it for a while on an AT (286 at 6mhz) and it was actually useable. Good Luck, Jim Durham