From owner-freebsd-ports Sun Jan 12 00:22:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA16090 for ports-outgoing; Sun, 12 Jan 1997 00:22:51 -0800 (PST) Received: from paris.CS.Berkeley.EDU (paris.CS.Berkeley.EDU [128.32.34.47]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id AAA16085 for ; Sun, 12 Jan 1997 00:22:47 -0800 (PST) Received: from paris.CS.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by paris.CS.Berkeley.EDU (8.8.3/8.8.2) with ESMTP id AAA12246; Sun, 12 Jan 1997 00:22:20 -0800 (PST) From: Josh MacDonald Message-Id: <199701120822.AAA12246@paris.CS.Berkeley.EDU> To: asami@cs.berkeley.edu (Satoshi Asami) cc: jmz@cabri.obs-besancon.fr, ports@freebsd.org Subject: Re: html files [Re: texinfo changes ready] In-reply-to: Your message of "Sat, 11 Jan 1997 03:19:57 PST." <199701111119.DAA19574@baloon.mimi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <12239.853057320.1@paris.CS.Berkeley.EDU> Date: Sun, 12 Jan 1997 00:22:04 -0800 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > * I agree, but would lobby for /usr/local/share/doc/html rather > * than /usr/local/share/html. > > Yeah, that's probably better. > > By the way, the subdirectory should be package name minus version > number, just like /usr/local/share/doc. > > * If each package directory contains an index.html file, it is a > * simple matter to automagically collect the elements to > * build a master index.html. > > Don't forget you need to delete it from pkg_delete too. Maybe someone > can look at install-info and see if we can modify it to understand > html files? Having read the install-info source pretty carefully, I'd say no. The info syntax is far too different from HTML for this program to be useful. On the other hand, I'm told parsing HTML isn't too difficult (I don't know HTML well enough to say for sure, but you probably wouldn't have to accept the entire language to accomplish what you guys are after). -josh From owner-freebsd-ports Sun Jan 12 04:21:10 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA24211 for ports-outgoing; Sun, 12 Jan 1997 04:21:10 -0800 (PST) Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id EAA24206 for <freebsd-ports@freebsd.org>; Sun, 12 Jan 1997 04:21:06 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id MAA13588 for freebsd-ports@freebsd.org; Sun, 12 Jan 1997 12:28:47 GMT From: Adam David <adam@veda.is> Message-Id: <199701121228.MAA13588@veda.is> Subject: x11/XFree86 install barfs To: freebsd-ports@freebsd.org Date: Sun, 12 Jan 1997 12:28:46 +0000 (GMT) X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk It worked 2 months ago, but now it gives me this: cc -m486 -O2 -ansi -pedantic -Dasm=__asm -I/usr/include -I/usr/local/include -I../os-support -I../common -I../../../../../programs/Xserver/include -I../../../../../X11 -I../../../../../include/extensions -I../../../../.. -DCSRG_BASED -DSHAPE -DXINPUT -DXKB -DGCCUSESGAS -DSTATIC_COLOR -DAVOID_GLYPHBLT -DPIXPRIV -DXFreeXDGA -DFUNCPROTO=15 -DNARROWPROTO -DCARD_DATABASE_FILE='"/usr/X11R6/lib/X11/Cards"' -DMITMISC -DXTEST -DXSYNC -DXCMISC -DXRECORD -DPEXEXT -DMITSHM -DXIE -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DSCREENSAVER -DXF86SETUP '-DPROJECTROOT="/usr/X11R6"' '-DSERVER_CONFIG_FILE="/usr/X11R6/lib/X11/XF86Config"' -c tclxfconf.c In file included from tclxfconf.c:31: /usr/local/include/X.h:119: `MaxTextLength' undeclared here (not in a function) /usr/local/include/X.h:140: parse error before `RectangleInfo' /usr/local/include/X.h:140: warning: no semicolon at end of struct or union /usr/local/include/X.h:150: `MaxTextLength' undeclared here (not in a function) /usr/local/include/X.h:151: parse error before `}' /usr/local/include/X.h:151: ANSI C forbids data definition with no type or storage class /usr/local/include/X.h:200: parse error before `ImageInfo' /usr/local/include/X.h:200: warning: no semicolon at end of struct or union /usr/local/include/X.h:275: parse error before `}' /usr/local/include/X.h:275: ANSI C forbids data definition with no type or storage class /usr/local/include/X.h:410: parse error before `_Declare' /usr/local/include/X.h:415: parse error before `_Declare' /usr/local/include/X.h:418: parse error before `*' /usr/local/include/X.h:425: parse error before `_Declare' /usr/local/include/X.h:429: parse error before `_Declare' /usr/local/include/X.h:439: parse error before `_Declare' /usr/local/include/X.h:472: parse error before `_Declare' /usr/local/include/X.h:479: parse error before `_Declare' /usr/local/include/X.h:482: parse error before `_Declare' /usr/local/include/X.h:485: parse error before `_Declare' In file included from ../../../../../programs/Xserver/include/input.h:53, from tclxfconf.c:33: ../../../../../programs/Xserver/include/misc.h:108: warning: useless keyword or type name in empty declaration ../../../../../programs/Xserver/include/misc.h:108: warning: empty declaration *** Error code 1 Stop. -- Adam David <adam@veda.is> From owner-freebsd-ports Sun Jan 12 04:44:10 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA25612 for ports-outgoing; Sun, 12 Jan 1997 04:44:10 -0800 (PST) Received: from dfw-ix4.ix.netcom.com (dfw-ix4.ix.netcom.com [206.214.98.4]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id EAA25607 for <freebsd-ports@freebsd.org>; Sun, 12 Jan 1997 04:44:07 -0800 (PST) Received: from baloon.mimi.com (sjx-ca23-12.ix.netcom.com [204.30.65.140]) by dfw-ix4.ix.netcom.com (8.6.13/8.6.12) with ESMTP id EAA26675; Sun, 12 Jan 1997 04:43:34 -0800 Received: (from asami@localhost) by baloon.mimi.com (8.8.4/8.6.12) id EAA04046; Sun, 12 Jan 1997 04:43:31 -0800 (PST) Date: Sun, 12 Jan 1997 04:43:31 -0800 (PST) Message-Id: <199701121243.EAA04046@baloon.mimi.com> To: adam@veda.is CC: freebsd-ports@freebsd.org In-reply-to: <199701121228.MAA13588@veda.is> (message from Adam David on Sun, 12 Jan 1997 12:28:46 +0000 (GMT)) Subject: Re: x11/XFree86 install barfs From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * It worked 2 months ago, but now it gives me this: * In file included from tclxfconf.c:31: * /usr/local/include/X.h:119: `MaxTextLength' undeclared here ... ^^^^^^^^^^^^^^^^^^^^^^ Well, maybe you acquired this file some time in the past 2 months? :) Satoshi From owner-freebsd-ports Sun Jan 12 04:57:19 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA26022 for ports-outgoing; Sun, 12 Jan 1997 04:57:19 -0800 (PST) Received: from dfw-ix12.ix.netcom.com (dfw-ix12.ix.netcom.com [206.214.98.12]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id EAA26015 for <ports@freebsd.org>; Sun, 12 Jan 1997 04:57:15 -0800 (PST) Received: from baloon.mimi.com (sjx-ca23-12.ix.netcom.com [204.30.65.140]) by dfw-ix12.ix.netcom.com (8.6.13/8.6.12) with ESMTP id EAA17615; Sun, 12 Jan 1997 04:56:42 -0800 Received: (from asami@localhost) by baloon.mimi.com (8.8.4/8.6.12) id EAA10154; Sun, 12 Jan 1997 04:56:40 -0800 (PST) Date: Sun, 12 Jan 1997 04:56:40 -0800 (PST) Message-Id: <199701121256.EAA10154@baloon.mimi.com> To: mrcpu@cdsnet.net CC: ports@freebsd.org In-reply-to: <Pine.NEB.3.95.970110165958.28029A-100000@mail.cdsnet.net> (message from Jaye Mathisen on Fri, 10 Jan 1997 17:00:52 -0800 (PST)) Subject: Re: Numerous ports problems. From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * ===> Building for xsysinfo-1.3 : * sysinfo.c: In function `display_bars': * sysinfo.c:306: structure has no member named `if_next' * *** Error code 1 Just fixed a couple of days ago. Satoshi From owner-freebsd-ports Sun Jan 12 05:26:30 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA26689 for ports-outgoing; Sun, 12 Jan 1997 05:26:30 -0800 (PST) Received: from edison.ee.t.u-tokyo.ac.jp (edison.ee.t.u-tokyo.ac.jp [133.11.64.217]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id FAA26679; Sun, 12 Jan 1997 05:25:10 -0800 (PST) Received: from edison.ee.t.u-tokyo.ac.jp (localhost [127.0.0.1]) by edison.ee.t.u-tokyo.ac.jp (8.6.12+2.4W/3.4Wbeta3/EE-clients1.0) with ESMTP id WAA29074; Sun, 12 Jan 1997 22:25:05 +0900 Message-Id: <199701121325.WAA29074@edison.ee.t.u-tokyo.ac.jp> From: mita@jp.FreeBSD.org (MITA Yoshio) To: FreeBSD-gnats@freefall.freebsd.org, freebsd-ports@freefall.freebsd.org cc: mita@jp.FreeBSD.org (MITA Yoshio) Subject: Re: ports/2311: A new ports collection for dserver (CDROM dictionary server) In-reply-to: Your message of "Sat, 28 Dec 1996 17:50:01 PST." <199612290150.RAA07817@freefall.freebsd.org> Date: Sun, 12 Jan 1997 22:25:04 +0900 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Category: ports >> Responsible: freebsd-ports >> Synopsis: A new ports collection is created and waiting for committing. >> Arrival-Date: Sat Dec 28 17:50:01 PST 1996 Changed typo. Apply this patch please. begin 600 dserverports.patch.gz M'XL(".CEV#( V1S97)V97)P;W)T<RYP871C: #M6.U3VD@8_ZS_0K\\T+6" MQR8$B))X.D4#5J70 YVY&^UU]I+%K,2$;D)?YN;N;[_=O"#&4EJOG3H=\F63 MYWU_^SS[/+"UM05.2/D[RI6 LRMUQ#P:JH-VRWK95CJ<TH.AA4,:32=K'<[ MHC;4JJ US9IFZN+%,+;7,<:9D<_I#Z<^G! ?M!I4M\VJ;C8TJ;^SOG7WD=^@ MZ=6*IF]#3(#T>8(.T![J[7O&%3I%_2>E@XJD_5I />2B9^A44. B#>4-L6T: MAJ]CK5,=[PV0@<;HQ49Q0]W8W3"$[/K,K/ZN9B'>>8X\]">2+$7PU@N2U;/% MIPD7*HULU0W"*#59V:<Z3AV?R)"DEN2T*[O_RD X<13;5L:4!0JQE>M)S$7\ MY#<C=2X_=U 'J>@YTA&*#0@REH]8O< FGO2HW#,58YYAE(K_3!A9Q[7#_XV1 MPT8CP-SN?2K%XYQ40E=A/HV<7/[>9<8)N=3$VID[C>M#,T#;,>MUL[JP/G*: MN<H0Q=587!E&K6(TL[J@MAM ,3FB$O.%DP@NBR4RC0(O( YL!H[I!<%X.L$3 M$D64^Y@Z3,A<7A8=9J>LFZE')46HEHNPOP]J=#-176*/<<@BBL.(\$BAWD*' M4KDK;,%T @3>!]Q18GL1^,PK7_H/M5L20+V%P,&V.[T6&CX>>>0*HO+:+N3" M7^JCL,R',!C)X\$>"R/8+,D=S+E. $IHX^":)91R^<&@??T6/@]3FF(X7>9V M,2N2-.)O[5D@,N+DAN(K&MS0B'^,<?JEBJLQ:(+M,H<F,DOADM62Y'A:XJL< M_\$YGE$X)0[EX3S)YL'[51U\ESKXLNXEQ'V'>(%/%[686XFE?>Q6=#;L:770 M&F9--W5M:3.;4\]U-,.L[BSN:/6=2J.>=;12 O#3S E@>4@1"WPB\$QH1=B5 M8TDBR49P ?@#O!JT.\>_O[&.!ZK'_E*S&#,SK\5I1R[U[^BN+5%Z)J4+,^EX MV<PBV[QC:L2*94A/,\,X= 5?5@T0/Y2R-@DI?$!_B\]_@/DQF,GNT[ONT>\> M^]\4@$^E0].H&/IJP'DDE__J8O\> TZ2XZL!YW'D^&K >40#CDAQVQ5C1;QB M0F;31IYQ?YS)2^1^DFM-L]&\/\7<T\H-+W6S45T\O-0:>J4FAJ.T7Q7@Z6&G MVSH:[F$KG!!N RKU):$,V!K^,>SVC^3+6:MGM;K]7ENPK79G6([_9OD2U=;Y MV0NQ6,>'W7[_]/S5R_-N>Y'%AP8C[;</SH]$N14@M1"K#E+56XV9G?E]))L9 E!1S"P".<A?G=)53X2HCDH65PIU?GSPUW]X?"_1^;QW$R'!8 (V9 end --- MITA Yoshio From owner-freebsd-ports Sun Jan 12 05:40:04 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA27542 for ports-outgoing; Sun, 12 Jan 1997 05:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA27520; Sun, 12 Jan 1997 05:40:02 -0800 (PST) Resent-Date: Sun, 12 Jan 1997 05:40:02 -0800 (PST) Resent-Message-Id: <199701121340.FAA27520@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, sanpei@yy.cs.keio.ac.jp Received: from chizuru.yy.cs.keio.ac.jp (chizuru.yy.cs.keio.ac.jp [131.113.47.2]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id FAA27285 for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Jan 1997 05:36:40 -0800 (PST) Received: from lavender.yy.cs.keio.ac.jp ([203.140.34.4]) by chizuru.yy.cs.keio.ac.jp (8.6.12+2.5W/3.1W-2.8compat) with ESMTP id WAA02375 for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Jan 1997 22:36:34 +0900 Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.7.6/3.5Wbeta) id WAA08553; Sun, 12 Jan 1997 22:36:27 +0900 (JST) Message-Id: <199701121336.WAA08553@lavender.yy.cs.keio.ac.jp> Date: Sun, 12 Jan 1997 22:36:27 +0900 (JST) From: sanpei@yy.cs.keio.ac.jp Reply-To: sanpei@yy.cs.keio.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2456: New port - jp-perl5 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2456 >Category: ports >Synopsis: New port - jp-perl5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 12 05:40:01 PST 1997 >Last-Modified: >Originator: MIHIRA Yoshiro >Organization: Keio Univ. Japan >Release: FreeBSD 2.2-961014-SNAP i386 >Environment: FreeBSD 2.2-961014-SNAP with current bsd.port.{mk|subdir.mk} >Description: I ported Japanized perl 5.003 (jp-perl5.003) to FreeBSD. And I put tarball to: ftp://ftp.freebsd.org/pub/FreeBSD/incoming/jp-perl5.tar.gz I hope to submit this port. Thank you. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Jan 12 06:36:34 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA29803 for ports-outgoing; Sun, 12 Jan 1997 06:36:34 -0800 (PST) Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id GAA29795 for <freebsd-ports@freebsd.org>; Sun, 12 Jan 1997 06:36:31 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id OAA13704; Sun, 12 Jan 1997 14:44:02 GMT From: Adam David <adam@veda.is> Message-Id: <199701121444.OAA13704@veda.is> Subject: Re: x11/XFree86 install barfs In-Reply-To: <199701121243.EAA04046@baloon.mimi.com> from Satoshi Asami at "Jan 12, 97 04:43:31 am" To: asami@cs.berkeley.edu (Satoshi Asami) Date: Sun, 12 Jan 1997 14:44:01 +0000 (GMT) Cc: freebsd-ports@freebsd.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > * It worked 2 months ago, but now it gives me this: > > * In file included from tclxfconf.c:31: > * /usr/local/include/X.h:119: `MaxTextLength' undeclared here ... > ^^^^^^^^^^^^^^^^^^^^^^ > > Well, maybe you acquired this file some time in the past 2 months? :) > > Satoshi > Ack, because some port installed it 2 months ago, I now have to delete the file and do 'make cleandir install' in x11/XFree86, is that what you are saying? (deleting the file and restarting the build is not enough, because then it is no longer found). More to the point, if some port installed /usr/local/include/X.h recently and this is in error, then it would be worth fixing if not already. Adam From owner-freebsd-ports Sun Jan 12 08:31:03 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA04248 for ports-outgoing; Sun, 12 Jan 1997 08:31:03 -0800 (PST) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id IAA04240 for <ports@freebsd.org>; Sun, 12 Jan 1997 08:31:01 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sun, 12 Jan 1997 11:30:30 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA00551; Sun, 12 Jan 97 11:30:28 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id LAA16259; Sun, 12 Jan 1997 11:29:01 -0500 Message-Id: <Mutt.19970112112901.rhh@elmer.ct.picker.com> Date: Sun, 12 Jan 1997 11:29:01 -0500 From: rhh@ct.picker.com (Randall Hopper) To: ports@freebsd.org Subject: workman-atapi port - should I reupload it? X-Mailer: Mutt 0.56 Mime-Version: 1.0 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In 2.1 there was a workman-atapi port that worked & continues to work great for me (I'm on 2.2-ALPHA now). Now I've been keeping this port around because it mysteriously disappeared from ftp.freebsd.org a few versions back for some reason. It'd be nice if we could roll this port back into the distribution. Should I just re-upload it to incoming? The reason I ask is that a number of folks have contacted me recently via e-mail having found my name in the mailing list archives as having a copy of the workman-atapi.tar.gz port and I've been shuffling these copies behind the scenes. No big problem, but there's enough need I think the port needs to be more publicly accessible. Thanks, Randall Hopper From owner-freebsd-ports Sun Jan 12 08:48:46 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA04853 for ports-outgoing; Sun, 12 Jan 1997 08:48:46 -0800 (PST) Received: from cabri.obs-besancon.fr (cabri.obs-besancon.fr [193.52.184.3]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id IAA04847 for <ports@freebsd.org>; Sun, 12 Jan 1997 08:48:42 -0800 (PST) Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA18420; Sun, 12 Jan 97 17:51:27 +0100 Date: Sun, 12 Jan 97 17:51:27 +0100 Message-Id: <9701121651.AA18420@cabri.obs-besancon.fr> From: Jean-Marc Zucconi <jmz@cabri.obs-besancon.fr> To: jfieber@indiana.edu Cc: ports@freebsd.org In-Reply-To: <Pine.BSI.3.95.970111111133.285C-100000@fallout.campusview.indiana.edu> (message from John Fieber on Sat, 11 Jan 1997 11:18:25 -0500 (EST)) Subject: Re: html files [Re: texinfo changes ready] X-Mailer: Emacs Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>>> John Fieber writes: > Actually, after thinking about it a bit, I'm going to disagree > with my suggestion and suggest /usr/local/share/doc, omitting the > html level because modern web browser are pretty adept at > handling other file types as well, so why not put them all > together? Building the /usr/local/share/doc/index.html is a > simple matter of scanning subdirectories for index.html files and > extracting their titles. For subdirectories without index.html > files, just use the package name. Another possibility is to use the pkg/COMMENT line. Jean-Marc _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr ============================================================================= From owner-freebsd-ports Sun Jan 12 09:07:45 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA05536 for ports-outgoing; Sun, 12 Jan 1997 09:07:45 -0800 (PST) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id JAA05531 for <ports@freebsd.org>; Sun, 12 Jan 1997 09:07:43 -0800 (PST) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.4/8.8.4) with SMTP id MAA00552; Sun, 12 Jan 1997 12:07:27 -0500 (EST) Date: Sun, 12 Jan 1997 12:07:27 -0500 (EST) From: John Fieber <jfieber@indiana.edu> To: Josh MacDonald <jmacd@cs.berkeley.edu> cc: Satoshi Asami <asami@cs.berkeley.edu>, jmz@cabri.obs-besancon.fr, ports@freebsd.org Subject: Re: html files [Re: texinfo changes ready] In-Reply-To: <199701120822.AAA12246@paris.CS.Berkeley.EDU> Message-ID: <Pine.BSI.3.95.970112120045.260B-100000@fallout.campusview.indiana.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 12 Jan 1997, Josh MacDonald wrote: > difficult (I don't know HTML well enough to say for sure, but you > probably wouldn't have to accept the entire language to accomplish > what you guys are after). You just have to find the title start and end tags (<title> and or , or Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA05902 for ports-outgoing; Sun, 12 Jan 1997 09:20:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA05866; Sun, 12 Jan 1997 09:20:02 -0800 (PST) Resent-Date: Sun, 12 Jan 1997 09:20:02 -0800 (PST) Resent-Message-Id: <199701121720.JAA05866@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.JAA05608;Sun; (8.8.4/8.8.4);, 12 Jan 1997 09:10:45.-0800 (PST) Message-Id: <199701121710.JAA05608@freefall.freebsd.org> Date: Sun, 12 Jan 1997 09:10:45 -0800 (PST) From: andrew@ugh.net.au To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/2467: tops display is corrupt Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2467 >Category: ports >Synopsis: tops display is corrupt >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 12 09:20:01 PST 1997 >Last-Modified: >Originator: Andrew Stevenson >Organization: >Release: 2.2-BETA_A >Environment: FreeBSD sally.ugh.net.au 2.2-BETA_A FreeBSD 2.2-BETA_A #0: Sat Jan 11 22:19:46 EST 1997 andrew@sally.ugh.net.au:/usr/src/sys/compile/SALLY i386 >Description: I installed the top package but the output is screwy. The easiest way to illustrte the point is by attaching the output: last pid: 1163; load averages: 1.33, 1.05, 0.95 04:00:20 8 processes: 2 starting, 1 running, 1 sleeping Mem: 4076K Active, 680K Inact, 1580K Wired, 384K Cache, 588K Buf, 656K Free Swap: 31M Total, 4708K Used, 26M Free, 15% Inuse PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 246 root 13 0 0K 0K START ??? 0.00% 74518588.33% <> 32 root -22 125 0K 0K SLEEP 0:00 0.00% 67503637.24% ? 1163 .*0/'+/- -22 72/0**/'-/.0K 624K RUN 0:03 47.10% 13.92% ?? 1 root -14 125 0K 4K (null) 51:12 0.00% 2.44% <???}?????X?B? 40 root -22 0 0K 0K START 0:00 0.00% 0.00% <> 0 .*00+(., 218 0 0K 0K (null) ??? 0.00% 0.00% <> -262624384 root -22 0./-+/**//*K 0K (null) 0:00 0.00% 0.00% <> 30565 .*.*/'-. 95 2 0K 0K (null) ??? 153930893.55% 153930893.55% < Its not just those fields that are corrupt...it varies...I've had load averages of -128232.09 before. >How-To-Repeat: Just run top installed from the package. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Jan 12 09:44:09 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA07012 for ports-outgoing; Sun, 12 Jan 1997 09:44:09 -0800 (PST) Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id JAA07007 for <freebsd-ports@freebsd.org>; Sun, 12 Jan 1997 09:44:05 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id RAA13855; Sun, 12 Jan 1997 17:51:34 GMT From: Adam David <adam@veda.is> Message-Id: <199701121751.RAA13855@veda.is> Subject: Re: x11/XFree86 install barfs In-Reply-To: <199701121243.EAA04046@baloon.mimi.com> from Satoshi Asami at "Jan 12, 97 04:43:31 am" To: asami@cs.berkeley.edu (Satoshi Asami) Date: Sun, 12 Jan 1997 17:51:33 +0000 (GMT) Cc: freebsd-ports@freebsd.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > * It worked 2 months ago, but now it gives me this: > > * In file included from tclxfconf.c:31: > * /usr/local/include/X.h:119: `MaxTextLength' undeclared here ... > ^^^^^^^^^^^^^^^^^^^^^^ > > Well, maybe you acquired this file some time in the past 2 months? :) > > Satoshi > Even more to the point - if this file exists for whatever reason, it should not cause the XFree86 install to fail. Adam From owner-freebsd-ports Sun Jan 12 09:59:37 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA08000 for ports-outgoing; Sun, 12 Jan 1997 09:59:37 -0800 (PST) Received: from po1.glue.umd.edu (root@po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id JAA07982; Sun, 12 Jan 1997 09:59:21 -0800 (PST) Received: from gilligan.eng.umd.edu (gilligan.eng.umd.edu [129.2.103.21]) by po1.glue.umd.edu (8.8.3/8.7.3) with ESMTP id MAA05009; Sun, 12 Jan 1997 12:59:17 -0500 (EST) Received: from localhost (chuckr@localhost) by gilligan.eng.umd.edu (8.8.3/8.7.3) with SMTP id MAA11176; Sun, 12 Jan 1997 12:59:16 -0500 (EST) X-Authentication-Warning: gilligan.eng.umd.edu: chuckr owned process doing -bs Date: Sun, 12 Jan 1997 12:59:16 -0500 (EST) From: Chuck Robey <chuckr@glue.umd.edu> X-Sender: chuckr@gilligan.eng.umd.edu To: andrew@ugh.net.au cc: freebsd-gnats-submit@freebsd.org, GNATS Management <gnats@freefall.freebsd.org>, freebsd-ports@freefall.freebsd.org Subject: Re: ports/2467: tops display is corrupt In-Reply-To: <199701121710.JAA05608@freefall.freebsd.org> Message-ID: <Pine.OSF.3.95.970112125639.11187A-100000@gilligan.eng.umd.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 12 Jan 1997 andrew@ugh.net.au wrote: > >Description: > I installed the top package but the output is screwy. The easiest way to > illustrte the point is by attaching the output: Yeah, and the port in current is broken. It wants a struct variable in an if struct called if_next, which doesn't exist, and I don't know enough about it to guess. Lars Koeller is the port author, and I wrote him, but he's on vacation right now. I guess we'll have to be patient (or rely on someone who knows our networking implementation better than I). ----------------------------+----------------------------------------------- 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 Sun Jan 12 10:00:05 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA08102 for ports-outgoing; Sun, 12 Jan 1997 10:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA08084; Sun, 12 Jan 1997 10:00:03 -0800 (PST) Date: Sun, 12 Jan 1997 10:00:03 -0800 (PST) Message-Id: <199701121800.KAA08084@freefall.freebsd.org> To: freebsd-ports Cc: From: Chuck Robey <chuckr@glue.umd.edu> Subject: Re: ports/2467: tops display is corrupt Reply-To: Chuck Robey <chuckr@glue.umd.edu> Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2467; it has been noted by GNATS. From: Chuck Robey <chuckr@glue.umd.edu> To: andrew@ugh.net.au Cc: freebsd-gnats-submit@freebsd.org, GNATS Management <gnats@freefall.freebsd.org>, freebsd-ports@freefall.freebsd.org Subject: Re: ports/2467: tops display is corrupt Date: Sun, 12 Jan 1997 12:59:16 -0500 (EST) On Sun, 12 Jan 1997 andrew@ugh.net.au wrote: > >Description: > I installed the top package but the output is screwy. The easiest way to > illustrte the point is by attaching the output: Yeah, and the port in current is broken. It wants a struct variable in an if struct called if_next, which doesn't exist, and I don't know enough about it to guess. Lars Koeller is the port author, and I wrote him, but he's on vacation right now. I guess we'll have to be patient (or rely on someone who knows our networking implementation better than I). ----------------------------+----------------------------------------------- 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 Sun Jan 12 10:25:58 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA09049 for ports-outgoing; Sun, 12 Jan 1997 10:25:58 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id KAA09044 for <ports@freebsd.org>; Sun, 12 Jan 1997 10:25:53 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id TAA21923; Sun, 12 Jan 1997 19:20:30 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.4/8.6.9) id SAA00617; Sun, 12 Jan 1997 18:59:08 +0100 (MET) Message-ID: <Mutt.19970112185908.j@uriah.heep.sax.de> Date: Sun, 12 Jan 1997 18:59:08 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: rhh@ct.picker.com (Randall Hopper) Cc: ports@freebsd.org Subject: Re: workman-atapi port - should I reupload it? References: <Mutt.19970112112901.rhh@elmer.ct.picker.com> X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <Mutt.19970112112901.rhh@elmer.ct.picker.com>; from Randall Hopper on Jan 12, 1997 11:29:01 -0500 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Randall Hopper wrote: > In 2.1 there was a workman-atapi port that worked & continues to work > great for me (I'm on 2.2-ALPHA now). Curious: why is there a separate ATAPI port required? The preferred API for handling CD requests in FreeBSD is using the ioctl interface (CDIO*). They are supposed to be device-independant, and leave all the work to the respective device drivers. Since workman isn't setuid root (which would IMHO be required to issue direct SCSI commands), i assume it's using that API. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-ports Sun Jan 12 12:37:49 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA19733 for ports-outgoing; Sun, 12 Jan 1997 12:37:49 -0800 (PST) Received: from Rigel.orionsys.com (root@rigel.orionsys.com [205.148.224.9]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id MAA19726 for <ports@freebsd.org>; Sun, 12 Jan 1997 12:37:46 -0800 (PST) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.7.6/8.6.9) with SMTP id MAA01930 for <ports@freebsd.org>; Sun, 12 Jan 1997 12:37:43 -0800 (PST) Date: Sun, 12 Jan 1997 12:37:42 -0800 (PST) From: Dave Babler <dbabler@Rigel.orionsys.com> To: ports@freebsd.org Subject: problems making expect Message-ID: <Pine.BSI.3.95.970112122909.1913A-100000@Rigel.orionsys.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've been going 'round and 'round trying to make the 'expect' port for several days without much success. There are two problems: 1. The MD5 in the port is incorrect. I've tried expect-5.21 from the 2.1.5 CD-ROM, ftp.freebsd.org and the home site, all of which are identical, none of which match the MD5 checksum in the port. The only way I've been able to do anything is to delete the MD5 file. 2. Expect wants information about Tcl that isn't set by default. Problem #1 is that it believes the file tclConfig.sh is in /usr/libdata/tcl when in fact the Tcl75 port installs it in /usr/local/lib. I created the /usr/libdata/tcl directory and moved the shell script there and now make is saying: ---- >> No MD5 checksum file. ===> Configuring for expect-5.21 configuring Expect 5.21.7 [...] checking shell to use within Make... checking for Tcl configuration... found /usr/libdata/tcl/tclConfig.sh [ note that Tcl7.5 puts this file in /usr/local/lib instead ] [...] checking for Tcl private headers.... *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ---- Reading the various README's I can gather that expect is expecting the tclConfig.sh to give it a directory containing 'complete' headers, but I don't know where that is nor how to correct the problem. Can anybody please point me in the right direction here... while I still have *some* remaining hair on my head? <G> TIA... -Dave From owner-freebsd-ports Sun Jan 12 13:10:07 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA21939 for ports-outgoing; Sun, 12 Jan 1997 13:10:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA21925; Sun, 12 Jan 1997 13:10:05 -0800 (PST) Resent-Date: Sun, 12 Jan 1997 13:10:05 -0800 (PST) Resent-Message-Id: <199701122110.NAA21925@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 terra.stack.nl (terra.stack.nl [131.155.140.128]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id NAA21792 for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Jan 1997 13:08:05 -0800 (PST) Received: from xaa.stack.nl (uucp@localhost) by terra.stack.nl (8.8.4) with UUCP id WAA07130 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Jan 1997 22:07:18 +0100 (MET) Received: (from xaa@localhost) by xaa.stack.nl (8.8.4/8.8.2) id WAA03192; Sun, 12 Jan 1997 22:07:46 +0100 (MET) Message-Id: <199701122107.WAA03192@xaa.stack.nl> Date: Sun, 12 Jan 1997 22:07:46 +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/2472: wu-ftpd in ports/net has checksum error... Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2472 >Category: ports >Synopsis: wu-ftpd in ports/net has checksum error... >Confidential: yes >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 12 13:10:03 PST 1997 >Last-Modified: >Originator: Mark Huizer >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: wu-ftpd in the ports tree doesn't build, because of a wrong checksum >How-To-Repeat: cd /usr/ports/net/wu-ftpd; make >Fix: port again? :-) the patches don't work either... >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Jan 12 16:16:14 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA03731 for ports-outgoing; Sun, 12 Jan 1997 16:16:14 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA03684; Sun, 12 Jan 1997 16:16:00 -0800 (PST) Date: Sun, 12 Jan 1997 16:16:00 -0800 (PST) From: "Jordan K. Hubbard" <jkh> Message-Id: <199701130016.QAA03684@freefall.freebsd.org> To: jkh, freebsd-ports, chuckr Subject: Re: ports/2467 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: tops display is corrupt Responsible-Changed-From-To: freebsd-ports->chuckr Responsible-Changed-By: jkh Responsible-Changed-When: Sun Jan 12 16:15:28 PST 1997 Responsible-Changed-Why: Assign this one to Chuck Robey, since he already seems to be in contact with the author over it. From owner-freebsd-ports Sun Jan 12 16:17:21 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA03857 for ports-outgoing; Sun, 12 Jan 1997 16:17:21 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id QAA03782; Sun, 12 Jan 1997 16:16:34 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.4/8.6.9) with ESMTP id QAA03831; Sun, 12 Jan 1997 16:16:22 -0800 (PST) To: Chuck Robey <chuckr@glue.umd.edu> cc: andrew@ugh.net.au, freebsd-gnats-submit@freebsd.org, GNATS Management <gnats@freefall.freebsd.org>, freebsd-ports@freefall.freebsd.org Subject: Re: ports/2467: tops display is corrupt In-reply-to: Your message of "Sun, 12 Jan 1997 12:59:16 EST." <Pine.OSF.3.95.970112125639.11187A-100000@gilligan.eng.umd.edu> Date: Sun, 12 Jan 1997 16:16:21 -0800 Message-ID: <3827.853114581@time.cdrom.com> From: "Jordan K. Hubbard" <jkh@time.cdrom.com> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > about it to guess. Lars Koeller is the port author, and I wrote him, but Great, then I'll assign this one to you! :-) Jordan From owner-freebsd-ports Sun Jan 12 17:22:18 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA08864 for ports-outgoing; Sun, 12 Jan 1997 17:22:18 -0800 (PST) Received: from po1.glue.umd.edu (root@po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id RAA08859 for <FreeBSD-Ports@FreeBSD.ORG>; Sun, 12 Jan 1997 17:22:15 -0800 (PST) Received: from uplink.eng.umd.edu (uplink.eng.umd.edu [129.2.98.181]) by po1.glue.umd.edu (8.8.3/8.7.3) with ESMTP id UAA10863 for <FreeBSD-Ports@FreeBSD.ORG>; Sun, 12 Jan 1997 20:22:11 -0500 (EST) Received: from localhost (chuckr@localhost) by uplink.eng.umd.edu (8.8.3/8.7.3) with SMTP id UAA13204 for <FreeBSD-Ports@FreeBSD.ORG>; Sun, 12 Jan 1997 20:22:10 -0500 (EST) X-Authentication-Warning: uplink.eng.umd.edu: chuckr owned process doing -bs Date: Sun, 12 Jan 1997 20:22:10 -0500 (EST) From: Chuck Robey <chuckr@glue.umd.edu> X-Sender: chuckr@uplink.eng.umd.edu To: FreeBSD Ports <FreeBSD-Ports@FreeBSD.ORG> Subject: Fixing octave Message-ID: <Pine.OSF.3.95.970112201718.13275B-100000@uplink.eng.umd.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm working on octave, and it's taking longer than I thought, because the new release is truly gargantuan, and each make iteration is taking a long time. As an indication, the logs of makes are nearly 6 megs big, and none has actually completed yet. I'm seeing a lot of errors of a form I have not seen before, and I wonder if anyone could shed light on what causes these (I know, they're only warnings, but I have other problems that these might be pointing towards). Here's a short sample, one of many thousands: ld: ../libcruft/libcruft.a(ddassl.o): RRS text relocation at 0x9cf37 for "_do_fio" I'd appreciate any hints as to what it means, and what's likely to cause it. Thanks. ----------------------------+----------------------------------------------- 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 Sun Jan 12 18:04:39 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA10965 for ports-outgoing; Sun, 12 Jan 1997 18:04:39 -0800 (PST) Received: from dfw-ix9.ix.netcom.com (dfw-ix9.ix.netcom.com [206.214.98.9]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id SAA10960 for <freebsd-ports@freebsd.org>; Sun, 12 Jan 1997 18:04:35 -0800 (PST) Received: from baloon.mimi.com (sjx-ca80-02.ix.netcom.com [206.214.107.34]) by dfw-ix9.ix.netcom.com (8.6.13/8.6.12) with ESMTP id SAA22508; Sun, 12 Jan 1997 18:03:52 -0800 Received: (from asami@localhost) by baloon.mimi.com (8.8.4/8.6.12) id SAA03901; Sun, 12 Jan 1997 18:03:24 -0800 (PST) Date: Sun, 12 Jan 1997 18:03:24 -0800 (PST) Message-Id: <199701130203.SAA03901@baloon.mimi.com> To: adam@veda.is CC: freebsd-ports@freebsd.org In-reply-to: <199701121444.OAA13704@veda.is> (message from Adam David on Sun, 12 Jan 1997 14:44:01 +0000 (GMT)) Subject: Re: x11/XFree86 install barfs From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * More to the point, if some port installed /usr/local/include/X.h recently * and this is in error, then it would be worth fixing if not already. I'm not sure about this (it's ImageMagick btw), X include files are usually referenced as <X11/*.h>, so it shouldn't cause a problem. The X build is broken (I agree with your other mail), it shouldn't put -I/usr/local/include in front of its own include dir anyway. We need someone to filter these things back to the XFree86 people. Any takers? I just wish you looked at the error message you're sending in a little more so I don't have to point out the obvious to start the conversation. :) Satoshi From owner-freebsd-ports Sun Jan 12 18:14:44 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA11585 for ports-outgoing; Sun, 12 Jan 1997 18:14:44 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA11563; Sun, 12 Jan 1997 18:14:38 -0800 (PST) Date: Sun, 12 Jan 1997 18:14:38 -0800 (PST) From: Satoshi Asami <asami> Message-Id: <199701130214.SAA11563@freefall.freebsd.org> To: obrien@NUXI.com, asami, freebsd-ports Subject: Re: ports/2082 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: ``make -k fetch'' in a ports subdir doesn't keep processing on an error State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Sun Jan 12 18:13:28 PST 1997 State-Changed-Why: Fixed in bsd.port.subdir.mk rev. 1.16 based on Max's idea. (BTW, "-k" has nothing to do with this, it failed before with our without "-k" and it now works with or without "-k".) From owner-freebsd-ports Sun Jan 12 18:25:42 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA12452 for ports-outgoing; Sun, 12 Jan 1997 18:25:42 -0800 (PST) Received: from dfw-ix1.ix.netcom.com (dfw-ix1.ix.netcom.com [206.214.98.1]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id SAA12447 for <FreeBSD-Ports@freebsd.org>; Sun, 12 Jan 1997 18:25:39 -0800 (PST) Received: from baloon.mimi.com (sjx-ca80-02.ix.netcom.com [206.214.107.34]) by dfw-ix1.ix.netcom.com (8.6.13/8.6.12) with ESMTP id SAA04963; Sun, 12 Jan 1997 18:25:01 -0800 Received: (from asami@localhost) by baloon.mimi.com (8.8.4/8.6.12) id SAA04053; Sun, 12 Jan 1997 18:23:16 -0800 (PST) Date: Sun, 12 Jan 1997 18:23:16 -0800 (PST) Message-Id: <199701130223.SAA04053@baloon.mimi.com> To: chuckr@glue.umd.edu CC: FreeBSD-Ports@freebsd.org, jdp@polstra.com In-reply-to: <Pine.OSF.3.95.970112201718.13275B-100000@uplink.eng.umd.edu> (message from Chuck Robey on Sun, 12 Jan 1997 20:22:10 -0500 (EST)) Subject: Re: Fixing octave From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * ld: ../libcruft/libcruft.a(ddassl.o): RRS text relocation at 0x9cf37 for * "_do_fio" Add -fpic to the cc command line of ddassl.o. This fixed a similar problem in msql. I don't know why, it's not supposed to make any difference since this is a static lib but it does. Maybe John can elaborate. Satoshi From owner-freebsd-ports Sun Jan 12 18:45:34 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA13506 for ports-outgoing; Sun, 12 Jan 1997 18:45:34 -0800 (PST) Received: from dfw-ix6.ix.netcom.com (dfw-ix6.ix.netcom.com [206.214.98.6]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id SAA13501 for <ports@freebsd.org>; Sun, 12 Jan 1997 18:45:31 -0800 (PST) Received: from baloon.mimi.com (sjx-ca80-02.ix.netcom.com [206.214.107.34]) by dfw-ix6.ix.netcom.com (8.6.13/8.6.12) with ESMTP id SAA29051; Sun, 12 Jan 1997 18:44:45 -0800 Received: (from asami@localhost) by baloon.mimi.com (8.8.4/8.6.12) id SAA04574; Sun, 12 Jan 1997 18:42:17 -0800 (PST) Date: Sun, 12 Jan 1997 18:42:17 -0800 (PST) Message-Id: <199701130242.SAA04574@baloon.mimi.com> To: dbabler@Rigel.orionsys.com CC: ports@freebsd.org In-reply-to: <Pine.BSI.3.95.970112122909.1913A-100000@Rigel.orionsys.com> (message from Dave Babler on Sun, 12 Jan 1997 12:37:42 -0800 (PST)) Subject: Re: problems making expect From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I've been going 'round and 'round trying to make the 'expect' port for * several days without much success. There are two problems: What version of FreeBSD are you running, when did you last do a make world, and what version of expect port do you have? I at least need the output of "uname -a", "ls -l /usr/libdata/tcl/tclConfig.sh" and "grep Id /usr/ports/lang/expect/Makefile". I just built the expect package on both 2.2 and -current, it worked flawlessly as far as I can tell. Maybe you can just get the package from packages-2.2 or packages-current. * checking shell to use within Make... * checking for Tcl configuration... found /usr/libdata/tcl/tclConfig.sh * [ note that Tcl7.5 puts this file in /usr/local/lib instead ] * [...] * checking for Tcl private headers.... *** Error code 1 My guess is that you have a new port with a rather old (2 months or more) system, but I can't tell for sure. Satoshi From owner-freebsd-ports Sun Jan 12 19:25:28 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA15595 for ports-outgoing; Sun, 12 Jan 1997 19:25:28 -0800 (PST) Received: from spinner.DIALix.COM (spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id TAA15567 for <freebsd-ports@freefall.freebsd.org>; Sun, 12 Jan 1997 19:25:22 -0800 (PST) Received: from spinner.DIALix.COM (localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.4/8.8.4) with ESMTP id LAA01731; Mon, 13 Jan 1997 11:24:20 +0800 (WST) Message-Id: <199701130324.LAA01731@spinner.DIALix.COM> To: "Jordan K. Hubbard" <jkh@time.cdrom.com> cc: Chuck Robey <chuckr@glue.umd.edu>, andrew@ugh.net.au, freebsd-gnats-submit@freebsd.org, freebsd-ports@freefall.freebsd.org Subject: Re: ports/2467: tops display is corrupt In-reply-to: Your message of "Sun, 12 Jan 1997 16:16:21 PST." <3827.853114581@time.cdrom.com> Date: Mon, 13 Jan 1997 11:24:20 +0800 From: Peter Wemm <peter@spinner.DIALix.COM> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk "Jordan K. Hubbard" wrote: > > about it to guess. Lars Koeller is the port author, and I wrote him, but > > Great, then I'll assign this one to you! :-) > > Jordan I think this is just a local or packaging problem. The port builds and works fine on both 2.2 and -current. I suspect the problem is that there is an out of date libkvm or something in the way. On 2.2: peter@haywire[11:18am]~ports/sysutils/top-106> uname -a FreeBSD haywire.DIALix.COM 2.2-RELEASE FreeBSD 2.2-RELEASE #34: Wed Dec 25 01:09:51 WST 1996 peter@haywire.DIALix.COM:/home/src/sys/compile/HAYWIRE i386 [...] cc -DHAVE_GETOPT -O -c getopt.c cc -DHAVE_GETOPT -O -c machine.c rm -f top cc -o top top.o commands.o display.o screen.o username.o utils.o version.o getopt.o machine.o -ltermcap -lm -lkvm peter@haywire[11:16am]~ports/sysutils/top-103> su [[ make install etc ]] peter@haywire[11:19am]~ports/sysutils/top-107> l /usr/local/bin/top 36 -rwxr-sr-x 1 root kmem 36864 Jan 13 11:17 /usr/local/bin/top* peter@haywire[11:19am]~ports/sysutils/top-108> date Mon Jan 13 11:19:16 WST 1997 peter@haywire[11:19am]~ports/sysutils/top-109> /usr/local/bin/top last pid: 12309; load averages: 0.11, 0.28, 0.20 11:19:48 97 processes: 3 running, 93 sleeping, 1 zombie CPU states: 1.1% user, 0.0% nice, 2.3% system, 0.8% interrupt, 95.8% idle Mem: 11M Active, 2976K Inact, 10M Wired, 4684K Cache, 3540K Buf, 1460K Free Swap: 128M Total, 52M Used, 76M Free, 40% Inuse PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 12308 peter 28 0 376K 876K RUN 0:00 2.55% 1.22% top 6846 root 2 0 1088K 496K select 5:45 0.04% 0.04% gated 12309 root 28 0 288K 152K RUN 0:00 0.00% 0.00% date 358 root 10 0 476K 168K wait 0:06 0.00% 0.00% sh 11346 peter 18 0 784K 1044K pause 0:01 0.00% 0.00% tcsh [...] It also works perfectly on -current (I tested it there too from a 'make clean'). Did you build the package yourself, or did you get it via ftp? If you got the package via ftp, where did you get it? The package is out of date and needs to be rebuilt. (Most likely Satoshi didn't rebuild top after some kernel structures changed). If you build it by hand and it's failing, make sure you rebuild and reinstall libkvm. Cheers, -Peter From owner-freebsd-ports Sun Jan 12 19:31:29 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA15943 for ports-outgoing; Sun, 12 Jan 1997 19:31:29 -0800 (PST) Received: from po2.glue.umd.edu (root@po2.glue.umd.edu [129.2.128.45]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id TAA15932 for <freebsd-ports@freefall.freebsd.org>; Sun, 12 Jan 1997 19:31:26 -0800 (PST) Received: from uplink.eng.umd.edu (uplink.eng.umd.edu [129.2.98.181]) by po2.glue.umd.edu (8.8.3/8.7.3) with ESMTP id WAA16365; Sun, 12 Jan 1997 22:31:22 -0500 (EST) Received: from localhost (chuckr@localhost) by uplink.eng.umd.edu (8.8.3/8.7.3) with SMTP id WAA12305; Sun, 12 Jan 1997 22:31:21 -0500 (EST) X-Authentication-Warning: uplink.eng.umd.edu: chuckr owned process doing -bs Date: Sun, 12 Jan 1997 22:31:21 -0500 (EST) From: Chuck Robey <chuckr@glue.umd.edu> X-Sender: chuckr@uplink.eng.umd.edu To: Peter Wemm <peter@spinner.DIALix.COM> cc: "Jordan K. Hubbard" <jkh@time.cdrom.com>, andrew@ugh.net.au, freebsd-gnats-submit@freebsd.org, freebsd-ports@freefall.freebsd.org Subject: Re: ports/2467: tops display is corrupt In-Reply-To: <199701130324.LAA01731@spinner.DIALix.COM> Message-ID: <Pine.OSF.3.95.970112222646.13275G-100000@uplink.eng.umd.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 13 Jan 1997, Peter Wemm wrote: > "Jordan K. Hubbard" wrote: > > > about it to guess. Lars Koeller is the port author, and I wrote him, but > > > > Great, then I'll assign this one to you! :-) > > It also works perfectly on -current (I tested it there too from a 'make > clean'). > > Did you build the package yourself, or did you get it via ftp? If you got > the package via ftp, where did you get it? The package is out of date and > needs to be rebuilt. (Most likely Satoshi didn't rebuild top after some > kernel structures changed). If you build it by hand and it's failing, make > sure you rebuild and reinstall libkvm. Damn, you're right, I got it mixed up with xperfmon. Top builds without a burp! It's xperfmon the Lars Koeller ported, and that has the if_var.h problem. ----------------------------+----------------------------------------------- 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 Sun Jan 12 19:34:14 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA16092 for ports-outgoing; Sun, 12 Jan 1997 19:34:14 -0800 (PST) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id TAA16087 for <ports@freebsd.org>; Sun, 12 Jan 1997 19:34:08 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sun, 12 Jan 1997 22:33:33 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA08408; Sun, 12 Jan 97 22:33:31 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id WAA16597; Sun, 12 Jan 1997 22:32:03 -0500 Message-Id: <Mutt.19970112223202.rhh@elmer.ct.picker.com> Date: Sun, 12 Jan 1997 22:32:02 -0500 From: rhh@ct.picker.com (Randall Hopper) To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Cc: ports@freebsd.org Subject: Re: workman-atapi port - should I reupload it? References: <Mutt.19970112112901.rhh@elmer.ct.picker.com> <Mutt.19970112185908.j@uriah.heep.sax.de> X-Mailer: Mutt 0.56 Mime-Version: 1.0 In-Reply-To: <Mutt.19970112185908.j@uriah.heep.sax.de>; from J Wunsch on Jan 12, 1997 18:59:08 +0100 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk J Wunsch: |As Randall Hopper wrote: |> In 2.1 there was a workman-atapi port that worked & continues to work |> great for me (I'm on 2.2-ALPHA now). | |Curious: why is there a separate ATAPI port required? The preferred |API for handling CD requests in FreeBSD is using the ioctl interface |(CDIO*). They are supposed to be device-independant, and leave all |the work to the respective device drivers. | |Since workman isn't setuid root (which would IMHO be required to issue |direct SCSI commands), i assume it's using that API. I just re-checked the current workman port (workman-1.3.tgz in packages-current) to verify nothing's changed: > ls -l /usr/X11R6/bin/workman -rwxr-xr-x 1 root wheel 98304 Dec 18 15:14 /usr/X11R6/bin/workman* > strings /usr/X11R6/bin/workman | grep ^/dev /dev/rcd0c > workman Warning: /var/run/workman.pid: Permission denied As root, please run chmod 666 /dev/rcd0c to give yourself permission to access the CD-ROM device. Still SCSI-specific, not setuid root, but needs access to the CD device. In my workman built from the workman-atapi port: > strings /opt/pkg/workman/bin/workman | grep ^/dev /dev/rwcd0c and I have it setuid root for that reason. Randall From owner-freebsd-ports Sun Jan 12 20:17:09 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA17669 for ports-outgoing; Sun, 12 Jan 1997 20:17:09 -0800 (PST) Received: from Rigel.orionsys.com (root@rigel.orionsys.com [205.148.224.9]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id UAA17664 for <ports@freebsd.org>; Sun, 12 Jan 1997 20:17:04 -0800 (PST) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.7.6/8.6.9) with SMTP id UAA02968; Sun, 12 Jan 1997 20:16:53 -0800 (PST) Date: Sun, 12 Jan 1997 20:16:53 -0800 (PST) From: Dave Babler <dbabler@Rigel.orionsys.com> To: Satoshi Asami <asami@cs.berkeley.edu> cc: ports@freebsd.org Subject: Re: problems making expect In-Reply-To: <199701130242.SAA04574@baloon.mimi.com> Message-ID: <Pine.BSI.3.95.970112195710.2941A-100000@Rigel.orionsys.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 12 Jan 1997, Satoshi Asami wrote: > * I've been going 'round and 'round trying to make the 'expect' port for > * several days without much success. There are two problems: > # uname -a FreeBSD Rigel.orionsys.com 2.1.5-STABLE FreeBSD 2.1.5-STABLE #0: Sun Dec 22 12:36:08 PST 1996 dbabler@Rigel.orionsys.com:/usr/src/sys/compile/ORION1.3 i386 # ls -l /usr/libdata/tcl/tclConfig.sh -rw-r--r-- 1 root bin 3627 Jan 12 12:17 /usr/libdata/tcl/tclConfig.sh # grep Id /usr/ports/lang/expect/Makefile # $Id: Makefile,v 1.15 1996/12/16 12:12:59 peter Exp $ > > I just built the expect package on both 2.2 and -current, it worked > flawlessly as far as I can tell. Maybe you can just get the package > from packages-2.2 or packages-current. > > * checking shell to use within Make... > * checking for Tcl configuration... found /usr/libdata/tcl/tclConfig.sh > * [ note that Tcl7.5 puts this file in /usr/local/lib instead ] > * [...] > * checking for Tcl private headers.... *** Error code 1 > > My guess is that you have a new port with a rather old (2 months or > more) system, but I can't tell for sure. > > Satoshi > Age is probably the problem, since I'm running 2.1.5-stable (waiting for the new CD from my subscription - shouldn't the new CD's have shipped by now?), but all of the components were originally from the 2.1.5 CD (Tcl75, tk41, expect-5.21) so I was hoping I could get by until I can update the OS release. The root of the problem is I'm trying to run the Quakeserver port in response to my user's requests. I'm assuming I'd be in trouble if I tried just installing the package(s) from 2.2. Anything else I can try? Thanks for getting back to me. -Dave From owner-freebsd-ports Sun Jan 12 20:56:30 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA18904 for ports-outgoing; Sun, 12 Jan 1997 20:56:30 -0800 (PST) Received: from po2.glue.umd.edu (root@po2.glue.umd.edu [129.2.128.45]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id UAA18899 for <FreeBSD-Ports@freebsd.org>; Sun, 12 Jan 1997 20:56:25 -0800 (PST) Received: from uplink.eng.umd.edu (uplink.eng.umd.edu [129.2.98.181]) by po2.glue.umd.edu (8.8.3/8.7.3) with ESMTP id XAA17452; Sun, 12 Jan 1997 23:56:13 -0500 (EST) Received: from localhost (chuckr@localhost) by uplink.eng.umd.edu (8.8.3/8.7.3) with SMTP id XAA13003; Sun, 12 Jan 1997 23:56:12 -0500 (EST) X-Authentication-Warning: uplink.eng.umd.edu: chuckr owned process doing -bs Date: Sun, 12 Jan 1997 23:56:12 -0500 (EST) From: Chuck Robey <chuckr@glue.umd.edu> X-Sender: chuckr@uplink.eng.umd.edu To: Satoshi Asami <asami@cs.berkeley.edu> cc: FreeBSD-Ports@freebsd.org, jdp@polstra.com Subject: Re: Fixing octave In-Reply-To: <199701130223.SAA04053@baloon.mimi.com> Message-ID: <Pine.OSF.3.95.970112235512.13534B-100000@uplink.eng.umd.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 12 Jan 1997, Satoshi Asami wrote: > * ld: ../libcruft/libcruft.a(ddassl.o): RRS text relocation at 0x9cf37 for > * "_do_fio" > > Add -fpic to the cc command line of ddassl.o. This fixed a similar > problem in msql. I don't know why, it's not supposed to make any > difference since this is a static lib but it does. Maybe John can > elaborate. Well, whatever the problem is, I've verified adding -fpic isn't the answer, nor -fPIC. Hhhmph! ----------------------------+----------------------------------------------- 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 Sun Jan 12 21:00:04 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA19025 for ports-outgoing; Sun, 12 Jan 1997 21:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA19019; Sun, 12 Jan 1997 21:00:02 -0800 (PST) Resent-Date: Sun, 12 Jan 1997 21:00:02 -0800 (PST) Resent-Message-Id: <199701130500.VAA19019@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, bill@duchess.wagill.com Received: from duchess.wagill.com (duchess.wagill.com [198.182.208.147]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id UAA18950 for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Jan 1997 20:58:01 -0800 (PST) Received: (from bill@localhost) by duchess.wagill.com (8.7.5/8.7.3) id UAA18786; Sun, 12 Jan 1997 20:57:52 -0800 (PST) Message-Id: <199701130457.UAA18786@duchess.wagill.com> Date: Sun, 12 Jan 1997 20:57:52 -0800 (PST) From: Bill <bill@duchess.wagill.com> Reply-To: bill@duchess.wagill.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2476: Unable to make port due to missing components Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2476 >Category: ports >Synopsis: Unable to make port due to missing components >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Sun Jan 12 21:00:01 PST 1997 >Last-Modified: >Originator: Bill >Organization: >Release: FreeBSD 2.1-STABLE i386 >Environment: FreeBSD duchess.wagill.com 2.1.5-RELEASE FreeBSD 2.1.5-RELEASE #0: Thu Sep 5 00:21:50 PDT 1996 root@duchess.wagill.com:/usr/src/sys/compile/DUCHESS i386 >Description: I am unable to install the latest port of Majordomo because there are certain components referenced in the makefile (such as the $INSTALL_DATA variable) which are not present in my release of the O/S. Unfortunately, this port, as many others, was tailored for 2.2-BETA. Please tell me what components I need to get, and how I can get them, in order to be able to successfully make the Majordomo 1.94.1 port. >How-To-Repeat: >Fix: As a side note (and only as a suggestion), it would be great if ports were available for a couple of STABLE versions of the O/S. Borrowing components from a BETA version into a STABLE version does not seem like a good idea. >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Jan 12 22:20:05 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA21902 for ports-outgoing; Sun, 12 Jan 1997 22:20:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA21874; Sun, 12 Jan 1997 22:20:04 -0800 (PST) Resent-Date: Sun, 12 Jan 1997 22:20:04 -0800 (PST) Resent-Message-Id: <199701130620.WAA21874@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, jkh@time.cdrom.com Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id WAA21486 for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Jan 1997 22:10:22 -0800 (PST) Received: (from jkh@localhost) by time.cdrom.com (8.8.4/8.6.9) id WAA07795; Sun, 12 Jan 1997 22:10:21 -0800 (PST) Message-Id: <199701130610.WAA07795@time.cdrom.com> Date: Sun, 12 Jan 1997 22:10:21 -0800 (PST) From: "Jordan K. Hubbard" <jkh@time.cdrom.com> Reply-To: jkh@time.cdrom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2477: Tcl 8.0 a1 port submission. Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2477 >Category: ports >Synopsis: Tcl 8.0 a1 port submission. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 12 22:20:01 PST 1997 >Last-Modified: >Originator: Jordan K. Hubbard >Organization: The FreeBSD Project >Release: FreeBSD 3.0-CURRENT i386 >Environment: -current >Description: This is a port of Tcl 8.0a1. I don't have time to maintain it, so I won't commit it. It is here for whomever else might feel the urge. >How-To-Repeat: uudecode the attached document, untar it, build it, import it. It's been tested and is basically ready to go in. Don't forget to add your own name under MAINTAINER also. :-) >Fix: begin 644 tcl8.0-port.tar.gz M'XL("+30V3("`W1C;#@N,"UP;W)T+G1A<@#M6FMO&S<6]5?K5Q!H%MT%:CUM MJ0DVBSJ2'"NU;*]&J?LMI68H:2**G.5P++M%__M>SHSL(>>.N@MLO$`S!!*9 MY_!Y>7D?E*9TPY8A9T=?L'3:[7[_E!P14]K.)Y1^OP?_=>'CK-WMG!+2:0\Z MG2/2/GJ!DL2:*D*.E)3Z4+O=FC%^]*<KWY!KMB.15#HFON2<^3J4@FQSM2!+ MJ=X<:Y^??-]L-[XA/S$5&UZQ?R6A8L&;8\`)[0`UHIH17S'X`/BXTR4?J""= MUZ\'0-ZMY1;`XP]2!8!>)HL%54'C&Z!N86ZRH#$+"`S\>;/^-D[70^22F(D' MS5[:[M6%8NR=-WH%M<9HXLVOSZ?CMV9ML`18P?!\/GY_,YN,O;?'G(I58WKN MS<>S3]YD;J"ECMZT6O!_TP^4W#9]N6U%R:(%_5,TWO(P!1N-RW/OT_#F^F+R M_N,,9GAD<>.I^NE\]AY&.SEA@BXX.XG7%,30N)O]Z,V&;X^/7_T&?XXFL]]; MKW[;+_+W5B+"AT8CDK$^"04H'.=O&L>M>!&*%@]\*9;ABIQLR:O?;F?CB\G/ MO[=XN&@TFJ'P>1(P\O=%'#2-3)K;S3\:_]/S-X<<M[ZLCI'3]F!P9NY[;P!7 MO73_326[_Z>#_EG?W/]N^^R(G+WD_0?%._H*[W]V_MO@[`O;_],#]I\,.N[Y M#\ZZM?U_B3(=G9&_[FUH$T317/WZ-_*6L*"[..M]W^WWVLQ?]DZ7I^W.V>ME MGP;,?\U.@\917?X,)=JL6E]ZCO_*_H.A`(/0[W=J^_]2YS^\F4['U_/_6_Q/ MN@-S_MU!Y[37,W]W.NU>K[;_+U'F4G(RE-LM%0&Y@K`YH2O6K*W[UV3_1V-O M.'N1_!^W_Z>GO2?[W^UW3/QWUCE[X?O_E=K_^3J$=)OZ&[CV!#)132%!)7K- M""2G5#U"IL\9).<F&Y_G8>)W!%)XMEVP(#`Y,-%@0QI^;D/XDPUIS,TH+-9D M1Q^A$5DQ38RT-:3ZNU"OS8`$I@=*,1J07WXQ@!G$S#_?-(QQVH3ZVV_)XI%\ MD&M!?FR2&S@QIM8RT=^1\R`(8RE.[EC,V>-W9.*]NR;MDVZ[<]+O]7J#DY^; MI-$X)\N$<Q*S]$T!5IE0#GM>L=C,3GDL2:3D?1CLUZ4+0OF3VT)S_V^O)M[\ M"]__ZOROVQF<]I_COUXOS?^Z_=K_OT3YP=\%I)7$JL6E3WF#A^F3&-SSUEKK MJ`E_%[%0A-K%>'`.E]%%(ZH4?731F"X9-L9.JL#%X&,B`O;@8.=1-#$C^"D. M_PS5;L:RV6FV&S^P!^:3\M/:7T;IFUH^U##%F_&Z8=H!$*_-^V;^WF:`YKH! MAJ(%_SH9W^SL@5X+S,Y8J8E8RF:O@'(N=^,'W\+RQ1:A.);^B&IJ@X_"ZO@. MK,_*S.*",:>PF`(XI)R/&+>@;3#<1MR:%K;L4QM1>KBF0CA]#2KX9<"5"W,9 M,PS/++^#7H0<:SP18+PC!YQ2O;ZP]V]0&5`^W[IK]CB]9PXV#[=,(;/-%?6M MMB-/JU"L+(AIZJ]OPR"V4'DCV/B>"6VC=VLF)@&W!AW?4TN$XP?[Q,</D;J2 M]JP7H0C&H*I%[#U+I>9`$WL)@-Q$XH([F*<#<YA%]-)1E++HKT*Q^8E:0KN6 M.ER&S,)N(B;,PHQ>N/C<MT:\W:QFV5<#%JI8S-2]@X5"CQ;6@#/F@QUPQ3EC M*Y!@$?&8AILAI(-!]RM;75(P3K@+.IOV.&/V!!$/]548V_TTU:$/.[1!!=KK M6X*&*.;3%.(H"S.:Z$P+F(#KK"VY?(S<5C!:9G!DR>08[E;&X4/*NDPF)JF& M,F"E$7-CQ2+S?4]<HLMVR\!@9YAFJ`4S-.AA)><=X%+K-TR_.D*I;%J4FHA[ MN<&I*54;ETC-JI*)"%")H0;6$,;(FJN?K20HR04"YS]HDEM)^(BPS93-<XJF M,D&L="[MG'F7+)=,>>&OK+J-:UEL=F*^E1(^JSC5O-4UW1X88_X8,>34_W"- MT&;$EA1NZ?Y"@$8>E,0E")(SA6OGX3:N<2F,G;JW@R,?:)&/47:%A>XX:028 M,=CM]@ZRV:RIJSVT\`,-LA'*KN&Y,\YE:)6NIX.F7CVQW7J!3;T[^&T3.Z(3 M'VJ1C7'.0QKC5"E*V-LGK,L>9Q@SI2;?1(BJ*5*\--(D]B#V+;N)#</P;!-9 M6'/H9`^UR,=P0Z!"9Y3*(B1P``Q1Y"(YYFSKQ$>%-F,1>,F".SZTT,!\G5]! MO<?<=H%'75-&73&QTNL*\N"@<-,.=O;,R\7A+?U$>8+(&HLO#3-C-,I8%MPJ MZ<=EMX(%H9D_`F/-32!JW$ZY'Q:F[LT?Z@FX7%".&4>(1JIMIHET#^KG@09N ME)QAD7HG)6=48-1(@O@9QKCA]1XOA_N&V0??B:;(>$8Q*[SE`1@SST#A2P:B M8IOE@#]']T$X9G"RV!\)$;Q#9':$)DL8"ZT>\0/\#^@Y*D00<67?BU#%NI*% M'1GN1U;%H-?,$"9"+QM>$>K*95ZSA^J%>`>FP[TBDE`9^*/@%404P!&87BQ` MZ/R2&0/@R415V?$##?Z9L`2W($:7P``%V*ZG].$=E_[&>!>7OJ.AOI`*'?/. M9$*8DJ:14^E^RF5I43PIQ][/$>9-A(6&P".''B4ZW4,Y.C$W:1^-XS?C.>%% M:2.VLM38ICKXQ1<^9V73?:?"<G*0)]I#'B)"STG/)-@E#8)L]39[VBXQ2$Z> M]T`R^,QWP.P)N)M'S'7/LN\)RM.8-!\U@EFV?RX"S+]D2;_)ED*LIR'=YY-G M!LW(,VI&Q0JSH:7WA.<$&L5A\4GZ4\BK<%OV8P<#I(S$8Q%`JV(?KXIX7WK/ M>$:[R"A(8P]O_%'$:/,]7A[=?4C)4UO03%TAC2E3Y0/Q?"HJVJ-/,RF1/<_D MW]J42!,'H'J!OLP4<$0JNJ++,]-%PJAT0"Q,*')=9!G9(Y$Q2%@"CCX8I6#7 M?9VV7Y@A`+E9?'9>3`$9;@/[S=-<7J<EN#\',4?B0%!EOBXC[D,!:!\0R$.= M.>I;:D?DV4DZ,^5O9(!6/I.5]E]0S;G$WBXR[VL$4I75^VK&ED.9($E0`FOW ML^Y8#([!#Q$XR8JY"H$QWE55R@4B,<J19Q?,B*>)L%F<D4=<';5>*+E%IGKV MU%/DR?$I&J[N#6I53:(Z\LQA1PB,T9\*:I^'XA,^940(>0D.M>*D)J):*R:Q ME_Y<W,4_R%"X>IZ%D^F=.NA-K#:87<P;&!^7C1!7M$B_;*O@\,PX)V<LXLA+ MPC7;5:LLD*AAR;FR?<D)Q,SD#(Y67@L(XC"+`%%":-Y[*A0J]<^5BN@]71!D M0F^O_CB'[]@[/%OE[E#3^>P(GQ3F#VAK9&%:-,5SE69#%)'T.]\BL#1O9P5@ ML6+IPWL1`CN[*0*^B2.MNG';1<":U#=AO@,X`V2/ZS:B0Y%8K1CD(\6JNTYF MPM1BW<2?5CW4=CVR^B\7>3Y2Q+)OJ!-EK<3\*-^MLS3A<D!AXH$BEN9/1<#> M`E09]=T66ULV*Y-/%>M@"=VZ+8DU7!FIK(,/+5F&8!3M.CAHJYYFTP7D,YC$ M8IV7E8V'"T7M62'--C;,1B#-T384VW6>&;<B)*D]E4K3!@O)C5X1BQE5MG1Y M+.W))>RB6-__RJ@(A=;<T68UW4S<?45*6LH'Z:YU:-'.&L3\OLJNKT`]'21. M%C;BJI=B.E'6\F,(U*VZ28.MNK7[V%P`!TF?+8J(,5T6D+WA%9%D81]AO`L= M$Z%]?D^5)1)MTNUB/;1WE\;N12`1&R%WPH:<'27I"XZ-<+BKW(9@+47@?D?M M/>[6SI5/?WQC:\&G;5D-S.]IBO5+IYN7\?7O7.M2E[K4I2YUJ4M=ZE*7NM2E 7+G6I2UWJ4I>ZU.5K*_\&&V00#P!0``"7 ` end >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Jan 12 22:56:52 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA23320 for ports-outgoing; Sun, 12 Jan 1997 22:56:52 -0800 (PST) Received: from ccsales.ccsales.com (ccsales.com [206.5.38.1]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id WAA23291; Sun, 12 Jan 1997 22:56:48 -0800 (PST) Received: from rkntws40casa ([206.5.38.46]) by ccsales.ccsales.com (8.6.12/8.6.12) with SMTP id XAA08540; Sun, 12 Jan 1997 23:01:48 -0800 Message-ID: <32D9DB90.6E3D@ccsales.com> Date: Sun, 12 Jan 1997 22:52:00 -0800 From: Randy Katz <randyk@ccsales.com> Reply-To: randyk@ccsales.com Organization: CCSales, Inc. X-Mailer: Mozilla 3.01Gold (WinNT; I) MIME-Version: 1.0 To: www@FreeBSD.ORG, ports@FreeBSD.ORG, support@FreeBSD.ORG Subject: RAID Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Are there any ports of drivers for RAID hardware that run under FreeBSD? Do you know if there is a mailing list/group for this? Thanx, Randy Katz From owner-freebsd-ports Sun Jan 12 23:01:47 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA23625 for ports-outgoing; Sun, 12 Jan 1997 23:01:47 -0800 (PST) Received: from DNS.Lamb.net (root@DNS.Lamb.net [207.90.181.1]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id XAA23605; Sun, 12 Jan 1997 23:01:43 -0800 (PST) Received: from PacBell.TelcoSucks.org (ulf@PacBell.TelcoSucks.org [207.90.181.5]) by DNS.Lamb.net (8.8.4/8.8.2) with SMTP id XAA05682; Sun, 12 Jan 1997 23:13:53 -0800 (PST) Message-Id: <3.0.32.19970112230314.006a55a0@Gatekeeper-3.Lamb.net> X-Sender: ulf@Gatekeeper-3.Lamb.net X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sun, 12 Jan 1997 23:03:15 -0800 To: randyk@ccsales.com, www@freebsd.org, ports@freebsd.org, support@freebsd.org From: Ulf Zimmermann <ulf@Alameda.net> Subject: Re: RAID Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I would suggest to look into the Mylex or CMD SCSI-to-SCSI RAIDs. Ulf. At 10:52 PM 1/12/97 -0800, Randy Katz wrote: >Are there any ports of drivers for RAID hardware that run under FreeBSD? >Do you know if there is a mailing list/group for this? > >Thanx, >Randy Katz > > ----------------------------------------------------------- Alameda Networks, Inc. | Ulf Zimmermann (ulf@Alameda.net) 1525 Pacific Avenue | Phone: (510)769-2936 Alameda, CA 94501 | Fax : (510)521-5073 From owner-freebsd-ports Sun Jan 12 23:20:03 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA24312 for ports-outgoing; Sun, 12 Jan 1997 23:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA24296; Sun, 12 Jan 1997 23:20:01 -0800 (PST) Resent-Date: Sun, 12 Jan 1997 23:20:01 -0800 (PST) Resent-Message-Id: <199701130720.XAA24296@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, jkh@time.cdrom.com Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id XAA23979 for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Jan 1997 23:13:02 -0800 (PST) Received: (from jkh@localhost) by time.cdrom.com (8.8.4/8.6.9) id XAA22696; Sun, 12 Jan 1997 23:13:00 -0800 (PST) Message-Id: <199701130713.XAA22696@time.cdrom.com> Date: Sun, 12 Jan 1997 23:13:00 -0800 (PST) From: "Jordan K. Hubbard" <jkh@time.cdrom.com> Reply-To: jkh@time.cdrom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2478: Tk 8.0a1 port submission. Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2478 >Category: ports >Synopsis: Tk 8.0a1 port submission. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 12 23:20:00 PST 1997 >Last-Modified: >Originator: Jordan K. Hubbard >Organization: The FreeBSD Project >Release: FreeBSD 3.0-CURRENT i386 >Environment: -current >Description: This is a port of Tk 8.0a1. I don't have time to maintain it, so I won't commit it. It is here for whomever else might feel the urge. >How-To-Repeat: uudecode the attached document, untar it, build it, import it. It's been tested and is basically ready to go in. Don't forget to also add your own name under MAINTAINER. :-) >Fix: begin 644 tk8.0-port.tar.gz M'XL(",_?V3("`W1K."XP+7!O<G0N=&%R`.U;_7,:-QKVK^:OT$QST[N9FF^; M)G.YJ6VP0QIL"CA);SKCBET!>VA7&TD8DTS_]WNE!<Q*[]*['^*[:=&4QOL\ M[ZZ^WD^Q].B<32+.CKYBJU6K9\TF.2*F59U_":E5ZW5"SNIG9XW3YME9W2"M M1O6(5(^>H2V4II*0(RF$WB>WG#'&C_YP[1MRPY8D%5(K$@C.6:`CD9!XK19D M(N2K8SW_OEPM?4/>,ZD,*]FG1219^.HXP]M4,Q)(!O\`=ERKD[<T65"Y(K67 M+UL@\&$F8B"._S6?E;Z!ZQ=7DK&+8?L%7)7:W>'HYKS7>9WU0VNER_-1Y_IV MT.T,7Q\_UFJEWOEPU!G<#[LC@TQT^JI2@?^7@U"*N!R(N)(NQA4=<(NJF$<6 MA$=W^IV;]O#U6M/(BR_]V\%HV.X.?JMPFDS-/=]72^^Z%_>[HA;]Y9=R#3ZO M"NXI?1C\.!Q<OCX^?O$%_K3TBR^;N?Q662318^GZYN[^\O;FJGM]-X#YK9@J M;2_OSP?7,)N3$Y;0,6<G:D9A2<DOI6/`EI&>G4!'K_'>*TLAY_9/LUY97Z54 M*'T2):#/G+\J'5?4.$HJ/`Q$,HFFY"0VLQ]TKKH?X4G1N%0J1TG`%R$C?Q^K ML&Q4H!S/_U$Z.K0_43-&KBI?MP_2K+9:I\;?-UIG#<__VXNU_V_4FZ?&_]=: MS2-R^IS^'US3T9_0_V?['X=?<ZU_)_X3TO+VO]4\Q/]G:;WV*?GK.NZ6827* MT\]_(Z_)RVISTOP^".AIK7GZDKVDDU;C+)C01E"?T%IU?(@2?Y"6SJ>5K]W' M?^'_6V?UAG$(9Z>M@_]_KOV_O.WU.C>CK^K_S_;Y_T;C:?^;\'>M5FTV#O[_ M.=JUI.DL"B@G6@@^C[2I^,CH\EWYX.+_+/Z__PZJUO]9_E=OUNNG3_9?J]K\ MKW9ZL/_G:.:,8!FIF3G(69\'5/2\/"O%-*G`IV;9<FUSW:@TVA="ADR6&T_8 M192$(W.*L0M>TN2AKWYVH=%\&24>^*B[R43D8!ZE8T%EF`?ED)E#JAQH3S@^ M1.$40Y/\`P0,?B0^.$.0NB/EFY!+![UF"8)VX^EHE3(7U2QVX38,5C.0=V3[ M,\"N8NW`,#>WN[:DRRL1O.$YV<X#2_2;Q)&]@LGV9T+GUO%*)+J;6P-S^/8Q M#UTS$0_8ISRDSY-@)J0#7D0ZIJD#7M)TJ%?<1;E$1`7WGGFYD,H#S<`=Z/K2 M`;HQG3('>RNB9*C=L;P%0X\F*P>]3<UQIP/VHT?&E0_Z<QDP'K&)"X(GN93. M\NIA(`5W!^7K,H!WD7OO>_-(%XO4@N:>]X:"/C"K&;MP-U/W4"QS:#R]G-%D MRG)]=1/-9'*N1;R+]FB4O!,B=3''B`RDC2+EP01VR$=3?T@]1M5",AA63A-Z MXH&-1,K9PRYZ0V/F7M].'$.[72;^"O>I5.Q<3G./^PF&XZW<@$%L".8N)*-` M=W)W#\%4TM0=TM`8`%7*P:YE?G^'V%X.;2\]`2J["X_8HWY'5V*1&^=H?M]- M(A<RV[$+90N>-WL0V[ASSRQWN+S96>*-D-%G,%#*+]@#XQ[_GDEMTDJ,/=<P MN_%",^40)HQXNP"XB1!4&4]H8HQUX0H5L3?#4O+5@(4@C@I9'R1DB))]Y?NW M'1);I0WW<P'N^K$=JD_UK(`:ZBA-\P%URX+*K.E;&4WSV[P5&M&I\MW;$\W\ MD/M$NC%ZRV1:A&^!]2>90.$69T((*B_&XM&%7?.Q&*/K'`"9VB9G`'-D25C$ MVF>XI-E99.-%G,(T"@VOS5)_"VWF`:X,6]\-]Y[R!2LB32[#=#'KND[+FBW! M7+TA[7=SQKRB9+J/\Y*XK0#D1T)F(4;B`C8EV2,`N10#K[9/Q(9S-X=Z8I$$ M:TO:O,?>?V7V4:-")K]"NV^S290PU/0SRL]0@/)3*RMO4KYSSM=+JE`>WXL< MA^U%)K!G+]8"Q7N1">S=BTW2ZJ166Z9X%2.5<KK"43<\9HRF20#AO=B^P(LW MVGW!5U//VC-N`)X`?(J_5,`:OZ(0'!+JA7H336<</EB7A>.YBC@O&D_&%8T' M3<[72M1C)MZ[(S5Y.E9MK2E46PV!!:DM7G`+JMY`(,'+P%Y&8$!,8PR>12%L M=GY2O2:*U]^O70`U^24L(43]3PO(T#Q6%RRCJ7$*#14M@`#_B,A!QHSHMZV6 M,#M'RZA=_$J*N$TU]?EUI85TA6W[!KY88?%FPZ(#055BBQ</$-$8KW++,$Q? M#+QV\\A^9*4=.GNDOLL(-`="J[PM[J_'S[Z<7_NM<5/^8?E15@0REO1Z*`/E M(9(P;*M$=!).K9B!MES<F`1">]4&X`7%HV$8XB/QHM(09D^1RM+6*%AQN26@ M5K`F"KF/EU%9"06+4%P`*:@I4[]/R(C2=T@-@M6T:QB=ERUNX5.PK$]E+DJF M^#.?"EY75TS1"[5F]!E/]IYJ8L8+!5`"\5)9Z5S@(3,2]8,9A?JQC"IP56L2 M\59K!G,\&87XEDWA[[N2C"ER&6L6]1H9AQJXH0I4_W8R45[2OCV"\,VW3Z5O M;>CIA,7U#-D[FU!<<)K,,:+SF%*O"K),@??=<$-0/(SJ+_0%%\&\@/NG`/T/ M"R6&^(-A@_1(N,<^EE%:!3)*;4Q!9O_3@BW6:HYYKNP,`)MGYH<]\4^HKP,< M\TE[S'-]<%3(92=(,&"%CNMF$8\]0\3/F#+B`CJ;2K%(0A.643O&#J,RV#V/ MRM"\3_;Y;&Y/'?^^!!I7G^3V]V/9_^0)V$X9I2MP5-N["_*@+8\&S>S!J((5 MG-_-[Y\BV$@\*3@BA,W$#_=W25A<GQI2<L,B(69+%L;4NR3>'_6,`![:[A*% M:A:ZC-A,_=/*I#)FG)>3G6OSW8YSK2GD\3G,[OHNLM`:?/$.$MB3K1PR8\$< M$9P)H=;EU2Z\_:9J!PR-G8M5#HHH%]-=!%R`S(DPZ\9V@(FI5#W@!K8L#SIW M2>,G=H"IR8-9`A5J'I9TG+^.<I.(K&KO`)S")N0`*.'-P=TN))8LMSXQ2Q;N M]9AZ(OYZQTPI9P!KZ"+?I<AR?`_I.3V+=26Z`Z7@H$X$#UTL?\V9UKEQI+:2 MWP4X#?(2(EWD%$_2,!+^)"6-5.Y&%5#N`*8V<%9,;;.*')BW".WHB9[GKY@Y M2,I##\93Y)`EC?(/62>>N]@R,I7++A#G'W)OC/-*R)&D#Y#*4^[1"DIW!RRP M-V!\4P+0FL85+)58JIY8*(;Q-]Z29'A?L@<'+S":C!G"/!#&*/(%E1Z*:2T0 MN)H"X6D/8.!2^UM-Y-&X8M_;!$\3"Y69JJHP*L&73J/)7@$9J7TR$Z/*XS@M MY#F=@G=.?D\&9K!'`IS/JGZZ3\+.%=1QCT@B,J%],BDU$GM'JP/0FJG8MRB: MT53H<IK&GL2@<][N=3R8@G4MR_!HC[&1"R=LN$(I>)AB/IPY%.P.&\5PALLT M*N*,N2F<RCP1SEE?@S&9K=;V<'64L\&Q5DSA=YD7VDU`0CDNP).@#"1_*#&# MG$/X:.:CL1NBH&`WK!K5BBE\.I%F,;X9T2/X`P_-`C0FSZ.`0596!E.(E<?: M&(W=MA.945I-BU8[Y0)7B'3Q^7/!ZMD8B3.Q/UE01A&R1Q]?F.\FL*<HNK(G MO2@'KC&8X=2G!13K/JRI^883O<,>.6`,8-T$&[6VEN?#17:EHY@AXLLBW_)0 MK+1+^WWC#CR>9JE!7AC5`]R7!"(.^=0#$R7\(62Q/`]FF7$>RW+A/+;)/_,H MHLVHHHJQ&8]V1P11N><_89,%YE%L4<%-VG0MCT(`D6(R\5!O>_7<`R;^V!]C M!)Q`)@NJGP]CI@OC%AUXD8:1+#^.=^,9HIRIL;)I.56Y`9VGJ7WG)%BCV9?3 M936SU_`!P6I9B7*M7"W]P!Y90/P?)/ZE;7^)^`.,0\9D^_C#F\?/^_YONS.\ M''SE]W_WO?]_VFANWO^MMYHM\_[O6;UU>/_W.=IH%BEBZEW(0$@@[&F/(GK& M"!BK^06WA#J3*D;$A(SFY&']"W"PTN\()==WW5+N=P,!+Y=*(W,W4YHLZ8IH M02"T$+/*FH7$_+#9B!'H%BC):$A^_=4`-`EMOZ-Y:90]\MMOR7A%WHI90GXL MDUO8*29G8J&_(^=A&"F1G'Q@BK/5=Z0[O+@AU9-ZM79RUF@T6B<?RZ5S,EEP M3B!),F./S0_2.<P44GG3-^5*$'!M#U&X&97>60J8Q<WMJ/.*V/4QTUO_YAWN MA/_@3G9B$04)6C9L^V/LS:K!'8<?4!S:H1W:H1W:H1W:H1W:H1W:H1W:_T_[ )-T:LR,D`4``` ` end >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Jan 12 23:30:02 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA24812 for ports-outgoing; Sun, 12 Jan 1997 23:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA24804; Sun, 12 Jan 1997 23:30:00 -0800 (PST) Date: Sun, 12 Jan 1997 23:30:00 -0800 (PST) Message-Id: <199701130730.XAA24804@freefall.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/2477: Tcl 8.0 a1 port submission. Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2477; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: FreeBSD-gnats-submit@freefall.freebsd.org, jkh@time.cdrom.com Cc: Subject: Re: ports/2477: Tcl 8.0 a1 port submission. Date: Sun, 12 Jan 1997 23:25:47 -0800 (PST) * This is a port of Tcl 8.0a1. I don't have time to maintain it, * so I won't commit it. It is here for whomever else might feel * the urge. Whoever is going to pick this up, please contact me before importing it. (We can't just put this in the tree while tcl-7.5 is still in /usr/src without causing major havoc.) Satoshi From owner-freebsd-ports Sun Jan 12 23:36:04 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA25259 for ports-outgoing; Sun, 12 Jan 1997 23:36:04 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA24595; Sun, 12 Jan 1997 23:25:53 -0800 (PST) Date: Sun, 12 Jan 1997 23:25:53 -0800 (PST) From: Masafumi NAKANE <max> Message-Id: <199701130725.XAA24595@freefall.freebsd.org> To: bill@duchess.wagill.com, max, freebsd-ports Subject: Re: ports/2476 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Unable to make port due to missing components State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Sun Jan 12 23:23:38 PST 1997 State-Changed-Why: There shoudn't be any problem if the latest bsd.port.mk is used. From owner-freebsd-ports Sun Jan 12 23:47:53 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA26183 for ports-outgoing; Sun, 12 Jan 1997 23:47:53 -0800 (PST) Received: from dfw-ix10.ix.netcom.com (dfw-ix10.ix.netcom.com [206.214.98.10]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id XAA26162; Sun, 12 Jan 1997 23:47:47 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by dfw-ix10.ix.netcom.com (8.6.13/8.6.12) with ESMTP id XAA16849; Sun, 12 Jan 1997 23:47:03 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id XAA11708; Sun, 12 Jan 1997 23:46:59 -0800 (PST) Date: Sun, 12 Jan 1997 23:46:59 -0800 (PST) Message-Id: <199701130746.XAA11708@silvia.HIP.Berkeley.EDU> To: randyk@ccsales.com CC: www@freebsd.org, ports@freebsd.org, support@freebsd.org In-reply-to: <32D9DB90.6E3D@ccsales.com> (message from Randy Katz on Sun, 12 Jan 1997 22:52:00 -0800) Subject: Re: RAID From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * From: Randy Katz <randyk@ccsales.com> I thought I told you before that "ports" is for application software, not hardware. ;) * Are there any ports of drivers for RAID hardware that run under FreeBSD? * Do you know if there is a mailing list/group for this? You can try hardware@freebsd.org. By the way, there is a software striped disk driver called ccd(4) but it only supports RAID0 and RAID1 (i.e., mirroring). Satoshi From owner-freebsd-ports Sun Jan 12 23:50:03 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA26335 for ports-outgoing; Sun, 12 Jan 1997 23:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA26329; Sun, 12 Jan 1997 23:50:01 -0800 (PST) Date: Sun, 12 Jan 1997 23:50:01 -0800 (PST) Message-Id: <199701130750.XAA26329@freefall.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/2476: Unable to make port due to missing components Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2476; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: FreeBSD-gnats-submit@freefall.freebsd.org Cc: Subject: Re: ports/2476: Unable to make port due to missing components Date: Sun, 12 Jan 1997 23:40:03 -0800 (PST) * I am unable to install the latest port of Majordomo because * there are certain components referenced in the makefile (such * as the $INSTALL_DATA variable) which are not present in my * release of the O/S. Unfortunately, this port, as many others, * was tailored for 2.2-BETA. Please tell me what components I * need to get, and how I can get them, in order to be able to * successfully make the Majordomo 1.94.1 port. Take the latest bsd.port.mk, bsd.port.subdir.mk (src/share/mk) and var.c (src/usr.bin/make). At least that will bring your ports building infrastructure up to date. * As a side note (and only as a suggestion), it would be great * if ports were available for a couple of STABLE versions of * the O/S. Borrowing components from a BETA version into a * STABLE version does not seem like a good idea. The ports-current tree tracks -current only, and may or may not work with older versions. This is necessary for us to ensure, with our limited mapower, to have all of 700+ packages ready come release time. On the other hand, I have no idea why you thought what you got was a STABLE version. Please let us know how you got that port as we need to make sure there is no misunderstanding. Satoshi From owner-freebsd-ports Mon Jan 13 00:10:02 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA27219 for ports-outgoing; Mon, 13 Jan 1997 00:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA27187; Mon, 13 Jan 1997 00:10:00 -0800 (PST) Date: Mon, 13 Jan 1997 00:10:00 -0800 (PST) Message-Id: <199701130810.AAA27187@freefall.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/2478: Tk 8.0a1 port submission. Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2478; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: FreeBSD-gnats-submit@freefall.FreeBSD.org, jkh@time.cdrom.com Cc: Subject: Re: ports/2478: Tk 8.0a1 port submission. Date: Mon, 13 Jan 1997 00:06:04 -0800 (PST) * This is a port of Tk 8.0a1. I don't have time to maintain it, * so I won't commit it. It is here for whomever else might feel * the urge. Whoever is going to pick this up, please contact me before importing it. (We can't just put this in the tree while tk-4.1 is still in /usr/ports and is a default for other programs without causing major havoc.) Satoshi From owner-freebsd-ports Mon Jan 13 00:13:19 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA27479 for ports-outgoing; Mon, 13 Jan 1997 00:13:19 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA27416; Mon, 13 Jan 1997 00:12:55 -0800 (PST) Date: Mon, 13 Jan 1997 00:12:55 -0800 (PST) From: Thomas Gellekum <tg> Message-Id: <199701130812.AAA27416@freefall.freebsd.org> To: simonm@dcs.gla.ac.uk, tg, freebsd-ports Subject: Re: ports/2398 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: new port for cgoban-1.6.7 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Mon Jan 13 00:10:01 PST 1997 State-Changed-Why: Imported, with some minor changes (variables in the Makefile). From owner-freebsd-ports Mon Jan 13 00:26:23 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA28197 for ports-outgoing; Mon, 13 Jan 1997 00:26:23 -0800 (PST) Received: from dfw-ix3.ix.netcom.com (dfw-ix3.ix.netcom.com [206.214.98.3]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id AAA28192 for <ports@freebsd.org>; Mon, 13 Jan 1997 00:26:20 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by dfw-ix3.ix.netcom.com (8.6.13/8.6.12) with ESMTP id AAA28743; Mon, 13 Jan 1997 00:25:47 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id AAA18086; Mon, 13 Jan 1997 00:25:44 -0800 (PST) Date: Mon, 13 Jan 1997 00:25:44 -0800 (PST) Message-Id: <199701130825.AAA18086@silvia.HIP.Berkeley.EDU> To: dbabler@Rigel.orionsys.com CC: ports@freebsd.org In-reply-to: <Pine.BSI.3.95.970112195710.2941A-100000@Rigel.orionsys.com> (message from Dave Babler on Sun, 12 Jan 1997 20:16:53 -0800 (PST)) Subject: Re: problems making expect From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * # uname -a * FreeBSD Rigel.orionsys.com 2.1.5-STABLE FreeBSD 2.1.5-STABLE #0: ^^^^^^^^^^^^ Oh...that's the problem. The port you took is for -current. FreeBSD-current has tcl in /usr/src but 2.1-stable does not. You will need to (at the minimum) extract the tcl source in lang/tcl75 and edit the Makefile to reflect that fact. But I don't know if that will work though. :( * Age is probably the problem, since I'm running 2.1.5-stable (waiting for * the new CD from my subscription - shouldn't the new CD's have shipped by * now?), but all of the components were originally from the 2.1.5 CD (Tcl75, I've heard 2.1.6 just started shipping, but it won't help your particular problem. * tk41, expect-5.21) so I was hoping I could get by until I can update the * OS release. The root of the problem is I'm trying to run the Quakeserver * port in response to my user's requests. I'm assuming I'd be in trouble if * I tried just installing the package(s) from 2.2. Yes, you will be in trouble. Can you just use the port/package on the CD? We really don't have enough manpower to maintain the ports tree for two releases.... Satoshi From owner-freebsd-ports Mon Jan 13 00:27:16 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA28295 for ports-outgoing; Mon, 13 Jan 1997 00:27:16 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA28233; Mon, 13 Jan 1997 00:26:50 -0800 (PST) Date: Mon, 13 Jan 1997 00:26:50 -0800 (PST) From: Thomas Gellekum <tg> Message-Id: <199701130826.AAA28233@freefall.freebsd.org> To: m230761@ingenieria.ingsala.unal.edu.co, tg, freebsd-ports Subject: Re: ports/2289 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New port libsx.tgz available State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Mon Jan 13 00:13:18 PST 1997 State-Changed-Why: Imported, thanks. From owner-freebsd-ports Mon Jan 13 00:29:39 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA28550 for ports-outgoing; Mon, 13 Jan 1997 00:29:39 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA28500; Mon, 13 Jan 1997 00:29:19 -0800 (PST) Date: Mon, 13 Jan 1997 00:29:19 -0800 (PST) From: Thomas Gellekum <tg> Message-Id: <199701130829.AAA28500@freefall.freebsd.org> To: furusawa@com.cs.osakafu-u.ac.jp, tg, freebsd-ports Subject: Re: ports/2250 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Fix:ports collection : lupe-0.07 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Mon Jan 13 00:27:07 PST 1997 State-Changed-Why: Imported, thanks. From owner-freebsd-ports Mon Jan 13 00:37:21 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA28953 for ports-outgoing; Mon, 13 Jan 1997 00:37:21 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA28729; Mon, 13 Jan 1997 00:33:59 -0800 (PST) Date: Mon, 13 Jan 1997 00:33:59 -0800 (PST) From: Thomas Gellekum <tg> Message-Id: <199701130833.AAA28729@freefall.freebsd.org> To: furusawa@com.cs.osakafu-u.ac.jp, tg, freebsd-ports Subject: Re: ports/2223 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New ports collection : lupe-0.07 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Mon Jan 13 00:29:28 PST 1997 State-Changed-Why: Was superseded by #2250. From owner-freebsd-ports Mon Jan 13 00:39:13 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA29125 for ports-outgoing; Mon, 13 Jan 1997 00:39:13 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA29055; Mon, 13 Jan 1997 00:38:15 -0800 (PST) Date: Mon, 13 Jan 1997 00:38:15 -0800 (PST) From: Thomas Gellekum <tg> Message-Id: <199701130838.AAA29055@freefall.freebsd.org> To: tg, freebsd-ports, tg Subject: Re: ports/2237 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New port: FElt 3.01 Responsible-Changed-From-To: freebsd-ports->tg Responsible-Changed-By: tg Responsible-Changed-When: Mon Jan 13 00:37:31 PST 1997 Responsible-Changed-Why: I grabbed this one. From owner-freebsd-ports Mon Jan 13 01:49:45 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA02592 for ports-outgoing; Mon, 13 Jan 1997 01:49:45 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id BAA02579 for <ports@freebsd.org>; Mon, 13 Jan 1997 01:49:18 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id KAA05481; Mon, 13 Jan 1997 10:41:35 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.4/8.6.9) id KAA01446; Mon, 13 Jan 1997 10:06:31 +0100 (MET) Message-ID: <Mutt.19970113100631.j@uriah.heep.sax.de> Date: Mon, 13 Jan 1997 10:06:31 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: rhh@ct.picker.com (Randall Hopper) Cc: ports@freebsd.org Subject: Re: workman-atapi port - should I reupload it? References: <Mutt.19970112112901.rhh@elmer.ct.picker.com> <Mutt.19970112185908.j@uriah.heep.sax.de> <Mutt.19970112223202.rhh@elmer.ct.picker.com> X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <Mutt.19970112223202.rhh@elmer.ct.picker.com>; from Randall Hopper on Jan 12, 1997 22:32:02 -0500 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Randall Hopper wrote: > I just re-checked the current workman port (workman-1.3.tgz in > packages-current) to verify nothing's changed: > > strings /usr/X11R6/bin/workman | grep ^/dev > /dev/rcd0c > > strings /opt/pkg/workman/bin/workman | grep ^/dev > /dev/rwcd0c > > and I have it setuid root for that reason. For which reason? And, what's wrong with ``workman -c /dev/rwcd0c''? -- 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 Mon Jan 13 03:00:34 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA05775 for ports-outgoing; Mon, 13 Jan 1997 03:00:34 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id DAA05770 for <ports@freebsd.org>; Mon, 13 Jan 1997 03:00:30 -0800 (PST) Received: from nic.follonett.no (nic.follonett.no [194.198.43.10]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id DAA24006 for <ports@freebsd.org>; Mon, 13 Jan 1997 03:00:20 -0800 (PST) Received: (from uucp@localhost) by nic.follonett.no (8.8.3/8.8.3) with UUCP id LAA18860 for ports@freebsd.org; Mon, 13 Jan 1997 11:57:10 +0100 (MET) Received: from oo7 (oo7.dimaga.com [192.0.0.65]) by dimaga.com (8.7.5/8.7.2) with SMTP id LAA05237 for <ports@freebsd.org>; Mon, 13 Jan 1997 11:57:03 +0100 (MET) Message-Id: <3.0.32.19970113115703.00a1b8e0@dimaga.com> X-Sender: eivind@dimaga.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Mon, 13 Jan 1997 11:57:04 +0100 To: ports@freebsd.org From: Eivind Eklund <eivind@dimaga.com> Subject: AfterStep in -current Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Just submitting for somebody else to verify: AfterStep seems to try to compress it's man-pages twice. It might be just my system though - I'm running 2.1.6 with bsd.ports.mk, bsd.ports.subdir.mk and /usr/bin/src/usr.bin/make/var.c from current. (As per Asamis comment about ports infrastructure earlier today) Most other ports works, and I don't know anything but the above files that should influence that part of the port. No flames please. Eivind Eklund / perhaps@yes.no / http://maybe.yes.no/perhaps/ From owner-freebsd-ports Mon Jan 13 03:02:14 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA05835 for ports-outgoing; Mon, 13 Jan 1997 03:02:14 -0800 (PST) Received: from server.mercurio.it (mercurio.it [194.184.38.26]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id DAA05829 for <ports@FreeBSD.ORG>; Mon, 13 Jan 1997 03:02:05 -0800 (PST) Received: by server.mercurio.it from localhost (router,SLMAILNT V2.2); Mon, 13 Jan 1997 12:10:48 GMT Received: by server.mercurio.it from spinoza.mercurio.it (194.184.38.19::mail daemon; unverified,SLMAILNT V2.2); Mon, 13 Jan 1997 12:10:47 GMT Message-ID: <32DA949F.4EBA@Server.Mercurio.It> Date: Mon, 13 Jan 1997 12:01:35 -0800 From: "Roberto Venturi" <Roven@mercurio.it> Organization: Free Net Surfer X-Mailer: Mozilla 2.01 (Win16; I) MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: Just a note ... X-URL: http://www.ibenet.it/FreeBSD/ports/games.html Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, I tried to download Astrolog program but I noticed it was not longer in that location if you want update your links I will appreciate :-). Have a nice day (or night: I don't know what time is now for you), Roberto ////// ( o o ) ---oooO--(_)--Oooo------------------------------------------- Roberto Venturi - Macerata - Italy .oooO Mailto:Roven@Mercurio.It ( ) Oooo. Http://www.mercurio.it/murale/homepage.htm -----\ (----( )-------------------------------------------- \_) ) / (_/ From owner-freebsd-ports Mon Jan 13 03:10:24 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA06078 for ports-outgoing; Mon, 13 Jan 1997 03:10:24 -0800 (PST) Received: from mpress.com (qmailr@mpress.com [208.138.29.130]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id DAA06073 for <ports@FreeBSD.ORG>; Mon, 13 Jan 1997 03:10:21 -0800 (PST) From: brian@mpress.com Received: (qmail 23344 invoked by uid 100); 13 Jan 1997 11:08:51 -0000 Message-ID: <19970113110851.23343.qmail@mpress.com> Subject: Re: workman-atapi port - should I reupload it? In-Reply-To: <Mutt.19970112185908.j@uriah.heep.sax.de> from J Wunsch at "Jan 12, 97 06:59:08 pm" To: joerg_wunsch@uriah.heep.sax.de Date: Mon, 13 Jan 1997 03:08:51 -0800 (PST) Cc: rhh@ct.picker.com, ports@FreeBSD.ORG Reply-to: brian@mpress.com 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 > As Randall Hopper wrote: > > > In 2.1 there was a workman-atapi port that worked & continues to work > > great for me (I'm on 2.2-ALPHA now). > joerg_wunsch@uriah.heep.sax.de writes: > Curious: why is there a separate ATAPI port required? The preferred > API for handling CD requests in FreeBSD is using the ioctl interface > (CDIO*). They are supposed to be device-independant, and leave all > the work to the respective device drivers. > > Since workman isn't setuid root (which would IMHO be required to issue > direct SCSI commands), i assume it's using that API. Curiouser: the standard workman in packages-current/x11 does indeed work fine with my ATAPI CDROM drive. I guess NAME workman - play audio compact discs on a SCSI CD player from the man page must scare people away from that version. -- Brian Litzinger brian@mpress.com From owner-freebsd-ports Mon Jan 13 04:50:06 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA11439 for ports-outgoing; Mon, 13 Jan 1997 04:50:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA11429; Mon, 13 Jan 1997 04:50:04 -0800 (PST) Resent-Date: Mon, 13 Jan 1997 04:50:04 -0800 (PST) Resent-Message-Id: <199701131250.EAA11429@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 aldan.ziplink.net (aldan.ziplink.net [199.232.255.49]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id EAA11240 for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Jan 1997 04:44:31 -0800 (PST) Received: (from root@localhost) by aldan.ziplink.net (8.7.5/8.7.3) id HAA13992; Mon, 13 Jan 1997 07:41:14 -0500 (EST) Message-Id: <199701131241.HAA13992@aldan.ziplink.net> Date: Mon, 13 Jan 1997 07:41:14 -0500 (EST) From: mi@aldan.ziplink.net Reply-To: mi@aldan.ziplink.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2480: mbadblocks not created by mtools-3.0 installation Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2480 >Category: ports >Synopsis: mtools manual page mentions mbadblocks which are not made >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 13 04:50:02 PST 1997 >Last-Modified: >Originator: Mikhail Teterin >Organization: >Release: FreeBSD 2.1.5 >Environment: >Description: There is a man-page for mbadblocks, and it is mentioned in the general mtools man page. yet the utility itslef is not built/installed. >How-To-Repeat: cd /usr/port/*/mtools make install rehash mbadblocks a: >Fix: I tried to cd /usr/ports/*/mtools/work/..... and explicitly make mbadblocks, which caused some compilations, but linkage failed... So I rushed to the send-pr without much more of an investigation. >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jan 13 06:02:05 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA13530 for ports-outgoing; Mon, 13 Jan 1997 06:02:05 -0800 (PST) Received: from whale.gu.kiev.ua (whale.gu.net [194.93.190.4]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id GAA13517 for <ports@FreeBSD.ORG>; Mon, 13 Jan 1997 06:01:46 -0800 (PST) Received: from trifork.gu.net (trifork.gu.net [194.93.190.194]) by whale.gu.kiev.ua (8.7.5/8.7.3) with SMTP id QAA75204; Mon, 13 Jan 1997 16:00:09 +0200 Date: Mon, 13 Jan 1997 19:04:29 +0200 (EET) From: Andrew Stesin <stesin@gu.net> To: Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de> cc: Randall Hopper <rhh@ct.picker.com>, ports@FreeBSD.ORG Subject: Re: workman-atapi port - should I reupload it? In-Reply-To: <Mutt.19970112185908.j@uriah.heep.sax.de> Message-ID: <Pine.BSF.3.95.970113190254.6769M-100000@trifork.gu.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, On Sun, 12 Jan 1997, J Wunsch wrote: > Curious: why is there a separate ATAPI port required? The preferred > API for handling CD requests in FreeBSD is using the ioctl interface > (CDIO*). They are supposed to be device-independant, and leave all > the work to the respective device drivers. > > Since workman isn't setuid root (which would IMHO be required to issue > direct SCSI commands), i assume it's using that API. ... and "plain" workman Just Works with ATAPI CDROMs for me since long ago, if you'll just point to a right /dev/ entry. Best regards, Andrew Stesin nic-hdl: ST73-RIPE From owner-freebsd-ports Mon Jan 13 08:01:57 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA18767 for ports-outgoing; Mon, 13 Jan 1997 08:01:57 -0800 (PST) Received: from utgard.hos.net (utgard.hos.net [205.238.129.45]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id IAA18762 for <ports@freebsd.org>; Mon, 13 Jan 1997 08:01:50 -0800 (PST) Received: (from faulkner@localhost) by utgard.hos.net (8.8.4/8.7.3) id KAA15156; Mon, 13 Jan 1997 10:01:34 -0600 (CST) Message-ID: <Mutt.19970113100134.faulkner@utgard.hos.net> Date: Mon, 13 Jan 1997 10:01:34 -0600 From: faulkner@asgard.hos.net (Boyd R. Faulkner) To: Roven@mercurio.it (Roberto Venturi) Cc: ports@freebsd.org Subject: Re: Just a note ... References: <32DA949F.4EBA@Server.Mercurio.It> X-Mailer: Mutt 0.53 Mime-Version: 1.0 In-Reply-To: <32DA949F.4EBA@Server.Mercurio.It>; from Roberto Venturi on Jan 13, 1997 12:01:35 -0800 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Roberto Venturi writes: > Hello, > I tried to download Astrolog program but I noticed it was not longer in that location > if you want update your links I will appreciate :-). The default address seems to be having trouble. First the site failed lookup. Then there was no route. I can't tell if the files are there or not. The followup site ftp.relcom.ru worked for me, although very slowly. Still, it might be best to wait a day or so to see what happens to the default. You can comment out the default in the makefile to remove the failed attempt. > > Have a nice day (or night: I don't know what time is now for you), > Roberto Boyd -- Boyd Faulkner "The Gods don't drag people, The Gods faulkner@asgard.hos.net sucker punch them until the poor fools http://asgard.hos.net/~faulkner pay attention and do it for themselves." 1011101 - Soror Sia From owner-freebsd-ports Mon Jan 13 10:11:49 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA26677 for ports-outgoing; Mon, 13 Jan 1997 10:11:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA25762 for freebsd-ports@freebsd.org; Mon, 13 Jan 1997 10:00:27 -0800 (PST) Date: Mon, 13 Jan 1997 10:00:27 -0800 (PST) Message-Id: <199701131800.KAA25762@freefall.freebsd.org> From: FreeBSD bugmaster <bugmaster@freebsd.org> To: FreeBSD ports list <freebsd-ports@freebsd.org> 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 fo FreeBSD 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 Engr. Description ------------------------------------------------------------------------------- o [1996/12/05] ports/2160 ports Programs using xview dump core o [1996/12/12] ports/2205 ports There is a mistake in line 29 in file sr o [1996/12/13] ports/2207 ports bash hangs tty and uses all cpu when TERM o [1997/01/01] ports/2352 ports wu-ftp port does not work with DES crypte 4 problems total. Serious problems S Submitted Tracker Engr. Description ------------------------------------------------------------------------------- o [1996/10/11] bin/1773 ports A NULL pointer causing segmentation core o [1996/10/15] ports/1813 ports nntpcache-current port in incoming o [1996/10/31] ports/1938 ports iv port doesn't build ibuild o [1996/11/13] ports/2000 ports obsolete software in distfiles directory o [1996/12/14] ports/2213 ports New ports collescction : xengine-pl1 o [1996/12/17] ports/2235 ports tcp-wrapper port doesn't log under 2.1.6R o [1996/12/19] ports/2249 ports Fix:ports collection:xengine-pl1 s [1996/12/22] ports/2268 ports libc from linux emulator does not use /et o [1996/12/27] ports/2299 ports sced-0.94-port.tar.gz in incoming o [1996/12/29] ports/2317 ports tcp wrapper port isn't logging in 2.1.6R o [1996/12/31] ports/2340 ports gshar+gunshar needs to be updated to 4.2 o [1997/01/07] ports/2403 ports A chinese big5 console port 12 problems total. Non-critical problems S Submitted Tracker Engr. 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/09/21] ports/1660 ports Updating of jp-fvwm2-port(-> jp-fvwm2-por o [1996/10/31] ports/1939 ports exodus port doesn't build with new g++-2. o [1996/11/16] ports/2038 ports sshd dies on FreeBSD machines if run as a o [1996/11/21] ports/2079 ports New ports supporting AWE sound driver (fo o [1996/11/24] ports/2096 ports ImageMagick outdated, lzw not supported o [1996/11/24] ports/2097 ports new port of des lib o [1996/11/25] ports/2100 ports New port: VGBZoom o [1996/11/25] ports/2102 ports New freeWAIS-sf port o [1996/12/03] ports/2145 ports qpopper bulletin support broken o [1996/12/04] ports/2151 ports xalarm port submission o [1996/12/04] ports/2154 ports New port submission: Isearch o [1996/12/04] ports/2155 ports New port submission: Lots of Icons o [1996/12/04] ports/2156 ports New port submission: freewais-sf (Correct o [1996/12/07] ports/2169 ports zephyr port does not completely compile o [1996/12/07] ports/2171 ports New port: ftpsearch o [1996/12/08] ports/2173 ports top does not compile under FBSD 2.1.6 o [1996/12/08] ports/2182 ports FreeBSD's and X-32's list of locales do n o [1996/12/16] ports/2224 ports New port: xbat ( for games category ) o [1996/12/18] ports/2241 ports eggdrop - A special TCL tool - an IRC Rob o [1996/12/19] ports/2251 ports New *almost* port: Scilab o [1996/12/21] ports/2264 ports latex* ports need updating o [1996/12/26] ports/2292 ports New port - xspringies o [1996/12/28] ports/2313 ports pidentd fails in 2.2-BETA o [1996/12/30] ports/2328 ports There is no port of plor! o [1996/12/30] ports/2329 ports submiting a port of ftfpp (f-77 to f-90 p o [1997/01/05] ports/2379 ports New URT port o [1997/01/09] ports/2434 ports new port: fmsx o [1997/01/10] ports/2445 ports New port : Cosmo Gang the Puzzle (games/c o [1997/01/11] ports/2452 ports New port: SpreadSheet o [1997/01/12] ports/2456 ports New port - jp-perl5 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. o [1997/01/13] ports/2480 ports mtools manual page mentions mbadblocks wh 36 problems total. From owner-freebsd-ports Mon Jan 13 12:08:30 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA02396 for ports-outgoing; Mon, 13 Jan 1997 12:08:30 -0800 (PST) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id MAA02390 for <FreeBSD-Ports@freebsd.org>; Mon, 13 Jan 1997 12:08:25 -0800 (PST) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.3/8.8.3) with ESMTP id MAA03831; Mon, 13 Jan 1997 12:07:47 -0800 (PST) Message-Id: <199701132007.MAA03831@austin.polstra.com> To: Chuck Robey <chuckr@glue.umd.edu> cc: Satoshi Asami <asami@cs.berkeley.edu>, FreeBSD-Ports@freebsd.org Subject: Re: Fixing octave In-reply-to: Your message of "Sun, 12 Jan 1997 23:56:12 EST." <Pine.OSF.3.95.970112235512.13534B-100000@uplink.eng.umd.edu> References: <Pine.OSF.3.95.970112235512.13534B-100000@uplink.eng.umd.edu> Date: Mon, 13 Jan 1997 12:07:47 -0800 From: John Polstra <jdp@polstra.com> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > * ld: ../libcruft/libcruft.a(ddassl.o): RRS text relocation at 0x9cf37 for > > * "_do_fio" > > > > Add -fpic to the cc command line of ddassl.o. This fixed a similar > > problem in msql. I don't know why, it's not supposed to make any > > difference since this is a static lib but it does. Maybe John can > > elaborate. > > Well, whatever the problem is, I've verified adding -fpic isn't the > answer, nor -fPIC. Hhhmph! It's virtually guaranteed that PIC and/or shared libraries are involved somehow in this problem. If you'll send me the following, I might be able to help figure out what's going on: * The full make output (including the "ld" command) for the command that produced the diagnostic you quoted. * The full make output for all the steps involved in creating libcruft.a. That means all the compilations to produce the .o files going into it, plus whatever was done to produce the library itself. * Just for fun, the output of this command, run on your make output: egrep -i 'pic|share|\.so\>' John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth From owner-freebsd-ports Mon Jan 13 12:17:32 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA02870 for ports-outgoing; Mon, 13 Jan 1997 12:17:32 -0800 (PST) Received: from duchess.wagill.com (duchess.wagill.com [198.182.208.147]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id MAA02792; Mon, 13 Jan 1997 12:15:44 -0800 (PST) Received: (from bill@localhost) by duchess.wagill.com (8.7.5/8.7.3) id MAA06873; Mon, 13 Jan 1997 12:11:25 -0800 (PST) Date: Mon, 13 Jan 1997 12:11:25 -0800 (PST) From: Bill <bill@duchess.wagill.com> To: Masafumi NAKANE <max@freefall.freebsd.org> cc: max@freefall.freebsd.org, freebsd-ports@freefall.freebsd.org Subject: Re: ports/2476 In-Reply-To: <199701130725.XAA24595@freefall.freebsd.org> Message-ID: <Pine.BSF.3.91.970113120927.6746D-100000@duchess.wagill.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 12 Jan 1997, Masafumi NAKANE wrote: > Synopsis: Unable to make port due to missing components > > State-Changed-From-To: open-closed > State-Changed-By: max > State-Changed-When: Sun Jan 12 23:23:38 PST 1997 > State-Changed-Why: > There shoudn't be any problem if the latest bsd.port.mk is used. > There still are problems; although I have not yet determined if these are problems with the "make" infrastructure or with the Majordomo 1.94.1 port. So, on my end, this issue is still open. - Bill. From owner-freebsd-ports Mon Jan 13 14:35:54 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA10995 for ports-outgoing; Mon, 13 Jan 1997 14:35:54 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA10933; Mon, 13 Jan 1997 14:35:42 -0800 (PST) Date: Mon, 13 Jan 1997 14:35:42 -0800 (PST) From: Satoshi Asami <asami> Message-Id: <199701132235.OAA10933@freefall.freebsd.org> To: xaa@stack.nl, asami, freebsd-ports Subject: Re: ports/2397 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: new port for kaffe 0.7.0 on ftp.freebsd.org State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Mon Jan 13 14:34:58 PST 1997 State-Changed-Why: Already imported. From owner-freebsd-ports Mon Jan 13 14:59:17 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA12942 for ports-outgoing; Mon, 13 Jan 1997 14:59:17 -0800 (PST) Received: from Rigel.orionsys.com (root@rigel.orionsys.com [205.148.224.9]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id OAA12937 for <ports@freebsd.org>; Mon, 13 Jan 1997 14:59:09 -0800 (PST) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.7.6/8.6.9) with SMTP id OAA06482; Mon, 13 Jan 1997 14:58:57 -0800 (PST) Date: Mon, 13 Jan 1997 14:58:57 -0800 (PST) From: Dave Babler <dbabler@Rigel.orionsys.com> To: Satoshi Asami <asami@cs.berkeley.edu> cc: ports@freebsd.org Subject: Re: problems making expect In-Reply-To: <199701130825.AAA18086@silvia.HIP.Berkeley.EDU> Message-ID: <Pine.BSI.3.95.970113145604.6480A-100000@Rigel.orionsys.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 13 Jan 1997, Satoshi Asami wrote: > * # uname -a > * FreeBSD Rigel.orionsys.com 2.1.5-STABLE FreeBSD 2.1.5-STABLE #0: > ^^^^^^^^^^^^ > Oh...that's the problem. The port you took is for -current. > FreeBSD-current has tcl in /usr/src but 2.1-stable does not. > > * ...I'm assuming I'd be in trouble if > * I tried just installing the package(s) from 2.2. > > Yes, you will be in trouble. Can you just use the port/package on the > CD? We really don't have enough manpower to maintain the ports tree > for two releases.... > > Satoshi > Unfortunately, there is no expect package on the 2.1.5 CD-ROM. -Dave From owner-freebsd-ports Mon Jan 13 17:27:58 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA22461 for ports-outgoing; Mon, 13 Jan 1997 17:27:58 -0800 (PST) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id RAA22429 for <ports@FreeBSD.ORG>; Mon, 13 Jan 1997 17:27:48 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Mon, 13 Jan 1997 20:24:28 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA05477; Mon, 13 Jan 97 20:22:00 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id UAA19313; Mon, 13 Jan 1997 20:19:31 -0500 Message-Id: <Mutt.19970113201930.rhh@elmer.ct.picker.com> Date: Mon, 13 Jan 1997 20:19:30 -0500 From: rhh@ct.picker.com (Randall Hopper) To: stesin@gu.net (Andrew Stesin), brian@mpress.com Cc: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch), ports@FreeBSD.ORG Subject: Re: workman-atapi port - should I reupload it? References: <Mutt.19970112185908.j@uriah.heep.sax.de> <Pine.BSF.3.95.970113190254.6769M-100000@trifork.gu.net> X-Mailer: Mutt 0.56 Mime-Version: 1.0 In-Reply-To: <Pine.BSF.3.95.970113190254.6769M-100000@trifork.gu.net>; from Andrew Stesin on Jan 13, 1997 19:04:29 +0200 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thanks to all who replied. As you guessed Brian, the SCSI mention in the man page (coupled with the facts that there once was a workman-atapi port and the device is compiled into the binary) convinced me that std workman wouldn't work with ATAPI. Just tried it, and sure enough, with the right options it works fine. It might be a good idea to update the WORKMAN port to avoid future confusion. Patch the man page to mention ATAPI as well as SCSI, if not exactly what to run for ATAPI CD-ROMs. Or supply a workman-atapi shell script as part of the package. Thanks again, Randall Hopper J Wunsch: |As Randall Hopper wrote: |> I just re-checked the current workman port (workman-1.3.tgz in |> packages-current) to verify nothing's changed: | |> > strings /usr/X11R6/bin/workman | grep ^/dev |> /dev/rcd0c | |> > strings /opt/pkg/workman/bin/workman | grep ^/dev |> /dev/rwcd0c |> |> and I have it setuid root for that reason. | |For which reason? | |And, what's wrong with ``workman -c /dev/rwcd0c''? Andrew Stesin: | ... and "plain" workman Just Works with ATAPI CDROMs for | me since long ago, if you'll just point to a right /dev/ | entry. brian@mpress.com: |Curiouser: the standard workman in packages-current/x11 does indeed |work fine with my ATAPI CDROM drive. | |I guess | |NAME | workman - play audio compact discs on a SCSI CD player | |from the man page must scare people away from that version. From owner-freebsd-ports Mon Jan 13 21:48:33 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA24234 for ports-outgoing; Mon, 13 Jan 1997 21:48:33 -0800 (PST) Received: from dfw-ix7.ix.netcom.com (dfw-ix7.ix.netcom.com [206.214.98.7]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id VAA24217 for <ports@freebsd.org>; Mon, 13 Jan 1997 21:48:30 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca21-14.ix.netcom.com [207.94.231.110]) by dfw-ix7.ix.netcom.com (8.6.13/8.6.12) with ESMTP id VAA08373; Mon, 13 Jan 1997 21:47:56 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id VAA01032; Mon, 13 Jan 1997 21:47:53 -0800 (PST) Date: Mon, 13 Jan 1997 21:47:53 -0800 (PST) Message-Id: <199701140547.VAA01032@silvia.HIP.Berkeley.EDU> To: eivind@dimaga.com CC: ports@freebsd.org In-reply-to: <3.0.32.19970113115703.00a1b8e0@dimaga.com> (message from Eivind Eklund on Mon, 13 Jan 1997 11:57:04 +0100) Subject: Re: AfterStep in -current From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Just submitting for somebody else to verify: AfterStep seems to try to * compress it's man-pages twice. It might be just my system though - I'm * running 2.1.6 with bsd.ports.mk, bsd.ports.subdir.mk and * /usr/bin/src/usr.bin/make/var.c from current. (As per Asamis comment about * ports infrastructure earlier today) Really? The only cause I can think for this is that your bsd.port.mk is a little old, namely older than 1.236 (Dec 11) and a new afterstep port. (Actually David jumped the gun and the change to afterstep went in on Dec 10. :) What does "grep Id bsd.port.mk" say? Satoshi From owner-freebsd-ports Mon Jan 13 21:59:01 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA27112 for ports-outgoing; Mon, 13 Jan 1997 21:59:01 -0800 (PST) Received: from dfw-ix6.ix.netcom.com (dfw-ix6.ix.netcom.com [206.214.98.6]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id VAA27095 for <ports@freebsd.org>; Mon, 13 Jan 1997 21:58:57 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca21-14.ix.netcom.com [207.94.231.110]) by dfw-ix6.ix.netcom.com (8.6.13/8.6.12) with ESMTP id VAA16853; Mon, 13 Jan 1997 21:58:19 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id VAA01138; Mon, 13 Jan 1997 21:58:16 -0800 (PST) Date: Mon, 13 Jan 1997 21:58:16 -0800 (PST) Message-Id: <199701140558.VAA01138@silvia.HIP.Berkeley.EDU> To: dbabler@Rigel.orionsys.com CC: ports@freebsd.org In-reply-to: <Pine.BSI.3.95.970113145604.6480A-100000@Rigel.orionsys.com> (message from Dave Babler on Mon, 13 Jan 1997 14:58:57 -0800 (PST)) Subject: Re: problems making expect From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * > Yes, you will be in trouble. Can you just use the port/package on the * > CD? We really don't have enough manpower to maintain the ports tree * > for two releases.... * Unfortunately, there is no expect package on the 2.1.5 CD-ROM. Ouch. What about the port? Does it work? Satoshi From owner-freebsd-ports Mon Jan 13 22:54:07 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA15845 for ports-outgoing; Mon, 13 Jan 1997 22:54:07 -0800 (PST) Received: from dfw-ix5.ix.netcom.com (dfw-ix5.ix.netcom.com [206.214.98.5]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id WAA15822 for <freebsd-ports@freefall.freebsd.org>; Mon, 13 Jan 1997 22:54:03 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca21-14.ix.netcom.com [207.94.231.110]) by dfw-ix5.ix.netcom.com (8.6.13/8.6.12) with ESMTP id WAA17696; Mon, 13 Jan 1997 22:52:09 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id WAA01328; Mon, 13 Jan 1997 22:52:04 -0800 (PST) Date: Mon, 13 Jan 1997 22:52:04 -0800 (PST) Message-Id: <199701140652.WAA01328@silvia.HIP.Berkeley.EDU> To: peter@spinner.DIALix.COM CC: jkh@time.cdrom.com, chuckr@glue.umd.edu, andrew@ugh.net.au, freebsd-gnats-submit@freebsd.org, freebsd-ports@freefall.freebsd.org In-reply-to: <199701130324.LAA01731@spinner.DIALix.COM> (message from Peter Wemm on Mon, 13 Jan 1997 11:24:20 +0800) Subject: Re: ports/2467: tops display is corrupt From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Did you build the package yourself, or did you get it via ftp? If you got * the package via ftp, where did you get it? The package is out of date and * needs to be rebuilt. (Most likely Satoshi didn't rebuild top after some * kernel structures changed). If you build it by hand and it's failing, make * sure you rebuild and reinstall libkvm. Which package are you talking about? I rebuilt both (2.2 and 3.0) packages just a few days ago, in fact before following up yesterday I did a pkg_add of both and verified they both work fine (here). Satoshi From owner-freebsd-ports Tue Jan 14 01:58:30 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA03980 for ports-outgoing; Tue, 14 Jan 1997 01:58:30 -0800 (PST) Received: from nic.follonett.no (nic.follonett.no [194.198.43.10]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id BAA03975 for <ports@FreeBSD.ORG>; Tue, 14 Jan 1997 01:58:26 -0800 (PST) Received: (from uucp@localhost) by nic.follonett.no (8.8.3/8.8.3) with UUCP id KAA08662; Tue, 14 Jan 1997 10:56:45 +0100 (MET) Received: from oo7 (oo7.dimaga.com [192.0.0.65]) by dimaga.com (8.7.5/8.7.2) with SMTP id KAA10306; Tue, 14 Jan 1997 10:53:55 +0100 (MET) Message-Id: <3.0.32.19970114105355.00a3aa10@dimaga.com> X-Sender: eivind@dimaga.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 14 Jan 1997 10:53:56 +0100 To: asami@vader.cs.berkeley.edu (Satoshi Asami) From: Eivind Eklund <eivind@dimaga.com> Subject: Re: AfterStep in -current Cc: 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 09:47 PM 1/13/97 -0800, Satoshi Asami wrote: > * Just submitting for somebody else to verify: AfterStep seems to try to > * compress it's man-pages twice. It might be just my system though - I'm > * running 2.1.6 with bsd.ports.mk, bsd.ports.subdir.mk and > * /usr/bin/src/usr.bin/make/var.c from current. (As per Asamis comment about > * ports infrastructure earlier today) > >Really? The only cause I can think for this is that your bsd.port.mk >is a little old, namely older than 1.236 (Dec 11) and a new afterstep >port. (Actually David jumped the gun and the change to afterstep went >in on Dec 10. :) > >What does "grep Id bsd.port.mk" say? *blush* - I'd downloaded the new bsd.port.mk to /usr/src/share/mk instead of /usr/share/mk - works now. (I had 1.165 in /usr/share/mk, and 1.243 in /usr/src/share/mk - and now it works.) Perhaps it would be an idea for ports to specify minimum version of bsd.ports.mk? (Just set it to whatever the author of the port has on his system - better that too many people upgrade than too few.) Eivind Eklund / perhaps@yes.no / http://maybe.yes.no/perhaps/ From owner-freebsd-ports Tue Jan 14 02:10:39 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA04473 for ports-outgoing; Tue, 14 Jan 1997 02:10:39 -0800 (PST) Received: from dfw-ix4.ix.netcom.com (dfw-ix4.ix.netcom.com [206.214.98.4]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id CAA04468 for <ports@FreeBSD.ORG>; Tue, 14 Jan 1997 02:10:36 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca21-14.ix.netcom.com [207.94.231.110]) by dfw-ix4.ix.netcom.com (8.6.13/8.6.12) with ESMTP id CAA19058; Tue, 14 Jan 1997 02:09:57 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id CAA02853; Tue, 14 Jan 1997 02:09:53 -0800 (PST) Date: Tue, 14 Jan 1997 02:09:53 -0800 (PST) Message-Id: <199701141009.CAA02853@silvia.HIP.Berkeley.EDU> To: eivind@dimaga.com CC: ports@FreeBSD.ORG In-reply-to: <3.0.32.19970114105355.00a3aa10@dimaga.com> (message from Eivind Eklund on Tue, 14 Jan 1997 10:53:56 +0100) Subject: Re: AfterStep in -current From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * *blush* - I'd downloaded the new bsd.port.mk to /usr/src/share/mk instead * of /usr/share/mk - works now. (I had 1.165 in /usr/share/mk, and 1.243 in * /usr/src/share/mk - and now it works.) :) * Perhaps it would be an idea for ports to specify minimum version of * bsd.ports.mk? (Just set it to whatever the author of the port has on his * system - better that too many people upgrade than too few.) I don't think that is necassary, and it will be a royal pain to keep track for the whole ports tree. I really don't want to add another mandatory variable to every single one of our 752 ports. Besides, the ports tree is only tracking -current, in principle. If you have an old system, you should always get the latest bsd.port.mk (and put it in /usr/share/mk :) and try your luck, as we still cannot guarantee anything. Satoshi From owner-freebsd-ports Tue Jan 14 04:12:41 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA09293 for ports-outgoing; Tue, 14 Jan 1997 04:12:41 -0800 (PST) Received: from nic.follonett.no (nic.follonett.no [194.198.43.10]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id EAA09285 for <ports@FreeBSD.ORG>; Tue, 14 Jan 1997 04:12:36 -0800 (PST) Received: (from uucp@localhost) by nic.follonett.no (8.8.3/8.8.3) with UUCP id NAA10057; Tue, 14 Jan 1997 13:10:53 +0100 (MET) Received: from oo7 (oo7.dimaga.com [192.0.0.65]) by dimaga.com (8.7.5/8.7.2) with SMTP id NAA00518; Tue, 14 Jan 1997 13:11:26 +0100 (MET) Message-Id: <3.0.32.19970114131125.00a753f0@dimaga.com> X-Sender: eivind@dimaga.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 14 Jan 1997 13:11:26 +0100 To: asami@vader.cs.berkeley.edu (Satoshi Asami) From: Eivind Eklund <eivind@dimaga.com> Subject: Re: AfterStep in -current Cc: 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 02:09 AM 1/14/97 -0800, Satoshi Asami wrote: > * Perhaps it would be an idea for ports to specify minimum version of > * bsd.ports.mk? (Just set it to whatever the author of the port has on his > * system - better that too many people upgrade than too few.) > >I don't think that is necassary, and it will be a royal pain to keep >track for the whole ports tree. Why is it nescarry to keep track? I suggest just copying the version number from the version the port author is running to somewhere in the port, and just let that be a minimum. No changes until the port is 'naturally updated', whereupon people might again be required to update bsd.ports.mk. >I really don't want to add another mandatory variable to every single one of >our 752 ports. Default to no version requirement. No need to update old ports. >Besides, the ports tree is only tracking -current, in principle. If >you have an old system, you should always get the latest bsd.port.mk >(and put it in /usr/share/mk :) and try your luck, as we still cannot >guarantee anything. Of course. The point of this was to make it easier to avoid spurious bug-reports of the type I gave. Not a pet idea of mine; just something I thought might save _you_ some work. Eivind Eklund / perhaps@yes.no / http://maybe.yes.no/perhaps/ From owner-freebsd-ports Tue Jan 14 04:35:16 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA10406 for ports-outgoing; Tue, 14 Jan 1997 04:35:16 -0800 (PST) Received: from dfw-ix5.ix.netcom.com (dfw-ix5.ix.netcom.com [206.214.98.5]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id EAA10401 for <ports@FreeBSD.ORG>; Tue, 14 Jan 1997 04:35:13 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca21-14.ix.netcom.com [207.94.231.110]) by dfw-ix5.ix.netcom.com (8.6.13/8.6.12) with ESMTP id EAA28114; Tue, 14 Jan 1997 04:34:39 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id EAA04509; Tue, 14 Jan 1997 04:34:37 -0800 (PST) Date: Tue, 14 Jan 1997 04:34:37 -0800 (PST) Message-Id: <199701141234.EAA04509@silvia.HIP.Berkeley.EDU> To: eivind@dimaga.com CC: ports@FreeBSD.ORG In-reply-to: <3.0.32.19970114131125.00a753f0@dimaga.com> (message from Eivind Eklund on Tue, 14 Jan 1997 13:11:26 +0100) Subject: Re: AfterStep in -current From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Why is it nescarry to keep track? I suggest just copying the version * number from the version the port author is running to somewhere in the * port, and just let that be a minimum. No changes until the port is * 'naturally updated', whereupon people might again be required to update * bsd.ports.mk. Oh, I see. I guess we can even automate it, just like files/md5 creation. asami$ make makeid asami$ cat files/portid 1.248 asami$ <cvs commit, someone else downloads it> eivind% make This port requires bsd.port.mk rev. 1.248; you have 1.247. *** Error code 1 Stop. eivind% fetch ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/.... :) * Default to no version requirement. No need to update old ports. Actually, if we are going to do something like this, we should make it mandatory, to reduce the chance of mistakes. * Of course. The point of this was to make it easier to avoid spurious * bug-reports of the type I gave. * * Not a pet idea of mine; just something I thought might save _you_ some work. Thanks, but I still wonder if that kind of case is really that frequent. ;) Also, another problem is that if we go to twin-branch development (for 2.2.5 and 3.0, we are planning this after the 2.2R) on the ports tree, it is quite possible that we'll have two versions of bsd.port.mk. We then can't easily compare the revisions on different cvs branches. But nonetheless, this is a very interesting idea. Satoshi From owner-freebsd-ports Tue Jan 14 10:31:33 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA28503 for ports-outgoing; Tue, 14 Jan 1997 10:31:33 -0800 (PST) Received: from spock.tinet.ie (spock.tinet.ie [159.134.237.8]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id KAA28498 for <ports@FreeBSD.ORG>; Tue, 14 Jan 1997 10:31:29 -0800 (PST) Received: by spock.tinet.ie; id AA12649; Tue, 14 Jan 1997 18:05:09 GMT Message-Id: <9701141805.AA12649@spock.tinet.ie> From: "David" <elvislives@usa.net> To: <ports@FreeBSD.ORG> Subject: XV Date: Tue, 14 Jan 1997 18:30:59 -0000 X-Msmail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I can't get XV to install, it exits with error 1 I don't know what this means, and I have no idea how to istall it properly. When I use your port with it it says xv-3.10a.tar.gz has a checksum mismatch, but I downloaded it from the official XV page, the file is 3.4megs, is this too big, becuase I saw other ones 2.5ish, and they were 3.10a too. Is there a pre-compiled binary available? thanks. From owner-freebsd-ports Tue Jan 14 12:56:07 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA06615 for ports-outgoing; Tue, 14 Jan 1997 12:56:07 -0800 (PST) Received: from ormail.intel.com (ormail.intel.com [134.134.248.3]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id MAA06604 for <ports@freebsd.org>; Tue, 14 Jan 1997 12:56:02 -0800 (PST) Received: from ibeam.intel.com (ibeam.jf.intel.com [134.134.208.3]) by ormail.intel.com (8.8.4/8.8.4) with SMTP id MAA05417 for <ports@freebsd.org>; Tue, 14 Jan 1997 12:55:49 -0800 (PST) Received: from aahz.jf.intel.com by ibeam.intel.com with smtp (Smail3.1.28.1 #6) id m0vkFw1-000S8PC; Tue, 14 Jan 97 12:58 PST Received: by aahz.jf.intel.com (Smail3.1.28.1 #13) id m0vkFtF-000hxlC; Tue, 14 Jan 97 12:55 PST Message-Id: <m0vkFtF-000hxlC@aahz.jf.intel.com> From: batie@aahz.jf.intel.com (Alan Batie) Subject: xmj & TrueColor To: ports@freebsd.org Date: Tue, 14 Jan 1997 12:55:25 -0800 (PST) X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm just installed xmj, and all the tiles come out in B&W instead of color. I've tracked it down to the fact that I run my server in TrueColor mode, and xmj wants to use a dynamic colormap. I'm guessing that if there were a version that supported TrueColor, it'd be here, but I thought I'd ask anyhow, just in case. I'm afraid I'm not enough of an X programmer to even know where to start, though I'm guessing fixing it involves reading the static colormap and picking the appropriate colors to use for the tiles. -- Alan Batie ------ What goes up, must come down. batie@aahz.jf.intel.com \ / Ask any system administrator. +1 503-264-8844 (voice) \ / --unknown D0 D2 39 0E 02 34 D6 B4 \/ 5A 41 21 8F 23 5F 08 9D From owner-freebsd-ports Tue Jan 14 13:10:24 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA07394 for ports-outgoing; Tue, 14 Jan 1997 13:10:24 -0800 (PST) Received: from oyster.vast.unsw.edu.au (oyster.vast.unsw.edu.au [149.171.224.32]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id NAA07377 for <ports@freebsd.org>; Tue, 14 Jan 1997 13:10:12 -0800 (PST) Received: from mucket.vast.unsw.edu.au (mucket [149.171.224.9]) by oyster.vast.unsw.edu.au (8.7.5/8.7.3) with ESMTP id IAA14068; Wed, 15 Jan 1997 08:07:56 +1100 (EST) Received: (from julianj@localhost) by mucket.vast.unsw.edu.au (8.7.5/8.7.3) id IAA07665; Wed, 15 Jan 1997 08:09:30 +1100 (EST) Date: Wed, 15 Jan 1997 08:09:29 +1100 (EST) From: Julian Jenkins <julianj@vast.unsw.edu.au> X-Sender: julianj@mucket To: Satoshi Asami <asami@vader.cs.berkeley.edu> cc: eivind@dimaga.com, ports@freebsd.org Subject: Re: AfterStep in -current In-Reply-To: <199701141234.EAA04509@silvia.HIP.Berkeley.EDU> Message-ID: <Pine.SUN.3.91.970115080713.7242B-100000@mucket> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Oh, I see. I guess we can even automate it, just like files/md5 > creation. > > asami$ make makeid > asami$ cat files/portid > 1.248 > asami$ > <cvs commit, someone else downloads it> > eivind% make > This port requires bsd.port.mk rev. 1.248; you have 1.247. > *** Error code 1 > > Stop. > eivind% fetch ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/.... Or have it automatically update the appropriate files for you? Kaveman From owner-freebsd-ports Tue Jan 14 19:52:36 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA01974 for ports-outgoing; Tue, 14 Jan 1997 19:52:36 -0800 (PST) Received: from ns1.Telkomsel.co.id (ppp2.IdOLA.net.id [202.152.0.9]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id TAA01969 for <ports@freebsd.org>; Tue, 14 Jan 1997 19:52:27 -0800 (PST) Received: (from arman@localhost) by ns1.Telkomsel.co.id (8.8.3/8.8.3) id KAA07760; Wed, 15 Jan 1997 10:50:38 +0700 (JVT) Date: Wed, 15 Jan 1997 10:50:38 +0700 (JVT) From: Arman Hazairin Hasan <arman@BICO.co.id> X-Sender: arman@ns1.Telkomsel.co.id To: David <elvislives@usa.net> cc: ports@freebsd.org Subject: Re: XV In-Reply-To: <9701141805.AA12649@spock.tinet.ie> Message-ID: <Pine.BSF.3.91.970115104836.7658C-100000@ns1.Telkomsel.co.id> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 14 Jan 1997, David wrote: > I can't get XV to install, it exits with error 1 deleted.... > > Is there a pre-compiled binary available? Look in the packages, there is a binary version of xv named: xv-3.10a.tgz You also need, tiff-3.3.tgz and jpeg-6.tgz (if i'm not mistaken). All those sits in the packages directory of FreeBSD. > > thanks. -arman- From owner-freebsd-ports Tue Jan 14 20:46:15 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA04263 for ports-outgoing; Tue, 14 Jan 1997 20:46:15 -0800 (PST) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id UAA04167 for <ports@freebsd.org>; Tue, 14 Jan 1997 20:44:02 -0800 (PST) Received: (from msmith@localhost) by genesis.atrad.adelaide.edu.au (8.8.2/8.7.3) id PAA04650 for ports@freebsd.org; Wed, 15 Jan 1997 15:13:06 +1030 (CST) From: Michael Smith <msmith@atrad.adelaide.edu.au> Message-Id: <199701150443.PAA04650@genesis.atrad.adelaide.edu.au> Subject: Tricky patch scenario... To: ports@freebsd.org Date: Wed, 15 Jan 1997 15:13:05 +1030 (CST) 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 I've got a port I'm updating here, which now has a seperately-distributed patch file. The patch file is in .tar.Z.uue.txt format, ie. it's a uuencoded .tar.Z file, which extracts files into a seperate directory which then have to be copied over some old files in the original. Can anyone suggest a decent way of doing this? -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[ From owner-freebsd-ports Tue Jan 14 23:59:35 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA15329 for ports-outgoing; Tue, 14 Jan 1997 23:59:35 -0800 (PST) Received: from dfw-ix7.ix.netcom.com (dfw-ix7.ix.netcom.com [206.214.98.7]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id XAA15323 for <ports@freebsd.org>; Tue, 14 Jan 1997 23:59:33 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca5-19.ix.netcom.com [199.35.213.179]) by dfw-ix7.ix.netcom.com (8.6.13/8.6.12) with ESMTP id XAA28590; Tue, 14 Jan 1997 23:58:59 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id XAA04457; Tue, 14 Jan 1997 23:58:56 -0800 (PST) Date: Tue, 14 Jan 1997 23:58:56 -0800 (PST) Message-Id: <199701150758.XAA04457@silvia.HIP.Berkeley.EDU> To: msmith@atrad.adelaide.edu.au CC: ports@freebsd.org In-reply-to: <199701150443.PAA04650@genesis.atrad.adelaide.edu.au> (message from Michael Smith on Wed, 15 Jan 1997 15:13:05 +1030 (CST)) Subject: Re: Tricky patch scenario... From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I've got a port I'm updating here, which now has a * seperately-distributed patch file. The patch file is in * ..tar.Z.uue.txt format, ie. it's a uuencoded .tar.Z file, which * extracts files into a seperate directory which then have to be copied * over some old files in the original. * * Can anyone suggest a decent way of doing this? Add the file to DISTFILES (but exclude it from EXTRACT_ONLY) and write your own pre-patch target to extract and copy it over. Satoshi From owner-freebsd-ports Wed Jan 15 00:19:14 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA16364 for ports-outgoing; Wed, 15 Jan 1997 00:19:14 -0800 (PST) Received: from dfw-ix10.ix.netcom.com (dfw-ix10.ix.netcom.com [206.214.98.10]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id AAA16359; Wed, 15 Jan 1997 00:19:10 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca5-19.ix.netcom.com [199.35.213.179]) by dfw-ix10.ix.netcom.com (8.6.13/8.6.12) with ESMTP id AAA17992; Wed, 15 Jan 1997 00:18:36 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id AAA04539; Wed, 15 Jan 1997 00:18:34 -0800 (PST) Date: Wed, 15 Jan 1997 00:18:34 -0800 (PST) Message-Id: <199701150818.AAA04539@silvia.HIP.Berkeley.EDU> To: ports@freebsd.org, jkh@freebsd.org Subject: please test (+REQUIRED_BY support) From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The following patch adds support for the +REQUIRED_BY file in /var/db/pkg. If you make install port A, and then port B that depends on port B, you will no longer see the "can't open +REQUIRED_BY" when you do a pkg_delete on B. (And more importantly, pkg_delete will complain if you try to remove port A.) It will check for the existence of the directory of the depended port, then see if the line already exists (note grep will return false if the file doesn't exist or the line doesn't exist) and adds it if it doesn't. It will not create a directory or the depended port if it doesn't exist. I will be back on Saturday, so please test it before then. Satoshi ------- Index: bsd.port.mk =================================================================== RCS file: /usr/cvs/src/share/mk/bsd.port.mk,v retrieving revision 1.247 diff -u -r1.247 bsd.port.mk --- bsd.port.mk 1997/01/14 06:33:27 1.247 +++ bsd.port.mk 1997/01/15 05:52:01 @@ -1598,6 +1598,14 @@ if [ -f ${PKGDIR}/REQ ]; then \ ${CP} ${PKGDIR}/REQ ${PKG_DBDIR}/${PKGNAME}/+REQ; \ fi; \ + for dep in `make package-depends | sort -u`; do \ + if [ -d ${PKG_DBDIR}/$$dep ]; then \ + if ! ${GREP} ^${PKGNAME}$$ ${PKG_DBDIR}/$$dep/+REQUIRED_BY \ + >/dev/null 2>&1; then \ + ${ECHO} ${PKGNAME} >> ${PKG_DBDIR}/$$dep/+REQUIRED_BY; \ + fi; \ + fi; \ + done; \ else \ ${ECHO_MSG} "===> ${PKGNAME} is already installed - perhaps an older version?"; \ ${ECHO_MSG} " If so, you may wish to \`\`pkg_delete ${PKGNAME}'' and install"; \ From owner-freebsd-ports Wed Jan 15 00:51:07 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA17628 for ports-outgoing; Wed, 15 Jan 1997 00:51:07 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id AAA17623 for <ports@freebsd.org>; Wed, 15 Jan 1997 00:51:03 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id JAA29026; Wed, 15 Jan 1997 09:50:40 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.4/8.6.9) id JAA10424; Wed, 15 Jan 1997 09:24:58 +0100 (MET) Message-ID: <Mutt.19970115092458.j@uriah.heep.sax.de> Date: Wed, 15 Jan 1997 09:24:58 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: michael@seedsnet.ru Cc: ports@freebsd.org Subject: Re: kern/2492: AIMS Lab RadioTrack driver for FreeBSD 2.1.5 and above References: <199701141132.OAA28098@seedsnet.ru> X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199701141132.OAA28098@seedsnet.ru>; from Michael Khoteev on Jan 14, 1997 14:32:26 +0300 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk What should we do with such a kind of submission? I'd instantly say this is ports fodder, but OTOH, it involves a kernel driver. As Michael Khoteev wrote: > >Description: > > Driver for AIMS Lab RadioTerack radio card for FreeBSD > and program for control this device. > avialable ftp.seedsnet.ru/pub/FreeBSD/fmradio/Rtrack.tgz -- 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 Jan 15 03:30:03 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA22341 for ports-outgoing; Wed, 15 Jan 1997 03:30:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA22330; Wed, 15 Jan 1997 03:30:02 -0800 (PST) Resent-Date: Wed, 15 Jan 1997 03:30:02 -0800 (PST) Resent-Message-Id: <199701151130.DAA22330@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.DAA22166;Wed; (8.8.4/8.8.4);, 15 Jan 1997 03:21:57.-0800 (PST) Message-Id: <199701151121.DAA22166@freefall.freebsd.org> Date: Wed, 15 Jan 1997 03:21:57 -0800 (PST) From: Nakai@Mlab.t.u-tokyo.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/2500: Fixed port: Guavac (lang/guavac) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2500 >Category: ports >Synopsis: Fixed port: Guavac (lang/guavac) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 15 03:30:01 PST 1997 >Last-Modified: >Originator: Yukihiro Nakai >Organization: University of Tokyo >Release: 2.2Beta and 2.2-961014SNAP >Environment: FreeBSD PyroPolis 2.2-961014-SNAP FreeBSD 2.2-961014-SNAP #0: Tue Oct 15 01:27:25 1996 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: I have fixed and uploaded guavac port for FreeBSD. ftp://ftp.noc.titech.ac.jp/pub/tmp/aki/in.coming/PORTS/Nakai/guavac.tgz This port of the free java compiler have been broken for a long time under FreeBSD 2.2 but now it's O.K. I've tested and I'm sure it works well with the java programs for demo in Sun's JDK. Please take a look. Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Jan 15 07:50:04 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA07614 for ports-outgoing; Wed, 15 Jan 1997 07:50:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA07602; Wed, 15 Jan 1997 07:50:02 -0800 (PST) Resent-Date: Wed, 15 Jan 1997 07:50:02 -0800 (PST) Resent-Message-Id: <199701151550.HAA07602@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, thomas@ghpc8.ihf.rwth-aachen.de Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id HAA07221 for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Jan 1997 07:40:07 -0800 (PST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.12/8.6.9) id QAA08917; Wed, 15 Jan 1997 16:40:03 +0100 Message-Id: <199701151540.QAA08917@ghpc6.ihf.rwth-aachen.de> Date: Wed, 15 Jan 1997 16:40:03 +0100 From: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Reply-To: thomas@ghpc8.ihf.rwth-aachen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2503: xpm-3.4j installs xpm.h into /usr/X11R6/include/X11/X11/xpm.h Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2503 >Category: ports >Synopsis: xpm-3.4j installs xpm.h into /usr/X11R6/include/X11/X11/xpm.h >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 15 07:50:01 PST 1997 >Last-Modified: >Originator: Thomas Gellekum >Organization: >Release: FreeBSD 2.2-BETA >Environment: fresh installed 2.2-BETA >Description: The current xpm port installs the xpm.h into /usr/X11R6/include/X11/X11/xpm.h, which is one level too deep >How-To-Repeat: cd /usr/ports/graphics/xpm; make install >Fix: none yet >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Jan 15 08:58:57 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA10846 for ports-outgoing; Wed, 15 Jan 1997 08:58:57 -0800 (PST) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id IAA10841 for <ports@freebsd.org>; Wed, 15 Jan 1997 08:58:55 -0800 (PST) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA28920; Wed, 15 Jan 1997 08:58:54 -0800 Date: Wed, 15 Jan 1997 08:58:54 -0800 (PST) From: "Brian N. Handy" <handy@sag.space.lockheed.com> To: ports@freebsd.org Subject: cbb? Message-Id: <Pine.OSF.3.94.970115085710.5991G-100000@sag.space.lockheed.com> 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 Hey, Wasn't there a checkbook-balancer program (cbb) out there in ports once? I had tried it once and it was pretty cool...but appears to be missing. Question: Was it there, or was I off in some sort of opium dream again? If it isn't, I think I was able to get it running no problem, if that's the case I'd be happy to hunt it down and portify it. (Though I woulda sweared somebody already had...) Cheers, Brian From owner-freebsd-ports Wed Jan 15 09:09:33 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA11546 for ports-outgoing; Wed, 15 Jan 1997 09:09:33 -0800 (PST) Received: from ingenieria ([168.176.15.11]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id JAA11538 for <ports@freebsd.org>; Wed, 15 Jan 1997 09:09:29 -0800 (PST) Received: from unalmodem.usc.unal.edu.co by ingenieria (SMI-8.6/SMI-SVR4) id LAA03537; Wed, 15 Jan 1997 11:55:58 -0500 Message-ID: <32DD38DB.166B@fps.biblos.unal.edu.co> Date: Wed, 15 Jan 1997 12:06:51 -0800 From: "Pedro Giffuni S." <pgiffuni@fps.biblos.unal.edu.co> Reply-To: m230761@ingenieria.ingsala.unal.edu.co Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: ports@freebsd.org Subject: Graphical and Numerical extensions for UNIX Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I found this nice site with portable stuff: http://www.lassp.cornell.edu/LASSPTools/LASSPTools.html In case someone is interested and with spare time :). From owner-freebsd-ports Wed Jan 15 09:31:13 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA12449 for ports-outgoing; Wed, 15 Jan 1997 09:31:13 -0800 (PST) Received: from ian.broken.net (R-ddo.resnet.ucsb.edu [128.111.120.207]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id JAA12444 for <ports@freebsd.org>; Wed, 15 Jan 1997 09:31:09 -0800 (PST) Received: (from ian@localhost) by ian.broken.net (8.8.4/8.7.3) id JAA05927; Wed, 15 Jan 1997 09:31:00 -0800 (PST) Message-ID: <XFMail.970115093059.ian@ian.broken.net> X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <Pine.OSF.3.94.970115085710.5991G-100000@sag.space.lockheed.com> Date: Wed, 15 Jan 1997 09:28:47 -0800 (PST) From: Ian Struble <ian@ian.broken.net> To: "Brian N. Handy" <handy@sag.space.lockheed.com> Subject: RE: cbb? Cc: ports@freebsd.org Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Oh, just to save you a little time, cbb can be found at ftp://ftp.me.umn.edu/pub/finance/ and/or http://www.menet.umn.edu/~clolson/cbb/ Ian On 15-Jan-97 Brian N. Handy wrote: >Hey, > >Wasn't there a checkbook-balancer program (cbb) out there in ports once? >I had tried it once and it was pretty cool...but appears to be missing. > >Question: Was it there, or was I off in some sort of opium dream again? >If it isn't, I think I was able to get it running no problem, if that's >the case I'd be happy to hunt it down and portify it. (Though I woulda >sweared somebody already had...) > >Cheers, > >Brian > ---- Grabel's Law: 2 is not equal to 3 -- not even for large values of 2. ---- From owner-freebsd-ports Wed Jan 15 10:35:16 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA16015 for ports-outgoing; Wed, 15 Jan 1997 10:35:16 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA15941; Wed, 15 Jan 1997 10:33:33 -0800 (PST) Date: Wed, 15 Jan 1997 10:33:33 -0800 (PST) From: "Andrey A. Chernov" <ache> Message-Id: <199701151833.KAA15941@freefall.freebsd.org> To: thomas@ghpc8.ihf.rwth-aachen.de, ache, freebsd-ports Subject: Re: ports/2503 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: xpm-3.4j installs xpm.h into /usr/X11R6/include/X11/X11/xpm.h State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Wed Jan 15 10:32:24 PST 1997 State-Changed-Why: Fixed in patch-aa 1.4 From owner-freebsd-ports Wed Jan 15 10:40:07 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA16313 for ports-outgoing; Wed, 15 Jan 1997 10:40:07 -0800 (PST) Received: from Rigel.orionsys.com (root@rigel.orionsys.com [205.148.224.9]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id KAA16308 for <ports@freebsd.org>; Wed, 15 Jan 1997 10:40:04 -0800 (PST) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.7.6/8.6.9) with SMTP id KAA11839; Wed, 15 Jan 1997 10:39:39 -0800 (PST) Date: Wed, 15 Jan 1997 10:39:38 -0800 (PST) From: Dave Babler <dbabler@Rigel.orionsys.com> To: Satoshi Asami <asami@vader.cs.berkeley.edu> cc: ports@freebsd.org Subject: Re: problems making expect In-Reply-To: <199701140558.VAA01138@silvia.HIP.Berkeley.EDU> Message-ID: <Pine.BSI.3.95.970115103634.11825A-100000@Rigel.orionsys.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 13 Jan 1997, Satoshi Asami wrote: > * > Yes, you will be in trouble. Can you just use the port/package on the > * > CD? We really don't have enough manpower to maintain the ports tree > * > for two releases.... > > * Unfortunately, there is no expect package on the 2.1.5 CD-ROM. > > Ouch. What about the port? Does it work? > > Satoshi > That's my original problem... the port won't build because of the interaction with tcl7.5. Tcl7.5 itself builds fine (and I tried removing it and installing the package as well) - it's that the expect port doesn't play well with Tcl and won't build past the point of trying to find 'private headers' in the tclCongig.sh file. -Dave From owner-freebsd-ports Wed Jan 15 11:38:42 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA19248 for ports-outgoing; Wed, 15 Jan 1997 11:38:42 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id LAA19226 for <ports@freebsd.org>; Wed, 15 Jan 1997 11:38:27 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <19757(7)>; Wed, 15 Jan 1997 11:34:56 PST Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177476>; Wed, 15 Jan 1997 11:32:49 -0800 X-Mailer: exmh version 1.6.9 8/22/96 To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: michael@seedsnet.ru, ports@freebsd.org Subject: Re: kern/2492: AIMS Lab RadioTrack driver for FreeBSD 2.1.5 and above In-reply-to: Your message of "Wed, 15 Jan 1997 00:24:58 PST." <Mutt.19970115092458.j@uriah.heep.sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 15 Jan 1997 11:32:39 PST From: Bill Fenner <fenner@parc.xerox.com> Message-Id: <97Jan15.113249pst.177476@crevenia.parc.xerox.com> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <Mutt.19970115092458.j@uriah.heep.sax.de>you write: >What should we do with such a kind of submission? Make it the first LKM port? Bill From owner-freebsd-ports Wed Jan 15 15:00:04 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA04209 for ports-outgoing; Wed, 15 Jan 1997 15:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA04183; Wed, 15 Jan 1997 15:00:02 -0800 (PST) Resent-Date: Wed, 15 Jan 1997 15:00:02 -0800 (PST) Resent-Message-Id: <199701152300.PAA04183@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.OAA04125;Wed; (8.8.4/8.8.4);, 15 Jan 1997 14:59:31.-0800 (PST) Message-Id: <199701152259.OAA04125@freefall.freebsd.org> Date: Wed, 15 Jan 1997 14:59:31 -0800 (PST) From: jeffb@doit.wisc.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/2504: packages-2.2/INDEX is out of date Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2504 >Category: ports >Synopsis: packages-2.2/INDEX is out of date >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 15 15:00:01 PST 1997 >Last-Modified: >Originator: Jeff Bartig >Organization: University of Wisconsin-Madison >Release: 2.2-BETA >Environment: FreeBSD rainbowed.doit.wisc.edu 2.2-BETA_A FreeBSD 2.2-BETA_A #0: Tue Dec 24 03:41:49 1996 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: I just installed the 2.2-BETA release and tried installing some packages with the /stand/sysinstall program. A number of the packages have failed to install because the package can not be found on the installation media (ftp.freebsd.org). I've checked, and in each case, the file name in the INDEX file doesn't match the actual name of the package. The packages all are newer versions than are listed in the index. An example is ELM. In the INDEX file it is listed as elm-2.4ME+28, while the actual file name is elm-2.4ME+30. >How-To-Repeat: See description. >Fix: Update the INDEX file. >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Jan 15 17:01:14 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA12628 for ports-outgoing; Wed, 15 Jan 1997 17:01:14 -0800 (PST) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id RAA12620 for <ports@freebsd.org>; Wed, 15 Jan 1997 17:01:11 -0800 (PST) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.4/8.8.4) with SMTP id UAA20030 for <ports@freebsd.org>; Wed, 15 Jan 1997 20:01:10 -0500 (EST) Date: Wed, 15 Jan 1997 20:01:10 -0500 (EST) From: John Fieber <jfieber@indiana.edu> To: ports@freebsd.org Subject: Ports status / category quandry Message-ID: <Pine.BSI.3.95.970115195040.264m-100000@fallout.campusview.indiana.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk After all this time, I've put together my first port--James Clark's SP. This includes the SGML parser as a library (both static and shared, with includes) and some applications (nsgmls, sgmlnorm, spam, and spent). Two questions: 1) I haven't been following the freeze announcements, what is the latest scoop on adding new ports? 2) This port really wants to be in a "text processing" category. In fact, in the misc category, it has a few other lost friends like glimpse, ispell, mgdiff, recode, rman, and trans. Opinions on a "Text" category? -john From owner-freebsd-ports Wed Jan 15 18:50:38 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA20883 for ports-outgoing; Wed, 15 Jan 1997 18:50:38 -0800 (PST) Received: from po1.glue.umd.edu (root@po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id SAA20877 for <ports@freebsd.org>; Wed, 15 Jan 1997 18:50:35 -0800 (PST) Received: from baud.eng.umd.edu (baud.eng.umd.edu [129.2.98.183]) by po1.glue.umd.edu (8.8.3/8.7.3) with ESMTP id VAA05248; Wed, 15 Jan 1997 21:50:32 -0500 (EST) Received: from localhost (chuckr@localhost) by baud.eng.umd.edu (8.8.3/8.7.3) with SMTP id VAA01616; Wed, 15 Jan 1997 21:50:31 -0500 (EST) X-Authentication-Warning: baud.eng.umd.edu: chuckr owned process doing -bs Date: Wed, 15 Jan 1997 21:50:30 -0500 (EST) From: Chuck Robey <chuckr@glue.umd.edu> X-Sender: chuckr@baud.eng.umd.edu To: John Fieber <jfieber@indiana.edu> cc: ports@freebsd.org Subject: Re: Ports status / category quandry In-Reply-To: <Pine.BSI.3.95.970115195040.264m-100000@fallout.campusview.indiana.edu> Message-ID: <Pine.OSF.3.95.970115214945.2239E-100000@baud.eng.umd.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 15 Jan 1997, John Fieber wrote: > After all this time, I've put together my first port--James > Clark's SP. This includes the SGML parser as a library (both > static and shared, with includes) and some applications (nsgmls, > sgmlnorm, spam, and spent). > > Two questions: > > 1) I haven't been following the freeze announcements, what is > the latest scoop on adding new ports? > > 2) This port really wants to be in a "text processing" > category. In fact, in the misc category, it has a few other lost > friends like glimpse, ispell, mgdiff, recode, rman, and trans. > Opinions on a "Text" category? "print" category, it already exists, ghostscript, gv, tex, stuff like that. > > -john > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Wed Jan 15 19:10:52 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA22548 for ports-outgoing; Wed, 15 Jan 1997 19:10:52 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id TAA22542 for <ports@freebsd.org>; Wed, 15 Jan 1997 19:10:49 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.4/8.6.9) with ESMTP id TAA01898; Wed, 15 Jan 1997 19:10:42 -0800 (PST) To: John Fieber <jfieber@indiana.edu> cc: ports@freebsd.org Subject: Re: Ports status / category quandry In-reply-to: Your message of "Wed, 15 Jan 1997 20:01:10 EST." <Pine.BSI.3.95.970115195040.264m-100000@fallout.campusview.indiana.edu> Date: Wed, 15 Jan 1997 19:10:41 -0800 Message-ID: <1895.853384241@time.cdrom.com> From: "Jordan K. Hubbard" <jkh@time.cdrom.com> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > 1) I haven't been following the freeze announcements, what is > the latest scoop on adding new ports? Before Satoshi went off to his retreat, he said it was lifted indefinitely. > 2) This port really wants to be in a "text processing" > category. In fact, in the misc category, it has a few other lost > friends like glimpse, ispell, mgdiff, recode, rman, and trans. > Opinions on a "Text" category? I think it's a good idea - some things now in "print" should also probably move over to it. I should have had a text category from the beginning, but missed it. Jordan From owner-freebsd-ports Wed Jan 15 19:23:08 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA23418 for ports-outgoing; Wed, 15 Jan 1997 19:23:08 -0800 (PST) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id TAA23413 for <ports@freebsd.org>; Wed, 15 Jan 1997 19:23:04 -0800 (PST) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.4/8.8.4) with SMTP id WAA20549; Wed, 15 Jan 1997 22:23:01 -0500 (EST) Date: Wed, 15 Jan 1997 22:23:00 -0500 (EST) From: John Fieber <jfieber@indiana.edu> To: Chuck Robey <chuckr@glue.umd.edu> cc: ports@freebsd.org Subject: Re: Ports status / category quandry In-Reply-To: <Pine.OSF.3.95.970115214945.2239E-100000@baud.eng.umd.edu> Message-ID: <Pine.BSI.3.95.970115221128.264q-100000@fallout.campusview.indiana.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 15 Jan 1997, Chuck Robey wrote: > > 2) This port really wants to be in a "text processing" > > category. In fact, in the misc category, it has a few other lost > > friends like glimpse, ispell, mgdiff, recode, rman, and trans. > > Opinions on a "Text" category? > > "print" category, it already exists, ghostscript, gv, tex, stuff like > that. No. That would be like putting the perl5 port in the database category because you can use it in a database project. There is overlap between text processing and printing applications, but putting equating the two is a serious classification error. A printing application might make use of SGML, but SGML is *not* a printing application by any stretch of the definition. It doesn't belong in printing any more than ispell or recode does. -john From owner-freebsd-ports Wed Jan 15 19:31:11 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA23862 for ports-outgoing; Wed, 15 Jan 1997 19:31:11 -0800 (PST) Received: from po1.glue.umd.edu (root@po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id TAA23857 for <ports@freebsd.org>; Wed, 15 Jan 1997 19:31:08 -0800 (PST) Received: from baud.eng.umd.edu (baud.eng.umd.edu [129.2.98.183]) by po1.glue.umd.edu (8.8.3/8.7.3) with ESMTP id WAA05887; Wed, 15 Jan 1997 22:31:06 -0500 (EST) Received: from localhost (chuckr@localhost) by baud.eng.umd.edu (8.8.3/8.7.3) with SMTP id WAA02349; Wed, 15 Jan 1997 22:31:05 -0500 (EST) X-Authentication-Warning: baud.eng.umd.edu: chuckr owned process doing -bs Date: Wed, 15 Jan 1997 22:31:04 -0500 (EST) From: Chuck Robey <chuckr@glue.umd.edu> X-Sender: chuckr@baud.eng.umd.edu To: John Fieber <jfieber@indiana.edu> cc: ports@freebsd.org Subject: Re: Ports status / category quandry In-Reply-To: <Pine.BSI.3.95.970115221128.264q-100000@fallout.campusview.indiana.edu> Message-ID: <Pine.OSF.3.95.970115222817.2239F-100000@baud.eng.umd.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 15 Jan 1997, John Fieber wrote: > On Wed, 15 Jan 1997, Chuck Robey wrote: > > > > 2) This port really wants to be in a "text processing" > > > category. In fact, in the misc category, it has a few other lost > > > friends like glimpse, ispell, mgdiff, recode, rman, and trans. > > > Opinions on a "Text" category? > > > > "print" category, it already exists, ghostscript, gv, tex, stuff like > > that. > > No. > > That would be like putting the perl5 port in the database > category because you can use it in a database project. There is > overlap between text processing and printing applications, but > putting equating the two is a serious classification error. > > A printing application might make use of SGML, but SGML is *not* > a printing application by any stretch of the definition. It > doesn't belong in printing any more than ispell or recode does. Very few of our applications *exactly* fit one category. Is there anything else like sgml? Are you asking for a one-item category? Would putting sgml in either print or misc be so misleading? The idea of categories is to make things easier to locate, there isn't any intrinsic functionality implied. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Wed Jan 15 20:33:06 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA29332 for ports-outgoing; Wed, 15 Jan 1997 20:33:06 -0800 (PST) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id UAA29324 for <ports@freebsd.org>; Wed, 15 Jan 1997 20:33:01 -0800 (PST) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.4/8.8.4) with SMTP id XAA20657; Wed, 15 Jan 1997 23:32:59 -0500 (EST) Date: Wed, 15 Jan 1997 23:32:58 -0500 (EST) From: John Fieber <jfieber@indiana.edu> Reply-To: John Fieber <jfieber@indiana.edu> To: Chuck Robey <chuckr@glue.umd.edu> cc: ports@freebsd.org Subject: Re: Ports status / category quandry In-Reply-To: <Pine.OSF.3.95.970115222817.2239F-100000@baud.eng.umd.edu> Message-ID: <Pine.BSI.3.95.970115223234.264r-100000@fallout.campusview.indiana.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 15 Jan 1997, Chuck Robey wrote: > On Wed, 15 Jan 1997, John Fieber wrote: > > A printing application might make use of SGML, but SGML is *not* > > a printing application by any stretch of the definition. It > > doesn't belong in printing any more than ispell or recode does. > > Very few of our applications *exactly* fit one category. Is there > anything else like sgml? Are you asking for a one-item category? Would Of course I'm aware that nothing fits exactly one category. That is what cross references are for. In my years working in libraries, and more recently as a doctoral student in library and information science, I have had the opportunity to look at a number of classification schemes in enough depth to have a reasonable grasp of how they work, or don't as the case may be. A basic property of all schemes is that they have gaping holes. While the ominous four volume set that comprises the Library of Congress Subject headings seems to cover just about everything when looked at casually, more careful scrutiny reveals some holes of mammoth proportions. (particularly for non-western topics and materials). A difference between classification schemes that work and those that don't is that the former are dynamic and grow to fill in the gaps. The process never ends because gaps pop up out of nowhere, for instance the entire field of computer science created a gap that had to be filled in the before mentioned LCSH. Back to tho topic at hand, I think that SP, and a number of other text processing tools currently classified as "misc" belong in what is currently just such a hole in our tiny ports classification scheme. Heck, many of the most commonly used unix tools--sed, grep, awk, wc, sort, and uniq to name just a few--are best classified as text processing tools. Of course they could all be used in the process of creating a printed document, but few people if any would classify them as "printing" tools in the way that, say, TeX is a printing tool. So no, I don't think SP is a category of one. > putting sgml in either print or misc be so misleading? The idea of Short answer: yes. If I'm looking for something to validate the syntax of my HTML files, how likely is it that I'm going to look behind Door Number One labeled "print"? Not likely. -john From owner-freebsd-ports Wed Jan 15 23:43:17 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA08203 for ports-outgoing; Wed, 15 Jan 1997 23:43:17 -0800 (PST) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id XAA08197 for <freebsd-ports@freefall.FreeBSD.org>; Wed, 15 Jan 1997 23:43:13 -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 IAA29621 for <freebsd-ports@freefall.FreeBSD.org>; Thu, 16 Jan 1997 08:45:36 +0100 (MET) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.8.3/8.6.9) id IAA23506 for freebsd-ports@freefall.cdrom.com; Thu, 16 Jan 1997 08:45:02 +0100 (MET) Date: Thu, 16 Jan 1997 08:45:02 +0100 (MET) From: Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de> Message-Id: <199701160745.IAA23506@gilberto.physik.rwth-aachen.de> To: freebsd-ports@freefall.FreeBSD.org Subject: installing a port without distfiles Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Following situation: I compiled the XFree86 tree from ports, packed it into an x11.tar.gz file and moved it to another machine where I want to do the install. Now make is looking for the distfiles. Is there a way to tell the ports build mechanism to skip this step without mangling the Makefile. --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-ports Thu Jan 16 00:39:18 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA10714 for ports-outgoing; Thu, 16 Jan 1997 00:39:18 -0800 (PST) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id AAA10709 for <ports@freebsd.org>; Thu, 16 Jan 1997 00:39:15 -0800 (PST) Received: (from msmith@localhost) by genesis.atrad.adelaide.edu.au (8.8.2/8.7.3) id TAA12408 for ports@freebsd.org; Thu, 16 Jan 1997 19:09:13 +1030 (CST) From: Michael Smith <msmith@atrad.adelaide.edu.au> Message-Id: <199701160839.TAA12408@genesis.atrad.adelaide.edu.au> Subject: Re: cvs commit: ports/lang/idl4 - Imported sources In-Reply-To: <199701160833.AAA10350@freefall.freebsd.org> from Michael Smith at "Jan 16, 97 00:33:16 am" To: ports@freebsd.org Date: Thu, 16 Jan 1997 19:09:12 +1030 (CST) 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 Satoshi; I hope I did this right - as with netscape, we don't want the distfiles being mirrored everywhere or on the CD (they're huge too). Michael Smith stands accused of saying: > msmith 97/01/16 00:33:16 > > ports/lang/idl4 - Imported sources > Update of /home/ncvs/ports/lang/idl4 -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[ From owner-freebsd-ports Thu Jan 16 01:15:17 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA11943 for ports-outgoing; Thu, 16 Jan 1997 01:15:17 -0800 (PST) Received: from casimir.easynet.fr (casimir.easynet.fr [194.51.27.235]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id BAA11929 for <ports@freebsd.org>; Thu, 16 Jan 1997 01:14:56 -0800 (PST) Received: from casimir.easynet.fr (casimir.easynet.fr [194.51.27.235]) by casimir.easynet.fr (8.8.2/8.7.3) with SMTP id KAA04121; Thu, 16 Jan 1997 10:14:13 +0100 (MET) Date: Thu, 16 Jan 1997 10:14:13 +0100 (MET) From: David Ramahefason <rama@easynet.fr> To: ports@freebsd.org cc: rama@easynet.fr Subject: Mirroring HOW ?? Message-ID: <Pine.BSF.3.95.970116101307.4098B-100000@casimir.easynet.fr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, is there a mirroring tool that works fine on FBSD and BSDi ??? Does anybody uses it ?? Where could I found this. Thanks |David Ramahefason, rama@easynet.fr, Sysop, Easynet France SA| |http://www.easynet.fr 23, rue du Renard, 75004 Paris, FRANCE| | Think different Think BSD http://www.FreeBSD.org | | Wrap around problems with Python http://www.python.org | From owner-freebsd-ports Thu Jan 16 01:21:37 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA12200 for ports-outgoing; Thu, 16 Jan 1997 01:21:37 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id BAA12195 for <ports@freebsd.org>; Thu, 16 Jan 1997 01:21:34 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vko0q-0002MP-00; Thu, 16 Jan 1997 02:21:32 -0700 To: ports@freebsd.org Subject: jdk port Date: Thu, 16 Jan 1997 02:21:32 -0700 From: Warner Losh <imp@village.org> Message-Id: <E0vko0q-0002MP-00@rover.village.org> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk What X libraries does this use? I noticed that I'm getting ld.so runtime warnings here. Warner From owner-freebsd-ports Thu Jan 16 01:27:47 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA12326 for ports-outgoing; Thu, 16 Jan 1997 01:27:47 -0800 (PST) Received: from whale.gu.kiev.ua (whale.gu.net [194.93.190.4]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id BAA12321 for <ports@freebsd.org>; Thu, 16 Jan 1997 01:27:36 -0800 (PST) Received: from trifork.gu.net (trifork.gu.net [194.93.190.194]) by whale.gu.kiev.ua (8.7.5/8.7.3) with ESMTP id LAA86582 for <ports@freebsd.org>; Thu, 16 Jan 1997 11:27:31 +0200 X-Received: from whale.gu.kiev.ua (whale.gu.net [194.93.190.4]) by creator.gu.kiev.ua with ESMTP id HAA19436; Thu, 16 Jan 1997 07:45:23 +0200 X-Received: (from daemon@localhost) by whale.gu.kiev.ua (8.7.5/8.7.3) id FAA85386 for umt-users-outgoing; Thu, 16 Jan 1997 05:44:15 GMT X-Received: from crocodile (crocodile.org [206.14.92.100]) by whale.gu.kiev.ua (8.7.5/8.7.3) with ESMTP id HAA51330 for <umt-users@whale.gu.kiev.ua>; Thu, 16 Jan 1997 07:44:08 +0200 X-Received: from localhost (localhost [127.0.0.1]) by crocodile (8.7.6/8.7.3) with SMTP id VAA20685; Wed, 15 Jan 1997 21:44:34 -0800 Date: Wed, 15 Jan 1997 21:44:33 -0800 (PST) From: Vadim Zaliva <lord@crocodile.org> To: umt-users@whale.gu.kiev.ua cc: umt@topaz.kiev.ua, kvm@topaz.kiev.ua, Dmitry Kohmanuk <dk+@ua.net>, green@topaz.kiev.ua, bird@topaz.kiev.ua, Vlad Karpinsky <vlad@crocodile.org>, Sebastian Kamyshenko <sebast@crocodile.org>, linux-announce@stc06.ctd.ornl.gov Subject: Ultimate Mail Tool (UMT) source distribution Message-ID: <Pine.LNX.3.95.970115212840.20625A-100000@crocodile.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII ReSent-Date: Thu, 16 Jan 1997 11:27:29 +0200 (EET) ReSent-From: Andrew Stesin <stesin@gu.net> ReSent-To: ports@freebsd.org ReSent-Message-ID: <Pine.BSF.3.95.970116112729.3924H@trifork.gu.net> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dear UMT users, After thoughtful consideration all possibilities of further UMT development I have made decision which will may affect all of us. I decide, since we are unable, because of luck of time, do further development and bug fixes of UMT it is good idea to release sources to the public and allow people continue development of this piece of software. Currently UMT belongs to Topaz-Inform, Ukrainian company where we developed it. Most developers are already left this company. I talked to officials in Topaz and got permission to distribute sources of UMT under GPL in case if Topaz will be mentioned in documentation and About dialog. In few days I'm going to put snapshot of UMT source tree to ftp://ftp.crocodile.org/pub/UMT. I will be still maintaining UMT. This means I will gladly incorporate all your changes to our CVS repository and make new versions of UMT available at my FTP site. Also, as time permits, I will be maintaining UMT WWW page at http://www.crocodile.org/UMT/UMT.html I would be glad to receive any feedback from you regarding this announcement. Sincerely yours, Vadim ;;----------------------------------+-----------------------------------+ ;; Vadim Zaliva + Those who do not understand Unix + ;; mailto:lord@crocodile.org + are condemned to reinvent it, + ;; http://www.crocodile.org + poorly. (H. Spencer) + ;;----------------------------------+-----------------------------------+ From owner-freebsd-ports Thu Jan 16 11:06:06 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA06815 for ports-outgoing; Thu, 16 Jan 1997 11:06:06 -0800 (PST) Received: from ingenieria ([168.176.15.11]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id LAA06808 for <ports@freebsd.org>; Thu, 16 Jan 1997 11:05:58 -0800 (PST) Received: from unalmodem.usc.unal.edu.co by ingenieria (SMI-8.6/SMI-SVR4) id NAA07925; Thu, 16 Jan 1997 13:52:52 -0500 Message-ID: <32DEA5C2.21E9@fps.biblos.unal.edu.co> Date: Thu, 16 Jan 1997 14:03:46 -0800 From: "Pedro Giffuni S." <pgiffuni@fps.biblos.unal.edu.co> Reply-To: m230761@ingenieria.ingsala.unal.edu.co Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: ports@freebsd.org Subject: Astro adepts ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Howdy, Astrology experts and hobbists will enjoy this URL: http://bima.astro.umd.edu/nemo/linuxastro/ From owner-freebsd-ports Thu Jan 16 12:01:58 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA10005 for ports-outgoing; Thu, 16 Jan 1997 12:01:58 -0800 (PST) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.fr [193.56.58.253]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id MAA09996 for <ports@freebsd.org>; Thu, 16 Jan 1997 12:01:52 -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 VAA20469 for <ports@freebsd.org>; Thu, 16 Jan 1997 21:01:42 +0100 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.8.4/8.6.12) with UUCP id VAA16453 for ports@freebsd.org; Thu, 16 Jan 1997 21:01:28 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.4/keltia-uucp-2.9) id TAA07359; Thu, 16 Jan 1997 19:59:14 +0100 (CET) Message-ID: <Mutt.19970116195913.roberto@keltia.freenix.fr> Date: Thu, 16 Jan 1997 19:59:13 +0100 From: roberto@keltia.freenix.fr (Ollivier Robert) To: ports@freebsd.org Subject: Re: Mirroring HOW ?? References: <Pine.BSF.3.95.970116101307.4098B-100000@casimir.easynet.fr> X-Mailer: Mutt 0.57.11 Mime-Version: 1.0 X-Operating-System: FreeBSD 3.0-CURRENT ctm#2925 In-Reply-To: <Pine.BSF.3.95.970116101307.4098B-100000@casimir.easynet.fr>; from David Ramahefason on Jan 16, 1997 10:14:13 +0100 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk According to David Ramahefason: > is there a mirroring tool that works fine on FBSD and BSDi ??? > Does anybody uses it ?? > Where could I found this. Most people use mirror[1] for FTP mirroring. For a more general synchronisation tool, there are SUP, CVSup (which is not limited to CVS), rsync and rdist. For a non FTP mirror (e.g. sync of /etc/hosts files or such), rsync with ssh for the security part are nearly perfect. See the ports for URL. ----- [1] <URL:ftp://ftp.ibp.fr/pub/networking/> -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #33: Sat Dec 21 12:57:17 CET 1996 From owner-freebsd-ports Thu Jan 16 16:19:24 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA24844 for ports-outgoing; Thu, 16 Jan 1997 16:19:24 -0800 (PST) Received: from r33h142.res.gatech.edu (r33h142.res.gatech.edu [128.61.33.142]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id QAA24836 for <ports@freebsd.org>; Thu, 16 Jan 1997 16:19:17 -0800 (PST) Received: (from jason@localhost) by r33h142.res.gatech.edu (8.8.2/8.7.3) id TAA03945; Thu, 16 Jan 1997 19:19:45 -0500 (EST) Message-ID: <Mutt.19970116191945.jason@r33h142.res.gatech.edu> Date: Thu, 16 Jan 1997 19:19:45 -0500 From: jason@r33h142.res.gatech.edu (Jason Bennett) To: ports@freebsd.org Subject: JDK X-Mailer: Mutt 0.52 Mime-Version: 1.0 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk What's the status of the JDK for FreeBSD? I have the class libraries and Netscape compiler, but can I compile my Java stuff from the command line? jason -- Jason Bennett, jbennett@cc.gatech.edu | Member, Team OS/2! CS Major, Georgia Institute of Technology | Senior TA, CS 1501! Believer in Jesus Christ as Savior and Lord | VP-Comm, BSU! http://bsu.gt.ed.net/~jason/ | finger for PGP key! From owner-freebsd-ports Thu Jan 16 16:57:47 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA28197 for ports-outgoing; Thu, 16 Jan 1997 16:57:47 -0800 (PST) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id QAA28192 for <ports@freebsd.org>; Thu, 16 Jan 1997 16:57:45 -0800 (PST) Received: by sovcom.kiae.su id AA13286 (5.65.kiae-1 ); Fri, 17 Jan 1997 03:45:13 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Fri, 17 Jan 97 03:45:12 +0300 Received: from localhost (nagual.ru [127.0.0.1]) by nagual.ru (8.8.4/8.8.4) with SMTP id DAA00910; Fri, 17 Jan 1997 03:30:41 +0300 (MSK) Date: Fri, 17 Jan 1997 03:30:40 +0300 (MSK) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= <ache@nagual.ru> To: m230761@ingenieria.ingsala.unal.edu.co Cc: ports@freebsd.org Subject: Re: Astro adepts ? In-Reply-To: <32DEA5C2.21E9@fps.biblos.unal.edu.co> Message-Id: <Pine.BSF.3.95.970117032751.903A-100000@nagual.ru> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 16 Jan 1997, Pedro Giffuni S. wrote: > Howdy, > Astrology experts and hobbists will enjoy this URL: > http://bima.astro.umd.edu/nemo/linuxastro/ Nope, it is astronomical stuff... :-( Astronomical calculations in most of nowdays astrological software are precise enough to forget about them. Lets concentrate on astrological tasks instead. -- Andrey A. Chernov <ache@null.net> http://www.nagual.ru/~ache/ From owner-freebsd-ports Thu Jan 16 18:02:11 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA02710 for ports-outgoing; Thu, 16 Jan 1997 18:02:11 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id SAA02701 for <ports@freebsd.org>; Thu, 16 Jan 1997 18:02:09 -0800 (PST) Received: from ingenieria ([168.176.15.11]) by who.cdrom.com (8.7.5/8.6.11) with SMTP id SAA01753 for <ports@freebsd.org>; Thu, 16 Jan 1997 18:02:04 -0800 (PST) Received: by ingenieria (SMI-8.6/SMI-SVR4) id UAA01525; Thu, 16 Jan 1997 20:49:14 -0500 Date: Thu, 16 Jan 1997 20:49:14 -0500 (EST) From: Pedro Giffuni <m230761@ingenieria.ingsala.unal.edu.co> To: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= <ache@nagual.ru> cc: ports@freebsd.org Subject: Re: Astro adepts ? In-Reply-To: <Pine.BSF.3.95.970117032751.903A-100000@nagual.ru> Message-ID: <Pine.SOL.3.91.970116204337.1482C-100000@ingenieria.ingsala.unal.edu.co> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 17 Jan 1997, =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= wrote: > On Thu, 16 Jan 1997, Pedro Giffuni S. wrote: > > > Howdy, > > Astrology experts and hobbists will enjoy this URL: *********My error > > http://bima.astro.umd.edu/nemo/linuxastro/ > > Nope, it is astronomical stuff... :-( > Ahh yeah, sorry to deceive you, sometimes I forget people don't like science this days ;-). Anyway the real astrology is probably less math and more an art. Pedro. > -- > Andrey A. Chernov > <ache@null.net> > http://www.nagual.ru/~ache/ > > From owner-freebsd-ports Thu Jan 16 18:39:29 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA04595 for ports-outgoing; Thu, 16 Jan 1997 18:39:29 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id SAA04576 for <ports@freebsd.org>; Thu, 16 Jan 1997 18:39:24 -0800 (PST) Received: from ingenieria ([168.176.15.11]) by who.cdrom.com (8.7.5/8.6.11) with SMTP id SAA01829 for <ports@freebsd.org>; Thu, 16 Jan 1997 18:32:55 -0800 (PST) Received: by ingenieria (SMI-8.6/SMI-SVR4) id VAA01598; Thu, 16 Jan 1997 21:20:10 -0500 Date: Thu, 16 Jan 1997 21:20:09 -0500 (EST) From: Pedro Giffuni <m230761@ingenieria.ingsala.unal.edu.co> To: ports@freebsd.org Subject: Astro adepts (II) Message-ID: <Pine.SOL.3.91.970116211434.1577A-100000@ingenieria.ingsala.unal.edu.co> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Oops... I just realized my reply could appear offending to the Astro community. My apologies, no evil intended there...both Astronomy and Astrology have the same roots (ask Kepler if you have the oportunity...) and in fact the names are so similar I confused them (English isn't my native language either). Pedro. From owner-freebsd-ports Thu Jan 16 18:57:20 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA05481 for ports-outgoing; Thu, 16 Jan 1997 18:57:20 -0800 (PST) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id SAA05476 for <ports@freebsd.org>; Thu, 16 Jan 1997 18:57:17 -0800 (PST) Received: by sovcom.kiae.su id AA11309 (5.65.kiae-1 ); Fri, 17 Jan 1997 05:45:27 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Fri, 17 Jan 97 05:45:27 +0300 Received: from localhost (nagual.ru [127.0.0.1]) by nagual.ru (8.8.4/8.8.4) with SMTP id FAA01527; Fri, 17 Jan 1997 05:25:50 +0300 (MSK) Date: Fri, 17 Jan 1997 05:25:50 +0300 (MSK) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= <ache@nagual.ru> To: Pedro Giffuni <m230761@ingenieria.ingsala.unal.edu.co> Cc: ports@freebsd.org Subject: Re: Astro adepts ? In-Reply-To: <Pine.SOL.3.91.970116204337.1482C-100000@ingenieria.ingsala.unal.edu.co> Message-Id: <Pine.BSF.3.95.970117051249.1504A-100000@nagual.ru> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 16 Jan 1997, Pedro Giffuni wrote: > > > On Fri, 17 Jan 1997, =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= wrote: > > > On Thu, 16 Jan 1997, Pedro Giffuni S. wrote: > > > > > Howdy, > > > Astrology experts and hobbists will enjoy this URL: > *********My error > > > http://bima.astro.umd.edu/nemo/linuxastro/ > > > > Nope, it is astronomical stuff... :-( > > > Ahh yeah, sorry to deceive you, sometimes I forget people don't like > science this days ;-). I not dislike science, I just like human soul being oriented things more :-) > Anyway the real astrology is probably less math and more an art. Apart of astronomical calculations which are already at enough precision level for astrology, it uses different math more. It is interested in finding off all occurances of specific configurations of specific points during a some time period. Math modeling is more applicable here. -- Andrey A. Chernov <ache@null.net> http://www.nagual.ru/~ache/ From owner-freebsd-ports Thu Jan 16 19:11:05 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA05973 for ports-outgoing; Thu, 16 Jan 1997 19:11:05 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id TAA05962 for <ports@freebsd.org>; Thu, 16 Jan 1997 19:10:56 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id EAA09974; Fri, 17 Jan 1997 04:10:42 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.4/8.6.9) id VAA15959; Thu, 16 Jan 1997 21:47:38 +0100 (MET) Message-ID: <Mutt.19970116214738.j@uriah.heep.sax.de> Date: Thu, 16 Jan 1997 21:47:38 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: ports@freebsd.org Cc: michael@seedsnet.ru Subject: Re: kern/2492: AIMS Lab RadioTrack driver for FreeBSD 2.1.5 and above References: <Mutt.19970115092458.j@uriah.heep.sax.de> <97Jan15.113249pst.177476@crevenia.parc.xerox.com> X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <97Jan15.113249pst.177476@crevenia.parc.xerox.com>; from Bill Fenner on Jan 15, 1997 11:32:39 -0700 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Bill Fenner wrote: > >What should we do with such a kind of submission? > > Make it the first LKM port? I don't mind. But who's going to do this? (My own ports knowledge is a little rusty, all i can handle are ``simple'' ports.) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-ports Thu Jan 16 19:24:43 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA06432 for ports-outgoing; Thu, 16 Jan 1997 19:24:43 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id TAA06427 for <ports@freebsd.org>; Thu, 16 Jan 1997 19:24:41 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vl4uv-0003hp-00; Thu, 16 Jan 1997 20:24:33 -0700 To: jason@r33h142.res.gatech.edu (Jason Bennett) Subject: Re: JDK Cc: ports@freebsd.org In-reply-to: Your message of "Thu, 16 Jan 1997 19:19:45 EST." <Mutt.19970116191945.jason@r33h142.res.gatech.edu> References: <Mutt.19970116191945.jason@r33h142.res.gatech.edu> Date: Thu, 16 Jan 1997 20:24:33 -0700 From: Warner Losh <imp@village.org> Message-Id: <E0vl4uv-0003hp-00@rover.village.org> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <Mutt.19970116191945.jason@r33h142.res.gatech.edu> Jason Bennett writes: : What's the status of the JDK for FreeBSD? I have the class : libraries and Netscape compiler, but can I compile my Java stuff from : the command line? Check out ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/jdk102.11-26.tar.gz It seems to basically work on -current. I've seen some problems with some stuff that I was evaluating for other people, but I was told that they might not work on Unix. Warner From owner-freebsd-ports Thu Jan 16 19:50:10 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA07648 for ports-outgoing; Thu, 16 Jan 1997 19:50:10 -0800 (PST) Received: from charlotte.spiders.com (charlotte.spiders.com [199.224.7.188]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id TAA07643 for <ports@freebsd.org>; Thu, 16 Jan 1997 19:50:08 -0800 (PST) Received: (from gwh@localhost) by charlotte.spiders.com (8.6.12/8.6.12) id WAA02240; Thu, 16 Jan 1997 22:53:09 -0500 Message-Id: <199701170353.WAA02240@charlotte.spiders.com> From: gwh@spiders.com (Gene W Homicki) Date: Thu, 16 Jan 1997 22:53:09 -0500 In-Reply-To: Warner Losh's message as of Jan 16, 20:24 X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: Warner Losh <imp@village.org>, jason@r33h142.res.gatech.edu (Jason Bennett) Subject: Re: JDK Cc: ports@freebsd.org Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk +--- | In message <Mutt.19970116191945.jason@r33h142.res.gatech.edu> Jason Bennett writes: | ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/jdk102.11-26.tar.gz | | It seems to basically work on -current. I've seen some problems with | some stuff that I was evaluating for other people, but I was told that | they might not work on Unix. +--- Works quite well under 2.2-BETA as well. What sort of problems have you seen? --Gene -- Gene W. Homicki gwh@spiders.com Objective Consulting, Inc. http://www.spiders.com/ Internet Presence Design voice: +1 914.524.4151 From owner-freebsd-ports Fri Jan 17 01:13:39 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA19470 for ports-outgoing; Fri, 17 Jan 1997 01:13:39 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA19415; Fri, 17 Jan 1997 01:12:16 -0800 (PST) Date: Fri, 17 Jan 1997 01:12:16 -0800 (PST) From: Masafumi NAKANE <max> Message-Id: <199701170912.BAA19415@freefall.freebsd.org> To: xaa@stack.nl, max, freebsd-ports Subject: Re: ports/2472 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: wu-ftpd in ports/net has checksum error... State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Fri Jan 17 01:11:34 PST 1997 State-Changed-Why: Md5 and patches are updated. From owner-freebsd-ports Fri Jan 17 04:20:06 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA25974 for ports-outgoing; Fri, 17 Jan 1997 04:20:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA25964; Fri, 17 Jan 1997 04:20:03 -0800 (PST) Resent-Date: Fri, 17 Jan 1997 04:20:03 -0800 (PST) Resent-Message-Id: <199701171220.EAA25964@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, suttonj@interconnect.com.au Received: from tulpi.interconnect.com.au (root@tulpi.interconnect.com.au [192.189.54.18]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id EAA25849 for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Jan 1997 04:16:23 -0800 (PST) Received: from solsbury-hill.home (acc3-ppp18.mel.interconnect.com.au [210.8.0.18]) by tulpi.interconnect.com.au with ESMTP id XAA02498 (8.7.6/IDA-1.6 for <FreeBSD-gnats-submit@freebsd.org>); Fri, 17 Jan 1997 23:16:13 +1100 (EST) Received: (from suttonj@localhost) by solsbury-hill.home (8.7.5/8.7.3) id XAA01962; Fri, 17 Jan 1997 23:16:11 +1100 (EST) Message-Id: <199701171216.XAA01962@solsbury-hill.home> Date: Fri, 17 Jan 1997 23:16:11 +1100 (EST) From: suttonj@interconnect.com.au Reply-To: suttonj@interconnect.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2515: New port: Apple IIGS emulator Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2515 >Category: ports >Synopsis: New port: Apple IIGS emulator >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 17 04:20:01 PST 1997 >Last-Modified: >Originator: Joel Sutton >Organization: None >Release: FreeBSD 2.1-STABLE i386 >Environment: >Description: I have dropped my port of the Apple IIGS emulator into the ftp.freebsd.org incoming directory. This is my very first port so I hope it's ok. Any feedback would be appreciated - especially if I've mucked it up. The ROM file for this emulator cannot be distributed (I believe) but there shouldn't be any problems with the actual emulator. Cheers, Joel... >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Fri Jan 17 04:49:31 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA27580 for ports-outgoing; Fri, 17 Jan 1997 04:49:31 -0800 (PST) Received: from nic.follonett.no (nic.follonett.no [194.198.43.10]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id EAA27575 for <ports@freebsd.org>; Fri, 17 Jan 1997 04:49:27 -0800 (PST) Received: (from uucp@localhost) by nic.follonett.no (8.8.3/8.8.3) with UUCP id NAA24558 for ports@freebsd.org; Fri, 17 Jan 1997 13:48:07 +0100 (MET) Received: from oo7 (oo7.dimaga.com [192.0.0.65]) by dimaga.com (8.7.5/8.7.2) with SMTP id NAA07614 for <ports@freebsd.org>; Fri, 17 Jan 1997 13:47:08 +0100 (MET) Message-Id: <3.0.32.19970117134707.00ac3910@dimaga.com> X-Sender: eivind@dimaga.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Fri, 17 Jan 1997 13:47:08 +0100 To: ports@freebsd.org From: Eivind Eklund <eivind@dimaga.com> Subject: kermit port in 2.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk There is a checksum error for the tarball, and the man file is missing. (making the installation fail even with NO_CHECKSUM=yes) Worked OK when I added a dummy kermit.1 Eivind Eklund / perhaps@yes.no / http://maybe.yes.no/perhaps/ From owner-freebsd-ports Fri Jan 17 04:50:04 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA27648 for ports-outgoing; Fri, 17 Jan 1997 04:50:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA27638; Fri, 17 Jan 1997 04:50:01 -0800 (PST) Date: Fri, 17 Jan 1997 04:50:01 -0800 (PST) Message-Id: <199701171250.EAA27638@freefall.freebsd.org> To: freebsd-ports Cc: From: furusawa@com.cs.osakafu-u.ac.jp (Kazuhisa Furusawa) Subject: Ports/2213 fix. Reply-To: furusawa@com.cs.osakafu-u.ac.jp (Kazuhisa Furusawa) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2213; it has been noted by GNATS. From: furusawa@com.cs.osakafu-u.ac.jp (Kazuhisa Furusawa) To: FreeBSD-gnats-submit@freebsd.org Cc: furusawa@com.cs.osakafu-u.ac.jp Subject: Ports/2213 fix. Date: Fri, 17 Jan 1997 21:36:33 +0900 In article <199612141527.AAA05247@marius.com.cs.osakafu-u.ac.jp> I writes: | Hello! | | I would like to contribute a new ports collection named | `xengine-pl1'(ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming/ | xengine-ports.1215.tar.gz) | xloadface-1.6.1 is a benchmark program for X. ~~~~~~~~~~~~~~~ | Please have a look at it. I'm sorry. It's `xengine-pl1'. And,E-mail address of xengine's author was chenged. shutoh@isl.yamama.co.jp -> shutoh@cbx.emi.yamaha.co.jp So, DESCR in xengine-ports.1215.tar.gz must chenge. ---------------------------------------------------------------------- *** DESCR~ Sun Dec 15 00:03:56 1996 --- DESCR Fri Jan 17 13:09:17 1997 *************** *** 3,7 **** See README and man page for details. ! Orignal xengine written by shutoh@isl.yamama.co.jp. This port is done by furusawa@com.cs.osakafu-u.ac.jp. --- 3,7 ---- See README and man page for details. ! Orignal xengine written by shutoh@cbx.emi.yamaha.co.jp. This port is done by furusawa@com.cs.osakafu-u.ac.jp. ---------------------------------------------------------------------- New ports : (ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming/xengine-ports.0117.tar.gz) - - / _/_/ College of Eng., Osaka Prefecture Univ. - -(__o_ _/_/ FURUSAWA, Kazuhisa O \ T _/_/ mailto:furusawa@com.cs.osakafu-u.ac.jp | / \ _/_/ http://www.com.cs.osakafu-u.ac.jp/~furusawa/ KAZU----------------NEVER ASK ME WHY------------- From owner-freebsd-ports Fri Jan 17 06:39:00 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA05375 for ports-outgoing; Fri, 17 Jan 1997 06:39:00 -0800 (PST) Received: from mail.bcpl.lib.md.us (mail.bcpl.lib.md.us [204.255.212.10]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id GAA05361 for <ports@FreeBSD.ORG>; Fri, 17 Jan 1997 06:38:55 -0800 (PST) Received: from localhost by mail.bcpl.lib.md.us (SMI-8.6/SMI-SVR4) id JAA22262; Fri, 17 Jan 1997 09:37:53 -0500 Date: Fri, 17 Jan 1997 09:37:53 -0500 (EST) From: "Jim Spath (Webmaster Jim)" <jspath@mail.bcpl.lib.md.us> X-Sender: jspath@mail To: Eivind Eklund <eivind@dimaga.com> cc: ports@FreeBSD.ORG Subject: Re: kermit port in 2.2 In-Reply-To: <3.0.32.19970117134707.00ac3910@dimaga.com> Message-ID: <Pine.SOL.3.95.970117093636.20681B-100000@mail> X-Hack: Cough X-Face: :-) X-Url: http://www.bcpl.lib.md.us/~jspath/homeslice.html MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 17 Jan 1997, Eivind Eklund wrote: > There is a checksum error for the tarball, and the man file is missing. > (making the installation fail even with NO_CHECKSUM=yes) > Worked OK when I added a dummy kermit.1 The kermit manual source file is (non-standardly) named "ckuker.nr". From owner-freebsd-ports Fri Jan 17 06:42:20 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA05569 for ports-outgoing; Fri, 17 Jan 1997 06:42:20 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA05538; Fri, 17 Jan 1997 06:42:06 -0800 (PST) Date: Fri, 17 Jan 1997 06:42:06 -0800 (PST) From: Masafumi NAKANE <max> Message-Id: <199701171442.GAA05538@freefall.freebsd.org> To: ac199@freenet.hamilton.on.ca, max, freebsd-ports Subject: Re: ports/2328 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: There is no port of plor! State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Fri Jan 17 06:36:34 PST 1997 State-Changed-Why: The submitted port has been imported with some modification. From owner-freebsd-ports Fri Jan 17 09:10:05 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA14604 for ports-outgoing; Fri, 17 Jan 1997 09:10:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA14598; Fri, 17 Jan 1997 09:10:03 -0800 (PST) Resent-Date: Fri, 17 Jan 1997 09:10:03 -0800 (PST) Resent-Message-Id: <199701171710.JAA14598@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 terra.stack.nl (terra.stack.nl [131.155.140.128]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id JAA14138 for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Jan 1997 09:00:28 -0800 (PST) Received: from alterego.stack.nl (xaa@testgate.stack.nl [131.155.140.246]) by terra.stack.nl (8.8.4) with ESMTP id SAA17840 for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Jan 1997 18:00:23 +0100 (MET) Received: (from xaa@localhost) by alterego.stack.nl (8.8.4/8.8.0) id SAA11412; Fri, 17 Jan 1997 18:00:24 +0100 (MET) Message-Id: <199701171700.SAA11412@alterego.stack.nl> Date: Fri, 17 Jan 1997 18:00:24 +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/2517: joe won't build from ports tree (checksum error) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2517 >Category: ports >Synopsis: joe won't build from ports tree (checksum error) >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 17 09:10:01 PST 1997 >Last-Modified: >Originator: Mark Huizer >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: building joe in the ports tree gives a checksum error >How-To-Repeat: cd /usr/ports/editors/joe; make >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Fri Jan 17 13:33:46 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA27624 for ports-outgoing; Fri, 17 Jan 1997 13:33:46 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id NAA27605 for <ports@freebsd.org>; Fri, 17 Jan 1997 13:33:24 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vlLsi-0004uA-00; Fri, 17 Jan 1997 14:31:24 -0700 To: gwh@spiders.com (Gene W Homicki) Subject: Re: JDK Cc: jason@r33h142.res.gatech.edu (Jason Bennett), ports@freebsd.org In-reply-to: Your message of "Thu, 16 Jan 1997 22:53:09 EST." <199701170353.WAA02240@charlotte.spiders.com> References: <199701170353.WAA02240@charlotte.spiders.com> Date: Fri, 17 Jan 1997 14:31:23 -0700 From: Warner Losh <imp@village.org> Message-Id: <E0vlLsi-0004uA-00@rover.village.org> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199701170353.WAA02240@charlotte.spiders.com> Gene W Homicki writes: : Works quite well under 2.2-BETA as well. What sort of : problems have you seen? I get warnings about shared libraries, as well as warnings about focus model being broken. Warner From owner-freebsd-ports Fri Jan 17 13:54:06 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA29021 for ports-outgoing; Fri, 17 Jan 1997 13:54:06 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA29001; Fri, 17 Jan 1997 13:54:03 -0800 (PST) Date: Fri, 17 Jan 1997 13:54:03 -0800 (PST) From: Masafumi NAKANE <max> Message-Id: <199701172154.NAA29001@freefall.freebsd.org> To: max, freebsd-ports, max Subject: Re: ports/2517 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: joe won't build from ports tree (checksum error) Responsible-Changed-From-To: freebsd-ports-> max Responsible-Changed-By: max Responsible-Changed-When: Fri Jan 17 13:48:12 PST 1997 Responsible-Changed-Why: I'm contacting the PR submitter. From owner-freebsd-ports Sat Jan 18 09:28:02 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA20823 for ports-outgoing; Sat, 18 Jan 1997 09:28:02 -0800 (PST) Received: from usc ([200.21.26.65]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id JAA20806 for <ports@freebsd.org>; Sat, 18 Jan 1997 09:27:45 -0800 (PST) Received: from unalmodem.usc.unal.edu.co by usc (SMI-8.6/SMI-SVR4) id MAA19069; Sat, 18 Jan 1997 12:24:25 +0600 Message-ID: <32E1317F.1245@fps.biblos.unal.edu.co> Date: Sat, 18 Jan 1997 12:24:31 -0800 From: "Pedro Giffuni S." <pgiffuni@fps.biblos.unal.edu.co> Reply-To: m230761@ingenieria.ingsala.unal.edu.co Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: ports@freebsd.org Subject: Enhance to the packaging system ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, The Science University of Tokyo (aixport.sut.ac.jp) ported pkg_add, pkg_info, and pkg_delete; they use them for the AIX software they distribute. One thing I noticed, when upgrading sendmail, is that the original software and config files are backed up with an *.ORIG extension. AFAIK FreeBSD simply overwrites everything; could we adopt this also? When sendmail didn't work I found the the .ORIGs very useful(I didn't try it, but I think pkg_delete restores everything). Pedro. From owner-freebsd-ports Sat Jan 18 12:30:04 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA27446 for ports-outgoing; Sat, 18 Jan 1997 12:30:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA27439; Sat, 18 Jan 1997 12:30:02 -0800 (PST) Resent-Date: Sat, 18 Jan 1997 12:30:02 -0800 (PST) Resent-Message-Id: <199701182030.MAA27439@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 (ppp1540.on.sympatico.ca [206.172.249.4]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id MAA27211 for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Jan 1997 12:22:57 -0800 (PST) Received: (from tim@localhost) by X2296 (8.7.6/8.7.3) id PAA26506; Sat, 18 Jan 1997 15:21:41 -0500 (EST) Message-Id: <199701182021.PAA26506@X2296> Date: Sat, 18 Jan 1997 15:21:41 -0500 (EST) From: Tim.Vanderhoek@X2296 Reply-To: ac199@freenet.hamilton.on.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2525: Can't find xdeview port Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2525 >Category: ports >Synopsis: No one has ported xdeview!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 18 12:30:01 PST 1997 >Last-Modified: >Originator: Tim Vanderhoek >Organization: confidential >Release: FreeBSD 2.2-961006-SNAP i386 >Environment: Poor Tom's a-cold! (like, -19C) >Description: There are ports of uudeview and uulib, but there is no xdeview port. This is actually sorta my fault... Xdeview is a tcl/tk front-end distributed with the uudeview package, but I wasn't comfortable enough with tcl to port it at the time. It would be nice if this one could make it in before 2.2-RELEASE. >How-To-Repeat: (cd /usr/ports/archivers/xdeview; make install) returns bash: /usr/ports/archivers/xdeview: No such file or directory make: don't know how to make install. Stop >Fix: port included below. begin 644 xdeview.tar.gz M'XL(`+PMX3(``^U9>V_:2!#/O^RGF&LCM56#'[Q\B4JO!%S"E9>PT[12I72Q MU[#"K_J1D$;<9[^Q#10N;=/K%2KU/,%@[^S,CF=V9G^[F9OLBK-K\6"'!!5) MJ5;A`$!6JJ7D%^1*^KPB":!64J12J58N59`KU63Y`*J[-&I%<1C1`.`@XLY7 M^Z&?F+T/@_9+\V7\+6ZS<$>SX-OC+Y45J89<69%+>?SW0=OQ=\Q=^%R6I%JE M\I7X*\H_XE\JU\H'(.W`ECOT/X]_KU6%QW&<S8*B)%2%8P$=(DP^/H$ZE#%N MDGELE:7RL4+'BE6FOTNE&K44LV(HS"(_V_R<_B-MY[_O!1%W)X+K12S\86/< ME_]EN;+._W*YDG+E6I[_^R!]RD.XIB%X`9]PE]KV#7@N`Y.'4<#'<<0]%RPO M@/-EC3@";(0.C`-OQH!'$/O`W<@C[VWL'C\Z@O>K<H+WU#7A_7*./8+(`X=F M4H;-J,N"M(./L\V->#JVXP6,Q"&S8EL@1)\R\*DQHQ,4"L'PKEC`3(A=$T4C M9+;[YV!S@[DA$_)B]!VTRG]_-MG9'N!?X'^I5I(2_)>N_SG^VSUMQK\YZ/74 MOO[#Q[@7_]6JG^J_DN*_2E7)Z_\^J.'"&UD&/_`F`7722A_'XGPNGM*0U2KB M*7?/V!Q,5A29:WAF@@[R0OOKT&;^MU2M.=K!&/?B/VFU_Y-K<KF<Y'^IE.?_ M7BC%?_BAB,*N68"P*X5DC(8WQ<@K(A*#R+#%:%8<8T$PUX6"7$^Y,06#NE@; ML"XPR"K%$9:/M%`P\PCF\_5MHC0K*01KC$.C$.%=)TJ'MD,/Z-AF"3[,!!!1 M8K,-GI6B/#I&X`=+.6!S@_E16JI(-FA>D;Z;-O-_V.UH/W[UOS__Y63-7^8_ M)GZ:_THIS_]]4#BE`1--SQ!7,^%L<*$/R-WVK;,!,N:N&,?7/)RFM\M.Q*&N MB)>\:A!D8?*1O#!Y$#AP1V>>MC^=5M'MX;X\.0/:Q1CWY#^"_?+Z_S\5I9*= M_TIY_N^#'D*?74.2V\GQBFTS(SWQ<9;3(5EE3PJK='T(KUD0)OP1^Q#S@)DG MA?3(&#DM&C%H!@Q_L+6`V_@_$1O(Q\<*,B^FGH.-!9T[\)HFIS=3C\W@&36P MPPLK8,QED3"E#K<CSQ7P8]#GY&'Z1UJX*O4;/;5>V#ZG)L-7[:Q]OM7<;.AJ M>S#JJ-K3>H$&QI1?H=6DU]!T=72I=715J^.TFT:1?R**'UD<"MS-P`6?";'+ MBU9`W9D5!Y%@,O$ORQ=7`XL-WP_%E"UN*7R*&JU4'W[?U>''8S$Y45N)HFRG MK^.ECM#$KSB!D'--O<0=6KUP@U67G)YWNJW+ECI4^RVM7CB\[0Z:C>YI0U,7 MHLW'8GH&)]"3P]OA8*1KK<YH(:8S%U\!>:3;.5U+)[D7S2KRNW="<FW)S&59 M3'B$M/OGE\U!_V6G?3Y"5[]EB2?[:$]A7>():72[EWICU%;U=3!(IZ_IF^W< MQ4RS[2+"24+4-_JH\;+336.TO;*0Q(K6H(EV_%$OW%TS"/)6DH>WZ5UJ\K:6 MK4X7HU?:J+E8+FUKR[!/'=X1[+!L6<#A;7,P?+N`HH>WR!]<]/%ADCVT1T-\ M<+*'WJ"E+@CQ`U8<Q]PV3TCA!4H/$QV?#PI\,B0+1B*@#\Z;9XL-UK(S:O;" MJ+ATV@D1N`6_F9B3+C,?]P=+'VE/4B5J\VQPV=/:"WA0K]>?`S0]_P9]`>BW MV&$NYG:4O-!PI+[LO%F(6:0S'R\>I"IZKY)[*/I?ZK;AIL1QB\P+J8\77Y01 MF!VRSYO8]R(L.)F9](IR.]T!?)O!`G--;FU:A%-RTXD)#%E/SPT]*WA""LGI K]N:[;N`9]+5KV)CQ\&P<FD(RKP1G]CP'*SGEE%-..?TZ]#?PWG"$`"@````` ` end >Audit-Trail: >Unformatted: From owner-freebsd-ports Sat Jan 18 14:33:18 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA02580 for ports-outgoing; Sat, 18 Jan 1997 14:33:18 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id OAA02573 for <ports@freebsd.org>; Sat, 18 Jan 1997 14:33:12 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14600(7)>; Sat, 18 Jan 1997 14:32:41 PST Received: by crevenia.parc.xerox.com id <177476>; Sat, 18 Jan 1997 14:32:36 -0800 From: Bill Fenner <fenner@parc.xerox.com> To: ports@freebsd.org Subject: ghostscript4 port has incomplete dependencies Message-Id: <97Jan18.143236pst.177476@crevenia.parc.xerox.com> Date: Sat, 18 Jan 1997 14:32:35 PST Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> Checksum OK for ghostscript-4.03.tar.gz. >> Checksum OK for ghostscript-4.03gnu.tar.gz. >> Checksum OK for ghostscript-fonts-std-4.0.tar.gz. >> Checksum OK for ghostscript-fonts-other-3.0.tar.gz. ===> Extracting for ghostscript-4.03 cd: can't cd to /usr/ports/graphics/jpeg *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Shouldn't pre-extract: @(cd ${PORTSDIR}/graphics/jpeg ; ${MAKE} extract) @(cd ${PORTSDIR}/graphics/png ; ${MAKE} extract) pre-clean: @(cd ${PORTSDIR}/graphics/jpeg ; ${MAKE} clean) @(cd ${PORTSDIR}/graphics/png ; ${MAKE} clean) actually be DEPENDS= ${PORTSDIR}/graphics/jpeg \ ${PORTSDIR}/graphics/png ? Bill From owner-freebsd-ports Sat Jan 18 16:54:55 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA09605 for ports-outgoing; Sat, 18 Jan 1997 16:54:55 -0800 (PST) Received: from dfw-ix12.ix.netcom.com (dfw-ix12.ix.netcom.com [206.214.98.12]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id QAA09596 for <ports@freebsd.org>; Sat, 18 Jan 1997 16:54:53 -0800 (PST) Received: from baloon.mimi.com (sjx-ca55-01.ix.netcom.com [206.214.106.97]) by dfw-ix12.ix.netcom.com (8.6.13/8.6.12) with ESMTP id QAA00659; Sat, 18 Jan 1997 16:54:19 -0800 Received: (from asami@localhost) by baloon.mimi.com (8.8.4/8.6.12) id QAA19048; Sat, 18 Jan 1997 16:53:45 -0800 (PST) Date: Sat, 18 Jan 1997 16:53:45 -0800 (PST) Message-Id: <199701190053.QAA19048@baloon.mimi.com> To: handy@sag.space.lockheed.com CC: ports@freebsd.org In-reply-to: <Pine.OSF.3.94.970115085710.5991G-100000@sag.space.lockheed.com> (handy@sag.space.lockheed.com) Subject: Re: cbb? From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Question: Was it there, or was I off in some sort of opium dream again? As far as I can remember (i.e., back to around April '95), there never has been a port of cbb. Satoshi From owner-freebsd-ports Sat Jan 18 17:05:10 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA10385 for ports-outgoing; Sat, 18 Jan 1997 17:05:10 -0800 (PST) Received: from dfw-ix10.ix.netcom.com (dfw-ix10.ix.netcom.com [206.214.98.10]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id RAA10378 for <ports@freebsd.org>; Sat, 18 Jan 1997 17:05:08 -0800 (PST) Received: from baloon.mimi.com (sjx-ca55-01.ix.netcom.com [206.214.106.97]) by dfw-ix10.ix.netcom.com (8.6.13/8.6.12) with ESMTP id RAA27296; Sat, 18 Jan 1997 17:04:24 -0800 Received: (from asami@localhost) by baloon.mimi.com (8.8.4/8.6.12) id RAA19089; Sat, 18 Jan 1997 17:04:15 -0800 (PST) Date: Sat, 18 Jan 1997 17:04:15 -0800 (PST) Message-Id: <199701190104.RAA19089@baloon.mimi.com> To: dbabler@Rigel.orionsys.com CC: ports@freebsd.org In-reply-to: <Pine.BSI.3.95.970115103634.11825A-100000@Rigel.orionsys.com> (message from Dave Babler on Wed, 15 Jan 1997 10:39:38 -0800 (PST)) Subject: Re: problems making expect From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * That's my original problem... the port won't build because of the * interaction with tcl7.5. Tcl7.5 itself builds fine (and I tried removing * it and installing the package as well) - it's that the expect port doesn't * play well with Tcl and won't build past the point of trying to find * 'private headers' in the tclCongig.sh file. I see. I'm no expect export, but what you probably should do is to unpack the tcl tarball somewhere, edit the expect Makefile to have --with-tclconfig=/usr/local/lib and --with-tclinclude pointing to wherever you extracted the tcl tarball. Satoshi From owner-freebsd-ports Sat Jan 18 17:25:16 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA10931 for ports-outgoing; Sat, 18 Jan 1997 17:25:16 -0800 (PST) Received: from dfw-ix4.ix.netcom.com (dfw-ix4.ix.netcom.com [206.214.98.4]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id RAA10923; Sat, 18 Jan 1997 17:25:11 -0800 (PST) Received: from baloon.mimi.com (sjx-ca55-01.ix.netcom.com [206.214.106.97]) by dfw-ix4.ix.netcom.com (8.6.13/8.6.12) with ESMTP id RAA09683; Sat, 18 Jan 1997 17:24:36 -0800 Received: (from asami@localhost) by baloon.mimi.com (8.8.4/8.6.12) id RAA19157; Sat, 18 Jan 1997 17:24:14 -0800 (PST) Date: Sat, 18 Jan 1997 17:24:14 -0800 (PST) Message-Id: <199701190124.RAA19157@baloon.mimi.com> To: ports@freebsd.org CC: committers@freebsd.org, ports-jp@jp.freebsd.org Reply-to: ports@freebsd.org Subject: multiple versions of tcl/tk From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm back. It was quite cold up there in Tahoe. Anyway, I ran into Dr. Ousterhout in the retreat, so asked him about the multiple versions problem. He suggested we put the shared files (tk.h and tkConfig.sh) in subdirectories so that ports that require a specific version (for example, 4.1) can either: (1) use the -I flag to gcc to specify the subdirectory (i.e., -I${PREFIX}/include/tk4.1), or (2) edit the source and change the #include statements (i.e., <tk.h> -> <tk4.1/generic/tk.h>) I suggested that we also make a symlink from tk.h and tkConfig.h to the "default" version of the system, which he agreed is a good idea. So, I will be committing changes to the tk41 port soon. I will just rename /usr/local/include/tk to tk4.1 and install tk.h in there and change the direction of the symlink (right now it's tk/generic/tk.h -> ../../tk.h). I'll also fix the ports that require the internal headers (camltk41, tix, expect, any others?). This means I can now allow other versions of tcl/tk (7.3, 7.4, 7.6, 8.0 for tcl and 3.6, 4.0, 4.2 and 8.0 for tk) to be active in the tree iff someone makes the necessary changes to have them conform to the above standard (obviously Japanese versions will be taking the same path also). Please contact me you are interested in doing the work. Satoshi From owner-freebsd-ports Sat Jan 18 17:42:34 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA11646 for ports-outgoing; Sat, 18 Jan 1997 17:42:34 -0800 (PST) Received: from po1.glue.umd.edu (root@po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id RAA11640; Sat, 18 Jan 1997 17:42:29 -0800 (PST) Received: from professor.eng.umd.edu (professor.eng.umd.edu [129.2.103.23]) by po1.glue.umd.edu (8.8.3/8.7.3) with ESMTP id UAA08864; Sat, 18 Jan 1997 20:41:51 -0500 (EST) Received: from localhost (chuckr@localhost) by professor.eng.umd.edu (8.8.3/8.7.3) with SMTP id UAA27613; Sat, 18 Jan 1997 20:41:49 -0500 (EST) X-Authentication-Warning: professor.eng.umd.edu: chuckr owned process doing -bs Date: Sat, 18 Jan 1997 20:41:49 -0500 (EST) From: Chuck Robey <chuckr@glue.umd.edu> X-Sender: chuckr@professor.eng.umd.edu To: ports@freebsd.org cc: committers@freebsd.org, ports-jp@jp.freebsd.org Subject: Re: multiple versions of tcl/tk In-Reply-To: <199701190124.RAA19157@baloon.mimi.com> Message-ID: <Pine.OSF.3.95.970118203515.27246C-100000@professor.eng.umd.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 18 Jan 1997, Satoshi Asami wrote: > I'm back. It was quite cold up there in Tahoe. > > Anyway, I ran into Dr. Ousterhout in the retreat, so asked him about > the multiple versions problem. He suggested we put the shared files > (tk.h and tkConfig.sh) in subdirectories so that ports that require a > specific version (for example, 4.1) can either: > > (1) use the -I flag to gcc to specify the subdirectory (i.e., > -I${PREFIX}/include/tk4.1), or > > (2) edit the source and change the #include statements (i.e., <tk.h> > -> <tk4.1/generic/tk.h>) > > I suggested that we also make a symlink from tk.h and tkConfig.h to > the "default" version of the system, which he agreed is a good idea. > > So, I will be committing changes to the tk41 port soon. I will just > rename /usr/local/include/tk to tk4.1 and install tk.h in there and > change the direction of the symlink (right now it's tk/generic/tk.h -> > ../../tk.h). I'll also fix the ports that require the internal > headers (camltk41, tix, expect, any others?). > > This means I can now allow other versions of tcl/tk (7.3, 7.4, 7.6, > 8.0 for tcl and 3.6, 4.0, 4.2 and 8.0 for tk) to be active in the tree > iff someone makes the necessary changes to have them conform to the > above standard (obviously Japanese versions will be taking the same > path also). Please contact me you are interested in doing the work. This is a problem, Satoshi. The file involved is tkConfig.sh. It's the one that all the other ports query for all their information, before they're installed (during their build). It's really the key one, since all the other hiding has to be announced inside that file. Ports look for it now in /usr/local/lib or /usr/local/include. If you want to do what you're talking about above, I would guess that the right thing to do *might be* to hide multiple copies of the tkConfig.sh file (for whatever version is involved) inside your version-specific hierarchy, and take the hit on extra work configuring new tcl/tk applications. This means breaking all the automatic configurations for stuff that people put in their machines *other than* stuff coming from our ports method. Is this what you want to do? > > Satoshi > ----------------------------+----------------------------------------------- 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 Jan 18 17:57:07 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA12201 for ports-outgoing; Sat, 18 Jan 1997 17:57:07 -0800 (PST) Received: from dfw-ix2.ix.netcom.com (dfw-ix2.ix.netcom.com [206.214.98.2]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id RAA12162; Sat, 18 Jan 1997 17:56:56 -0800 (PST) Received: from baloon.mimi.com (sjx-ca55-01.ix.netcom.com [206.214.106.97]) by dfw-ix2.ix.netcom.com (8.6.13/8.6.12) with ESMTP id RAA13189; Sat, 18 Jan 1997 17:56:15 -0800 Received: (from asami@localhost) by baloon.mimi.com (8.8.4/8.6.12) id RAA19321; Sat, 18 Jan 1997 17:56:08 -0800 (PST) Date: Sat, 18 Jan 1997 17:56:08 -0800 (PST) Message-Id: <199701190156.RAA19321@baloon.mimi.com> To: chuckr@glue.umd.edu CC: ports@freebsd.org, committers@freebsd.org, ports-jp@jp.freebsd.org In-reply-to: <Pine.OSF.3.95.970118203515.27246C-100000@professor.eng.umd.edu> (message from Chuck Robey on Sat, 18 Jan 1997 20:41:49 -0500 (EST)) Subject: Re: multiple versions of tcl/tk From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * > (tk.h and tkConfig.sh) in subdirectories so that ports that require a ^^^^^^^^^^^ * This is a problem, Satoshi. The file involved is tkConfig.sh. It's the * one that all the other ports query for all their information, before * they're installed (during their build). It's really the key one, since * all the other hiding has to be announced inside that file. I don't think it has anything about the include files though. (It only has "root of platform-indepent files" (i.e., /usr/local). * Ports look for it now in /usr/local/lib or /usr/local/include. If you * want to do what you're talking about above, I would guess that the right * thing to do *might be* to hide multiple copies of the tkConfig.sh file * (for whatever version is involved) inside your version-specific hierarchy, * and take the hit on extra work configuring new tcl/tk applications. This * means breaking all the automatic configurations for stuff that people put * in their machines *other than* stuff coming from our ports method. * * Is this what you want to do? Yes, that was what I meant (see ^^^^ above). Sorry if I wasn't clear. To leave no ambiguity this time, here are the two symlinks I intend to create: /usr/local/include/tk.h -> tk4.1/generic/tk.h /usr/local/lib/tkConfig.sh -> tk4.1/tkConfig.sh for non-default (i.e., not 4.1) versions, the files will move but the symlinks won't be created. Satoshi From owner-freebsd-ports Sat Jan 18 18:03:40 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA12656 for ports-outgoing; Sat, 18 Jan 1997 18:03:40 -0800 (PST) Received: from po1.glue.umd.edu (root@po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id SAA12648; Sat, 18 Jan 1997 18:03:35 -0800 (PST) Received: from professor.eng.umd.edu (professor.eng.umd.edu [129.2.103.23]) by po1.glue.umd.edu (8.8.3/8.7.3) with ESMTP id VAA09242; Sat, 18 Jan 1997 21:03:19 -0500 (EST) Received: from localhost (chuckr@localhost) by professor.eng.umd.edu (8.8.3/8.7.3) with SMTP id VAA27796; Sat, 18 Jan 1997 21:03:18 -0500 (EST) X-Authentication-Warning: professor.eng.umd.edu: chuckr owned process doing -bs Date: Sat, 18 Jan 1997 21:03:17 -0500 (EST) From: Chuck Robey <chuckr@glue.umd.edu> X-Sender: chuckr@professor.eng.umd.edu To: Satoshi Asami <asami@cs.berkeley.edu> cc: ports@freebsd.org, committers@freebsd.org, ports-jp@jp.freebsd.org Subject: Re: multiple versions of tcl/tk In-Reply-To: <199701190156.RAA19321@baloon.mimi.com> Message-ID: <Pine.OSF.3.95.970118210107.27246E-100000@professor.eng.umd.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 18 Jan 1997, Satoshi Asami wrote: > * > (tk.h and tkConfig.sh) in subdirectories so that ports that require a > ^^^^^^^^^^^ > Yes, that was what I meant (see ^^^^ above). Sorry if I wasn't clear. > To leave no ambiguity this time, here are the two symlinks I intend to > create: > > /usr/local/include/tk.h -> tk4.1/generic/tk.h > /usr/local/lib/tkConfig.sh -> tk4.1/tkConfig.sh > > for non-default (i.e., not 4.1) versions, the files will move but the > symlinks won't be created. Yeah, but putting in the link will break the other versions of tk, and the other versions of tk will simply overwrite that link. I think I'd install the files where you say, make the versions look in the right places for their Confi.sh file, and forego the link. ----------------------------+----------------------------------------------- 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 Jan 18 18:10:26 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA12943 for ports-outgoing; Sat, 18 Jan 1997 18:10:26 -0800 (PST) Received: from dfw-ix2.ix.netcom.com (dfw-ix2.ix.netcom.com [206.214.98.2]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id SAA12927; Sat, 18 Jan 1997 18:10:08 -0800 (PST) Received: from baloon.mimi.com (sjx-ca55-01.ix.netcom.com [206.214.106.97]) by dfw-ix2.ix.netcom.com (8.6.13/8.6.12) with ESMTP id SAA14031; Sat, 18 Jan 1997 18:09:34 -0800 Received: (from asami@localhost) by baloon.mimi.com (8.8.4/8.6.12) id SAA20365; Sat, 18 Jan 1997 18:09:32 -0800 (PST) Date: Sat, 18 Jan 1997 18:09:32 -0800 (PST) Message-Id: <199701190209.SAA20365@baloon.mimi.com> To: chuckr@glue.umd.edu CC: ports@freebsd.org, committers@freebsd.org, ports-jp@jp.freebsd.org In-reply-to: <Pine.OSF.3.95.970118210107.27246E-100000@professor.eng.umd.edu> (message from Chuck Robey on Sat, 18 Jan 1997 21:03:17 -0500 (EST)) Subject: Re: multiple versions of tcl/tk From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * > for non-default (i.e., not 4.1) versions, the files will move but the * > symlinks won't be created. * * Yeah, but putting in the link will break the other versions of tk, and the * other versions of tk will simply overwrite that link. I think I'd install Of course. "Other versions" were simply not allowed in the ports tree before. Now they need to conform to this guideline. I hardly see this as a loss. :) Satoshi From owner-freebsd-ports Sat Jan 18 18:21:43 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA13656 for ports-outgoing; Sat, 18 Jan 1997 18:21:43 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA13636; Sat, 18 Jan 1997 18:21:41 -0800 (PST) Date: Sat, 18 Jan 1997 18:21:41 -0800 (PST) From: Satoshi Asami <asami> Message-Id: <199701190221.SAA13636@freefall.freebsd.org> To: asami, freebsd-ports, asami Subject: Re: ports/2504 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: packages-2.2/INDEX is out of date Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: asami Responsible-Changed-When: Sat Jan 18 18:21:02 PST 1997 Responsible-Changed-Why: I'll write a script to constantly update this file. From owner-freebsd-ports Sat Jan 18 19:13:41 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA15366 for ports-outgoing; Sat, 18 Jan 1997 19:13:41 -0800 (PST) Received: from precipice.shockwave.com (ppp-206-170-6-164.rdcy01.pacbell.net [206.170.6.164]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id TAA15354; Sat, 18 Jan 1997 19:13:29 -0800 (PST) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.8.4/8.7.3) with ESMTP id TAA22059; Sat, 18 Jan 1997 19:13:04 -0800 (PST) Message-Id: <199701190313.TAA22059@precipice.shockwave.com> To: asami@cs.berkeley.edu (Satoshi Asami) cc: chuckr@glue.umd.edu, ports@FreeBSD.org, committers@FreeBSD.org, ports-jp@jp.freebsd.org Subject: Re: multiple versions of tcl/tk In-reply-to: Your message of "Sat, 18 Jan 1997 18:09:32 PST." <199701190209.SAA20365@baloon.mimi.com> Date: Sat, 18 Jan 1997 19:13:04 -0800 From: Paul Traina <pst@shockwave.com> Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: multiple versions of tcl/tk Of course. "Other versions" were simply not allowed in the ports tree before. Now they need to conform to this guideline. I hardly see this as a loss. :) Umm, actually, I hate to be a dick, but I do see this as a loss. It significantly reduces the pressure put on us to eliminate stale or unmaintained software from ports. The recent tk/tcl shake-out was quite painful, but in the end, we got rid of a lot of useless shit. Paul From owner-freebsd-ports Sat Jan 18 21:34:50 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA19316 for ports-outgoing; Sat, 18 Jan 1997 21:34:50 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id VAA19196; Sat, 18 Jan 1997 21:33:17 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.4/8.6.9) with ESMTP id VAA06909; Sat, 18 Jan 1997 21:33:06 -0800 (PST) To: asami@cs.berkeley.edu (Satoshi Asami) cc: chuckr@glue.umd.edu, ports@freebsd.org, committers@freebsd.org, ports-jp@jp.freebsd.org Subject: Re: multiple versions of tcl/tk In-reply-to: Your message of "Sat, 18 Jan 1997 18:09:32 PST." <199701190209.SAA20365@baloon.mimi.com> Date: Sat, 18 Jan 1997 21:33:05 -0800 Message-ID: <6905.853651985@time.cdrom.com> From: "Jordan K. Hubbard" <jkh@time.cdrom.com> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'll redo the tcl 8.0 and tk 8.0 ports I submitted to conform to this; I think it's an overdue change! Jordan > * > for non-default (i.e., not 4.1) versions, the files will move but the > * > symlinks won't be created. > * > * Yeah, but putting in the link will break the other versions of tk, and the > * other versions of tk will simply overwrite that link. I think I'd install > > Of course. "Other versions" were simply not allowed in the ports tree > before. Now they need to conform to this guideline. I hardly see > this as a loss. :) > > Satoshi From owner-freebsd-ports Sat Jan 18 22:46:05 1997 Return-Path: <owner-ports> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA20786 for ports-outgoing; Sat, 18 Jan 1997 22:46:05 -0800 (PST) Received: from dfw-ix12.ix.netcom.com (dfw-ix12.ix.netcom.com [206.214.98.12]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id WAA20779 for <ports@FreeBSD.ORG>; Sat, 18 Jan 1997 22:46:02 -0800 (PST) Received: from baloon.mimi.com (sjx-ca55-01.ix.netcom.com [206.214.106.97]) by dfw-ix12.ix.netcom.com (8.6.13/8.6.12) with ESMTP id WAA19015; Sat, 18 Jan 1997 22:45:29 -0800 Received: (from asami@localhost) by baloon.mimi.com (8.8.4/8.6.12) id WAA29657; Sat, 18 Jan 1997 22:45:26 -0800 (PST) Date: Sat, 18 Jan 1997 22:45:26 -0800 (PST) Message-Id: <199701190645.WAA29657@baloon.mimi.com> To: msmith@atrad.adelaide.edu.au CC: ports@FreeBSD.ORG In-reply-to: <199701160839.TAA12408@genesis.atrad.adelaide.edu.au> (message from Michael Smith on Thu, 16 Jan 1997 19:09:12 +1030 (CST)) Subject: Re: cvs commit: ports/lang/idl4 - Imported sources From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Satoshi; I hope I did this right - as with netscape, we don't want the * distfiles being mirrored everywhere or on the CD (they're huge too). Yes, RESTRICTED set to the reason is the right way to do it. * Michael Smith stands accused of saying: * > msmith 97/01/16 00:33:16 Are you accusing yourself?!? :> Satoshi