From owner-freebsd-ports Sun Mar 9 01:10:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA09872 for ports-outgoing; Sun, 9 Mar 1997 01:10:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA09866; Sun, 9 Mar 1997 01:10:03 -0800 (PST) Date: Sun, 9 Mar 1997 01:10:03 -0800 (PST) Message-Id: <199703090910.BAA09866@freefall.freebsd.org> To: freebsd-ports Cc: From: John-Mark Gurney Subject: Re: ports/2921: wide-dhcp client doesn't work because of byte-ordering problems Reply-To: John-Mark Gurney Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2921; it has been noted by GNATS. From: John-Mark Gurney To: m-braithwaite@sjca.edu Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/2921: wide-dhcp client doesn't work because of byte-ordering problems Date: Sun, 9 Mar 1997 01:04:39 -0800 I believe mab@sjca.edu scribbled this message on Mar 8: > > >Synopsis: wide-dhcp client doesn't work because of byte-ordering problems > >Environment: > wide-dhcp 1.3beta port from ports-current, and ISC DHCPd 5.14beta (i > think...) hmm... this port seems to work for me on -current... I believe there was a byte ordering problem in bpf that was fixed... can you confirm that this problem exists in 2.2 or -current?? basicly the ports tree is designed for -current systems... so their patches and behavior will reflect that... if you don't have any problems I'll close the pr... -- John-Mark gurney_j@efn.org http://resnet.uoregon.edu/~gurney_j/ Modem/FAX: (541) 683-6954 (FreeBSD Box) Live in Peace, destroy Micro$oft, support free software, run FreeBSD (unix) From owner-freebsd-ports Sun Mar 9 01:34:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA11150 for ports-outgoing; Sun, 9 Mar 1997 01:34:03 -0800 (PST) Received: from time.cdrom.com (jkh@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA11095; Sun, 9 Mar 1997 01:33:58 -0800 (PST) Received: (from jkh@localhost) by time.cdrom.com (8.8.5/8.6.9) id BAA12771; Sun, 9 Mar 1997 01:34:08 -0800 (PST) Date: Sun, 9 Mar 1997 01:34:08 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703090934.BAA12771@time.cdrom.com> To: asami@freebsd.org Subject: What do you think of this little hack to /usr/ports/Makefile ? Cc: ports@freebsd.org Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Index: Makefile =================================================================== RCS file: /home/ncvs/ports/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- Makefile 1997/03/06 05:52:26 1.29 +++ Makefile 1997/03/09 09:32:46 @@ -48,3 +48,13 @@ print-index: ${.CURDIR}/INDEX @awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' < ${.CURDIR}/INDEX + +PAGER?= more + +search: ${.CURDIR}/INDEX +.if !defined(key) + @echo "The search target requires a keyword parameter," + @echo "e.g.: \"make search key=somekeyword\"" +.else + @grep ${key} ${.CURDIR}/INDEX | awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' | ${PAGER} +.endif From owner-freebsd-ports Sun Mar 9 04:56:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA19668 for ports-outgoing; Sun, 9 Mar 1997 04:56:08 -0800 (PST) Received: from smtp.algonet.se (tomei.algonet.se [194.213.74.114]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id EAA19656 for ; Sun, 9 Mar 1997 04:56:03 -0800 (PST) Received: (qmail 25066 invoked from network); 9 Mar 1997 12:56:54 -0000 Received: from du38-5.ppp.algonet.se (HELO garm.mal.algonet.se) (195.100.5.38) by tomei.algonet.se with SMTP; 9 Mar 1997 12:56:54 -0000 Message-ID: <3322B37C.41C67EA6@algonet.se> Date: Sun, 09 Mar 1997 13:56:28 +0100 From: Mats Lofkvist X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.1.7-RELEASE i386) MIME-Version: 1.0 To: ports@freefall.freebsd.org Subject: Looking for Java with graphics for 2.1.7 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I am looking for a Java development environment with functional graphics to run on 2.1.7. Someone said there is a BSD/OS JDK available somewhere that runs on FreeBSD. I have not been able to locate that one, does it really exist?? What I know about is: - The lang/jdk port. Installs the classes.zip only. - The lang/kaffe port. Seems to work very well for non-graphics code. Biss-awt looks to unfinished to be useful, though. I haven't tried sawt, but from what people write about it I suppose that one isn't really useful either. - The "unofficial/unsupported" JDK in ftp://freefall.freebsd.org/ pub/FreeBSD/LOCAL_PORTS/jdk102.11-26.tar.gz. This one seems to be 3.0 only (at least it wants a 3.0 libc). If it works with 2.2, I would consider upgrading to make it run. (Hmm, is there any functionality that current had in november when this port was done that is not in 2.2 by now?) _ Mats Lofkvist mal@algonet.se From owner-freebsd-ports Sun Mar 9 18:40:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA00217 for ports-outgoing; Sun, 9 Mar 1997 18:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA00208; Sun, 9 Mar 1997 18:40:02 -0800 (PST) Resent-Date: Sun, 9 Mar 1997 18:40:02 -0800 (PST) Resent-Message-Id: <199703100240.SAA00208@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, jmb@aspen.woc.atinc.com Received: from Aspen.Woc.Atinc.COM (slip-line-5.woc.Atinc.COM [207.2.166.205]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA29988 for ; Sun, 9 Mar 1997 18:34:05 -0800 (PST) Received: (from root@localhost) by Aspen.Woc.Atinc.COM (8.8.5/8.6.9) id VAA12084; Sun, 9 Mar 1997 21:34:18 -0500 (EST) Message-Id: <199703100234.VAA12084@Aspen.Woc.Atinc.COM> Date: Sun, 9 Mar 1997 21:34:18 -0500 (EST) From: "Jonathan M. Bresler" Reply-To: jmb@aspen.woc.atinc.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2926: xmgt-2.31 port, now in pub/incoming on ftp.freebsd.org Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2926 >Category: ports >Synopsis: xmgt-2.31 port, now in pub/incoming on ftp.freebsd.org >Confidential: yes >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 9 18:40:01 PST 1997 >Last-Modified: >Originator: Jonathan M. Bresler >Organization: FreeBSD.org >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Mar 9 18:43:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA00295 for ports-outgoing; Sun, 9 Mar 1997 18:43:39 -0800 (PST) Received: from iago.ienet.com (iago.ienet.com [207.78.32.53]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA00290 for ; Sun, 9 Mar 1997 18:43:37 -0800 (PST) Received: from iago.ienet.com (localhost.ienet.com [127.0.0.1]) by iago.ienet.com (8.8.5/8.8.5) with ESMTP id SAA03958 Sun, 9 Mar 1997 18:43:27 -0800 (PST) Message-Id: <199703100243.SAA03958@iago.ienet.com> From: pius@ienet.com To: Mats Lofkvist Cc: freebsd-ports@freebsd.org Subject: Re: Looking for Java with graphics for 2.1.7 Date: Sun, 09 Mar 1997 18:43:27 -0800 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 9 Mar 1997, mal@algonet.se wrote: > - The "unofficial/unsupported" JDK in ftp://freefall.freebsd.org/ > pub/FreeBSD/LOCAL_PORTS/jdk102.11-26.tar.gz. > This one seems to be 3.0 only (at least it wants a 3.0 libc). > If it works with 2.2, I would consider upgrading to make it run. > (Hmm, is there any functionality that current had in november when > this port was done that is not in 2.2 by now?) This works for me on 2.1.7. I have a symbolic link from libc.so.3.0 to libc.so.2.2. It's weird though, I wanted to see what happens if I didn't have the link, and here's what I got: othello:/usr/lib# ls -l libc.* -r--r--r-- 1 bin bin 499006 Mar 6 12:58 libc.a -r--r--r-- 1 bin bin 435713 Mar 6 12:58 libc.so.2.2 lrwxr-xr-x 1 bin bin 11 Mar 9 18:27 libc.so.3.0 -> libc.so.2.2 othello:/usr/lib# rm libc.so.3.0 othello:/usr/lib# java ld.so failed: open failed for "/usr/lib/libc.so.3.0" : No such file or directory Ok, so far things are as expected. But now when I add the link back again, java still doesn't work (btw. I also tried doing an ldconfig again, but it didn't help): othello:/usr/lib# ln -s libc.so.2.2 libc.so.3.0 othello:/usr/lib# java ld.so failed: open failed for "/libc.so.3.0" : No such file or directory was not found in /usr/local/java/bin/../bin/i386/ othello:/usr/lib# But when I logged out and logged back in again, then java worked again! I guess there's something I don't understand about how ldconfig, ld.so, and all that works, but that last error message looks a little strange. Regards, Pius From owner-freebsd-ports Sun Mar 9 19:06:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA01285 for ports-outgoing; Sun, 9 Mar 1997 19:06:00 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA01259; Sun, 9 Mar 1997 19:05:46 -0800 (PST) Date: Sun, 9 Mar 1997 19:05:46 -0800 (PST) From: Satoshi Asami Message-Id: <199703100305.TAA01259@freefall.freebsd.org> To: deischen@clcrtr.clc.gdeb.com, asami, freebsd-ports Subject: Re: ports/2899 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Nedit port has incorrect checksum State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Sun Mar 9 19:04:13 PST 1997 State-Changed-Why: Superseded by PR ports/2914. By the way, for updates like this please send them as a followup to the original PR (see PR web page for how to do that), not a new one. Thanks! From owner-freebsd-ports Sun Mar 9 19:27:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA02166 for ports-outgoing; Sun, 9 Mar 1997 19:27:08 -0800 (PST) Received: from dfw-ix8.ix.netcom.com (dfw-ix8.ix.netcom.com [206.214.98.8]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA02119; Sun, 9 Mar 1997 19:25:36 -0800 (PST) Received: (from smap@localhost) by dfw-ix8.ix.netcom.com (8.8.4/8.8.4) id VAA03305; Sun, 9 Mar 1997 21:24:58 -0600 (CST) Received: from sjx-ca41-17.ix.netcom.com(205.187.203.145) by dfw-ix8.ix.netcom.com via smap (V1.3) id sma003248; Sun Mar 9 21:24:50 1997 Received: (from asami@localhost) by baloon.mimi.com (8.8.5/8.6.9) id TAA00966; Sun, 9 Mar 1997 19:24:20 -0800 (PST) Date: Sun, 9 Mar 1997 19:24:20 -0800 (PST) Message-Id: <199703100324.TAA00966@baloon.mimi.com> To: committers@freebsd.org CC: ports@freebsd.org Subject: ports freeze postponed two more days From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Ok, here it is. Tuesday midnight (right before it turns Wednesday) PST. Let's hope this is the last postponement. Satoshi From owner-freebsd-ports Sun Mar 9 19:56:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA03363 for ports-outgoing; Sun, 9 Mar 1997 19:56:26 -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 TAA03325; Sun, 9 Mar 1997 19:55:57 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id EAA23107; Mon, 10 Mar 1997 04:10:54 GMT From: Adam David Message-Id: <199703100410.EAA23107@veda.is> Subject: irc2.9.1p16: does +k bug still exist? To: freebsd-ports@freebsd.org Date: Mon, 10 Mar 1997 04:10:53 +0000 (GMT) Cc: torstenb@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 I have irc 2.9.1p16 about ready to commit. Does anyone know whether patch-ao is still required? It prevents users from abusing a bug in +k mode and warns the opers that a user is attempting this abuse. If the bug is no longer present in 2.9.1p16 then this patch could be removed. -- Adam David From owner-freebsd-ports Sun Mar 9 21:16:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA05987 for ports-outgoing; Sun, 9 Mar 1997 21:16:22 -0800 (PST) Received: from relay.nuxi.com (nuxi.ucdavis.edu [128.120.175.23]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA05980; Sun, 9 Mar 1997 21:16:19 -0800 (PST) Received: from dragon.nuxi.com (reqd-037.ucdavis.edu [128.120.251.157]) by relay.nuxi.com (8.8.5/8.6.12) with ESMTP id VAA17795; Sun, 9 Mar 1997 21:20:00 GMT Received: (from obrien@localhost) by dragon.nuxi.com (8.8.5/8.7.3) id FAA12811; Mon, 10 Mar 1997 05:16:07 GMT Message-ID: <19970309211607.29224@dragon.nuxi.com> Date: Sun, 9 Mar 1997 21:16:07 -0800 From: "David O'Brien" To: deischen@clcrtr.clc.gdeb.com Cc: FreeBSD-gnats-submit@freebsd.org, ports@freebsd.org Subject: Re: Nedit port has incorrect checksum References: <199703061759.RAA25122@clcrtr.clc.gdeb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65_p2,4-7,10-11,15,18,21-22 Reply-To: obrien@NUXI.com X-Warning: Mutt Bites! 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 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, Mar 06, 1997 at 05:59:25PM +0000, Daniel M. Eischen wrote: > >Description: > > The nedit port has an incorrect checksum. I also changed > installation of the NEdit application resource file so that > it would not overwrite an existing resource file; it's now > copied to NEdit.ad. And what happens for the person that is installing Nedit for the 1st time? How would they know that they are supose to cd /usr/X11R6/lib/X11/app-default and cp NEdit.ad NEdit??? Also, you shouldn't be able to install Nedit ontop of another installation. And pkg_delete will remove the resouce file NEdit. I'm planning on closing this PR unless someone convences me not to do so. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-freebsd-ports Sun Mar 9 21:24:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA06218 for ports-outgoing; Sun, 9 Mar 1997 21:24:51 -0800 (PST) Received: from relay.nuxi.com (nuxi.ucdavis.edu [128.120.175.23]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA06202; Sun, 9 Mar 1997 21:24:38 -0800 (PST) Received: from dragon.nuxi.com (reqd-037.ucdavis.edu [128.120.251.157]) by relay.nuxi.com (8.8.5/8.6.12) with ESMTP id VAA17807; Sun, 9 Mar 1997 21:28:20 GMT Received: (from obrien@localhost) by dragon.nuxi.com (8.8.5/8.7.3) id FAA12830; Mon, 10 Mar 1997 05:24:29 GMT Message-ID: <19970309212429.46874@dragon.nuxi.com> Date: Sun, 9 Mar 1997 21:24:29 -0800 From: "David O'Brien" To: ports@freebsd.org Cc: Satoshi Asami , jdp@freebsd.org Subject: Re: Getting /usr/ports everywhere... References: <3.0.32.19970307142325.00ce8210@dimaga.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65_p2,4-7,10-11,15,18,21-22 Reply-To: obrien@NUXI.com X-Warning: Mutt Bites! 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 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >Comments? Partially fermented fruit? > > I'm in favour (of the proposal, not of fermented fruit :-) I'm in favor of both! :-) > Actually, I'd also like to have CVSup as a standard target, along with > a cvsup-file that automatically track /usr/ports and the nescessary > parts of make/bsd.port.mk/bsd.port.subdir.mk. Great idea. We should get bsd.port.mk to be part of the ports CVSup collection (or a category of its own). It really makes sense since a current bsd.port.mk is so key to being able to build the ports collection. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-freebsd-ports Sun Mar 9 21:27:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA06332 for ports-outgoing; Sun, 9 Mar 1997 21:27:49 -0800 (PST) Received: from relay.nuxi.com (nuxi.ucdavis.edu [128.120.175.23]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA06326 for ; Sun, 9 Mar 1997 21:27:47 -0800 (PST) Received: from dragon.nuxi.com (reqd-037.ucdavis.edu [128.120.251.157]) by relay.nuxi.com (8.8.5/8.6.12) with ESMTP id VAA17814; Sun, 9 Mar 1997 21:31:26 GMT Received: (from obrien@localhost) by dragon.nuxi.com (8.8.5/8.7.3) id FAA12851; Mon, 10 Mar 1997 05:27:35 GMT Message-ID: <19970309212734.14618@dragon.nuxi.com> Date: Sun, 9 Mar 1997 21:27:34 -0800 From: "David O'Brien" To: pius@ienet.com Cc: Mats Lofkvist , freebsd-ports@freebsd.org Subject: Re: Looking for Java with graphics for 2.1.7 References: <199703100243.SAA03958@iago.ienet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65_p2,4-7,10-11,15,18,21-22 Reply-To: obrien@NUXI.com X-Warning: Mutt Bites! 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 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > This works for me on 2.1.7. I have a symbolic link from libc.so.3.0 to > libc.so.2.2. > > It's weird though, I wanted to see what happens if I didn't have the > link, and here's what I got: > > ld.so failed: open failed for "/usr/lib/libc.so.3.0" : No such file or > directory > > Ok, so far things are as expected. But now when I add the link back again, > java still doesn't work (btw. I also tried doing an ldconfig again, but it > didn't help): You probably need to rerun ldconfig after putting libc.so.3.0 back. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-freebsd-ports Sun Mar 9 21:45:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA06930 for ports-outgoing; Sun, 9 Mar 1997 21:45:44 -0800 (PST) Received: from tulpi.interconnect.com.au (root@tulpi.interconnect.com.au [192.189.54.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA06925 for ; Sun, 9 Mar 1997 21:45:41 -0800 (PST) Received: from solsbury-hill.home (acc5-ppp62.mel.interconnect.com.au [210.8.0.190]) by tulpi.interconnect.com.au with ESMTP id QAA00161 (8.7.6/IDA-1.6 for ); Mon, 10 Mar 1997 16:45:29 +1100 (EST) Received: from solsbury-hill.home (localhost.home [127.0.0.1]) by solsbury-hill.home (8.7.5/8.7.3) with ESMTP id QAA02370 for ; Mon, 10 Mar 1997 16:45:28 +1100 (EST) Message-Id: <199703100545.QAA02370@solsbury-hill.home> X-Mailer: exmh version 2.0beta 12/23/96 From: Joel Sutton To: ports@freebsd.org Subject: Making ports of usenet sources Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 Mar 1997 16:45:27 +1100 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greetings, I am wanting to do ports for some software in the comp.sources ftp archive. Mostly the sources are stuck together in shell archives (as I'm sure you already know :->) and my question is: Would it be considered acceptable to download the shell archive, unpack it and compile it (etc)?? Or should I create a separate tar file with the sources in it and upload that also??? This question could also be extended to ports of software from the CTAN archive which just has all the source files sitting in a directory. Any ideas/guidance would be appreciated. Thanks, Joel... :-> From owner-freebsd-ports Sun Mar 9 22:35:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA08511 for ports-outgoing; Sun, 9 Mar 1997 22:35:17 -0800 (PST) Received: from relay.nuxi.com (nuxi.ucdavis.edu [128.120.175.23]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA08493; Sun, 9 Mar 1997 22:35:12 -0800 (PST) Received: from dragon.nuxi.com (reqd-037.ucdavis.edu [128.120.251.157]) by relay.nuxi.com (8.8.5/8.6.12) with ESMTP id WAA18099; Sun, 9 Mar 1997 22:38:54 GMT Received: (from obrien@localhost) by dragon.nuxi.com (8.8.5/8.7.3) id GAA13007; Mon, 10 Mar 1997 06:35:02 GMT Message-ID: <19970309223501.24540@dragon.nuxi.com> Date: Sun, 9 Mar 1997 22:35:01 -0800 From: "David O'Brien" To: "Jordan K. Hubbard" Cc: ports@freebsd.org, current@freebsd.org Subject: Re: Getting /usr/ports everywhere... References: <4821.857735697@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65_p2,4-7,10-11,15,18,21-22 Reply-To: obrien@NUXI.com X-Warning: Mutt Bites! 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 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > The lndir trick is slow, eats lots of inodes while leaving you still > dependant on your CD or NFS mounted ports tree, lndir doesn't come as > a standard component (you need to load XFree86's bin component) and > it's no longer supported by sysinstall anyway (it was too slow). If I I assume you might still support linking the distfiles though, right? -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-freebsd-ports Sun Mar 9 22:36:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA08645 for ports-outgoing; Sun, 9 Mar 1997 22:36:48 -0800 (PST) Received: from relay.nuxi.com (nuxi.ucdavis.edu [128.120.175.23]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA08633 for ; Sun, 9 Mar 1997 22:36:43 -0800 (PST) Received: from dragon.nuxi.com (reqd-037.ucdavis.edu [128.120.251.157]) by relay.nuxi.com (8.8.5/8.6.12) with ESMTP id WAA18106; Sun, 9 Mar 1997 22:40:26 GMT Received: (from obrien@localhost) by dragon.nuxi.com (8.8.5/8.7.3) id GAA13015; Mon, 10 Mar 1997 06:36:33 GMT Message-ID: <19970309223633.17028@dragon.nuxi.com> Date: Sun, 9 Mar 1997 22:36:33 -0800 From: "David O'Brien" To: Joel Sutton Cc: ports@freebsd.org Subject: Re: Making ports of usenet sources References: <199703100545.QAA02370@solsbury-hill.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65_p2,4-7,10-11,15,18,21-22 Reply-To: obrien@NUXI.com X-Warning: Mutt Bites! 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 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I am wanting to do ports for some software in the comp.sources ftp > archive. Mostly the sources are stuck together in shell archives (as > I'm sure you already know :->) and my question is: > > Would it be considered acceptable to download the shell archive, > unpack it and compile it (etc)?? Yes. This is the way it is done already. See my xcpustate port for an example. > Or should I create a separate tar file with the sources in it and > upload that also??? No, it is best to get the source from the "offical" site where ever possible. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-freebsd-ports Mon Mar 10 00:10:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA02632 for ports-outgoing; Mon, 10 Mar 1997 00:10:48 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA02593; Mon, 10 Mar 1997 00:10:08 -0800 (PST) Date: Mon, 10 Mar 1997 00:10:08 -0800 (PST) From: Satoshi Asami Message-Id: <199703100810.AAA02593@freefall.freebsd.org> To: obrien@NUXI.com, asami, gnats-admin, freebsd-ports Subject: Re: pending/2928 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Re: Nedit port has incorrect checksum State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Mon Mar 10 00:09:08 PST 1997 State-Changed-Why: Intended as a reply, shouldn't have been a separate PR. Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: asami Responsible-Changed-When: Mon Mar 10 00:09:08 PST 1997 Responsible-Changed-Why: Misfiled PR. From owner-freebsd-ports Mon Mar 10 00:38:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA04002 for ports-outgoing; Mon, 10 Mar 1997 00:38:00 -0800 (PST) Received: from dfw-ix2.ix.netcom.com (dfw-ix2.ix.netcom.com [206.214.98.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA03993 for ; Mon, 10 Mar 1997 00:37:56 -0800 (PST) Received: (from smap@localhost) by dfw-ix2.ix.netcom.com (8.8.4/8.8.4) id CAA07218; Mon, 10 Mar 1997 02:37:23 -0600 (CST) Received: from sjx-ca10-17.ix.netcom.com(199.182.128.81) by dfw-ix2.ix.netcom.com via smap (V1.3) id sma007195; Mon Mar 10 02:37:17 1997 Received: (from asami@localhost) by baloon.mimi.com (8.8.5/8.6.9) id AAA04222; Mon, 10 Mar 1997 00:37:15 -0800 (PST) Date: Mon, 10 Mar 1997 00:37:15 -0800 (PST) Message-Id: <199703100837.AAA04222@baloon.mimi.com> To: jkh@time.cdrom.com CC: ports@freebsd.org In-reply-to: <199703090934.BAA12771@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: What do you think of this little hack to /usr/ports/Makefile ? From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * @awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' < ${.CURDIR}/INDEX Maybe we can define this command elsewhere? * +PAGER?= more * + @grep ${key} ${.CURDIR}/INDEX | awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' | ${PAGER} I wouldn't use a pager here, the users can pipe the output themselves if they want it. Also, print-index doesn't have a pager. Other than that, it looks fine (although I somehow can't see much use for it). Satoshi From owner-freebsd-ports Mon Mar 10 00:50:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA04476 for ports-outgoing; Mon, 10 Mar 1997 00:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA04470; Mon, 10 Mar 1997 00:50:01 -0800 (PST) Date: Mon, 10 Mar 1997 00:50:01 -0800 (PST) Message-Id: <199703100850.AAA04470@freefall.freebsd.org> To: freebsd-ports Cc: From: asami@vader.cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/2922: New port: viz-1.1.1 Reply-To: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2922; it has been noted by GNATS. From: asami@vader.cs.berkeley.edu (Satoshi Asami) To: FreeBSD-gnats-submit@freefall.FreeBSD.org, nordquis@visi.com Cc: Subject: Re: ports/2922: New port: viz-1.1.1 Date: Mon, 10 Mar 1997 00:47:51 -0800 (PST) The only alternatives is to remove the md5 check (via IGNOREFILES) so you can put all the sites on the list or put it in our LOCAL_PORTS directory. Neither seems better than what you did. Satoshi From owner-freebsd-ports Mon Mar 10 01:46:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA07029 for ports-outgoing; Mon, 10 Mar 1997 01:46:55 -0800 (PST) Received: from dfw-ix2.ix.netcom.com (dfw-ix2.ix.netcom.com [206.214.98.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA07005; Mon, 10 Mar 1997 01:46:49 -0800 (PST) Received: (from smap@localhost) by dfw-ix2.ix.netcom.com (8.8.4/8.8.4) id DAA11060; Mon, 10 Mar 1997 03:45:30 -0600 (CST) Received: from sjx-ca21-21.ix.netcom.com(204.30.65.85) by dfw-ix2.ix.netcom.com via smap (V1.3) id sma011057; Mon Mar 10 03:45:06 1997 Received: (from asami@localhost) by baloon.mimi.com (8.8.5/8.6.9) id BAA00809; Mon, 10 Mar 1997 01:45:02 -0800 (PST) Date: Mon, 10 Mar 1997 01:45:02 -0800 (PST) Message-Id: <199703100945.BAA00809@baloon.mimi.com> To: obrien@NUXI.com CC: jkh@time.cdrom.com, ports@freebsd.org, current@freebsd.org In-reply-to: <19970309223501.24540@dragon.nuxi.com> (obrien@NUXI.com) Subject: Re: Getting /usr/ports everywhere... From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * > The lndir trick is slow, eats lots of inodes while leaving you still * > dependant on your CD or NFS mounted ports tree, lndir doesn't come as * > a standard component (you need to load XFree86's bin component) and * > it's no longer supported by sysinstall anyway (it was too slow). If I Yeah, I think it's a good idea. You may want to lump it with the src tarballs though (or at least warn them that the tree can GROW (in all caps) during compilation) so unsuspecting users won't say "oh, 35MB! sure, that's gonna fit in my 150MB /usr!". :) * I assume you might still support linking the distfiles though, right? That's not really necessary, bsd.port.mk looks at the cdrom first. :) Speaking of which, I assume you haven't changed this path in the latest CD, Jordan? MASTER_SITES:= file:/cdrom/ports/distfiles/${DIST_SUBDIR}/ ${MASTER_SITES} Satoshi From owner-freebsd-ports Mon Mar 10 01:49:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA07199 for ports-outgoing; Mon, 10 Mar 1997 01:49:56 -0800 (PST) Received: from dfw-ix15.ix.netcom.com (dfw-ix15.ix.netcom.com [206.214.98.15]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA07194 for ; Mon, 10 Mar 1997 01:49:53 -0800 (PST) Received: (from smap@localhost) by dfw-ix15.ix.netcom.com (8.8.4/8.8.4) id DAA05143; Mon, 10 Mar 1997 03:48:49 -0600 (CST) Received: from sjx-ca21-21.ix.netcom.com(204.30.65.85) by dfw-ix15.ix.netcom.com via smap (V1.3) id sma005139; Mon Mar 10 03:48:38 1997 Received: (from asami@localhost) by baloon.mimi.com (8.8.5/8.6.9) id BAA00820; Mon, 10 Mar 1997 01:48:35 -0800 (PST) Date: Mon, 10 Mar 1997 01:48:35 -0800 (PST) Message-Id: <199703100948.BAA00820@baloon.mimi.com> To: marcs@znep.com CC: jfesler@calweb.com, ports@freebsd.org In-reply-to: (message from Marc Slemko on Sat, 8 Mar 1997 21:42:53 -0700 (MST)) Subject: Re: Getting /usr/ports everywhere... From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I think it would be a good idea to make an effort to keep ports compiling * with reasonably new versions for as long as possible. For most ports (eg. * Apache and rlim_t) it would take only trivial changes to keep them * working... yes, it is extra effort and isn't reasonably possible in all * cases but I think it is worthwhile. It's definitely a good idea. The manpower, however, should probably come from outside the regular ports committers, who are severely overburdened these days. (Just look at the list of open ports PRs that keep growing!) You are very welcome to submit patches to make ports compile on many branches. :) (Most of the hints are already in the handbook....) Satoshi From owner-freebsd-ports Mon Mar 10 01:53:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA07489 for ports-outgoing; Mon, 10 Mar 1997 01:53:56 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA07439; Mon, 10 Mar 1997 01:53:17 -0800 (PST) Date: Mon, 10 Mar 1997 01:53:17 -0800 (PST) From: Satoshi Asami Message-Id: <199703100953.BAA07439@freefall.freebsd.org> To: nobu@psrc.isac.co.jp, asami, freebsd-ports Subject: Re: ports/2909 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: sysutils/xbatt: ports collection update State-Changed-From-To: open-analyzed State-Changed-By: asami State-Changed-When: Mon Mar 10 01:52:30 PST 1997 State-Changed-Why: Please send the changes as a "diff -ru". From owner-freebsd-ports Mon Mar 10 02:28:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA09689 for ports-outgoing; Mon, 10 Mar 1997 02:28:23 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA09530; Mon, 10 Mar 1997 02:27:35 -0800 (PST) Date: Mon, 10 Mar 1997 02:27:35 -0800 (PST) From: Satoshi Asami Message-Id: <199703101027.CAA09530@freefall.freebsd.org> To: Nakai@Mlab.t.u-tokyo.ac.jp, asami, freebsd-ports Subject: Re: ports/2905 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Fixed port: xshisen-1.36 State-Changed-From-To: open-analyzed State-Changed-By: asami State-Changed-When: Mon Mar 10 02:27:20 PST 1997 State-Changed-Why: Please send it in as a diff -ru. From owner-freebsd-ports Mon Mar 10 02:28:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA09703 for ports-outgoing; Mon, 10 Mar 1997 02:28:27 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA09669; Mon, 10 Mar 1997 02:28:20 -0800 (PST) Date: Mon, 10 Mar 1997 02:28:20 -0800 (PST) From: Satoshi Asami Message-Id: <199703101028.CAA09669@freefall.freebsd.org> To: deischen@iworks.InterWorks.org, asami, freebsd-ports Subject: Re: ports/2902 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Fix xmcd port for PACKAGE_BUILDING State-Changed-From-To: open-analyzed State-Changed-By: asami State-Changed-When: Mon Mar 10 02:28:01 PST 1997 State-Changed-Why: Please send it in as a diff -ru. From owner-freebsd-ports Mon Mar 10 02:41:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA10333 for ports-outgoing; Mon, 10 Mar 1997 02:41:37 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA10325 for ; Mon, 10 Mar 1997 02:41:33 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id CAA13585; Mon, 10 Mar 1997 02:41:39 -0800 (PST) To: Joel Sutton cc: ports@freebsd.org Subject: Re: Making ports of usenet sources In-reply-to: Your message of "Mon, 10 Mar 1997 16:45:27 +1100." <199703100545.QAA02370@solsbury-hill.home> Date: Mon, 10 Mar 1997 02:41:36 -0800 Message-ID: <13553.857990496@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Would it be considered acceptable to download the shell archive, > unpack it and compile it (etc)?? Or should I create a separate tar file > with the sources in it and upload that also??? Sure. See /usr/ports/benchmarks/xengine/Makefile for an example of a port which extracts from a (gzip'd) shar file. That's why the whole EXTRACT_* was done so flexibly - so we'd be able to deal with other types of distribution files. There are ports that are distributed as tarballs, sharballs and zip files, and the ports framework deals with all of them just fine. Jordan From owner-freebsd-ports Mon Mar 10 02:42:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA10364 for ports-outgoing; Mon, 10 Mar 1997 02:42:09 -0800 (PST) Received: from dfw-ix10.ix.netcom.com (dfw-ix10.ix.netcom.com [206.214.98.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA10359 for ; Mon, 10 Mar 1997 02:42:05 -0800 (PST) Received: (from smap@localhost) by dfw-ix10.ix.netcom.com (8.8.4/8.8.4) id EAA25628; Mon, 10 Mar 1997 04:41:32 -0600 (CST) Received: from sjx-ca21-21.ix.netcom.com(204.30.65.85) by dfw-ix10.ix.netcom.com via smap (V1.3) id sma024710; Mon Mar 10 03:54:42 1997 Received: (from asami@localhost) by baloon.mimi.com (8.8.5/8.6.9) id BAA00834; Mon, 10 Mar 1997 01:54:19 -0800 (PST) Date: Mon, 10 Mar 1997 01:54:19 -0800 (PST) Message-Id: <199703100954.BAA00834@baloon.mimi.com> To: ache@nagual.ru CC: ports@freebsd.org In-reply-to: (message from =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= on Fri, 7 Mar 1997 11:47:19 +0300 (MSK)) Subject: Re: wwwcount questions From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I don't see a good way to do it, the package want current host name, * IP number and few quiestions to be answered. If you can do something * that you find reasonable in this case, please do. That doesn't make sense. If you want me to build a package (you removed NO_PACKAGE), and the software needs some questions to be answered, put that in pkg/ so that users of pkg_add will do the right thing. Otherwise, I'm not going to create a package for this port. Satoshi From owner-freebsd-ports Mon Mar 10 02:46:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA10577 for ports-outgoing; Mon, 10 Mar 1997 02:46:22 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA10544; Mon, 10 Mar 1997 02:46:15 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id CAA14096; Mon, 10 Mar 1997 02:42:38 -0800 (PST) To: obrien@NUXI.com cc: ports@freebsd.org, current@freebsd.org Subject: Re: Getting /usr/ports everywhere... In-reply-to: Your message of "Sun, 09 Mar 1997 22:35:01 PST." <19970309223501.24540@dragon.nuxi.com> Date: Mon, 10 Mar 1997 02:42:37 -0800 Message-ID: <14082.857990557@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I assume you might still support linking the distfiles though, right? Not even necessary - check out a recent copy of bsd.ports.mk and see how the CDROM gets added to the distribution path. :) Jordan From owner-freebsd-ports Mon Mar 10 03:09:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA12069 for ports-outgoing; Mon, 10 Mar 1997 03:09:16 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA12063 for ; Mon, 10 Mar 1997 03:09:12 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id DAA14215; Mon, 10 Mar 1997 03:09:17 -0800 (PST) To: asami@vader.cs.berkeley.edu (Satoshi Asami) cc: ports@freebsd.org Subject: Re: What do you think of this little hack to /usr/ports/Makefile ? In-reply-to: Your message of "Mon, 10 Mar 1997 00:37:15 PST." <199703100837.AAA04222@baloon.mimi.com> Date: Mon, 10 Mar 1997 03:09:17 -0800 Message-ID: <14210.857992157@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > * @awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex :\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' < ${.CURDIR}/INDEX > > Maybe we can define this command elsewhere? > > * +PAGER?= more I did wonder about that too, actually. I was thinking that "search" might be a novice user kinda thing and when the first run spewed output at me, I thought "Hmmm, novice users may not even know about more - maybe I'd better page it for them in this one case." Upon further reflection, that's probably taking things too far. :-) > I wouldn't use a pager here, the users can pipe the output themselves > if they want it. Also, print-index doesn't have a pager. Right, consider the pager idea nuked. > Other than that, it looks fine (although I somehow can't see much use > for it). Not for you, perhaps, but I'll certainly use it in my one-liner answers to questions when someone asks for something obvious from the ports collection. Telling them to grep the INDEX file for it (and how else do you find something quickly?) is an inferior solution because the output is then cryptic and unreadable. This was my attempt to fix that. Jordan From owner-freebsd-ports Mon Mar 10 03:25:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA12862 for ports-outgoing; Mon, 10 Mar 1997 03:25:32 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA12838; Mon, 10 Mar 1997 03:25:26 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id DAA01954; Mon, 10 Mar 1997 03:21:48 -0800 (PST) To: asami@vader.cs.berkeley.edu (Satoshi Asami) cc: obrien@NUXI.com, ports@freebsd.org, current@freebsd.org Subject: Re: Getting /usr/ports everywhere... In-reply-to: Your message of "Mon, 10 Mar 1997 01:45:02 PST." <199703100945.BAA00809@baloon.mimi.com> Date: Mon, 10 Mar 1997 03:21:48 -0800 Message-ID: <1950.857992908@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > That's not really necessary, bsd.port.mk looks at the cdrom first. :) > Speaking of which, I assume you haven't changed this path in the > latest CD, Jordan? > > MASTER_SITES:= file:/cdrom/ports/distfiles/${DIST_SUBDIR}/ ${MASTER_SI I'm not that stupid - I do remember this change. :-) Jordan From owner-freebsd-ports Mon Mar 10 03:41:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA13737 for ports-outgoing; Mon, 10 Mar 1997 03:41:05 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA13716; Mon, 10 Mar 1997 03:41:00 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id DAA24209; Mon, 10 Mar 1997 03:37:22 -0800 (PST) To: asami@vader.cs.berkeley.edu (Satoshi Asami) cc: obrien@NUXI.com, ports@freebsd.org, current@freebsd.org Subject: Re: Getting /usr/ports everywhere... In-reply-to: Your message of "Mon, 10 Mar 1997 01:45:02 PST." <199703100945.BAA00809@baloon.mimi.com> Date: Mon, 10 Mar 1997 03:37:22 -0800 Message-ID: <24196.857993842@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Yeah, I think it's a good idea. You may want to lump it with the src > tarballs though (or at least warn them that the tree can GROW (in all > caps) during compilation) so unsuspecting users won't say "oh, 35MB! > sure, that's gonna fit in my 150MB /usr!". :) Actually, that sounds like fodder for /usr/ports/README. :-) I'll commit it. Jordan From owner-freebsd-ports Mon Mar 10 03:45:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA13982 for ports-outgoing; Mon, 10 Mar 1997 03:45:30 -0800 (PST) Received: from dfw-ix7.ix.netcom.com (dfw-ix7.ix.netcom.com [206.214.98.7]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA13975 for ; Mon, 10 Mar 1997 03:45:27 -0800 (PST) Received: (from smap@localhost) by dfw-ix7.ix.netcom.com (8.8.4/8.8.4) id FAA14938; Mon, 10 Mar 1997 05:44:54 -0600 (CST) Received: from sjx-ca21-21.ix.netcom.com(204.30.65.85) by dfw-ix7.ix.netcom.com via smap (V1.3) id sma014926; Mon Mar 10 05:44:45 1997 Received: (from asami@localhost) by baloon.mimi.com (8.8.5/8.6.9) id DAA01436; Mon, 10 Mar 1997 03:44:32 -0800 (PST) Date: Mon, 10 Mar 1997 03:44:32 -0800 (PST) Message-Id: <199703101144.DAA01436@baloon.mimi.com> To: jkh@time.cdrom.com CC: ports@freebsd.org In-reply-to: <14210.857992157@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: What do you think of this little hack to /usr/ports/Makefile ? From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * > Other than that, it looks fine (although I somehow can't see much use * > for it). * * Not for you, perhaps, but I'll certainly use it in my one-liner * answers to questions when someone asks for something obvious from the * ports collection. Telling them to grep the INDEX file for it (and how * else do you find something quickly?) is an inferior solution because * the output is then cryptic and unreadable. This was my attempt to * fix that. I see. Well, I either do a search on the ports web page (the one for "all ports") or just do a grep on */*/pkg/COMMENT or */*/Makefile or even */*/pkg/PLIST. I don't find the fields in INDEX too useful for those kinds of quick browsing anyway. But as I said, if you see use for that, go ahead. Satoshi From owner-freebsd-ports Mon Mar 10 03:47:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA14115 for ports-outgoing; Mon, 10 Mar 1997 03:47:42 -0800 (PST) Received: from dfw-ix9.ix.netcom.com (dfw-ix9.ix.netcom.com [206.214.98.9]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA14089; Mon, 10 Mar 1997 03:47:35 -0800 (PST) Received: (from smap@localhost) by dfw-ix9.ix.netcom.com (8.8.4/8.8.4) id FAA08390; Mon, 10 Mar 1997 05:36:37 -0600 (CST) Received: from sjx-ca21-21.ix.netcom.com(204.30.65.85) by dfw-ix9.ix.netcom.com via smap (V1.3) id sma008378; Mon Mar 10 05:36:29 1997 Received: (from asami@localhost) by baloon.mimi.com (8.8.5/8.6.9) id DAA01390; Mon, 10 Mar 1997 03:36:25 -0800 (PST) Date: Mon, 10 Mar 1997 03:36:25 -0800 (PST) Message-Id: <199703101136.DAA01390@baloon.mimi.com> To: jkh@time.cdrom.com CC: obrien@NUXI.com, ports@freebsd.org, current@freebsd.org In-reply-to: <1950.857992908@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: Getting /usr/ports everywhere... From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * > That's not really necessary, bsd.port.mk looks at the cdrom first. :) * > Speaking of which, I assume you haven't changed this path in the * > latest CD, Jordan? * > * > MASTER_SITES:= file:/cdrom/ports/distfiles/${DIST_SUBDIR}/ ${MASTER_SI * * I'm not that stupid - I do remember this change. :-) I'm not sure where you got the idea that I was suggesting that you're stupid. ;) I was merely making sure that the path has not changed on the new CD image, because I haven't looked at 2.2-* CDs for a while. Satoshi From owner-freebsd-ports Mon Mar 10 04:06:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA15246 for ports-outgoing; Mon, 10 Mar 1997 04:06:18 -0800 (PST) Received: from dfw-ix10.ix.netcom.com (dfw-ix10.ix.netcom.com [206.214.98.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA15206; Mon, 10 Mar 1997 04:06:04 -0800 (PST) Received: (from smap@localhost) by dfw-ix10.ix.netcom.com (8.8.4/8.8.4) id FAA10432; Mon, 10 Mar 1997 05:54:58 -0600 (CST) Received: from sjx-ca21-21.ix.netcom.com(204.30.65.85) by dfw-ix10.ix.netcom.com via smap (V1.3) id sma010422; Mon Mar 10 05:54:47 1997 Received: (from asami@localhost) by baloon.mimi.com (8.8.5/8.6.9) id DAA01516; Mon, 10 Mar 1997 03:54:18 -0800 (PST) Date: Mon, 10 Mar 1997 03:54:18 -0800 (PST) Message-Id: <199703101154.DAA01516@baloon.mimi.com> To: jkh@time.cdrom.com CC: obrien@NUXI.com, ports@freebsd.org, current@freebsd.org In-reply-to: <24196.857993842@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: Getting /usr/ports everywhere... From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * > Yeah, I think it's a good idea. You may want to lump it with the src * > tarballs though (or at least warn them that the tree can GROW (in all * > caps) during compilation) so unsuspecting users won't say "oh, 35MB! * > sure, that's gonna fit in my 150MB /usr!". :) * * Actually, that sounds like fodder for /usr/ports/README. :-) * * I'll commit it. Thanks for committing it, but I don't think users can read /usr/ports/README while they are picking the distributions to install, can they? :) Satoshi From owner-freebsd-ports Mon Mar 10 04:09:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA15608 for ports-outgoing; Mon, 10 Mar 1997 04:09:31 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA15561; Mon, 10 Mar 1997 04:08:53 -0800 (PST) Date: Mon, 10 Mar 1997 04:08:53 -0800 (PST) From: Satoshi Asami Message-Id: <199703101208.EAA15561@freefall.freebsd.org> To: nobu@psrc.isac.co.jp, asami, freebsd-ports Subject: Re: ports/2909 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: sysutils/xbatt: ports collection update State-Changed-From-To: analyzed-closed State-Changed-By: asami State-Changed-When: Mon Mar 10 04:07:36 PST 1997 State-Changed-Why: Patch applied and committed, thanks! From owner-freebsd-ports Mon Mar 10 04:21:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA16183 for ports-outgoing; Mon, 10 Mar 1997 04:21:09 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA16162; Mon, 10 Mar 1997 04:20:59 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id EAA27007; Mon, 10 Mar 1997 04:17:19 -0800 (PST) To: asami@vader.cs.berkeley.edu (Satoshi Asami) cc: obrien@NUXI.com, ports@freebsd.org, current@freebsd.org Subject: Re: Getting /usr/ports everywhere... In-reply-to: Your message of "Mon, 10 Mar 1997 03:36:25 PST." <199703101136.DAA01390@baloon.mimi.com> Date: Mon, 10 Mar 1997 04:17:18 -0800 Message-ID: <27003.857996238@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > stupid. ;) I was merely making sure that the path has not changed on > the new CD image, because I haven't looked at 2.2-* CDs for a while. You should probably receive your 2.1.7 CD soon, which has the same layout. It's all on the 2nd CDROM, so you do unfortunately need to switch CDs for it. :( Of course, at the rate you're going, I predict that the ports collection will be a 2-CD set before the end of the year. :-) Jordan From owner-freebsd-ports Mon Mar 10 04:37:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA17671 for ports-outgoing; Mon, 10 Mar 1997 04:37:10 -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 EAA17661 for ; Mon, 10 Mar 1997 04:37:00 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id MAA26569; Mon, 10 Mar 1997 12:50:49 GMT Date: Mon, 10 Mar 1997 12:50:49 GMT From: Adam David Message-Id: <199703101250.MAA26569@veda.is> To: sauber@netcom.COM (Soren Dossing) Cc: freebsd-ports@freebsd.org Subject: Re: rexecd Newsgroups: list.freebsd.ports References: X-Newsreader: NN version 6.5.0 #2 (NOV) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >I did not find a port of webstone anywhere, so I am trying to make one. >But I need a suggestion. Part of the webstone test is to generate some >files and rcp them to the webservers www directory. This must be done as >root. >However reading the manual page for rexecd it turns out, that root is not >allowed to use the rcp, and that the entire concept of rexec/rexecd is an >example of how not to do things. >So right now I miss an example of how to do things. What would be the best >way to copy the files to the web server non-interactively ? How about using scp? (rcp replacement provided with ssh). Root is allowed, because of stronger and more secure authentication. -- Adam David From owner-freebsd-ports Mon Mar 10 04:49:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA18370 for ports-outgoing; Mon, 10 Mar 1997 04:49:17 -0800 (PST) Received: from dfw-ix9.ix.netcom.com (dfw-ix9.ix.netcom.com [206.214.98.9]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA18348; Mon, 10 Mar 1997 04:49:07 -0800 (PST) Received: (from smap@localhost) by dfw-ix9.ix.netcom.com (8.8.4/8.8.4) id GAA10535; Mon, 10 Mar 1997 06:38:04 -0600 (CST) Received: from sjx-ca21-21.ix.netcom.com(204.30.65.85) by dfw-ix9.ix.netcom.com via smap (V1.3) id sma010519; Mon Mar 10 06:38:00 1997 Received: (from asami@localhost) by baloon.mimi.com (8.8.5/8.6.9) id EAA01658; Mon, 10 Mar 1997 04:37:57 -0800 (PST) Date: Mon, 10 Mar 1997 04:37:57 -0800 (PST) Message-Id: <199703101237.EAA01658@baloon.mimi.com> To: jkh@time.cdrom.com CC: obrien@NUXI.com, ports@freebsd.org, current@freebsd.org In-reply-to: <27003.857996238@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: Getting /usr/ports everywhere... From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * You should probably receive your 2.1.7 CD soon, which has the same * layout. It's all on the 2nd CDROM, so you do unfortunately need to * switch CDs for it. :( Ok. * Of course, at the rate you're going, I predict that the ports * collection will be a 2-CD set before the end of the year. :-) Gee, what are we going to do when the time comes when all the distfiles don't fit on a single CD? Mandate a CD-changer? ;) Satoshi From owner-freebsd-ports Mon Mar 10 04:51:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA18489 for ports-outgoing; Mon, 10 Mar 1997 04:51:41 -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 EAA18480 for ; Mon, 10 Mar 1997 04:51:31 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id NAA27499 for freebsd-ports@freebsd.org; Mon, 10 Mar 1997 13:06:34 GMT From: Adam David Message-Id: <199703101306.NAA27499@veda.is> Subject: restrictive copyright? To: freebsd-ports@freebsd.org Date: Mon, 10 Mar 1997 13:06:33 +0000 (GMT) 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 In looking at the 'irc' port, I noticed that the "restrictive copyright" referred to is the standard GNU public license version 1 or later. So how come irc is restricted but gcc can be part of the main src tree? Distribution of binaries requires option for distribution of source, but if the distfile is on the CDROM the source is included there. Is the only problem due to archive space for obsolete versions? Wasn't there a clause for supplying later source version instead? Am I missing something really obvious here? -- Adam David From owner-freebsd-ports Mon Mar 10 05:20:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA19431 for ports-outgoing; Mon, 10 Mar 1997 05:20:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA19424; Mon, 10 Mar 1997 05:20:02 -0800 (PST) Resent-Date: Mon, 10 Mar 1997 05:20:02 -0800 (PST) Resent-Message-Id: <199703101320.FAA19424@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, xaa@stack.nl Received: from alterego.stack.nl (xaa@alterego.stack.nl [131.155.141.160]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA19203 for ; Mon, 10 Mar 1997 05:12:06 -0800 (PST) Received: (from xaa@localhost) by alterego.stack.nl (8.8.5/8.8.5) id OAA17287; Mon, 10 Mar 1997 14:12:13 +0100 (MET) Message-Id: <199703101312.OAA17287@alterego.stack.nl> Date: Mon, 10 Mar 1997 14:12:13 +0100 (MET) From: xaa@stack.nl Reply-To: xaa@stack.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2931: kaffe 0.8.2 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2931 >Category: ports >Synopsis: Update >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 10 05:20:01 PST 1997 >Last-Modified: >Originator: Mark Huizer >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: lots o' coffee, nice apple pie will do nicely as well >Description: >How-To-Repeat: >Fix: cd /usr/ports/lang patch # # $Id: Makefile,v 1.19 1997/03/03 13:57:16 tg Exp $ # -DISTNAME= kaffe-0.8.2 +DISTNAME= kaffe-0.8.1 CATEGORIES= lang MASTER_SITES= ftp://ftp.sarc.city.ac.uk/pub/kaffe/ EXTRACT_SUFX= .tgz -DISTFILES= ${DISTNAME}.tgz kaffe-0.8.2-package-biss-net.com.tgz +DISTFILES= ${DISTNAME}.tgz kaffe-0.8.1-package-biss-net.com.tgz MAINTAINER= xaa@stack.nl @@ -19,8 +19,8 @@ GNU_CONFIGURE= yes MAN1= kaffe.1 -#do-configure: -# @(cd ${WRKSRC}; ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) +do-configure: + @(cd ${WRKSRC}; ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) pre-install: @( if test "`${MD5} ${PREFIX}/share/java/classes.zip | ${AWK} '{print $$4}'`" != "`cat ${FILESDIR}/classes.zip.1.02.md5`" ; then \ diff -udr /usr/ports/myports/kaffe/files/md5 kaffe/files/md5 --- /usr/ports/myports/kaffe/files/md5 Mon Mar 10 11:27:41 1997 +++ kaffe/files/md5 Wed Mar 5 16:59:53 1997 @@ -1,2 +1,2 @@ -MD5 (kaffe-0.8.2.tgz) = 6c7dee1fff12d4fa908dd418f54ee33f -MD5 (kaffe-0.8.2-package-biss-net.com.tgz) = 5ec84db8212b85e3f68d86b915cfd2bf +MD5 (kaffe-0.8.1.tgz) = e120b969f896ce5b99d21b643952dad9 +MD5 (kaffe-0.8.1-package-biss-net.com.tgz) = cbda1b62761bdac775c3901e782075b8 diff -udr /usr/ports/myports/kaffe/patches/patch-aa kaffe/patches/patch-aa --- /usr/ports/myports/kaffe/patches/patch-aa Mon Mar 10 12:22:57 1997 +++ kaffe/patches/patch-aa Mon Mar 3 14:57:25 1997 @@ -1,105 +1,103 @@ -diff -udr ../../kaffe-0.8.2/configure ./configure ---- ../../kaffe-0.8.2/configure Thu Feb 27 18:46:21 1997 -+++ ./configure Mon Mar 10 12:18:56 1997 -@@ -701,7 +701,7 @@ - case "$host_cpu-$host_os" in - - --i[3456]86-freebsd2*) -+i[3456]86-freebsd[23]*) - host_cpu=i386 - host_os=freebsd2 - PIC=-fPIC -@@ -4344,7 +4344,7 @@ - - if test "$SYSTEM" = "unix" ; then - if test "$awt_toolkit" != "none" ; then -- echo CLASSPATH=.:$datadir/kaffe/classes.zip:$datadir/kaffe/$awt_toolkit.zip > ENVIRONMENT -+ echo CLASSPATH=.:$datadir/java/classes.zip:$datadir/kaffe/$awt_toolkit.zip > ENVIRONMENT - else - echo CLASSPATH=.:$datadir/kaffe/classes.zip > ENVIRONMENT - fi -diff -udr ../../kaffe-0.8.2/kaffe/kaffe/Makefile.in ./kaffe/kaffe/Makefile.in ---- ../../kaffe-0.8.2/kaffe/kaffe/Makefile.in Wed Feb 26 10:52:07 1997 -+++ ./kaffe/kaffe/Makefile.in Mon Mar 10 12:18:56 1997 +diff -udr ../../kaffe-0.8.1/kaffe/kaffe/Makefile.in ./kaffe/kaffe/Makefile.in +--- ../../kaffe-0.8.1/kaffe/kaffe/Makefile.in Thu Feb 13 10:46:45 1997 ++++ ./kaffe/kaffe/Makefile.in Fri Feb 28 23:08:24 1997 @@ -18,7 +18,7 @@ MKDIR= @MKDIR@ CC= @CC@ INCLUDES= -I. -I$(srcdir)/../kaffevm -I../../config -I$(srcdir)/../../config -I../../include -CFLAGS= @CFLAGS@ -+CFLAGS+= @CFLAGS@ ++#CFLAGS= @CFLAGS@ ALL_CFLAGS= $(CFLAGS) @KAFFEFLAGS@ $(INCLUDES) - LIBS= @NOSHAREDLIBS@ + LIBS= @NOSHAREDLIBS@ @LIBS@ OBJEXT= @OBJEXT@ -diff -udr ../../kaffe-0.8.2/kaffe/kaffeh/Makefile.in ./kaffe/kaffeh/Makefile.in ---- ../../kaffe-0.8.2/kaffe/kaffeh/Makefile.in Thu Feb 27 16:41:51 1997 -+++ ./kaffe/kaffeh/Makefile.in Mon Mar 10 12:18:56 1997 +diff -udr ../../kaffe-0.8.1/kaffe/kaffeh/Makefile.in ./kaffe/kaffeh/Makefile.in +--- ../../kaffe-0.8.1/kaffe/kaffeh/Makefile.in Thu Feb 13 10:51:24 1997 ++++ ./kaffe/kaffeh/Makefile.in Fri Feb 28 23:08:26 1997 @@ -17,7 +17,7 @@ MKDIR= @MKDIR@ CC= @CC@ INCLUDES= -I. -I$(srcdir) -I../../config -I$(srcdir)/../kaffevm -I$(srcdir)/../../config -I../../include -CFLAGS= @CFLAGS@ -+CFLAGS+= @CFLAGS@ ++#CFLAGS= @CFLAGS@ ALL_CFLAGS= $(CFLAGS) $(INCLUDES) -DKAFFEH -DKVER=\"@KVER@\" LDFLAGS= @LDFLAGS@ LIBS= @LIBS@ -diff -udr ../../kaffe-0.8.2/kaffe/kaffevm/Makefile.in ./kaffe/kaffevm/Makefile.in ---- ../../kaffe-0.8.2/kaffe/kaffevm/Makefile.in Wed Feb 26 10:05:43 1997 -+++ ./kaffe/kaffevm/Makefile.in Mon Mar 10 12:18:56 1997 +diff -udr ../../kaffe-0.8.1/kaffe/kaffevm/Makefile.in ./kaffe/kaffevm/Makefile.in +--- ../../kaffe-0.8.1/kaffe/kaffevm/Makefile.in Thu Feb 13 10:49:15 1997 ++++ ./kaffe/kaffevm/Makefile.in Fri Feb 28 23:08:29 1997 @@ -30,7 +30,7 @@ LIBEXT= @LIBEXT@ INCLUDES= -I. -I$(srcdir) -I$(srcdir)/../../config -I../../config -I../../include -CFLAGS= @CFLAGS@ -+CFLAGS+= @CFLAGS@ ++#CFLAGS= @CFLAGS@ ALL_CFLAGS= $(CFLAGS) @KAFFEVMFLAGS@ $(INCLUDES) $(ENGINE_CFLAGS) -DKVER=\"$(KVER)\" LIBNAME= libkaffe_vm -diff -udr ../../kaffe-0.8.2/packages/biss-net.com/APIawt/lib/Makefile.in ./packages/biss-net.com/APIawt/lib/Makefile.in ---- ../../kaffe-0.8.2/packages/biss-net.com/APIawt/lib/Makefile.in Wed Feb 26 15:48:54 1997 -+++ ./packages/biss-net.com/APIawt/lib/Makefile.in Mon Mar 10 12:18:56 1997 +diff -udr ../../kaffe-0.8.1/packages/tjwassoc.demon.co.uk/APIagent/lib/Makefile.in ./packages/tjwassoc.demon.co.uk/APIagent/lib/Makefile.in +--- ../../kaffe-0.8.1/packages/tjwassoc.demon.co.uk/APIagent/lib/Makefile.in Tue Feb 11 10:00:25 1997 ++++ ./packages/tjwassoc.demon.co.uk/APIagent/lib/Makefile.in Fri Feb 28 23:08:50 1997 @@ -17,7 +17,7 @@ AR= @AR@ RANLIB= @RANLIB@ - INCLUDES= -I$(srcdir) -I$(srcdir)/../../../../include -I../../../../include + INCLUDES= -I$(srcdir) -I../../../../include -I$(srcdir)/../../../../include -I../../../../config -I$(srcdir)/../../../../config -CFLAGS= @CFLAGS@ -+CFLAGS+= @CFLAGS@ - X_INCLUDES= @X_INCLUDES@ - ALL_CFLAGS= $(CFLAGS) $(INCLUDES) $(X_INCLUDES) -DKAFFE ++#CFLAGS= @CFLAGS@ + ALL_CFLAGS= $(CFLAGS) $(INCLUDES) INSTALL= @INSTALL@ -diff -udr ../../kaffe-0.8.2/packages/tjwassoc.demon.co.uk/APIagent/lib/Makefile.in ./packages/tjwassoc.demon.co.uk/APIagent/lib/Makefile.in ---- ../../kaffe-0.8.2/packages/tjwassoc.demon.co.uk/APIagent/lib/Makefile.in Tue Feb 11 10:00:26 1997 -+++ ./packages/tjwassoc.demon.co.uk/APIagent/lib/Makefile.in Mon Mar 10 12:18:57 1997 + INSTALL_DATA= @INSTALL_DATA@ +diff -udr ../../kaffe-0.8.1/packages/tjwassoc.demon.co.uk/APIcore/lib/Makefile.in ./packages/tjwassoc.demon.co.uk/APIcore/lib/Makefile.in +--- ../../kaffe-0.8.1/packages/tjwassoc.demon.co.uk/APIcore/lib/Makefile.in Tue Feb 11 10:00:14 1997 ++++ ./packages/tjwassoc.demon.co.uk/APIcore/lib/Makefile.in Fri Feb 28 23:08:53 1997 @@ -17,7 +17,7 @@ AR= @AR@ RANLIB= @RANLIB@ INCLUDES= -I$(srcdir) -I../../../../include -I$(srcdir)/../../../../include -I../../../../config -I$(srcdir)/../../../../config -CFLAGS= @CFLAGS@ -+CFLAGS+= @CFLAGS@ ++#CFLAGS= @CFLAGS@ ALL_CFLAGS= $(CFLAGS) $(INCLUDES) INSTALL= @INSTALL@ INSTALL_DATA= @INSTALL_DATA@ -diff -udr ../../kaffe-0.8.2/packages/tjwassoc.demon.co.uk/APIcore/lib/Makefile.in ./packages/tjwassoc.demon.co.uk/APIcore/lib/Makefile.in ---- ../../kaffe-0.8.2/packages/tjwassoc.demon.co.uk/APIcore/lib/Makefile.in Wed Feb 26 10:08:33 1997 -+++ ./packages/tjwassoc.demon.co.uk/APIcore/lib/Makefile.in Mon Mar 10 12:18:57 1997 +diff -udr ../../kaffe-0.8.1/packages/tjwassoc.demon.co.uk/APInet/lib/Makefile.in ./packages/tjwassoc.demon.co.uk/APInet/lib/Makefile.in +--- ../../kaffe-0.8.1/packages/tjwassoc.demon.co.uk/APInet/lib/Makefile.in Tue Feb 11 10:00:33 1997 ++++ ./packages/tjwassoc.demon.co.uk/APInet/lib/Makefile.in Fri Feb 28 23:08:55 1997 @@ -17,7 +17,7 @@ AR= @AR@ RANLIB= @RANLIB@ INCLUDES= -I$(srcdir) -I../../../../include -I$(srcdir)/../../../../include -I../../../../config -I$(srcdir)/../../../../config -CFLAGS= @CFLAGS@ -+CFLAGS+= @CFLAGS@ ++#CFLAGS= @CFLAGS@ ALL_CFLAGS= $(CFLAGS) $(INCLUDES) INSTALL= @INSTALL@ INSTALL_DATA= @INSTALL_DATA@ -diff -udr ../../kaffe-0.8.2/packages/tjwassoc.demon.co.uk/APInet/lib/Makefile.in ./packages/tjwassoc.demon.co.uk/APInet/lib/Makefile.in ---- ../../kaffe-0.8.2/packages/tjwassoc.demon.co.uk/APInet/lib/Makefile.in Wed Feb 26 10:06:27 1997 -+++ ./packages/tjwassoc.demon.co.uk/APInet/lib/Makefile.in Mon Mar 10 12:18:57 1997 +--- packages/biss-net.com/APIawt/lib/Makefile.in.orig Tue Feb 11 10:01:04 1997 ++++ packages/biss-net.com/APIawt/lib/Makefile.in Mon Mar 3 13:39:18 1997 @@ -17,7 +17,7 @@ AR= @AR@ RANLIB= @RANLIB@ - INCLUDES= -I$(srcdir) -I../../../../include -I$(srcdir)/../../../../include -I../../../../config -I$(srcdir)/../../../../config + INCLUDES= -I$(srcdir) -I$(srcdir)/../../../../include -I../../../../include -CFLAGS= @CFLAGS@ -+CFLAGS+= @CFLAGS@ - ALL_CFLAGS= $(CFLAGS) $(INCLUDES) - INSTALL= @INSTALL@ - INSTALL_DATA= @INSTALL_DATA@ ++#CFLAGS= @CFLAGS@ + X_INCLUDES= @X_INCLUDES@ + X_LIBRARIES= @X_LIBRARIES@ -lX11 + ALL_CFLAGS= $(CFLAGS) $(INCLUDES) $(X_INCLUDES) -DKAFFE +--- ../../kaffe-0.8.1/configure Mon Feb 17 10:41:06 1997 ++++ ./configure Fri Feb 28 23:15:27 1997 +@@ -577,7 +577,7 @@ + case "$host_cpu-$host_os" in + + +-i[3456]86-freebsd2*) ++i[3456]86-freebsd[23]*) + host_cpu=i386 + host_os=freebsd2 + PIC=-fPIC +@@ -4261,7 +4261,7 @@ + + if test "$SYSTEM" = "unix" ; then + if test "$awt_toolkit" != "none" ; then +- echo CLASSPATH=.:$datadir/kaffe/classes.zip:$datadir/kaffe/$awt_toolkit.zip > ENVIRONMENT ++ echo CLASSPATH=.:$datadir/kaffe/classes.zip:$datadir/kaffe/$awt_toolkit.zip:$datadir/java/classes.zip > ENVIRONMENT + else + echo CLASSPATH=.:$datadir/kaffe/classes.zip > ENVIRONMENT + fi diff -udr /usr/ports/myports/kaffe/pkg/DESCR kaffe/pkg/DESCR --- /usr/ports/myports/kaffe/pkg/DESCR Mon Mar 10 14:01:21 1997 +++ kaffe/pkg/DESCR Wed Mar 5 16:59:54 1997 @@ -1,3 +1,4 @@ +=========================================================================== This is Kaffe, a virtual machine design to execute Java bytecode. This machine can be configured in two modes. In one mode it operates as a pure bytecode interpreter (not unlike Javasoft's machine); in the second @@ -16,8 +17,9 @@ KAFFEHOME=/usr/local/share/kaffe LD_LIBRARY_PATH=/usr/lib:/usr/local/lib -You can run "sh /usr/local/share/kaffe/ENVIRONMENT" to have these set for -you. +A file "ENVIRONMENT" is generated by the configure program which contains +a /bin/sh environment setup. This may help you to figure out what to +set to what if you alter the standard installation point. What's in there =============== diff -udr /usr/ports/myports/kaffe/pkg/PLIST kaffe/pkg/PLIST --- /usr/ports/myports/kaffe/pkg/PLIST Mon Mar 10 11:36:37 1997 +++ kaffe/pkg/PLIST Mon Mar 3 14:57:28 1997 @@ -14,13 +14,13 @@ share/kaffe/lib/biss share/kaffe/lib/biss.awt lib/libkaffe_agent.so -lib/libkaffe_agent.so.0.82 +lib/libkaffe_agent.so.0.81 lib/libkaffe_bissawt.so lib/libkaffe_bissawt.so.0.87 lib/libkaffe_native.so -lib/libkaffe_native.so.0.82 +lib/libkaffe_native.so.0.81 lib/libkaffe_vm.so -lib/libkaffe_vm.so.0.82 +lib/libkaffe_vm.so.0.81 lib/libkaffe_net.so -lib/libkaffe_net.so.0.82 +lib/libkaffe_net.so.0.81 @exec /sbin/ldconfig -m %B >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Mar 10 05:21:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA19552 for ports-outgoing; Mon, 10 Mar 1997 05:21:41 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA19532; Mon, 10 Mar 1997 05:21:38 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id FAA10131; Mon, 10 Mar 1997 05:16:55 -0800 (PST) To: asami@vader.cs.berkeley.edu (Satoshi Asami) cc: obrien@NUXI.com, ports@freebsd.org, current@freebsd.org Subject: Re: Getting /usr/ports everywhere... In-reply-to: Your message of "Mon, 10 Mar 1997 03:54:18 PST." <199703101154.DAA01516@baloon.mimi.com> Date: Mon, 10 Mar 1997 05:16:53 -0800 Message-ID: <10128.857999813@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Thanks for committing it, but I don't think users can read > /usr/ports/README while they are picking the distributions to install, > can they? :) No, naturally not, but I'm hoping that at least some of them will *read* the file before they start actually using /usr/ports. :-) Even if I documented it at installation time it probably wouldn't do much good since it's still a "35MB problem" then, and by the time it becomes a "135MB problem" they're likely to have forgotten anything they ever read in sysinstall. :-) Jordan From owner-freebsd-ports Mon Mar 10 06:37:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA23563 for ports-outgoing; Mon, 10 Mar 1997 06:37:21 -0800 (PST) Received: from freenet.hamilton.on.ca (0@main.freenet.hamilton.on.ca [199.212.94.65]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA23558 for ; Mon, 10 Mar 1997 06:37:18 -0800 (PST) Received: from james.freenet.hamilton.on.ca (james.freenet.hamilton.on.ca [199.212.94.66]) by freenet.hamilton.on.ca (8.7.5/8.7.3) with ESMTP id JAA18305; Mon, 10 Mar 1997 09:37:27 -0500 (EST) Received: from localhost (ac199@localhost) by james.freenet.hamilton.on.ca (8.7.5/8.7.3) with SMTP id JAA29103; Mon, 10 Mar 1997 09:39:32 -0500 (EST) X-Authentication-Warning: james.freenet.hamilton.on.ca: ac199 owned process doing -bs Date: Mon, 10 Mar 1997 09:39:31 -0500 (EST) From: Tim Vanderhoek Reply-To: Tim Vanderhoek To: Satoshi Asami cc: jkh@time.cdrom.com, obrien@NUXI.com, ports@freebsd.org Subject: Re: Getting /usr/ports everywhere... In-Reply-To: <199703101237.EAA01658@baloon.mimi.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 Mon, 10 Mar 1997, Satoshi Asami wrote: > > * Of course, at the rate you're going, I predict that the ports > * collection will be a 2-CD set before the end of the year. :-) > > Gee, what are we going to do when the time comes when all the > distfiles don't fit on a single CD? Mandate a CD-changer? ;) Well, I was thinking that some way of widely distributing FreeBSD on LaserDisc could be dreamed up. They would probably be able to hold everything on one Disc. Not only that, but Torsten would have an excuse to spend money on LaserDiscs and we could finally close misc/2910. -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk From owner-freebsd-ports Mon Mar 10 08:13:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA29030 for ports-outgoing; Mon, 10 Mar 1997 08:13:47 -0800 (PST) Received: from relay.nuxi.com (nuxi.ucdavis.edu [128.120.175.23]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA29006; Mon, 10 Mar 1997 08:13:40 -0800 (PST) Received: from dragon.nuxi.com (reqb-081.ucdavis.edu [128.120.254.81]) by relay.nuxi.com (8.8.5/8.6.12) with ESMTP id IAA19430; Mon, 10 Mar 1997 08:17:25 GMT Received: (from obrien@localhost) by dragon.nuxi.com (8.8.5/8.7.3) id QAA14591; Mon, 10 Mar 1997 16:13:23 GMT Message-ID: <19970310081322.10520@dragon.nuxi.com> Date: Mon, 10 Mar 1997 08:13:22 -0800 From: "David O'Brien" To: Satoshi Asami Cc: jkh@time.cdrom.com, ports@freebsd.org, current@freebsd.org Subject: Re: Getting /usr/ports everywhere... References: <19970309223501.24540@dragon.nuxi.com> <199703100945.BAA00809@baloon.mimi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65_p2,4-7,10-11,15,18,21-22 Reply-To: obrien@NUXI.com X-Warning: Mutt Bites! 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 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > * I assume you might still support linking the distfiles though, right? > > That's not really necessary, bsd.port.mk looks at the cdrom first. :) Duh on me! I know this. Late night brain fart. :-( -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-freebsd-ports Mon Mar 10 08:30:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA29976 for ports-outgoing; Mon, 10 Mar 1997 08:30:25 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA29969 for ; Mon, 10 Mar 1997 08:30:22 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id IAA15841; Mon, 10 Mar 1997 08:26:29 -0800 (PST) To: Tim Vanderhoek cc: Satoshi Asami , obrien@NUXI.com, ports@freebsd.org Subject: Re: Getting /usr/ports everywhere... In-reply-to: Your message of "Mon, 10 Mar 1997 09:39:31 EST." Date: Mon, 10 Mar 1997 08:26:29 -0800 Message-ID: <15838.858011189@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Gee, what are we going to do when the time comes when all the > > distfiles don't fit on a single CD? Mandate a CD-changer? ;) > > Well, I was thinking that some way of widely distributing FreeBSD > on LaserDisc could be dreamed up. They would probably be able to Or just wait for DVD.. :) Jordan From owner-freebsd-ports Mon Mar 10 09:00:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA02059 for ports-outgoing; Mon, 10 Mar 1997 09:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA02036; Mon, 10 Mar 1997 09:00:02 -0800 (PST) Date: Mon, 10 Mar 1997 09:00:02 -0800 (PST) Message-Id: <199703101700.JAA02036@freefall.freebsd.org> To: freebsd-ports Cc: From: Pedro Giffuni Subject: Re: ports/2913: DOS 32bit cross-development environment (Experimental new port) Reply-To: Pedro Giffuni Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2913; it has been noted by GNATS. From: Pedro Giffuni To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/2913: DOS 32bit cross-development environment (Experimental new port) Date: Mon, 10 Mar 1997 11:53:05 -0800 Please note the man1 = ... list is not complete, the PLIST has the complete list of man pages. From owner-freebsd-ports Mon Mar 10 10:10:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA10486 for ports-outgoing; Mon, 10 Mar 1997 10:10:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA09590 for freebsd-ports@freebsd.org; Mon, 10 Mar 1997 10:01:12 -0800 (PST) Date: Mon, 10 Mar 1997 10:01:12 -0800 (PST) Message-Id: <199703101801.KAA09590@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 Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended Work on the problem has been postponed. This happens if a timely solution is not possible or is not cost-effective at the present time. The PR continues to exist, though a solution is not being actively sought. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1997/01/01] ports/2352 ports wu-ftp port does not work with DES crypte 1 problem total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1996/10/11] bin/1773 ports A NULL pointer causing segmentation core s [1996/12/22] ports/2268 ports libc from linux emulator does not use /et o [1997/02/13] ports/2731 ports new port: Tcl 8.0A2 o [1997/03/01] ports/2842 ports Expect port upgraded at master site; does o [1997/03/07] ports/2918 ports Unable to pass 8+ command line arguments o [1997/03/08] ports/2921 ports wide-dhcp client doesn't work because of 6 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1996/04/23] ports/1155 ports systat or top display disagreeing informa o [1996/08/21] ports/1520 ports sudo dosn't recognise certain passwords a a [1996/08/28] ports/1550 ports "make install" needs to know how to updat o [1996/10/31] ports/1939 ports exodus port doesn't build with new g++-2. o [1996/12/03] ports/2145 ports qpopper bulletin support broken o [1996/12/08] ports/2182 ports FreeBSD's and X-32's list of locales do n o [1996/12/21] ports/2264 ports latex* ports need updating o [1997/01/05] ports/2379 ports New URT port o [1997/01/10] ports/2445 ports New port : Cosmo Gang the Puzzle (games/c o [1997/01/12] ports/2477 ports Tcl 8.0 a1 port submission. o [1997/01/12] ports/2478 ports Tk 8.0a1 port submission. f [1997/01/24] ports/2571 ports Maxima lacks pkg directory o [1997/02/06] ports/2677 ports Various ports have checksum problems o [1997/02/20] ports/2778 ports New Port: Version of traceroute which pri o [1997/02/25] ports/2816 ports New port - aftp ftp-like shell for apple2 o [1997/02/25] ports/2817 ports New port - prodosemu is an Apple2e prodos a [1997/03/02] ports/2849 ports correction to New math/cad port (SCILAB) o [1997/03/03] ports/2869 ports Submiting new port: tac_plus o [1997/03/06] ports/2900 ports new port: netris -- a free networked vers a [1997/03/06] ports/2902 ports Fix xmcd port for PACKAGE_BUILDING o [1997/03/06] ports/2903 ports New port: xdeblock o [1997/03/06] ports/2904 ports New port: wm2 a [1997/03/06] ports/2905 ports Fixed port: xshisen-1.36 o [1997/03/07] ports/2913 ports DOS 32bit cross-development environment ( o [1997/03/07] ports/2914 ports Update Nedit port to correct checksum o [1997/03/07] ports/2916 ports ports sysutils/top/Makefile MASTER_SITES o [1997/03/08] ports/2920 ports patch for mispositioned xv windows under o [1997/03/08] ports/2922 ports Please commit new port: viz-1.1.1 28 problems total. From owner-freebsd-ports Mon Mar 10 12:46:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA22090 for ports-outgoing; Mon, 10 Mar 1997 12:46:07 -0800 (PST) Received: from bacchus.eng.umd.edu (bacchus.eng.umd.edu [129.2.94.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA22082; Mon, 10 Mar 1997 12:46:04 -0800 (PST) Received: from thurston.eng.umd.edu (thurston.eng.umd.edu [129.2.103.25]) by bacchus.eng.umd.edu (8.8.5/8.8.5) with ESMTP id PAA24101; Mon, 10 Mar 1997 15:45:48 -0500 (EST) Received: from localhost (chuckr@localhost) by thurston.eng.umd.edu (8.8.5/8.6.4) with SMTP id PAA26340; Mon, 10 Mar 1997 15:45:47 -0500 (EST) X-Authentication-Warning: thurston.eng.umd.edu: chuckr owned process doing -bs Date: Mon, 10 Mar 1997 15:45:46 -0500 (EST) From: Chuck Robey X-Sender: chuckr@thurston.eng.umd.edu To: Satoshi Asami cc: jkh@time.cdrom.com, obrien@NUXI.com, ports@freebsd.org, current@freebsd.org Subject: Re: Getting /usr/ports everywhere... In-Reply-To: <199703101237.EAA01658@baloon.mimi.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 Mon, 10 Mar 1997, Satoshi Asami wrote: > * You should probably receive your 2.1.7 CD soon, which has the same > * layout. It's all on the 2nd CDROM, so you do unfortunately need to > * switch CDs for it. :( > > Ok. > > * Of course, at the rate you're going, I predict that the ports > * collection will be a 2-CD set before the end of the year. :-) > > Gee, what are we going to do when the time comes when all the > distfiles don't fit on a single CD? Mandate a CD-changer? ;) Seeing as I am aware (as most FreeBSDers are) of the enormous support that WC has given us, the idea that eventually WC might sell a completely separate CD (or set of CDs) supporting ports, either the distfiles only, or all of /usr/ports with distfiles, doesn't bother me in the least. I'd subscribe. ----------------------------+----------------------------------------------- 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 Mon Mar 10 13:27:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA25864 for ports-outgoing; Mon, 10 Mar 1997 13:27:43 -0800 (PST) Received: from dns.pinpt.com (dns.pinpt.com [205.179.195.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA25859; Mon, 10 Mar 1997 13:27:41 -0800 (PST) Received: from rover4 (gatemaster.pinpt.com [205.179.195.65]) by dns.pinpt.com (8.6.12/8.6.12) with SMTP id NAA25654; Mon, 10 Mar 1997 13:25:57 -0800 Date: Mon, 10 Mar 97 13:26:15 Pacific Standard Time From: "Sean J. Schluntz" Subject: Re: Getting /usr/ports everywhere... To: Chuck Robey , Satoshi Asami Cc: current@freebsd.org, jkh@time.cdrom.com, obrien@NUXI.com, ports@freebsd.org X-Mailer: Chameleon ATX 6.0, Standards Based IntraNet Solutions, NetManage Inc. X-Priority: 3 (Normal) References: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Gee, what are we going to do when the time comes when all the > > distfiles don't fit on a single CD? Mandate a CD-changer? ;) > > Seeing as I am aware (as most FreeBSDers are) of the enormous support that > WC has given us, the idea that eventually WC might sell a completely > separate CD (or set of CDs) supporting ports, either the distfiles > only, or all of /usr/ports with distfiles, doesn't bother me in the least. > I'd subscribe. I would get a subscription to that also. -Sean ---------------------------------------------------------------------- Sean J. Schluntz Manager, Support Services ph. 408.997.6900 x222 PinPoint Software Corporation fx. 408.323.2300 6155 Almaden Expressway, Suite 100 San Jose, CA. 95120 http://www.pinpt.com/ Local Time Sent: 03/10/97 13:26:16 ---------------------------------------------------------------------- From owner-freebsd-ports Mon Mar 10 14:04:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA00686 for ports-outgoing; Mon, 10 Mar 1997 14:04:24 -0800 (PST) Received: from plaut.de (inet.plaut.de [194.39.177.166]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA00680 for ; Mon, 10 Mar 1997 14:04:18 -0800 (PST) Received: from totum.plaut.de (totum.plaut.de [194.39.177.9]) by plaut.de (8.6.12/8.6.12) with ESMTP id XAA15680 for ; Mon, 10 Mar 1997 23:03:39 +0100 Received: from localhost (root@localhost) by totum.plaut.de (8.8.5/8.7.3) with SMTP id XAA12752 for ; Mon, 10 Mar 1997 23:03:41 +0100 (MET) Date: Mon, 10 Mar 1997 23:03:41 +0100 (MET) From: Michael Reifenberger To: FreeBSD-Ports Subject: scotty - discover network failure Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, with latest scotty from ports I get after discovery a network: can't read "net": no such variable while executing "debug "))) $ip $netmask $net..." ("foreach" body line 6) ... and no graphical output. Does anybody has a fix? Bye! ---- Michael Reifenberger Plaut Software GmbH, R/3 Basis From owner-freebsd-ports Mon Mar 10 19:00:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA20808 for ports-outgoing; Mon, 10 Mar 1997 19:00:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA20801; Mon, 10 Mar 1997 19:00:03 -0800 (PST) Resent-Date: Mon, 10 Mar 1997 19:00:03 -0800 (PST) Resent-Message-Id: <199703110300.TAA20801@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.SAA20509;Mon; (8.8.5/8.8.5);, 10 Mar 1997 18:54:11.-0800 (PST) Message-Id: <199703110254.SAA20509@freefall.freebsd.org> Date: Mon, 10 Mar 1997 18:54:11 -0800 (PST) From: taguchi@tohoku.iij.ad.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/2935: original expect has updated to 5.22.0 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2935 >Category: ports >Synopsis: original expect has updated to 5.22.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 10 19:00:02 PST 1997 >Last-Modified: >Originator: Taguchi Takeshi >Organization: IIJ TOHOKU >Release: FreeBSD-current & FreeBSD-2.2-GAMMA >Environment: FreeBSD hirose.tohoku.iij.ad.jp 2.2-GAMMA FreeBSD 2.2-GAMMA #0: Thu Mar 6 14:11:54 JST 1997 root@hirose.tohoku.iij.ad.jp:/usr/src/sys/compile/MEGU i386 FreeBSD www.tohoku.iij.ad.jp 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Mon Feb 10 09:23:43 JST 1997 root@www.tohoku.iij.ad.jp:/usr/src/sys/compile/WWW i386 >Description: original distrib of expect has updated to ver.5.22.0. but ports one is still old one. so it needs NO_CHECKSUM=yes ;-< >How-To-Repeat: >Fix: I made a patch and I've put it to: ftp://ports.jp.freebsd.org/pub/incoming/ports-jp/lang/expect-5.21.7-to-5.22.0.patch >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Mar 10 19:10:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA21299 for ports-outgoing; Mon, 10 Mar 1997 19:10:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA21285; Mon, 10 Mar 1997 19:10:04 -0800 (PST) Resent-Date: Mon, 10 Mar 1997 19:10:04 -0800 (PST) Resent-Message-Id: <199703110310.TAA21285@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.TAA20949;Mon; (8.8.5/8.8.5);, 10 Mar 1997 19:02:44.-0800 (PST) Message-Id: <199703110302.TAA20949@freefall.freebsd.org> Date: Mon, 10 Mar 1997 19:02:44 -0800 (PST) From: eivind@freebsd.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/2936: The teTeX port runs strup on /usr/local/bin Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2936 >Category: ports >Synopsis: The teTeX port runs strup on /usr/local/bin >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 10 19:10:02 PST 1997 >Last-Modified: >Originator: Eivind Eklund >Organization: DiMaga Studios >Release: -stable with -current ports collection >Environment: FreeBSD sol.dimaga.com 2.1.7-RELEASE FreeBSD 2.1.7-RELEASE #0: Tue Feb 18 17:01:34 MET 1997 eivind@sol.dimaga.com:/usr/src/sys/compile/SOL i386 >Description: teTeX run strip on /usr/local/bin/* instead of using install -s. This do (among other things) give anybody that have non-stripped suid binaries in /usr/local/bin a very good scare. >How-To-Repeat: Install teTeX with non-stripped binaries in /usr/local/bin >Fix: Apply this patch to ports/print/patches/patch-aa (This is NOT a replacement patch - it is a patch to the patch.) --- ../../patches/patch-aa Mon Feb 17 22:37:30 1997 +++ /tmp/mkdiff Tue Mar 11 03:35:52 1997 @@ -1,5 +1,5 @@ --- Makefile.orig Sun Jan 19 22:49:55 1997 -+++ Makefile Tue Jan 28 09:32:32 1997 ++++ Makefile Tue Mar 11 03:35:43 1997 @@ -8,10 +8,10 @@ #========================================================================= VERSION = 0.4 @@ -13,6 +13,15 @@ # For "real" 64bit OS, e.g. Digital Unix 4.0. Irix6?, use: # CFLAGS += -DPOINTER_IS_NOT_INT +@@ -21,7 +21,7 @@ + + # -s makes problems on some platforms. We run strip after "make install", + # so we really do not need -s here. +-LDFLAGS = ++LDFLAGS = -s + + # The shared libXmu from OpenWindows is buggy on some SunOS 4.1.3 systems. + # If you run into this problem (when linking xdvi), set BROKEN_SUNOS_LIBXMU @@ -70,24 +70,24 @@ # set USE_DIALOG=false if compiling dialog causes trouble on your system # texconfig will still run in command-mode @@ -42,20 +51,30 @@ # change the true/false definition of FOIL, if you get an error with wchar_t FOIL = false -@@ -111,9 +111,9 @@ +@@ -110,10 +110,10 @@ + SHELL = /bin/sh platform = $(shell ./config.guess | sed 's/-.*-/-/') CWD := $(shell pwd) - INSTALL = $(CWD)/$(KPSEDIR)/bin/install -c +-INSTALL = $(CWD)/$(KPSEDIR)/bin/install -c -override prefix = $(TETEXDIR) -override bindir = $(prefix)/bin/$(platform) -override TEXMF = $(TETEXDIR)/texmf ++INSTALL = install -s -c +override prefix = $(PREFIX) +override bindir = $(PREFIX)/bin +override TEXMF = $(PREFIX)/share/texmf override PATH := $(bindir):$(CWD)/bin-extra:$(CWD)/$(KPSEDIR)/bin:$(PATH) CONFDIRS = $(KPSEDIR) $(TEXIDIR) -@@ -259,16 +259,7 @@ +@@ -205,7 +205,6 @@ + for i in $(SUBDIRS); do \ + (set -x; cd $$i; $(MAKE) $(PASSENV) $@ || exit 1); \ + done +- @strip $(bindir)/* >/dev/null 2>&1 || true + + rmcache: + rm -f config.cache +@@ -259,16 +258,7 @@ >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Mar 10 19:10:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA21311 for ports-outgoing; Mon, 10 Mar 1997 19:10:11 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA21298; Mon, 10 Mar 1997 19:10:06 -0800 (PST) Resent-Date: Mon, 10 Mar 1997 19:10:06 -0800 (PST) Resent-Message-Id: <199703110310.TAA21298@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.TAA21062;Mon; (8.8.5/8.8.5);, 10 Mar 1997 19:05:00.-0800 (PST) Message-Id: <199703110305.TAA21062@freefall.freebsd.org> Date: Mon, 10 Mar 1997 19:05:00 -0800 (PST) From: taguchi@tohoku.iij.ad.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/2937: BUG fix Japanized Tcl/Tk ports Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2937 >Category: ports >Synopsis: BUG fix Japanized Tcl/Tk ports >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 10 19:10:05 PST 1997 >Last-Modified: >Originator: Taguchi Takeshi >Organization: IIJ TOHOKU >Release: FreeBSD-current & FreeBSD-2.2-GAMMA >Environment: FreeBSD hirose.tohoku.iij.ad.jp 2.2-GAMMA FreeBSD 2.2-GAMMA #0: Thu Mar 6 14:11:54 JST 1997 root@hirose.tohoku.iij.ad.jp:/usr/src/sys/compile/MEGU i386 FreeBSD www.tohoku.iij.ad.jp 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Mon Feb 10 09:23:43 JST 1997 root@www.tohoku.iij.ad.jp:/usr/src/sys/compile/WWW i386 >Description: file ${PREFIX}/lib/tcl7.6jp/tclConfig.sh has wrong "RANLIB=" entry. In /usr/libdata/tcl/tclConfig.sh, "RANLIB=ranlib". it's collect! But in Japanized one, "RANLIB=:". it's incollect! and in both of tcl and tk, files/Makefile.lib has VERSION= entry. But it's better that it's in "Master" Makefile. This change require from "jp-expect" ports(I'll send-pr now). >How-To-Repeat: >Fix: I made a patch and I've put it to: ftp://ports.jp.freebsd.org/pub/incoming/ports-jp/japanese/jp-tcl76-970311.patch ftp://ports.jp.freebsd.org/pub/incoming/ports-jp/japanese/jp-tk42-970311.patch >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Mar 10 19:20:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA21759 for ports-outgoing; Mon, 10 Mar 1997 19:20:18 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA21732; Mon, 10 Mar 1997 19:20:14 -0800 (PST) Resent-Date: Mon, 10 Mar 1997 19:20:14 -0800 (PST) Resent-Message-Id: <199703110320.TAA21732@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.TAA21407;Mon; (8.8.5/8.8.5);, 10 Mar 1997 19:11:35.-0800 (PST) Message-Id: <199703110311.TAA21407@freefall.freebsd.org> Date: Mon, 10 Mar 1997 19:11:35 -0800 (PST) From: taguchi@tohoku.iij.ad.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/2940: new ports: japanized expect Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2940 >Category: ports >Synopsis: new ports: japanized expect >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Mon Mar 10 19:20:11 PST 1997 >Last-Modified: >Originator: Taguchi Takeshi >Organization: IIJ TOHOKU >Release: FreeBSD-current & FreeBSD-2.2-GAMMA >Environment: FreeBSD hirose.tohoku.iij.ad.jp 2.2-GAMMA FreeBSD 2.2-GAMMA #0: Thu Mar 6 14:11:54 JST 1997 root@hirose.tohoku.iij.ad.jp:/usr/src/sys/compile/MEGU i386 FreeBSD www.tohoku.iij.ad.jp 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Mon Feb 10 09:23:43 JST 1997 root@www.tohoku.iij.ad.jp:/usr/src/sys/compile/WWW i386 >Description: I've made a new ports for Japanized expect. It can deal Japanise text in glob style text matching(But not support regular expression...;-<) It's based on ${PORTSDIR}/lang/expect. But jp-expect does no conflict to it. I've change bin/lib/script names. >How-To-Repeat: >Fix: I've put it to: ftp://ports.jp.freebsd.org/pub/incoming/ports-jp/japanese/jp-expect-970311.tar.gz Thanks. >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Mar 10 19:30:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA22343 for ports-outgoing; Mon, 10 Mar 1997 19:30:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA22337; Mon, 10 Mar 1997 19:30:04 -0800 (PST) Resent-Date: Mon, 10 Mar 1997 19:30:04 -0800 (PST) Resent-Message-Id: <199703110330.TAA22337@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.TAA21748;Mon; (8.8.5/8.8.5);, 10 Mar 1997 19:20:16.-0800 (PST) Message-Id: <199703110320.TAA21748@freefall.freebsd.org> Date: Mon, 10 Mar 1997 19:20:16 -0800 (PST) From: taguchi@tohoku.iij.ad.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/2941: new ports: "Original" Tcl7.6/Tk4.2 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2941 >Category: ports >Synopsis: new ports: "Original" Tcl7.6/Tk4.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Mon Mar 10 19:30:02 PST 1997 >Last-Modified: >Originator: Taguchi Takeshi >Organization: IIJ TOHOKU >Release: FreeBSD-current & FreeBSD-2.2-GAMMA >Environment: FreeBSD hirose.tohoku.iij.ad.jp 2.2-GAMMA FreeBSD 2.2-GAMMA #0: Thu Mar 6 14:11:54 JST 1997 root@hirose.tohoku.iij.ad.jp:/usr/src/sys/compile/MEGU i386 FreeBSD www.tohoku.iij.ad.jp 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Mon Feb 10 09:23:43 JST 1997 root@www.tohoku.iij.ad.jp:/usr/src/sys/compile/WWW i386 >Description: ${PORTSDIR}/japanese has tcl76/Tk42. but ${PORTSDIR}/{lang|x11}, do NOT contain them. So I created them. They are based on ${PORTSDIR}/japanese/{tcl76/tk42}, but, offcause, They do NOT conflict Japanized one. >How-To-Repeat: >Fix: I've put it to: ftp://ports.jp.freebsd.org/pub/incoming/ports-jp/tcl76-970311.tar.gz ftp://ports.jp.freebsd.org/pub/incoming/ports-jp/tk42-970311.tar.gz Thanks. >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Mar 10 21:03:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA26520 for ports-outgoing; Mon, 10 Mar 1997 21:03:33 -0800 (PST) Received: from dfw-ix1.ix.netcom.com (dfw-ix1.ix.netcom.com [206.214.98.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA26512 for ; Mon, 10 Mar 1997 21:03:31 -0800 (PST) Received: (from smap@localhost) by dfw-ix1.ix.netcom.com (8.8.4/8.8.4) id XAA23523; Mon, 10 Mar 1997 23:02:55 -0600 (CST) Received: from ala-ca18-14.ix.netcom.com(204.32.168.206) by dfw-ix1.ix.netcom.com via smap (V1.3) id sma023508; Mon Mar 10 23:02:44 1997 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id VAA02508; Mon, 10 Mar 1997 21:02:41 -0800 (PST) Date: Mon, 10 Mar 1997 21:02:41 -0800 (PST) Message-Id: <199703110502.VAA02508@silvia.HIP.Berkeley.EDU> To: adam@veda.is CC: freebsd-ports@freebsd.org In-reply-to: <199703101306.NAA27499@veda.is> (message from Adam David on Mon, 10 Mar 1997 13:06:33 +0000 (GMT)) Subject: Re: restrictive copyright? From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Am I missing something really obvious here? Well, sort of. See ports/LEGAL. It's not the GPL, it's a particular file (ircd/res.c) that disallows redistribution. GPL, of any version, doesn't cause any problems for ports/packages. Satoshi From owner-freebsd-ports Mon Mar 10 23:37:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA03700 for ports-outgoing; Mon, 10 Mar 1997 23:37:55 -0800 (PST) Received: (from jmg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA03677; Mon, 10 Mar 1997 23:37:50 -0800 (PST) Date: Mon, 10 Mar 1997 23:37:50 -0800 (PST) From: John-Mark Gurney Message-Id: <199703110737.XAA03677@freefall.freebsd.org> To: m-braithwaite@sjca.edu, jmg, freebsd-ports, jmg Subject: Re: ports/2921 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: wide-dhcp client doesn't work because of byte-ordering problems State-Changed-From-To: open-analyzed State-Changed-By: jmg State-Changed-When: Mon Mar 10 23:34:36 PST 1997 State-Changed-Why: it looks as if the submitted patch is inconsistant with a patch (patch-av) that is already in the tree... confirming tha tthe patch (patch-av) is applied and doing what it's suppose to... Responsible-Changed-From-To: freebsd-ports->jmg Responsible-Changed-By: jmg Responsible-Changed-When: Mon Mar 10 23:34:36 PST 1997 Responsible-Changed-Why: I'm having a dialog with Matt about this... From owner-freebsd-ports Tue Mar 11 02:49:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA12995 for ports-outgoing; Tue, 11 Mar 1997 02:49:47 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA12973; Tue, 11 Mar 1997 02:49:42 -0800 (PST) Date: Tue, 11 Mar 1997 02:49:42 -0800 (PST) From: Satoshi Asami Message-Id: <199703111049.CAA12973@freefall.freebsd.org> To: eivind@freebsd.org, asami, freebsd-ports Subject: Re: ports/2936 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Synopsis: The teTeX port runs strup on /usr/local/bin State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Mar 11 02:46:44 PST 1997 State-Changed-Why: Thanks, committed. By the way, two things: your patch was mangled (why is it a patch from "patch-aa" to "/tmp/mkdiff"?) and the last hunk didn't apply, and I had to recreate it by myself. Also, please don't do cut & paste from an unintelligent terminal emulator (like xterm), it causes patches to fail rather miserably. By the way, I ignored the first hunk; it was only changing the timestamp of Makefile. (Look at it.) From owner-freebsd-ports Tue Mar 11 03:03:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA14166 for ports-outgoing; Tue, 11 Mar 1997 03:03:57 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA14055; Tue, 11 Mar 1997 03:02:34 -0800 (PST) Date: Tue, 11 Mar 1997 03:02:34 -0800 (PST) From: Satoshi Asami Message-Id: <199703111102.DAA14055@freefall.freebsd.org> To: taguchi@tohoku.iij.ad.jp, asami, freebsd-ports Subject: Re: ports/2937 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: BUG fix Japanized Tcl/Tk ports State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Mar 11 03:02:23 PST 1997 State-Changed-Why: Thanks, committed! From owner-freebsd-ports Tue Mar 11 03:15:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA15227 for ports-outgoing; Tue, 11 Mar 1997 03:15:10 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA15206; Tue, 11 Mar 1997 03:15:07 -0800 (PST) Date: Tue, 11 Mar 1997 03:15:07 -0800 (PST) From: Satoshi Asami Message-Id: <199703111115.DAA15206@freefall.freebsd.org> To: eivind@freebsd.org, asami, freebsd-ports Subject: Re: ports/2936 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Synopsis: The teTeX port runs strup on /usr/local/bin State-Changed-From-To: closed-open State-Changed-By: asami State-Changed-When: Tue Mar 11 03:12:50 PST 1997 State-Changed-Why: D'oh! This is what I get for committing a change without testing the patch. :( This patch completely breaks the installation. Please fix and re-submit. Don't be fooled by "make install" making it to the end, there are errors in the middle that will kill "make package". (Actually that's another bug in teTeX, that an error in the middle doesn't kill the make process.) From owner-freebsd-ports Tue Mar 11 03:17:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA15712 for ports-outgoing; Tue, 11 Mar 1997 03:17:53 -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 DAA15698 for ; Tue, 11 Mar 1997 03:17:48 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id LAA14545; Tue, 11 Mar 1997 11:32:26 GMT From: Adam David Message-Id: <199703111132.LAA14545@veda.is> Subject: Re: restrictive copyright? In-Reply-To: <199703110502.VAA02508@silvia.HIP.Berkeley.EDU> from Satoshi Asami at "Mar 10, 97 09:02:41 pm" To: asami@vader.cs.berkeley.edu (Satoshi Asami) Date: Tue, 11 Mar 1997 11:32:25 +0000 (GMT) Cc: freebsd-ports@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 > See ports/LEGAL. It's not the GPL, it's a particular > file (ircd/res.c) that disallows redistribution. The restriction must have been lifted since then? > GPL, of any version, doesn't cause any problems for ports/packages. > > Satoshi > Here's the copyright notice from that file: == /************************************************************************ * IRC - Internet Relay Chat, ircd/res.c * Copyright (C) 1992 Darren Reed * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 1, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ == It struck me odd that it has a 1992 Copyright, but I suppose the status could have changed without affecting the date. -- Adam David From owner-freebsd-ports Tue Mar 11 03:28:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA17851 for ports-outgoing; Tue, 11 Mar 1997 03:28:41 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA17798; Tue, 11 Mar 1997 03:28:32 -0800 (PST) Date: Tue, 11 Mar 1997 03:28:32 -0800 (PST) From: Satoshi Asami Message-Id: <199703111128.DAA17798@freefall.freebsd.org> To: xaa@stack.nl, asami, freebsd-ports Subject: Re: ports/2931 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Update to kaffe port State-Changed-From-To: open-analyzed State-Changed-By: asami State-Changed-When: Tue Mar 11 03:26:06 PST 1997 State-Changed-Why: Your patch is backwards. :) However, even after patch -R, the installation fails: install -c -s -o bin -g bin -m 555 ./javac /usr/local/bin/javac strip: /usr/local/bin/javac: Inappropriate file type or format *** Error code 70 You can't "strip" a shell script. I am too busy to fix it myself, but the change to the patches that add INSTALL etc. looks very suspicious. From owner-freebsd-ports Tue Mar 11 03:36:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA19061 for ports-outgoing; Tue, 11 Mar 1997 03:36:51 -0800 (PST) Received: from dfw-ix8.ix.netcom.com (dfw-ix8.ix.netcom.com [206.214.98.8]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA19056 for ; Tue, 11 Mar 1997 03:36:49 -0800 (PST) Received: (from smap@localhost) by dfw-ix8.ix.netcom.com (8.8.4/8.8.4) id FAA24728; Tue, 11 Mar 1997 05:36:17 -0600 (CST) Received: from wck-ca7-22.ix.netcom.com(204.31.231.54) by dfw-ix8.ix.netcom.com via smap (V1.3) id sma024724; Tue Mar 11 05:35:52 1997 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id DAA01720; Tue, 11 Mar 1997 03:35:50 -0800 (PST) Date: Tue, 11 Mar 1997 03:35:50 -0800 (PST) Message-Id: <199703111135.DAA01720@silvia.HIP.Berkeley.EDU> To: adam@veda.is CC: freebsd-ports@freebsd.org In-reply-to: <199703111132.LAA14545@veda.is> (message from Adam David on Tue, 11 Mar 1997 11:32:25 +0000 (GMT)) Subject: Re: restrictive copyright? From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Here's the copyright notice from that file: * * == * /************************************************************************ * * IRC - Internet Relay Chat, ircd/res.c * * Copyright (C) 1992 Darren Reed * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 1, or (at your option) * * any later version. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the Free Software * * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * */ * == * * It struck me odd that it has a 1992 Copyright, but I suppose the status could * have changed without affecting the date. Are you looking at a newer version? Mine says: /* * ircd/res.c (C)opyright 1992, 1993, 1994 Darren Reed. All rights reserved. * This file may not be distributed without the author's prior permission in * any shape or form. The author takes no responsibility for any damage or * loss of property which results from the use of this software. Distribution * of this file must include this notice. */ Satoshi From owner-freebsd-ports Tue Mar 11 03:45:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA20201 for ports-outgoing; Tue, 11 Mar 1997 03:45:51 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA20173; Tue, 11 Mar 1997 03:45:46 -0800 (PST) Date: Tue, 11 Mar 1997 03:45:46 -0800 (PST) From: Satoshi Asami Message-Id: <199703111145.DAA20173@freefall.freebsd.org> To: taguchi@tohoku.iij.ad.jp, asami, freebsd-ports Subject: Re: ports/2935 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: original expect has updated to 5.22.0 State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Mar 11 03:41:27 PST 1997 State-Changed-Why: Thanks, committed! By the way, a couple of comments: (1) Don't touch the $Id$ line as well as "Whom" and "Date created" when you are submitting an upgrade. (2) Please check the patch for things like "\No newline at end of file". ;) But both problems were easy to fix, so no big deal! From owner-freebsd-ports Tue Mar 11 03:57:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA21406 for ports-outgoing; Tue, 11 Mar 1997 03:57:11 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA21349; Tue, 11 Mar 1997 03:56:04 -0800 (PST) Date: Tue, 11 Mar 1997 03:56:04 -0800 (PST) From: Satoshi Asami Message-Id: <199703111156.DAA21349@freefall.freebsd.org> To: taguchi@tohoku.iij.ad.jp, asami, freebsd-ports Subject: Re: ports/2940 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: new ports: japanized expect State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Mar 11 03:54:16 PST 1997 State-Changed-Why: Thanks, imported! I'll send you the changed I made (all very minor) in a separate mail. From owner-freebsd-ports Tue Mar 11 04:04:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA22761 for ports-outgoing; Tue, 11 Mar 1997 04:04:12 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA22723; Tue, 11 Mar 1997 04:04:02 -0800 (PST) Date: Tue, 11 Mar 1997 04:04:02 -0800 (PST) From: Satoshi Asami Message-Id: <199703111204.EAA22723@freefall.freebsd.org> To: xaa@stack.nl, asami, freebsd-ports Subject: Re: ports/2931 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Update to kaffe port State-Changed-From-To: analyzed-closed State-Changed-By: asami State-Changed-When: Tue Mar 11 04:03:13 PST 1997 State-Changed-Why: Got missing patch to scripts/Makefile.in from submitter and committed. From owner-freebsd-ports Tue Mar 11 04:04:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA22802 for ports-outgoing; Tue, 11 Mar 1997 04:04:30 -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 EAA22788 for ; Tue, 11 Mar 1997 04:04:24 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id MAA17218; Tue, 11 Mar 1997 12:19:11 GMT From: Adam David Message-Id: <199703111219.MAA17218@veda.is> Subject: Re: restrictive copyright? In-Reply-To: <199703111135.DAA01720@silvia.HIP.Berkeley.EDU> from Satoshi Asami at "Mar 11, 97 03:35:50 am" To: asami@vader.cs.berkeley.edu (Satoshi Asami) Date: Tue, 11 Mar 1997 12:19:10 +0000 (GMT) Cc: freebsd-ports@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 > * * IRC - Internet Relay Chat, ircd/res.c > * * Copyright (C) 1992 Darren Reed > * * > * * This program is free software; you can redistribute it and/or modify > * * it under the terms of the GNU General Public License as published by > * * the Free Software Foundation; either version 1, or (at your option) > * * any later version. > Are you looking at a newer version? Mine says: > > /* > * ircd/res.c (C)opyright 1992, 1993, 1994 Darren Reed. All rights reserved. > * This file may not be distributed without the author's prior permission in > * any shape or form. The author takes no responsibility for any damage or > * loss of property which results from the use of this software. Distribution > * of this file must include this notice. > */ Yes, I'm looking at the file from irc 2.9.1p16. It looks like someone got tired of the restrictive copyright and based their own version on a previous (unrestricted) version of the file. Adam From owner-freebsd-ports Tue Mar 11 04:08:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA23125 for ports-outgoing; Tue, 11 Mar 1997 04:08:22 -0800 (PST) Received: from dfw-ix3.ix.netcom.com (dfw-ix3.ix.netcom.com [206.214.98.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA23114 for ; Tue, 11 Mar 1997 04:08:17 -0800 (PST) Received: (from smap@localhost) by dfw-ix3.ix.netcom.com (8.8.4/8.8.4) id GAA21025; Tue, 11 Mar 1997 06:07:40 -0600 (CST) Received: from wck-ca7-22.ix.netcom.com(204.31.231.54) by dfw-ix3.ix.netcom.com via smap (V1.3) id sma021019; Tue Mar 11 06:07:19 1997 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id EAA01877; Tue, 11 Mar 1997 04:07:16 -0800 (PST) Date: Tue, 11 Mar 1997 04:07:16 -0800 (PST) Message-Id: <199703111207.EAA01877@silvia.HIP.Berkeley.EDU> To: adam@veda.is CC: freebsd-ports@freebsd.org In-reply-to: <199703111219.MAA17218@veda.is> (message from Adam David on Tue, 11 Mar 1997 12:19:10 +0000 (GMT)) Subject: Re: restrictive copyright? From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Yes, I'm looking at the file from irc 2.9.1p16. It looks like someone got Ok. If you are going to do an upgrade, go ahead and remove RESTRICTED. (Don't forget to edit ports/LEGAL too.) Satoshi From owner-freebsd-ports Tue Mar 11 04:40:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA26635 for ports-outgoing; Tue, 11 Mar 1997 04:40:20 -0800 (PST) Received: from nic.follonett.no (nic.follonett.no [194.198.43.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA26589; Tue, 11 Mar 1997 04:40:07 -0800 (PST) Received: (from uucp@localhost) by nic.follonett.no (8.8.5/8.8.3) with UUCP id NAA20746; Tue, 11 Mar 1997 13:38:21 +0100 (MET) Received: from oo7 (oo7.dimaga.com [192.0.0.65]) by dimaga.com (8.7.5/8.7.2) with SMTP id NAA11224; Tue, 11 Mar 1997 13:40:21 +0100 (MET) Message-Id: <3.0.32.19970311133911.00ca1ea0@dimaga.com> X-Sender: eivind@dimaga.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 11 Mar 1997 13:39:12 +0100 To: asami@vader.cs.berkeley.edu (Satoshi Asami) From: Eivind Eklund Subject: Re: restrictive copyright? Cc: darrenr@freebsd.org, adam@veda.is, freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 03:35 AM 3/11/97 -0800, Satoshi Asami wrote: > * Here's the copyright notice from that file: > * > * == > * /************************************************************************ > * * IRC - Internet Relay Chat, ircd/res.c > * * Copyright (C) 1992 Darren Reed > * * > * * This program is free software; you can redistribute it and/or modify > * * it under the terms of the GNU General Public License as published by > * * the Free Software Foundation; either version 1, or (at your option) > * * any later version. > * * > * * This program is distributed in the hope that it will be useful, > * * but WITHOUT ANY WARRANTY; without even the implied warranty of > * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > * * GNU General Public License for more details. > * * > * * You should have received a copy of the GNU General Public License > * * along with this program; if not, write to the Free Software > * * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. > * */ > * == > * > * It struck me odd that it has a 1992 Copyright, but I suppose the status could > * have changed without affecting the date. > >Are you looking at a newer version? Mine says: > >/* > * ircd/res.c (C)opyright 1992, 1993, 1994 Darren Reed. All rights reserved. > * This file may not be distributed without the author's prior permission in > * any shape or form. The author takes no responsibility for any damage or > * loss of property which results from the use of this software. Distribution > * of this file must include this notice. > */ Couldn't the problem be fairly easily solved by actually _asking Darren_, who is a member of the FreeBSD project? (Darren included on the Cc: list) Eivind Eklund perhaps@yes.no http://maybe.yes.no/perhaps/ eivind@freebsd.org From owner-freebsd-ports Tue Mar 11 04:43:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA26906 for ports-outgoing; Tue, 11 Mar 1997 04:43:25 -0800 (PST) Received: from plum.cyber.com.au (plum.cyber.com.au [203.7.155.24]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id EAA26874; Tue, 11 Mar 1997 04:43:12 -0800 (PST) Received: (from darrenr@localhost) by plum.cyber.com.au (8.6.12/8.6.6) id XAA04168; Tue, 11 Mar 1997 23:42:29 +1100 From: Darren Reed Message-Id: <199703111242.XAA04168@plum.cyber.com.au> Subject: Re: restrictive copyright? To: eivind@dimaga.com (Eivind Eklund) Date: Tue, 11 Mar 1997 23:42:28 +1100 (EST) Cc: asami@vader.cs.berkeley.edu, darrenr@freebsd.org, adam@veda.is, freebsd-ports@freebsd.org In-Reply-To: <3.0.32.19970311133911.00ca1ea0@dimaga.com> from "Eivind Eklund" at Mar 11, 97 01:39:12 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In some mail I received from Eivind Eklund, sie wrote > At 03:35 AM 3/11/97 -0800, Satoshi Asami wrote: > > * Here's the copyright notice from that file: > > * /************************************************************************ > > * * IRC - Internet Relay Chat, ircd/res.c > > * * Copyright (C) 1992 Darren Reed > > * * > > * * This program is free software; you can redistribute it and/or modify > > * * it under the terms of the GNU General Public License as published by > > * * the Free Software Foundation; either version 1, or (at your option) > > * * any later version. > > * * > > * * This program is distributed in the hope that it will be useful, > > * * but WITHOUT ANY WARRANTY; without even the implied warranty of > > * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > > * * GNU General Public License for more details. > > * * > > * * You should have received a copy of the GNU General Public License > > * * along with this program; if not, write to the Free Software > > * * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. > > * */ > > * == > > * > > * It struck me odd that it has a 1992 Copyright, but I suppose the status > could > > * have changed without affecting the date. > > > >Are you looking at a newer version? Mine says: > > > >/* > > * ircd/res.c (C)opyright 1992, 1993, 1994 Darren Reed. All rights reserved. > > * This file may not be distributed without the author's prior permission in > > * any shape or form. The author takes no responsibility for any damage or > > * loss of property which results from the use of this software. > Distribution > > * of this file must include this notice. > > */ > > Couldn't the problem be fairly easily solved by actually _asking Darren_, > who is a member of the FreeBSD project? (Darren included on the Cc: list) It did change, in a later version of the software. the file should be easily replacable. Darren From owner-freebsd-ports Tue Mar 11 05:10:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA29927 for ports-outgoing; Tue, 11 Mar 1997 05:10:32 -0800 (PST) Received: from nic.follonett.no (nic.follonett.no [194.198.43.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA29918; Tue, 11 Mar 1997 05:10:22 -0800 (PST) Received: (from uucp@localhost) by nic.follonett.no (8.8.5/8.8.3) with UUCP id OAA21336; Tue, 11 Mar 1997 14:08:51 +0100 (MET) Received: from oo7 (oo7.dimaga.com [192.0.0.65]) by dimaga.com (8.7.5/8.7.2) with SMTP id OAA21888; Tue, 11 Mar 1997 14:14:32 +0100 (MET) Message-Id: <3.0.32.19970311141320.00bf6cf0@dimaga.com> X-Sender: eivind@dimaga.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 11 Mar 1997 14:13:23 +0100 To: freebsd-gnats-submit@freebsd.org, Satoshi Asami From: Eivind Eklund Subject: Re: ports/2936: The teTeX port runs strup on /usr/local/bin Cc: freebsd-ports@freefall.freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 03:15 AM 3/11/97 -0800, Satoshi Asami wrote: >Synopsis: The teTeX port runs strup on /usr/local/bin > >State-Changed-From-To: closed-open >State-Changed-By: asami >State-Changed-When: Tue Mar 11 03:12:50 PST 1997 >State-Changed-Why: >D'oh! This is what I get for committing a change without >testing the patch. :( > >This patch completely breaks the installation. Please fix and >re-submit. Don't be fooled by "make install" making it to the end, >there are errors in the middle that will kill "make package". (Actually >that's another bug in teTeX, that an error in the middle doesn't kill >the make process.) At least on my machine, the same problems were present prior and after applying my patch. I just re-tested it - using the original port, and % make % su # make install # exit % make package I get errors for missing inimf, virmf, install-info, xdvi.bin, texinfo-12, web2c/mf.log, and web2c/mf.base. Replacing the old patch-aa with my new version (the one in /tmp/mktemp :) and doing % su # pkg_delete teTeX-0.4 # make clean # exit % make % su # make install # exit % make package give me errors in the exact same files. Most of this seems due to -lXt missing during compile, which I assumed was a -stable problem. For some reason, this port does not accept LD_LIBRARY_PATH - but I assumed it worked under -current. All files but the ones listed above seems to be installed fine, with or without the patch. Did it package OK when you reverted? If it did, I have no clue what can be wrong - and there is no way for me to test it until I get my -current box up. Eivind Eklund perhaps@yes.no http://maybe.yes.no/perhaps/ eivind@freebsd.org From owner-freebsd-ports Tue Mar 11 05:20:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA00520 for ports-outgoing; Tue, 11 Mar 1997 05:20:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA00490; Tue, 11 Mar 1997 05:20:02 -0800 (PST) Date: Tue, 11 Mar 1997 05:20:02 -0800 (PST) Message-Id: <199703111320.FAA00490@freefall.freebsd.org> To: freebsd-ports Cc: From: Eivind Eklund Subject: Re: ports/2936: The teTeX port runs strup on /usr/local/bin Reply-To: Eivind Eklund Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2936; it has been noted by GNATS. From: Eivind Eklund To: freebsd-gnats-submit@freebsd.org, Satoshi Asami Cc: freebsd-ports@freefall.freebsd.org Subject: Re: ports/2936: The teTeX port runs strup on /usr/local/bin Date: Tue, 11 Mar 1997 14:13:23 +0100 At 03:15 AM 3/11/97 -0800, Satoshi Asami wrote: >Synopsis: The teTeX port runs strup on /usr/local/bin > >State-Changed-From-To: closed-open >State-Changed-By: asami >State-Changed-When: Tue Mar 11 03:12:50 PST 1997 >State-Changed-Why: >D'oh! This is what I get for committing a change without >testing the patch. :( > >This patch completely breaks the installation. Please fix and >re-submit. Don't be fooled by "make install" making it to the end, >there are errors in the middle that will kill "make package". (Actually >that's another bug in teTeX, that an error in the middle doesn't kill >the make process.) At least on my machine, the same problems were present prior and after applying my patch. I just re-tested it - using the original port, and % make % su # make install # exit % make package I get errors for missing inimf, virmf, install-info, xdvi.bin, texinfo-12, web2c/mf.log, and web2c/mf.base. Replacing the old patch-aa with my new version (the one in /tmp/mktemp :) and doing % su # pkg_delete teTeX-0.4 # make clean # exit % make % su # make install # exit % make package give me errors in the exact same files. Most of this seems due to -lXt missing during compile, which I assumed was a -stable problem. For some reason, this port does not accept LD_LIBRARY_PATH - but I assumed it worked under -current. All files but the ones listed above seems to be installed fine, with or without the patch. Did it package OK when you reverted? If it did, I have no clue what can be wrong - and there is no way for me to test it until I get my -current box up. Eivind Eklund perhaps@yes.no http://maybe.yes.no/perhaps/ eivind@freebsd.org From owner-freebsd-ports Tue Mar 11 07:15:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA10415 for ports-outgoing; Tue, 11 Mar 1997 07:15:02 -0800 (PST) Received: from casimir.easynet.fr (casimir.easynet.fr [194.51.27.235]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA10402 for ; Tue, 11 Mar 1997 07:14:56 -0800 (PST) Received: from casimir.easynet.fr (casimir.easynet.fr [194.51.27.235]) by casimir.easynet.fr (8.8.4/8.7.3) with SMTP id QAA02812 for ; Tue, 11 Mar 1997 16:14:48 +0100 (MET) Date: Tue, 11 Mar 1997 16:14:48 +0100 (MET) From: David Ramahefason To: freebsd-ports@freefall.freebsd.org Subject: SNMPD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, Where could I found snmpd and all the other snmp stuff for FreeBSD ? Thanks |David Ramahefason, rama@easynet.fr,systems@easynet.fr| |Administrateur Systeme/Reseau, Easynet France SA | |Think different Think BSD http://www.FreeBSD.org | |Wrap around probs with Python http://www.python.org | From owner-freebsd-ports Tue Mar 11 07:59:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA14517 for ports-outgoing; Tue, 11 Mar 1997 07:59:33 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA14497; Tue, 11 Mar 1997 07:59:27 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id HAA09750; Tue, 11 Mar 1997 07:59:32 -0800 (PST) To: Eivind Eklund cc: ports@freebsd.org, current@freebsd.org Subject: Re: Getting /usr/ports everywhere... In-reply-to: Your message of "Fri, 07 Mar 1997 14:23:27 +0100." <3.0.32.19970307142325.00ce8210@dimaga.com> Date: Tue, 11 Mar 1997 07:59:30 -0800 Message-ID: <9736.858095970@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > CTM/sup/CVSup is one of the things that really set FreeBSD apart. It would > be a Good Thing to make it more accessible; I at least want as many people > as possible to run it, as they'll never go back to anything less than daily > upgrades :) Well, for this I've always envisioned something a little bit different in the standard Distributions menu for the future. Say you select "source" and that brings you to a submenu saying: [ ] I want the CVS repository, with all source information. [ ] I want just the sources for this version of FreeBSD. [ ] I want to unpack a static source tree from the distribution. [ ] I want a constant "live feed" for this source tree via CTM. [ ] I would prefer to update it at will with CVSup. And depending on what you choose, you get tossed into another area of Q&A about where you want to receive the CTM updates or where the CVSup files should go, etc and so forth, and it's all automated. Once the user has chosen which "source program" to apply for, the updates just happen automagically from then on out. That's the way I'd like it to be, anyhow, but unfortunately all of that also takes time and work, too... Heck, it took me over two years just to get a registration screen into sysinstall. I don't see an immediate opportunity for adding easy automated source tracking. :-) Jordan P.S. That's also my sneaky way of saying that if anyone else had a penchant for hacking this sort of thing into sysinstall, I'd be more than happy to point them in the right directions. :) From owner-freebsd-ports Tue Mar 11 09:17:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA20399 for ports-outgoing; Tue, 11 Mar 1997 09:17:10 -0800 (PST) Received: from nic.follonett.no (nic.follonett.no [194.198.43.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA20367; Tue, 11 Mar 1997 09:16:54 -0800 (PST) Received: (from uucp@localhost) by nic.follonett.no (8.8.5/8.8.3) with UUCP id SAA25444; Tue, 11 Mar 1997 18:13:54 +0100 (MET) Received: from oo7 (oo7.dimaga.com [192.0.0.65]) by dimaga.com (8.7.5/8.7.2) with SMTP id SAA25410; Tue, 11 Mar 1997 18:18:36 +0100 (MET) Message-Id: <3.0.32.19970311181724.00bf7990@dimaga.com> X-Sender: eivind@dimaga.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 11 Mar 1997 18:17:25 +0100 To: "Jordan K. Hubbard" From: Eivind Eklund Subject: Re: Getting /usr/ports everywhere... Cc: ports@freebsd.org, current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 07:59 AM 3/11/97 -0800, Jordan K. Hubbard wrote: [... on source distributions in sysinstall...] >And depending on what you choose, you get tossed into another area of >Q&A about where you want to receive the CTM updates or where the CVSup >files should go, etc and so forth, and it's all automated. Once the >user has chosen which "source program" to apply for, the updates just >happen automagically from then on out. > >That's the way I'd like it to be, anyhow, but unfortunately all of >that also takes time and work, too... Heck, it took me over two years >just to get a registration screen into sysinstall. I don't see an >immediate opportunity for adding easy automated source tracking. :-) > > Jordan > >P.S. That's also my sneaky way of saying that if anyone else had a >penchant for hacking this sort of thing into sysinstall, I'd be more >than happy to point them in the right directions. :) Weren't you planning to write a replacement for sysinstall? In that case, it sounds somewhat wasteful to put that much work into it. I was thinking more along the lines of just adding a simple bindist - which I assume is fairly simple. It wouldn't be a perfect solution, but it would be better than nothing. (Patches not included as I wouldn't have the diskspace to test them.) OTOH, if you are going to keep working on the present sysinstall, I agree that something more elaborate would be nice - but do we need that if nobody has time/inclination to make it? (Yeah, I'd like to put my code a bit further along where my mouth should have been, but I have had my mouth too many places already and have to catch up with it first.) Eivind Eklund perhaps@yes.no http://maybe.yes.no/perhaps/ eivind@freebsd.org From owner-freebsd-ports Tue Mar 11 09:32:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA22238 for ports-outgoing; Tue, 11 Mar 1997 09:32:38 -0800 (PST) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.fr [193.56.58.253]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA22216 for ; Tue, 11 Mar 1997 09:32:30 -0800 (PST) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.fr [193.56.58.33]) by mexico.brainstorm.eu.org (8.8.4/8.8.4) with ESMTP id SAA23801 for ; Tue, 11 Mar 1997 18:32:19 +0100 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.8.4/8.6.12) with UUCP id SAA05510 for freebsd-ports@freebsd.org; Tue, 11 Mar 1997 18:32:01 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.5/keltia-uucp-2.9) id HAA20926; Tue, 11 Mar 1997 07:12:30 +0100 (CET) Message-ID: <19970311071229.06361@keltia.freenix.fr> Date: Tue, 11 Mar 1997 07:12:29 +0100 From: Ollivier Robert To: freebsd-ports@FreeBSD.ORG Subject: Re: Looking for Java with graphics for 2.1.7 References: <199703100243.SAA03958@iago.ienet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65,1-4,10,14-18 X-Operating-System: FreeBSD 3.0-CURRENT ctm#2999 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to pius@ienet.com: > othello:/usr/lib# ls -l libc.* > -r--r--r-- 1 bin bin 499006 Mar 6 12:58 libc.a > -r--r--r-- 1 bin bin 435713 Mar 6 12:58 libc.so.2.2 > lrwxr-xr-x 1 bin bin 11 Mar 9 18:27 libc.so.3.0 -> libc.so.2.2 Very bad move. This means that anytime you compile something, it will pickup libc.so.3.0. Use this procedure to have proper libc.so.3.0 support with this inconvenient: cd /usr/lib mkdir compat cd compat ln -s ../libc.so.2.2 libc.so.3.0 ldconfig -m /usr/lib/compat Now, libc.so.3.0 is in ld.so.hints for ld.so BUT ld will only fond libc.so.2.2 when linking. Problem solved. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #39: Sun Feb 2 22:12:44 CET 1997 From owner-freebsd-ports Tue Mar 11 10:59:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA29715 for ports-outgoing; Tue, 11 Mar 1997 10:59:54 -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 KAA29702; Tue, 11 Mar 1997 10:59:40 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id TAA10438; Tue, 11 Mar 1997 19:07:21 GMT From: Adam David Message-Id: <199703111907.TAA10438@veda.is> Subject: Re: restrictive copyright? In-Reply-To: <199703111242.XAA04168@plum.cyber.com.au> from Darren Reed at "Mar 11, 97 11:42:28 pm" To: darrenr@cyber.com.au (Darren Reed) Date: Tue, 11 Mar 1997 19:07:20 +0000 (GMT) Cc: eivind@dimaga.com, asami@vader.cs.berkeley.edu, darrenr@freebsd.org, freebsd-ports@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 [irc 2.9.1p16] > IRC - Internet Relay Chat, ircd/res.c > Copyright (C) 1992 Darren Reed > > This program is free software; you can redistribute it and/or modify > it under the terms of the GNU General Public License as published by > the Free Software Foundation; either version 1, or (at your option) > any later version. [irc 2.8.21] > ircd/res.c (C)opyright 1992, 1993, 1994 Darren Reed. All rights reserved. > This file may not be distributed without the author's prior permission in > any shape or form. The author takes no responsibility for any damage or > loss of property which results from the use of this software. > Distribution of this file must include this notice. > It did change, in a later version of the software. the file should be easily > replacable. > > Darren > I take it this means irc 2.9.1.p16 is now fully redistributable? -- Adam David From owner-freebsd-ports Tue Mar 11 11:28:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA02063 for ports-outgoing; Tue, 11 Mar 1997 11:28:24 -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 LAA01982; Tue, 11 Mar 1997 11:28:02 -0800 (PST) Received: (from pedro@localhost) by apolo.biblos.unal.edu.co (8.8.5/8.8.5) id OAA00156; Tue, 11 Mar 1997 14:29:08 -0500 (EST) Date: Tue, 11 Mar 1997 14:29:08 -0500 (EST) From: "Pedro Giffuni S." To: "Sean J. Schluntz" cc: Chuck Robey , current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Getting /usr/ports everywhere... 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'd also subscribe, but I don't think it would be necessary, It`s absolutely normal (at least in Linux) to have 5 CD distributions. Perhaps they are a bit more expensive for those that don't want the distfiles, but I see CD's as collectable items :). Pedro. On Mon, 10 Mar 1997, Sean J. Schluntz wrote: > > Seeing as I am aware (as most FreeBSDers are) of the enormous support that > > WC has given us, the idea that eventually WC might sell a completely > > separate CD (or set of CDs) supporting ports, either the distfiles > > only, or all of /usr/ports with distfiles, doesn't bother me in the least. > > I'd subscribe. > > I would get a subscription to that also. > > -Sean > ---------------------------------------------------------------------- > Sean J. Schluntz > Manager, Support Services ph. 408.997.6900 x222 > PinPoint Software Corporation fx. 408.323.2300 > 6155 Almaden Expressway, Suite 100 > San Jose, CA. 95120 http://www.pinpt.com/ > > Local Time Sent: 03/10/97 13:26:16 > ---------------------------------------------------------------------- > > From owner-freebsd-ports Tue Mar 11 13:05:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA09859 for ports-outgoing; Tue, 11 Mar 1997 13:05:10 -0800 (PST) Received: from bofh.cybercity.dk (bofh.cybercity.dk [195.8.128.254]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA09824; Tue, 11 Mar 1997 13:04:58 -0800 (PST) Received: from critter.dk.tfs.com (phk.cybercity.dk [195.8.133.247]) by bofh.cybercity.dk (8.8.3/8.7.3) with ESMTP id WAA10702; Tue, 11 Mar 1997 22:07:09 +0100 (MET) Received: from critter.dk.tfs.com (localhost [127.0.0.1]) by critter.dk.tfs.com (8.8.2/8.8.2) with ESMTP id WAA24440; Tue, 11 Mar 1997 22:07:15 +0100 (MET) To: "Pedro Giffuni S." cc: "Sean J. Schluntz" , Chuck Robey , current@freebsd.org, ports@freebsd.org Subject: Re: Getting /usr/ports everywhere... In-reply-to: Your message of "Tue, 11 Mar 1997 14:29:08 EST." Date: Tue, 11 Mar 1997 22:07:14 +0100 Message-ID: <24438.858114434@critter.dk.tfs.com> From: Poul-Henning Kamp Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message , " Pedro Giffuni S." writes: >I'd also subscribe, but I don't think it would be necessary, It`s >absolutely normal (at least in Linux) to have 5 CD distributions. Perhaps >they are a bit more expensive for those that don't want the distfiles, >but I see CD's as collectable items :). No offense intended, but It's funny how this statement reminds me of a particular episode in "Bill The InterGalactic Hero" :-) (No, I'm not going to tell you, read the book, it's the best SciFi ever written :-) -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@tfs.com TRW Financial Systems, Inc. Power and ignorance is a disgusting cocktail. From owner-freebsd-ports Tue Mar 11 14:32:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA15084 for ports-outgoing; Tue, 11 Mar 1997 14:32:28 -0800 (PST) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.fr [193.56.58.253]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA15025 for ; Tue, 11 Mar 1997 14:31:55 -0800 (PST) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.fr [193.56.58.33]) by mexico.brainstorm.eu.org (8.8.4/8.8.4) with ESMTP id XAA24731 for ; Tue, 11 Mar 1997 23:31:42 +0100 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.8.4/8.6.12) with UUCP id XAA08672 for freebsd-ports@FreeBSD.ORG; Tue, 11 Mar 1997 23:31:26 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.5/keltia-uucp-2.9) id TAA23278; Tue, 11 Mar 1997 19:51:44 +0100 (CET) Message-ID: <19970311195144.03690@keltia.freenix.fr> Date: Tue, 11 Mar 1997 19:51:44 +0100 From: Ollivier Robert To: freebsd-ports@FreeBSD.ORG Subject: Re: Looking for Java with graphics for 2.1.7 References: <199703100243.SAA03958@iago.ienet.com> <19970311071229.06361@keltia.freenix.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65,1-4,10,14-18 X-Operating-System: FreeBSD 3.0-CURRENT ctm#2999 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Ollivier Robert: > Very bad move. This means that anytime you compile something, it will > pickup libc.so.3.0. Use this procedure to have proper libc.so.3.0 support > with this inconvenient: s/with/without/ of course... -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #39: Sun Feb 2 22:12:44 CET 1997 From owner-freebsd-ports Tue Mar 11 14:36:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA15298 for ports-outgoing; Tue, 11 Mar 1997 14:36:40 -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 OAA15293; Tue, 11 Mar 1997 14:36:37 -0800 (PST) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.4/8.7.3) id OAA26207; Tue, 11 Mar 1997 14:36:31 -0800 (PST) Date: Tue, 11 Mar 1997 14:36:31 -0800 (PST) Message-Id: <199703112236.OAA26207@vader.cs.berkeley.edu> To: committers@freebsd.org CC: ports@freebsd.org Subject: ports freeze in 9 1/2 hours From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is your last chance! Satoshi From owner-freebsd-ports Tue Mar 11 14:40:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA15563 for ports-outgoing; Tue, 11 Mar 1997 14:40:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA15533; Tue, 11 Mar 1997 14:40:04 -0800 (PST) Resent-Date: Tue, 11 Mar 1997 14:40:04 -0800 (PST) Resent-Message-Id: <199703112240.OAA15533@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, fenner@parc.xerox.com Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA14982 for ; Tue, 11 Mar 1997 14:30:31 -0800 (PST) Received: by alpha.xerox.com via suspension id <18151(3)>; Tue, 11 Mar 1997 14:29:19 PST Received: from fenestro.parc.xerox.com ([13.0.208.199]) by alpha.xerox.com with SMTP id <18127(7)>; Tue, 11 Mar 1997 13:22:23 PST Received: (from fenner@localhost) by fenestro.parc.xerox.com (8.8.4/8.8.4) id NAA09431; Tue, 11 Mar 1997 13:04:52 -0800 (PST) Message-Id: <199703112104.NAA09431@fenestro.parc.xerox.com> Date: Tue, 11 Mar 1997 13:04:52 PST From: Bill Fenner Reply-To: fenner@parc.xerox.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2949: bsd.port.mk needs something like FETCH_ENV? Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2949 >Category: ports >Synopsis: bsd.port.mk needs something like FETCH_ENV? >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 11 14:40:02 PST 1997 >Last-Modified: >Originator: Bill Fenner >Organization: Xerox >Release: FreeBSD 2.2-BETA_A i386 >Environment: -current ports tree, behind a firewall >Description: benchmarks/iozone/Makefile redefines FETCH_CMD to add a variable to fetch's environment. However, in order to make sure that fetch knows how to get through my firewall, I already set FETCH_CMD in /etc/make.conf. This means that iozone doesn't work for me. I suspect that a good solution may be to define FETCH_ENV and add it to the beginning of ${FETCH_CMD} when running fetch so that I can have "FETCH_ENV=HTTP_PROXY=wwwproxy:8000" and iozone can have "FETCH_ENV+=FTP_PASSWORD=president@whitehouse.gov". >How-To-Repeat: "make fetch" in iozone when you have FETCH_CMD redefinied in /etc/make.conf and see your definition get overridden. >Fix: Of course, this doesn't help all the ports who use ${FETCH_CMD} to fetch a file directly. I don't know if that means that this idea is broken or using ${FETCH_CMD} directly is broken. --- bsd.port.mk.orig Tue Mar 11 12:50:10 1997 +++ bsd.port.mk Tue Mar 11 12:51:18 1997 @@ -164,6 +164,7 @@ # # FETCH_CMD - Full path to ftp/http fetch command if not in $PATH # (default: /usr/bin/fetch). +# FETCH_ENV - Environment to pass to fetch command # FETCH_BEFORE_ARGS - # Arguments to ${FETCH_CMD} before filename (default: none). # FETCH_AFTER_ARGS - @@ -768,7 +769,7 @@ ${ECHO_MSG} ">> $$file doesn't seem to exist on this system."; \ for site in ${MASTER_SITES}; do \ ${ECHO_MSG} ">> Attempting to fetch from $${site}."; \ - if ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}$${file} ${FETCH_AFTER_ARGS}; then \ + if ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}$${file} ${FETCH_AFTER_ARGS}; then \ continue 2; \ fi \ done; \ @@ -790,7 +791,7 @@ ${ECHO_MSG} ">> $$file doesn't seem to exist on this system."; \ for site in ${PATCH_SITES}; do \ ${ECHO_MSG} ">> Attempting to fetch from $${site}."; \ - if ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}$${file} ${FETCH_AFTER_ARGS}; then \ + if ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}$${file} ${FETCH_AFTER_ARGS}; then \ continue 2; \ fi \ done; \ @@ -1194,7 +1195,7 @@ for file in ${DISTFILES}; do \ if [ ! -f $$file -a ! -f `${BASENAME} $$file` ]; then \ for site in ${MASTER_SITES}; do \ - ${ECHO} -n ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}$${file} "${FETCH_AFTER_ARGS}" '||' ; \ + ${ECHO} -n ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}$${file} "${FETCH_AFTER_ARGS}" '||' ; \ break; \ done; \ ${ECHO} "echo $${file} not fetched" ; \ @@ -1205,7 +1206,7 @@ for file in ${PATCHFILES}; do \ if [ ! -f $$file -a ! -f `${BASENAME} $$file` ]; then \ for site in ${PATCH_SITES}; do \ - ${ECHO} -n ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}$${file} "${FETCH_AFTER_ARGS}" '||' ; \ + ${ECHO} -n ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}$${file} "${FETCH_AFTER_ARGS}" '||' ; \ break; \ done; \ ${ECHO} "echo $${file} not fetched" ; \ --- benchmarks/iozone/Makefile.orig Tue Mar 11 12:51:44 1997 +++ benchmarks/iozone/Makefile Tue Mar 11 12:52:05 1997 @@ -13,7 +13,7 @@ DISTFILES= iozone-2.01.shar.gz # This site not allows root@ password -FETCH_CMD= FTP_PASSWORD=president@whitehouse.gov /usr/bin/fetch +FETCH_ENV+= FTP_PASSWORD=president@whitehouse.gov MAINTAINER= jmz@FreeBSD.org >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Mar 11 14:40:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA15585 for ports-outgoing; Tue, 11 Mar 1997 14:40:12 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA15562; Tue, 11 Mar 1997 14:40:08 -0800 (PST) Resent-Date: Tue, 11 Mar 1997 14:40:08 -0800 (PST) Resent-Message-Id: <199703112240.OAA15562@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, fenner@parc.xerox.com Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA14986 for ; Tue, 11 Mar 1997 14:30:34 -0800 (PST) Received: by alpha.xerox.com via suspension id <17003(7)>; Tue, 11 Mar 1997 14:28:45 PST Received: from fenestro.parc.xerox.com ([13.0.208.199]) by alpha.xerox.com with SMTP id <18294(3)>; Tue, 11 Mar 1997 13:45:16 PST Received: (from fenner@localhost) by fenestro.parc.xerox.com (8.8.4/8.8.4) id NAA09625; Tue, 11 Mar 1997 13:12:48 -0800 (PST) Message-Id: <199703112112.NAA09625@fenestro.parc.xerox.com> Date: Tue, 11 Mar 1997 13:12:48 PST From: Bill Fenner Reply-To: fenner@parc.xerox.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2950: plan port tries to fetch "applicationsplan-1.5.1.tar.gz" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2950 >Category: ports >Synopsis: plan port tries to fetch "applicationsplan-1.5.1.tar.gz" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 11 14:40:06 PST 1997 >Last-Modified: >Originator: Bill Fenner >Organization: Xerox >Release: FreeBSD 2.2-BETA_A i386 >Environment: -current ports tree >Description: The plan port Makefile seems confused about what MASTER_SITES_XCONTRIB should contain. MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_XCONTRIB= applications I'm not sure what this is supposed to accomplish, but what it does accomplish is: >How-To-Repeat: cd /usr/ports/misc/plan; make fetch >Fix: Delete the definition of MASTER_SITE_XCONTRIB in the Makefile? Perhaps it's actually supposed to be MASTER_SITE_SUBDIR? >Audit-Trail: >Unformatted: >> plan-1.5.1.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from applications. fetch: applicationsplan-1.5.1.tar.gz: an absolute URI is required From owner-freebsd-ports Tue Mar 11 14:40:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA15613 for ports-outgoing; Tue, 11 Mar 1997 14:40:16 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA15589; Tue, 11 Mar 1997 14:40:14 -0800 (PST) Resent-Date: Tue, 11 Mar 1997 14:40:14 -0800 (PST) Resent-Message-Id: <199703112240.OAA15589@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, fenner@parc.xerox.com Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA15157 for ; Tue, 11 Mar 1997 14:33:44 -0800 (PST) Received: by alpha.xerox.com via suspension id <17050(5)>; Tue, 11 Mar 1997 14:32:39 PST Received: from fenestro.parc.xerox.com ([13.0.208.199]) by alpha.xerox.com with SMTP id <18114(1)>; Tue, 11 Mar 1997 13:21:33 PST Received: (from fenner@localhost) by fenestro.parc.xerox.com (8.8.4/8.8.4) id MAA27654; Tue, 11 Mar 1997 12:38:44 -0800 (PST) Message-Id: <199703112038.MAA27654@fenestro.parc.xerox.com> Date: Tue, 11 Mar 1997 12:38:44 PST From: Bill Fenner Reply-To: fenner@parc.xerox.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2951: xgraph source is not on MASTER_SITE Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2951 >Category: ports >Synopsis: xgraph source is not on MASTER_SITE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 11 14:40:10 PST 1997 >Last-Modified: >Originator: Bill Fenner >Organization: Xerox >Release: FreeBSD 2.2-BETA_A i386 >Environment: -current ports tree >Description: The directory /pub/src/Xclients.local/ doesn't exist on ftp.cs.orst.edu . >How-To-Repeat: "make fetch" in xgraph port, watch it fall back to freebsd.org >Fix: Good question. neither altavista nor archie nor the X FAQ are much help at locating real machines with copies of xgraph, other than mirrors of FreeBSD distfiles. Perhaps the existing distfile should just get moved to LOCAL_PORTS? >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Mar 11 15:31:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA19041 for ports-outgoing; Tue, 11 Mar 1997 15:31:27 -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 PAA19022 for ; Tue, 11 Mar 1997 15:31:22 -0800 (PST) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.4/8.7.3) id PAA01576; Tue, 11 Mar 1997 15:30:09 -0800 (PST) Date: Tue, 11 Mar 1997 15:30:09 -0800 (PST) Message-Id: <199703112330.PAA01576@vader.cs.berkeley.edu> To: eivind@dimaga.com CC: freebsd-gnats-submit@freebsd.org, freebsd-ports@freefall.freebsd.org In-reply-to: <3.0.32.19970311141320.00bf6cf0@dimaga.com> (message from Eivind Eklund on Tue, 11 Mar 1997 14:13:23 +0100) Subject: Re: ports/2936: The teTeX port runs strup on /usr/local/bin From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I get errors for missing inimf, virmf, install-info, xdvi.bin, texinfo-12, * web2c/mf.log, and web2c/mf.base. * Did it package OK when you reverted? You are right -- I reverted the patch but I still can't build it. I have the same problem with or without your patch. However, the list of errors is different, I have a bunch of bin/* files missing. ------- ===> Building package for teTeX-0.4 tar: can't add file bin/gftodvi : No such file or directory tar: can't add file bin/gftopk : No such file or directory tar: can't add file bin/mft : No such file or directory tar: can't add file bin/pktogf : No such file or directory tar: can't add file bin/pktype : No such file or directory tar: can't add file bin/vftovp : No such file or directory tar: can't add file bin/vptovf : No such file or directory tar: can't add file bin/gftype : No such file or directory tar: can't add file bin/pltotf : No such file or directory tar: can't add file bin/tftopl : No such file or directory tar command failed with code 256 ------- I put the log in ftp://han.cs.berkeley.edu/pub/tetex.log.gz If you can take a look, it will be appreciated. My system is RELENG_2_2 (naturally, it's the packages-2.2 building machine). Satoshi From owner-freebsd-ports Tue Mar 11 15:36:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA19539 for ports-outgoing; Tue, 11 Mar 1997 15:36:07 -0800 (PST) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id PAA19531 for ; Tue, 11 Mar 1997 15:36:05 -0800 (PST) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA24143; Tue, 11 Mar 1997 15:35:58 -0800 Date: Tue, 11 Mar 1997 15:35:58 -0800 (PST) From: "Brian N. Handy" To: Satoshi Asami Cc: ports@freebsd.org Subject: Re: ports freeze in 9 1/2 hours In-Reply-To: <199703112236.OAA26207@vader.cs.berkeley.edu> Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >This is your last chance! QUESTION! QUESTION! On my machine, CVSupped (2.2-GAMMA) as of oh 5 or so days ago, I can't get 'expect' or 'teTeX' to compile. I went so far as to submit a PR on expect, it was partially fixed (checksum error and fix the patches to reflect the version upgrade), but these things just don't work at all on my machine. Is this a real problem, or is it just that my machine is fubar'ed? Lots of other things seem to work just fine, but I haven't been able to compile teTeX since the 0.4 upgrade and I've *never* gotten expect to go...and I'd like to be able to use both o' these... I fear I'm going to find out my machine is fubared, but gotta check... Brian From owner-freebsd-ports Tue Mar 11 15:40:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA19800 for ports-outgoing; Tue, 11 Mar 1997 15:40:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA19792; Tue, 11 Mar 1997 15:40:01 -0800 (PST) Date: Tue, 11 Mar 1997 15:40:01 -0800 (PST) Message-Id: <199703112340.PAA19792@freefall.freebsd.org> To: freebsd-ports Cc: From: asami@vader.cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/2936: The teTeX port runs strup on /usr/local/bin Reply-To: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2936; it has been noted by GNATS. From: asami@vader.cs.berkeley.edu (Satoshi Asami) To: eivind@dimaga.com Cc: freebsd-gnats-submit@freebsd.org, freebsd-ports@freefall.freebsd.org Subject: Re: ports/2936: The teTeX port runs strup on /usr/local/bin Date: Tue, 11 Mar 1997 15:30:09 -0800 (PST) * I get errors for missing inimf, virmf, install-info, xdvi.bin, texinfo-12, * web2c/mf.log, and web2c/mf.base. * Did it package OK when you reverted? You are right -- I reverted the patch but I still can't build it. I have the same problem with or without your patch. However, the list of errors is different, I have a bunch of bin/* files missing. ------- ===> Building package for teTeX-0.4 tar: can't add file bin/gftodvi : No such file or directory tar: can't add file bin/gftopk : No such file or directory tar: can't add file bin/mft : No such file or directory tar: can't add file bin/pktogf : No such file or directory tar: can't add file bin/pktype : No such file or directory tar: can't add file bin/vftovp : No such file or directory tar: can't add file bin/vptovf : No such file or directory tar: can't add file bin/gftype : No such file or directory tar: can't add file bin/pltotf : No such file or directory tar: can't add file bin/tftopl : No such file or directory tar command failed with code 256 ------- I put the log in ftp://han.cs.berkeley.edu/pub/tetex.log.gz If you can take a look, it will be appreciated. My system is RELENG_2_2 (naturally, it's the packages-2.2 building machine). Satoshi From owner-freebsd-ports Tue Mar 11 15:43:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA20067 for ports-outgoing; Tue, 11 Mar 1997 15:43:24 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA20004; Tue, 11 Mar 1997 15:42:00 -0800 (PST) Date: Tue, 11 Mar 1997 15:42:00 -0800 (PST) From: Satoshi Asami Message-Id: <199703112342.PAA20004@freefall.freebsd.org> To: fenner@parc.xerox.com, asami, freebsd-ports Subject: Re: ports/2950 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: plan port tries to fetch "applicationsplan-1.5.1.tar.gz" State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Mar 11 15:40:14 PST 1997 State-Changed-Why: Thanks, fixed. I don't know what I was thinking. I seem to remember fixing some port that had the exact same problem. Maybe I was dreaming. From owner-freebsd-ports Tue Mar 11 15:44:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA20166 for ports-outgoing; Tue, 11 Mar 1997 15:44:24 -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 PAA20154 for ; Tue, 11 Mar 1997 15:44:20 -0800 (PST) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.4/8.7.3) id PAA01642; Tue, 11 Mar 1997 15:43:20 -0800 (PST) Date: Tue, 11 Mar 1997 15:43:20 -0800 (PST) Message-Id: <199703112343.PAA01642@vader.cs.berkeley.edu> To: handy@sag.space.lockheed.com CC: ports@freebsd.org In-reply-to: (handy@sag.space.lockheed.com) Subject: Re: ports freeze in 9 1/2 hours From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * On my machine, CVSupped (2.2-GAMMA) as of oh 5 or so days ago, I can't get * 'expect' or 'teTeX' to compile. I went so far as to submit a PR on * expect, it was partially fixed (checksum error and fix the patches to * reflect the version upgrade), but these things just don't work at all on * my machine. Expect was fixed last night and it compiles here; teTeX worked a while ago but now I can't get it to compile anymore. Feel free to submit a log on how it doesn't work (see my other mail for my teTeX build) so we can patch together more information. Satoshi From owner-freebsd-ports Tue Mar 11 15:52:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA20869 for ports-outgoing; Tue, 11 Mar 1997 15:52:39 -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 PAA20864 for ; Tue, 11 Mar 1997 15:52:36 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id AAA14311 for ports@freebsd.org; Wed, 12 Mar 1997 00:52:34 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id AAA05264; Wed, 12 Mar 1997 00:45:33 +0100 (MET) Message-ID: <19970312004533.ED51480@uriah.heep.sax.de> Date: Wed, 12 Mar 1997 00:45:33 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: ports@freebsd.org Subject: Re: ports freeze in 9 1/2 hours References: <199703112236.OAA26207@vader.cs.berkeley.edu> X-Mailer: Mutt 0.60_p2-3,5,8-9 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: <199703112236.OAA26207@vader.cs.berkeley.edu>; from Satoshi Asami on Mar 11, 1997 14:36:31 -0800 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Satoshi Asami wrote: > This is your last chance! Chance taken. :-) -- 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 Tue Mar 11 16:00:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA21336 for ports-outgoing; Tue, 11 Mar 1997 16:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA21307; Tue, 11 Mar 1997 16:00:02 -0800 (PST) Resent-Date: Tue, 11 Mar 1997 16:00:02 -0800 (PST) Resent-Message-Id: <199703120000.QAA21307@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, fenner@parc.xerox.com Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id PAA20858 for ; Tue, 11 Mar 1997 15:52:32 -0800 (PST) Received: from fenestro.parc.xerox.com ([13.0.208.199]) by alpha.xerox.com with SMTP id <18391(1)>; Tue, 11 Mar 1997 15:51:55 PST Received: (from fenner@localhost) by fenestro.parc.xerox.com (8.8.4/8.8.4) id OAA10937; Tue, 11 Mar 1997 14:40:20 -0800 (PST) Message-Id: <199703112240.OAA10937@fenestro.parc.xerox.com> Date: Tue, 11 Mar 1997 14:40:20 PST From: Bill Fenner Reply-To: fenner@parc.xerox.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2952: xneko and xroach need WRKSRC defined Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2952 >Category: ports >Synopsis: xneko and xroach need WRKSRC defined >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 11 16:00:01 PST 1997 >Last-Modified: >Originator: Bill Fenner >Organization: Xerox >Release: FreeBSD 2.2-BETA_A i386 >Environment: -current ports >Description: The distfiles have path information in them that the port does not expect, resulting in patch/build failure. [This may apply to any distfile retreived from ftp.cdrom.com using the automagic tar feature] >How-To-Repeat: cd /usr/ports/games/xneko; make cd /usr/ports/games/xroach; make >Fix: --- xneko/Makefile.orig Tue Mar 11 14:28:30 1997 +++ xneko/Makefile Tue Mar 11 14:27:50 1997 @@ -15,5 +15,6 @@ USE_X11= yes IGNOREFILES= ${DISTFILES} +WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xneko .include --- xroach/Makefile.orig Tue Mar 11 14:36:50 1997 +++ xroach/Makefile Tue Mar 11 14:37:20 1997 @@ -15,5 +15,6 @@ USE_X11= yes IGNOREFILES= ${DISTFILES} +WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xroach .include >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Mar 11 16:38:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24605 for ports-outgoing; Tue, 11 Mar 1997 16:38:26 -0800 (PST) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id QAA24598 for ; Tue, 11 Mar 1997 16:38:24 -0800 (PST) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA15090; Tue, 11 Mar 1997 16:38:25 -0800 Date: Tue, 11 Mar 1997 16:38:24 -0800 (PST) From: "Brian N. Handy" To: Satoshi Asami Cc: ports@freebsd.org Subject: Re: ports freeze in 9 1/2 hours In-Reply-To: <199703112343.PAA01642@vader.cs.berkeley.edu> Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I wrote: > * On my machine, CVSupped (2.2-GAMMA) as of oh 5 or so days ago, I can't get > * 'expect' or 'teTeX' to compile. I went so far as to submit a PR on > * expect, it was partially fixed (checksum error and fix the patches to > * reflect the version upgrade), but these things just don't work at all on > * my machine. Satoshi replied: >Expect was fixed last night and it compiles here; teTeX worked a while >ago but now I can't get it to compile anymore. Feel free to submit a >log on how it doesn't work (see my other mail for my teTeX build) so >we can patch together more information. OK, what I had to do with expect was recompile tk-4.1, it's been quite a while and the system has certainly been moving underneath it. Check 'expect' off the list, I think it really does work. :-) teTeX doesn't. The gist is: ======================================================================== checking whether the C compiler (gcc -O2 -s -pipe -DHAVE_EXTERN_SYS_ERRLIST=1 ) works... no configure: error: installation or configuration problem: C compiler cannot create executables. gmake: *** [config] Error 1 *** Error code 2 Stop. *** Error code 1 Stop. *** Error Code 1 Stop. ======================================================================== I've uploaded a script of this (and tacked on a uname -a at the top) to ftp://ftp.freebsd.org/pub/FreeBSD/incoming/teTeX-0.4-compile.log.gz. I'd try and do more but this is over my head and I don't have ANY idea where to look! (Willing to help out where possible though..) Regards, Brian From owner-freebsd-ports Tue Mar 11 17:22:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA28306 for ports-outgoing; Tue, 11 Mar 1997 17:22:23 -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 RAA28293 for ; Tue, 11 Mar 1997 17:22:19 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by who.cdrom.com (8.8.5/8.6.11) with SMTP id QAA11853 for ; Tue, 11 Mar 1997 16:44:40 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <19670(6)>; Tue, 11 Mar 1997 16:29:27 PST Received: by crevenia.parc.xerox.com id <177476>; Tue, 11 Mar 1997 15:56:35 -0800 From: Bill Fenner To: ports@FreeBSD.org Subject: distfile LINT Message-Id: <97Mar11.155635pst.177476@crevenia.parc.xerox.com> Date: Tue, 11 Mar 1997 15:56:21 PST Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Folks, I'm going through all of the ftp:// URL's printed by "make fetch-list" and so far, there is an approximately 33% failure rate, mostly "No such file or directory". Does anyone think it would be useful to have web pages and/or email listing the distfiles that aren't available from the MASTER_SITES? Bill From owner-freebsd-ports Tue Mar 11 17:30:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA29344 for ports-outgoing; Tue, 11 Mar 1997 17:30:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA29338; Tue, 11 Mar 1997 17:30:03 -0800 (PST) Resent-Date: Tue, 11 Mar 1997 17:30:03 -0800 (PST) Resent-Message-Id: <199703120130.RAA29338@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, fenner@parc.xerox.com 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 RAA28327 for ; Tue, 11 Mar 1997 17:23:43 -0800 (PST) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by who.cdrom.com (8.8.5/8.6.11) with SMTP id QAA11805 for ; Tue, 11 Mar 1997 16:44:01 -0800 (PST) Received: from alpha.Xerox.COM by mail.crl.com with SMTP id AA26999 (5.65c/IDA-1.5 for ); Tue, 11 Mar 1997 16:41:51 -0800 Received: from fenestro.parc.xerox.com ([13.0.208.199]) by alpha.xerox.com with SMTP id <14898(2)>; Tue, 11 Mar 1997 16:40:47 PST Received: (from fenner@localhost) by fenestro.parc.xerox.com (8.8.4/8.8.4) id QAA27520; Tue, 11 Mar 1997 16:41:25 -0800 (PST) Message-Id: <199703120041.QAA27520@fenestro.parc.xerox.com> Date: Tue, 11 Mar 1997 16:41:25 PST From: Bill Fenner Reply-To: fenner@parc.xerox.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/2953: mpeg_encode and mpeg_stat ftp server moved Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2953 >Category: ports >Synopsis: mpeg_encode and mpeg_stat ftp server moved >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 11 17:30:01 PST 1997 >Last-Modified: >Originator: Bill Fenner >Organization: Xerox >Release: FreeBSD 2.2-BETA_A i386 >Environment: >Description: The mpeg_encode and mpeg_stat software has moved; the old FTP server says: 250- ----------------------------------------------------------- 250- The Berkeley multimedia group's FTP site has moved to 250- mm-ftp.cs.berkeley.edu (ftp://mm-ftp.cs.berkeley.edu/pub/). 250- ----------------------------------------------------------- >How-To-Repeat: cd graphics/mpeg_encode; make fetch cd graphics/mpeg_stat; make fetch >Fix: --- graphics/mpeg_encode/Makefile.orig Tue Mar 11 16:35:26 1997 +++ graphics/mpeg_encode/Makefile Tue Mar 11 16:35:33 1997 @@ -9,7 +9,7 @@ DISTNAME= mpeg_encode-1.5b-src PKGNAME= mpeg_encode-1.5b CATEGORIES= graphics -MASTER_SITES= ftp://s2k-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/encode/ +MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/encode/ MAINTAINER= erich@FreeBSD.org --- graphics/mpeg_stat/Makefile.orig Tue Mar 11 16:35:45 1997 +++ graphics/mpeg_stat/Makefile Tue Mar 11 16:35:50 1997 @@ -9,7 +9,7 @@ DISTNAME= mpeg_stat-2.2b-src PKGNAME= mpeg_stat-2.2b CATEGORIES= graphics -MASTER_SITES= ftp://s2k-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/stat/ +MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/stat/ MAINTAINER= erich@FreeBSD.org >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Mar 11 17:44:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA00720 for ports-outgoing; Tue, 11 Mar 1997 17:44:55 -0800 (PST) Received: from ingenieria ([168.176.15.11]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id RAA00712; Tue, 11 Mar 1997 17:44:51 -0800 (PST) Received: from unalmodem.usc.unal.edu.co by ingenieria (SMI-8.6/SMI-SVR4) id UAA07966; Tue, 11 Mar 1997 20:31:42 -0500 Message-ID: <3326342B.1CDC@fps.biblos.unal.edu.co> Date: Tue, 11 Mar 1997 20:42:20 -0800 From: Pedro Giffuni X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: Satoshi Asami CC: committers@freebsd.org, ports@freebsd.org Subject: Re: ports freeze in 9 1/2 hours References: <199703112236.OAA26207@vader.cs.berkeley.edu> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami wrote: > > This is your last chance! > Well..there´s not much I can do right now, but here it goes: Our g77 port is outdated and broken (requires gcc-2.6.3) The new g77 version (g77-0.5.20) explicitly requires gcc-2.7.2.2 so I guess it could be considered unbroken. The maintainer never responded but, who knows? someone can make a suicidal attempt... Pedro. From owner-freebsd-ports Tue Mar 11 18:10:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA02440 for ports-outgoing; Tue, 11 Mar 1997 18:10:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA02433; Tue, 11 Mar 1997 18:10:03 -0800 (PST) Resent-Date: Tue, 11 Mar 1997 18:10:03 -0800 (PST) Resent-Message-Id: <199703120210.SAA02433@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.SAA02378;Tue; (8.8.5/8.8.5);, 11 Mar 1997 18:09:46.-0800 (PST) Message-Id: <199703120209.SAA02378@freefall.freebsd.org> Date: Tue, 11 Mar 1997 18:09:46 -0800 (PST) From: pgiffuni@fps.biblos.unal.edu.co To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/2954: FElt lacks a dependency Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2954 >Category: ports >Synopsis: FElt lacks a dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 11 18:10:01 PST 1997 >Last-Modified: >Originator: Pedro Giffuni S. >Organization: Universidad Nacional de Colombia >Release: 2.1.7-Release >Environment: Non-relevant >Description: Our current port is patched so that it uses Xaw3d, but there is no build dependency. >How-To-Repeat: Not evident >Fix: Please add a build-depend for Xaw3d in the port´s Makefile. >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Mar 11 20:17:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA13546 for ports-outgoing; Tue, 11 Mar 1997 20:17:21 -0800 (PST) Received: from dfw-ix11.ix.netcom.com (dfw-ix11.ix.netcom.com [206.214.98.11]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA13539 for ; Tue, 11 Mar 1997 20:17:16 -0800 (PST) Received: (from smap@localhost) by dfw-ix11.ix.netcom.com (8.8.4/8.8.4) id WAA23271; Tue, 11 Mar 1997 22:16:42 -0600 (CST) Received: from ala-ca16-11.ix.netcom.com(204.32.168.139) by dfw-ix11.ix.netcom.com via smap (V1.3) id sma023218; Tue Mar 11 22:16:12 1997 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id UAA13475; Tue, 11 Mar 1997 20:16:05 -0800 (PST) Date: Tue, 11 Mar 1997 20:16:05 -0800 (PST) Message-Id: <199703120416.UAA13475@silvia.HIP.Berkeley.EDU> To: fenner@parc.xerox.com CC: ports@FreeBSD.ORG In-reply-to: <97Mar11.155635pst.177476@crevenia.parc.xerox.com> (message from Bill Fenner on Tue, 11 Mar 1997 15:56:21 PST) Subject: Re: distfile LINT From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * I'm going through all of the ftp:// URL's printed by "make * fetch-list" and so far, there is an approximately 33% failure rate, * mostly "No such file or directory". Does anyone think it would be * useful to have web pages and/or email listing the distfiles that aren't * available from the MASTER_SITES? I appreciate your help, but this is not something I'm going to spend our precious time before the release. I have a set of distfiles that is going to be on the CD, so whether the master site list is correct or not is only significant for ports that have RESTRICTED or NO_CDROM set. Satoshi From owner-freebsd-ports Tue Mar 11 21:10:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA15953 for ports-outgoing; Tue, 11 Mar 1997 21:10:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA15947; Tue, 11 Mar 1997 21:10:04 -0800 (PST) Resent-Date: Tue, 11 Mar 1997 21:10:04 -0800 (PST) Resent-Message-Id: <199703120510.VAA15947@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, jmb Received: (from jmb@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA15702; Tue, 11 Mar 1997 21:04:58 -0800 (PST) Message-Id: <199703120504.VAA15702@freefall.freebsd.org> Date: Tue, 11 Mar 1997 21:04:58 -0800 (PST) From: "Jonathan M. Bresler" Reply-To: jmb To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2956: New Port: xgospel-1.10d in ftp.freebsd.org/pub/FreeBSD/incoming/ Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2956 >Category: ports >Synopsis: New Port: xgospel-1.10d in ftp.freebsd.org/pub/FreeBSD/incoming/ >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 11 21:10:02 PST 1997 >Last-Modified: >Originator: Jonathan M. Bresler >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: one problem with this port. it can't find its own pixmaps. the pixmaps are *not* required, but are aesthetically pleasing >Description: >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Mar 11 22:02:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA18386 for ports-outgoing; Tue, 11 Mar 1997 22:02:50 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA18356; Tue, 11 Mar 1997 22:02:28 -0800 (PST) Date: Tue, 11 Mar 1997 22:02:28 -0800 (PST) From: Mark Murray Message-Id: <199703120602.WAA18356@freefall.freebsd.org> To: markm, freebsd-ports, markm Subject: Re: ports/2952 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: xneko and xroach need WRKSRC defined Responsible-Changed-From-To: freebsd-ports->markm Responsible-Changed-By: markm Responsible-Changed-When: Tue Mar 11 22:01:44 PST 1997 Responsible-Changed-Why: My ports. From owner-freebsd-ports Tue Mar 11 22:05:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA18518 for ports-outgoing; Tue, 11 Mar 1997 22:05:57 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id WAA18512 for ; Tue, 11 Mar 1997 22:05:53 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14593(3)>; Tue, 11 Mar 1997 22:05:17 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177486>; Tue, 11 Mar 1997 22:05:10 -0800 To: asami@vader.cs.berkeley.edu (Satoshi Asami) cc: fenner@parc.xerox.com, ports@freebsd.org Subject: Re: distfile LINT In-reply-to: Your message of "Tue, 11 Mar 97 20:16:05 PST." <199703120416.UAA13475@silvia.HIP.Berkeley.EDU> Date: Tue, 11 Mar 1997 22:05:05 PST From: Bill Fenner Message-Id: <97Mar11.220510pst.177486@crevenia.parc.xerox.com> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk asami@vader.cs.berkeley.edu (Satoshi Asami) wrote: >I appreciate your help, but this is not something I'm going to spend >our precious time before the release. But as an ongoing (particularly an automated) project, do you think it's useful? With 800-however-many ports in the tree, there's going to be constant distfile rot; even if each distfile changes once a year that's more than two a day... Bill From owner-freebsd-ports Tue Mar 11 22:24:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA19618 for ports-outgoing; Tue, 11 Mar 1997 22:24:38 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id WAA19609 for ; Tue, 11 Mar 1997 22:24:34 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15334(1)>; Tue, 11 Mar 1997 22:23:57 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177486>; Tue, 11 Mar 1997 22:23:56 -0800 To: "Brian N. Handy" cc: Satoshi Asami , ports@freebsd.org Subject: Re: ports freeze in 9 1/2 hours In-reply-to: Your message of "Tue, 11 Mar 97 16:38:24 PST." Date: Tue, 11 Mar 1997 22:23:43 PST From: Bill Fenner Message-Id: <97Mar11.222356pst.177486@crevenia.parc.xerox.com> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk "Brian N. Handy" wrote: >checking whether the C compiler (gcc -O2 -s -pipe >-DHAVE_EXTERN_SYS_ERRLIST=1 ) works... no >configure: error: installation or configuration problem: C compiler cannot >create executables. >gmake: *** [config] Error 1 >*** Error code 2 See if there's a config.log in the work directory which has an error message in it. Bill From owner-freebsd-ports Tue Mar 11 22:40:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA20395 for ports-outgoing; Tue, 11 Mar 1997 22:40:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA20387; Tue, 11 Mar 1997 22:40:03 -0800 (PST) Resent-Date: Tue, 11 Mar 1997 22:40:03 -0800 (PST) Resent-Message-Id: <199703120640.WAA20387@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, nnd@itfs.nsk.su Received: from wins.itfs.nsk.su (wins.itfs.nsk.su [193.124.36.40]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA20237 for ; Tue, 11 Mar 1997 22:36:26 -0800 (PST) Received: (from root@localhost) by wins.itfs.nsk.su (8.8.4/8.8.2) id MAA03934; Wed, 12 Mar 1997 12:36:23 +0600 (NSK) Message-Id: <199703120636.MAA03934@wins.itfs.nsk.su> Date: Wed, 12 Mar 1997 12:36:23 +0600 (NSK) From: nnd@itfs.nsk.su Reply-To: nnd@itfs.nsk.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2957: 'Rpm' port exec cpio with (currently) unsupported --quiet flag Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2957 >Category: ports >Synopsis: 'Rpm' port exec cpio with (currently) unsupported --quiet flag >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 11 22:40:01 PST 1997 >Last-Modified: >Originator: Nickolay N. Dudorov >Organization: Infoteka >Release: FreeBSD 2.2-RELEASE i386 >Environment: FreeBSD 2.x and 3.x >Description: Red Hat Package Manager (rpm) port execute 'cpio' with "--quiet" flag which is unsupported in FreeBSD's cpio (version 2.3). >How-To-Repeat: Make and install rpm port and try to use it as rpm -i something.rpm >Fix: Unknown by me at the moment ;-( There may be three possible solutions: - patch 'rpm' to not use '--quiet' - patch FreeBSD's 'cpio' to understand '--quiet' flag (this I can afford if acceptable) - upgrade cpio to version 2.4.2 (current GNU version ?) (this is non trivial because of some number of FreeBSD patches to version 2.3) And may be easiest way - ask MAINTAINER how he solved this problem ? >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Mar 11 23:33:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA22656 for ports-outgoing; Tue, 11 Mar 1997 23:33:47 -0800 (PST) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id XAA22639 for ; Tue, 11 Mar 1997 23:32:49 -0800 (PST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.12/8.6.9) id IAA04092; Wed, 12 Mar 1997 08:32:08 +0100 To: asami@vader.cs.berkeley.edu (Satoshi Asami) Cc: freebsd-ports@freefall.freebsd.org Subject: Re: ports/2936: The teTeX port runs strup on /usr/local/bin References: <199703112340.PAA19792@freefall.freebsd.org> From: Thomas Gellekum Date: 12 Mar 1997 08:32:05 +0100 In-Reply-To: asami@vader.cs.berkeley.edu's message of Tue, 11 Mar 1997 15:40:01 -0800 (PST) Message-ID: <87n2s9r2fd.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 23 X-Mailer: Gnus v5.4.25/XEmacs 19.14 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami@vader.cs.berkeley.edu (Satoshi Asami) writes: > The following reply was made to PR ports/2936; it has been noted by GNATS. > > From: asami@vader.cs.berkeley.edu (Satoshi Asami) > To: eivind@dimaga.com > Cc: freebsd-gnats-submit@freebsd.org, freebsd-ports@freefall.freebsd.org > Subject: Re: ports/2936: The teTeX port runs strup on /usr/local/bin > Date: Tue, 11 Mar 1997 15:30:09 -0800 (PST) > > * I get errors for missing inimf, virmf, install-info, xdvi.bin, texinfo-12, > * web2c/mf.log, and web2c/mf.base. > > * Did it package OK when you reverted? > > You are right -- I reverted the patch but I still can't build it. I > have the same problem with or without your patch. However, the list > of errors is different, I have a bunch of bin/* files missing. I hope you back out the patch if it doesn't work. I'll take a look at it but if the port remains broken I'd rather wait for a fix until Bernd comes back from his holidays. tg From owner-freebsd-ports Wed Mar 12 00:10:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA24123 for ports-outgoing; Wed, 12 Mar 1997 00:10:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA24117; Wed, 12 Mar 1997 00:10:03 -0800 (PST) Date: Wed, 12 Mar 1997 00:10:03 -0800 (PST) Message-Id: <199703120810.AAA24117@freefall.freebsd.org> To: freebsd-ports Cc: From: Thomas Gellekum Subject: Re: ports/2957: 'Rpm' port exec cpio with (currently) unsupported --quiet flag Reply-To: Thomas Gellekum Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2957; it has been noted by GNATS. From: Thomas Gellekum To: nnd@itfs.nsk.su Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/2957: 'Rpm' port exec cpio with (currently) unsupported --quiet flag Date: 12 Mar 1997 08:50:32 +0100 nnd@itfs.nsk.su writes: > > - patch 'rpm' to not use '--quiet' > > - patch FreeBSD's 'cpio' to understand '--quiet' flag > (this I can afford if acceptable) > > - upgrade cpio to version 2.4.2 (current GNU version ?) > (this is non trivial because of some number of > FreeBSD patches to version 2.3) > > And may be easiest way - ask MAINTAINER how he solved this > problem ? The MAINTAINER never used rpm. He only wanted rpm2cpio for the xgammon port. He will look into it but probably not before 2.2 is going out the door. tg From owner-freebsd-ports Wed Mar 12 00:42:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA26618 for ports-outgoing; Wed, 12 Mar 1997 00:42:39 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA26596; Wed, 12 Mar 1997 00:42:34 -0800 (PST) Date: Wed, 12 Mar 1997 00:42:34 -0800 (PST) From: "David E. O'Brien" Message-Id: <199703120842.AAA26596@freefall.freebsd.org> To: deischen@iworks.InterWorks.org, obrien, freebsd-ports, obrien Subject: Re: ports/2914 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Update Nedit port to correct checksum State-Changed-From-To: open-closed State-Changed-By: obrien State-Changed-When: Wed Mar 12 00:40:50 PST 1997 State-Changed-Why: Updated checksum. Fixed port to install apps-default file as NEdit.ad. However, I didn't see the reason for the manpage change. Man pages should be compressed, and the port packages fine with the compressed pages. Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Wed Mar 12 00:40:50 PST 1997 Responsible-Changed-Why: did the commit From owner-freebsd-ports Wed Mar 12 00:46:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA26911 for ports-outgoing; Wed, 12 Mar 1997 00:46:25 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA26891; Wed, 12 Mar 1997 00:46:19 -0800 (PST) Date: Wed, 12 Mar 1997 00:46:19 -0800 (PST) From: Satoshi Asami Message-Id: <199703120846.AAA26891@freefall.freebsd.org> To: pgiffuni@fps.biblos.unal.edu.co, asami, freebsd-ports Subject: Re: ports/2954 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: FElt lacks a dependency State-Changed-From-To: open-analyzed State-Changed-By: asami State-Changed-When: Wed Mar 12 00:43:55 PST 1997 State-Changed-Why: I checked all the binaries in the PLIST but none of them were linked against Xaw3d. In fact, the only one that had any X libraries was "felt" itself, but it was linked against libXaw.so.6. From owner-freebsd-ports Wed Mar 12 01:00:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA27482 for ports-outgoing; Wed, 12 Mar 1997 01:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA27472; Wed, 12 Mar 1997 01:00:02 -0800 (PST) Date: Wed, 12 Mar 1997 01:00:02 -0800 (PST) Message-Id: <199703120900.BAA27472@freefall.freebsd.org> To: freebsd-ports Cc: From: j@uriah.heep.sax.de (J Wunsch) Subject: Re: ports/2957: 'Rpm' port exec cpio with (currently) unsupported --quiet flag Reply-To: j@uriah.heep.sax.de (J Wunsch) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2957; it has been noted by GNATS. From: j@uriah.heep.sax.de (J Wunsch) To: nnd@itfs.nsk.su Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/2957: 'Rpm' port exec cpio with (currently) unsupported --quiet flag Date: Wed, 12 Mar 1997 09:42:52 +0100 As nnd@itfs.nsk.su wrote: > - patch FreeBSD's 'cpio' to understand '--quiet' flag > (this I can afford if acceptable) That's probably the easiest way. > - upgrade cpio to version 2.4.2 (current GNU version ?) > (this is non trivial because of some number of > FreeBSD patches to version 2.3) That's the best way. GNU cpio 2.3 mistakenly hasn't imported onto a vendor branch. This would have made upgrading easier. Maybe we should post-mortem import it onto a vendor branch now. Is there anybody around with a pristine copy of GNU cpio 2.3? (I only have 1.5. ;-) -- 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 Wed Mar 12 01:17:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA28736 for ports-outgoing; Wed, 12 Mar 1997 01:17:11 -0800 (PST) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id BAA28724; Wed, 12 Mar 1997 01:17:06 -0800 (PST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.12/8.6.9) id KAA04240; Wed, 12 Mar 1997 10:16:34 +0100 To: Satoshi Asami Cc: pgiffuni@fps.biblos.unal.edu.co, freebsd-ports@freefall.freebsd.org Subject: Re: ports/2954 References: <199703120846.AAA26891@freefall.freebsd.org> From: Thomas Gellekum Date: 12 Mar 1997 10:16:31 +0100 In-Reply-To: Satoshi Asami's message of Wed, 12 Mar 1997 00:46:19 -0800 (PST) Message-ID: <87wwrdcvwv.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 16 X-Mailer: Gnus v5.4.25/XEmacs 19.14 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami writes: > Synopsis: FElt lacks a dependency > > State-Changed-From-To: open-analyzed > State-Changed-By: asami > State-Changed-When: Wed Mar 12 00:43:55 PST 1997 > State-Changed-Why: > I checked all the binaries in the PLIST but none of them were linked > against Xaw3d. In fact, the only one that had any X libraries was > "felt" itself, but it was linked against libXaw.so.6. Yep, that's why I removed the dependeny on libXaw3d. This program builds and runs fine with Xaw AFAICT. tg From owner-freebsd-ports Wed Mar 12 01:19:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA29003 for ports-outgoing; Wed, 12 Mar 1997 01:19:03 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA28976; Wed, 12 Mar 1997 01:18:55 -0800 (PST) Date: Wed, 12 Mar 1997 01:18:55 -0800 (PST) From: Satoshi Asami Message-Id: <199703120918.BAA28976@freefall.freebsd.org> To: taguchi@tohoku.iij.ad.jp, asami, freebsd-ports Subject: Re: ports/2941 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: new ports: "Original" Tcl7.6/Tk4.2 State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Wed Mar 12 01:18:28 PST 1997 State-Changed-Why: Applied patch privately sent to me and committed, thanks! From owner-freebsd-ports Wed Mar 12 01:55:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA01269 for ports-outgoing; Wed, 12 Mar 1997 01:55:14 -0800 (PST) Received: from dfw-ix13.ix.netcom.com (dfw-ix13.ix.netcom.com [206.214.98.13]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA01259 for ; Wed, 12 Mar 1997 01:55:11 -0800 (PST) Received: (from smap@localhost) by dfw-ix13.ix.netcom.com (8.8.4/8.8.4) id DAA16011; Wed, 12 Mar 1997 03:54:36 -0600 (CST) Received: from ala-ca16-11.ix.netcom.com(204.32.168.139) by dfw-ix13.ix.netcom.com via smap (V1.3) id sma016003; Wed Mar 12 03:54:11 1997 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id BAA02215; Wed, 12 Mar 1997 01:54:07 -0800 (PST) Date: Wed, 12 Mar 1997 01:54:07 -0800 (PST) Message-Id: <199703120954.BAA02215@silvia.HIP.Berkeley.EDU> To: tg@ihf.rwth-aachen.de CC: freebsd-ports@freefall.freebsd.org In-reply-to: <87n2s9r2fd.fsf@ghpc6.ihf.rwth-aachen.de> (message from Thomas Gellekum on 12 Mar 1997 08:32:05 +0100) Subject: Re: ports/2936: The teTeX port runs strup on /usr/local/bin From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * I hope you back out the patch if it doesn't work. I'll take a look at * it but if the port remains broken I'd rather wait for a fix until * Bernd comes back from his holidays. Actually this patch wasn't the problem. I can't build teTeX anymore, I thought I sent you a private mail and also one to the ports list. However, this patch seems to be overkill anyway. If I were to do it, I'll use a patch just to remove the "strip /usr/local/bin/*" part and then do all the stripping from teTeX/Makefile's post-install target. Satoshi From owner-freebsd-ports Wed Mar 12 03:12:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA03988 for ports-outgoing; Wed, 12 Mar 1997 03:12:41 -0800 (PST) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA03982 for ; Wed, 12 Mar 1997 03:12:38 -0800 (PST) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id MAA27559 for ; Wed, 12 Mar 1997 12:13:26 +0100 (MET) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.8.5/8.6.9) id MAA15360 for freebsd-ports@freefall.cdrom.com; Wed, 12 Mar 1997 12:19:05 +0100 (MET) Date: Wed, 12 Mar 1997 12:19:05 +0100 (MET) From: Christoph Kukulies Message-Id: <199703121119.MAA15360@gilberto.physik.rwth-aachen.de> To: freebsd-ports@freefall.FreeBSD.org Subject: ghostscript4 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I just compiled ghostscript-4.03 on a not quite -current (2.2) machine - maybe my mk files are outdated but FWIW I'm getting: mozart# make install Checksums OK. ===> Installing for ghostscript-4.03 mkdir: /usr/local/share/ghostscript: File exists mkdir: /usr/local/bin: File exists mkdir: /usr/local/man/man1: File exists *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 OK, I fetched newer mk files and the problem went away. Just a glitch: ghostscript 4.03 is fetched and built but the files are installed in /usr/local/share/ghostscript/4.02 -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-ports Wed Mar 12 03:27:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA04424 for ports-outgoing; Wed, 12 Mar 1997 03:27:22 -0800 (PST) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA04419 for ; Wed, 12 Mar 1997 03:27:20 -0800 (PST) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id MAA27733 for ; Wed, 12 Mar 1997 12:28:14 +0100 (MET) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.8.5/8.6.9) id MAA15423 for freebsd-ports@freefall.cdrom.com; Wed, 12 Mar 1997 12:33:53 +0100 (MET) Date: Wed, 12 Mar 1997 12:33:53 +0100 (MET) From: Christoph Kukulies Message-Id: <199703121133.MAA15423@gilberto.physik.rwth-aachen.de> To: freebsd-ports@freefall.FreeBSD.org Subject: stcolor not in ghostscript4 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Excuse me if I'm criticising, but the ghostscript4 build does not contain the stcolor driver (for the EPSON Stylus Color printer) by default which I think it should so that gs works out of the box with this very popular printer. Could the port maintainer MAINTAINER= andreas@klemm.gtn.com please correct this (perhaps) withing the 9 hour gracetime - which may have counted down by now :-) -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-ports Wed Mar 12 03:37:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA04885 for ports-outgoing; Wed, 12 Mar 1997 03:37:09 -0800 (PST) Received: from cottontail.hobart.tased.edu.au (root@cottontail.hobart.tased.edu.au [147.41.41.147]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id DAA04878 for ; Wed, 12 Mar 1997 03:37:00 -0800 (PST) Received: from localhost (andrew@localhost) by cottontail.hobart.tased.edu.au (8.6.12/8.6.12) with SMTP id WAA02738 for ; Wed, 12 Mar 1997 22:36:57 +1100 X-Authentication-Warning: cottontail.hobart.tased.edu.au: andrew owned process doing -bs Date: Wed, 12 Mar 1997 22:36:56 +1100 (EST) From: Andrew X-Sender: andrew@cottontail.hobart.tased.edu.au To: ports@freebsd.org Subject: rm from Makefile Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I need to remove a file from the work directory from the port Makefile. I'm not sure how to go about it (the file isnt used and stops the installation if its there). My alternatives are: 1) Being able to make clean in the original Makefile 2) Move a file from its current name to anything. 3) rm the file. If anybody has any other suggestions or can tell me which way is "best" I would be most grateful. I can rm and mv from a "regular" makefile but I thought there may be a "proper" way to do it for port Makefiles. Thanks, Andrew PS Please CC me as I'm not on the list. From owner-freebsd-ports Wed Mar 12 03:52:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA05488 for ports-outgoing; Wed, 12 Mar 1997 03:52:33 -0800 (PST) Received: from spinner.DIALix.COM (spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA05482; Wed, 12 Mar 1997 03:52:21 -0800 (PST) Received: from spinner.DIALix.COM (localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.5/8.8.5) with ESMTP id TAA04056; Wed, 12 Mar 1997 19:51:28 +0800 (WST) Message-Id: <199703121151.TAA04056@spinner.DIALix.COM> X-Mailer: exmh version 2.0gamma 1/27/96 To: Pedro Giffuni cc: Satoshi Asami , committers@freebsd.org, ports@freebsd.org Subject: gcc-2.7.2.2? Re: ports freeze in 9 1/2 hours In-reply-to: Your message of "Tue, 11 Mar 1997 20:42:20 PST." <3326342B.1CDC@fps.biblos.unal.edu.co> Content-Transfer-Encoding: quoted-printable Date: Wed, 12 Mar 1997 19:51:27 +0800 From: Peter Wemm Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Pedro Giffuni wrote: > Satoshi Asami wrote: > > = > > This is your last chance! > > = > Well..there=B4s not much I can do right now, but here it goes: > Our g77 port is outdated and broken (requires gcc-2.6.3) The new g77 > version (g77-0.5.20) explicitly requires gcc-2.7.2.2 so I guess it coul= d > be considered unbroken. > The maintainer never responded but, who knows? someone can make a > suicidal attempt... > = > Pedro. gcc-2.7.2.2? ?!?? Who? What? How? Where? When? I presume we'd like the version in src/contrib tree updated? Back when I did the gcc-2.7.2.1 conversion, I very nearly did g77 along = with it, but was running out of energy.. When I discovered that we had f2= c = already and had hooks for gcc's driver so that it can "compile" f77 files= , = I figured that was a good excuse to bail out right then. Should we swap f2c out and bring in g77 in it's place? Cheers, -Peter From owner-freebsd-ports Wed Mar 12 03:54:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA05537 for ports-outgoing; Wed, 12 Mar 1997 03:54:05 -0800 (PST) Received: from dfw-ix16.ix.netcom.com (dfw-ix16.ix.netcom.com [206.214.98.16]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA05532 for ; Wed, 12 Mar 1997 03:54:03 -0800 (PST) Received: (from smap@localhost) by dfw-ix16.ix.netcom.com (8.8.4/8.8.4) id FAA02641; Wed, 12 Mar 1997 05:53:22 -0600 (CST) Received: from wck-ca7-23.ix.netcom.com(204.31.231.55) by dfw-ix16.ix.netcom.com via smap (V1.3) id sma002621; Wed Mar 12 05:52:57 1997 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id DAA00943; Wed, 12 Mar 1997 03:52:53 -0800 (PST) Date: Wed, 12 Mar 1997 03:52:53 -0800 (PST) Message-Id: <199703121152.DAA00943@silvia.HIP.Berkeley.EDU> To: kuku@gilberto.physik.rwth-aachen.de CC: freebsd-ports@freefall.FreeBSD.org In-reply-to: <199703121133.MAA15423@gilberto.physik.rwth-aachen.de> (message from Christoph Kukulies on Wed, 12 Mar 1997 12:33:53 +0100 (MET)) Subject: Re: stcolor not in ghostscript4 From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Could the port maintainer * * MAINTAINER= andreas@klemm.gtn.com * * please correct this (perhaps) withing the 9 hour gracetime - which may * have counted down by now :-) I don't know what you are talking about :), but anyway, Andreas, if you want to make this change (and this change only), go ahead. Satoshi From owner-freebsd-ports Wed Mar 12 03:59:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA05735 for ports-outgoing; Wed, 12 Mar 1997 03:59:59 -0800 (PST) Received: from dfw-ix7.ix.netcom.com (dfw-ix7.ix.netcom.com [206.214.98.7]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA05730; Wed, 12 Mar 1997 03:59:56 -0800 (PST) Received: (from smap@localhost) by dfw-ix7.ix.netcom.com (8.8.4/8.8.4) id FAA25711; Wed, 12 Mar 1997 05:59:02 -0600 (CST) Received: from wck-ca7-23.ix.netcom.com(204.31.231.55) by dfw-ix7.ix.netcom.com via smap (V1.3) id sma025688; Wed Mar 12 05:58:56 1997 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id DAA00979; Wed, 12 Mar 1997 03:58:48 -0800 (PST) Date: Wed, 12 Mar 1997 03:58:48 -0800 (PST) Message-Id: <199703121158.DAA00979@silvia.HIP.Berkeley.EDU> To: peter@spinner.DIALix.COM CC: pgiffuni@fps.biblos.unal.edu.co, committers@freebsd.org, ports@freebsd.org In-reply-to: <199703121151.TAA04056@spinner.DIALix.COM> (message from Peter Wemm on Wed, 12 Mar 1997 19:51:27 +0800) Subject: Re: gcc-2.7.2.2? Re: ports freeze in 9 1/2 hours From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Should we swap f2c out and bring in g77 in it's place? I don't think so. Actually, if g77 isn't so damn often broken, I'd rather suggest outright removing f2c. How about making it a port then? Satoshi From owner-freebsd-ports Wed Mar 12 04:05:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA06063 for ports-outgoing; Wed, 12 Mar 1997 04:05:27 -0800 (PST) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA06057 for ; Wed, 12 Mar 1997 04:05:22 -0800 (PST) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id NAA28269; Wed, 12 Mar 1997 13:06:16 +0100 (MET) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.8.5/8.6.9) id NAA15631; Wed, 12 Mar 1997 13:11:56 +0100 (MET) From: Christoph Kukulies Message-Id: <199703121211.NAA15631@gilberto.physik.rwth-aachen.de> Subject: Re: stcolor not in ghostscript4 In-Reply-To: <199703121152.DAA00943@silvia.HIP.Berkeley.EDU> from Satoshi Asami at "Mar 12, 97 03:52:53 am" To: asami@vader.cs.berkeley.edu (Satoshi Asami) Date: Wed, 12 Mar 1997 13:11:55 +0100 (MET) Cc: kuku@gilberto.physik.rwth-aachen.de, freebsd-ports@freefall.FreeBSD.org Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > * Could the port maintainer > * > * MAINTAINER= andreas@klemm.gtn.com > * > * please correct this (perhaps) withing the 9 hour gracetime - which may > * have counted down by now :-) > > I don't know what you are talking about :), but anyway, Andreas, if > you want to make this change (and this change only), go ahead. It happened to mem that I typed ahead some so that I didn't get into the interactive configuration menu. Later I noticed that I had to respond/change settings in this menu. It would be nice if stcolor would be checked [X] by default so that it is built also when one skips (advertently or inadvertently) this interactive configuration. I believe a packages doesn't exist anyway for ghostscript 4 due to copyright restrictions so that one will be forced to build/configure ghostscript anyway from ports - or am I wrong? > > Satoshi > -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-ports Wed Mar 12 04:08:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA06179 for ports-outgoing; Wed, 12 Mar 1997 04:08:29 -0800 (PST) Received: from dfw-ix7.ix.netcom.com (dfw-ix7.ix.netcom.com [206.214.98.7]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA06170 for ; Wed, 12 Mar 1997 04:08:26 -0800 (PST) Received: (from smap@localhost) by dfw-ix7.ix.netcom.com (8.8.4/8.8.4) id GAA26025; Wed, 12 Mar 1997 06:07:49 -0600 (CST) Received: from wck-ca7-23.ix.netcom.com(204.31.231.55) by dfw-ix7.ix.netcom.com via smap (V1.3) id sma026019; Wed Mar 12 06:07:43 1997 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id EAA01014; Wed, 12 Mar 1997 04:07:38 -0800 (PST) Date: Wed, 12 Mar 1997 04:07:38 -0800 (PST) Message-Id: <199703121207.EAA01014@silvia.HIP.Berkeley.EDU> To: andrew@ugh.net.au CC: ports@freebsd.org In-reply-to: (message from Andrew on Wed, 12 Mar 1997 22:36:56 +1100 (EST)) Subject: Re: rm from Makefile From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I need to remove a file from the work directory from the port Makefile. * I'm not sure how to go about it (the file isnt used and stops the * installation if its there). post-extract: ${RM} ${WRKSRC}/whatever Satoshi From owner-freebsd-ports Wed Mar 12 04:11:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA06242 for ports-outgoing; Wed, 12 Mar 1997 04:11:21 -0800 (PST) Received: from dfw-ix10.ix.netcom.com (dfw-ix10.ix.netcom.com [206.214.98.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA06237 for ; Wed, 12 Mar 1997 04:11:18 -0800 (PST) Received: (from smap@localhost) by dfw-ix10.ix.netcom.com (8.8.4/8.8.4) id GAA23320; Wed, 12 Mar 1997 06:10:46 -0600 (CST) Received: from wck-ca7-23.ix.netcom.com(204.31.231.55) by dfw-ix10.ix.netcom.com via smap (V1.3) id sma023241; Wed Mar 12 06:10:45 1997 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id EAA01035; Wed, 12 Mar 1997 04:10:40 -0800 (PST) Date: Wed, 12 Mar 1997 04:10:40 -0800 (PST) Message-Id: <199703121210.EAA01035@silvia.HIP.Berkeley.EDU> To: kuku@gilberto.physik.rwth-aachen.de CC: kuku@gilberto.physik.rwth-aachen.de, freebsd-ports@freefall.FreeBSD.org In-reply-to: <199703121211.NAA15631@gilberto.physik.rwth-aachen.de> (message from Christoph Kukulies on Wed, 12 Mar 1997 13:11:55 +0100 (MET)) Subject: Re: stcolor not in ghostscript4 From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * > * please correct this (perhaps) withing the 9 hour gracetime - which may * > * have counted down by now :-) * > * > I don't know what you are talking about :), but anyway, Andreas, if * > you want to make this change (and this change only), go ahead. * * It happened to mem that I typed ahead some so that I I was talking about the "gracetime" thing. :) * I believe a packages doesn't exist anyway for ghostscript 4 due to * copyright restrictions so that one will be forced to * build/configure ghostscript anyway from ports - or am I wrong? No, the package exists. (About the license, read pkg/DESCR.) However, the package is built as if you hit return continuously, so your point is still valid. Satoshi From owner-freebsd-ports Wed Mar 12 05:31:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA10612 for ports-outgoing; Wed, 12 Mar 1997 05:31:23 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA10429; Wed, 12 Mar 1997 05:28:13 -0800 (PST) From: Mike Pritchard Message-Id: <199703121328.FAA10429@freefall.freebsd.org> Subject: Re: gcc-2.7.2.2? Re: ports freeze in 9 1/2 hours To: peter@spinner.dialix.com (Peter Wemm) Date: Wed, 12 Mar 1997 05:28:13 -0800 (PST) Cc: pgiffuni@fps.biblos.unal.edu.co, asami@vader.cs.berkeley.edu, committers@freebsd.org, ports@freebsd.org In-Reply-To: <199703121151.TAA04056@spinner.DIALix.COM> from "Peter Wemm" at Mar 12, 97 07:51:27 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Peter Wemm wrote: > > I figured that was a good excuse to bail out right then. > > Should we swap f2c out and bring in g77 in it's place? As long as it fixes the problem described in our one outstanding f2c PR :-) -- Mike Pritchard mpp@FreeBSD.org "Go that way. Really fast. If something gets in your way, turn" From owner-freebsd-ports Wed Mar 12 05:36:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA10968 for ports-outgoing; Wed, 12 Mar 1997 05:36:42 -0800 (PST) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id FAA10955 for ; Wed, 12 Mar 1997 05:36:37 -0800 (PST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.12/8.6.9) id OAA04580; Wed, 12 Mar 1997 14:36:22 +0100 To: asami@vader.cs.berkeley.edu (Satoshi Asami) Cc: handy@sag.space.lockheed.com, ports@FreeBSD.ORG Subject: Re: ports freeze in 9 1/2 hours References: <199703112343.PAA01642@vader.cs.berkeley.edu> From: Thomas Gellekum Date: 12 Mar 1997 14:36:17 +0100 In-Reply-To: asami@vader.cs.berkeley.edu's message of Tue, 11 Mar 1997 15:43:20 -0800 (PST) Message-ID: <87k9ndcjvx.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 48 X-Mailer: Gnus v5.4.25/XEmacs 19.14 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami@vader.cs.berkeley.edu (Satoshi Asami) writes: > * On my machine, CVSupped (2.2-GAMMA) as of oh 5 or so days ago, I can't get > * 'expect' or 'teTeX' to compile. I went so far as to submit a PR on > * expect, it was partially fixed (checksum error and fix the patches to > * reflect the version upgrade), but these things just don't work at all on > * my machine. > > Expect was fixed last night and it compiles here; teTeX worked a while > ago but now I can't get it to compile anymore. Feel free to submit a > log on how it doesn't work (see my other mail for my teTeX build) so > we can patch together more information. As I already wrote to Satoshi, teTeX builds fine for me (2.2-current, built yesterday). I also tried expect a few minutes ago and I had no difficulty producing a package. The latest versions were cvsupped this morning (CET). >From Satoshis log: [...] gcc -o gftodvi gftodvi.o ../lib/lib.a ../../kpathsea/kpathsea.a ../web/tangle gftopk.web gftopk.ch This is TANGLE, Version 4.4 (C version 6.1) *1*9*14*21*37*48*51*62*87*88 Writing the output file... Done. (No errors were found.) /bin/sh ./../lib/convert gftopk.p gftopk.c gcc -I./../lib -I../.. -O2 -s -pipe -DHAVE_EXTERN_SYS_ERRLIST=1 -c gftopk.c gcc: Internal compiler error: program cc1 got fatal signal 6 gmake[3]: *** [gftopk.o] Error 1 gmake[3]: Leaving directory `/ccd/ports/print/teTeX/work/teTeX-src-0.4/kpse-2.6/web2c/fontutil' gmake[3]: Entering directory `/ccd/ports/print/teTeX/work/teTeX-src-0.4/kpse-2.6/web2c/tex' [...] for d in dviutil fontutil tex mf mp mpware bibtex web; do (cd $d; gmake -w SHELL='/bin/sh' CC='gcc' CFLAGS='-O2 -s -pipe -DHAVE_EXTERN_SYS_ERRLIST=1' NO_X_FOR_MF='' FOIL='false' RANLIB='ranlib' LN='ln -s' DEFS='' CCLD='gcc' LDFLAGS='' LIBS='' x_extra_libs='' x_include_flags='-I/usr/X11R6/include' x_lib_flags='-L/usr/X11R6/lib' all || exit 1); done gmake[3]: Entering directory `/ccd/ports/print/teTeX/work/teTeX-src-0.4/kpse-2.6/web2c/dviutil' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/ccd/ports/print/teTeX/work/teTeX-src-0.4/kpse-2.6/web2c/dviutil' gmake[3]: Entering directory `/ccd/ports/print/teTeX/work/teTeX-src-0.4/kpse-2.6/web2c/fontutil' gcc -o gftopk gftopk.o ../lib/lib.a ../../kpathsea/kpathsea.a gftopk.o: Undefined symbol `_xchr' referenced from text segment gftopk.o: Undefined symbol `_xchr' referenced from text segment gftopk.o: Undefined symbol `_xchr' referenced from text segment [more undefined symbols follow] Looks like gcc wrote a corrupted gftopk.o when it got the SIGABRT. tg From owner-freebsd-ports Wed Mar 12 06:30:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA14536 for ports-outgoing; Wed, 12 Mar 1997 06:30:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA14530; Wed, 12 Mar 1997 06:30:04 -0800 (PST) Resent-Date: Wed, 12 Mar 1997 06:30:04 -0800 (PST) Resent-Message-Id: <199703121430.GAA14530@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, kiri@kiri.toba-cmt.ac.jp Received: from kiri.toba-cmt.ac.jp (kiri.toba-cmt.ac.jp [202.26.248.91]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA14253 for ; Wed, 12 Mar 1997 06:24:51 -0800 (PST) Received: (from kiri@localhost) by kiri.toba-cmt.ac.jp (8.8.5/8.8.5) id XAA15406; Wed, 12 Mar 1997 23:26:48 +0900 (JST) Message-Id: <199703121426.XAA15406@kiri.toba-cmt.ac.jp> Date: Wed, 12 Mar 1997 23:26:48 +0900 (JST) From: Kazuhiko Kiriyama(System administrator) Reply-To: kiri@kiri.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2960: Update the port(jp-camltk41-1.0):japanese/camltk41. Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2960 >Category: ports >Synopsis: Update the port(jp-camltk41-1.0):japanese/camltk41. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Wed Mar 12 06:30:02 PST 1997 >Last-Modified: >Originator: Kazuhiko Kiriyama >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Release: FreeBSD 2.2-970205-GAMMA i386 >Environment: >Description: I've updated so as to using new japanese Tcl/Tk port which will be send-pred soon by TAGUCHI Takeshi(taguchi@tohoku.iij.ad.jp). I put the diff from ports-current(japanese/camltk41) in "Fix:". >How-To-Repeat: >Fix: diff -aurN ../../current/ports/japanese/camltk41/Makefile ./Makefile --- ../../current/ports/japanese/camltk41/Makefile Wed Jan 15 17:06:13 1997 +++ ./Makefile Thu Feb 27 18:11:51 1997 @@ -15,13 +15,12 @@ MAINTAINER= kiri@kiri.toba-cmt.ac.jp -LIB_DEPENDS= tcl75jp\\.:${PORTSDIR}/japanese/tcl75 \ - tk41jp\\.:${PORTSDIR}/japanese/tk41 +LIB_DEPENDS= tcl76jp\\.:${PORTSDIR}/japanese/tcl76 \ + tk42jp\\.:${PORTSDIR}/japanese/tk42 BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml -DEPENDS= ${PORTSDIR}/japanese/tk41 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --tk-src-prefix=${PORTSDIR} \ +CONFIGURE_ARGS= --prefix=${PREFIX} --tcl-version=7.6jp --tk-version=4.2jp \ --x-includes=${X11BASE}/include \ --with-config=site.config USE_GMAKE= yes diff -aurN ../../current/ports/japanese/camltk41/patches/patch-aa ./patches/patch-aa --- ../../current/ports/japanese/camltk41/patches/patch-aa Mon Jan 6 23:28:56 1997 +++ ./patches/patch-aa Wed Feb 19 14:47:50 1997 @@ -10,12 +10,12 @@ ## Location of Tk sources # In this directory, there are generic, unix, etc... -TK_SRC=/usr/local/src/tk41 -+TK_SRC=${tk_src_prefix}/japanese/tk41/work/tk4.1 ++TK_SRC=${prefix}/include/tk${tk_version} ## Compilation and link flags for Tcl/Tk applications ## Preprocessor flags to find tcl.h and tk.h -#CPPFLAGS=-I/home/cahors/furuse/sun/include -+CPPFLAGS="-I${prefix}/include -I${x_includes}" ++CPPFLAGS="-I${prefix}/include/tk${tk_version} -I${prefix}/include/tcl${tcl_version} -I${x_includes}" ## ld flags to add path to libtcl*.* and libtk*.* -#LDFLAGS=-L/home/cahors/furuse/sun/lib +LDFLAGS=-L${prefix}/lib diff -aurN ../../current/ports/japanese/camltk41/patches/patch-ab ./patches/patch-ab --- ../../current/ports/japanese/camltk41/patches/patch-ab Mon Jan 6 23:28:56 1997 +++ ./patches/patch-ab Wed Feb 19 14:46:33 1997 @@ -1,26 +1,36 @@ ---- configure Mon Dec 2 22:14:09 1996 -+++ configure Sun Jan 5 09:04:29 1997 -@@ -22,6 +22,7 @@ +--- configure.orig Mon Dec 2 22:14:09 1996 ++++ configure Wed Feb 19 14:44:02 1997 +@@ -22,6 +22,8 @@ build=NONE cache_file=./config.cache exec_prefix=NONE -+tk_src_prefix= ++tcl_version= ++tk_version= host=NONE no_create= nonopt=NONE -@@ -376,6 +377,15 @@ +@@ -376,6 +378,24 @@ -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries="$ac_optarg" ;; + -+ -tk-src-prefix | --tk-src-prefix | --tk-src-prefi | --tk-src-pref \ -+ | --tk-src-pre | --tk-src-pr | --tk-src-p | --tk-src- | --tk-src \ -+ | --tk-sr | --tk-s) -+ ac_prev=tk-src-prefix ;; -+ -tk-src-prefix=* | --tk-src-prefix=* | --tk-src-prefi=* | --tk-src-pref=* \ -+ | --tk-src-pre=* | --tk-src-pr=* | --tk-src-p=* | --tk-src-=* | --tk-src=* \ -+ | --tk-sr=* | --tk-s=*) -+ tk_src_prefix="$ac_optarg" ;; ++ -tcl-version | --tcl-version | --tcl-versio | --tcl-versi \ ++ | --tcl-vers | --tcl-ver \ ++ | --tcl-ve | --tcl-v) ++ ac_prev=tcl-version ;; ++ -tcl-version=* | --tcl-version=* | --tcl-versio=* | --tcl-versi=* \ ++ | --tcl-vers=* | --tcl-ver=* \ ++ | --tcl-ve=* | --tcl-v=*) ++ tcl_version="$ac_optarg" ;; ++ ++ -tk-version | --tk-version | --tk-versio | --tk-versi \ ++ | --tk-vers | --tk-ver \ ++ | --tk-ve | --tk-v) ++ ac_prev=tk-version ;; ++ -tk-version=* | --tk-version=* | --tk-versio=* | --tk-versi=* \ ++ | --tk-vers=* | --tk-ver=* \ ++ | --tk-ve=* | --tk-v=*) ++ tk_version="$ac_optarg" ;; -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } ;; diff -aurN ../../current/ports/japanese/camltk41/pkg/COMMENT ./pkg/COMMENT --- ../../current/ports/japanese/camltk41/pkg/COMMENT Fri Jan 3 21:13:21 1997 +++ ./pkg/COMMENT Thu Feb 27 17:48:11 1997 @@ -1 +1 @@ -A library for interfacing Objective Caml with Tcl7.5jp/Tk4.1jp. +A library for interfacing Objective Caml with Tcl7.6jp/Tk4.2jp. diff -aurN ../../current/ports/japanese/camltk41/pkg/PLIST ./pkg/PLIST --- ../../current/ports/japanese/camltk41/pkg/PLIST Fri Jan 3 21:13:21 1997 +++ ./pkg/PLIST Wed Feb 19 17:44:07 1997 @@ -147,3 +147,5 @@ lib/ocaml/camltk41/wm.mli share/doc/camltk/INSTALL share/doc/camltk/README +@dirrm lib/ocaml/camltk41 +@dirrm share/doc/camltk >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Mar 12 06:40:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA15197 for ports-outgoing; Wed, 12 Mar 1997 06:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA15174; Wed, 12 Mar 1997 06:40:01 -0800 (PST) Resent-Date: Wed, 12 Mar 1997 06:40:01 -0800 (PST) Resent-Message-Id: <199703121440.GAA15174@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, kiri@kiri.toba-cmt.ac.jp Received: from kiri.toba-cmt.ac.jp (kiri.toba-cmt.ac.jp [202.26.248.91]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA14685 for ; Wed, 12 Mar 1997 06:32:35 -0800 (PST) Received: (from kiri@localhost) by kiri.toba-cmt.ac.jp (8.8.5/8.8.5) id XAA15539; Wed, 12 Mar 1997 23:34:35 +0900 (JST) Message-Id: <199703121434.XAA15539@kiri.toba-cmt.ac.jp> Date: Wed, 12 Mar 1997 23:34:35 +0900 (JST) From: Kazuhiko Kiriyama(System administrator) Reply-To: kiri@kiri.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2961: New port(jp-vftool-1.2):japanese/virfonts. Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2961 >Category: ports >Synopsis: New port(jp-vftool-1.2):japanese/virfonts. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Wed Mar 12 06:40:00 PST 1997 >Last-Modified: >Originator: Kazuhiko Kiriyama >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Release: FreeBSD 2.2-970205-GAMMA i386 >Environment: >Description: I've made NEW port about making virtual fonts for dvi2ps. I put the port packed with 'tar czf' on to ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming/port-jp-vftool-1.2.tar.gz Packed list is 1944 Mar 12 23:20 port-jp-vftool-1.2-970312.tar.gz 0 Mar 12 23:19 1997 virfonts/ 077 Mar 12 23:18 1997 virfonts/Makefile 0 Mar 11 22:27 1997 virfonts/patches/ 965 Mar 11 22:27 1997 virfonts/patches/patch-aa 0 Mar 12 19:07 1997 virfonts/pkg/ 946 Mar 12 18:48 1997 virfonts/pkg/PLIST 50 Mar 11 20:03 1997 virfonts/pkg/COMMENT 812 Mar 11 21:03 1997 virfonts/pkg/DESCR 0 Mar 11 20:28 1997 virfonts/files/ 119 Mar 11 20:28 1997 virfonts/files/md5 >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Mar 12 07:01:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA16766 for ports-outgoing; Wed, 12 Mar 1997 07:01:38 -0800 (PST) Received: from ingenieria ([168.176.15.11]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id HAA16742; Wed, 12 Mar 1997 07:01:17 -0800 (PST) Received: from unalmodem.usc.unal.edu.co by ingenieria (SMI-8.6/SMI-SVR4) id JAA08782; Wed, 12 Mar 1997 09:47:02 -0500 Message-ID: <3326EE93.22@fps.biblos.unal.edu.co> Date: Wed, 12 Mar 1997 09:57:39 -0800 From: Pedro Giffuni X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: Thomas Gellekum CC: Satoshi Asami , freebsd-ports@freefall.freebsd.org Subject: Re: ports/2954 References: <199703120846.AAA26891@freefall.freebsd.org> <87wwrdcvwv.fsf@ghpc6.ihf.rwth-aachen.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thomas Gellekum wrote: > > Yep, that's why I removed the dependeny on libXaw3d. This program > builds and runs fine with Xaw AFAICT. > > tg Ooops! patch-ab must be wrong...I'll check, thanks! For the time being, close the PR. Pedro. From owner-freebsd-ports Wed Mar 12 07:25:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA19098 for ports-outgoing; Wed, 12 Mar 1997 07:25:54 -0800 (PST) Received: from pir.net (moek.pir.net [158.43.129.42]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA19092; Wed, 12 Mar 1997 07:25:49 -0800 (PST) Received: (from pir@localhost) by pir.net (8.8.5/6.6.6) id PAA16708; Wed, 12 Mar 1997 15:25:44 GMT Date: Wed, 12 Mar 1997 15:25:44 GMT From: Peter Radcliffe Message-Id: <199703121525.PAA16708@pir.net> To: freebsd-bugs@freebsd.org, freebsd-ports@freebsd.org Subject: tcp wrappers + portmapper with libwrap fails Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've been upgrading one of my machines recently, and I finally got round to installing tcp_wrappers 7.5. I hacked the port makefile and patch to use 7.5 instead of 7.4 (which may mhave security problems) and it all installed fine, including the added dynamic library in /usr/local/lib. Then I recompiled the portmapper to use libwrap. I rebooted the machine to test everything ... portmap failed because it couldnt find the dynamic libwrap - this is before ldconfig is run. I've fudged it in the short term by adding 'LD_LIBRARY_PATH=/usr/local/lib portmap' rather than just 'portmap', but I was wondering on thoughts to fix this combination properly ... portmap could be compiled staticly - this is a waste of memory. libwrap could be put in /usr/lib - not the right place for it. Any other suggestions ? Peter. From owner-freebsd-ports Wed Mar 12 07:29:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA19436 for ports-outgoing; Wed, 12 Mar 1997 07:29:58 -0800 (PST) Received: from ingenieria ([168.176.15.11]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id HAA19423; Wed, 12 Mar 1997 07:29:45 -0800 (PST) Received: from unalmodem.usc.unal.edu.co by ingenieria (SMI-8.6/SMI-SVR4) id KAA08912; Wed, 12 Mar 1997 10:13:42 -0500 Message-ID: <3326F4D2.1ED2@fps.biblos.unal.edu.co> Date: Wed, 12 Mar 1997 10:24:18 -0800 From: Pedro Giffuni X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: Peter Wemm CC: Satoshi Asami , committers@freebsd.org, ports@freebsd.org Subject: Re: gcc-2.7.2.2? Re: ports freeze in 9 1/2 hours References: <199703121151.TAA04056@spinner.DIALix.COM> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Peter Wemm wrote: > > > gcc-2.7.2.2? ?!?? Who? What? How? Where? When? > ftp://prep.ai.mit.edu/pub/gnu, of course. I think it's a minor fix to include Linux-alpha. binutils-2.7 is also out, but it gave me problems when cross compiling. > I presume we'd like the version in src/contrib tree updated? > I'd like so :). > Should we swap f2c out and bring in g77 in it's place? > Actually f2c has also been updated recently in GNU's distributions and Netlib. IMO since g77 is being developed in parallel with gcc, it would be nice to bring in g77. As for f2c...I think it is included (and required) in g77. Pedro. > Cheers, > -Peter From owner-freebsd-ports Wed Mar 12 07:40:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA20324 for ports-outgoing; Wed, 12 Mar 1997 07:40:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA20309; Wed, 12 Mar 1997 07:40:04 -0800 (PST) Resent-Date: Wed, 12 Mar 1997 07:40:04 -0800 (PST) Resent-Message-Id: <199703121540.HAA20309@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, kiri@kiri.toba-cmt.ac.jp Received: from kiri.toba-cmt.ac.jp (kiri.toba-cmt.ac.jp [202.26.248.91]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA20130 for ; Wed, 12 Mar 1997 07:37:11 -0800 (PST) Received: (from kiri@localhost) by kiri.toba-cmt.ac.jp (8.8.5/8.8.5) id AAA22413; Thu, 13 Mar 1997 00:39:12 +0900 (JST) Message-Id: <199703121539.AAA22413@kiri.toba-cmt.ac.jp> Date: Thu, 13 Mar 1997 00:39:12 +0900 (JST) From: Kazuhiko Kiriyama(System administrator) Reply-To: kiri@kiri.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2962: Update the port(jp-groff-0.99):japanese/groff. Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2962 >Category: ports >Synopsis: Update the port(jp-groff-0.99):japanese/groff. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Wed Mar 12 07:40:02 PST 1997 >Last-Modified: >Originator: Kazuhiko Kiriyama >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Release: FreeBSD 2.2-970205-GAMMA i386 >Environment: >Description: I've updated the port(jp-groff-0.99):japanese/groff. Current modifications are (1) Let PS output normally. (2) Include japanese corrections by Kazuo Horikawa. I put the diff from ports-current(japanese/groff) in "Fix:". Newly add file is patches/patch-ab >How-To-Repeat: >Fix: diff -aurN ../../current/ports/japanese/groff/Makefile ./Makefile --- ../../current/ports/japanese/groff/Makefile Mon Jan 27 22:56:59 1997 +++ ./Makefile Sun Feb 16 17:33:47 1997 @@ -21,12 +21,21 @@ USE_GMAKE= yes GNU_CONFIGURE= yes -DNDP= ${WRKSRC}/devnippon/DESC.proto +DESCS= ${WRKSRC}/devnippon/DESC.proto ${WRKSRC}/devps/DESC.in #for not writing "/usr/local" explicitly in the patch post-patch: - /bin/mv -f ${DNDP} ${DNDP}.tmp - /usr/bin/sed -e '$$d' ${DNDP}.tmp > ${DNDP} - /bin/echo "postpro ${PREFIX}/bin/grotty" >> ${DNDP} + @for f in ${DESCS}; do \ + /bin/mv -f $${f} $${f}.tmp; \ + ${SED} -e '$$d' $${f}.tmp > $${f}; \ + case $${f} in \ + */devnippon/*) \ + ${ECHO} "postpro ${PREFIX}/bin/grotty" >> $${f}; \ + ;; \ + */devps/*) \ + ${ECHO} "postpro ${PREFIX}/bin/grops" >> $${f}; \ + ;; \ + esac; \ + done .include diff -aurN ../../current/ports/japanese/groff/patches/patch-ab ./patches/patch-ab --- ../../current/ports/japanese/groff/patches/patch-ab Thu Jan 1 09:00:00 1970 +++ ./patches/patch-ab Wed Mar 12 23:50:55 1997 @@ -0,0 +1,486 @@ +--- README.jgroff-0.99+ Thu Jan 1 09:00:00 1970 ++++ README.jgroff-0.99+ Sun Feb 23 00:21:41 1997 +@@ -0,0 +1,63 @@ ++ ÆüËܸìÂбþÈÇ groff-1.10 (jgroff-0.99) unofficial patch ++ ++ ËÙÀîÏÂͺ (Horikawa Kazuo) ++ k-horik@yk.rim.or.jp ++ ++1. ¤³¤Î¥Ñ¥Ã¥Á¤Î¸úÍÑ ++ GNU ¤Î roff ¥Õ¥©¡¼¥Þ¥Ã¥¿ groff (version 1.10) ¤ÎÆüËܸìÈÇ¡¢jgroff-0.99 ¤Î ++Èó¸ø¼°¥Ñ¥Ã¥Á¤Ç¤¹¡£ ++ ¤³¤Î¥Ñ¥Ã¥Á¤Ë¤è¤ê¡¢À°·Á·ë²Ì¤¬°Ê²¼¤Î¤è¤¦¤ËÊѹ¹¤µ¤ì¤Þ¤¹¡£ ++ ¤³¤Î·ë²Ì¡¢¥½¡¼¥¹Ãæ¤Î¥¹¥Ú¡¼¥¹Ê¸»ú¤Ë°Í¸¤»¤º°ìÄê¤Î½ÐÎϤ¬ÆÀ¤é¤ì¤Þ¤¹¡£ ++ ++ o EUC ʸ»ú (jisx0208.1983) ´Ö¤Î¥¹¥Ú¡¼¥¹¤Ïºï½ü¤µ¤ì¤Þ¤¹¡£ ++ o EUC ʸ»ú¤È ASCII ʸ»ú¤È¤Î´Ö¤Ëñ°ì¥¹¥Ú¡¼¥¹¤òÁÞÆþ¤·¤Þ¤¹¡£´û¤Ë(Ê£¿ô¤Î) ++ ¥¹¥Ú¡¼¥¹¤¬Í­¤ë¾ì¹ç¤Ë¤Ï¡¢Ã±°ì¤Î¥¹¥Ú¡¼¥¹¤Ë¤·¤Þ¤¹¡£ ++ ¤¿¤À¤·°Ê²¼¤Î¾ì¹ç¤Ë¤Ï¥¹¥Ú¡¼¥¹¤òÁÞÆþ¤·¤Þ¤»¤ó¡£´û¤Ë(Ê£¿ô¤Î)¥¹¥Ú¡¼¥¹¤¬ ++ Í­¤ë¾ì¹ç¤Ë¤Ï¡¢¥¹¥Ú¡¼¥¹¤òºï½ü¤·¤Þ¤¹¡£ ++ - ¡Ö(¸ì¡×¡Ö`¸ì¡×Åù¡¢Àè¹Ô¤¹¤ë ASCII ʸ»ú¤¬¹ÔËö¶Ø§ʸ»ú¤Î¾ì¹ç¡£ ++ - ¡Ö¸ì)¡×¡Ö¸ì'¡×¡Ö¸ì.¡×Åù¡¢¸å³¤¹¤ë ASCII ʸ»ú¤¬¹ÔƬ¶Ø§ʸ»ú¤Î¾ì¹ç¡£ ++ - ¡Ö¡¢word¡×¡Ö¡Ëword¡×Åù¡¢Àè¹Ô¤¹¤ë EUC ʸ»ú¤¬¹ÔƬ¶Ø§ʸ»ú¤Ç¤¢¤ê¡¢ ++ EUC ʸ»ú¥Õ¥©¥ó¥ÈÃæ¤Î±¦È¾Ê¬¤¬¶õÇò¤Îʸ»ú¤Î¾ì¹ç¡£ ++ ¤³¤Î¤è¤¦¤Êʸ»ú¤Ï¡¢¡£¡¤¡¥¡Ë¡Í¡Ï¡Ñ¡×¡Ù¡Û¤Ç¤¹¡£ ++ - ¡Ö¡Êword¡×¡Ö¡Öword¡×Åù¡¢Àè¹Ô¤¹¤ë EUC ʸ»ú¤¬¹ÔËö¶Ø§ʸ»ú¤Î¾ì¹ç¡£ ++ - ¡Öword¡¢¡×¡Öword¡Ë¡×Åù¡¢¸å³¤¹¤ë EUC ʸ»ú¤¬¹ÔƬ¶Ø§ʸ»ú¤Ç¤¢¤ê¡¢ ++ EUC ʸ»ú¥Õ¥©¥ó¥ÈÃæ¤Î±¦È¾Ê¬¤¬¶õÇò¤Îʸ»ú¤Î¾ì¹ç¡£ ++ o ¹ÔƬ¡¢¤ª¤è¤Ó¹ÔËö¶Ø§¤ò°Ê²¼¤Î¤è¤¦¤ËÊѹ¹¤·¤Þ¤·¤¿¡£ ++ (¹ÔËö¶Ø§ʸ»ú¡Ö([{`<¡×¤òÄɲÃ) ++ ¹ÔƬ¶Ø§ʸ»ú: ¡¢ ¡£¡¤¡¥¡¦¡§¡¨¡©¡ª¡Ë¡Í¡Ï¡Ñ¡×¡Ù¡Û ++ ¤¡¤£¤¥¤§¤©¤Ã¤ã¤å¤ç¥¡¥£¥¥¥§¥©¥Ã¥ã¥å¥ç ++ . ? ! " ' ) ] * , : ; > } ++ ¹ÔËö¶Ø§ʸ»ú: ¡Ê ¡Ì¡Î¡Ð¡Ö¡Ø¡Ú ++ ( [ { ` < ++ o EUC ʸ»ú¤È ASCII ʸ»ú¤È¤Î´Ö¤Î¥¹¥Ú¡¼¥¹´Ö³Ö¤ò¤¹¤Ù¤Æ DESC Ãæ¤Î ++ wcharkern ¤Ç»ØÄꤹ¤ë¤â¤Î¤È¤·¤Þ¤·¤¿¡£devnippon, devdvi, devps ¤Ç¤Ï ++ wcharkern ¤¬ÄêµÁ¤·¤Æ¤¢¤ê¤Þ¤¹¡£ ++ ++ ++2. ¥¤¥ó¥¹¥È¡¼¥ëÊýË¡ ++ 1) groff-1.10.tar.gz ¤òŸ³«¤¹¤ë¡£ ++ 2) jgroff-0.99.diff.gz ¤òŬÍѤ¹¤ë¡£ ++ 3) jgroff-0.99+.diff.gz (¤³¤Î¥Ñ¥Ã¥Á) ¤òŬÍѤ¹¤ë¡£ ++ 4) °Ê¹ß README.jp ¤Ë¤¢¤ë¤È¤ª¤ê¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ²¼¤µ¤¤¡£ ++ ++ ++3. ̤ÂбþÉôʬ ++ o ¡Ö/etc/profile ¤È .profile ¥Õ¥¡¥¤¥ë¡×¤¬¡Ö/etc/profile ¤È.profile ¥Õ¥¡¥¤¥ë¡× ++ ^¤¯¤Ã¤Ä¤¯ ++ ¤È¤Ê¤Ã¤Æ¤·¤Þ¤¦¡£ ++ o word ¤¬ ¥Þ¥¯¥íŸ³«¤Î·ë²Ì¤À¤È¤¦¤Þ¤¯¤¤¤«¤Ê¤¤¥±¡¼¥¹¤¬Í­¤ë¡£ ++ ¤¿¤È¤¨¤Ð ++ - ¡Ö¡¢²þ¹Ô.Nm csh¡×¤¬¡Ö¡¢ csh¡×¤È¤Ê¤ë ++ ^¶õ¤­¤¹¤® ++ ¤ä ++ - ¡Ö¡¢²þ¹Ô.Ar source_file¡×¤¬¡Ö¡¢ sourcefile¡× ++ ^¶õ¤­¤¹¤® ++ ¤È¤Ê¤ë¡£ ++ o devX100, devX75 Åù¤Î DESC ¤Î wcharkern ¤¬Ì¤ÀßÄê ++ ++ ++4. ¤ª´ê¤¤ ++ ËܥѥåÁ¤ò»ÈÍѤ·¤Æɽ¼¨·ë²Ì¤¬²þÁ±¤µ¤ì¤¿/²þ°­¤µ¤ì¤¿Åù¤Î¥³¥á¥ó¥È¡¢¥½¡¼ ++¥¹¥³¡¼¥É¤ò¤³¤Î¤è¤¦¤ËÊѹ¹¤¹¤ë¤È¤è¤êÎɤ¤É½¼¨·ë²Ì¤È¤Ê¤ëÅù¤Î¥¢¥É¥Ð¥¤¥¹¤òÊç ++½¸¤·¤Æ¤¤¤Þ¤¹¡£ ++ k-horik@yk.rim.or.jp ¤Þ¤ÇÏ¢Íí´ê¤¤¤Þ¤¹¡£ +--- devdvi/DESC.in Sat Feb 22 22:38:37 1997 ++++ devdvi/DESC.in Sun Feb 23 00:04:04 1997 +@@ -3,6 +3,7 @@ + res 57816 + hor 1 + vert 1 ++wcharkern 1500 + sizes 500 600 700 800 900 1000 1100 1200 1400 1440 1600 1728 1800 + 2000 2074 2200 2400 2488 2800 3600 0 + fonts 15 R I B BI 0 0 0 0 0 MI S EX CW M G +--- devnippon/DESC.proto Sat Feb 22 22:38:38 1997 ++++ devnippon/DESC.proto Sun Feb 23 00:04:04 1997 +@@ -3,6 +3,7 @@ + vert 40 + unitwidth 10 + sizes 10 0 ++wcharkern 24 + fonts 6 R I B BI M G + ondemand M G + tcommand +--- devps/DESC.in Sat Feb 22 22:38:39 1997 ++++ devps/DESC.in Sun Feb 23 00:04:04 1997 +@@ -2,7 +2,7 @@ + hor 1 + vert 1 + lowerwchar 300 +-wcharkern 400 ++wcharkern 3000 + sizescale 1000 + unitwidth 1000 + sizes 1000-10000000 0 +--- troff/charinfo.h Sat Feb 22 22:38:56 1997 ++++ troff/charinfo.h Sun Feb 23 00:04:04 1997 +@@ -52,7 +52,10 @@ + #ifdef NIPPON + , + PRE_KINSOKU = 0x100, +- POST_KINSOKU = 0x200 ++ POST_KINSOKU = 0x200, ++ HALF = 0x1000, ++ PRE_KINSOKU_HALF = 0x1100, ++ POST_KINSOKU_HALF = 0x1200 + #endif + }; + enum { +@@ -96,6 +99,7 @@ + int pre_kinsoku(); + int post_kinsoku(); + int get_kinsoku(); ++ int zenkaku_half(); + #endif + }; + +@@ -152,12 +156,24 @@ + inline int charinfo::get_kinsoku() + { + if (flags & PRE_KINSOKU) +- return PRE_KINSOKU; ++ if(flags & HALF) ++ return PRE_KINSOKU_HALF; ++ else ++ return PRE_KINSOKU; + else if (flags & POST_KINSOKU) +- return POST_KINSOKU; ++ if(flags & HALF) ++ return POST_KINSOKU_HALF; ++ else ++ return POST_KINSOKU; + else + return 0; + } ++ ++inline int charinfo::zenkaku_half() ++{ ++ return flags & HALF; ++} ++ + #endif + + inline charinfo *charinfo::get_translation(int transparent_throughput) +--- troff/env.cc Sat Feb 22 22:38:56 1997 ++++ troff/env.cc Sun Feb 23 00:04:04 1997 +@@ -291,27 +291,13 @@ + /* + * This node is a ASCII character node. + */ +- if (!pre_char_is_ascii && enable_wcharkern && !hwkern.is_zero()) { ++ // ¡Ö¡¢ word¡×¤ò¡Ö¡¢word¡×¤È¤·¤¿¤¤¤Î¤Ç¡¢space_node ¤òºï¤ë½èÍý ++ if (!pre_char_is_ascii && ++ (line->get_node_type() == NODE_NEWLINE_SPACE || ++ line->get_node_type() == NODE_SPACE || ++ line->get_node_type() == NODE_KWORD_SPACE)) { + /* +- * Insert a little space node between EUC and ASCII. +- */ +- word_space_node *ws; +- +- if (ci->ends_sentence() || ci->transparent() || ci->pre_kinsoku()) +- ws = new unbreakable_space_node(hwkern.to_units()); +- else +- ws = new word_space_node(hwkern.to_units()); +- curenv->add_node(ws); +- } +- pre_char_is_ascii = 1; +- pre_wchar_kinsoku_mode = -1; +- } else { +- /* +- * This node is a EUC charcater node. +- */ +- if (!pre_char_is_ascii && line->get_node_type() == NODE_NEWLINE_SPACE) { +- /* +- * remove a newline-node. ++ * remove a newline_node/space_node/kword_space_node. + */ + node *ns_node = line; + line = line->next; +@@ -319,26 +305,129 @@ + space_total -= ns_node->nspaces(); + delete ns_node; + } +- +- if (pre_wchar_kinsoku_mode != -1 && +- pre_wchar_kinsoku_mode != charinfo::POST_KINSOKU && +- !ci->pre_kinsoku()) { ++ if (!pre_char_is_ascii && enable_wcharkern ++ // °Ê²¼¤Î¾ò·ï¤Ï¡¢ ++ // ¡Ö¸ì word¡×¤¬¡Ö¸ì word¡×¤È¤Ê¤é¤Ê¤¤¤è¤¦¤Ë¤¹¤ë¥¬¡¼¥É¡£ ++ // ľÁ°¤Î if ¥Ö¥í¥Ã¥¯¤Ç space_node ¤òºï¤Ã¤¿¤Î¤Ç¡¢ ++ // ¤³¤ì¤ÏÍפé¤Ê¤¤¤Ï¤º¤Ê¤Î¤Ç¥³¥á¥ó¥È¥¢¥¦¥È¤¹¤ë¡£ ++ // && ++ // line->get_node_type() != NODE_SPACE && ++ // line->get_node_type() != NODE_NEWLINE_SPACE && ++ // line->get_node_type() != NODE_KWORD_SPACE) ++ ){ + /* +- * add a zero-width-space-node before EUC charcater node. ++ * Insert a little space node between EUC and ASCII. + */ +- add_node(new kword_space_node()); +- met_with_kword_space = 1; ++ // ¡Ö¸ìword¡×¤ò¡Ö¸ì word¡×¤È¤¹¤ë½èÍý¤Ï¤¸¤á ++ if (ci->ends_sentence() || ci->transparent() || ci->pre_kinsoku()) ++ // ¡Ö¸ì.¡×¡Ö¸ì;¡×¤Ï¶õÇòÆþ¤ì¤Ê¤¤ ++ // transparent ¤Ï¤µ¤ï¤é¤Ê¤¤ ++ // ¡Ö¸ì)¡×¤â¶õÇòÆþ¤ì¤Ê¤¤ ++ ; ++ else ++ if(pre_wchar_kinsoku_mode == charinfo::PRE_KINSOKU_HALF){ ++ // ¡Ö¡Ëword¡×¤Ë¤ÏÉý0¶õÇò¤òÆþ¤ì¤ë ++ // ¡Ö¡¢word¡×¤Ë¤ÏÉý0¶õÇò¤òÆþ¤ì¤ë ++ add_node(new kword_space_node()); ++ met_with_kword_space = 1; ++ } else if(pre_wchar_kinsoku_mode == charinfo::POST_KINSOKU_HALF){ ++ // ¡Ö¡Êword¡×¤Ë¤Ï¶õÇòÆþ¤ì¤Ê¤¤ ++ ; ++ } else { ++ // ¡Ö¸ìword¡×¤Ë¤Ï¶õÇò¤òÆþ¤ì¤ë ++ if(line->get_node_type() == NODE_GLYPH){ ++ word_space_node *ws; ++ ws = new word_space_node(hwkern.to_units()); ++ curenv->add_node(ws); ++ } ++ } + } ++ pre_char_is_ascii = 1; ++ // ()[]{}¤Î¶Ø§ʸ»ú¤â -1 ¤¸¤ã¤Ê¤¤¤è¤¦¤Ë¤·¤Æ¤ß¤Þ¤¹ ++ //pre_wchar_kinsoku_mode = -1; + pre_wchar_kinsoku_mode = ci->get_kinsoku(); ++ } else { ++ /* ++ * This node is a EUC charcater node. ++ */ ++ // ¡Ö¸ì ¸ì¡×¡Ö( ¸ì¡×¡Ö) ¸ì¡×¡Öword ¡Ë¡×¡Öword ¡Ë¡×¤Ï°ìÅÙ¶õÇò¤òºï½ü ++ if (((!pre_char_is_ascii) || ++ //¡Ö¸ì ¸ì¡× ++ (pre_wchar_kinsoku_mode == charinfo::POST_KINSOKU) || ++ // ¡Ö( ¸ì¡× ++ (pre_wchar_kinsoku_mode == charinfo::PRE_KINSOKU) || ++ // ¡Ö) ¸ì¡× ++ (ci->pre_kinsoku() && ci->zenkaku_half()) || ++ // ¡Öword ¡Ë¡× ++ (ci->post_kinsoku() && ci->zenkaku_half()) ++ // ¡Öword ¡Ê¡× ++ ) && ++ (line->get_node_type() == NODE_NEWLINE_SPACE || ++ line->get_node_type() == NODE_SPACE || ++ line->get_node_type() == NODE_KWORD_SPACE)) { ++ /* ++ * remove a newline-node. ++ */ ++ node *ns_node = line; ++ line = line->next; ++ width_total -= ns_node->width(); ++ space_total -= ns_node->nspaces(); ++ delete ns_node; ++ } + +- if (pre_char_is_ascii && enable_wcharkern && !hwkern.is_zero()) { +- /* +- * Insert a little space node between ASCII and EUC. +- */ +- unbreakable_space_node *ws = +- new unbreakable_space_node(hwkern.to_units()); +- curenv->add_node(ws); ++ int pre_wchar_kinsoku_mode_back = ci->get_kinsoku(); ++ if (enable_wcharkern && ++ // °Ê²¼¤Ï ++ // ¡Öword ¸ì¡×¤¬¡Öword ¸ì¡×¤È¤Ê¤é¤Ê¤¤¤è¤¦¤Ë¤¹¤ë¥¬¡¼¥É¡£ ++ // ¡Öword ¸ì¡×¤Ï¡¢Ä¾Á°¤Î if ¥Ö¥í¥Ã¥¯¤Ç space_node ¤òºï¤é¤ì¤Æ¤¤¤Ê¤¤¡£ ++ line->get_node_type() != NODE_SPACE && ++ line->get_node_type() != NODE_NEWLINE_SPACE && ++ line->get_node_type() != NODE_KWORD_SPACE){ ++ if(pre_char_is_ascii){ ++ /* ++ * Insert a little space node between ASCII and EUC. ++ */ ++ if(ci->post_kinsoku() && ci->zenkaku_half()){ ++ // ¡Öword¡Ê¡×¤Î´Ö¤Ë¤ÏÉý0¶õÇò¤òÆþ¤ì¤ë ++ add_node(new kword_space_node()); ++ met_with_kword_space = 1; ++ } else if(ci->pre_kinsoku() && ci->zenkaku_half()){ ++ // ¡Öword¡¢¡×¤Î´Ö¤Ë¤Ï¶õÇò¤òÆþ¤ì¤Ê¤¤ ++ // ¡Öword¡Ë¡×¤Î´Ö¤Ë¤Ï¶õÇò¤òÆþ¤ì¤Ê¤¤ ++ ; ++ } else if(pre_wchar_kinsoku_mode == charinfo::POST_KINSOKU){ ++ // ¡Ö(¸ì¡×¡Ö[¸ì¡×¡Ö{¸ì¡×¡Ö`¸ì¡×¤Î´Ö¤Ë¤Ï¶õÇò¤òÆþ¤ì¤Ê¤¤ ++ ; ++ } else if(pre_wchar_kinsoku_mode == charinfo::PRE_KINSOKU){ ++ // ¡Ö)¸ì¡×¡Ö]¸ì¡×¡Ö}¸ì¡×¡Ö'¸ì¡×¤Î´Ö¤Ë¤Ï¶õÇò¤òÆþ¤ì¤ë ++// if(line->get_node_type() == NODE_GLYPH){ ++ { ++ word_space_node *ws; ++ ws = new word_space_node(hwkern.to_units()); ++ curenv->add_node(ws); ++ } ++ } else { ++ // °Ê²¼¤Ï¡Öword¸ì¡×¤ò¡Öword ¸ì¡×¤Ë¤¹¤ë½èÍý ++ if(line->get_node_type() == NODE_GLYPH){ ++ word_space_node *ws; ++ ws = new word_space_node(hwkern.to_units()); ++ curenv->add_node(ws); ++ } ++ } ++ } else { ++ /* ++ * Insert a zero width space node between EUC and EUC ++ */ ++ if(ci->pre_kinsoku()){ ++ // ¡Ö¸ì¡¢¡×¡Ö¸ì¤©¡×¤Î´Ö¤Ë¤Ï¶õÇòÆþ¤ì¤Ê¤¤ ++ ; ++ } else { ++ add_node(new kword_space_node()); ++ met_with_kword_space = 1; ++ } ++ } + } ++ pre_wchar_kinsoku_mode = pre_wchar_kinsoku_mode_back; + pre_char_is_ascii = 0; + + if (!vlower.is_zero()) { +--- troff/input.cc Sat Feb 22 22:38:57 1997 ++++ troff/input.cc Sun Feb 23 00:04:05 1997 +@@ -4680,6 +4680,12 @@ + charset_table[';']->set_flags(charinfo::PRE_KINSOKU); + charset_table['>']->set_flags(charinfo::PRE_KINSOKU); + charset_table['}']->set_flags(charinfo::PRE_KINSOKU); ++ charset_table['\'']->set_flags(charinfo::PRE_KINSOKU); ++ charset_table['(']->set_flags(charinfo::POST_KINSOKU); ++ charset_table['[']->set_flags(charinfo::POST_KINSOKU); ++ charset_table['{']->set_flags(charinfo::POST_KINSOKU); ++ charset_table['`']->set_flags(charinfo::POST_KINSOKU); ++ charset_table['<']->set_flags(charinfo::POST_KINSOKU); + for (int ku = 0; ku < WCTABLE_SIZE; ku++) { + for (int ten = 0; ten < WCTABLE_SIZE; ten++) { + wchar euccode = calc_euccode(ku, ten); +@@ -4690,11 +4696,11 @@ + } + } + wcharset_table_entry(make_euc_code(0xa1, 0xa2)) /* ¡¢*/ +- ->set_flags(charinfo::PRE_KINSOKU); ++ ->set_flags(charinfo::PRE_KINSOKU_HALF); + wcharset_table_entry(make_euc_code(0xa1, 0xa3)) /* ¡£*/ +- ->set_flags(charinfo::PRE_KINSOKU); ++ ->set_flags(charinfo::PRE_KINSOKU_HALF); + wcharset_table_entry(make_euc_code(0xa1, 0xa4)) /* ¡¤ */ +- ->set_flags(charinfo::PRE_KINSOKU); ++ ->set_flags(charinfo::PRE_KINSOKU_HALF); + wcharset_table_entry(make_euc_code(0xa1, 0xa5)) /* ¡¥ */ + ->set_flags(charinfo::PRE_KINSOKU); + wcharset_table_entry(make_euc_code(0xa1, 0xa6)) /* ¡¦ */ +@@ -4708,19 +4714,19 @@ + wcharset_table_entry(make_euc_code(0xa1, 0xaa)) /* ¡ª */ + ->set_flags(charinfo::PRE_KINSOKU); + wcharset_table_entry(make_euc_code(0xa1, 0xcb)) /* ¡Ë */ +- ->set_flags(charinfo::PRE_KINSOKU); ++ ->set_flags(charinfo::PRE_KINSOKU_HALF); + wcharset_table_entry(make_euc_code(0xa1, 0xcd)) /* ¡Í */ +- ->set_flags(charinfo::PRE_KINSOKU); ++ ->set_flags(charinfo::PRE_KINSOKU_HALF); + wcharset_table_entry(make_euc_code(0xa1, 0xcf)) /* ¡Ï */ +- ->set_flags(charinfo::PRE_KINSOKU); ++ ->set_flags(charinfo::PRE_KINSOKU_HALF); + wcharset_table_entry(make_euc_code(0xa1, 0xd1)) /* ¡Ñ */ +- ->set_flags(charinfo::PRE_KINSOKU); ++ ->set_flags(charinfo::PRE_KINSOKU_HALF); + wcharset_table_entry(make_euc_code(0xa1, 0xd7)) /* ¡× */ +- ->set_flags(charinfo::PRE_KINSOKU); ++ ->set_flags(charinfo::PRE_KINSOKU_HALF); + wcharset_table_entry(make_euc_code(0xa1, 0xd9)) /* ¡Ù */ +- ->set_flags(charinfo::PRE_KINSOKU); ++ ->set_flags(charinfo::PRE_KINSOKU_HALF); + wcharset_table_entry(make_euc_code(0xa1, 0xdb)) /* ¡Û */ +- ->set_flags(charinfo::PRE_KINSOKU); ++ ->set_flags(charinfo::PRE_KINSOKU_HALF); + wcharset_table_entry(make_euc_code(0xa4, 0xa1)) /* ¤¡ */ + ->set_flags(charinfo::PRE_KINSOKU); + wcharset_table_entry(make_euc_code(0xa4, 0xa3)) /* ¤£ */ +@@ -4759,19 +4765,19 @@ + ->set_flags(charinfo::PRE_KINSOKU); + + wcharset_table_entry(make_euc_code(0xa1, 0xca)) /* ¡Ê */ +- ->set_flags(charinfo::POST_KINSOKU); ++ ->set_flags(charinfo::POST_KINSOKU_HALF); + wcharset_table_entry(make_euc_code(0xa1, 0xcc)) /* ¡Ì */ +- ->set_flags(charinfo::POST_KINSOKU); ++ ->set_flags(charinfo::POST_KINSOKU_HALF); + wcharset_table_entry(make_euc_code(0xa1, 0xce)) /* ¡Î */ +- ->set_flags(charinfo::POST_KINSOKU); ++ ->set_flags(charinfo::POST_KINSOKU_HALF); + wcharset_table_entry(make_euc_code(0xa1, 0xd0)) /* ¡Ð */ +- ->set_flags(charinfo::POST_KINSOKU); ++ ->set_flags(charinfo::POST_KINSOKU_HALF); + wcharset_table_entry(make_euc_code(0xa1, 0xd6)) /* ¡Ö */ +- ->set_flags(charinfo::POST_KINSOKU); ++ ->set_flags(charinfo::POST_KINSOKU_HALF); + wcharset_table_entry(make_euc_code(0xa1, 0xd8)) /* ¡Ø */ +- ->set_flags(charinfo::POST_KINSOKU); ++ ->set_flags(charinfo::POST_KINSOKU_HALF); + wcharset_table_entry(make_euc_code(0xa1, 0xda)) /* ¡Ú */ +- ->set_flags(charinfo::POST_KINSOKU); ++ ->set_flags(charinfo::POST_KINSOKU_HALF); + #endif /* NIPPON */ + } + +--- troff/node.cc Sat Feb 22 22:38:58 1997 ++++ troff/node.cc Sun Feb 23 00:04:05 1997 +@@ -4296,6 +4296,22 @@ + { + return NODE_NEWLINE_SPACE; + } ++node_type space_node::get_node_type() ++{ ++ return NODE_SPACE; ++} ++node_type word_space_node::get_node_type() ++{ ++ return NODE_SPACE; ++} ++node_type unbreakable_space_node::get_node_type() ++{ ++ return NODE_SPACE; ++} ++node_type diverted_space_node::get_node_type() ++{ ++ return NODE_SPACE; ++} + #endif + + int unbreakable_space_node::same(node *nd) +--- troff/node.h Sat Feb 22 22:38:58 1997 ++++ troff/node.h Sun Feb 23 00:04:05 1997 +@@ -31,7 +31,7 @@ + + enum hyphenation_type { HYPHEN_MIDDLE, HYPHEN_BOUNDARY, HYPHEN_INHIBIT }; + #ifdef NIPPON +-enum node_type {NODE_GLYPH, NODE_KWORD_SPACE, NODE_NEWLINE_SPACE, NODE_ANOTHER}; ++enum node_type {NODE_GLYPH, NODE_KWORD_SPACE, NODE_NEWLINE_SPACE, NODE_ANOTHER, NODE_SPACE}; + #endif + + class ascii_output_file; +@@ -173,6 +173,9 @@ + void ascii_print(ascii_output_file *); + int same(node *); + const char *type(); ++#ifdef NIPPON ++ node_type get_node_type(); ++#endif + }; + + class word_space_node : public space_node { +@@ -184,6 +187,9 @@ + void tprint(troff_output_file *); + int same(node *); + const char *type(); ++#ifdef NIPPON ++ node_type get_node_type(); ++#endif + }; + + #ifdef NIPPON +@@ -209,6 +215,9 @@ + node *copy(); + int same(node *); + const char *type(); ++#ifdef NIPPON ++ node_type get_node_type(); ++#endif + breakpoint *get_breakpoints(hunits width, int nspaces, breakpoint *rest = 0, + int is_inner = 0); + int nbreaks(); +@@ -224,6 +233,9 @@ + int reread(int *); + int same(node *); + const char *type(); ++#ifdef NIPPON ++ node_type get_node_type(); ++#endif + }; + + class diverted_copy_file_node : public node { >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Mar 12 07:40:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA20340 for ports-outgoing; Wed, 12 Mar 1997 07:40:12 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA20323; Wed, 12 Mar 1997 07:40:07 -0800 (PST) Resent-Date: Wed, 12 Mar 1997 07:40:07 -0800 (PST) Resent-Message-Id: <199703121540.HAA20323@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, kiri@kiri.toba-cmt.ac.jp Received: from kiri.toba-cmt.ac.jp (kiri.toba-cmt.ac.jp [202.26.248.91]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA20169 for ; Wed, 12 Mar 1997 07:37:36 -0800 (PST) Received: (from kiri@localhost) by kiri.toba-cmt.ac.jp (8.8.5/8.8.5) id AAA22502; Thu, 13 Mar 1997 00:39:25 +0900 (JST) Message-Id: <199703121539.AAA22502@kiri.toba-cmt.ac.jp> Date: Thu, 13 Mar 1997 00:39:25 +0900 (JST) From: Kazuhiko Kiriyama(System administrator) Reply-To: kiri@kiri.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2963: Update the port(jp-man-1.1):japanese/man. Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2963 >Category: ports >Synopsis: Update the port(jp-man-1.1):japanese/man. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Wed Mar 12 07:40:05 PST 1997 >Last-Modified: >Originator: Kazuhiko Kiriyama >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Release: FreeBSD 2.2-970205-GAMMA i386 >Environment: >Description: I've updated the port(jp-man-1.1):japanese/man. Current modification is (1) Include jman.el by Mitsuru IWASAKI. I put the diff from ports-current(japanese/groff) in "Fix:". Newly add files are files/jman.el pkg/DEINSTALL >How-To-Repeat: >Fix: diff -aurN ../../current/ports/japanese/man/Makefile ./Makefile --- ../../current/ports/japanese/man/Makefile Sun Feb 16 17:22:13 1997 +++ ./Makefile Mon Mar 3 23:32:03 1997 @@ -14,7 +14,10 @@ MAINTAINER= kiri@kiri.toba-cmt.ac.jp RUN_DEPENDS= ${PREFIX}/bin/groff:${PORTSDIR}/japanese/groff \ - jless:${PORTSDIR}/japanese/less + jless:${PORTSDIR}/japanese/less \ + mule:${PORTSDIR}/editors/mule + +JMANELDIR= ${PREFIX}/lib/mule/site-lisp/jman # XPG4LIBPATH specifies the path name of the xpg4 library. # The xpg4 library include setlocale() function and etc. for I18N, @@ -63,6 +66,8 @@ .endif post-install: + @${MKDIR} ${JMANELDIR} + @${INSTALL_DATA} ${FILESDIR}/jman.el ${JMANELDIR} @${SETENV} CP=${CP} PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL pre-clean: diff -aurN ../../current/ports/japanese/man/files/jman.el ./files/jman.el --- ../../current/ports/japanese/man/files/jman.el Thu Jan 1 09:00:00 1970 +++ ./files/jman.el Tue Mar 4 12:22:58 1997 @@ -0,0 +1,86 @@ +;;; jman.el --- browse UNIX Japanese manual pages +;;; $Id: jman.el,v 1.1 1997/03/01 13:17:54 iwasaki Exp $ + +;;; This file part of jman-1.1 - japanese man with EUC, +;;; a GNU Emacs front end to the UNIX Japanese manual pages browsing. + +;;; Everyone is granted permission to copy, modify and redistribute +;;; this program. + +;;; HISTORY +;;; +;;; Written by Mitsuru IWASAKI 1 March, 1997 +;;; jman, i18n-man, man (re-definition), +;;; and some user variables for i18ned manual pages. +;;; + +;;; Suggested USAGE +;;; +;;; In your ~/.emacs +;;;(autoload 'jman "jman" nil t) +;;; then +;;; M-x jman +;;; to get a Japanese manual page thru jman(1) and put it in a buffer. +;;; +;;; M-x man +;;; to get an original manual page thru man(1) and put it in a buffer. +;;; + +(require 'man) + +;; vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv +;; user variables + +(defvar i18n-manual-program "jman" + "The name of the i18ned program that produces man pages.") + +(defvar i18n-Man-heading-regexp "^\\([^ \t\n_][^0-9\n]+\\)$" + "*Regular expression describing a i18ned manpage heading entry.") + +(defvar i18n-Man-see-also-regexp "´ØÏ¢¹àÌÜ\\|SEE ALSO" + "*Regular expression for SEE ALSO heading (or your equivalent) of a i18ned mangage. +This regexp should not start with a `^' character.") + +(defvar i18n-Man-first-heading-regexp "^[ \t]*̾¾Î$\\|^[ \t]*NAME$\\|^[ \t]*No manual entry fo.*" + "*Regular expression describing first heading on a i18ned manpage. +This regular expression should start with a `^' character.") + +;; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +;; end user variables + +;; ====================================================================== +;; top level command and background process sentinel + +;;; This alias makes completion more predictable if ignoring case. +;;;###autoload +(defalias 'jman 'i18n-man) + +;; back some variables up +(setq manual-program-orig manual-program) +(setq Man-heading-regexp-orig Man-heading-regexp) +(setq Man-see-also-regexp-orig Man-see-also-regexp) +(setq Man-first-heading-regexp-orig Man-first-heading-regexp) + +(defun i18n-man (arg) + nil + (interactive "P") + (setq manual-program i18n-manual-program) + (setq Man-heading-regexp i18n-Man-heading-regexp) + (setq Man-see-also-regexp i18n-Man-see-also-regexp) + (setq Man-first-heading-regexp i18n-Man-first-heading-regexp) + (manual-entry arg)) + +;;;###autoload +(defun man (arg) + nil + (interactive "P") + (setq manual-program manual-program-orig) + (setq Man-heading-regexp Man-heading-regexp-orig) + (setq Man-see-also-regexp Man-see-also-regexp-orig) + (setq Man-first-heading-regexp Man-first-heading-regexp-orig) + (manual-entry arg)) + + +(provide 'jman) + +;;; jman.el ends here diff -aurN ../../current/ports/japanese/man/pkg/DEINSTALL ./pkg/DEINSTALL --- ../../current/ports/japanese/man/pkg/DEINSTALL Thu Jan 1 09:00:00 1970 +++ ./pkg/DEINSTALL Mon Mar 3 22:25:38 1997 @@ -0,0 +1,15 @@ +#!/bin/sh + +elispdir=${PKG_PREFIX}/lib/mule/site-lisp + +OptionStart=";;; Jman configuration options" +OptionEnd=";;; End of Jman configuration options" + +if [ "X$2" = X"DEINSTALL" ]; then + if [ "`grep \"^${OptionStart}\" ${elispdir}/site-start.el`" ]; then + echo "Deleting \"Jman\" entry from ${elispdir}/site-start.el" + sed -e "/^${OptionStart}/,/^${OptionEnd}/d" \ + ${elispdir}/site-start.el > ${elispdir}/site-start.el.bak + mv ${elispdir}/site-start.el.bak ${elispdir}/site-start.el + fi +fi diff -aurN ../../current/ports/japanese/man/pkg/INSTALL ./pkg/INSTALL --- ../../current/ports/japanese/man/pkg/INSTALL Fri Feb 14 14:20:19 1997 +++ ./pkg/INSTALL Mon Mar 3 22:37:22 1997 @@ -4,8 +4,26 @@ usr_tmac=/usr/share/tmac local_tmac=${PKG_PREFIX}/share/groff/tmac +elispdir=${PKG_PREFIX}/lib/mule/site-lisp + +OptionStart=";;; Jman configuration options" +OptionEnd=";;; End of Jman configuration options" if [ "X$2" = X"POST-INSTALL" ]; then ${CP} -p ${usr_tmac}/tmac.an ${local_tmac} ${CP} -p ${usr_tmac}/tmac.groff_an ${local_tmac} + if [ "`grep \"^${OptionStart}\" ${elispdir}/site-start.el`" ]; then + sed -e "/^${OptionStart}/,/^${OptionEnd}/d" \ + ${elispdir}/site-start.el > ${elispdir}/site-start.el.bak + mv ${elispdir}/site-start.el.bak ${elispdir}/site-start.el + fi + echo "Adding \"Jman\" entry to ${elispdir}/site-start.el" + echo "${OptionStart}" >> ${elispdir}/site-start.el + echo "(setq load-path (cons \"${elispdir}/jman\" load-path))" \ + >> ${elispdir}/site-start.el + echo "(autoload 'jman \"jman\" nil t)" >> ${elispdir}/site-start.el + echo "${OptionEnd}" \ + >> ${elispdir}/site-start.el + exit 0 fi + diff -aurN ../../current/ports/japanese/man/pkg/PLIST ./pkg/PLIST --- ../../current/ports/japanese/man/pkg/PLIST Sun Dec 8 08:16:13 1996 +++ ./pkg/PLIST Mon Mar 3 22:11:55 1997 @@ -10,3 +10,5 @@ man/ja_JP.EUC/man1/japropos.1.gz man/ja_JP.EUC/man1/jwhatis.1.gz man/ja_JP.EUC/man1/jmakewhatis.1.gz +lib/mule/site-lisp/jman/jman.el +@dirrm lib/mule/site-lisp/jman >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Mar 12 16:10:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA21172 for ports-outgoing; Wed, 12 Mar 1997 16:10:10 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA21165; Wed, 12 Mar 1997 16:10:06 -0800 (PST) Resent-Date: Wed, 12 Mar 1997 16:10:06 -0800 (PST) Resent-Message-Id: <199703130010.QAA21165@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 who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA20870 for ; Wed, 12 Mar 1997 16:04:16 -0800 (PST) Received: from localhost.quick.net (soil@newport-1-12.quick.net [206.171.89.212]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id QAA14310 for ; Wed, 12 Mar 1997 16:04:12 -0800 (PST) Received: (from soil@localhost) by localhost.quick.net (8.8.5/8.8.5) id QAA04478; Wed, 12 Mar 1997 16:04:05 -0800 (PST) Message-Id: <199703130004.QAA04478@localhost.quick.net> Date: Wed, 12 Mar 1997 16:04:05 -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/2967: ports mail/fetchmail upgrade; 3.6 -> 3.8 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2967 >Category: ports >Synopsis: ports mail/fetchmail upgrade; 3.6 -> 3.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 12 16:10:03 PST 1997 >Last-Modified: >Originator: Josh Gilliam >Organization: >Release: FreeBSD 2.2-970205-GAMMA i386 >Environment: ports-current >Description: Release Notes: ------------------------------------------------------------------------------ fetchmail-3.8 (Fri Mar 7 17:34:02 EST 1997) features -- * More FAQ material on using `localdomains'. * compilation hacks for ISC 4.0 (thanks, Larry Jones!). bugs -- * enabled ETRN and RPOP command-line options. * yet another attempt to fix the error.c compilation problems under Solaris and NEXTSTEP. * handle \( and \) correctly in RFC822 comments, thanks to Gareth McCaughan. * Fixed off-by-one error fingered by Brian Jones that prevented `localdomains' from working. ------------------------------------------------------------------------------ fetchmail-3.7 (Fri Feb 21 17:38:40 EST 1997) features -- * You can now specify a hunt list of SMTP forwarding hosts. * Treat unexpected EOF as a protocol error. * DNS errors no longer abort an entire poll. Instead they just cause forwarding and deletion of the current message to be suppressed. * -v output now includes the version/pl numbers (help for harried maintainer!). bugs -- * Fix password-shrouding logic so it doesn't crap out on a zero-length password. * Various error-logging fixes by Dave Bodenstab. * Fix parsing bug that broke UIDL-processing code. There are 233 people on the fetchmail-friends list. ------------------------------------------------------------------------------ >How-To-Repeat: # cd mail/fetchmail >Fix: diff -ur /usr/ports/mail/fetchmail/Makefile fetchmail/Makefile --- /usr/ports/mail/fetchmail/Makefile Fri Feb 21 03:35:30 1997 +++ fetchmail/Makefile Wed Mar 12 15:50:41 1997 @@ -1,12 +1,12 @@ # New ports collection makefile for: fetchmail -# Version required: 3.6.0 +# Version required: 3.8.0 # Date created: 26 Oct 1996 # Whom: Ville Eerola # -# $Id: Makefile,v 1.23 1997/02/21 09:04:48 max Exp $ +# $Id$ # -DISTNAME= fetchmail-3.6 +DISTNAME= fetchmail-3.8 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ diff -ur /usr/ports/mail/fetchmail/files/md5 fetchmail/files/md5 --- /usr/ports/mail/fetchmail/files/md5 Fri Feb 21 03:35:30 1997 +++ fetchmail/files/md5 Wed Mar 12 15:52:13 1997 @@ -1 +1 @@ -MD5 (fetchmail-3.6.tar.gz) = ddcacf7c7b590030d9fba88e6dba98f0 +MD5 (fetchmail-3.8.tar.gz) = a2b3ed3f2171f9099534ceb87dbcd6cd >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Mar 12 16:30:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA22079 for ports-outgoing; Wed, 12 Mar 1997 16:30:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA22065; Wed, 12 Mar 1997 16:30:05 -0800 (PST) Resent-Date: Wed, 12 Mar 1997 16:30:05 -0800 (PST) Resent-Message-Id: <199703130030.QAA22065@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.QAA21928;Wed; (8.8.5/8.8.5);, 12 Mar 1997 16:27:21.-0800 (PST) Message-Id: <199703130027.QAA21928@freefall.freebsd.org> Date: Wed, 12 Mar 1997 16:27:21 -0800 (PST) From: pgiffuni@fps.biblos.unal.edu.co To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/2970: Easy update to CIM (lang) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2970 >Category: ports >Synopsis: Easy update to CIM (lang) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 12 16:30:04 PST 1997 >Last-Modified: >Originator: Pedro Giffuni S. >Organization: Universidad Nacional de Colombia >Release: 2.1.7-Release >Environment: Non-relevant >Description: New version of CIM is out. Just change the distfile for version 1.92 and create a new makesum. Nothing more is required >How-To-Repeat: No problem. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Mar 12 18:00:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA25798 for ports-outgoing; Wed, 12 Mar 1997 18:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA25772; Wed, 12 Mar 1997 18:00:01 -0800 (PST) Date: Wed, 12 Mar 1997 18:00:01 -0800 (PST) Message-Id: <199703130200.SAA25772@freefall.freebsd.org> To: freebsd-ports Cc: From: Pedro Giffuni Subject: Re: ports/2954: FElt lacks a dependency Reply-To: Pedro Giffuni Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2954; it has been noted by GNATS. From: Pedro Giffuni To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/2954: FElt lacks a dependency Date: Wed, 12 Mar 1997 20:48:03 -0800 PR can be closed, I checked the patch and it´s OK. Xaw3d is not required. Pedro. From owner-freebsd-ports Wed Mar 12 18:00:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA25815 for ports-outgoing; Wed, 12 Mar 1997 18:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA25795; Wed, 12 Mar 1997 18:00:03 -0800 (PST) Resent-Date: Wed, 12 Mar 1997 18:00:03 -0800 (PST) Resent-Message-Id: <199703130200.SAA25795@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, handy@sag.space.lockheed.com Received: from lambic.space.lockheed.com ([192.68.162.69]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA25494 for ; Wed, 12 Mar 1997 17:51:46 -0800 (PST) Received: (from handy@localhost) by lambic.space.lockheed.com (8.8.5/8.7.3) id RAA07344; Wed, 12 Mar 1997 17:51:41 -0800 (PST) Message-Id: <199703130151.RAA07344@lambic.space.lockheed.com> Date: Wed, 12 Mar 1997 17:51:41 -0800 (PST) From: "Brian N. Handy" Reply-To: handy@sag.space.lockheed.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2971: CIM 1.84 --> 1.92 patch Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2971 >Category: ports >Synopsis: CIM 1.84 --> 1.92 patch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 12 18:00:02 PST 1997 >Last-Modified: >Originator: Brian N. Handy >Organization: MSU - Bozeman >Release: FreeBSD 2.2-GAMMA i386 >Environment: 2.2-GAMMA, but probably anything works >Description: This is the patch for PR # 2970 to upgrade CIM to V1.92. Sounded simple and I needed a break from what I was doing...whaddaya do. >How-To-Repeat: N/A. >Fix: diff -c -r cim.orig/Makefile cim/Makefile *** cim.orig/Makefile Wed Mar 12 17:43:38 1997 --- cim/Makefile Wed Mar 12 17:44:27 1997 *************** *** 1,12 **** # New ports collection makefile for: cim ! # Version required: 1.84 ! # Date created: 21 Sept 1996 # Whom: Pedro # # $Id: Makefile,v 1.2 1996/12/11 18:43:33 obrien Exp $ # ! DISTNAME= cim-1.84 CATEGORIES= lang MASTER_SITES= ftp://ifi.uio.no/pub/cim/ \ ftp://ftp.fenk.wau.nl/pub/lang/simula/compilers/cim/ --- 1,12 ---- # New ports collection makefile for: cim ! # Version required: 1.92 ! # Date created: 12 Mar 1997 # Whom: Pedro # # $Id: Makefile,v 1.2 1996/12/11 18:43:33 obrien Exp $ # ! DISTNAME= cim-1.92 CATEGORIES= lang MASTER_SITES= ftp://ifi.uio.no/pub/cim/ \ ftp://ftp.fenk.wau.nl/pub/lang/simula/compilers/cim/ diff -c -r cim.orig/files/md5 cim/files/md5 *** cim.orig/files/md5 Wed Mar 12 17:43:38 1997 --- cim/files/md5 Wed Mar 12 17:45:56 1997 *************** *** 1 **** ! MD5 (cim-1.84.tar.gz) = 9da1bdbc3d737f703e3820d37622120b --- 1 ---- ! MD5 (cim-1.92.tar.gz) = adad620669f9cde81d44a1c27fa7109e >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Mar 12 20:00:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA01532 for ports-outgoing; Wed, 12 Mar 1997 20:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA01489; Wed, 12 Mar 1997 20:00:02 -0800 (PST) Date: Wed, 12 Mar 1997 20:00:02 -0800 (PST) Message-Id: <199703130400.UAA01489@freefall.freebsd.org> To: freebsd-ports Cc: From: Nakai@Mlab.t.u-tokyo.ac.jp Subject: Re: ports/2905 diff of the xshisen fixed port Reply-To: Nakai@Mlab.t.u-tokyo.ac.jp Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2905; it has been noted by GNATS. From: Nakai@Mlab.t.u-tokyo.ac.jp To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/2905 diff of the xshisen fixed port Date: Wed, 12 Mar 1997 19:54:02 -0800 (PST) >Submitter-Id: net >Originator: Yukihiro Nakai >Organization: University of Tokyo >Confidential: no >Synopsis: Re: ports/2905 diff of the xshisen fixed port >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: 3.0-SNAP >Environment: FreeBSD PyroPolis.t.u-tokyo.ac.jp 3.0-970209-SNAP FreeBSD 3.0-970209-SNAP #0: Mon Feb 10 08:05:29 GMT 1997 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: xshisen-1.35 port -> xshisen-1.36 port. diff -ru xshisen.orig/Makefile xshisen/Makefile --- xshisen.orig/Makefile Thu Mar 13 12:48:12 1997 +++ xshisen/Makefile Wed Mar 5 09:02:28 1997 @@ -1,33 +1,25 @@ # New ports collection makefile for: xshisen -# Version required: 1.35 -# Date created: 9 Oct 1996 +# Version required: 1.36 +# Date created: 22 February 1997 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.6 1997/03/06 04:54:41 asami Exp $ +# $Id$ # -DISTNAME= xshisen-1.35 +DISTNAME= xshisen-1.36 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= games +MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1996/feb/ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -# runs fine on ssh connection -#IS_INTERACTIVE= YES # Has to create an app-defaults file USE_X11= YES -GNU_CONFIGURE= YES -#CONFIGURE_ARGS=--enable-japanese=euc #Japanese char set euc, jis sjis +HAS_CONFIGURE= YES MAN6= xshisen.6 post-install: - @ strip ${PREFIX}/bin/xshisen - @ /bin/chmod 755 ${PREFIX}/bin/xshisen - @ /usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xshisen -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/ja_JP.JIS7/man6/xshisen.6 -.endif + ${MKDIR} ${PREFIX}/man/man6 + (cd ${WRKSRC}; make install.man) .include diff -ru xshisen.orig/files/md5 xshisen/files/md5 --- xshisen.orig/files/md5 Thu Mar 13 12:48:11 1997 +++ xshisen/files/md5 Wed Mar 5 08:46:40 1997 @@ -1 +1 @@ -MD5 (xshisen-1.35.tar.gz) = 36c979ccb5b958b6ae1f3807a26ffabd +MD5 (xshisen-1.36.tar.gz) = 3c3904ff99075012201a2f6a8d6a5beb diff -ru xshisen.orig/patches/patch-aa xshisen/patches/patch-aa --- xshisen.orig/patches/patch-aa Thu Mar 13 12:48:12 1997 +++ xshisen/patches/patch-aa Sat Feb 22 23:12:41 1997 @@ -1,51 +1,69 @@ -*** Makefile.in.orig Tue Jan 23 08:35:21 1996 ---- Makefile.in Fri Oct 11 08:19:53 1996 +*** configure.orig Tue Feb 27 21:29:29 1996 +--- configure Sat Feb 22 23:12:20 1997 *************** -*** 39,52 **** - SCF = xshisen-scores +*** 9,17 **** - LIBS = @LIBS@ -! CODECONV = ./$(exec_name) -KCONV jis + # Defaults: + ac_help= +! ac_default_prefix=/usr/local + # Any additions from configure.in: +! ac_default_prefix=/usr/local + ac_help="$ac_help + --with-x use the X Window System" + ac_help="$ac_help +--- 9,17 ---- + + # Defaults: + ac_help= +! ac_default_prefix=/usr/X11R6 + # Any additions from configure.in: +! ac_default_prefix=/usr/X11R6 + ac_help="$ac_help + --with-x use the X Window System" + ac_help="$ac_help +*************** +*** 53,59 **** + bindir='${exec_prefix}/bin' + sbindir='${exec_prefix}/sbin' + libexecdir='${exec_prefix}/libexec' +! datadir='${prefix}/share' + sysconfdir='${prefix}/etc' + sharedstatedir='${prefix}/com' + localstatedir='${prefix}/var' +--- 53,59 ---- + bindir='${exec_prefix}/bin' + sbindir='${exec_prefix}/sbin' + libexecdir='${exec_prefix}/libexec' +! datadir='${prefix}/lib/X11' + sysconfdir='${prefix}/etc' + sharedstatedir='${prefix}/com' + localstatedir='${prefix}/var' +*************** +*** 1577,1589 **** - all: $(PROGS) - $(exec_name): $(OBJS) - $(CXX) $(LDFLAGS) $(OBJS) $(LIBS) -o $(exec_name) + # Check whether --enable-japanese or --disable-japanese was given. +! if test "${enable_japanese+set}" = set; then +! enableval="$enable_japanese" +! cat >> confdefs.h <> confdefs.h <<\EOF +--- 1577,1589 ---- - $(exec_name): $(OBJS) - $(CXX) $(LDFLAGS) $(OBJS) $(LIBS) -o $(exec_name) -! install: $(PROGS) $(AD) $(ADJ) install.man - @echo "XShisen executable directory is " $(bindir) - @$(MKDIR) $(bindir) - @chmod 755 $(bindir) -*************** -*** 63,73 **** ---- 63,77 ---- - for file in pixmaps/*.xpm; do \ - $(INSTALLD) $$file $(XSHISENLIB)/`basename $$file`; \ - done -+ @$(MKDIR) $(XAD_DIR)/$(class_name) -+ @$(MKDIR) $(JXAD_DIR)/$(class_name) - $(INSTALLD) $(AD) $(XAD_DIR)/$(class_name) - $(INSTALLD) $(ADJ) $(JXAD_DIR)/$(class_name) - - install.man: $(exec_name).jman $(exec_name).man -+ mkdir -p $(MANDIR)/man6 - $(INSTALLD) $(exec_name).man $(MANDIR)/man6/$(exec_name).6 -+ mkdir -p $(MANDIR)/$(JAPANESE)/man6 - $(INSTALLD) $(exec_name).jman $(MANDIR)/$(JAPANESE)/man6/$(exec_name).6 + # Check whether --enable-japanese or --disable-japanese was given. +! #if test "${enable_japanese+set}" = set; then +! # enableval="$enable_japanese" +! # cat >> confdefs.h <> confdefs.h <<\EOF Only in xshisen/patches: patch-ab diff -ru xshisen.orig/pkg/PLIST xshisen/pkg/PLIST --- xshisen.orig/pkg/PLIST Thu Mar 13 12:48:11 1997 +++ xshisen/pkg/PLIST Wed Mar 5 08:57:55 1997 @@ -1,43 +1,39 @@ bin/xshisen -share/xshisen/xshisen-scores -share/xshisen/chun.xpm -share/xshisen/haku.xpm -share/xshisen/hana.xpm -share/xshisen/hatsu.xpm -share/xshisen/hishi.xpm -share/xshisen/m1.xpm -share/xshisen/m2.xpm -share/xshisen/m3.xpm -share/xshisen/m4.xpm -share/xshisen/m5.xpm -share/xshisen/m6.xpm -share/xshisen/m7.xpm -share/xshisen/m8.xpm -share/xshisen/m9.xpm -share/xshisen/nan.xpm -share/xshisen/p1.xpm -share/xshisen/p2.xpm -share/xshisen/p3.xpm -share/xshisen/p4.xpm -share/xshisen/p5.xpm -share/xshisen/p6.xpm -share/xshisen/p7.xpm -share/xshisen/p8.xpm -share/xshisen/p9.xpm -share/xshisen/pei.xpm -share/xshisen/s1.xpm -share/xshisen/s2.xpm -share/xshisen/s3.xpm -share/xshisen/s4.xpm -share/xshisen/s5.xpm -share/xshisen/s6.xpm -share/xshisen/s7.xpm -share/xshisen/s8.xpm -share/xshisen/s9.xpm -share/xshisen/sha.xpm -share/xshisen/ton.xpm -lib/X11/app-defaults/XShisen/XShisen.ad -lib/X11/ja_JP.JIS7/app-defaults/XShisen/XShisen-j.ad +lib/X11/xshisen/xshisen-scores +lib/X11/xshisen/chun.xpm +lib/X11/xshisen/haku.xpm +lib/X11/xshisen/hana.xpm +lib/X11/xshisen/hatsu.xpm +lib/X11/xshisen/hishi.xpm +lib/X11/xshisen/m1.xpm +lib/X11/xshisen/m2.xpm +lib/X11/xshisen/m3.xpm +lib/X11/xshisen/m4.xpm +lib/X11/xshisen/m5.xpm +lib/X11/xshisen/m6.xpm +lib/X11/xshisen/m7.xpm +lib/X11/xshisen/m8.xpm +lib/X11/xshisen/m9.xpm +lib/X11/xshisen/nan.xpm +lib/X11/xshisen/p1.xpm +lib/X11/xshisen/p2.xpm +lib/X11/xshisen/p3.xpm +lib/X11/xshisen/p4.xpm +lib/X11/xshisen/p5.xpm +lib/X11/xshisen/p6.xpm +lib/X11/xshisen/p7.xpm +lib/X11/xshisen/p8.xpm +lib/X11/xshisen/p9.xpm +lib/X11/xshisen/pei.xpm +lib/X11/xshisen/s1.xpm +lib/X11/xshisen/s2.xpm +lib/X11/xshisen/s3.xpm +lib/X11/xshisen/s4.xpm +lib/X11/xshisen/s5.xpm +lib/X11/xshisen/s6.xpm +lib/X11/xshisen/s7.xpm +lib/X11/xshisen/s8.xpm +lib/X11/xshisen/s9.xpm +lib/X11/xshisen/sha.xpm +lib/X11/xshisen/ton.xpm man/man6/xshisen.6.gz -man/ja_JP.JIS7/man6/xshisen.6.gz -@dirrm share/xshisen Only in xshisen: scripts >How-To-Repeat: >Fix: From owner-freebsd-ports Wed Mar 12 21:30:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA05860 for ports-outgoing; Wed, 12 Mar 1997 21:30:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA05854; Wed, 12 Mar 1997 21:30:02 -0800 (PST) Resent-Date: Wed, 12 Mar 1997 21:30:02 -0800 (PST) Resent-Message-Id: <199703130530.VAA05854@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, andrew@ugh.net.au Received: from mopsy.hobart.tased.edu.au (mopsy.hobart.tased.edu.au [147.41.41.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA05772 for ; Wed, 12 Mar 1997 21:27:19 -0800 (PST) Received: (from andrew@localhost) by mopsy.hobart.tased.edu.au (8.8.5/8.8.5) id QAA08303; Thu, 13 Mar 1997 16:34:05 +1100 (EST) Message-Id: <199703130534.QAA08303@mopsy.hobart.tased.edu.au> Date: Thu, 13 Mar 1997 16:34:05 +1100 (EST) From: Andrew Reply-To: andrew@ugh.net.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2972: New Port of idled-1.16 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2972 >Category: ports >Synopsis: New port of idled-1.16 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 12 21:30:01 PST 1997 >Last-Modified: >Originator: Andrew >Organization: >Release: FreeBSD 2.2-970212-GAMMA i386 >Environment: >Description: Please find idled-1.16.tar.gzip in the FreeBSD/incoming directory of ftp.freebsd.org. This is a new port for the sysutils section. Thanks, Andrew >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Mar 12 23:01:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA10046 for ports-outgoing; Wed, 12 Mar 1997 23:01:56 -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 XAA10041 for ; Wed, 12 Mar 1997 23:01:53 -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 IAA26118 for ; Thu, 13 Mar 1997 08:01:46 +0100 (MET) Received: from plm.xs4all.nl (uucp@localhost) by asterix.xs4all.nl (8.7.5/8.7.2) with UUCP id HAA14522 for freebsd-ports@freebsd.org; Thu, 13 Mar 1997 07:48:41 +0100 (MET) Received: (from plm@localhost) by plm.xs4all.nl (8.8.4/8.7.3) id BAA05239; Wed, 12 Mar 1997 01:23:30 +0100 (MET) To: freebsd-ports@freebsd.org Subject: fvwm2 without japanese kit From: Peter Mutsaers Date: 12 Mar 1997 01:23:28 +0100 Message-ID: <87hgii0xhb.fsf@plm.xs4all.nl> Lines: 21 X-Mailer: Gnus v5.4.25/Emacs 19.34 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I want to use fvwm2, current version, but do not want international extentions. I do need a feature from the latest version (2.0.45). Now looking in /usr/ports, I see that the current fvwm2 version is available only in some internationalized version. The original fvwm2 is not kept up-to-date apparently; from the fvwm2-english Makefile: BROKEN="Superceded by internationalized fvwm2 port, but cast aside just in case someone might want to get back to it in the future" Is this really a good idea? Should not the japanese version be put in /usr/ports/japanese, and the original version be normally maintained? This way I would need to install it without using the ports scheme, but that is a pity. -- Peter Mutsaers | Abcoude (Utrecht), | Trust is a good quality plm@xs4all.nl | the Netherlands | for other people to have From owner-freebsd-ports Thu Mar 13 00:35:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA14194 for ports-outgoing; Thu, 13 Mar 1997 00:35:07 -0800 (PST) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA14188 for ; Thu, 13 Mar 1997 00:35:03 -0800 (PST) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id JAA18502 for ; Thu, 13 Mar 1997 09:35:58 +0100 (MET) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.8.5/8.6.9) id JAA20344 for freebsd-ports@freefall.cdrom.com; Thu, 13 Mar 1997 09:41:57 +0100 (MET) Date: Thu, 13 Mar 1997 09:41:57 +0100 (MET) From: Christoph Kukulies Message-Id: <199703130841.JAA20344@gilberto.physik.rwth-aachen.de> To: freebsd-ports@freefall.FreeBSD.org Subject: ghostscript4 - last minute patch Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Since I see no sign of Andreas Klemm (maybe being out of town) here my (harmless) patch to /usr/ports/print/ghostscript4/scripts/configure: (could someone commit please) (adds EPSON Stylus color driver to default settings -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de *** configure.orig Wed Nov 27 23:27:49 1996 --- configure Thu Mar 13 09:18:09 1997 *************** *** 101,107 **** "r4081" "Ricoh 4081 laser printer" OFF \ "sj48" "StarJet 48 inkjet printer" OFF \ "st800" "Epson Stylus 800 printer" OFF \ ! "stcolor" "Epson Stylus Color" OFF \ "t4693d2" "Tektronix 4693d color, 2 bits per R/G/B component" OFF \ "t4693d4" "Tektronix 4693d color, 4 bits per R/G/B component" OFF \ "t4693d8" "Tektronix 4693d color, 8 bits per R/G/B component" OFF \ --- 101,107 ---- "r4081" "Ricoh 4081 laser printer" OFF \ "sj48" "StarJet 48 inkjet printer" OFF \ "st800" "Epson Stylus 800 printer" OFF \ ! "stcolor" "Epson Stylus Color" ON \ "t4693d2" "Tektronix 4693d color, 2 bits per R/G/B component" OFF \ "t4693d4" "Tektronix 4693d color, 4 bits per R/G/B component" OFF \ "t4693d8" "Tektronix 4693d color, 8 bits per R/G/B component" OFF \ From owner-freebsd-ports Thu Mar 13 01:10:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA15919 for ports-outgoing; Thu, 13 Mar 1997 01:10:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA15905; Thu, 13 Mar 1997 01:10:02 -0800 (PST) Resent-Date: Thu, 13 Mar 1997 01:10:02 -0800 (PST) Resent-Message-Id: <199703130910.BAA15905@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 jaga.fujita3.iis.u-tokyo.ac.jp (jaga.fujita3.iis.u-tokyo.ac.jp [157.82.109.81]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA15299 for ; Thu, 13 Mar 1997 00:59:13 -0800 (PST) Received: (from mita@localhost) by jaga.fujita3.iis.u-tokyo.ac.jp (8.8.5/8.8.5) id RAA02088; Thu, 13 Mar 1997 17:58:24 +0900 (JST) Message-Id: <199703130858.RAA02088@jaga.fujita3.iis.u-tokyo.ac.jp> Date: Thu, 13 Mar 1997 17:58:24 +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/2974: jp-dvi2ps Makefile and patch-ab are updated. Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2974 >Category: ports >Synopsis: updated Makefile and patch-ab >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Thu Mar 13 01:10:01 PST 1997 >Last-Modified: >Originator: MITA Yoshio >Organization: IIS, the University of Tokyo >Release: FreeBSD 2.2-970225-GAMMA i386 >Environment: 2.2-970225-GAMMA >Description: patch-ab file in jp-dvi2ps-2.0g ports is updated. Updated patch-ab file creates a new fontdesc file. The new fontdesc file enables to convert dvi files including vertical writing. Requested by: kiriyamasan kiri@kiri.toba-cu.ac.jp >How-To-Repeat: >Fix: Apply this patch AFTER jp-vftool-1.2 (closest PR# ports/2961 ) is committed: diff -rcN japanese/dvi2ps.orig/Makefile japanese/dvi2ps/Makefile *** japanese/dvi2ps.orig/Makefile Mon Dec 30 19:02:47 1996 --- japanese/dvi2ps/Makefile Wed Mar 12 20:16:23 1997 *************** *** 15,20 **** --- 15,21 ---- BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf LIB_DEPENDS= VFlib\\.2\\.:${PORTSDIR}/japanese/vflib + RUN_DEPENDS= ${PREFIX}/share/fonts/virfonts:${PORTSDIR}/japanese/virfonts MAN1= dvi2ps.1 ../ja_JP.EUC/man1/dvi2ps.1 Binary files japanese/dvi2ps.orig/jp-dvi2ps-2.0g.tgz and japanese/dvi2ps/jp-dvi2ps-2.0g.tgz differ diff -rcN japanese/dvi2ps.orig/patches/patch-ab japanese/dvi2ps/patches/patch-ab *** japanese/dvi2ps.orig/patches/patch-ab Mon Dec 30 19:02:51 1996 --- japanese/dvi2ps/patches/patch-ab Wed Mar 12 21:10:46 1997 *************** *** 1,8 **** ! *** /dev/null Tue Nov 12 22:50:07 1996 ! --- lib/fontdesc Tue Nov 12 22:51:33 1996 *************** *** 0 **** ! --- 1,32 ---- + # + # dvi2ps fontdesc file for FreeBSD jtex209 and platex ports collection. + # Print out Japanese by printer font and English by pk font. --- 1,8 ---- ! *** /dev/null Wed Mar 12 20:52:56 1997 ! --- lib/fontdesc Wed Mar 12 21:10:33 1997 *************** *** 0 **** ! --- 1,39 ---- + # + # dvi2ps fontdesc file for FreeBSD jtex209 and platex ports collection. + # Print out Japanese by printer font and English by pk font. *************** *** 16,21 **** --- 16,22 ---- + define af /usr/local/share/tex/jfonts/jfms + define pf /usr/local/lib/texmf/fonts/public/ptex + define nsf /usr/local/share/tex/jfonts/ + + define vf /usr/local/share/fonts + + include dvi2.ps + *************** *** 28,37 **** + builtin dm%j SINR Ryumin-Light-H + builtin dg%j SINR GothicBBB-Medium-H + - + + # built-in kanji for ASCII Nihongo TeX ! + include fonts/ascfix-c.ps ! + font jfm * 0 $af/%f.tfm ! + font jfm * 0 $pf/tfm/%f.tfm ! + builtin min JINA "/Ryumin-Light-H Ryumin-Metrics Set-New-Metrics" ! + builtin goth JINA "/GothicBBB-Medium-H Gothic-Metrics Set-New-Metrics" --- 29,44 ---- + builtin dm%j SINR Ryumin-Light-H + builtin dg%j SINR GothicBBB-Medium-H + + # built-in kanji for ASCII Nihongo TeX ! + # First, convert ASCII dvi -> built-in kanji dvi by virtual font ! + font jvf * 0 $vf/virfonts/%f.vf ! + # then, use built-in kanji ! + font jfm * 0 $vf/virfonts/%f.tfm ! + builtin rml JSNR Ryumin-Light-H ! + builtin gbm JSNR GothicBBB-Medium-H ! + builtin rmlv JSNR Ryumin-Light-V ! + builtin gbmv JSNR GothicBBB-Medium-V ! + builtin ryumin-l JSNR Ryumin-Light-H ! + builtin gtbbb-m JSNR GothicBBB-Medium-H ! + builtin ryumin-l-v JSNR Ryumin-Light-V ! + builtin gtbbb-m-v JSNR GothicBBB-Medium-V --- MITA Yoshio >Audit-Trail: >Unformatted: From owner-freebsd-ports Thu Mar 13 01:34:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA16895 for ports-outgoing; Thu, 13 Mar 1997 01:34:11 -0800 (PST) Received: from parliament.ge (nodaris.parliament.ge [205.197.191.20]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id BAA16864 for ; Thu, 13 Mar 1997 01:33:59 -0800 (PST) Received: (from dato@localhost) by parliament.ge (8.6.12/8.6.9) id SAA00333; Thu, 13 Mar 1997 18:33:59 +0400 Date: Thu, 13 Mar 1997 18:33:56 +0400 (BSK) From: David Adamia To: freebsd-ports@FreeBSD.ORG Subject: about java Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dear friends! Please,can you help me? I downloaded JDK 1.0.2 from Freebsd port, but I can not run JDK on my computer. I have FreeBSD version 2.1.0 and PC compatible computer pentium when i run any programs by javac, I have message /home/dato/java/bin/../bin/FreeBSD/java: 1: Syntax error: "("unexpected When i run java interpreter without shell script, I have message /home/dato/java/bin/FreeBSD/java: cannot execute binary file Is this JDK for FreeBSD Thank you Dato Adamia From owner-freebsd-ports Thu Mar 13 01:50:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA17701 for ports-outgoing; Thu, 13 Mar 1997 01:50:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA17694; Thu, 13 Mar 1997 01:50:02 -0800 (PST) Date: Thu, 13 Mar 1997 01:50:02 -0800 (PST) Message-Id: <199703130950.BAA17694@freefall.freebsd.org> To: freebsd-ports Cc: From: Eivind Eklund Subject: Re: ports/2936: The teTeX port runs strup on /usr/local/bin Reply-To: Eivind Eklund Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2936; it has been noted by GNATS. From: Eivind Eklund To: asami@vader.cs.berkeley.edu (Satoshi Asami) Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/2936: The teTeX port runs strup on /usr/local/bin Date: Wed, 12 Mar 1997 23:48:11 +0100 At 03:30 PM 3/11/97 -0800, Satoshi Asami wrote: > * I get errors for missing inimf, virmf, install-info, xdvi.bin, texinfo-12, > * web2c/mf.log, and web2c/mf.base. > > * Did it package OK when you reverted? > >You are right -- I reverted the patch but I still can't build it. I >have the same problem with or without your patch. However, the list >of errors is different, I have a bunch of bin/* files missing. > >------- >===> Building package for teTeX-0.4 >tar: can't add file bin/gftodvi : No such file or directory >tar: can't add file bin/gftopk : No such file or directory >tar: can't add file bin/mft : No such file or directory >tar: can't add file bin/pktogf : No such file or directory >tar: can't add file bin/pktype : No such file or directory >tar: can't add file bin/vftovp : No such file or directory >tar: can't add file bin/vptovf : No such file or directory >tar: can't add file bin/gftype : No such file or directory >tar: can't add file bin/pltotf : No such file or directory >tar: can't add file bin/tftopl : No such file or directory >tar command failed with code 256 >------- > >I put the log in > >ftp://han.cs.berkeley.edu/pub/tetex.log.gz > >If you can take a look, it will be appreciated. My system is >RELENG_2_2 (naturally, it's the packages-2.2 building machine). Compiler dying with signal 6. There is something DEFINEATLY weird about this port; everything looks OK, it compiles on some machine but not others, and the EXACT SAME COMMANDS written in a shell will compile the things that fail consistently under gmake (at least on my box). Can you try that for your errors? Eivind Eklund perhaps@yes.no http://maybe.yes.no/perhaps/ eivind@freebsd.org From owner-freebsd-ports Thu Mar 13 02:30:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA19473 for ports-outgoing; Thu, 13 Mar 1997 02:30:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA19467; Thu, 13 Mar 1997 02:30:02 -0800 (PST) Resent-Date: Thu, 13 Mar 1997 02:30:02 -0800 (PST) Resent-Message-Id: <199703131030.CAA19467@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, dk@dog.farm.org Received: from minor.stranger.com (stranger.vip.best.com [204.156.129.250]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id CAA19372 for ; Thu, 13 Mar 1997 02:27:25 -0800 (PST) Received: from dog.farm.org (dog.farm.org [207.111.140.47]) by minor.stranger.com (8.6.12/8.6.12) with ESMTP id CAA13348; Thu, 13 Mar 1997 02:43:27 -0800 Received: (from dk@localhost) by dog.farm.org (8.7.5/dk#3) id CAA23391; Thu, 13 Mar 1997 02:33:59 -0800 (PST) Message-Id: <199703131033.CAA23391@dog.farm.org> Date: Thu, 13 Mar 1997 02:33:59 -0800 (PST) From: Dmitry Kohmanyuk Reply-To: dk@dog.farm.org To: FreeBSD-gnats-submit@freebsd.org, obrien@cs.ucdavis.edu, dk@farm.org X-Send-Pr-Version: 3.2 Subject: ports/2975: ports/mail/mutt builds with USE_DOMAIN defined Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2975 >Category: ports >Synopsis: ports/mail/mutt builds with USE_DOMAIN - From: USER@HOST.cs.berkeley.edu >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 13 02:30:01 PST 1997 >Last-Modified: >Originator: Dmitry Kohmanyuk >Organization: FARM Computing Association >Release: FreeBSD 2.2-960501-SNAP i386 >Environment: mutt port hardwires the domain name it was compiled at into the executable and then uses this domain whenever sending mail. Expect more and more unsuspecting users grabbing mutt package and starting to send mail from hosts under cs.berkeley.edu domain (btw, Satoshi, can you get me zen.cs.berkeley.edu? ;-) >Description: by default, configure scripts picks up the domain from the host mutt is compiled on and puts it into config.h:#define DOMAIN it also enables USE_DOMAIN in config.h. After that, unless user have overridden domain in system-wide or local .muttrc, the shorthostname.cs.berkeley.edu is used whenever sending mail, in From:, Message-Id:, and unqualified addresses within To: and Cc: fields Btw, I think that the whole idea of hardwiring domain into executable is bad... the logic in init.c is also that evewnif you have your hostname set to FQDN (e.g., dog.farm.org), mutt eats everything after first dot and then puts hardwired hostname after that. That's how I managed to sent a dozen or so messages as when actually running mutt on host named zen.genesyslab.com. if USE_DOMAIN is not defined, mutt does not try to use DOMAIN compiled in. >How-To-Repeat: just install package or compile port, then start mutt and send mail from any host outside cs.berkeley.edu domain. look at From: and Message-Id: (comment out my_hdr From: and domain in your .muttrc / Muttrc if you have any). >Fix: add this line into port Makefile: CONFIGURE_ARGS="--disable-domain" >Audit-Trail: >Unformatted: From owner-freebsd-ports Thu Mar 13 06:00:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA28031 for ports-outgoing; Thu, 13 Mar 1997 06:00:28 -0800 (PST) Received: from news.IAEhv.nl (root@news.IAEhv.nl [194.151.64.4]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id GAA28023 for ; Thu, 13 Mar 1997 06:00:25 -0800 (PST) Received: from LOCAL (uucp@localhost) by news.IAEhv.nl (8.6.13/1.63) with IAEhv.nl; pid 10144 on Thu, 13 Mar 1997 15:00:20 +0100; id PAA10144 efrom: marc@nietzsche.bowtie.nl; eto: ports@freebsd.org Received: from localhost (localhost [127.0.0.1]) by nietzsche.bowtie.nl (8.8.2/8.7.3) with ESMTP id OAA22512 for ; Thu, 13 Mar 1997 14:58:04 +0100 (MET) Message-Id: <199703131358.OAA22512@nietzsche.bowtie.nl> X-Mailer: exmh version 1.6.7 5/3/96 To: ports@freebsd.org Subject: ghostscript 4.03 package not ok Date: Thu, 13 Mar 1997 14:58:04 +0100 From: Marc van Kempen Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, It appears that the ghostscript 4.03 package contains alladin ghostscript 3.53!? Needless to say, it doesn't run. The package I looked at is from 5.3.1997 Regards, Marc. ---------------------------------------------------- Marc van Kempen BowTie Technology Email: marc@bowtie.nl WWW & Databases tel. +31 40 2 43 20 65 fax. +31 40 2 44 21 86 http://www.bowtie.nl ---------------------------------------------------- From owner-freebsd-ports Thu Mar 13 12:34:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA18816 for ports-outgoing; Thu, 13 Mar 1997 12:34:33 -0800 (PST) Received: from miller.cs.uwm.edu (miller.cs.uwm.edu [129.89.139.22]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA18809 for ; Thu, 13 Mar 1997 12:34:29 -0800 (PST) Received: (from james@localhost) by miller.cs.uwm.edu (8.8.5/8.8.5) id OAA05931 for ports@freebsd.org; Thu, 13 Mar 1997 14:34:28 -0600 (CST) Date: Thu, 13 Mar 1997 14:34:28 -0600 (CST) From: Jim Lowe Message-Id: <199703132034.OAA05931@miller.cs.uwm.edu> To: ports@freebsd.org Subject: Netscape plugins Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Do any of the versions of netscape in port-current support Unix plugins or should I use the Linux version of netscape if I want to use plugins? -Jim From owner-freebsd-ports Thu Mar 13 20:10:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA13978 for ports-outgoing; Thu, 13 Mar 1997 20:10:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA13967; Thu, 13 Mar 1997 20:10:01 -0800 (PST) Date: Thu, 13 Mar 1997 20:10:01 -0800 (PST) Message-Id: <199703140410.UAA13967@freefall.freebsd.org> To: freebsd-ports Cc: From: Pedro Giffuni Subject: Re: ports/2849: correction to New math/cad port (SCILAB) Reply-To: Pedro Giffuni Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2849; it has been noted by GNATS. From: Pedro Giffuni To: freebsd-gnats-submit@freebsd.org, pm@dee.uc.pt Cc: Subject: Re: ports/2849: correction to New math/cad port (SCILAB) Date: Thu, 13 Mar 1997 22:57:17 -0800 Howdy, I once worked on that port...I want to note a symbolic link works fine (so that the executable will be in the path), and that it would be a good idea if someone in Walnut Creek signed the .ps license and sent it to France. I hope this port makes it to the 2.2-Release, Pedro. From owner-freebsd-ports Fri Mar 14 02:21:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA11879 for ports-outgoing; Fri, 14 Mar 1997 02:21:47 -0800 (PST) Received: from relay.nuxi.com (nuxi.ucdavis.edu [128.120.175.23]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA11873; Fri, 14 Mar 1997 02:21:39 -0800 (PST) Received: from dragon.nuxi.com (reqf-109.ucdavis.edu [128.120.253.229]) by relay.nuxi.com (8.8.5/8.6.12) with ESMTP id CAA04027; Fri, 14 Mar 1997 02:27:00 GMT Received: (from obrien@localhost) by dragon.nuxi.com (8.8.5/8.7.3) id KAA15634; Fri, 14 Mar 1997 10:21:27 GMT Message-ID: <19970314022126.30590@dragon.nuxi.com> Date: Fri, 14 Mar 1997 02:21:26 -0800 From: "David O'Brien" To: committers@freebsd.org, ports@freebsd.org Subject: Re: gcc-2.7.2.2? Re: ports freeze in 9 1/2 hours References: <199703121151.TAA04056@spinner.DIALix.COM> <3326F4D2.1ED2@fps.biblos.unal.edu.co> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65_p2,4-7,10-11,15,18,21-22 Reply-To: obrien@NUXI.com X-Warning: Mutt Bites! 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 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I think it's a minor fix to include Linux-alpha. I don't think it includes the Linux-alpha bits. (BTW, if it does, someone *PLEASE* point them out to me. I've been needing needing them for a project, but the RPM utils are so broken on the Linux alpha I'm working on, I can extract the RedHat GCC sources) >From the NEWS file: Tue Jan 29 02:47:13 1997 Richard Stallman * Version 2.7.2.2 released. * configure: Change all ix86 configs to accept i686 as well. * configure (i[345]86-*-linuxlibc1*): Renamed from i[345]86-*-linux*. (i[345]86-*-linux*): New alternative, changed slightly from old one. (m68k-*-linux*): Changed to work with libc v2. * config.guess: Disinguish *-unknown-linux and *-unknown-libc1. * config/t-linux-libc1: New file. * config/i386/linux.h (LINK_SPEC, CPP_SPEC): Add new alternative definitions; relegate the old ones to LIBC_VERSION_1 case. [! LIBC_VERSION_1] (LIB_SPEC): New override definition. > As for f2c...I think it is included (and required) in g77. I don't think all of f2c is included with g77. But g77 does use f2c's runtime librarires. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-freebsd-ports Fri Mar 14 04:39:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA16622 for ports-outgoing; Fri, 14 Mar 1997 04:39:17 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA16600; Fri, 14 Mar 1997 04:38:35 -0800 (PST) Date: Fri, 14 Mar 1997 04:38:35 -0800 (PST) From: Thomas Gellekum Message-Id: <199703141238.EAA16600@freefall.freebsd.org> To: pgiffuni@fps.biblos.unal.edu.co, tg, freebsd-ports Subject: Re: ports/2954 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: FElt lacks a dependency State-Changed-From-To: analyzed-closed State-Changed-By: tg State-Changed-When: Fri Mar 14 04:37:54 PST 1997 State-Changed-Why: Originator agrees this can be closed. From owner-freebsd-ports Fri Mar 14 06:20:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA20445 for ports-outgoing; Fri, 14 Mar 1997 06:20:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA20417; Fri, 14 Mar 1997 06:20:04 -0800 (PST) Resent-Date: Fri, 14 Mar 1997 06:20:04 -0800 (PST) Resent-Message-Id: <199703141420.GAA20417@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, lkoeller@odie.physik2.uni-rostock.de Received: from odie.physik2.uni-rostock.de (odie.physik2.uni-rostock.de [139.30.40.28]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA20140 for ; Fri, 14 Mar 1997 06:14:36 -0800 (PST) Received: (from lkoeller@localhost) by odie.physik2.uni-rostock.de (8.8.3/8.7.3) id PAA05348; Fri, 14 Mar 1997 15:14:30 +0100 (MET) Message-Id: <199703141414.PAA05348@odie.physik2.uni-rostock.de> Date: Fri, 14 Mar 1997 15:14:30 +0100 (MET) From: Lars Koeller Reply-To: lkoeller@odie.physik2.uni-rostock.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2986: fvwm95-2.0.43a port don't install/have man pages Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2986 >Category: ports >Synopsis: fvwm95-2.0.43a port don't install/have man pages! >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 14 06:20:02 PST 1997 >Last-Modified: >Originator: Lars Koeller >Organization: Department of Physics, University of Rostock, Germany >Release: FreeBSD-2.2-970225-GAMMA i386 >Environment: >Description: The package of fvwm95-2.0.43a in the FreeBSD-2.2-GAMMA packages has no man pages installed. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Fri Mar 14 06:23:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA20538 for ports-outgoing; Fri, 14 Mar 1997 06:23:57 -0800 (PST) Received: from ingenieria ([168.176.15.11]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id GAA20530; Fri, 14 Mar 1997 06:23:50 -0800 (PST) Received: from unalmodem.usc.unal.edu.co by ingenieria (SMI-8.6/SMI-SVR4) id JAA16520; Fri, 14 Mar 1997 09:10:18 -0500 Message-ID: <332988F3.37FF@fps.biblos.unal.edu.co> Date: Fri, 14 Mar 1997 09:20:51 -0800 From: Pedro Giffuni X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: obrien@NUXI.com CC: committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: gcc-2.7.2.2? Re: ports freeze in 9 1/2 hours References: <199703121151.TAA04056@spinner.DIALix.COM> <3326F4D2.1ED2@fps.biblos.unal.edu.co> <19970314022126.30590@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk David O'Brien wrote: > > I don't think it includes the Linux-alpha bits. Thanks for pointing this out, I don't remember where I read the Linux thing, perhaps it was in binutils-2.7, but I'm not sure. > I don't think all of f2c is included with g77. But g77 does use f2c's > runtime librarires. > OK, if g77 makes it in the base distribution, we should move f2c to the ports tree, like Satoshi suggested. Pedro. > > -- > -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-freebsd-ports Fri Mar 14 06:59:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA22339 for ports-outgoing; Fri, 14 Mar 1997 06:59:15 -0800 (PST) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA22294; Fri, 14 Mar 1997 06:57:39 -0800 (PST) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id PAA13879; Fri, 14 Mar 1997 15:58:25 +0100 (MET) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.8.5/8.6.9) id QAA08888; Fri, 14 Mar 1997 16:03:57 +0100 (MET) From: Christoph Kukulies Message-Id: <199703141503.QAA08888@gilberto.physik.rwth-aachen.de> Subject: Re: gcc-2.7.2.2? Re: ports freeze in 9 1/2 hours In-Reply-To: <332988F3.37FF@fps.biblos.unal.edu.co> from Pedro Giffuni at "Mar 14, 97 09:20:51 am" To: pgiffuni@fps.biblos.unal.edu.co (Pedro Giffuni) Date: Fri, 14 Mar 1997 16:03:56 +0100 (MET) Cc: obrien@NUXI.com, committers@FreeBSD.ORG, ports@FreeBSD.ORG Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > David O'Brien wrote: > > > > I don't think it includes the Linux-alpha bits. > Thanks for pointing this out, I don't remember where I read the Linux > thing, perhaps it was in binutils-2.7, but I'm not sure. > > > I don't think all of f2c is included with g77. But g77 does use f2c's > > runtime librarires. > > > OK, if g77 makes it in the base distribution, we should move f2c to the > ports tree, like Satoshi suggested. I'm voting strongly against making g77 the default fortran compiler. f2c is far more mature, believe me. And it has a much longer history. What were the arguments for g77 ? - sorry I missed the start of this thread. > > Pedro. > > > > > -- > > -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) > -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-ports Fri Mar 14 07:12:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA22921 for ports-outgoing; Fri, 14 Mar 1997 07:12:14 -0800 (PST) Received: from spinner.DIALix.COM (spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA22847; Fri, 14 Mar 1997 07:10:46 -0800 (PST) Received: from spinner.DIALix.COM (localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.5/8.8.5) with ESMTP id XAA12609; Fri, 14 Mar 1997 23:04:25 +0800 (WST) Message-Id: <199703141504.XAA12609@spinner.DIALix.COM> X-Mailer: exmh version 2.0gamma 1/27/96 To: Christoph Kukulies cc: pgiffuni@fps.biblos.unal.edu.co (Pedro Giffuni), obrien@NUXI.com, committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: gcc-2.7.2.2? Re: ports freeze in 9 1/2 hours In-reply-to: Your message of "Fri, 14 Mar 1997 16:03:56 +0100." <199703141503.QAA08888@gilberto.physik.rwth-aachen.de> Date: Fri, 14 Mar 1997 23:04:25 +0800 From: Peter Wemm Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Christoph Kukulies wrote: > > David O'Brien wrote: > > > > > > I don't think it includes the Linux-alpha bits. > > Thanks for pointing this out, I don't remember where I read the Linux > > thing, perhaps it was in binutils-2.7, but I'm not sure. > > > > > I don't think all of f2c is included with g77. But g77 does use f2c's > > > runtime librarires. > > > > > OK, if g77 makes it in the base distribution, we should move f2c to the > > ports tree, like Satoshi suggested. > > I'm voting strongly against making g77 the default fortran compiler. > f2c is far more mature, believe me. And it has a much longer history. > > What were the arguments for g77 ? - sorry I missed the start of this > thread. Let me suggest that we forget it for the time being.. The last thing we need to do in the middle of a massive set of code merges in both the kernel and userland is mess with the compiler... There are far bigger fish to fry at the moment... I'm sorry I mentioned it in the first place. Cheers, -Peter From owner-freebsd-ports Fri Mar 14 07:20:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA23201 for ports-outgoing; Fri, 14 Mar 1997 07:20:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA23195; Fri, 14 Mar 1997 07:20:03 -0800 (PST) Resent-Date: Fri, 14 Mar 1997 07:20:03 -0800 (PST) Resent-Message-Id: <199703141520.HAA23195@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, harpo@javanet.com Received: from myname.my.domain (noho-us430.javanet.com [206.150.72.189]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA22843 for ; Fri, 14 Mar 1997 07:10:41 -0800 (PST) Received: (from jack@localhost) by myname.my.domain (8.7.5/8.7.3) id KAA00475; Fri, 14 Mar 1997 10:08:43 -0500 (EST) Message-Id: <199703141508.KAA00475@myname.my.domain> Date: Fri, 14 Mar 1997 10:08:43 -0500 (EST) From: harpo@javanet.com Reply-To: harpo@javanet.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2988: pcemu font problems Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2988 >Category: ports >Synopsis: vga font is not built >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 14 07:20:02 PST 1997 >Last-Modified: >Originator: John D. Szumowski >Organization: =---------------------------------------------------------= John Szumowski - harpo (at) javanet (dot) com to reply, remove the "nospam" domain suffix =---------------------------------------------------------= http://www.javanet.com/~harpo >Release: FreeBSD 2.1-STABLE i386 >Environment: FreeBSD 2.1.5, XFree86 3.1.2 >Description: The pcemu package installation does not setup the vga font, so the default font is used (which looks *really* bad) >How-To-Repeat: Install pcemu via sysinstall off of the 2.1.5 cdrom or ftp. >Fix: run mkfontdir in the directory containing the font (which, on my system is /usr/local/lib/pcemu/font). Also, don't forget to add that directory to your X font path in /etc/XF86Config >Audit-Trail: >Unformatted: From owner-freebsd-ports Fri Mar 14 07:59:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA24928 for ports-outgoing; Fri, 14 Mar 1997 07:59:41 -0800 (PST) Received: from ingenieria ([168.176.15.11]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id HAA24897; Fri, 14 Mar 1997 07:59:25 -0800 (PST) Received: from unalmodem.usc.unal.edu.co by ingenieria (SMI-8.6/SMI-SVR4) id KAA19327; Fri, 14 Mar 1997 10:44:14 -0500 Message-ID: <33299EF8.7F0F@fps.biblos.unal.edu.co> Date: Fri, 14 Mar 1997 10:54:48 -0800 From: Pedro Giffuni X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: Peter Wemm CC: Christoph Kukulies , obrien@NUXI.com, committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: gcc-2.7.2.2? Re: ports freeze in 9 1/2 hours References: <199703141504.XAA12609@spinner.DIALix.COM> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter Wemm wrote: > > Let me suggest that we forget it for the time being.. The last thing we > need to do in the middle of a massive set of code merges in both the kernel > and userland is mess with the compiler... There are far bigger fish to > fry at the moment... > It's OK with me. I would like, though, our g77 port fixed (I'm using 2.1.7 Release so I can't do anything about it) :(. I don't know, either, which version of f2c we are using...is it updated? Pedro. > Cheers, > -Peter From owner-freebsd-ports Fri Mar 14 08:06:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA25195 for ports-outgoing; Fri, 14 Mar 1997 08:06:56 -0800 (PST) Received: from ingenieria ([168.176.15.11]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id IAA25183; Fri, 14 Mar 1997 08:06:41 -0800 (PST) Received: from unalmodem.usc.unal.edu.co by ingenieria (SMI-8.6/SMI-SVR4) id KAA19693; Fri, 14 Mar 1997 10:52:46 -0500 Message-ID: <3329A0F9.73EC@fps.biblos.unal.edu.co> Date: Fri, 14 Mar 1997 11:03:21 -0800 From: Pedro Giffuni X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: Christoph Kukulies CC: obrien@NUXI.com, committers@freebsd.org, ports@freebsd.org Subject: Re: gcc-2.7.2.2? Re: ports freeze in 9 1/2 hours References: <199703141503.QAA08888@gilberto.physik.rwth-aachen.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Christoph Kukulies wrote: > > I'm voting strongly against making g77 the default fortran compiler. > f2c is far more mature, believe me. And it has a much longer history. > > What were the arguments for g77 ? - sorry I missed the start of this > thread. > The reason was that it is developed side by side with gcc and they can be maintained easier together. g77 seems to be based on f2c so there's little argument in discussing their history. While f2c produces code for any C compiler, g77 optimizes the code to work with the specific GNU tools. This will be left for latter (if, and only if, g77 works well). No one wants to ruin the Release with experiments. Pedro. > > -- > Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-ports Fri Mar 14 08:21:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA26240 for ports-outgoing; Fri, 14 Mar 1997 08:21:56 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA26233; Fri, 14 Mar 1997 08:21:50 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id IAA06035; Fri, 14 Mar 1997 08:22:01 -0800 (PST) To: obrien@NUXI.com cc: committers@freebsd.org, ports@freebsd.org Subject: Re: gcc-2.7.2.2? Re: ports freeze in 9 1/2 hours In-reply-to: Your message of "Fri, 14 Mar 1997 02:21:26 PST." <19970314022126.30590@dragon.nuxi.com> Date: Fri, 14 Mar 1997 08:22:01 -0800 Message-ID: <6031.858356521@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I don't think it includes the Linux-alpha bits. > (BTW, if it does, someone *PLEASE* point them out to me. I've been needing > needing them for a project, but the RPM utils are so broken on the Linux > alpha I'm working on, I can extract the RedHat GCC sources) Can you build yourself a working kernel from Redhat's 4.1 kernel sources? I can't and nor can any of the other RedHat/ALPHA owners I've asked (and I've asked more than a few at Uniforum). :-) Jordan From owner-freebsd-ports Fri Mar 14 08:53:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA28289 for ports-outgoing; Fri, 14 Mar 1997 08:53: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 IAA28210; Fri, 14 Mar 1997 08:52:04 -0800 (PST) Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA08694; Fri, 14 Mar 97 17:55:43 +0100 Date: Fri, 14 Mar 97 17:55:43 +0100 Message-Id: <9703141655.AA08694@cabri.obs-besancon.fr> From: Jean-Marc Zucconi To: kuku@gilberto.physik.rwth-aachen.de Cc: pgiffuni@fps.biblos.unal.edu.co, obrien@nuxi.com, committers@freebsd.org, ports@freebsd.org In-Reply-To: <199703141503.QAA08888@gilberto.physik.rwth-aachen.de> (message from Christoph Kukulies on Fri, 14 Mar 1997 16:03:56 +0100 (MET)) Subject: Re: gcc-2.7.2.2? Re: ports freeze in 9 1/2 hours X-Mailer: Emacs Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>>> Christoph Kukulies writes: >> David O'Brien wrote: >> > >> > I don't think it includes the Linux-alpha bits. >> Thanks for pointing this out, I don't remember where I read the Linux >> thing, perhaps it was in binutils-2.7, but I'm not sure. >> >> > I don't think all of f2c is included with g77. But g77 does use f2c's >> > runtime librarires. >> > >> OK, if g77 makes it in the base distribution, we should move f2c to the >> ports tree, like Satoshi suggested. > I'm voting strongly against making g77 the default fortran compiler. > f2c is far more mature, believe me. And it has a much longer history. I agree, but It would be nice to have a working g77 port so that we can benchmark/compare the latest g77 with f2c :-) > What were the arguments for g77 ? - sorry I missed the start of this > thread. One big advantage of g77 is that you can use gdb to debug your fortran code. It also benefits from the gcc improvements. Jean-Marc _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr ============================================================================= From owner-freebsd-ports Fri Mar 14 15:36:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA18968 for ports-outgoing; Fri, 14 Mar 1997 15:36:19 -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 PAA18861; Fri, 14 Mar 1997 15:35:12 -0800 (PST) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.4/8.7.3) id PAA07835; Fri, 14 Mar 1997 15:33:59 -0800 (PST) Date: Fri, 14 Mar 1997 15:33:59 -0800 (PST) Message-Id: <199703142333.PAA07835@vader.cs.berkeley.edu> To: pgiffuni@fps.biblos.unal.edu.co CC: obrien@NUXI.com, committers@FreeBSD.ORG, ports@FreeBSD.ORG In-reply-to: <332988F3.37FF@fps.biblos.unal.edu.co> (message from Pedro Giffuni on Fri, 14 Mar 1997 09:20:51 -0800) Subject: Re: gcc-2.7.2.2? Re: ports freeze in 9 1/2 hours From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * From: Pedro Giffuni * OK, if g77 makes it in the base distribution, we should move f2c to the * ports tree, like Satoshi suggested. Um, that's not what I meant by the reply to Peter. I do not want any fortran compiler in the base distribution. They can both be ports. (Especially since g77 is much larger than f2c....) Satoshi From owner-freebsd-ports Fri Mar 14 15:56:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA20018 for ports-outgoing; Fri, 14 Mar 1997 15:56:49 -0800 (PST) Received: from ingenieria ([168.176.15.11]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id PAA20011; Fri, 14 Mar 1997 15:56:45 -0800 (PST) Received: from unalmodem.usc.unal.edu.co by ingenieria (SMI-8.6/SMI-SVR4) id SAA21240; Fri, 14 Mar 1997 18:43:19 -0500 Message-ID: <332A0F3F.3F85@fps.biblos.unal.edu.co> Date: Fri, 14 Mar 1997 18:53:51 -0800 From: Pedro Giffuni X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: Satoshi Asami CC: obrien@NUXI.com, committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: gcc-2.7.2.2? Re: ports freeze in 9 1/2 hours References: <199703142333.PAA07835@vader.cs.berkeley.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami wrote: > > * From: Pedro Giffuni > > * OK, if g77 makes it in the base distribution, we should move f2c to the ^^ > * ports tree, like Satoshi suggested. > > Um, that's not what I meant by the reply to Peter. I do not want any > fortran compiler in the base distribution. They can both be ports. > (Especially since g77 is much larger than f2c....) > I never said you wanted a Fortran complier in the distribution :)...Let's get this clear I don't want it either, at least not now (notice the "if" not "when"). This matter is closed. I hope someone with 2.2-gamma fixes the g77 port, and perhaps look if it is viable to update f2c and gcc without breaking anything. Pedro. > Satoshi From owner-freebsd-ports Fri Mar 14 16:33:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA22806 for ports-outgoing; Fri, 14 Mar 1997 16:33:15 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA22762; Fri, 14 Mar 1997 16:32:54 -0800 (PST) Date: Fri, 14 Mar 1997 16:32:54 -0800 (PST) From: Joerg Wunsch Message-Id: <199703150032.QAA22762@freefall.freebsd.org> To: joerg, freebsd-ports, joerg Subject: Re: ports/2988 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: vga font is not built Responsible-Changed-From-To: freebsd-ports->joerg Responsible-Changed-By: joerg Responsible-Changed-When: Sat Mar 15 01:31:58 MET 1997 Responsible-Changed-Why: I'm afraid i'm the maintainer... From owner-freebsd-ports Fri Mar 14 17:50:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA28663 for ports-outgoing; Fri, 14 Mar 1997 17:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA28657; Fri, 14 Mar 1997 17:50:02 -0800 (PST) Date: Fri, 14 Mar 1997 17:50:02 -0800 (PST) Message-Id: <199703150150.RAA28657@freefall.freebsd.org> To: freebsd-ports Cc: From: Paulo Menezes Subject: Re: ports/2849: correction to New math/cad port (SCILAB) Reply-To: Paulo Menezes Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2849; it has been noted by GNATS. From: Paulo Menezes To: freebsd-gnats-submit@freebsd.org, pgiffuni@fps.biblos.unal.edu.co Cc: Subject: Re: ports/2849: correction to New math/cad port (SCILAB) Date: Sat, 15 Mar 1997 01:42:25 +0000 Hi, I have reviewed the port of scilab. Now it is installed on /usr/X11R6/lib/X11/scilab and the scilab script is installed on /usr/X11R6/bin. The port is now configured to use xless from the ports directory. The new port file is uploaded to ftp://ftp.freebsd.org/pub/FreeBSD/incoming/Scilab-2.2-port-970315.tgz. Paulo From owner-freebsd-ports Fri Mar 14 18:47:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA00638 for ports-outgoing; Fri, 14 Mar 1997 18:47:26 -0800 (PST) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id SAA00631 for ; Fri, 14 Mar 1997 18:47:22 -0800 (PST) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA31631; Fri, 14 Mar 1997 18:47:20 -0800 Date: Fri, 14 Mar 1997 18:47:20 -0800 (PST) From: "Brian N. Handy" To: freebsd-ports@freebsd.org Subject: ports makefile Q Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Heya all, I'm trying to make a port of a program called "saoimage", and I'm running into some problems. Specifically, it has specific targets to make it. For instance, to 'make all' I've figured out what I really have to do is 'make ', done by specifying 'ALL_TARGET='. To install the package, I have to do a 'make -f makefile. install'. Is there a correct way to do this? Thanks Brian From owner-freebsd-ports Fri Mar 14 19:03:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA01187 for ports-outgoing; Fri, 14 Mar 1997 19:03:25 -0800 (PST) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id TAA01182 for ; Fri, 14 Mar 1997 19:03:22 -0800 (PST) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA32044; Fri, 14 Mar 1997 19:03:25 -0800 Date: Fri, 14 Mar 1997 19:03:24 -0800 (PST) From: "Brian N. Handy" To: ports@freebsd.org Subject: PerlDL and PGPlot Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I woulda sworn I had seen these committed as ports once. Am I smoking the opium pipe again? I suspect (if they aren't already done) I could whip up ports for these in short order as suddenly I'm sort of interested in them. Anyway, these ports aren't on MY machine -- just looking for a sanity check before I run off and find 'em myself... Brian From owner-freebsd-ports Fri Mar 14 19:30:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA02195 for ports-outgoing; Fri, 14 Mar 1997 19:30:07 -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 TAA02136 for ; Fri, 14 Mar 1997 19:29:55 -0800 (PST) Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA13185; Sat, 15 Mar 97 04:33:03 +0100 Date: Sat, 15 Mar 97 04:33:03 +0100 Message-Id: <9703150333.AA13185@cabri.obs-besancon.fr> From: Jean-Marc Zucconi To: handy@sag.space.lockheed.com Cc: freebsd-ports@freebsd.org In-Reply-To: (handy@sag.space.lockheed.com) Subject: Re: ports makefile Q X-Mailer: Emacs Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>>> Brian N Handy writes: > Heya all, > I'm trying to make a port of a program called "saoimage", and I'm running > into some problems. > Specifically, it has specific targets to make it. For instance, to 'make > all' I've figured out what I really have to do is 'make ', done > by specifying 'ALL_TARGET='. Which version are you trying to port? I have a working 1.6 version and it uses imake, so you don't need specific targets. Jean-Marc _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr ============================================================================= From owner-freebsd-ports Fri Mar 14 19:38:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA02635 for ports-outgoing; Fri, 14 Mar 1997 19:38:37 -0800 (PST) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id TAA02630 for ; Fri, 14 Mar 1997 19:38:35 -0800 (PST) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA32442; Fri, 14 Mar 1997 19:38:35 -0800 Date: Fri, 14 Mar 1997 19:38:35 -0800 (PST) From: "Brian N. Handy" To: Jean-Marc Zucconi Cc: freebsd-ports@freebsd.org Subject: Re: ports makefile Q In-Reply-To: <9703150333.AA13185@cabri.obs-besancon.fr> Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > [SAOimage] > >Which version are you trying to port? I have a working 1.6 version >and it uses imake, so you don't need specific targets. Version 1.6? @#%^@! Arrgh...I see now. Is 1.6 called 'SAOtng'? Are you going to make a port of it? (Figured as long as I was here, I'd take it all the way through for the next guy...) Thanks, Brian From owner-freebsd-ports Fri Mar 14 19:57:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA03357 for ports-outgoing; Fri, 14 Mar 1997 19:57:18 -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 TAA03352 for ; Fri, 14 Mar 1997 19:57:14 -0800 (PST) Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA13328; Sat, 15 Mar 97 05:00:57 +0100 Date: Sat, 15 Mar 97 05:00:57 +0100 Message-Id: <9703150400.AA13328@cabri.obs-besancon.fr> From: Jean-Marc Zucconi To: handy@sag.space.lockheed.com Cc: freebsd-ports@freebsd.org In-Reply-To: (handy@sag.space.lockheed.com) Subject: Re: ports makefile Q X-Mailer: Emacs Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>>> Brian N Handy writes: >> [SAOimage] >> >> Which version are you trying to port? I have a working 1.6 version >> and it uses imake, so you don't need specific targets. > Version 1.6? @#%^@! Arrgh...I see now. Is 1.6 called 'SAOtng'? Are you > going to make a port of it? (Figured as long as I was here, I'd take it > all the way through for the next guy...) Yes it is called SAO The Next Generation. I made FreeBSD binaries a few months ago (should be available at ftp://head-cfa.harvard.edu/pub/rd/) but I never planed to add it in the ports collection. I will be happy to pass the patches (they are minimal) if you want to make the port. Jean-Marc _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr ============================================================================= From owner-freebsd-ports Fri Mar 14 19:59:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA03404 for ports-outgoing; Fri, 14 Mar 1997 19:59:35 -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 TAA03396 for ; Fri, 14 Mar 1997 19:59:32 -0800 (PST) Received: from professor.eng.umd.edu (professor.eng.umd.edu [129.2.103.23]) by po1.glue.umd.edu (8.8.5/8.8.5) with ESMTP id WAA27998; Fri, 14 Mar 1997 22:59:24 -0500 (EST) Received: from localhost (chuckr@localhost) by professor.eng.umd.edu (8.8.5/8.6.4) with SMTP id WAA17767; Fri, 14 Mar 1997 22:59:24 -0500 (EST) X-Authentication-Warning: professor.eng.umd.edu: chuckr owned process doing -bs Date: Fri, 14 Mar 1997 22:59:23 -0500 (EST) From: Chuck Robey X-Sender: chuckr@professor.eng.umd.edu To: "Brian N. Handy" cc: ports@freebsd.org Subject: Re: PerlDL and PGPlot 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 Fri, 14 Mar 1997, Brian N. Handy wrote: > > I woulda sworn I had seen these committed as ports once. Am I smoking the > opium pipe again? I suspect (if they aren't already done) I could whip up > ports for these in short order as suddenly I'm sort of interested in > them. > > Anyway, these ports aren't on MY machine -- just looking for a sanity > check before I run off and find 'em myself... I dunno about perlDL (can't find it) but pgplot is in graphics. > > Brian > > ----------------------------+----------------------------------------------- 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 Mar 14 20:02:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA03566 for ports-outgoing; Fri, 14 Mar 1997 20:02:26 -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 UAA03561 for ; Fri, 14 Mar 1997 20:02:23 -0800 (PST) Received: from professor.eng.umd.edu (professor.eng.umd.edu [129.2.103.23]) by po1.glue.umd.edu (8.8.5/8.8.5) with ESMTP id XAA28093; Fri, 14 Mar 1997 23:02:19 -0500 (EST) Received: from localhost (chuckr@localhost) by professor.eng.umd.edu (8.8.5/8.6.4) with SMTP id XAA18067; Fri, 14 Mar 1997 23:02:18 -0500 (EST) X-Authentication-Warning: professor.eng.umd.edu: chuckr owned process doing -bs Date: Fri, 14 Mar 1997 23:02:18 -0500 (EST) From: Chuck Robey X-Sender: chuckr@professor.eng.umd.edu To: "Brian N. Handy" cc: freebsd-ports@freebsd.org Subject: Re: ports makefile Q 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 Fri, 14 Mar 1997, Brian N. Handy wrote: > Heya all, > > I'm trying to make a port of a program called "saoimage", and I'm running > into some problems. > > Specifically, it has specific targets to make it. For instance, to 'make > all' I've figured out what I really have to do is 'make ', done > by specifying 'ALL_TARGET='. > > To install the package, I have to do a > > 'make -f makefile. install'. Simplest way? install: make -f $(WRKSRC)/makefile. install There are a lot of hooks for stuff like this in the bsd.port.mk makefile, under the "build" target. > > Is there a correct way to do this? > > Thanks > > Brian > > ----------------------------+----------------------------------------------- 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 Sat Mar 15 03:00:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA16691 for ports-outgoing; Sat, 15 Mar 1997 03:00:03 -0800 (PST) Received: from dfw-ix11.ix.netcom.com (dfw-ix11.ix.netcom.com [206.214.98.11]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA16680 for ; Sat, 15 Mar 1997 03:00:01 -0800 (PST) Received: (from smap@localhost) by dfw-ix11.ix.netcom.com (8.8.4/8.8.4) id EAA23638; Sat, 15 Mar 1997 04:59:27 -0600 (CST) Received: from sjx-ca29-25.ix.netcom.com(204.31.235.153) by dfw-ix11.ix.netcom.com via smap (V1.3) id sma023632; Sat Mar 15 04:59:17 1997 Received: (from asami@localhost) by baloon.mimi.com (8.8.5/8.6.9) id CAA01345; Sat, 15 Mar 1997 02:59:14 -0800 (PST) Date: Sat, 15 Mar 1997 02:59:14 -0800 (PST) Message-Id: <199703151059.CAA01345@baloon.mimi.com> To: chuckr@glue.umd.edu CC: handy@sag.space.lockheed.com, freebsd-ports@freebsd.org In-reply-to: (message from Chuck Robey on Fri, 14 Mar 1997 23:02:18 -0500 (EST)) Subject: Re: ports makefile Q From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * install: * make -f $(WRKSRC)/makefile. install Make that "do-install:", you are not allowed to change the real install target (or any of the "master" targets) ever. Satoshi From owner-freebsd-ports Sat Mar 15 03:01:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA16736 for ports-outgoing; Sat, 15 Mar 1997 03:01:19 -0800 (PST) Received: from dfw-ix7.ix.netcom.com (dfw-ix7.ix.netcom.com [206.214.98.7]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA16729 for ; Sat, 15 Mar 1997 03:01:15 -0800 (PST) Received: (from smap@localhost) by dfw-ix7.ix.netcom.com (8.8.4/8.8.4) id FAA03533; Sat, 15 Mar 1997 05:00:42 -0600 (CST) Received: from sjx-ca29-25.ix.netcom.com(204.31.235.153) by dfw-ix7.ix.netcom.com via smap (V1.3) id sma003525; Sat Mar 15 05:00:22 1997 Received: (from asami@localhost) by baloon.mimi.com (8.8.5/8.6.9) id DAA01355; Sat, 15 Mar 1997 03:00:19 -0800 (PST) Date: Sat, 15 Mar 1997 03:00:19 -0800 (PST) Message-Id: <199703151100.DAA01355@baloon.mimi.com> To: chuckr@Glue.umd.edu CC: handy@sag.space.lockheed.com, ports@freebsd.org In-reply-to: (message from Chuck Robey on Fri, 14 Mar 1997 22:59:23 -0500 (EST)) Subject: Re: PerlDL and PGPlot From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * > Anyway, these ports aren't on MY machine -- just looking for a sanity * > check before I run off and find 'em myself... * * I dunno about perlDL (can't find it) but pgplot is in graphics. Yeah. And if you can't find some other port, just grep on /usr/ports/INDEX or go to the ports web page and click on "alphebetical list of all ports". Satoshi From owner-freebsd-ports Sat Mar 15 03:25:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA17434 for ports-outgoing; Sat, 15 Mar 1997 03:25:31 -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 ESMTP id DAA17429 for ; Sat, 15 Mar 1997 03:25:28 -0800 (PST) Received: (from smap@localhost) by dfw-ix6.ix.netcom.com (8.8.4/8.8.4) id FAA04098; Sat, 15 Mar 1997 05:24:52 -0600 (CST) Received: from sjx-ca29-25.ix.netcom.com(204.31.235.153) by dfw-ix6.ix.netcom.com via smap (V1.3) id sma004091; Sat Mar 15 05:24:26 1997 Received: (from asami@localhost) by baloon.mimi.com (8.8.5/8.6.9) id DAA01443; Sat, 15 Mar 1997 03:24:23 -0800 (PST) Date: Sat, 15 Mar 1997 03:24:23 -0800 (PST) Message-Id: <199703151124.DAA01443@baloon.mimi.com> To: kuku@gilberto.physik.rwth-aachen.de CC: freebsd-ports@freefall.FreeBSD.org In-reply-to: <199703130841.JAA20344@gilberto.physik.rwth-aachen.de> (message from Christoph Kukulies on Thu, 13 Mar 1997 09:41:57 +0100 (MET)) Subject: Re: ghostscript4 - last minute patch From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * /usr/ports/print/ghostscript4/scripts/configure: (could someone * commit please) * (adds EPSON Stylus color driver to default settings I see nothing wrong with this, except I think this doesn't fix the package problem (I build them with BATCH defined, see Makefile). Satoshi From owner-freebsd-ports Sat Mar 15 03:35:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA17884 for ports-outgoing; Sat, 15 Mar 1997 03:35:44 -0800 (PST) Received: from dfw-ix12.ix.netcom.com (dfw-ix12.ix.netcom.com [206.214.98.12]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA17877 for ; Sat, 15 Mar 1997 03:35:39 -0800 (PST) Received: (from smap@localhost) by dfw-ix12.ix.netcom.com (8.8.4/8.8.4) id FAA19567; Sat, 15 Mar 1997 05:34:53 -0600 (CST) Received: from sjx-ca29-25.ix.netcom.com(204.31.235.153) by dfw-ix12.ix.netcom.com via smap (V1.3) id sma019565; Sat Mar 15 05:34:33 1997 Received: (from asami@localhost) by baloon.mimi.com (8.8.5/8.6.9) id DAA01480; Sat, 15 Mar 1997 03:34:30 -0800 (PST) Date: Sat, 15 Mar 1997 03:34:30 -0800 (PST) Message-Id: <199703151134.DAA01480@baloon.mimi.com> To: plm@xs4all.nl CC: freebsd-ports@freebsd.org In-reply-to: <87hgii0xhb.fsf@plm.xs4all.nl> (message from Peter Mutsaers on 12 Mar 1997 01:23:28 +0100) Subject: Re: fvwm2 without japanese kit From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Is this really a good idea? Should not the japanese version be put in * /usr/ports/japanese, and the original version be normally maintained? First, it is not a Japanese version, it's a multibyte extension that makes it work on all languages that X supports. (Or at least most -- I'm not sure about KOI8-R. :) * This way I would need to install it without using the ports scheme, * but that is a pity. I have no problem if someone wants to keep the English version up to date. It's marked BROKEN because it is old, and I don't see any reason why I would want to accidentally build a package (and ship an extra distfile along the way) when there is a newer version with more complete list of supported languages. Satoshi From owner-freebsd-ports Sat Mar 15 08:30:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA28803 for ports-outgoing; Sat, 15 Mar 1997 08:30:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA28797; Sat, 15 Mar 1997 08:30:03 -0800 (PST) Resent-Date: Sat, 15 Mar 1997 08:30:03 -0800 (PST) Resent-Message-Id: <199703151630.IAA28797@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, proff@suburbia.net Received: from pdx1.world.net (pdx1.world.net [192.243.32.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA28600 for ; Sat, 15 Mar 1997 08:25:52 -0800 (PST) Received: from suburbia.net (suburbia.net [203.4.184.1]) by pdx1.world.net (8.7.5/8.7.3) with SMTP id IAA15494 for ; Sat, 15 Mar 1997 08:27:54 -0800 (PST) Received: (qmail 5297 invoked by uid 110); 15 Mar 1997 16:25:16 -0000 Message-Id: <19970315162516.5296.qmail@suburbia.net> Date: 15 Mar 1997 16:25:16 -0000 From: proff@suburbia.net Reply-To: proff@suburbia.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2993: qmail-port-take2-proff.tar.gz in incoming Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2993 >Category: ports >Synopsis: qmail-port-take2-proff.tar.gz in incoming >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 15 08:30:02 PST 1997 >Last-Modified: >Originator: Julian Assange >Organization: >Release: FreeBSD 2.2-GAMMA i386 >Environment: >Description: souped up cooks-the-toast qmail-1.00 port >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Sat Mar 15 08:51:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA29488 for ports-outgoing; Sat, 15 Mar 1997 08:51:24 -0800 (PST) Received: from relay.nuxi.com (nuxi.ucdavis.edu [128.120.175.23]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA29480; Sat, 15 Mar 1997 08:51:20 -0800 (PST) Received: from dragon.nuxi.com (reqd-024.ucdavis.edu [128.120.251.144]) by relay.nuxi.com (8.8.5/8.6.12) with ESMTP id IAA10099; Sat, 15 Mar 1997 08:57:11 GMT Received: (from obrien@localhost) by dragon.nuxi.com (8.8.5/8.7.3) id QAA08605; Sat, 15 Mar 1997 16:42:31 GMT Message-ID: <19970315084231.45282@dragon.nuxi.com> Date: Sat, 15 Mar 1997 08:42:31 -0800 From: "David O'Brien" To: "Jordan K. Hubbard" Cc: committers@freebsd.org, ports@freebsd.org Subject: Re: gcc-2.7.2.2? Re: ports freeze in 9 1/2 hours References: <19970314022126.30590@dragon.nuxi.com> <6031.858356521@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65_p2,4-7,10-11,15,18,21-22 Reply-To: obrien@NUXI.com X-Warning: Mutt Bites! 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 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Can you build yourself a working kernel from Redhat's 4.1 kernel > sources? I can't and nor can any of the other RedHat/ALPHA owners > I've asked (and I've asked more than a few at Uniforum). :-) No idea. I don't have too much to do with the box. It belongs to an [computer] Archiecture professor. I was trying to bring up a simulator that mimics a MIPS Ultrix box and associted toolkit. The toolkit includes the GNU binutils and Gcc so you can cross-compile the SPEC benchmarks for the simulator platform. The box is still running RH-alpha 3.0.3. Which probably explains why the OS feels so unstable quite rough. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-freebsd-ports Sat Mar 15 09:50:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA01656 for ports-outgoing; Sat, 15 Mar 1997 09:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA01650; Sat, 15 Mar 1997 09:50:01 -0800 (PST) Resent-Date: Sat, 15 Mar 1997 09:50:01 -0800 (PST) Resent-Message-Id: <199703151750.JAA01650@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 igarber.student.harvard.edu (igarber.student.harvard.edu [140.247.165.64]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA01382 for ; Sat, 15 Mar 1997 09:43:42 -0800 (PST) Received: (from mi@localhost) by igarber.student.harvard.edu (8.8.5/8.8.5) id MAA00860; Sat, 15 Mar 1997 12:36:45 GMT Message-Id: <199703151236.MAA00860@igarber.student.harvard.edu> Date: Sat, 15 Mar 1997 12:36:45 GMT From: Mikhail Teterin Reply-To: mi@aldan.ziplink.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2994: xpm port broken in current Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2994 >Category: ports >Synopsis: xpm port does not build for the first time >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 15 09:50:01 PST 1997 >Last-Modified: >Originator: Mikhail Teterin >Organization: >Release: FreeBSD 3.0-970209-SNAP i386 >Environment: Fresh installation, latest beta of XFree86. >Description: 1) Build in lib goes just fine, but compiling of sxpm.c in sxpm fails, because X11/xpm.h it wants to include is not yet installed. 2) ``make install'' (in lib/) installs the above mentioned xpm.h into /usr/X11R6/include , while sxpm.h tries to include >How-To-Repeat: Try building the port for _the first time_ -- make sure no xpm files exist on your system already. I suppose this is why this bug was not detected before, most of us already have xpm.h ... >Fix: cd work/xpm*/lib make install mv /usr/X11R6/include/xpm.h /usr/X11R6/include/X11 cd ../../.. make install >Audit-Trail: >Unformatted: From owner-freebsd-ports Sat Mar 15 10:00:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA01976 for ports-outgoing; Sat, 15 Mar 1997 10:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA01956; Sat, 15 Mar 1997 10:00:02 -0800 (PST) Date: Sat, 15 Mar 1997 10:00:02 -0800 (PST) Message-Id: <199703151800.KAA01956@freefall.freebsd.org> To: freebsd-ports Cc: From: Paulo Menezes Subject: Re: ports/2849: correction to New math/cad port (SCILAB) Reply-To: Paulo Menezes Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2849; it has been noted by GNATS. From: Paulo Menezes To: Chuck Robey Cc: Subject: Re: ports/2849: correction to New math/cad port (SCILAB) Date: Sat, 15 Mar 1997 17:45:47 +0000 (WET) On Sat, 15 Mar 1997, Chuck Robey wrote: > On Fri, 14 Mar 1997, Paulo Menezes wrote: > > > The following reply was made to PR ports/2849; it has been noted by GNATS. > > > > From: Paulo Menezes > > To: freebsd-gnats-submit@freebsd.org, pgiffuni@fps.biblos.unal.edu.co > > Cc: Subject: Re: ports/2849: correction to New math/cad port (SCILAB) > > Date: Sat, 15 Mar 1997 01:42:25 +0000 > > > > Hi, > > > > I have reviewed the port of scilab. > > Now it is installed on /usr/X11R6/lib/X11/scilab and the scilab script > > is installed on /usr/X11R6/bin. > > > > The port is now configured to use xless from the ports directory. > > > > The new port file is uploaded to > > ftp://ftp.freebsd.org/pub/FreeBSD/incoming/Scilab-2.2-port-970315.tgz. > > I don't have time to check this out right now, but the build fails here > with this: > > f77 -O3 -Dfreebsd -c evscpe.f > evscpe.f: > evscpe: > f77 -O3 -Dfreebsd -c integr.f > integr.f: > integr: > f77 -O3 -Dfreebsd -c readf.f > readf.f: > readf: > bfrdr: > f77 -O3 -Dfreebsd -c affich.f > affich.f: > affich: > Creation of ../../libs/scicos.a > linking > link.o: Undefined symbol `_dlopen' referenced from text segment > link.o: Undefined symbol `_dlerror' referenced from text segment > link.o: Undefined symbol `_dlsym' referenced from text segment > link.o: Undefined symbol `_dlsym' referenced from text segment > link.o: Undefined symbol `_dlclose' referenced from text segment > *** Error code 1 > > Stop. > * > > I kept a log of the entire build. As a hint, dlopen and friends are in > crt0.c, not libc, so they aren't available unless the executeable is > linked dynamically. The things oughta be dlopen, not _dlopen, I think. > If you can't figure it out, let me know. > > > > > Paulo > > Well, I have just finished another compile+install test in two machines without any of these errors. What version of FreeBSD are you using? I am doing this in 2.2-GAMMA (made world yesterday). I will upload another update (check the date in the file name, 970316 or later ) to correct a problem that I have found in the help, because it _realy_ needs catpages. If you want to test the package it is available on ftp://ftp.dee.uc.pt/pub/LOCAL/Scilab-2.2.tgz Paulo /===============================================================\ | Paulo Menezes | email: paulo@isr.uc.pt | | Net Admin | | | Researcher @ ISR | web: www.isr.uc.pt/~paulo | | Teaching @ DEE-UC | | \===============================================================/ From owner-freebsd-ports Sat Mar 15 10:10:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA02520 for ports-outgoing; Sat, 15 Mar 1997 10:10:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA02514; Sat, 15 Mar 1997 10:10:02 -0800 (PST) Date: Sat, 15 Mar 1997 10:10:02 -0800 (PST) Message-Id: <199703151810.KAA02514@freefall.freebsd.org> To: freebsd-ports Cc: From: Paulo Menezes Subject: Re: ports/2849: correction to New math/cad port (SCILAB) Reply-To: Paulo Menezes Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2849; it has been noted by GNATS. From: Paulo Menezes To: freebsd-gnats-submit@freebsd.org, paulo@isr.uc.pt Cc: Subject: Re: ports/2849: correction to New math/cad port (SCILAB) Date: Sat, 15 Mar 1997 18:03:12 +0000 I found that the cat pages need to be installed for use with the scilab help. So I have modified once again the port to add this, and also a simbolic link to xless because scilab expects it to be in the scilab/bin dir. The new port is uploaded as Scilab-2.2-port-970316.tgz. Paulo From owner-freebsd-ports Sat Mar 15 12:27:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA07893 for ports-outgoing; Sat, 15 Mar 1997 12:27:59 -0800 (PST) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA07888 for ; Sat, 15 Mar 1997 12:27:47 -0800 (PST) Received: (from uucp@localhost) by news1.gtn.com (8.7.2/8.7.2) with UUCP id VAA06099; Sat, 15 Mar 1997 21:15:55 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.8.5/8.8.2) id UAA21221; Sat, 15 Mar 1997 20:47:42 +0100 (MET) Message-ID: <19970315204741.33630@klemm.gtn.com> Date: Sat, 15 Mar 1997 20:47:41 +0100 From: Andreas Klemm To: Christoph Kukulies Cc: freebsd-ports@freefall.freebsd.org Subject: Re: ghostscript4 - last minute patch References: <199703130841.JAA20344@gilberto.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65_p2,4-7,10-11,15,18,21-22 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 2.2-GAMMA Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Mar 13, 1997 at 09:41:57AM +0100, Christoph Kukulies wrote: > Since I see no sign of Andreas Klemm (maybe being out of town) > here my (harmless) patch to Not out of town, but lot of things to do before and during CeBit ;-) > /usr/ports/print/ghostscript4/scripts/configure: (could someone commit please) > (adds EPSON Stylus color driver to default settings My intention was to keep the devices that aladdin choosed as 'default'. But I think now it's to late because of port freeze ... > ! "stcolor" "Epson Stylus Color" ON \ Theoretically we could enable all devices, which would make sense for a precompiled binary ... And it's upt to the user to disable things, he doesn't like in the interactive configuration ... You should write to me directly, if you want to make sure, that I do something within a 9 hour limit ;-) Andreas /// -- andreas@klemm.gtn.com /\/\___ Wiechers & Partner Datentechnik GmbH Andreas Klemm ___/\/\/ Support Unix -- andreas.klemm@wup.de pgp p-key http://www-swiss.ai.mit.edu/~bal/pks-toplev.html >>> powered by <<< ftp://sunsite.unc.edu/pub/Linux/system/Printing/aps-491.tgz >>> FreeBSD <<< From owner-freebsd-ports Sat Mar 15 20:34:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA07452 for ports-outgoing; Sat, 15 Mar 1997 20:34:54 -0800 (PST) Received: from skylark.ics.es.osaka-u.ac.jp (root@skylark.ics.es.osaka-u.ac.jp [133.1.240.35]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA07446 for ; Sat, 15 Mar 1997 20:34:51 -0800 (PST) Received: from localhost (matusita@localhost [127.0.0.1]) by skylark.ics.es.osaka-u.ac.jp (8.8.5+2.7Wbeta5/3.5W/ICS-2.2.1Wv7-SKYLARK) with ESMTP id NAA28237 for ; Sun, 16 Mar 1997 13:34:39 +0900 (JST) To: freebsd-ports@freebsd.org Subject: Re: fvwm2 without japanese kit From: Makoto MATSUSHITA (=?ISO-2022-JP?B?GyRCJF4kRCQ3JD8kXiQzJEgbKEI=?=) In-Reply-To: Your message of "Sat, 15 Mar 1997 03:34:30 -0800 (PST)" References: <199703151134.DAA01480@baloon.mimi.com> X-Mailer: Mew version 1.55 on Emacs 19.28.1, Mule 2.3 X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) X-Fingerprint: 0C AC 93 FC E3 9D 9E 5B 3D B8 AC 5C 4A 79 D8 A6 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19970316133437X.matusita@ics.es.osaka-u.ac.jp> Date: Sun, 16 Mar 1997 13:34:37 +0900 X-Dispatcher: impost version 0.99+ (Mar. 3, 1997) Lines: 20 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I submitted current x11/fvwm2 port. asami> First, it is not a Japanese version, it's a multibyte extension that asami> makes it work on all languages that X supports. (Or at least most -- asami> I'm not sure about KOI8-R. :) I'm also the maintainer of a i18n patch of fvwm. This patch is not a japanization patch (asami-san also says so too). It is based only on X11's internationalization framework, so all locales handled by Operationg System should work in FreeBSD environment. asami> I have no problem if someone wants to keep the English version asami> up to date. I think so too. I'm very surprized that nobody does update plain fvwm2 ports for several months. I think it is easy to do... -- - Makoto `MAR_kun' MATSUSHITA From owner-freebsd-ports Sat Mar 15 20:40:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA07682 for ports-outgoing; Sat, 15 Mar 1997 20:40:10 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA07674; Sat, 15 Mar 1997 20:40:06 -0800 (PST) Resent-Date: Sat, 15 Mar 1997 20:40:06 -0800 (PST) Resent-Message-Id: <199703160440.UAA07674@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, ac199@freenet.hamilton.on.ca Received: from X2296 (ppp1538.on.sympatico.ca [206.172.249.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA07439 for ; Sat, 15 Mar 1997 20:34:32 -0800 (PST) Received: (from tim@localhost) by X2296 (8.7.6/8.7.3) id XAA05394; Sat, 15 Mar 1997 23:34:18 -0500 (EST) Message-Id: <199703160434.XAA05394@X2296> Date: Sat, 15 Mar 1997 23:34:18 -0500 (EST) From: The.SLNR.Maintainer@X2296 Reply-To: ac199@freenet.hamilton.on.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/3002: updated port of slnr Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3002 >Category: ports >Synopsis: The slnr port is outdated >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 15 20:40:02 PST 1997 >Last-Modified: >Originator: Tim Vanderhoek >Organization: >Release: FreeBSD 2.2-961006-SNAP i386 >Environment: guess. Hey! Check-out the Release date of this snap! Awesome, or what! :) (This one had been pulled after a couple days, too! :) >Description: The SLNR port is no longer up-to-date. This should be fixed. Somebody should update the port. >How-To-Repeat: pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/packages-2.2/All/slnr-2.3.0.tgz produces an error. >Fix: Use the updated port, which can be found at ftp://ftp.freebsd.org/pub/FreeBSD/incoming/slnr-port.tar.gz Since I'm also now the maintainer of the SLNR package itself (ie. not just the FreeBSD port), the number of patches or other crud is significantly reduced! This is a good thing. :-) When you read this, you should check the GNATS follow-up, since it'll probably state that you should use ftp://ftp.freebsd.org/pub/FreeBSD/incoming/slnr-port2.tar.gz, since I'll probably make a new/final release of SLNR sometime shortly around Christmas '97, and there's no need to have two pr's documenting the need to update the slnr port. >Audit-Trail: >Unformatted: From owner-freebsd-ports Sat Mar 15 21:39:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA09206 for ports-outgoing; Sat, 15 Mar 1997 21:39:28 -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 VAA09195 for ; Sat, 15 Mar 1997 21:38:37 -0800 (PST) Received: from unalmodem.usc.unal.edu.co (unalmodem17.usc.unal.edu.co [168.176.3.47]) by apolo.biblos.unal.edu.co (8.8.5/8.8.5) with SMTP id AAA00967; Sun, 16 Mar 1997 00:40:48 -0500 (EST) Message-ID: <332BB0D3.2F7A@fps.biblos.unal.edu.co> Date: Sun, 16 Mar 1997 00:35:31 -0800 From: Pedro Giffuni X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: "Makoto MATSUSHITA (=?ISO-2022-JP?B?GyRCJF4kRCQ3JD8kXiQzJEgbKEI=?=)" CC: freebsd-ports@freebsd.org Subject: Re: fvwm2 without japanese kit References: <199703151134.DAA01480@baloon.mimi.com> <19970316133437X.matusita@ics.es.osaka-u.ac.jp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Makoto MATSUSHITA (=?ISO-2022-JP?B?GyRCJF4kRCQ3JD8kXiQzJEgbKEI=?=) wrote: > > I'm also the maintainer of a i18n patch of fvwm. This patch is not a > japanization patch (asami-san also says so too). It is based only on > X11's internationalization framework, so all locales handled by > Operationg System should work in FreeBSD environment. > Why not eliminate all the references to the word "Japanese" (nothing personal of course)? It should be assumed that all ports work well with english unless specifically stated. Yeah I know the port COMMENT says it's not only japanese, but some people read backwards :(. > asami> I have no problem if someone wants to keep the English version > asami> up to date. > > I think so too. I'm very surprized that nobody does update plain fvwm2 > ports for several months. I think it is easy to do... > I agree; when I asked why there was so little OpenLook support, the response was "we all use fvwm since a long time". On 2.1.7 Release, none of the fvwm packages worked for me. I was going to use the newer ports, but ended using bowman and a newer port of lesstif. Pedro. > -- - > Makoto `MAR_kun' MATSUSHITA From owner-freebsd-ports Sat Mar 15 23:10:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA12515 for ports-outgoing; Sat, 15 Mar 1997 23:10:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA12508; Sat, 15 Mar 1997 23:10:04 -0800 (PST) Resent-Date: Sat, 15 Mar 1997 23:10:04 -0800 (PST) Resent-Message-Id: <199703160710.XAA12508@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:"from wopr.ml.org (MPH124.rh.psu.edu [128.118.21.27]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA12123 for" ; Sat, 15 Mar 1997 22:58:09.-0800 (PST) Received: (from hunt@localhost) by wopr.ml.org (8.8.5/8.8.5) id BAA03913; Sun, 16 Mar 1997 01:58:04 -0500 (EST) Message-Id: <199703160658.BAA03913@wopr.ml.org> Date: Sun, 16 Mar 1997 01:58:04 -0500 (EST) From: Matthew Hunt To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/3003: Upgrade of Angband port from 2.8.0 to 2.8.1. Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3003 >Category: ports >Synopsis: Upgrade of Angband port from 2.8.0 to 2.8.1. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 15 23:10:01 PST 1997 >Last-Modified: >Originator: Matthew Hunt >Organization: none >Release: FreeBSD 2.2-GAMMA i386 >Environment: FreeBSD 2.2-GAMMA >Description: Angband is a roguelike game. The maintainer, Ben Harrison, has released version 2.8.1. This fix upgrades the port from 2.8.0 to 2.8.1. >How-To-Repeat: Compare the version fetched by the port with the latest version on the official FTP site. >Fix: Either apply the following patch, or use the file angband-2.8.1-port.tar.gz on ftp.freebsd.org's incoming directory. diff -Pcr angband.orig/Makefile angband/Makefile *** angband.orig/Makefile Tue Mar 4 04:35:20 1997 --- angband/Makefile Sun Mar 16 01:03:27 1997 *************** *** 1,19 **** # New ports collection makefile for: angband ! # Version required: 2.8.0 # Date created: 21 Feb 1997 # Whom: Matthew Hunt # ! # $Id: Makefile,v 1.1.1.1 1997/03/04 09:35:20 tg Exp $ # ! DISTNAME= angband-2.8.0 ! CATEGORIES= games MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/ ! DISTFILES= angband-280.tar.gz MAINTAINER= mph@pobox.com ! ! WRKSRC= ${WRKDIR}/angband-280 USE_X11= yes PATCH_STRIP= -p1 --- 1,18 ---- # New ports collection makefile for: angband ! # Version required: 2.8.1 # Date created: 21 Feb 1997 # Whom: Matthew Hunt # ! # $Id$ # ! DISTNAME= angband-2.8.1 ! CATEGORIES+= games MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/ ! DISTFILES= angband-281.tar.gz MAINTAINER= mph@pobox.com ! WRKSRC= ${WRKDIR}/angband-281 USE_X11= yes PATCH_STRIP= -p1 diff -Pcr angband.orig/files/md5 angband/files/md5 *** angband.orig/files/md5 Tue Mar 4 04:35:21 1997 --- angband/files/md5 Sun Mar 16 01:03:53 1997 *************** *** 1 **** ! MD5 (angband-280.tar.gz) = c488458e21659d7b14d660f7baacba47 --- 1 ---- ! MD5 (angband-281.tar.gz) = 925e7244445a84968a436e33d3346411 diff -Pcr angband.orig/patches/patch-aa angband/patches/patch-aa *** angband.orig/patches/patch-aa Tue Mar 4 04:35:20 1997 --- angband/patches/patch-aa Sun Mar 16 01:21:19 1997 *************** *** 1,54 **** ! diff -r -P -u ../../angband-280/Makefile angband-280/Makefile ! --- ../../angband-280/Makefile Wed Dec 31 19:00:00 1969 ! +++ angband-280/Makefile Thu Feb 20 19:54:23 1997 ! @@ -0,0 +1,17 @@ ! +# My makefile for Angband ! +# Matthew Hunt ! + ! +all: angband ! + ! +angband: ! + cd src && make ! + ! +install: angband ! + install -c -o games -g bin -m 4755 angband ${PREFIX}/bin ! + mkdir -p ${PREFIX}/lib/X11/angband ! + (cd lib && tar cf - * ) | (cd ${PREFIX}/lib/X11/angband && tar xf - ) ! +# install -c lib/* ${PREFIX}/lib/X11/angband ! + /usr/sbin/chown -R games.bin ${PREFIX}/lib/X11/angband ! + (cd ${PREFIX}/lib/X11/angband && \ ! + /bin/chmod 755 apex bone data edit file help info xtra && \ ! + /bin/chmod 1777 save user ) ! diff -r -P -u ../../angband-280/src/Makefile angband-280/src/Makefile ! --- ../../angband-280/src/Makefile Sun Oct 13 20:06:49 1996 ! +++ angband-280/src/Makefile Thu Feb 20 19:56:09 1997 ! @@ -136,8 +136,8 @@ ! ## ! ## Variation -- Use "main-xaw.c" instead of "main-x11.c" ! ## ! -#CFLAGS = -Wall -O1 -pipe -g -D"USE_XAW" -D"USE_GCU" ! -#LIBS = -lXaw -lXmu -lXt -lX11 -lcurses -ltermcap ! +CFLAGS = -Wall -O1 -pipe -I/usr/X11R6/include -DDEFAULT_PATH=\"${PREFIX}/lib/X11/angband/\" -D"USE_XAW" -D"USE_GCU" ! +LIBS = -L/usr/X11R6/lib -lXaw -lXmu -lXt -lX11 -lcurses -ltermcap ! ! ! ## ! diff -r -P -u ../../angband-280/src/config.h angband-280/src/config.h ! --- ../../angband-280/src/config.h Sun Oct 13 19:13:01 1996 ! +++ angband-280/src/config.h Thu Feb 20 19:56:09 1997 ! @@ -48,13 +48,13 @@ ! * OPTION: define "SPECIAL_BSD" for using certain versions of UNIX ! * that use the 4.4BSD Lite version of Curses in "main-gcu.c" ! */ ! -/* #define SPECIAL_BSD */ ! +#define SPECIAL_BSD ! ! ! /* ! * OPTION: Use the POSIX "termios" methods in "main-gcu.c" ! */ ! -/* #define USE_TPOSIX */ ! +#define USE_TPOSIX ! ! /* ! * OPTION: Use the "termio" methods in "main-gcu.c" --- 1,22 ---- ! *** angband-281/Makefile.orig Sun Mar 16 01:09:44 1997 ! --- angband-281/Makefile Sun Mar 16 01:20:38 1997 ! *************** ! *** 0 **** ! --- 1,17 ---- ! + # My makefile for Angband ! + # Matthew Hunt ! + ! + all: angband ! + ! + angband: ! + cd src && make ! + ! + install: angband ! + install -c -o games -g bin -m 4755 testing ${PREFIX}/bin/angband ! + mkdir -p ${PREFIX}/lib/angband ! + (cd lib && tar cf - * ) | (cd ${PREFIX}/lib/angband && tar xf - ) ! + # install -c lib/* ${PREFIX}/lib/angband ! + /usr/sbin/chown -R games.bin ${PREFIX}/lib/angband ! + (cd ${PREFIX}/lib/angband && \ ! + /bin/chmod 755 apex bone data edit file help info xtra && \ ! + /bin/chmod 1777 save user ) diff -Pcr angband.orig/patches/patch-ab angband/patches/patch-ab *** angband.orig/patches/patch-ab Wed Dec 31 19:00:00 1969 --- angband/patches/patch-ab Sun Mar 16 01:08:06 1997 *************** *** 0 **** --- 1,22 ---- + *** angband-281/src/main.c.orig Sun Mar 16 01:04:52 1997 + --- angband-281/src/main.c Sun Mar 16 01:07:24 1997 + *************** + *** 1,8 **** + /* File: main.c */ + + ! int dlopen() {} + int dlsym() {} + ! int dlclose() {} + + /* Purpose: initialization, main() function and main loop */ + + --- 1,9 ---- + /* File: main.c */ + + ! /* I have no idea what these lines are here for. -mph */ + ! /*int dlopen() {} + int dlsym() {} + ! int dlclose() {}*/ + + /* Purpose: initialization, main() function and main loop */ + diff -Pcr angband.orig/patches/patch-ac angband/patches/patch-ac *** angband.orig/patches/patch-ac Wed Dec 31 19:00:00 1969 --- angband/patches/patch-ac Sun Mar 16 01:21:38 1997 *************** *** 0 **** --- 1,31 ---- + *** angband-281/src/config.h.orig Mon Mar 3 22:19:58 1997 + --- angband-281/src/config.h Sun Mar 16 01:09:44 1997 + *************** + *** 48,60 **** + * OPTION: define "SPECIAL_BSD" for using certain versions of UNIX + * that use the 4.4BSD Lite version of Curses in "main-gcu.c" + */ + ! /* #define SPECIAL_BSD */ + + + /* + * OPTION: Use the POSIX "termios" methods in "main-gcu.c" + */ + ! /* #define USE_TPOSIX */ + + /* + * OPTION: Use the "termio" methods in "main-gcu.c" + --- 48,60 ---- + * OPTION: define "SPECIAL_BSD" for using certain versions of UNIX + * that use the 4.4BSD Lite version of Curses in "main-gcu.c" + */ + ! #define SPECIAL_BSD + + + /* + * OPTION: Use the POSIX "termios" methods in "main-gcu.c" + */ + ! #define USE_TPOSIX + + /* + * OPTION: Use the "termio" methods in "main-gcu.c" diff -Pcr angband.orig/patches/patch-ad angband/patches/patch-ad *** angband.orig/patches/patch-ad Wed Dec 31 19:00:00 1969 --- angband/patches/patch-ad Sun Mar 16 01:29:03 1997 *************** *** 0 **** --- 1,21 ---- + *** angband-281/src/Makefile.orig Sun Mar 16 01:27:30 1997 + --- angband-281/src/Makefile Sun Mar 16 01:28:34 1997 + *************** + *** 136,143 **** + ## + ## Variation -- Use "main-xaw.c" instead of "main-x11.c" + ## + ! #CFLAGS = -Wall -O1 -pipe -g -D"USE_XAW" -D"USE_GCU" + ! #LIBS = -lXaw -lXmu -lXt -lX11 -lcurses -ltermcap + + + ## + --- 136,143 ---- + ## + ## Variation -- Use "main-xaw.c" instead of "main-x11.c" + ## + ! CFLAGS = -Wall -O1 -pipe -I/usr/X11R6/include -DDEFAULT_PATH=\"${PREFIX}/lib/angband/\" -D"USE_XAW" -D"USE_GCU" + ! LIBS = -L/usr/X11R6/lib -lXaw -lXmu -lXt -lX11 -lcurses -ltermcap + + + ## diff -Pcr angband.orig/pkg/PLIST angband/pkg/PLIST *** angband.orig/pkg/PLIST Tue Mar 4 04:35:21 1997 --- angband/pkg/PLIST Sun Mar 16 01:43:12 1997 *************** *** 1,43 **** bin/angband ! lib/X11/angband/apex/scores.raw ! lib/X11/angband/help/attack.txt ! lib/X11/angband/help/birth.txt ! lib/X11/angband/help/command.txt ! lib/X11/angband/help/dungeon.txt ! lib/X11/angband/help/general.txt ! lib/X11/angband/help/help.hlp ! lib/X11/angband/help/option.txt ! lib/X11/angband/help/version.txt ! lib/X11/angband/edit/a_info.txt ! lib/X11/angband/edit/e_info.txt ! lib/X11/angband/edit/f_info.txt ! lib/X11/angband/edit/k_info.txt ! lib/X11/angband/edit/r_info.txt ! lib/X11/angband/edit/v_info.txt ! lib/X11/angband/user/font-ami.prf ! lib/X11/angband/user/font-ibm.prf ! lib/X11/angband/user/font-win.prf ! lib/X11/angband/user/graf-ami.prf ! lib/X11/angband/user/graf-win.prf ! lib/X11/angband/user/pref-acn.prf ! lib/X11/angband/user/pref-emx.prf ! lib/X11/angband/user/pref-ibm.prf ! lib/X11/angband/user/pref-lsl.prf ! lib/X11/angband/user/pref-mac.prf ! lib/X11/angband/user/pref-win.prf ! lib/X11/angband/user/pref-x11.prf ! lib/X11/angband/user/pref-xaw.prf ! lib/X11/angband/user/pref.prf ! lib/X11/angband/file/dead.txt ! lib/X11/angband/file/news.txt ! @exec mkdir -p %D/lib/X11/angband/bone ! @exec mkdir -p %D/lib/X11/angband/data ! @exec mkdir -p %D/lib/X11/angband/info ! @exec mkdir -p %D/lib/X11/angband/save ! @exec mkdir -p %D/lib/X11/angband/xtra ! @dirrm lib/X11/angband/bone ! @dirrm lib/X11/angband/data ! @dirrm lib/X11/angband/info ! @dirrm lib/X11/angband/save ! @dirrm lib/X11/angband/xtra --- 1,42 ---- bin/angband ! lib/angband/help/attack.txt ! lib/angband/help/birth.txt ! lib/angband/help/command.txt ! lib/angband/help/dungeon.txt ! lib/angband/help/general.txt ! lib/angband/help/help.hlp ! lib/angband/help/option.txt ! lib/angband/help/version.txt ! lib/angband/edit/a_info.txt ! lib/angband/edit/e_info.txt ! lib/angband/edit/f_info.txt ! lib/angband/edit/k_info.txt ! lib/angband/edit/r_info.txt ! lib/angband/edit/v_info.txt ! lib/angband/user/font-ami.prf ! lib/angband/user/font-ibm.prf ! lib/angband/user/font-win.prf ! lib/angband/user/graf-ami.prf ! lib/angband/user/graf-win.prf ! lib/angband/user/pref-acn.prf ! lib/angband/user/pref-emx.prf ! lib/angband/user/pref-ibm.prf ! lib/angband/user/pref-lsl.prf ! lib/angband/user/pref-mac.prf ! lib/angband/user/pref-win.prf ! lib/angband/user/pref-x11.prf ! lib/angband/user/pref-xaw.prf ! lib/angband/user/pref.prf ! lib/angband/file/dead.txt ! lib/angband/file/news.txt ! @exec mkdir -p %D/lib/angband/bone ! @exec mkdir -p %D/lib/angband/data ! @exec mkdir -p %D/lib/angband/info ! @exec mkdir -p %D/lib/angband/save ! @exec mkdir -p %D/lib/angband/xtra ! @dirrm lib/angband/bone ! @dirrm lib/angband/data ! @dirrm lib/angband/info ! @dirrm lib/angband/save ! @dirrm lib/angband/xtra >Audit-Trail: >Unformatted: